Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/golang.spec'], False, '/var/lib/mock/virt7-el7-build-1408-2341/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/golang.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/golang-1.4.2-1.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/golang.spec'], False, '/var/lib/mock/virt7-el7-build-1408-2341/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/golang.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.n23VID + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf go + /usr/bin/gzip -dc /builddir/build/SOURCES/go1.4.2.src.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd go + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (golang-1.2-verbose-build.patch): + echo 'Patch #0 (golang-1.2-verbose-build.patch):' + /usr/bin/cat /builddir/build/SOURCES/golang-1.2-verbose-build.patch + /usr/bin/patch -p1 --fuzz=0 patching file src/make.bash Hunk #1 succeeded at 166 (offset 5 lines). + echo 'Patch #1 (golang-1.2-remove-ECC-p224.patch):' Patch #1 (golang-1.2-remove-ECC-p224.patch): + /usr/bin/cat /builddir/build/SOURCES/golang-1.2-remove-ECC-p224.patch + /usr/bin/patch -p1 --fuzz=0 patching file api/go1.txt patching file src/crypto/ecdsa/ecdsa_test.go patching file src/crypto/elliptic/bottombits.go patching file src/crypto/elliptic/elliptic.go patching file src/crypto/elliptic/elliptic_test.go patching file src/crypto/elliptic/p224.go patching file src/crypto/elliptic/p224_test.go patching file src/crypto/x509/x509.go Hunk #5 succeeded at 1376 (offset 13 lines). + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.M2PSfG + umask 022 + cd /builddir/build/BUILD + cd go ~/build/BUILD/go/src ~/build/BUILD/go + export GOROOT_FINAL=/usr/lib/golang + GOROOT_FINAL=/usr/lib/golang + export GOHOSTOS=linux + GOHOSTOS=linux + export GOHOSTARCH=amd64 + GOHOSTARCH=amd64 + pushd src + for goos in darwin freebsd linux netbsd openbsd plan9 windows + for goarch in 386 amd64 arm + '[' 386 = arm ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=darwin + GOARCH=386 + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/8l cmd/6a cmd/8a cmd/6c cmd/8c cmd/6g cmd/8g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go runtime (darwin/386) # Building packages and commands for host, linux/amd64. WORK=/tmp/go-build823995289 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding unicode/utf16 container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go archive/tar compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pack.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/objdump.a mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/nm.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/gofmt.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/yacc.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/cgo.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c cd /builddir/build/BUILD/go/src/os/user gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/go.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go # Building packages and commands for darwin/386. WORK=/tmp/go-build515764011 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_386.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_sema.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_kqueue.go ./os_darwin.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./vlrt.go ./zgoarch_386.go ./zgoos_darwin.go ./zruntime_defs_darwin_386.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_386.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_darwin_386.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_darwin.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_darwin_386.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_darwin.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_darwin_386.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/atomic_386.8 -D GOOS_darwin -D GOARCH_386 ./atomic_386.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/defs.8 -D GOOS_darwin -D GOARCH_386 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/float.8 -D GOOS_darwin -D GOARCH_386 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/heapdump.8 -D GOOS_darwin -D GOARCH_386 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/lfstack.8 -D GOOS_darwin -D GOARCH_386 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/malloc.8 -D GOOS_darwin -D GOARCH_386 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/mcache.8 -D GOOS_darwin -D GOARCH_386 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/mcentral.8 -D GOOS_darwin -D GOARCH_386 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/mem_darwin.8 -D GOOS_darwin -D GOARCH_386 ./mem_darwin.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/mfixalloc.8 -D GOOS_darwin -D GOARCH_386 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/mgc0.8 -D GOOS_darwin -D GOARCH_386 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/mheap.8 -D GOOS_darwin -D GOARCH_386 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/msize.8 -D GOOS_darwin -D GOARCH_386 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/os_darwin.8 -D GOOS_darwin -D GOARCH_386 ./os_darwin.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/panic.8 -D GOOS_darwin -D GOARCH_386 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/parfor.8 -D GOOS_darwin -D GOARCH_386 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/proc.8 -D GOOS_darwin -D GOARCH_386 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/runtime.8 -D GOOS_darwin -D GOARCH_386 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/signal.8 -D GOOS_darwin -D GOARCH_386 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/signal_386.8 -D GOOS_darwin -D GOARCH_386 ./signal_386.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/signal_unix.8 -D GOOS_darwin -D GOARCH_386 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/stack.8 -D GOOS_darwin -D GOARCH_386 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/string.8 -D GOOS_darwin -D GOARCH_386 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/sys_x86.8 -D GOOS_darwin -D GOARCH_386 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/vlrt.8 -D GOOS_darwin -D GOARCH_386 ./vlrt.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/asm.8 -D GOOS_darwin -D GOARCH_386 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/asm_386.8 -D GOOS_darwin -D GOARCH_386 ./asm_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/memclr_386.8 -D GOOS_darwin -D GOARCH_386 ./memclr_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/memmove_386.8 -D GOOS_darwin -D GOARCH_386 ./memmove_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/rt0_darwin_386.8 -D GOOS_darwin -D GOARCH_386 ./rt0_darwin_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/sys_darwin_386.8 -D GOOS_darwin -D GOARCH_386 ./sys_darwin_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/thunk.8 -D GOOS_darwin -D GOARCH_386 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/vlop_386.8 -D GOOS_darwin -D GOARCH_386 ./vlop_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/_obj/zsys_darwin_386.8 -D GOOS_darwin -D GOARCH_386 ./zsys_darwin_386.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_386.8 $WORK/runtime/_obj/defs.8 $WORK/runtime/_obj/float.8 $WORK/runtime/_obj/heapdump.8 $WORK/runtime/_obj/lfstack.8 $WORK/runtime/_obj/malloc.8 $WORK/runtime/_obj/mcache.8 $WORK/runtime/_obj/mcentral.8 $WORK/runtime/_obj/mem_darwin.8 $WORK/runtime/_obj/mfixalloc.8 $WORK/runtime/_obj/mgc0.8 $WORK/runtime/_obj/mheap.8 $WORK/runtime/_obj/msize.8 $WORK/runtime/_obj/os_darwin.8 $WORK/runtime/_obj/panic.8 $WORK/runtime/_obj/parfor.8 $WORK/runtime/_obj/proc.8 $WORK/runtime/_obj/runtime.8 $WORK/runtime/_obj/signal.8 $WORK/runtime/_obj/signal_386.8 $WORK/runtime/_obj/signal_unix.8 $WORK/runtime/_obj/stack.8 $WORK/runtime/_obj/string.8 $WORK/runtime/_obj/sys_x86.8 $WORK/runtime/_obj/vlrt.8 $WORK/runtime/_obj/asm.8 $WORK/runtime/_obj/asm_386.8 $WORK/runtime/_obj/memclr_386.8 $WORK/runtime/_obj/memmove_386.8 $WORK/runtime/_obj/rt0_darwin_386.8 $WORK/runtime/_obj/sys_darwin_386.8 $WORK/runtime/_obj/thunk.8 $WORK/runtime/_obj/vlop_386.8 $WORK/runtime/_obj/zsys_darwin_386.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/darwin_386/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/sync/atomic/_obj/asm_386.8 -D GOOS_darwin -D GOARCH_386 ./asm_386.s mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring image/color mkdir -p $WORK/image/color/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_386.8 # internal mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -complete -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/darwin_386/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/darwin_386/unicode/utf16.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/darwin_386/runtime/race.a mv $WORK/errors.a /builddir/build/BUILD/go/pkg/darwin_386/errors.a mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/darwin_386/encoding.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/subtle.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/darwin_386/unicode/utf8.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/darwin_386/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/darwin_386/container/list.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/darwin_386/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/sort.a /builddir/build/BUILD/go/pkg/darwin_386/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mv $WORK/sync.a /builddir/build/BUILD/go/pkg/darwin_386/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./bpf_bsd.go ./env_unix.go ./exec_bsd.go ./exec_unix.go ./flock.go ./race0.go ./route_bsd.go ./route_darwin.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_bsd.go ./syscall_darwin.go ./syscall_darwin_386.go ./syscall_unix.go ./zerrors_darwin_386.go ./zsyscall_darwin_386.go ./zsysnum_darwin_386.go ./ztypes_darwin_386.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/darwin_386/container/heap.a mv $WORK/io.a /builddir/build/BUILD/go/pkg/darwin_386/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/darwin_386/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -complete -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_generic.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/darwin_386/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/hmac.a mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/darwin_386/hash/crc32.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/darwin_386/hash/crc64.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/darwin_386/hash/fnv.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/darwin_386/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/darwin_386/image/color/palette.a mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/darwin_386/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/syscall/_obj/asm.8 -D GOOS_darwin -D GOARCH_386 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/syscall/_obj/asm_darwin_386.8 -D GOOS_darwin -D GOARCH_386 ./asm_darwin_386.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.8 $WORK/syscall/_obj/asm_darwin_386.8 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/darwin_386/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/strings/_obj/strings.8 -D GOOS_darwin -D GOARCH_386 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.8 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/darwin_386/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/darwin_386/text/tabwriter.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/darwin_386/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/darwin_386/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/abs_386.8 -D GOOS_darwin -D GOARCH_386 ./abs_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/asin_386.8 -D GOOS_darwin -D GOARCH_386 ./asin_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/atan2_386.8 -D GOOS_darwin -D GOARCH_386 ./atan2_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/atan_386.8 -D GOOS_darwin -D GOARCH_386 ./atan_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/dim_386.8 -D GOOS_darwin -D GOARCH_386 ./dim_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/exp2_386.8 -D GOOS_darwin -D GOARCH_386 ./exp2_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/exp_386.8 -D GOOS_darwin -D GOARCH_386 ./exp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/expm1_386.8 -D GOOS_darwin -D GOARCH_386 ./expm1_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/floor_386.8 -D GOOS_darwin -D GOARCH_386 ./floor_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/frexp_386.8 -D GOOS_darwin -D GOARCH_386 ./frexp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/hypot_386.8 -D GOOS_darwin -D GOARCH_386 ./hypot_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/ldexp_386.8 -D GOOS_darwin -D GOARCH_386 ./ldexp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/log10_386.8 -D GOOS_darwin -D GOARCH_386 ./log10_386.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/darwin_386/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/log1p_386.8 -D GOOS_darwin -D GOARCH_386 ./log1p_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/log_386.8 -D GOOS_darwin -D GOARCH_386 ./log_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/mod_386.8 -D GOOS_darwin -D GOARCH_386 ./mod_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/modf_386.8 -D GOOS_darwin -D GOARCH_386 ./modf_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/remainder_386.8 -D GOOS_darwin -D GOARCH_386 ./remainder_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/sin_386.8 -D GOOS_darwin -D GOARCH_386 ./sin_386.s mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/darwin_386/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/sincos_386.8 -D GOOS_darwin -D GOARCH_386 ./sincos_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/sqrt_386.8 -D GOOS_darwin -D GOARCH_386 ./sqrt_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/_obj/tan_386.8 -D GOOS_darwin -D GOARCH_386 ./tan_386.s pack r $WORK/math.a $WORK/math/_obj/abs_386.8 $WORK/math/_obj/asin_386.8 $WORK/math/_obj/atan2_386.8 $WORK/math/_obj/atan_386.8 $WORK/math/_obj/dim_386.8 $WORK/math/_obj/exp2_386.8 $WORK/math/_obj/exp_386.8 $WORK/math/_obj/expm1_386.8 $WORK/math/_obj/floor_386.8 $WORK/math/_obj/frexp_386.8 $WORK/math/_obj/hypot_386.8 $WORK/math/_obj/ldexp_386.8 $WORK/math/_obj/log10_386.8 $WORK/math/_obj/log1p_386.8 $WORK/math/_obj/log_386.8 $WORK/math/_obj/mod_386.8 $WORK/math/_obj/modf_386.8 $WORK/math/_obj/remainder_386.8 $WORK/math/_obj/sin_386.8 $WORK/math/_obj/sincos_386.8 $WORK/math/_obj/sqrt_386.8 $WORK/math/_obj/tan_386.8 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/darwin_386/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/darwin_386/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/darwin_386/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/darwin_386/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./getwd_darwin.go ./path.go ./path_unix.go ./pipe_bsd.go ./proc.go ./stat_darwin.go ./sys_bsd.go ./sys_darwin.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/darwin_386/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -complete -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_generic.go ./const.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/darwin_386/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -complete -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/crypto/rc4/_obj/rc4_386.8 -D GOOS_darwin -D GOARCH_386 ./rc4_386.s mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_386.8 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/darwin_386/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/crypto/sha1/_obj/sha1block_386.8 -D GOOS_darwin -D GOARCH_386 ./sha1block_386.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/darwin_386/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/crypto/sha256/_obj/sha256block_386.8 -D GOOS_darwin -D GOARCH_386 ./sha256block_386.s cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/darwin_386/encoding/base32.a mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/sha512.a cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_386.8 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/sha1.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/darwin_386/net/url.a mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/crypto/md5/_obj/md5block_386.8 -D GOOS_darwin -D GOARCH_386 ./md5block_386.s cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_386.8 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/sha256.a cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_386.8 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/md5.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/darwin_386/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/darwin_386/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/darwin_386/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go net os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./cgo_stub.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_unix.go ./hosts.go ./interface.go ./interface_bsd.go ./interface_darwin.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_stub.go ./singleflight.go ./sock_bsd.go ./sock_posix.go ./sockopt_bsd.go ./sockopt_posix.go ./sockoptip_bsd.go ./sockoptip_posix.go ./sys_cloexec.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_darwin.go ./tcpsockopt_posix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/os/signal/_obj/sig.8 -D GOOS_darwin -D GOARCH_386 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/darwin_386/os/signal.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/darwin_386/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/darwin_386/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/darwin_386/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/darwin_386/io/ioutil.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/darwin_386/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/darwin_386/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/reflect/_obj/asm_386.8 -D GOOS_darwin -D GOARCH_386 ./asm_386.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_386.8 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/darwin_386/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/darwin_386/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/darwin_386/cmd/pprof/internal/svg.a mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/darwin_386/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/darwin_386/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/darwin_386/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm cmd/internal/rsc.io/x86/x86asm debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atimespec.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go os/user runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/darwin_386/cmd/pprof/internal/tempfile.a text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/user.a -trimpath $WORK -p os/user -complete -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./lookup_stubs.go ./user.go mv $WORK/log.a /builddir/build/BUILD/go/pkg/darwin_386/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/darwin_386/net/http/internal.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/darwin_386/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/darwin_386/debug/plan9obj.a mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/darwin_386/encoding/hex.a mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/darwin_386/os/user.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/darwin_386/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/darwin_386/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/darwin_386/cmd/internal/goobj.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/darwin_386/testing/iotest.a mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/darwin_386/encoding/csv.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/darwin_386/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/debug/_obj/debug.8 -D GOOS_darwin -D GOARCH_386 ./debug.s cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/runtime/debug/_obj/stubs.8 -D GOOS_darwin -D GOARCH_386 ./stubs.s pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.8 $WORK/runtime/debug/_obj/stubs.8 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/darwin_386/runtime/debug.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/darwin_386/text/scanner.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/darwin_386/mime.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/darwin_386/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/darwin_386/debug/gosym.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/darwin_386/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/darwin_386/image/gif.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/darwin_386/testing/quick.a mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/darwin_386/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/darwin_386/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/darwin_386/archive/tar.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_386 -o $WORK/math/big/_obj/arith_386.8 -D GOOS_darwin -D GOARCH_386 ./arith_386.s mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/darwin_386/debug/pe.a pack r $WORK/math/big.a $WORK/math/big/_obj/arith_386.8 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/darwin_386/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/darwin_386/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/darwin_386/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/darwin_386/database/sql.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/darwin_386/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/darwin_386/testing.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/dsa.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/darwin_386/encoding/json.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/darwin_386/cmd/internal/rsc.io/arm/armasm.a mv $WORK/net.a /builddir/build/BUILD/go/pkg/darwin_386/net.a net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/darwin_386/debug/macho.a mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/darwin_386/encoding/xml.a mkdir -p /builddir/build/BUILD/go/pkg/tool/darwin_386/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/darwin_386/pack mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/darwin_386/archive/zip.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/darwin_386/debug/elf.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/darwin_386/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/darwin_386/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/rsa.a mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/darwin_386/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/elliptic.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/darwin_386/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/darwin_386/image/png.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/ecdsa.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_darwin.go ./root_nocgo_darwin.go ./sec1.go ./verify.go ./x509.go mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/darwin_386/net/mail.a mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/darwin_386/encoding/gob.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/darwin_386/mime/multipart.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/darwin_386/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/darwin_386/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/darwin_386/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/darwin_386/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/darwin_386/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/darwin_386/go/parser.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/darwin_386/cmd/pprof/internal/symbolizer.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/darwin_386/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/darwin_386/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/addr2line.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/darwin_386/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/darwin_386/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/nm.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/gofmt.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/darwin_386/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/darwin_386/go/build.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/yacc.a mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/darwin_386/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/darwin_386/nm mkdir -p /builddir/build/BUILD/go/bin/darwin_386/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/darwin_386/gofmt mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/darwin_386/addr2line mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/darwin_386/objdump mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/darwin_386/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/darwin_386/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/darwin_386/fix mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/darwin_386/yacc mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/darwin_386/net/smtp.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/darwin_386/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/darwin_386/cgo mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/darwin_386/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar net/http/cgi net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/darwin_386/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/darwin_386/net/http/pprof.a mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/darwin_386/expvar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/darwin_386/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/darwin_386/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/darwin_386/net/http/httputil.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/darwin_386/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/darwin_386/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_386/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/darwin_386/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/darwin_386/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/darwin_386/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/darwin_386/go --- Installed Go for darwin/386 in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goarch in 386 amd64 arm + '[' amd64 = arm ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=darwin + GOARCH=amd64 + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/6a cmd/6c cmd/6g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go runtime (darwin/amd64) # Building packages and commands for host, linux/amd64. WORK=/tmp/go-build243475677 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a mkdir -p $WORK/container/list/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand math/cmplx mkdir -p $WORK/math/cmplx/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p $WORK/math/rand/_obj/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go compress/lzw database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pack.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/objdump.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/nm.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/gofmt.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/yacc.a mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/cgo.a mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c cd /builddir/build/BUILD/go/src/os/user gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go # Building packages and commands for darwin/amd64. WORK=/tmp/go-build341016640 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_sema.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_kqueue.go ./os_darwin.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_darwin.go ./zruntime_defs_darwin_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_darwin_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_darwin.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_darwin_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_darwin.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_darwin_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_darwin -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_darwin -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_darwin -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_darwin -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_darwin -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_darwin -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_darwin -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_darwin -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/mem_darwin.6 -D GOOS_darwin -D GOARCH_amd64 ./mem_darwin.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_darwin -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_darwin -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_darwin -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_darwin -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/os_darwin.6 -D GOOS_darwin -D GOARCH_amd64 ./os_darwin.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_darwin -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_darwin -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_darwin -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_darwin -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_darwin -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_darwin -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_darwin -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_darwin -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_darwin -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_darwin -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_darwin -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/rt0_darwin_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./rt0_darwin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/sys_darwin_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./sys_darwin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_darwin -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/_obj/zsys_darwin_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./zsys_darwin_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_darwin.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_darwin.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_darwin_amd64.6 $WORK/runtime/_obj/sys_darwin_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_darwin_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/darwin_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/darwin_amd64/errors.a encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./asm_amd64.s mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/darwin_amd64/encoding.a cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/darwin_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/unicode/ mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/darwin_amd64/unicode/utf8.a mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/darwin_amd64/unicode/utf16.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/subtle.a cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_darwin_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/darwin_amd64/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/darwin_amd64/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/darwin_amd64/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/darwin_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/darwin_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/darwin_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/darwin_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./bpf_bsd.go ./env_unix.go ./exec_bsd.go ./exec_unix.go ./flock.go ./race0.go ./route_bsd.go ./route_darwin.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_bsd.go ./syscall_darwin.go ./syscall_darwin_amd64.go ./syscall_unix.go ./zerrors_darwin_amd64.go ./zsyscall_darwin_amd64.go ./zsysnum_darwin_amd64.go ./ztypes_darwin_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/darwin_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/darwin_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/darwin_amd64/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/hmac.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/darwin_amd64/hash/crc64.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./crc32_amd64.s pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/darwin_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/darwin_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/darwin_amd64/image/color/palette.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/darwin_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/darwin_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_darwin -D GOARCH_amd64 ./asm.s cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_darwin -D GOARCH_amd64 ./strings.s cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/syscall/_obj/asm_darwin_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./asm_darwin_amd64.s cd /builddir/build/BUILD/go/src/strings pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/darwin_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/syscall pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_darwin_amd64.6 # internal cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/darwin_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/darwin_amd64/text/tabwriter.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/darwin_amd64/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/darwin_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./log1p_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./log_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/darwin_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./modf_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/darwin_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/darwin_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/darwin_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/darwin_amd64/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/darwin_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./getwd_darwin.go ./path.go ./path_unix.go ./pipe_bsd.go ./proc.go ./stat_darwin.go ./sys_bsd.go ./sys_darwin.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/darwin_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./rc4_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/darwin_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./sha256block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/darwin_amd64/encoding/base64.a cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./sha1block_amd64.s encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./asm_amd64.s mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/darwin_amd64/encoding/base32.a pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/sha256.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/darwin_amd64/net/url.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/sha512.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/darwin_amd64/encoding/pem.a mv $WORK/os.a /builddir/build/BUILD/go/pkg/darwin_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./cgo_stub.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_unix.go ./hosts.go ./interface.go ./interface_bsd.go ./interface_darwin.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_stub.go ./singleflight.go ./sock_bsd.go ./sock_posix.go ./sockopt_bsd.go ./sockopt_posix.go ./sockoptip_bsd.go ./sockoptip_posix.go ./sys_cloexec.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_darwin.go ./tcpsockopt_posix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go mv $WORK/image.a /builddir/build/BUILD/go/pkg/darwin_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_darwin -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/darwin_amd64/os/signal.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/darwin_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/darwin_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/darwin_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/darwin_amd64/io/ioutil.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/darwin_amd64/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/darwin_amd64/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/darwin_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/darwin_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/darwin_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/darwin_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/darwin_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atimespec.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -complete -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./lookup_stubs.go ./user.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/darwin_amd64/encoding/hex.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/darwin_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/darwin_amd64/debug/plan9obj.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/darwin_amd64/net/http/internal.a mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/darwin_amd64/os/user.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/darwin_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/darwin_amd64/encoding/csv.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/internal/goobj.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/darwin_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/darwin_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/darwin_amd64/text/scanner.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_darwin -D GOARCH_amd64 ./debug.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_darwin -D GOARCH_amd64 ./stubs.s mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/darwin_amd64/testing/iotest.a pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/darwin_amd64/runtime/debug.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/darwin_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/mime.a /builddir/build/BUILD/go/pkg/darwin_amd64/mime.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/darwin_amd64/debug/gosym.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/darwin_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/darwin_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/darwin_amd64/image/gif.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/darwin_amd64/testing/quick.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/darwin_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/darwin_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/darwin_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/darwin_amd64/archive/tar.a mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/darwin_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/darwin_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/darwin_amd64/encoding/json.a mv $WORK/testing.a /builddir/build/BUILD/go/pkg/darwin_amd64/testing.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/darwin_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_darwin -D GOARCH_amd64 ./arith_amd64.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/darwin_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/darwin_amd64/debug/pe.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/darwin_amd64/database/sql.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/internal/rsc.io/arm/armasm.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/dsa.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/darwin_amd64/archive/zip.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/darwin_amd64/debug/macho.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/net.a /builddir/build/BUILD/go/pkg/darwin_amd64/net.a net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/darwin_amd64/image/png.a mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/darwin_amd64/encoding/xml.a mkdir -p /builddir/build/BUILD/go/pkg/tool/darwin_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/darwin_amd64/pack mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/elliptic.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/darwin_amd64/debug/elf.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/darwin_amd64/log/syslog.a mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/darwin_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/rsa.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/darwin_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/darwin_amd64/encoding/gob.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/darwin_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/ecdsa.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/x509/pkix.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_darwin.go ./root_nocgo_darwin.go ./sec1.go ./verify.go ./x509.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/darwin_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/darwin_amd64/net/mail.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/darwin_amd64/mime/multipart.a mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/darwin_amd64/go/parser.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/pprof/internal/symbolizer.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/nm.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/darwin_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/darwin_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/darwin_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/gofmt.a mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/darwin_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/darwin_amd64/go/build.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/yacc.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/darwin_amd64/addr2line mkdir -p /builddir/build/BUILD/go/bin/darwin_amd64/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/darwin_amd64/gofmt mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/darwin_amd64/objdump mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/darwin_amd64/nm mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/darwin_amd64/fix mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/darwin_amd64/yacc mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/darwin_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/darwin_amd64/net/smtp.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/darwin_amd64/cgo mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/darwin_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/darwin_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/darwin_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/darwin_amd64/net/http/pprof.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/darwin_amd64/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/darwin_amd64/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/darwin_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/darwin_amd64/net/http/httputil.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/darwin_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/darwin_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/darwin_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/darwin_amd64/net/http/fcgi.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/darwin_amd64/pprof mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/darwin_amd64/go --- Installed Go for darwin/amd64 in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goarch in 386 amd64 arm + '[' arm = arm ']' + '[' darwin = darwin -o darwin = windows -o darwin = plan9 -o darwin = openbsd ']' + continue + for goos in darwin freebsd linux netbsd openbsd plan9 windows + for goarch in 386 amd64 arm + '[' 386 = arm ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=freebsd + GOARCH=386 + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/8l cmd/6a cmd/8a cmd/6c cmd/8c cmd/6g cmd/8g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go runtime (freebsd/386) # Building packages and commands for host, linux/amd64. WORK=/tmp/go-build396737474 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mkdir -p $WORK/encoding/base64/_obj/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf debug/gosym debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mkdir -p $WORK/debug/dwarf/_obj/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pack.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/nm.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/gofmt.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/yacc.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/fix.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/cgo.a mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c cd /builddir/build/BUILD/go/src/os/user gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pprof.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/go.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go # Building packages and commands for freebsd/386. WORK=/tmp/go-build997241313 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_386.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_kqueue.go ./os_freebsd.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./vlrt.go ./zgoarch_386.go ./zgoos_freebsd.go ./zruntime_defs_freebsd_386.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_386.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_freebsd_386.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_freebsd.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_freebsd_386.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_freebsd.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_freebsd_386.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/atomic_386.8 -D GOOS_freebsd -D GOARCH_386 ./atomic_386.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/defs.8 -D GOOS_freebsd -D GOARCH_386 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/float.8 -D GOOS_freebsd -D GOARCH_386 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/heapdump.8 -D GOOS_freebsd -D GOARCH_386 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/lfstack.8 -D GOOS_freebsd -D GOARCH_386 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/malloc.8 -D GOOS_freebsd -D GOARCH_386 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/mcache.8 -D GOOS_freebsd -D GOARCH_386 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/mcentral.8 -D GOOS_freebsd -D GOARCH_386 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/mem_freebsd.8 -D GOOS_freebsd -D GOARCH_386 ./mem_freebsd.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/mfixalloc.8 -D GOOS_freebsd -D GOARCH_386 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/mgc0.8 -D GOOS_freebsd -D GOARCH_386 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/mheap.8 -D GOOS_freebsd -D GOARCH_386 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/msize.8 -D GOOS_freebsd -D GOARCH_386 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/os_freebsd.8 -D GOOS_freebsd -D GOARCH_386 ./os_freebsd.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/panic.8 -D GOOS_freebsd -D GOARCH_386 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/parfor.8 -D GOOS_freebsd -D GOARCH_386 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/proc.8 -D GOOS_freebsd -D GOARCH_386 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/runtime.8 -D GOOS_freebsd -D GOARCH_386 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/signal.8 -D GOOS_freebsd -D GOARCH_386 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/signal_386.8 -D GOOS_freebsd -D GOARCH_386 ./signal_386.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/signal_unix.8 -D GOOS_freebsd -D GOARCH_386 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/stack.8 -D GOOS_freebsd -D GOARCH_386 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/string.8 -D GOOS_freebsd -D GOARCH_386 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/sys_x86.8 -D GOOS_freebsd -D GOARCH_386 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/vlrt.8 -D GOOS_freebsd -D GOARCH_386 ./vlrt.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/asm.8 -D GOOS_freebsd -D GOARCH_386 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/asm_386.8 -D GOOS_freebsd -D GOARCH_386 ./asm_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/memclr_386.8 -D GOOS_freebsd -D GOARCH_386 ./memclr_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/memmove_386.8 -D GOOS_freebsd -D GOARCH_386 ./memmove_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/rt0_freebsd_386.8 -D GOOS_freebsd -D GOARCH_386 ./rt0_freebsd_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/sys_freebsd_386.8 -D GOOS_freebsd -D GOARCH_386 ./sys_freebsd_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/thunk.8 -D GOOS_freebsd -D GOARCH_386 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/vlop_386.8 -D GOOS_freebsd -D GOARCH_386 ./vlop_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/_obj/zsys_freebsd_386.8 -D GOOS_freebsd -D GOARCH_386 ./zsys_freebsd_386.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_386.8 $WORK/runtime/_obj/defs.8 $WORK/runtime/_obj/float.8 $WORK/runtime/_obj/heapdump.8 $WORK/runtime/_obj/lfstack.8 $WORK/runtime/_obj/malloc.8 $WORK/runtime/_obj/mcache.8 $WORK/runtime/_obj/mcentral.8 $WORK/runtime/_obj/mem_freebsd.8 $WORK/runtime/_obj/mfixalloc.8 $WORK/runtime/_obj/mgc0.8 $WORK/runtime/_obj/mheap.8 $WORK/runtime/_obj/msize.8 $WORK/runtime/_obj/os_freebsd.8 $WORK/runtime/_obj/panic.8 $WORK/runtime/_obj/parfor.8 $WORK/runtime/_obj/proc.8 $WORK/runtime/_obj/runtime.8 $WORK/runtime/_obj/signal.8 $WORK/runtime/_obj/signal_386.8 $WORK/runtime/_obj/signal_unix.8 $WORK/runtime/_obj/stack.8 $WORK/runtime/_obj/string.8 $WORK/runtime/_obj/sys_x86.8 $WORK/runtime/_obj/vlrt.8 $WORK/runtime/_obj/asm.8 $WORK/runtime/_obj/asm_386.8 $WORK/runtime/_obj/memclr_386.8 $WORK/runtime/_obj/memmove_386.8 $WORK/runtime/_obj/rt0_freebsd_386.8 $WORK/runtime/_obj/sys_freebsd_386.8 $WORK/runtime/_obj/thunk.8 $WORK/runtime/_obj/vlop_386.8 $WORK/runtime/_obj/zsys_freebsd_386.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/freebsd_386/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/freebsd_386/errors.a unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/sync/atomic/_obj/asm_386.8 -D GOOS_freebsd -D GOARCH_386 ./asm_386.s mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -complete -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/freebsd_386/encoding.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/freebsd_386/unicode/utf16.a cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_386.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/freebsd_386/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/freebsd_386/unicode/utf8.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/freebsd_386/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/subtle.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/freebsd_386/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/freebsd_386/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/freebsd_386/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/freebsd_386/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/freebsd_386/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/freebsd_386/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./bpf_bsd.go ./env_unix.go ./exec_bsd.go ./exec_unix.go ./flock.go ./race0.go ./route_bsd.go ./route_freebsd.go ./route_freebsd_32bit.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_bsd.go ./syscall_freebsd.go ./syscall_freebsd_386.go ./syscall_no_getwd.go ./syscall_unix.go ./zerrors_freebsd_386.go ./zsyscall_freebsd_386.go ./zsysnum_freebsd_386.go ./ztypes_freebsd_386.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/freebsd_386/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/freebsd_386/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -complete -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_generic.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/freebsd_386/hash/adler32.a mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/freebsd_386/hash/crc32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/hmac.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/freebsd_386/hash/crc64.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/freebsd_386/hash/fnv.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/freebsd_386/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/freebsd_386/image/color/palette.a mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/freebsd_386/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/syscall/_obj/asm.8 -D GOOS_freebsd -D GOARCH_386 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/syscall/_obj/asm_freebsd_386.8 -D GOOS_freebsd -D GOARCH_386 ./asm_freebsd_386.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.8 $WORK/syscall/_obj/asm_freebsd_386.8 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/freebsd_386/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/strings/_obj/strings.8 -D GOOS_freebsd -D GOARCH_386 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.8 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/freebsd_386/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/freebsd_386/text/tabwriter.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/freebsd_386/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/freebsd_386/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/abs_386.8 -D GOOS_freebsd -D GOARCH_386 ./abs_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/asin_386.8 -D GOOS_freebsd -D GOARCH_386 ./asin_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/atan2_386.8 -D GOOS_freebsd -D GOARCH_386 ./atan2_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/atan_386.8 -D GOOS_freebsd -D GOARCH_386 ./atan_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/dim_386.8 -D GOOS_freebsd -D GOARCH_386 ./dim_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/exp2_386.8 -D GOOS_freebsd -D GOARCH_386 ./exp2_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/exp_386.8 -D GOOS_freebsd -D GOARCH_386 ./exp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/expm1_386.8 -D GOOS_freebsd -D GOARCH_386 ./expm1_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/floor_386.8 -D GOOS_freebsd -D GOARCH_386 ./floor_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/frexp_386.8 -D GOOS_freebsd -D GOARCH_386 ./frexp_386.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/freebsd_386/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/hypot_386.8 -D GOOS_freebsd -D GOARCH_386 ./hypot_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/ldexp_386.8 -D GOOS_freebsd -D GOARCH_386 ./ldexp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/log10_386.8 -D GOOS_freebsd -D GOARCH_386 ./log10_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/log1p_386.8 -D GOOS_freebsd -D GOARCH_386 ./log1p_386.s mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/freebsd_386/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/log_386.8 -D GOOS_freebsd -D GOARCH_386 ./log_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/mod_386.8 -D GOOS_freebsd -D GOARCH_386 ./mod_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/modf_386.8 -D GOOS_freebsd -D GOARCH_386 ./modf_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/remainder_386.8 -D GOOS_freebsd -D GOARCH_386 ./remainder_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/sin_386.8 -D GOOS_freebsd -D GOARCH_386 ./sin_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/sincos_386.8 -D GOOS_freebsd -D GOARCH_386 ./sincos_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/sqrt_386.8 -D GOOS_freebsd -D GOARCH_386 ./sqrt_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/_obj/tan_386.8 -D GOOS_freebsd -D GOARCH_386 ./tan_386.s pack r $WORK/math.a $WORK/math/_obj/abs_386.8 $WORK/math/_obj/asin_386.8 $WORK/math/_obj/atan2_386.8 $WORK/math/_obj/atan_386.8 $WORK/math/_obj/dim_386.8 $WORK/math/_obj/exp2_386.8 $WORK/math/_obj/exp_386.8 $WORK/math/_obj/expm1_386.8 $WORK/math/_obj/floor_386.8 $WORK/math/_obj/frexp_386.8 $WORK/math/_obj/hypot_386.8 $WORK/math/_obj/ldexp_386.8 $WORK/math/_obj/log10_386.8 $WORK/math/_obj/log1p_386.8 $WORK/math/_obj/log_386.8 $WORK/math/_obj/mod_386.8 $WORK/math/_obj/modf_386.8 $WORK/math/_obj/remainder_386.8 $WORK/math/_obj/sin_386.8 $WORK/math/_obj/sincos_386.8 $WORK/math/_obj/sqrt_386.8 $WORK/math/_obj/tan_386.8 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/freebsd_386/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/freebsd_386/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/freebsd_386/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/freebsd_386/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_bsd.go ./proc.go ./stat_freebsd.go ./sys_bsd.go ./sys_freebsd.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/freebsd_386/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -complete -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_generic.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/crypto/rc4/_obj/rc4_386.8 -D GOOS_freebsd -D GOARCH_386 ./rc4_386.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_386.8 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/rc4.a mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -complete -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block.go mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/freebsd_386/encoding/ascii85.a mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/freebsd_386/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/crypto/sha256/_obj/sha256block_386.8 -D GOOS_freebsd -D GOARCH_386 ./sha256block_386.s mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/freebsd_386/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/crypto/sha1/_obj/sha1block_386.8 -D GOOS_freebsd -D GOARCH_386 ./sha1block_386.s mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/sha512.a pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_386.8 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/sha1.a mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/aes.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/freebsd_386/net/url.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_386.8 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/sha256.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/freebsd_386/encoding/pem.a cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/crypto/md5/_obj/md5block_386.8 -D GOOS_freebsd -D GOARCH_386 ./md5block_386.s pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_386.8 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/md5.a mv $WORK/os.a /builddir/build/BUILD/go/pkg/freebsd_386/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./cgo_stub.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_unix.go ./hosts.go ./interface.go ./interface_bsd.go ./interface_freebsd.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_freebsd.go ./singleflight.go ./sock_bsd.go ./sock_cloexec.go ./sock_posix.go ./sockopt_bsd.go ./sockopt_posix.go ./sockoptip_bsd.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go mv $WORK/image.a /builddir/build/BUILD/go/pkg/freebsd_386/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/os/signal/_obj/sig.8 -D GOOS_freebsd -D GOARCH_386 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/freebsd_386/os/signal.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/freebsd_386/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/freebsd_386/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/freebsd_386/io/ioutil.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/freebsd_386/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/freebsd_386/os/exec.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/freebsd_386/image/jpeg.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/reflect/_obj/asm_386.8 -D GOOS_freebsd -D GOARCH_386 ./asm_386.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_386.8 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/freebsd_386/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/freebsd_386/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/freebsd_386/cmd/pprof/internal/svg.a mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/freebsd_386/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/freebsd_386/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/freebsd_386/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atimespec.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/user.a -trimpath $WORK -p os/user -complete -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./lookup_stubs.go ./user.go runtime/debug text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/freebsd_386/encoding/hex.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/freebsd_386/net/http/internal.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/freebsd_386/cmd/pprof/internal/tempfile.a mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/freebsd_386/os/user.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/freebsd_386/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/freebsd_386/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/debug/_obj/debug.8 -D GOOS_freebsd -D GOARCH_386 ./debug.s mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/freebsd_386/debug/plan9obj.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/runtime/debug/_obj/stubs.8 -D GOOS_freebsd -D GOARCH_386 ./stubs.s mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/freebsd_386/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/freebsd_386/encoding/csv.a cd /builddir/build/BUILD/go/src/runtime/debug pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.8 $WORK/runtime/debug/_obj/stubs.8 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/freebsd_386/runtime/debug.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/freebsd_386/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/freebsd_386/cmd/internal/goobj.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/freebsd_386/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/freebsd_386/testing/iotest.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/freebsd_386/text/scanner.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/freebsd_386/mime.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/freebsd_386/testing/quick.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/freebsd_386/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/freebsd_386/debug/gosym.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/freebsd_386/image/gif.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/freebsd_386/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/freebsd_386/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/freebsd_386/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/freebsd_386/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/freebsd_386/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/net.a /builddir/build/BUILD/go/pkg/freebsd_386/net.a net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/freebsd_386/testing.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/freebsd_386/archive/tar.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/freebsd_386/database/sql.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/freebsd_386/debug/macho.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/freebsd_386/encoding/json.a mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/freebsd_386/debug/pe.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/freebsd_386/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_386 -o $WORK/math/big/_obj/arith_386.8 -D GOOS_freebsd -D GOARCH_386 ./arith_386.s mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/freebsd_386/cmd/internal/rsc.io/arm/armasm.a pack r $WORK/math/big.a $WORK/math/big/_obj/arith_386.8 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/freebsd_386/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/freebsd_386/log/syslog.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/freebsd_386/archive/zip.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/dsa.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/freebsd_386/net/textproto.a net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/freebsd_386/debug/elf.a mkdir -p /builddir/build/BUILD/go/pkg/tool/freebsd_386/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_386/pack mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/freebsd_386/image/png.a mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/freebsd_386/encoding/xml.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/freebsd_386/net/mail.a mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/rsa.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/freebsd_386/mime/multipart.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/elliptic.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/freebsd_386/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/freebsd_386/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/freebsd_386/encoding/gob.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/ecdsa.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/freebsd_386/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/freebsd_386/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/freebsd_386/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/freebsd_386/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/freebsd_386/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/freebsd_386/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/objdump.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/freebsd_386/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/nm.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/freebsd_386/go/parser.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/freebsd_386/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/freebsd_386/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/freebsd_386/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/freebsd_386/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/gofmt.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/freebsd_386/go/build.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/yacc.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_386/addr2line mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_386/objdump mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_386/nm mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/freebsd_386/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mkdir -p /builddir/build/BUILD/go/bin/freebsd_386/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/freebsd_386/gofmt mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/freebsd_386/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/freebsd_386/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/freebsd_386/net/smtp.a mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_386/fix mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_386/yacc mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/freebsd_386/cmd/pprof/internal/driver.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_386/cgo mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/freebsd_386/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/freebsd_386/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/freebsd_386/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/freebsd_386/net/http/pprof.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/freebsd_386/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/freebsd_386/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/freebsd_386/net/http/httputil.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/freebsd_386/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/freebsd_386/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_386/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/freebsd_386/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/freebsd_386/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_386/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/freebsd_386/go --- Installed Go for freebsd/386 in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goarch in 386 amd64 arm + '[' amd64 = arm ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=freebsd + GOARCH=amd64 + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/6a cmd/6c cmd/6g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go runtime (freebsd/amd64) # Building packages and commands for host, linux/amd64. WORK=/tmp/go-build775106383 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go runtime/race cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pack.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/nm.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/gofmt.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/yacc.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/fix.a mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/cgo.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c cd /builddir/build/BUILD/go/src/os/user gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/go.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go # Building packages and commands for freebsd/amd64. WORK=/tmp/go-build154068872 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_kqueue.go ./os_freebsd.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_freebsd.go ./zruntime_defs_freebsd_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_freebsd_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_freebsd.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_freebsd_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_freebsd.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_freebsd_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_freebsd -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_freebsd -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_freebsd -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_freebsd -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_freebsd -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_freebsd -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_freebsd -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_freebsd -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/mem_freebsd.6 -D GOOS_freebsd -D GOARCH_amd64 ./mem_freebsd.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_freebsd -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_freebsd -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_freebsd -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_freebsd -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/os_freebsd.6 -D GOOS_freebsd -D GOARCH_amd64 ./os_freebsd.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_freebsd -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_freebsd -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_freebsd -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_freebsd -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_freebsd -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_freebsd -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_freebsd -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_freebsd -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_freebsd -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_freebsd -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_freebsd -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/rt0_freebsd_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./rt0_freebsd_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/sys_freebsd_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./sys_freebsd_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_freebsd -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/_obj/zsys_freebsd_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./zsys_freebsd_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_freebsd.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_freebsd.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_freebsd_amd64.6 $WORK/runtime/_obj/sys_freebsd_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_freebsd_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/freebsd_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./asm_amd64.s mv $WORK/errors.a /builddir/build/BUILD/go/pkg/freebsd_amd64/errors.a mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/freebsd_amd64/encoding.a cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_freebsd_amd64.syso # internal cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/freebsd_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/freebsd_amd64/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/freebsd_amd64/unicode/utf16.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/subtle.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/freebsd_amd64/container/ring.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/freebsd_amd64/unicode/utf8.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/freebsd_amd64/container/list.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/freebsd_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/sort.a /builddir/build/BUILD/go/pkg/freebsd_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/freebsd_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/freebsd_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./bpf_bsd.go ./env_unix.go ./exec_bsd.go ./exec_unix.go ./flock.go ./race0.go ./route_bsd.go ./route_freebsd.go ./route_freebsd_64bit.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_bsd.go ./syscall_freebsd.go ./syscall_freebsd_amd64.go ./syscall_no_getwd.go ./syscall_unix.go ./zerrors_freebsd_amd64.go ./zsyscall_freebsd_amd64.go ./zsysnum_freebsd_amd64.go ./ztypes_freebsd_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/freebsd_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/freebsd_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/freebsd_amd64/hash/adler32.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/freebsd_amd64/hash/crc64.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./crc32_amd64.s mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/hmac.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/freebsd_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/freebsd_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/freebsd_amd64/image/color/palette.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/freebsd_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/cipher.a mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/freebsd_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_freebsd -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/syscall/_obj/asm_freebsd_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./asm_freebsd_amd64.s cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_freebsd -D GOARCH_amd64 ./strings.s cd /builddir/build/BUILD/go/src/syscall pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_freebsd_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/freebsd_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go cd /builddir/build/BUILD/go/src/strings pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/freebsd_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/freebsd_amd64/text/tabwriter.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/freebsd_amd64/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/freebsd_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./log1p_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./log_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./mod_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/freebsd_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./remainder_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/freebsd_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/freebsd_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/freebsd_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/freebsd_amd64/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/freebsd_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_bsd.go ./proc.go ./stat_freebsd.go ./sys_bsd.go ./sys_freebsd.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/freebsd_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./rc4_amd64.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/rc4.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./sha256block_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/freebsd_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./sha1block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/freebsd_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/sha1.a mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/freebsd_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/sha256.a cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/sha512.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/freebsd_amd64/net/url.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/freebsd_amd64/encoding/pem.a mv $WORK/os.a /builddir/build/BUILD/go/pkg/freebsd_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./cgo_stub.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_unix.go ./hosts.go ./interface.go ./interface_bsd.go ./interface_freebsd.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_freebsd.go ./singleflight.go ./sock_bsd.go ./sock_cloexec.go ./sock_posix.go ./sockopt_bsd.go ./sockopt_posix.go ./sockoptip_bsd.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go mv $WORK/image.a /builddir/build/BUILD/go/pkg/freebsd_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_freebsd -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/freebsd_amd64/os/signal.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/freebsd_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/freebsd_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/freebsd_amd64/io/ioutil.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/freebsd_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/freebsd_amd64/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/freebsd_amd64/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/freebsd_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/freebsd_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/freebsd_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/freebsd_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/freebsd_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atimespec.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -complete -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./lookup_stubs.go ./user.go runtime/debug text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/freebsd_amd64/net/http/internal.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/pprof/internal/tempfile.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/freebsd_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/freebsd_amd64/os/user.a mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/freebsd_amd64/encoding/hex.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/freebsd_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/freebsd_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/freebsd_amd64/encoding/csv.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/freebsd_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/internal/goobj.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/freebsd_amd64/text/scanner.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_freebsd -D GOARCH_amd64 ./debug.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_freebsd -D GOARCH_amd64 ./stubs.s pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/freebsd_amd64/runtime/debug.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/freebsd_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/freebsd_amd64/testing/iotest.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/freebsd_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/mime.a /builddir/build/BUILD/go/pkg/freebsd_amd64/mime.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/freebsd_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/freebsd_amd64/debug/gosym.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/freebsd_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/freebsd_amd64/testing/quick.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/freebsd_amd64/image/gif.a mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/freebsd_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/freebsd_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/freebsd_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/freebsd_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/freebsd_amd64/debug/pe.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_freebsd -D GOARCH_amd64 ./arith_amd64.s mv $WORK/testing.a /builddir/build/BUILD/go/pkg/freebsd_amd64/testing.a pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/freebsd_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/freebsd_amd64/database/sql.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/freebsd_amd64/archive/tar.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/internal/rsc.io/arm/armasm.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/freebsd_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/dsa.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/freebsd_amd64/debug/macho.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/freebsd_amd64/archive/zip.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/freebsd_amd64/encoding/json.a mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/freebsd_amd64/encoding/xml.a mkdir -p /builddir/build/BUILD/go/pkg/tool/freebsd_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_amd64/pack mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/elliptic.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/freebsd_amd64/debug/elf.a mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/freebsd_amd64/image/png.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/freebsd_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/freebsd_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/net.a /builddir/build/BUILD/go/pkg/freebsd_amd64/net.a net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/rsa.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/ecdsa.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/freebsd_amd64/encoding/gob.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/freebsd_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/freebsd_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/freebsd_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/freebsd_amd64/mime/multipart.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/freebsd_amd64/net/mail.a mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/freebsd_amd64/go/parser.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/objdump.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/pprof/internal/symbolz.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/nm.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/freebsd_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/pprof/internal/symbolizer.a mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/freebsd_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/freebsd_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/gofmt.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/freebsd_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/freebsd_amd64/go/build.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/yacc.a mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_amd64/objdump mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_amd64/nm mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_amd64/addr2line mkdir -p /builddir/build/BUILD/go/bin/freebsd_amd64/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/freebsd_amd64/gofmt mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/freebsd_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_amd64/fix mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_amd64/yacc mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/freebsd_amd64/net/smtp.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_amd64/cgo mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/freebsd_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/freebsd_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/freebsd_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/freebsd_amd64/net/http/pprof.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/freebsd_amd64/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/freebsd_amd64/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/freebsd_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/freebsd_amd64/net/http/httputil.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/freebsd_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/freebsd_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/freebsd_amd64/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_amd64/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/freebsd_amd64/go --- Installed Go for freebsd/amd64 in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goarch in 386 amd64 arm + '[' arm = arm ']' + '[' freebsd = darwin -o freebsd = windows -o freebsd = plan9 -o freebsd = openbsd ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=freebsd + GOARCH=arm + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/5l cmd/6a cmd/5a cmd/6c cmd/5c cmd/6g cmd/5g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go runtime (freebsd/arm) # Building packages and commands for host, linux/amd64. WORK=/tmp/go-build296655020 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pack.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/addr2line.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/objdump.a mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/nm.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/gofmt.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/yacc.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/cgo.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c cd /builddir/build/BUILD/go/src/os/user gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/go.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go # Building packages and commands for freebsd/arm. WORK=/tmp/go-build714526910 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_arm.go ./atomic_arm.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_kqueue.go ./noasm_arm.go ./os_freebsd.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./vlrt.go ./zgoarch_arm.go ./zgoos_freebsd.go ./zruntime_defs_freebsd_arm.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_arm.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_freebsd_arm.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_freebsd.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_freebsd_arm.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_freebsd.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_freebsd_arm.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/defs.5 -D GOOS_freebsd -D GOARCH_arm ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/float.5 -D GOOS_freebsd -D GOARCH_arm ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/heapdump.5 -D GOOS_freebsd -D GOARCH_arm ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/lfstack.5 -D GOOS_freebsd -D GOARCH_arm ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/malloc.5 -D GOOS_freebsd -D GOARCH_arm ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/mcache.5 -D GOOS_freebsd -D GOARCH_arm ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/mcentral.5 -D GOOS_freebsd -D GOARCH_arm ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/mem_freebsd.5 -D GOOS_freebsd -D GOARCH_arm ./mem_freebsd.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/mfixalloc.5 -D GOOS_freebsd -D GOARCH_arm ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/mgc0.5 -D GOOS_freebsd -D GOARCH_arm ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/mheap.5 -D GOOS_freebsd -D GOARCH_arm ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/msize.5 -D GOOS_freebsd -D GOARCH_arm ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/os_freebsd.5 -D GOOS_freebsd -D GOARCH_arm ./os_freebsd.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/os_freebsd_arm.5 -D GOOS_freebsd -D GOARCH_arm ./os_freebsd_arm.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/panic.5 -D GOOS_freebsd -D GOARCH_arm ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/parfor.5 -D GOOS_freebsd -D GOARCH_arm ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/proc.5 -D GOOS_freebsd -D GOARCH_arm ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/runtime.5 -D GOOS_freebsd -D GOARCH_arm ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/signal.5 -D GOOS_freebsd -D GOARCH_arm ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/signal_arm.5 -D GOOS_freebsd -D GOARCH_arm ./signal_arm.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/signal_unix.5 -D GOOS_freebsd -D GOARCH_arm ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/softfloat_arm.5 -D GOOS_freebsd -D GOARCH_arm ./softfloat_arm.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/stack.5 -D GOOS_freebsd -D GOARCH_arm ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/string.5 -D GOOS_freebsd -D GOARCH_arm ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/sys_arm.5 -D GOOS_freebsd -D GOARCH_arm ./sys_arm.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/vlrt.5 -D GOOS_freebsd -D GOARCH_arm ./vlrt.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/asm.5 -D GOOS_freebsd -D GOARCH_arm ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/asm_arm.5 -D GOOS_freebsd -D GOARCH_arm ./asm_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/memclr_arm.5 -D GOOS_freebsd -D GOARCH_arm ./memclr_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/memmove_arm.5 -D GOOS_freebsd -D GOARCH_arm ./memmove_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/rt0_freebsd_arm.5 -D GOOS_freebsd -D GOARCH_arm ./rt0_freebsd_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/sys_freebsd_arm.5 -D GOOS_freebsd -D GOARCH_arm ./sys_freebsd_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/thunk.5 -D GOOS_freebsd -D GOARCH_arm ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/tls_arm.5 -D GOOS_freebsd -D GOARCH_arm ./tls_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/vlop_arm.5 -D GOOS_freebsd -D GOARCH_arm ./vlop_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/_obj/zsys_freebsd_arm.5 -D GOOS_freebsd -D GOARCH_arm ./zsys_freebsd_arm.s pack r $WORK/runtime.a $WORK/runtime/_obj/defs.5 $WORK/runtime/_obj/float.5 $WORK/runtime/_obj/heapdump.5 $WORK/runtime/_obj/lfstack.5 $WORK/runtime/_obj/malloc.5 $WORK/runtime/_obj/mcache.5 $WORK/runtime/_obj/mcentral.5 $WORK/runtime/_obj/mem_freebsd.5 $WORK/runtime/_obj/mfixalloc.5 $WORK/runtime/_obj/mgc0.5 $WORK/runtime/_obj/mheap.5 $WORK/runtime/_obj/msize.5 $WORK/runtime/_obj/os_freebsd.5 $WORK/runtime/_obj/os_freebsd_arm.5 $WORK/runtime/_obj/panic.5 $WORK/runtime/_obj/parfor.5 $WORK/runtime/_obj/proc.5 $WORK/runtime/_obj/runtime.5 $WORK/runtime/_obj/signal.5 $WORK/runtime/_obj/signal_arm.5 $WORK/runtime/_obj/signal_unix.5 $WORK/runtime/_obj/softfloat_arm.5 $WORK/runtime/_obj/stack.5 $WORK/runtime/_obj/string.5 $WORK/runtime/_obj/sys_arm.5 $WORK/runtime/_obj/vlrt.5 $WORK/runtime/_obj/asm.5 $WORK/runtime/_obj/asm_arm.5 $WORK/runtime/_obj/memclr_arm.5 $WORK/runtime/_obj/memmove_arm.5 $WORK/runtime/_obj/rt0_freebsd_arm.5 $WORK/runtime/_obj/sys_freebsd_arm.5 $WORK/runtime/_obj/thunk.5 $WORK/runtime/_obj/tls_arm.5 $WORK/runtime/_obj/vlop_arm.5 $WORK/runtime/_obj/zsys_freebsd_arm.5 # internal mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/freebsd_arm/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./64bit_arm.go ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/freebsd_arm/errors.a container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go image/color mkdir -p $WORK/image/color/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/sync/atomic/_obj/asm_arm.5 -D GOOS_freebsd -D GOARCH_arm ./asm_arm.s mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -complete -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/sync/atomic/_obj/asm_freebsd_arm.5 -D GOOS_freebsd -D GOARCH_arm ./asm_freebsd_arm.s mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/subtle.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/freebsd_arm/unicode/utf16.a mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/freebsd_arm/encoding.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/freebsd_arm/container/ring.a pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_arm.5 $WORK/sync/atomic/_obj/asm_freebsd_arm.5 # internal mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/freebsd_arm/sync/atomic.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/freebsd_arm/runtime/race.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/freebsd_arm/unicode/utf8.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/freebsd_arm/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/freebsd_arm/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/freebsd_arm/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/freebsd_arm/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/freebsd_arm/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./bpf_bsd.go ./env_unix.go ./exec_bsd.go ./exec_unix.go ./flock.go ./race0.go ./route_bsd.go ./route_freebsd.go ./route_freebsd_32bit.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_bsd.go ./syscall_freebsd.go ./syscall_freebsd_arm.go ./syscall_no_getwd.go ./syscall_unix.go ./zerrors_freebsd_arm.go ./zsyscall_freebsd_arm.go ./zsysnum_freebsd_arm.go ./ztypes_freebsd_arm.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/freebsd_arm/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/freebsd_arm/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -complete -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_generic.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/freebsd_arm/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/hmac.a mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/freebsd_arm/hash/crc32.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/freebsd_arm/hash/crc64.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/freebsd_arm/hash/fnv.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/freebsd_arm/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/freebsd_arm/image/color/palette.a mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/freebsd_arm/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/strings/_obj/strings.5 -D GOOS_freebsd -D GOARCH_arm ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.5 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/freebsd_arm/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/syscall/_obj/asm.5 -D GOOS_freebsd -D GOARCH_arm ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/syscall/_obj/asm_freebsd_arm.5 -D GOOS_freebsd -D GOARCH_arm ./asm_freebsd_arm.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.5 $WORK/syscall/_obj/asm_freebsd_arm.5 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/freebsd_arm/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/freebsd_arm/text/tabwriter.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/freebsd_arm/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/freebsd_arm/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/abs_arm.5 -D GOOS_freebsd -D GOARCH_arm ./abs_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/asin_arm.5 -D GOOS_freebsd -D GOARCH_arm ./asin_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/atan2_arm.5 -D GOOS_freebsd -D GOARCH_arm ./atan2_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/atan_arm.5 -D GOOS_freebsd -D GOARCH_arm ./atan_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/dim_arm.5 -D GOOS_freebsd -D GOARCH_arm ./dim_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/exp2_arm.5 -D GOOS_freebsd -D GOARCH_arm ./exp2_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/exp_arm.5 -D GOOS_freebsd -D GOARCH_arm ./exp_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/expm1_arm.5 -D GOOS_freebsd -D GOARCH_arm ./expm1_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/floor_arm.5 -D GOOS_freebsd -D GOARCH_arm ./floor_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/frexp_arm.5 -D GOOS_freebsd -D GOARCH_arm ./frexp_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/hypot_arm.5 -D GOOS_freebsd -D GOARCH_arm ./hypot_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/ldexp_arm.5 -D GOOS_freebsd -D GOARCH_arm ./ldexp_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/log10_arm.5 -D GOOS_freebsd -D GOARCH_arm ./log10_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/log1p_arm.5 -D GOOS_freebsd -D GOARCH_arm ./log1p_arm.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/freebsd_arm/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/log_arm.5 -D GOOS_freebsd -D GOARCH_arm ./log_arm.s mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/freebsd_arm/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/mod_arm.5 -D GOOS_freebsd -D GOARCH_arm ./mod_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/modf_arm.5 -D GOOS_freebsd -D GOARCH_arm ./modf_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/remainder_arm.5 -D GOOS_freebsd -D GOARCH_arm ./remainder_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/sin_arm.5 -D GOOS_freebsd -D GOARCH_arm ./sin_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/sincos_arm.5 -D GOOS_freebsd -D GOARCH_arm ./sincos_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/sqrt_arm.5 -D GOOS_freebsd -D GOARCH_arm ./sqrt_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/_obj/tan_arm.5 -D GOOS_freebsd -D GOARCH_arm ./tan_arm.s pack r $WORK/math.a $WORK/math/_obj/abs_arm.5 $WORK/math/_obj/asin_arm.5 $WORK/math/_obj/atan2_arm.5 $WORK/math/_obj/atan_arm.5 $WORK/math/_obj/dim_arm.5 $WORK/math/_obj/exp2_arm.5 $WORK/math/_obj/exp_arm.5 $WORK/math/_obj/expm1_arm.5 $WORK/math/_obj/floor_arm.5 $WORK/math/_obj/frexp_arm.5 $WORK/math/_obj/hypot_arm.5 $WORK/math/_obj/ldexp_arm.5 $WORK/math/_obj/log10_arm.5 $WORK/math/_obj/log1p_arm.5 $WORK/math/_obj/log_arm.5 $WORK/math/_obj/mod_arm.5 $WORK/math/_obj/modf_arm.5 $WORK/math/_obj/remainder_arm.5 $WORK/math/_obj/sin_arm.5 $WORK/math/_obj/sincos_arm.5 $WORK/math/_obj/sqrt_arm.5 $WORK/math/_obj/tan_arm.5 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/freebsd_arm/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/freebsd_arm/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/freebsd_arm/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/freebsd_arm/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_bsd.go ./proc.go ./stat_freebsd.go ./sys_bsd.go ./sys_freebsd.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/freebsd_arm/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -complete -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_generic.go ./const.go crypto/rc4 encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -complete -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -complete -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/crypto/rc4/_obj/rc4_arm.5 -D GOOS_freebsd -D GOARCH_arm ./rc4_arm.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_arm.5 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/freebsd_arm/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/crypto/sha1/_obj/sha1block_arm.5 -D GOOS_freebsd -D GOARCH_arm ./sha1block_arm.s mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/sha256.a pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_arm.5 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/sha1.a mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/freebsd_arm/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/crypto/md5/_obj/md5block_arm.5 -D GOOS_freebsd -D GOARCH_arm ./md5block_arm.s mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/sha512.a mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/freebsd_arm/encoding/base32.a pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_arm.5 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/md5.a mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/aes.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/freebsd_arm/net/url.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/freebsd_arm/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/freebsd_arm/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/freebsd_arm/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./cgo_stub.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_unix.go ./hosts.go ./interface.go ./interface_bsd.go ./interface_freebsd.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_freebsd.go ./singleflight.go ./sock_bsd.go ./sock_cloexec.go ./sock_posix.go ./sockopt_bsd.go ./sockopt_posix.go ./sockoptip_bsd.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/os/signal/_obj/sig.5 -D GOOS_freebsd -D GOARCH_arm ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.5 # internal mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/freebsd_arm/os/signal.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/freebsd_arm/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/freebsd_arm/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/freebsd_arm/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/freebsd_arm/io/ioutil.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/freebsd_arm/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/freebsd_arm/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/reflect/_obj/asm_arm.5 -D GOOS_freebsd -D GOARCH_arm ./asm_arm.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_arm.5 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/freebsd_arm/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/freebsd_arm/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/freebsd_arm/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/freebsd_arm/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/freebsd_arm/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/os/user.a -trimpath $WORK -p os/user -complete -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./lookup_stubs.go ./user.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atimespec.go ./stat_unix.go ./writer.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/freebsd_arm/encoding/hex.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/freebsd_arm/net/http/internal.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/pprof/internal/tempfile.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/freebsd_arm/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/freebsd_arm/os/user.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/freebsd_arm/debug/plan9obj.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/debug/_obj/debug.5 -D GOOS_freebsd -D GOARCH_arm ./debug.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/runtime/debug/_obj/stubs.5 -D GOOS_freebsd -D GOARCH_arm ./stubs.s mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/freebsd_arm/compress/lzw.a mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/freebsd_arm/encoding/csv.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go cd /builddir/build/BUILD/go/src/runtime/debug pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.5 $WORK/runtime/debug/_obj/stubs.5 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/freebsd_arm/runtime/debug.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/internal/goobj.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/freebsd_arm/mime.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/freebsd_arm/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/freebsd_arm/testing/iotest.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/freebsd_arm/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/freebsd_arm/text/scanner.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/freebsd_arm/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/freebsd_arm/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/freebsd_arm/debug/gosym.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/freebsd_arm/testing/quick.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/freebsd_arm/image/gif.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/freebsd_arm/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/freebsd_arm/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/freebsd_arm/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/freebsd_arm/archive/tar.a mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/freebsd_arm/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/freebsd_arm/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/freebsd_arm/testing.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/freebsd_arm/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/freebsd_arm/database/sql.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/freebsd_arm -o $WORK/math/big/_obj/arith_arm.5 -D GOOS_freebsd -D GOARCH_arm ./arith_arm.s mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/freebsd_arm/encoding/json.a pack r $WORK/math/big.a $WORK/math/big/_obj/arith_arm.5 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/freebsd_arm/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/freebsd_arm/debug/pe.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/internal/rsc.io/arm/armasm.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/dsa.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/freebsd_arm/archive/zip.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/freebsd_arm/debug/macho.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/net.a /builddir/build/BUILD/go/pkg/freebsd_arm/net.a net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/tool/freebsd_arm/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_arm/pack mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/freebsd_arm/encoding/xml.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/freebsd_arm/log/syslog.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/freebsd_arm/debug/elf.a mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/freebsd_arm/image/png.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/freebsd_arm/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/rsa.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/elliptic.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/freebsd_arm/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/freebsd_arm/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/ecdsa.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/freebsd_arm/encoding/gob.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/freebsd_arm/net/mail.a mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/freebsd_arm/mime/multipart.a mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/freebsd_arm/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/pprof/internal/symbolizer.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/objdump.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/freebsd_arm/go/parser.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/nm.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/freebsd_arm/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/freebsd_arm/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/freebsd_arm/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/freebsd_arm/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/gofmt.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/freebsd_arm/go/build.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/yacc.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_arm/addr2line mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_arm/objdump mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_arm/nm mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mkdir -p /builddir/build/BUILD/go/bin/freebsd_arm/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/freebsd_arm/gofmt mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/freebsd_arm/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_arm/yacc mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_arm/fix mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/freebsd_arm/net/smtp.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/pprof/internal/driver.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_arm/cgo mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/freebsd_arm/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/freebsd_arm/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/freebsd_arm/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/freebsd_arm/net/http/pprof.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/freebsd_arm/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/freebsd_arm/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/freebsd_arm/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/freebsd_arm/net/http/httputil.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/freebsd_arm/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/freebsd_arm/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/freebsd_arm/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/freebsd_arm/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/freebsd_arm/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/freebsd_arm/go --- Installed Go for freebsd/arm in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goos in darwin freebsd linux netbsd openbsd plan9 windows + for goarch in 386 amd64 arm + '[' 386 = arm ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=linux + GOARCH=386 + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/8l cmd/6a cmd/8a cmd/6c cmd/8c cmd/6g cmd/8g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go runtime (linux/386) # Building packages and commands for host, linux/amd64. WORK=/tmp/go-build637485472 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go cd /builddir/build/BUILD/go/src/runtime/debug pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pack.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/objdump.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/nm.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/gofmt.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/fix.a mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/yacc.a mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/cgo.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c cd /builddir/build/BUILD/go/src/os/user gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go # Building packages and commands for linux/386. WORK=/tmp/go-build996831463 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_386.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./vlrt.go ./zgoarch_386.go ./zgoos_linux.go ./zruntime_defs_linux_386.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_386.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_386.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_386.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_386.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/atomic_386.8 -D GOOS_linux -D GOARCH_386 ./atomic_386.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/defs.8 -D GOOS_linux -D GOARCH_386 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/float.8 -D GOOS_linux -D GOARCH_386 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/heapdump.8 -D GOOS_linux -D GOARCH_386 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/lfstack.8 -D GOOS_linux -D GOARCH_386 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/malloc.8 -D GOOS_linux -D GOARCH_386 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/mcache.8 -D GOOS_linux -D GOARCH_386 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/mcentral.8 -D GOOS_linux -D GOARCH_386 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/mem_linux.8 -D GOOS_linux -D GOARCH_386 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/mfixalloc.8 -D GOOS_linux -D GOARCH_386 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/mgc0.8 -D GOOS_linux -D GOARCH_386 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/mheap.8 -D GOOS_linux -D GOARCH_386 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/msize.8 -D GOOS_linux -D GOARCH_386 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/os_linux.8 -D GOOS_linux -D GOARCH_386 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/os_linux_386.8 -D GOOS_linux -D GOARCH_386 ./os_linux_386.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/panic.8 -D GOOS_linux -D GOARCH_386 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/parfor.8 -D GOOS_linux -D GOARCH_386 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/proc.8 -D GOOS_linux -D GOARCH_386 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/runtime.8 -D GOOS_linux -D GOARCH_386 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/signal.8 -D GOOS_linux -D GOARCH_386 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/signal_386.8 -D GOOS_linux -D GOARCH_386 ./signal_386.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/signal_unix.8 -D GOOS_linux -D GOARCH_386 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/stack.8 -D GOOS_linux -D GOARCH_386 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/string.8 -D GOOS_linux -D GOARCH_386 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/sys_x86.8 -D GOOS_linux -D GOARCH_386 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/vlrt.8 -D GOOS_linux -D GOARCH_386 ./vlrt.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/asm.8 -D GOOS_linux -D GOARCH_386 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/asm_386.8 -D GOOS_linux -D GOARCH_386 ./asm_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/memclr_386.8 -D GOOS_linux -D GOARCH_386 ./memclr_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/memmove_386.8 -D GOOS_linux -D GOARCH_386 ./memmove_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/rt0_linux_386.8 -D GOOS_linux -D GOARCH_386 ./rt0_linux_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/sys_linux_386.8 -D GOOS_linux -D GOARCH_386 ./sys_linux_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/thunk.8 -D GOOS_linux -D GOARCH_386 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/vlop_386.8 -D GOOS_linux -D GOARCH_386 ./vlop_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/_obj/zsys_linux_386.8 -D GOOS_linux -D GOARCH_386 ./zsys_linux_386.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_386.8 $WORK/runtime/_obj/defs.8 $WORK/runtime/_obj/float.8 $WORK/runtime/_obj/heapdump.8 $WORK/runtime/_obj/lfstack.8 $WORK/runtime/_obj/malloc.8 $WORK/runtime/_obj/mcache.8 $WORK/runtime/_obj/mcentral.8 $WORK/runtime/_obj/mem_linux.8 $WORK/runtime/_obj/mfixalloc.8 $WORK/runtime/_obj/mgc0.8 $WORK/runtime/_obj/mheap.8 $WORK/runtime/_obj/msize.8 $WORK/runtime/_obj/os_linux.8 $WORK/runtime/_obj/os_linux_386.8 $WORK/runtime/_obj/panic.8 $WORK/runtime/_obj/parfor.8 $WORK/runtime/_obj/proc.8 $WORK/runtime/_obj/runtime.8 $WORK/runtime/_obj/signal.8 $WORK/runtime/_obj/signal_386.8 $WORK/runtime/_obj/signal_unix.8 $WORK/runtime/_obj/stack.8 $WORK/runtime/_obj/string.8 $WORK/runtime/_obj/sys_x86.8 $WORK/runtime/_obj/vlrt.8 $WORK/runtime/_obj/asm.8 $WORK/runtime/_obj/asm_386.8 $WORK/runtime/_obj/memclr_386.8 $WORK/runtime/_obj/memmove_386.8 $WORK/runtime/_obj/rt0_linux_386.8 $WORK/runtime/_obj/sys_linux_386.8 $WORK/runtime/_obj/thunk.8 $WORK/runtime/_obj/vlop_386.8 $WORK/runtime/_obj/zsys_linux_386.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_386/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_386/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_386/errors.a image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -complete -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/sync/atomic/_obj/asm_386.8 -D GOOS_linux -D GOARCH_386 ./asm_386.s mkdir -p /builddir/build/BUILD/go/pkg/linux_386/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_386/crypto/subtle.a mkdir -p /builddir/build/BUILD/go/pkg/linux_386/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_386/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/linux_386/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_386/unicode/utf16.a pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_386.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_386/sync/ mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_386/encoding.a mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_386/sync/atomic.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_386/unicode/utf8.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_386/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_386/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_386/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_386/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_386/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_386/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./flock_linux_32bit.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_386.go ./syscall_unix.go ./zerrors_linux_386.go ./zsyscall_linux_386.go ./zsysnum_linux_386.go ./ztypes_linux_386.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_386/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_386/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -complete -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_generic.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_386/hash/adler32.a mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_386/hash/crc32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_386/crypto/hmac.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_386/hash/crc64.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_386/hash/fnv.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_386/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_386/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_386/image/color/palette.a mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_386/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/strings/_obj/strings.8 -D GOOS_linux -D GOARCH_386 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.8 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_386/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_386/text/tabwriter.a cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/syscall/_obj/asm.8 -D GOOS_linux -D GOARCH_386 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/syscall/_obj/asm_linux_386.8 -D GOOS_linux -D GOARCH_386 ./asm_linux_386.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.8 $WORK/syscall/_obj/asm_linux_386.8 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_386/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_386/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_386/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_386/internal/syscall.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/abs_386.8 -D GOOS_linux -D GOARCH_386 ./abs_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/asin_386.8 -D GOOS_linux -D GOARCH_386 ./asin_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/atan2_386.8 -D GOOS_linux -D GOARCH_386 ./atan2_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/atan_386.8 -D GOOS_linux -D GOARCH_386 ./atan_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/dim_386.8 -D GOOS_linux -D GOARCH_386 ./dim_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/exp2_386.8 -D GOOS_linux -D GOARCH_386 ./exp2_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/exp_386.8 -D GOOS_linux -D GOARCH_386 ./exp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/expm1_386.8 -D GOOS_linux -D GOARCH_386 ./expm1_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/floor_386.8 -D GOOS_linux -D GOARCH_386 ./floor_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/frexp_386.8 -D GOOS_linux -D GOARCH_386 ./frexp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/hypot_386.8 -D GOOS_linux -D GOARCH_386 ./hypot_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/ldexp_386.8 -D GOOS_linux -D GOARCH_386 ./ldexp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/log10_386.8 -D GOOS_linux -D GOARCH_386 ./log10_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/log1p_386.8 -D GOOS_linux -D GOARCH_386 ./log1p_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/log_386.8 -D GOOS_linux -D GOARCH_386 ./log_386.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_386/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/mod_386.8 -D GOOS_linux -D GOARCH_386 ./mod_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/modf_386.8 -D GOOS_linux -D GOARCH_386 ./modf_386.s mkdir -p /builddir/build/BUILD/go/pkg/linux_386/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_386/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/remainder_386.8 -D GOOS_linux -D GOARCH_386 ./remainder_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/sin_386.8 -D GOOS_linux -D GOARCH_386 ./sin_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/sincos_386.8 -D GOOS_linux -D GOARCH_386 ./sincos_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/sqrt_386.8 -D GOOS_linux -D GOARCH_386 ./sqrt_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/_obj/tan_386.8 -D GOOS_linux -D GOARCH_386 ./tan_386.s pack r $WORK/math.a $WORK/math/_obj/abs_386.8 $WORK/math/_obj/asin_386.8 $WORK/math/_obj/atan2_386.8 $WORK/math/_obj/atan_386.8 $WORK/math/_obj/dim_386.8 $WORK/math/_obj/exp2_386.8 $WORK/math/_obj/exp_386.8 $WORK/math/_obj/expm1_386.8 $WORK/math/_obj/floor_386.8 $WORK/math/_obj/frexp_386.8 $WORK/math/_obj/hypot_386.8 $WORK/math/_obj/ldexp_386.8 $WORK/math/_obj/log10_386.8 $WORK/math/_obj/log1p_386.8 $WORK/math/_obj/log_386.8 $WORK/math/_obj/mod_386.8 $WORK/math/_obj/modf_386.8 $WORK/math/_obj/remainder_386.8 $WORK/math/_obj/sin_386.8 $WORK/math/_obj/sincos_386.8 $WORK/math/_obj/sqrt_386.8 $WORK/math/_obj/tan_386.8 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_386/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_386/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_386/math/rand.a mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_386/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_386/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go regexp/syntax crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -complete -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_generic.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mkdir -p $WORK/encoding/base64/_obj/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_386/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -complete -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/crypto/rc4/_obj/rc4_386.8 -D GOOS_linux -D GOARCH_386 ./rc4_386.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_386.8 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_386/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/linux_386/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_386/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/crypto/sha256/_obj/sha256block_386.8 -D GOOS_linux -D GOARCH_386 ./sha256block_386.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/crypto/sha1/_obj/sha1block_386.8 -D GOOS_linux -D GOARCH_386 ./sha1block_386.s mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_386/crypto/sha512.a mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_386/encoding/base32.a pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_386.8 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_386/crypto/sha1.a mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_386/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_386/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_386.8 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_386/crypto/sha256.a cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/crypto/md5/_obj/md5block_386.8 -D GOOS_linux -D GOARCH_386 ./md5block_386.s mkdir -p /builddir/build/BUILD/go/pkg/linux_386/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_386/net/url.a pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_386.8 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_386/crypto/md5.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_386/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_386/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_386/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./cgo_stub.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/os/signal/_obj/sig.8 -D GOOS_linux -D GOARCH_386 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_386/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_386/os/signal.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_386/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/linux_386/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_386/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_386/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_386/io/ioutil.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_386/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_386/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/reflect/_obj/asm_386.8 -D GOOS_linux -D GOARCH_386 ./asm_386.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_386.8 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_386/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_386/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_386/cmd/pprof/internal/svg.a mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_386/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_386/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_386/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_386/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_386/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/user.a -trimpath $WORK -p os/user -complete -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./lookup_stubs.go ./user.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_386/encoding/hex.a mkdir -p /builddir/build/BUILD/go/pkg/linux_386/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_386/net/http/internal.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_386/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/linux_386/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_386/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_386/debug/plan9obj.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_386/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_386/os/user.a mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_386/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_386/cmd/internal/goobj.a mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_386/encoding/csv.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/debug/_obj/debug.8 -D GOOS_linux -D GOARCH_386 ./debug.s mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_386/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/runtime/debug/_obj/stubs.8 -D GOOS_linux -D GOARCH_386 ./stubs.s cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_386/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go cd /builddir/build/BUILD/go/src/runtime/debug pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.8 $WORK/runtime/debug/_obj/stubs.8 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_386/runtime/debug.a mkdir -p /builddir/build/BUILD/go/pkg/linux_386/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_386/testing/iotest.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_386/text/scanner.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_386/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_386/go/scanner.a cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_386/mime.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_386/testing/quick.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_386/debug/gosym.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_386/image/gif.a mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_386/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_386/archive/tar.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_386/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_386/testing.a mkdir -p /builddir/build/BUILD/go/pkg/linux_386/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_386/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_386/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_386/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_386/encoding/json.a mkdir -p /builddir/build/BUILD/go/pkg/linux_386/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_386/cmd/internal/rsc.io/arm/armasm.a mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_386/debug/pe.a mkdir -p /builddir/build/BUILD/go/pkg/linux_386/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_386/database/sql.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_386/debug/macho.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_386/archive/zip.a mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_386/net.a net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_386/debug/elf.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_386 -o $WORK/math/big/_obj/arith_386.8 -D GOOS_linux -D GOARCH_386 ./arith_386.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_386.8 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_386/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_386/log/syslog.a mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_386/encoding/xml.a mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_386/encoding/gob.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_386/crypto/dsa.a mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_386/image/png.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_386/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_386/pack mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_386/net/textproto.a net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_386/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_386/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_386/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_386/crypto/rsa.a mkdir -p /builddir/build/BUILD/go/pkg/linux_386/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_386/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_386/net/mail.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_386/encoding/asn1.a crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_386/mime/multipart.a mkdir -p /builddir/build/BUILD/go/pkg/linux_386/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_386/crypto/x509/pkix.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_386/crypto/elliptic.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_386/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_386/crypto/ecdsa.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_386/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_386/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_386/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_386/cmd/pprof/internal/symbolizer.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_386/go/doc.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/nm.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_386/go/printer.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_386/go/parser.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_386/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_386/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_386/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/gofmt.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_386/go/build.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/yacc.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/fix.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_386/addr2line mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_386/objdump mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_386/nm mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_386/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mkdir -p /builddir/build/BUILD/go/bin/linux_386/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/linux_386/gofmt mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_386/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_386/yacc mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_386/fix mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_386/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_386/cmd/pprof/internal/driver.a mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_386/net/smtp.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_386/cgo mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_386/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_386/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_386/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_386/net/http/pprof.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_386/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_386/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_386/net/http/httputil.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_386/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_386/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_386/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_386/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_386/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_386/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/linux_386/go --- Installed Go for linux/386 in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goarch in 386 amd64 arm + '[' amd64 = arm ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=linux + GOARCH=amd64 + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/6a cmd/6c cmd/6g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go # Building packages and commands for linux/amd64. WORK=/tmp/go-build223879831 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go compress/lzw database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/objdump.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/nm.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/gofmt.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/yacc.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c cd /builddir/build/BUILD/go/src/os/user gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c cd /builddir/build/BUILD/go/src/net gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c cd /builddir/build/BUILD/go/src/os/user gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 cd /builddir/build/BUILD/go/src/net gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go --- Installed Go for linux/amd64 in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goarch in 386 amd64 arm + '[' arm = arm ']' + '[' linux = darwin -o linux = windows -o linux = plan9 -o linux = openbsd ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=linux + GOARCH=arm + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/5l cmd/6a cmd/5a cmd/6c cmd/5c cmd/6g cmd/5g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go runtime (linux/arm) # Building packages and commands for host, linux/amd64. WORK=/tmp/go-build834276472 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go database/sql/driver encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pack.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/nm.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/gofmt.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/yacc.a mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/fix.a mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/cgo.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c cd /builddir/build/BUILD/go/src/os/user gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/go.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go # Building packages and commands for linux/arm. WORK=/tmp/go-build748005444 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_arm.go ./atomic_arm.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./noasm_arm.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./vlrt.go ./zgoarch_arm.go ./zgoos_linux.go ./zruntime_defs_linux_arm.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_arm.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_arm.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_arm.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_arm.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/defs.5 -D GOOS_linux -D GOARCH_arm ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/float.5 -D GOOS_linux -D GOARCH_arm ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/heapdump.5 -D GOOS_linux -D GOARCH_arm ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/lfstack.5 -D GOOS_linux -D GOARCH_arm ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/malloc.5 -D GOOS_linux -D GOARCH_arm ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/mcache.5 -D GOOS_linux -D GOARCH_arm ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/mcentral.5 -D GOOS_linux -D GOARCH_arm ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/mem_linux.5 -D GOOS_linux -D GOARCH_arm ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/mfixalloc.5 -D GOOS_linux -D GOARCH_arm ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/mgc0.5 -D GOOS_linux -D GOARCH_arm ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/mheap.5 -D GOOS_linux -D GOARCH_arm ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/msize.5 -D GOOS_linux -D GOARCH_arm ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/os_linux.5 -D GOOS_linux -D GOARCH_arm ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/os_linux_arm.5 -D GOOS_linux -D GOARCH_arm ./os_linux_arm.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/panic.5 -D GOOS_linux -D GOARCH_arm ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/parfor.5 -D GOOS_linux -D GOARCH_arm ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/proc.5 -D GOOS_linux -D GOARCH_arm ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/runtime.5 -D GOOS_linux -D GOARCH_arm ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/signal.5 -D GOOS_linux -D GOARCH_arm ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/signal_arm.5 -D GOOS_linux -D GOARCH_arm ./signal_arm.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/signal_unix.5 -D GOOS_linux -D GOARCH_arm ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/softfloat_arm.5 -D GOOS_linux -D GOARCH_arm ./softfloat_arm.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/stack.5 -D GOOS_linux -D GOARCH_arm ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/string.5 -D GOOS_linux -D GOARCH_arm ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/sys_arm.5 -D GOOS_linux -D GOARCH_arm ./sys_arm.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/vlrt.5 -D GOOS_linux -D GOARCH_arm ./vlrt.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/asm.5 -D GOOS_linux -D GOARCH_arm ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/asm_arm.5 -D GOOS_linux -D GOARCH_arm ./asm_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/memclr_arm.5 -D GOOS_linux -D GOARCH_arm ./memclr_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/memmove_arm.5 -D GOOS_linux -D GOARCH_arm ./memmove_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/rt0_linux_arm.5 -D GOOS_linux -D GOARCH_arm ./rt0_linux_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/sys_linux_arm.5 -D GOOS_linux -D GOARCH_arm ./sys_linux_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/thunk.5 -D GOOS_linux -D GOARCH_arm ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/tls_arm.5 -D GOOS_linux -D GOARCH_arm ./tls_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/vlop_arm.5 -D GOOS_linux -D GOARCH_arm ./vlop_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/_obj/zsys_linux_arm.5 -D GOOS_linux -D GOARCH_arm ./zsys_linux_arm.s pack r $WORK/runtime.a $WORK/runtime/_obj/defs.5 $WORK/runtime/_obj/float.5 $WORK/runtime/_obj/heapdump.5 $WORK/runtime/_obj/lfstack.5 $WORK/runtime/_obj/malloc.5 $WORK/runtime/_obj/mcache.5 $WORK/runtime/_obj/mcentral.5 $WORK/runtime/_obj/mem_linux.5 $WORK/runtime/_obj/mfixalloc.5 $WORK/runtime/_obj/mgc0.5 $WORK/runtime/_obj/mheap.5 $WORK/runtime/_obj/msize.5 $WORK/runtime/_obj/os_linux.5 $WORK/runtime/_obj/os_linux_arm.5 $WORK/runtime/_obj/panic.5 $WORK/runtime/_obj/parfor.5 $WORK/runtime/_obj/proc.5 $WORK/runtime/_obj/runtime.5 $WORK/runtime/_obj/signal.5 $WORK/runtime/_obj/signal_arm.5 $WORK/runtime/_obj/signal_unix.5 $WORK/runtime/_obj/softfloat_arm.5 $WORK/runtime/_obj/stack.5 $WORK/runtime/_obj/string.5 $WORK/runtime/_obj/sys_arm.5 $WORK/runtime/_obj/vlrt.5 $WORK/runtime/_obj/asm.5 $WORK/runtime/_obj/asm_arm.5 $WORK/runtime/_obj/memclr_arm.5 $WORK/runtime/_obj/memmove_arm.5 $WORK/runtime/_obj/rt0_linux_arm.5 $WORK/runtime/_obj/sys_linux_arm.5 $WORK/runtime/_obj/thunk.5 $WORK/runtime/_obj/tls_arm.5 $WORK/runtime/_obj/vlop_arm.5 $WORK/runtime/_obj/zsys_linux_arm.5 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_arm/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./64bit_arm.go ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_arm/errors.a crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/sync/atomic/_obj/asm_arm.5 -D GOOS_linux -D GOARCH_arm ./asm_arm.s mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -complete -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_arm/encoding.a cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/sync/atomic/_obj/asm_linux_arm.5 -D GOOS_linux -D GOARCH_arm ./asm_linux_arm.s mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/subtle.a mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_arm/unicode/utf16.a mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_arm/runtime/race.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_arm/unicode/utf8.a pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_arm.5 $WORK/sync/atomic/_obj/asm_linux_arm.5 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_arm/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_arm/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_arm/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_arm/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_arm/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_arm/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_arm/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./flock_linux_32bit.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_arm.go ./syscall_unix.go ./zerrors_linux_arm.go ./zsyscall_linux_arm.go ./zsysnum_linux_arm.go ./ztypes_linux_arm.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_arm/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_arm/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -complete -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_generic.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_arm/hash/adler32.a mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_arm/hash/crc32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/hmac.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_arm/hash/crc64.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_arm/hash/fnv.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_arm/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/cipher.a mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_arm/image/color/palette.a mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_arm/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/strings/_obj/strings.5 -D GOOS_linux -D GOARCH_arm ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.5 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_arm/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_arm/text/tabwriter.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_arm/path.a cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/syscall/_obj/asm.5 -D GOOS_linux -D GOARCH_arm ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/syscall/_obj/asm_linux_arm.5 -D GOOS_linux -D GOARCH_arm ./asm_linux_arm.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.5 $WORK/syscall/_obj/asm_linux_arm.5 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_arm/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_arm/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_arm/internal/syscall.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/abs_arm.5 -D GOOS_linux -D GOARCH_arm ./abs_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/asin_arm.5 -D GOOS_linux -D GOARCH_arm ./asin_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/atan2_arm.5 -D GOOS_linux -D GOARCH_arm ./atan2_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/atan_arm.5 -D GOOS_linux -D GOARCH_arm ./atan_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/dim_arm.5 -D GOOS_linux -D GOARCH_arm ./dim_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/exp2_arm.5 -D GOOS_linux -D GOARCH_arm ./exp2_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/exp_arm.5 -D GOOS_linux -D GOARCH_arm ./exp_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/expm1_arm.5 -D GOOS_linux -D GOARCH_arm ./expm1_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/floor_arm.5 -D GOOS_linux -D GOARCH_arm ./floor_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/frexp_arm.5 -D GOOS_linux -D GOARCH_arm ./frexp_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/hypot_arm.5 -D GOOS_linux -D GOARCH_arm ./hypot_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/ldexp_arm.5 -D GOOS_linux -D GOARCH_arm ./ldexp_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/log10_arm.5 -D GOOS_linux -D GOARCH_arm ./log10_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/log1p_arm.5 -D GOOS_linux -D GOARCH_arm ./log1p_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/log_arm.5 -D GOOS_linux -D GOARCH_arm ./log_arm.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_arm/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/mod_arm.5 -D GOOS_linux -D GOARCH_arm ./mod_arm.s mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_arm/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/modf_arm.5 -D GOOS_linux -D GOARCH_arm ./modf_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/remainder_arm.5 -D GOOS_linux -D GOARCH_arm ./remainder_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/sin_arm.5 -D GOOS_linux -D GOARCH_arm ./sin_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/sincos_arm.5 -D GOOS_linux -D GOARCH_arm ./sincos_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/sqrt_arm.5 -D GOOS_linux -D GOARCH_arm ./sqrt_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/_obj/tan_arm.5 -D GOOS_linux -D GOARCH_arm ./tan_arm.s pack r $WORK/math.a $WORK/math/_obj/abs_arm.5 $WORK/math/_obj/asin_arm.5 $WORK/math/_obj/atan2_arm.5 $WORK/math/_obj/atan_arm.5 $WORK/math/_obj/dim_arm.5 $WORK/math/_obj/exp2_arm.5 $WORK/math/_obj/exp_arm.5 $WORK/math/_obj/expm1_arm.5 $WORK/math/_obj/floor_arm.5 $WORK/math/_obj/frexp_arm.5 $WORK/math/_obj/hypot_arm.5 $WORK/math/_obj/ldexp_arm.5 $WORK/math/_obj/log10_arm.5 $WORK/math/_obj/log1p_arm.5 $WORK/math/_obj/log_arm.5 $WORK/math/_obj/mod_arm.5 $WORK/math/_obj/modf_arm.5 $WORK/math/_obj/remainder_arm.5 $WORK/math/_obj/sin_arm.5 $WORK/math/_obj/sincos_arm.5 $WORK/math/_obj/sqrt_arm.5 $WORK/math/_obj/tan_arm.5 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_arm/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_arm/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_arm/math/rand.a mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_arm/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax crypto encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -complete -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_generic.go ./const.go mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_arm/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/crypto/rc4/_obj/rc4_arm.5 -D GOOS_linux -D GOARCH_arm ./rc4_arm.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_arm.5 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/rc4.a mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_arm/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -complete -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -complete -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_arm/encoding/ascii85.a mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_arm/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/crypto/sha1/_obj/sha1block_arm.5 -D GOOS_linux -D GOARCH_arm ./sha1block_arm.s mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/sha256.a mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_arm/encoding/base32.a pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_arm.5 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/crypto/md5/_obj/md5block_arm.5 -D GOOS_linux -D GOARCH_arm ./md5block_arm.s mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/sha512.a pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_arm.5 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/md5.a mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/aes.a mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_arm/net/url.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_arm/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_arm/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_arm/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go net os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./cgo_stub.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/os/signal/_obj/sig.5 -D GOOS_linux -D GOARCH_arm ./sig.s mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_arm/image/draw.a pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.5 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_arm/os/signal.a mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_arm/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_arm/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_arm/image/jpeg.a mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_arm/io/ioutil.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/reflect/_obj/asm_arm.5 -D GOOS_linux -D GOARCH_arm ./asm_arm.s mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_arm/os/exec.a pack r $WORK/reflect.a $WORK/reflect/_obj/asm_arm.5 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_arm/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_arm/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_arm/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_arm/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_arm/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_arm/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/os/user.a -trimpath $WORK -p os/user -complete -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./lookup_stubs.go ./user.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_arm/encoding/hex.a mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_arm/net/http/internal.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_arm/cmd/pprof/internal/tempfile.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_arm/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_arm/debug/plan9obj.a mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_arm/os/user.a mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_arm/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_arm/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_arm/encoding/csv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_arm/testing/iotest.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_arm/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_arm/cmd/internal/goobj.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/debug/_obj/debug.5 -D GOOS_linux -D GOARCH_arm ./debug.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/runtime/debug/_obj/stubs.5 -D GOOS_linux -D GOARCH_arm ./stubs.s mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_arm/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_arm/mime.a cd /builddir/build/BUILD/go/src/runtime/debug pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.5 $WORK/runtime/debug/_obj/stubs.5 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_arm/runtime/debug.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_arm/debug/gosym.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_arm/testing/quick.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_arm/text/scanner.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_arm/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_arm/image/gif.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_arm/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_arm/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_arm/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_arm/debug/pe.a mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_arm/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_arm/archive/tar.a mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_arm/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_arm -o $WORK/math/big/_obj/arith_arm.5 -D GOOS_linux -D GOARCH_arm ./arith_arm.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_arm.5 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_arm/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_arm/cmd/internal/rsc.io/arm/armasm.a mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_arm/testing.a mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_arm/net.a net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_arm/database/sql.a mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_arm/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/dsa.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_arm/debug/macho.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_arm/archive/zip.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_arm/encoding/json.a mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_arm/log/syslog.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_arm/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_arm/pack mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_arm/encoding/xml.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_arm/debug/elf.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_arm/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_arm/image/png.a mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/rsa.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/elliptic.a mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_arm/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_arm/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_arm/encoding/gob.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_arm/net/mail.a mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/ecdsa.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_arm/mime/multipart.a mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_arm/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_arm/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_arm/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_arm/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_arm/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_arm/go/parser.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_arm/cmd/pprof/internal/symbolizer.a mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_arm/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_arm/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/objdump.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/nm.a mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_arm/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_arm/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/gofmt.a mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_arm/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_arm/go/build.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/yacc.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_arm/addr2line mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_arm/objdump mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_arm/nm mkdir -p /builddir/build/BUILD/go/bin/linux_arm/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/linux_arm/gofmt mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_arm/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_arm/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_arm/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_arm/fix mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_arm/yacc mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_arm/net/smtp.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_arm/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_arm/cgo mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_arm/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_arm/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_arm/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_arm/net/http/pprof.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_arm/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_arm/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_arm/net/http/httputil.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_arm/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_arm/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_arm/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_arm/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_arm/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_arm/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/linux_arm/go --- Installed Go for linux/arm in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goos in darwin freebsd linux netbsd openbsd plan9 windows + for goarch in 386 amd64 arm + '[' 386 = arm ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=netbsd + GOARCH=386 + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/8l cmd/6a cmd/8a cmd/6c cmd/8c cmd/6g cmd/8g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go runtime (netbsd/386) # Building packages and commands for host, linux/amd64. WORK=/tmp/go-build301227302 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand math/cmplx mkdir -p $WORK/math/cmplx/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p $WORK/math/rand/_obj/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go cd /builddir/build/BUILD/go/src/runtime/debug pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pack.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/objdump.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/nm.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/gofmt.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/yacc.a mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/cgo.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c cd /builddir/build/BUILD/go/src/os/user gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar net/http/httptest net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/go.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go # Building packages and commands for netbsd/386. WORK=/tmp/go-build853170215 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_386.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_sema.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_kqueue.go ./os_netbsd.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./vlrt.go ./zgoarch_386.go ./zgoos_netbsd.go ./zruntime_defs_netbsd_386.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_386.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_netbsd_386.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_netbsd.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_netbsd_386.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_netbsd.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_netbsd_386.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/atomic_386.8 -D GOOS_netbsd -D GOARCH_386 ./atomic_386.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/defs.8 -D GOOS_netbsd -D GOARCH_386 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/float.8 -D GOOS_netbsd -D GOARCH_386 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/heapdump.8 -D GOOS_netbsd -D GOARCH_386 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/lfstack.8 -D GOOS_netbsd -D GOARCH_386 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/malloc.8 -D GOOS_netbsd -D GOARCH_386 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/mcache.8 -D GOOS_netbsd -D GOARCH_386 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/mcentral.8 -D GOOS_netbsd -D GOARCH_386 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/mem_netbsd.8 -D GOOS_netbsd -D GOARCH_386 ./mem_netbsd.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/mfixalloc.8 -D GOOS_netbsd -D GOARCH_386 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/mgc0.8 -D GOOS_netbsd -D GOARCH_386 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/mheap.8 -D GOOS_netbsd -D GOARCH_386 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/msize.8 -D GOOS_netbsd -D GOARCH_386 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/os_netbsd.8 -D GOOS_netbsd -D GOARCH_386 ./os_netbsd.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/os_netbsd_386.8 -D GOOS_netbsd -D GOARCH_386 ./os_netbsd_386.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/panic.8 -D GOOS_netbsd -D GOARCH_386 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/parfor.8 -D GOOS_netbsd -D GOARCH_386 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/proc.8 -D GOOS_netbsd -D GOARCH_386 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/runtime.8 -D GOOS_netbsd -D GOARCH_386 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/signal.8 -D GOOS_netbsd -D GOARCH_386 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/signal_386.8 -D GOOS_netbsd -D GOARCH_386 ./signal_386.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/signal_unix.8 -D GOOS_netbsd -D GOARCH_386 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/stack.8 -D GOOS_netbsd -D GOARCH_386 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/string.8 -D GOOS_netbsd -D GOARCH_386 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/sys_x86.8 -D GOOS_netbsd -D GOARCH_386 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/vlrt.8 -D GOOS_netbsd -D GOARCH_386 ./vlrt.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/asm.8 -D GOOS_netbsd -D GOARCH_386 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/asm_386.8 -D GOOS_netbsd -D GOARCH_386 ./asm_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/memclr_386.8 -D GOOS_netbsd -D GOARCH_386 ./memclr_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/memmove_386.8 -D GOOS_netbsd -D GOARCH_386 ./memmove_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/rt0_netbsd_386.8 -D GOOS_netbsd -D GOARCH_386 ./rt0_netbsd_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/sys_netbsd_386.8 -D GOOS_netbsd -D GOARCH_386 ./sys_netbsd_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/thunk.8 -D GOOS_netbsd -D GOARCH_386 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/vlop_386.8 -D GOOS_netbsd -D GOARCH_386 ./vlop_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/_obj/zsys_netbsd_386.8 -D GOOS_netbsd -D GOARCH_386 ./zsys_netbsd_386.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_386.8 $WORK/runtime/_obj/defs.8 $WORK/runtime/_obj/float.8 $WORK/runtime/_obj/heapdump.8 $WORK/runtime/_obj/lfstack.8 $WORK/runtime/_obj/malloc.8 $WORK/runtime/_obj/mcache.8 $WORK/runtime/_obj/mcentral.8 $WORK/runtime/_obj/mem_netbsd.8 $WORK/runtime/_obj/mfixalloc.8 $WORK/runtime/_obj/mgc0.8 $WORK/runtime/_obj/mheap.8 $WORK/runtime/_obj/msize.8 $WORK/runtime/_obj/os_netbsd.8 $WORK/runtime/_obj/os_netbsd_386.8 $WORK/runtime/_obj/panic.8 $WORK/runtime/_obj/parfor.8 $WORK/runtime/_obj/proc.8 $WORK/runtime/_obj/runtime.8 $WORK/runtime/_obj/signal.8 $WORK/runtime/_obj/signal_386.8 $WORK/runtime/_obj/signal_unix.8 $WORK/runtime/_obj/stack.8 $WORK/runtime/_obj/string.8 $WORK/runtime/_obj/sys_x86.8 $WORK/runtime/_obj/vlrt.8 $WORK/runtime/_obj/asm.8 $WORK/runtime/_obj/asm_386.8 $WORK/runtime/_obj/memclr_386.8 $WORK/runtime/_obj/memmove_386.8 $WORK/runtime/_obj/rt0_netbsd_386.8 $WORK/runtime/_obj/sys_netbsd_386.8 $WORK/runtime/_obj/thunk.8 $WORK/runtime/_obj/vlop_386.8 $WORK/runtime/_obj/zsys_netbsd_386.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/netbsd_386/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic unicode unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/netbsd_386/encoding.a container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mv $WORK/errors.a /builddir/build/BUILD/go/pkg/netbsd_386/errors.a mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -complete -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/netbsd_386/unicode/utf16.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/subtle.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/netbsd_386/unicode/utf8.a cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/sync/atomic/_obj/asm_386.8 -D GOOS_netbsd -D GOARCH_386 ./asm_386.s mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/netbsd_386/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/netbsd_386/container/ring.a pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_386.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/netbsd_386/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/netbsd_386/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/netbsd_386/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/netbsd_386/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/netbsd_386/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/netbsd_386/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./bpf_bsd.go ./env_unix.go ./exec_bsd.go ./exec_unix.go ./flock.go ./race0.go ./route_bsd.go ./route_netbsd.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_bsd.go ./syscall_netbsd.go ./syscall_netbsd_386.go ./syscall_no_getwd.go ./syscall_unix.go ./zerrors_netbsd_386.go ./zsyscall_netbsd_386.go ./zsysnum_netbsd_386.go ./ztypes_netbsd_386.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/netbsd_386/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/netbsd_386/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -complete -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_generic.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/hash/ mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/netbsd_386/hash/crc32.a mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/netbsd_386/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/hmac.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/netbsd_386/hash/crc64.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/netbsd_386/hash/fnv.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/netbsd_386/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/netbsd_386/image/color/palette.a mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/netbsd_386/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/syscall/_obj/asm.8 -D GOOS_netbsd -D GOARCH_386 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/syscall/_obj/asm_netbsd_386.8 -D GOOS_netbsd -D GOARCH_386 ./asm_netbsd_386.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.8 $WORK/syscall/_obj/asm_netbsd_386.8 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/netbsd_386/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/strings/_obj/strings.8 -D GOOS_netbsd -D GOARCH_386 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.8 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/netbsd_386/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/netbsd_386/text/tabwriter.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/netbsd_386/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/netbsd_386/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/abs_386.8 -D GOOS_netbsd -D GOARCH_386 ./abs_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/asin_386.8 -D GOOS_netbsd -D GOARCH_386 ./asin_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/atan2_386.8 -D GOOS_netbsd -D GOARCH_386 ./atan2_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/atan_386.8 -D GOOS_netbsd -D GOARCH_386 ./atan_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/dim_386.8 -D GOOS_netbsd -D GOARCH_386 ./dim_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/exp2_386.8 -D GOOS_netbsd -D GOARCH_386 ./exp2_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/exp_386.8 -D GOOS_netbsd -D GOARCH_386 ./exp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/expm1_386.8 -D GOOS_netbsd -D GOARCH_386 ./expm1_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/floor_386.8 -D GOOS_netbsd -D GOARCH_386 ./floor_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/frexp_386.8 -D GOOS_netbsd -D GOARCH_386 ./frexp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/hypot_386.8 -D GOOS_netbsd -D GOARCH_386 ./hypot_386.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/netbsd_386/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/ldexp_386.8 -D GOOS_netbsd -D GOARCH_386 ./ldexp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/log10_386.8 -D GOOS_netbsd -D GOARCH_386 ./log10_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/log1p_386.8 -D GOOS_netbsd -D GOARCH_386 ./log1p_386.s mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/netbsd_386/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/log_386.8 -D GOOS_netbsd -D GOARCH_386 ./log_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/mod_386.8 -D GOOS_netbsd -D GOARCH_386 ./mod_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/modf_386.8 -D GOOS_netbsd -D GOARCH_386 ./modf_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/remainder_386.8 -D GOOS_netbsd -D GOARCH_386 ./remainder_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/sin_386.8 -D GOOS_netbsd -D GOARCH_386 ./sin_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/sincos_386.8 -D GOOS_netbsd -D GOARCH_386 ./sincos_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/sqrt_386.8 -D GOOS_netbsd -D GOARCH_386 ./sqrt_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/_obj/tan_386.8 -D GOOS_netbsd -D GOARCH_386 ./tan_386.s pack r $WORK/math.a $WORK/math/_obj/abs_386.8 $WORK/math/_obj/asin_386.8 $WORK/math/_obj/atan2_386.8 $WORK/math/_obj/atan_386.8 $WORK/math/_obj/dim_386.8 $WORK/math/_obj/exp2_386.8 $WORK/math/_obj/exp_386.8 $WORK/math/_obj/expm1_386.8 $WORK/math/_obj/floor_386.8 $WORK/math/_obj/frexp_386.8 $WORK/math/_obj/hypot_386.8 $WORK/math/_obj/ldexp_386.8 $WORK/math/_obj/log10_386.8 $WORK/math/_obj/log1p_386.8 $WORK/math/_obj/log_386.8 $WORK/math/_obj/mod_386.8 $WORK/math/_obj/modf_386.8 $WORK/math/_obj/remainder_386.8 $WORK/math/_obj/sin_386.8 $WORK/math/_obj/sincos_386.8 $WORK/math/_obj/sqrt_386.8 $WORK/math/_obj/tan_386.8 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/netbsd_386/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/netbsd_386/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/netbsd_386/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/netbsd_386/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_bsd.go ./proc.go ./stat_netbsd.go ./sys_bsd.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/netbsd_386/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -complete -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_generic.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/crypto/rc4/_obj/rc4_386.8 -D GOOS_netbsd -D GOARCH_386 ./rc4_386.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -complete -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block.go cd /builddir/build/BUILD/go/src/crypto/rc4 pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_386.8 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/netbsd_386/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/crypto/sha256/_obj/sha256block_386.8 -D GOOS_netbsd -D GOARCH_386 ./sha256block_386.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/crypto/sha1/_obj/sha1block_386.8 -D GOOS_netbsd -D GOARCH_386 ./sha1block_386.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/netbsd_386/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_386.8 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/sha1.a mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/netbsd_386/encoding/base32.a mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/sha512.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_386.8 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/sha256.a mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/crypto/md5/_obj/md5block_386.8 -D GOOS_netbsd -D GOARCH_386 ./md5block_386.s mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/netbsd_386/net/url.a pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_386.8 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/md5.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/netbsd_386/encoding/pem.a mv $WORK/os.a /builddir/build/BUILD/go/pkg/netbsd_386/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./cgo_stub.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_unix.go ./hosts.go ./interface.go ./interface_bsd.go ./interface_netbsd.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_stub.go ./singleflight.go ./sock_bsd.go ./sock_posix.go ./sockopt_bsd.go ./sockopt_posix.go ./sockoptip_bsd.go ./sockoptip_posix.go ./sys_cloexec.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/os/signal/_obj/sig.8 -D GOOS_netbsd -D GOARCH_386 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/netbsd_386/os/signal.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/netbsd_386/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/netbsd_386/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/netbsd_386/io/ioutil.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/netbsd_386/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/netbsd_386/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/netbsd_386/os/exec.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/netbsd_386/image/jpeg.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/reflect/_obj/asm_386.8 -D GOOS_netbsd -D GOARCH_386 ./asm_386.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_386.8 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/netbsd_386/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/netbsd_386/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/netbsd_386/cmd/pprof/internal/svg.a mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/netbsd_386/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/netbsd_386/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/netbsd_386/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile archive/tar compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atimespec.go ./stat_unix.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/user.a -trimpath $WORK -p os/user -complete -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./lookup_stubs.go ./user.go mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/netbsd_386/encoding/hex.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/netbsd_386/net/http/internal.a mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/netbsd_386/os/user.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/netbsd_386/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/netbsd_386/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/netbsd_386/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/netbsd_386/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/netbsd_386/encoding/csv.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/netbsd_386/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/netbsd_386/cmd/internal/goobj.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/netbsd_386/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/debug/_obj/debug.8 -D GOOS_netbsd -D GOARCH_386 ./debug.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/runtime/debug/_obj/stubs.8 -D GOOS_netbsd -D GOARCH_386 ./stubs.s pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.8 $WORK/runtime/debug/_obj/stubs.8 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/netbsd_386/runtime/debug.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/netbsd_386/mime.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/netbsd_386/runtime/pprof.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/netbsd_386/flag.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/netbsd_386/testing/iotest.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/netbsd_386/text/scanner.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/netbsd_386/debug/gosym.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/netbsd_386/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/netbsd_386/testing/quick.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/netbsd_386/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/netbsd_386/image/gif.a mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/netbsd_386/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/netbsd_386/archive/tar.a mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/netbsd_386/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/netbsd_386/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/netbsd_386/database/sql.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/netbsd_386/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/netbsd_386/testing.a mv $WORK/net.a /builddir/build/BUILD/go/pkg/netbsd_386/net.a net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/netbsd_386/encoding/json.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_386 -o $WORK/math/big/_obj/arith_386.8 -D GOOS_netbsd -D GOARCH_386 ./arith_386.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_386.8 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/netbsd_386/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/netbsd_386/debug/pe.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/netbsd_386/cmd/internal/rsc.io/arm/armasm.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/netbsd_386/log/syslog.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/dsa.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/netbsd_386/debug/macho.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/netbsd_386/archive/zip.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/netbsd_386/net/textproto.a net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/netbsd_386/image/png.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/netbsd_386/encoding/xml.a mkdir -p /builddir/build/BUILD/go/pkg/tool/netbsd_386/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_386/pack mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/netbsd_386/debug/elf.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/netbsd_386/net/mail.a mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/rsa.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/netbsd_386/encoding/asn1.a crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/netbsd_386/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/netbsd_386/encoding/gob.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/netbsd_386/mime/multipart.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/x509/pkix.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/elliptic.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/ecdsa.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/netbsd_386/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/netbsd_386/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/netbsd_386/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/netbsd_386/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/netbsd_386/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/netbsd_386/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/addr2line.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/netbsd_386/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/nm.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/netbsd_386/go/parser.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/netbsd_386/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/netbsd_386/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/netbsd_386/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/netbsd_386/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/gofmt.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/netbsd_386/go/build.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/yacc.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/fix.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_386/addr2line mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_386/nm mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_386/objdump mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/netbsd_386/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/netbsd_386/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mkdir -p /builddir/build/BUILD/go/bin/netbsd_386/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/netbsd_386/gofmt mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/netbsd_386/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_386/fix mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_386/yacc mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/netbsd_386/net/smtp.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/netbsd_386/cmd/pprof/internal/driver.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_386/cgo mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/netbsd_386/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/netbsd_386/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/netbsd_386/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/netbsd_386/net/http/pprof.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/netbsd_386/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/netbsd_386/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/netbsd_386/net/http/httputil.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/netbsd_386/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/netbsd_386/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_386/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/netbsd_386/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/netbsd_386/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_386/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/netbsd_386/go --- Installed Go for netbsd/386 in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goarch in 386 amd64 arm + '[' amd64 = arm ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=netbsd + GOARCH=amd64 + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/6a cmd/6c cmd/6g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go runtime (netbsd/amd64) # Building packages and commands for host, linux/amd64. WORK=/tmp/go-build057198303 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go mkdir -p $WORK/encoding/base64/_obj/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pack.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go cd /builddir/build/BUILD/go/src/math/big pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/addr2line.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/nm.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/gofmt.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/yacc.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/cgo.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c cd /builddir/build/BUILD/go/src/os/user gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c cd /builddir/build/BUILD/go/src/os/user gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go # Building packages and commands for netbsd/amd64. WORK=/tmp/go-build091482347 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_sema.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_kqueue.go ./os_netbsd.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_netbsd.go ./zruntime_defs_netbsd_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_netbsd_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_netbsd.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_netbsd_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_netbsd.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_netbsd_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_netbsd -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_netbsd -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_netbsd -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_netbsd -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_netbsd -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_netbsd -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_netbsd -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_netbsd -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/mem_netbsd.6 -D GOOS_netbsd -D GOARCH_amd64 ./mem_netbsd.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_netbsd -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_netbsd -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_netbsd -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_netbsd -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/os_netbsd.6 -D GOOS_netbsd -D GOARCH_amd64 ./os_netbsd.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/os_netbsd_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./os_netbsd_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_netbsd -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_netbsd -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_netbsd -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_netbsd -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_netbsd -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_netbsd -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_netbsd -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_netbsd -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_netbsd -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_netbsd -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_netbsd -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/rt0_netbsd_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./rt0_netbsd_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/sys_netbsd_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./sys_netbsd_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_netbsd -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/_obj/zsys_netbsd_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./zsys_netbsd_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_netbsd.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_netbsd.6 $WORK/runtime/_obj/os_netbsd_amd64.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_netbsd_amd64.6 $WORK/runtime/_obj/sys_netbsd_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_netbsd_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/netbsd_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/netbsd_amd64/errors.a crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./asm_amd64.s container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -complete -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/netbsd_amd64/encoding.a cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/netbsd_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/netbsd_amd64/unicode/utf16.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/subtle.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/netbsd_amd64/unicode/utf8.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/netbsd_amd64/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/netbsd_amd64/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/netbsd_amd64/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/netbsd_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/netbsd_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/netbsd_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/netbsd_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./bpf_bsd.go ./env_unix.go ./exec_bsd.go ./exec_unix.go ./flock.go ./race0.go ./route_bsd.go ./route_netbsd.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_bsd.go ./syscall_netbsd.go ./syscall_netbsd_amd64.go ./syscall_no_getwd.go ./syscall_unix.go ./zerrors_netbsd_amd64.go ./zsyscall_netbsd_amd64.go ./zsysnum_netbsd_amd64.go ./ztypes_netbsd_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/netbsd_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/netbsd_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/hmac.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/netbsd_amd64/hash/adler32.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./crc32_amd64.s mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/netbsd_amd64/hash/crc64.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/netbsd_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/netbsd_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/netbsd_amd64/image/color/palette.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/netbsd_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/netbsd_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_netbsd -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/syscall/_obj/asm_netbsd_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./asm_netbsd_amd64.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_netbsd_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/netbsd_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_netbsd -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/netbsd_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/netbsd_amd64/text/tabwriter.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/netbsd_amd64/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/netbsd_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./log1p_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./log_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/netbsd_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./remainder_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/netbsd_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/netbsd_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/netbsd_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/netbsd_amd64/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/netbsd_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_bsd.go ./proc.go ./stat_netbsd.go ./sys_bsd.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/netbsd_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./rc4_amd64.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/netbsd_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./sha1block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./sha256block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/netbsd_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/sha1.a mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/netbsd_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/sha256.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/net/ cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/sha512.a mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/netbsd_amd64/net/url.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/netbsd_amd64/encoding/pem.a mv $WORK/os.a /builddir/build/BUILD/go/pkg/netbsd_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./cgo_stub.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_unix.go ./hosts.go ./interface.go ./interface_bsd.go ./interface_netbsd.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_stub.go ./singleflight.go ./sock_bsd.go ./sock_posix.go ./sockopt_bsd.go ./sockopt_posix.go ./sockoptip_bsd.go ./sockoptip_posix.go ./sys_cloexec.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go mv $WORK/image.a /builddir/build/BUILD/go/pkg/netbsd_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_netbsd -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/netbsd_amd64/os/signal.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/netbsd_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/netbsd_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/netbsd_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/netbsd_amd64/io/ioutil.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/netbsd_amd64/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/netbsd_amd64/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/netbsd_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/netbsd_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/netbsd_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/netbsd_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/netbsd_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atimespec.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -complete -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./lookup_stubs.go ./user.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/netbsd_amd64/encoding/hex.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/netbsd_amd64/net/http/internal.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/pprof/internal/tempfile.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/netbsd_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/netbsd_amd64/os/user.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/netbsd_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/internal/goobj.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/netbsd_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/netbsd_amd64/encoding/csv.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/netbsd_amd64/testing/iotest.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/netbsd_amd64/text/scanner.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_netbsd -D GOARCH_amd64 ./debug.s mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/database/sql/ /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_netbsd -D GOARCH_amd64 ./stubs.s mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/netbsd_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/go/ cd /builddir/build/BUILD/go/src/runtime/debug pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/netbsd_amd64/runtime/debug.a mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/netbsd_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mv $WORK/flag.a /builddir/build/BUILD/go/pkg/netbsd_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/mime.a /builddir/build/BUILD/go/pkg/netbsd_amd64/mime.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/netbsd_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/netbsd_amd64/debug/gosym.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/netbsd_amd64/image/gif.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/netbsd_amd64/testing/quick.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/netbsd_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/netbsd_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/netbsd_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/netbsd_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/netbsd_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/netbsd_amd64/testing.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/netbsd_amd64/archive/tar.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/netbsd_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/netbsd_amd64/debug/pe.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/netbsd_amd64/encoding/json.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/internal/rsc.io/arm/armasm.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/netbsd_amd64/database/sql.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/netbsd_amd64/debug/macho.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/netbsd_amd64/archive/zip.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_netbsd -D GOARCH_amd64 ./arith_amd64.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/netbsd_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/net.a /builddir/build/BUILD/go/pkg/netbsd_amd64/net.a net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/tool/netbsd_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_amd64/pack mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/dsa.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/netbsd_amd64/image/png.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/netbsd_amd64/log/syslog.a mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/netbsd_amd64/encoding/xml.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/netbsd_amd64/debug/elf.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/netbsd_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/elliptic.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/netbsd_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/rsa.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/netbsd_amd64/net/mail.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/netbsd_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/netbsd_amd64/encoding/gob.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/netbsd_amd64/mime/multipart.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/ecdsa.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/x509/pkix.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/netbsd_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/objdump.a mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/netbsd_amd64/go/parser.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/nm.a mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/netbsd_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/pprof/internal/symbolizer.a mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/netbsd_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/netbsd_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/gofmt.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/netbsd_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/netbsd_amd64/go/build.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/yacc.a mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_amd64/objdump mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_amd64/addr2line mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_amd64/nm mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mkdir -p /builddir/build/BUILD/go/bin/netbsd_amd64/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/netbsd_amd64/gofmt mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_amd64/yacc mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_amd64/fix mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/netbsd_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/pprof/internal/driver.a mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/netbsd_amd64/net/smtp.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_amd64/cgo mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/netbsd_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/netbsd_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/netbsd_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/netbsd_amd64/net/http/pprof.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/netbsd_amd64/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/netbsd_amd64/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/netbsd_amd64/net/http/httputil.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/netbsd_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/netbsd_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/netbsd_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/netbsd_amd64/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_amd64/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/netbsd_amd64/go --- Installed Go for netbsd/amd64 in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goarch in 386 amd64 arm + '[' arm = arm ']' + '[' netbsd = darwin -o netbsd = windows -o netbsd = plan9 -o netbsd = openbsd ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=netbsd + GOARCH=arm + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/5l cmd/6a cmd/5a cmd/6c cmd/5c cmd/6g cmd/5g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go runtime (netbsd/arm) # Building packages and commands for host, linux/amd64. WORK=/tmp/go-build313515976 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go container/ring cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a mkdir -p $WORK/container/ring/_obj/ mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pack.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mkdir -p $WORK/cmd/nm/_obj/ mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/addr2line.a mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/nm.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/gofmt.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/yacc.a mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/cgo.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c cd /builddir/build/BUILD/go/src/os/user gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pprof.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/go.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go # Building packages and commands for netbsd/arm. WORK=/tmp/go-build941853981 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_arm.go ./atomic_arm.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_sema.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_kqueue.go ./noasm_arm.go ./os_netbsd.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./vlrt.go ./zgoarch_arm.go ./zgoos_netbsd.go ./zruntime_defs_netbsd_arm.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_arm.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_netbsd_arm.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_netbsd.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_netbsd_arm.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_netbsd.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_netbsd_arm.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/defs.5 -D GOOS_netbsd -D GOARCH_arm ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/float.5 -D GOOS_netbsd -D GOARCH_arm ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/heapdump.5 -D GOOS_netbsd -D GOARCH_arm ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/lfstack.5 -D GOOS_netbsd -D GOARCH_arm ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/malloc.5 -D GOOS_netbsd -D GOARCH_arm ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/mcache.5 -D GOOS_netbsd -D GOARCH_arm ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/mcentral.5 -D GOOS_netbsd -D GOARCH_arm ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/mem_netbsd.5 -D GOOS_netbsd -D GOARCH_arm ./mem_netbsd.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/mfixalloc.5 -D GOOS_netbsd -D GOARCH_arm ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/mgc0.5 -D GOOS_netbsd -D GOARCH_arm ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/mheap.5 -D GOOS_netbsd -D GOARCH_arm ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/msize.5 -D GOOS_netbsd -D GOARCH_arm ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/os_netbsd.5 -D GOOS_netbsd -D GOARCH_arm ./os_netbsd.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/os_netbsd_arm.5 -D GOOS_netbsd -D GOARCH_arm ./os_netbsd_arm.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/panic.5 -D GOOS_netbsd -D GOARCH_arm ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/parfor.5 -D GOOS_netbsd -D GOARCH_arm ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/proc.5 -D GOOS_netbsd -D GOARCH_arm ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/runtime.5 -D GOOS_netbsd -D GOARCH_arm ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/signal.5 -D GOOS_netbsd -D GOARCH_arm ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/signal_arm.5 -D GOOS_netbsd -D GOARCH_arm ./signal_arm.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/signal_unix.5 -D GOOS_netbsd -D GOARCH_arm ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/softfloat_arm.5 -D GOOS_netbsd -D GOARCH_arm ./softfloat_arm.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/stack.5 -D GOOS_netbsd -D GOARCH_arm ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/string.5 -D GOOS_netbsd -D GOARCH_arm ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/sys_arm.5 -D GOOS_netbsd -D GOARCH_arm ./sys_arm.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/vlrt.5 -D GOOS_netbsd -D GOARCH_arm ./vlrt.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/asm.5 -D GOOS_netbsd -D GOARCH_arm ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/asm_arm.5 -D GOOS_netbsd -D GOARCH_arm ./asm_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/memclr_arm.5 -D GOOS_netbsd -D GOARCH_arm ./memclr_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/memmove_arm.5 -D GOOS_netbsd -D GOARCH_arm ./memmove_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/rt0_netbsd_arm.5 -D GOOS_netbsd -D GOARCH_arm ./rt0_netbsd_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/sys_netbsd_arm.5 -D GOOS_netbsd -D GOARCH_arm ./sys_netbsd_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/thunk.5 -D GOOS_netbsd -D GOARCH_arm ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/tls_arm.5 -D GOOS_netbsd -D GOARCH_arm ./tls_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/vlop_arm.5 -D GOOS_netbsd -D GOARCH_arm ./vlop_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/_obj/zsys_netbsd_arm.5 -D GOOS_netbsd -D GOARCH_arm ./zsys_netbsd_arm.s pack r $WORK/runtime.a $WORK/runtime/_obj/defs.5 $WORK/runtime/_obj/float.5 $WORK/runtime/_obj/heapdump.5 $WORK/runtime/_obj/lfstack.5 $WORK/runtime/_obj/malloc.5 $WORK/runtime/_obj/mcache.5 $WORK/runtime/_obj/mcentral.5 $WORK/runtime/_obj/mem_netbsd.5 $WORK/runtime/_obj/mfixalloc.5 $WORK/runtime/_obj/mgc0.5 $WORK/runtime/_obj/mheap.5 $WORK/runtime/_obj/msize.5 $WORK/runtime/_obj/os_netbsd.5 $WORK/runtime/_obj/os_netbsd_arm.5 $WORK/runtime/_obj/panic.5 $WORK/runtime/_obj/parfor.5 $WORK/runtime/_obj/proc.5 $WORK/runtime/_obj/runtime.5 $WORK/runtime/_obj/signal.5 $WORK/runtime/_obj/signal_arm.5 $WORK/runtime/_obj/signal_unix.5 $WORK/runtime/_obj/softfloat_arm.5 $WORK/runtime/_obj/stack.5 $WORK/runtime/_obj/string.5 $WORK/runtime/_obj/sys_arm.5 $WORK/runtime/_obj/vlrt.5 $WORK/runtime/_obj/asm.5 $WORK/runtime/_obj/asm_arm.5 $WORK/runtime/_obj/memclr_arm.5 $WORK/runtime/_obj/memmove_arm.5 $WORK/runtime/_obj/rt0_netbsd_arm.5 $WORK/runtime/_obj/sys_netbsd_arm.5 $WORK/runtime/_obj/thunk.5 $WORK/runtime/_obj/tls_arm.5 $WORK/runtime/_obj/vlop_arm.5 $WORK/runtime/_obj/zsys_netbsd_arm.5 # internal mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/netbsd_arm/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic unicode unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./64bit_arm.go ./doc.go ./value.go mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/netbsd_arm/errors.a runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -complete -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/netbsd_arm/encoding.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/netbsd_arm/unicode/utf16.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/subtle.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/netbsd_arm/runtime/race.a cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/sync/atomic/_obj/asm_arm.5 -D GOOS_netbsd -D GOARCH_arm ./asm_arm.s mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/netbsd_arm/unicode/utf8.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/netbsd_arm/container/ring.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/sync/atomic/_obj/asm_netbsd_arm.5 -D GOOS_netbsd -D GOARCH_arm ./asm_netbsd_arm.s pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_arm.5 $WORK/sync/atomic/_obj/asm_netbsd_arm.5 # internal mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/netbsd_arm/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/netbsd_arm/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/netbsd_arm/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/netbsd_arm/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/netbsd_arm/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/netbsd_arm/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./bpf_bsd.go ./env_unix.go ./exec_bsd.go ./exec_unix.go ./flock.go ./race0.go ./route_bsd.go ./route_netbsd.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_bsd.go ./syscall_netbsd.go ./syscall_netbsd_arm.go ./syscall_no_getwd.go ./syscall_unix.go ./zerrors_netbsd_arm.go ./zsyscall_netbsd_arm.go ./zsysnum_netbsd_arm.go ./ztypes_netbsd_arm.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/netbsd_arm/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/netbsd_arm/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -complete -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_generic.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/netbsd_arm/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/hmac.a mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/netbsd_arm/hash/crc32.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/netbsd_arm/hash/crc64.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/netbsd_arm/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/netbsd_arm/image/color/palette.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/netbsd_arm/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/cipher.a mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/netbsd_arm/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/syscall/_obj/asm.5 -D GOOS_netbsd -D GOARCH_arm ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/syscall/_obj/asm_netbsd_arm.5 -D GOOS_netbsd -D GOARCH_arm ./asm_netbsd_arm.s cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/strings/_obj/strings.5 -D GOOS_netbsd -D GOARCH_arm ./strings.s cd /builddir/build/BUILD/go/src/syscall pack r $WORK/syscall.a $WORK/syscall/_obj/asm.5 $WORK/syscall/_obj/asm_netbsd_arm.5 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/netbsd_arm/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go cd /builddir/build/BUILD/go/src/strings pack r $WORK/strings.a $WORK/strings/_obj/strings.5 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/netbsd_arm/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/netbsd_arm/text/tabwriter.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/netbsd_arm/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/netbsd_arm/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/abs_arm.5 -D GOOS_netbsd -D GOARCH_arm ./abs_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/asin_arm.5 -D GOOS_netbsd -D GOARCH_arm ./asin_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/atan2_arm.5 -D GOOS_netbsd -D GOARCH_arm ./atan2_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/atan_arm.5 -D GOOS_netbsd -D GOARCH_arm ./atan_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/dim_arm.5 -D GOOS_netbsd -D GOARCH_arm ./dim_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/exp2_arm.5 -D GOOS_netbsd -D GOARCH_arm ./exp2_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/exp_arm.5 -D GOOS_netbsd -D GOARCH_arm ./exp_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/expm1_arm.5 -D GOOS_netbsd -D GOARCH_arm ./expm1_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/floor_arm.5 -D GOOS_netbsd -D GOARCH_arm ./floor_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/frexp_arm.5 -D GOOS_netbsd -D GOARCH_arm ./frexp_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/hypot_arm.5 -D GOOS_netbsd -D GOARCH_arm ./hypot_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/ldexp_arm.5 -D GOOS_netbsd -D GOARCH_arm ./ldexp_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/log10_arm.5 -D GOOS_netbsd -D GOARCH_arm ./log10_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/log1p_arm.5 -D GOOS_netbsd -D GOARCH_arm ./log1p_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/log_arm.5 -D GOOS_netbsd -D GOARCH_arm ./log_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/mod_arm.5 -D GOOS_netbsd -D GOARCH_arm ./mod_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/modf_arm.5 -D GOOS_netbsd -D GOARCH_arm ./modf_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/remainder_arm.5 -D GOOS_netbsd -D GOARCH_arm ./remainder_arm.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/netbsd_arm/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/sin_arm.5 -D GOOS_netbsd -D GOARCH_arm ./sin_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/sincos_arm.5 -D GOOS_netbsd -D GOARCH_arm ./sincos_arm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/sqrt_arm.5 -D GOOS_netbsd -D GOARCH_arm ./sqrt_arm.s mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/netbsd_arm/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/_obj/tan_arm.5 -D GOOS_netbsd -D GOARCH_arm ./tan_arm.s pack r $WORK/math.a $WORK/math/_obj/abs_arm.5 $WORK/math/_obj/asin_arm.5 $WORK/math/_obj/atan2_arm.5 $WORK/math/_obj/atan_arm.5 $WORK/math/_obj/dim_arm.5 $WORK/math/_obj/exp2_arm.5 $WORK/math/_obj/exp_arm.5 $WORK/math/_obj/expm1_arm.5 $WORK/math/_obj/floor_arm.5 $WORK/math/_obj/frexp_arm.5 $WORK/math/_obj/hypot_arm.5 $WORK/math/_obj/ldexp_arm.5 $WORK/math/_obj/log10_arm.5 $WORK/math/_obj/log1p_arm.5 $WORK/math/_obj/log_arm.5 $WORK/math/_obj/mod_arm.5 $WORK/math/_obj/modf_arm.5 $WORK/math/_obj/remainder_arm.5 $WORK/math/_obj/sin_arm.5 $WORK/math/_obj/sincos_arm.5 $WORK/math/_obj/sqrt_arm.5 $WORK/math/_obj/tan_arm.5 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/netbsd_arm/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/netbsd_arm/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/netbsd_arm/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/netbsd_arm/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_bsd.go ./proc.go ./stat_netbsd.go ./sys_bsd.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/netbsd_arm/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -complete -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_generic.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -complete -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -complete -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/crypto/rc4/_obj/rc4_arm.5 -D GOOS_netbsd -D GOARCH_arm ./rc4_arm.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_arm.5 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/rc4.a cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/crypto/sha1/_obj/sha1block_arm.5 -D GOOS_netbsd -D GOARCH_arm ./sha1block_arm.s mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/sha256.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/netbsd_arm/encoding/ascii85.a mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/netbsd_arm/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_arm.5 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/sha1.a mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/sha512.a cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/crypto/md5/_obj/md5block_arm.5 -D GOOS_netbsd -D GOARCH_arm ./md5block_arm.s mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/netbsd_arm/encoding/base32.a pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_arm.5 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/md5.a mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/aes.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/netbsd_arm/net/url.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/netbsd_arm/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/netbsd_arm/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/netbsd_arm/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./cgo_stub.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_unix.go ./hosts.go ./interface.go ./interface_bsd.go ./interface_netbsd.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_stub.go ./singleflight.go ./sock_bsd.go ./sock_posix.go ./sockopt_bsd.go ./sockopt_posix.go ./sockoptip_bsd.go ./sockoptip_posix.go ./sys_cloexec.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/os/signal/_obj/sig.5 -D GOOS_netbsd -D GOARCH_arm ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.5 # internal mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/netbsd_arm/os/signal.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/netbsd_arm/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/netbsd_arm/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/netbsd_arm/io/ioutil.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/netbsd_arm/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/netbsd_arm/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/netbsd_arm/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/reflect/_obj/asm_arm.5 -D GOOS_netbsd -D GOARCH_arm ./asm_arm.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_arm.5 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/netbsd_arm/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/netbsd_arm/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/netbsd_arm/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/netbsd_arm/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/netbsd_arm/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf debug/gosym mkdir -p $WORK/debug/gosym/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atimespec.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go mkdir -p $WORK/debug/dwarf/_obj/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go os/user mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/os/user.a -trimpath $WORK -p os/user -complete -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./lookup_stubs.go ./user.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/netbsd_arm/encoding/hex.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/netbsd_arm/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/netbsd_arm/net/http/internal.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/netbsd_arm/debug/plan9obj.a mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/netbsd_arm/os/user.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/netbsd_arm/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/debug/_obj/debug.5 -D GOOS_netbsd -D GOARCH_arm ./debug.s mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/netbsd_arm/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/runtime/debug/_obj/stubs.5 -D GOOS_netbsd -D GOARCH_arm ./stubs.s mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/netbsd_arm/encoding/csv.a pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.5 $WORK/runtime/debug/_obj/stubs.5 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/netbsd_arm/runtime/debug.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/netbsd_arm/testing/iotest.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/internal/goobj.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/netbsd_arm/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mv $WORK/mime.a /builddir/build/BUILD/go/pkg/netbsd_arm/mime.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/netbsd_arm/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/netbsd_arm/text/scanner.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/netbsd_arm/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/netbsd_arm/debug/gosym.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/netbsd_arm/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/netbsd_arm/testing/quick.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/netbsd_arm/image/gif.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/netbsd_arm/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/netbsd_arm/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/netbsd_arm/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/netbsd_arm/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/netbsd_arm/archive/tar.a mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/netbsd_arm/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/5a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/netbsd_arm -o $WORK/math/big/_obj/arith_arm.5 -D GOOS_netbsd -D GOARCH_arm ./arith_arm.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_arm.5 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/netbsd_arm/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/net.a /builddir/build/BUILD/go/pkg/netbsd_arm/net.a net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/netbsd_arm/testing.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/internal/rsc.io/arm/armasm.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/netbsd_arm/database/sql.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/dsa.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/netbsd_arm/debug/pe.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/netbsd_arm/archive/zip.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/netbsd_arm/encoding/json.a mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/netbsd_arm/log/syslog.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/netbsd_arm/debug/macho.a mkdir -p /builddir/build/BUILD/go/pkg/tool/netbsd_arm/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_arm/pack mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/netbsd_arm/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/rsa.a mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/netbsd_arm/image/png.a mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/netbsd_arm/encoding/xml.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/netbsd_arm/encoding/asn1.a crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/elliptic.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/x509/pkix.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/netbsd_arm/debug/elf.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/netbsd_arm/net/mail.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/ecdsa.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/netbsd_arm/mime/multipart.a mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/netbsd_arm/encoding/gob.a mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/netbsd_arm/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/netbsd_arm/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/netbsd_arm/go/parser.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/objdump.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/netbsd_arm/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/nm.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/pprof/internal/symbolizer.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/netbsd_arm/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/netbsd_arm/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/netbsd_arm/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/gofmt.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/netbsd_arm/go/build.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/yacc.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_arm/addr2line mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_arm/objdump mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_arm/nm mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mkdir -p /builddir/build/BUILD/go/bin/netbsd_arm/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/netbsd_arm/gofmt mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/netbsd_arm/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_arm/yacc mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/netbsd_arm/net/smtp.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/pprof/internal/driver.a mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_arm/fix cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_arm/cgo mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/netbsd_arm/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/netbsd_arm/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/netbsd_arm/net/http/pprof.a mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/netbsd_arm/expvar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/netbsd_arm/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/netbsd_arm/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/netbsd_arm/net/http/httputil.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/netbsd_arm/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/netbsd_arm/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/5g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/netbsd_arm/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/netbsd_arm/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/netbsd_arm/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/netbsd_arm/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/5l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/netbsd_arm/go --- Installed Go for netbsd/arm in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goos in darwin freebsd linux netbsd openbsd plan9 windows + for goarch in 386 amd64 arm + '[' 386 = arm ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=openbsd + GOARCH=386 + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/8l cmd/6a cmd/8a cmd/6c cmd/8c cmd/6g cmd/8g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go runtime (openbsd/386) # Building packages and commands for host, linux/amd64. WORK=/tmp/go-build470974122 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go mkdir -p $WORK/unicode/utf8/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj flag log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go compress/lzw database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pack.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/addr2line.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/nm.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/gofmt.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/yacc.a mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/cgo.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/go.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go # Building packages and commands for openbsd/386. WORK=/tmp/go-build518014291 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_386.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_sema.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_kqueue.go ./os_openbsd.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./vlrt.go ./zgoarch_386.go ./zgoos_openbsd.go ./zruntime_defs_openbsd_386.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_386.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_openbsd_386.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_openbsd.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_openbsd_386.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_openbsd.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_openbsd_386.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/atomic_386.8 -D GOOS_openbsd -D GOARCH_386 ./atomic_386.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/defs.8 -D GOOS_openbsd -D GOARCH_386 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/float.8 -D GOOS_openbsd -D GOARCH_386 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/heapdump.8 -D GOOS_openbsd -D GOARCH_386 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/lfstack.8 -D GOOS_openbsd -D GOARCH_386 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/malloc.8 -D GOOS_openbsd -D GOARCH_386 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/mcache.8 -D GOOS_openbsd -D GOARCH_386 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/mcentral.8 -D GOOS_openbsd -D GOARCH_386 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/mem_openbsd.8 -D GOOS_openbsd -D GOARCH_386 ./mem_openbsd.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/mfixalloc.8 -D GOOS_openbsd -D GOARCH_386 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/mgc0.8 -D GOOS_openbsd -D GOARCH_386 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/mheap.8 -D GOOS_openbsd -D GOARCH_386 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/msize.8 -D GOOS_openbsd -D GOARCH_386 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/os_openbsd.8 -D GOOS_openbsd -D GOARCH_386 ./os_openbsd.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/panic.8 -D GOOS_openbsd -D GOARCH_386 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/parfor.8 -D GOOS_openbsd -D GOARCH_386 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/proc.8 -D GOOS_openbsd -D GOARCH_386 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/runtime.8 -D GOOS_openbsd -D GOARCH_386 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/signal.8 -D GOOS_openbsd -D GOARCH_386 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/signal_386.8 -D GOOS_openbsd -D GOARCH_386 ./signal_386.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/signal_unix.8 -D GOOS_openbsd -D GOARCH_386 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/stack.8 -D GOOS_openbsd -D GOARCH_386 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/string.8 -D GOOS_openbsd -D GOARCH_386 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/sys_x86.8 -D GOOS_openbsd -D GOARCH_386 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/vlrt.8 -D GOOS_openbsd -D GOARCH_386 ./vlrt.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/asm.8 -D GOOS_openbsd -D GOARCH_386 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/asm_386.8 -D GOOS_openbsd -D GOARCH_386 ./asm_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/memclr_386.8 -D GOOS_openbsd -D GOARCH_386 ./memclr_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/memmove_386.8 -D GOOS_openbsd -D GOARCH_386 ./memmove_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/rt0_openbsd_386.8 -D GOOS_openbsd -D GOARCH_386 ./rt0_openbsd_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/sys_openbsd_386.8 -D GOOS_openbsd -D GOARCH_386 ./sys_openbsd_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/thunk.8 -D GOOS_openbsd -D GOARCH_386 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/vlop_386.8 -D GOOS_openbsd -D GOARCH_386 ./vlop_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/_obj/zsys_openbsd_386.8 -D GOOS_openbsd -D GOARCH_386 ./zsys_openbsd_386.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_386.8 $WORK/runtime/_obj/defs.8 $WORK/runtime/_obj/float.8 $WORK/runtime/_obj/heapdump.8 $WORK/runtime/_obj/lfstack.8 $WORK/runtime/_obj/malloc.8 $WORK/runtime/_obj/mcache.8 $WORK/runtime/_obj/mcentral.8 $WORK/runtime/_obj/mem_openbsd.8 $WORK/runtime/_obj/mfixalloc.8 $WORK/runtime/_obj/mgc0.8 $WORK/runtime/_obj/mheap.8 $WORK/runtime/_obj/msize.8 $WORK/runtime/_obj/os_openbsd.8 $WORK/runtime/_obj/panic.8 $WORK/runtime/_obj/parfor.8 $WORK/runtime/_obj/proc.8 $WORK/runtime/_obj/runtime.8 $WORK/runtime/_obj/signal.8 $WORK/runtime/_obj/signal_386.8 $WORK/runtime/_obj/signal_unix.8 $WORK/runtime/_obj/stack.8 $WORK/runtime/_obj/string.8 $WORK/runtime/_obj/sys_x86.8 $WORK/runtime/_obj/vlrt.8 $WORK/runtime/_obj/asm.8 $WORK/runtime/_obj/asm_386.8 $WORK/runtime/_obj/memclr_386.8 $WORK/runtime/_obj/memmove_386.8 $WORK/runtime/_obj/rt0_openbsd_386.8 $WORK/runtime/_obj/sys_openbsd_386.8 $WORK/runtime/_obj/thunk.8 $WORK/runtime/_obj/vlop_386.8 $WORK/runtime/_obj/zsys_openbsd_386.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/openbsd_386/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/openbsd_386/errors.a runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -complete -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/unicode/ mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/openbsd_386/encoding.a mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/openbsd_386/unicode/utf16.a cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/sync/atomic/_obj/asm_386.8 -D GOOS_openbsd -D GOARCH_386 ./asm_386.s mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/subtle.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/openbsd_386/runtime/race.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/openbsd_386/unicode/utf8.a pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_386.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/openbsd_386/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/openbsd_386/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/openbsd_386/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/openbsd_386/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/openbsd_386/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/openbsd_386/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/openbsd_386/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./bpf_bsd.go ./env_unix.go ./exec_bsd.go ./exec_unix.go ./flock.go ./race0.go ./route_bsd.go ./route_openbsd.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_bsd.go ./syscall_no_getwd.go ./syscall_openbsd.go ./syscall_openbsd_386.go ./syscall_unix.go ./zerrors_openbsd_386.go ./zsyscall_openbsd_386.go ./zsysctl_openbsd.go ./zsysnum_openbsd_386.go ./ztypes_openbsd_386.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/openbsd_386/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/openbsd_386/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -complete -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_generic.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 hash/crc64 hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/hash/ mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/openbsd_386/hash/crc32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/hmac.a mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/openbsd_386/hash/adler32.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/openbsd_386/hash/crc64.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/openbsd_386/hash/fnv.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/openbsd_386/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/openbsd_386/image/color/palette.a mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/openbsd_386/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/strings/_obj/strings.8 -D GOOS_openbsd -D GOARCH_386 ./strings.s cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/syscall/_obj/asm.8 -D GOOS_openbsd -D GOARCH_386 ./asm.s cd /builddir/build/BUILD/go/src/strings pack r $WORK/strings.a $WORK/strings/_obj/strings.8 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/openbsd_386/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/syscall/_obj/asm_openbsd_386.8 -D GOOS_openbsd -D GOARCH_386 ./asm_openbsd_386.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.8 $WORK/syscall/_obj/asm_openbsd_386.8 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/openbsd_386/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/openbsd_386/text/tabwriter.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/openbsd_386/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/openbsd_386/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/abs_386.8 -D GOOS_openbsd -D GOARCH_386 ./abs_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/asin_386.8 -D GOOS_openbsd -D GOARCH_386 ./asin_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/atan2_386.8 -D GOOS_openbsd -D GOARCH_386 ./atan2_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/atan_386.8 -D GOOS_openbsd -D GOARCH_386 ./atan_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/dim_386.8 -D GOOS_openbsd -D GOARCH_386 ./dim_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/exp2_386.8 -D GOOS_openbsd -D GOARCH_386 ./exp2_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/exp_386.8 -D GOOS_openbsd -D GOARCH_386 ./exp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/expm1_386.8 -D GOOS_openbsd -D GOARCH_386 ./expm1_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/floor_386.8 -D GOOS_openbsd -D GOARCH_386 ./floor_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/frexp_386.8 -D GOOS_openbsd -D GOARCH_386 ./frexp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/hypot_386.8 -D GOOS_openbsd -D GOARCH_386 ./hypot_386.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/openbsd_386/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/ldexp_386.8 -D GOOS_openbsd -D GOARCH_386 ./ldexp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/log10_386.8 -D GOOS_openbsd -D GOARCH_386 ./log10_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/log1p_386.8 -D GOOS_openbsd -D GOARCH_386 ./log1p_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/log_386.8 -D GOOS_openbsd -D GOARCH_386 ./log_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/mod_386.8 -D GOOS_openbsd -D GOARCH_386 ./mod_386.s mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/openbsd_386/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/modf_386.8 -D GOOS_openbsd -D GOARCH_386 ./modf_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/remainder_386.8 -D GOOS_openbsd -D GOARCH_386 ./remainder_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/sin_386.8 -D GOOS_openbsd -D GOARCH_386 ./sin_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/sincos_386.8 -D GOOS_openbsd -D GOARCH_386 ./sincos_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/sqrt_386.8 -D GOOS_openbsd -D GOARCH_386 ./sqrt_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/_obj/tan_386.8 -D GOOS_openbsd -D GOARCH_386 ./tan_386.s pack r $WORK/math.a $WORK/math/_obj/abs_386.8 $WORK/math/_obj/asin_386.8 $WORK/math/_obj/atan2_386.8 $WORK/math/_obj/atan_386.8 $WORK/math/_obj/dim_386.8 $WORK/math/_obj/exp2_386.8 $WORK/math/_obj/exp_386.8 $WORK/math/_obj/expm1_386.8 $WORK/math/_obj/floor_386.8 $WORK/math/_obj/frexp_386.8 $WORK/math/_obj/hypot_386.8 $WORK/math/_obj/ldexp_386.8 $WORK/math/_obj/log10_386.8 $WORK/math/_obj/log1p_386.8 $WORK/math/_obj/log_386.8 $WORK/math/_obj/mod_386.8 $WORK/math/_obj/modf_386.8 $WORK/math/_obj/remainder_386.8 $WORK/math/_obj/sin_386.8 $WORK/math/_obj/sincos_386.8 $WORK/math/_obj/sqrt_386.8 $WORK/math/_obj/tan_386.8 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/openbsd_386/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/openbsd_386/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/openbsd_386/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/openbsd_386/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_bsd.go ./proc.go ./stat_openbsd.go ./sys_bsd.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/openbsd_386/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -complete -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_generic.go ./const.go crypto/rc4 encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/crypto/rc4/_obj/rc4_386.8 -D GOOS_openbsd -D GOARCH_386 ./rc4_386.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -complete -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block.go cd /builddir/build/BUILD/go/src/crypto/rc4 pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_386.8 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/openbsd_386/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/crypto/sha256/_obj/sha256block_386.8 -D GOOS_openbsd -D GOARCH_386 ./sha256block_386.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/crypto/sha1/_obj/sha1block_386.8 -D GOOS_openbsd -D GOARCH_386 ./sha1block_386.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/openbsd_386/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/openbsd_386/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_386.8 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/sha1.a mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/sha512.a mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_386.8 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/sha256.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/openbsd_386/net/url.a cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/crypto/md5/_obj/md5block_386.8 -D GOOS_openbsd -D GOARCH_386 ./md5block_386.s pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_386.8 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/md5.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/openbsd_386/encoding/pem.a mv $WORK/os.a /builddir/build/BUILD/go/pkg/openbsd_386/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./cgo_stub.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_unix.go ./hosts.go ./interface.go ./interface_bsd.go ./interface_openbsd.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_stub.go ./singleflight.go ./sock_bsd.go ./sock_posix.go ./sockopt_bsd.go ./sockopt_posix.go ./sockoptip_bsd.go ./sockoptip_posix.go ./sys_cloexec.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_openbsd.go ./tcpsockopt_posix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go mv $WORK/image.a /builddir/build/BUILD/go/pkg/openbsd_386/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/os/signal/_obj/sig.8 -D GOOS_openbsd -D GOARCH_386 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/openbsd_386/os/signal.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/openbsd_386/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/openbsd_386/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/openbsd_386/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/openbsd_386/io/ioutil.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/openbsd_386/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/openbsd_386/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/reflect/_obj/asm_386.8 -D GOOS_openbsd -D GOARCH_386 ./asm_386.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_386.8 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/openbsd_386/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/openbsd_386/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/openbsd_386/cmd/pprof/internal/svg.a mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/openbsd_386/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/openbsd_386/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/openbsd_386/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf debug/gosym mkdir -p $WORK/debug/gosym/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go mkdir -p $WORK/debug/dwarf/_obj/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/user.a -trimpath $WORK -p os/user -complete -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./lookup_stubs.go ./user.go mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/openbsd_386/encoding/hex.a text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/openbsd_386/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/openbsd_386/net/http/internal.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/openbsd_386/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/openbsd_386/os/user.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/openbsd_386/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/openbsd_386/cmd/internal/goobj.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/openbsd_386/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/openbsd_386/encoding/csv.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/openbsd_386/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mv $WORK/flag.a /builddir/build/BUILD/go/pkg/openbsd_386/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/openbsd_386/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/testing/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/debug/_obj/debug.8 -D GOOS_openbsd -D GOARCH_386 ./debug.s mv $WORK/mime.a /builddir/build/BUILD/go/pkg/openbsd_386/mime.a mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/openbsd_386/testing/iotest.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/runtime/debug/_obj/stubs.8 -D GOOS_openbsd -D GOARCH_386 ./stubs.s pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.8 $WORK/runtime/debug/_obj/stubs.8 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/openbsd_386/runtime/debug.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/openbsd_386/text/scanner.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/openbsd_386/debug/gosym.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/openbsd_386/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/openbsd_386/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/openbsd_386/testing/quick.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/openbsd_386/image/gif.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/openbsd_386/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/openbsd_386/archive/tar.a mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/openbsd_386/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/openbsd_386/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/openbsd_386/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/openbsd_386/testing.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/openbsd_386/database/sql.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/openbsd_386/encoding/json.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/openbsd_386/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/openbsd_386/archive/zip.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/openbsd_386/cmd/internal/rsc.io/arm/armasm.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_386 -o $WORK/math/big/_obj/arith_386.8 -D GOOS_openbsd -D GOARCH_386 ./arith_386.s mv $WORK/net.a /builddir/build/BUILD/go/pkg/openbsd_386/net.a net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go cd /builddir/build/BUILD/go/src/math/big pack r $WORK/math/big.a $WORK/math/big/_obj/arith_386.8 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/openbsd_386/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_unix.go ./util.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/openbsd_386/debug/pe.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/dsa.a mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/openbsd_386/encoding/xml.a mkdir -p /builddir/build/BUILD/go/pkg/tool/openbsd_386/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/openbsd_386/pack mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/openbsd_386/log/syslog.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/openbsd_386/debug/macho.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/openbsd_386/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/openbsd_386/image/png.a mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/openbsd_386/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/openbsd_386/debug/elf.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/elliptic.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/openbsd_386/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/openbsd_386/encoding/gob.a mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/rsa.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/openbsd_386/net/mail.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/ecdsa.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/openbsd_386/mime/multipart.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/openbsd_386/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/openbsd_386/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/openbsd_386/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/openbsd_386/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/openbsd_386/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/openbsd_386/cmd/pprof/internal/symbolizer.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/openbsd_386/go/parser.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/openbsd_386/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/openbsd_386/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/openbsd_386/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/nm.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/openbsd_386/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/gofmt.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/openbsd_386/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/fix.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/openbsd_386/go/build.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/yacc.a mkdir -p /builddir/build/BUILD/go/bin/openbsd_386/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/openbsd_386/gofmt mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/openbsd_386/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/openbsd_386/objdump mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/openbsd_386/addr2line mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/openbsd_386/nm mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/openbsd_386/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/openbsd_386/fix mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/openbsd_386/yacc cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/openbsd_386/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/openbsd_386/cmd/pprof/internal/driver.a mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/openbsd_386/net/smtp.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/openbsd_386/cgo mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/openbsd_386/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar net/http/httptest net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/openbsd_386/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/openbsd_386/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/openbsd_386/net/http/pprof.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/openbsd_386/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/openbsd_386/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/openbsd_386/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/openbsd_386/net/http/httputil.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/openbsd_386/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_386/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/openbsd_386/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/openbsd_386/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/openbsd_386/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/openbsd_386/go --- Installed Go for openbsd/386 in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goarch in 386 amd64 arm + '[' amd64 = arm ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=openbsd + GOARCH=amd64 + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/6a cmd/6c cmd/6g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go runtime (openbsd/amd64) # Building packages and commands for host, linux/amd64. WORK=/tmp/go-build326732021 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a runtime/race mkdir -p $WORK/runtime/race/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand math/cmplx mkdir -p $WORK/math/cmplx/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p $WORK/math/rand/_obj/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mkdir -p $WORK/encoding/base64/_obj/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go cd /builddir/build/BUILD/go/src/runtime/debug pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pack.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/objdump.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/nm.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/gofmt.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/yacc.a mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/cgo.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c cd /builddir/build/BUILD/go/src/os/user gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/go.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go # Building packages and commands for openbsd/amd64. WORK=/tmp/go-build203601378 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_sema.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_kqueue.go ./os_openbsd.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_openbsd.go ./zruntime_defs_openbsd_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_openbsd_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_openbsd.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_openbsd_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_openbsd.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_openbsd_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_openbsd -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_openbsd -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_openbsd -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_openbsd -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_openbsd -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_openbsd -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_openbsd -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_openbsd -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/mem_openbsd.6 -D GOOS_openbsd -D GOARCH_amd64 ./mem_openbsd.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_openbsd -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_openbsd -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_openbsd -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_openbsd -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/os_openbsd.6 -D GOOS_openbsd -D GOARCH_amd64 ./os_openbsd.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_openbsd -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_openbsd -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_openbsd -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_openbsd -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_openbsd -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_openbsd -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_openbsd -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_openbsd -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_openbsd -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_openbsd -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_openbsd -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/rt0_openbsd_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./rt0_openbsd_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/sys_openbsd_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./sys_openbsd_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_openbsd -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/_obj/zsys_openbsd_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./zsys_openbsd_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_openbsd.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_openbsd.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_openbsd_amd64.6 $WORK/runtime/_obj/sys_openbsd_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_openbsd_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/openbsd_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 container/list mkdir -p $WORK/container/list/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./asm_amd64.s mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/openbsd_amd64/errors.a image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -complete -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/openbsd_amd64/encoding.a mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/openbsd_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/unicode/ mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/openbsd_amd64/unicode/utf8.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/subtle.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/openbsd_amd64/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/openbsd_amd64/container/ring.a mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/openbsd_amd64/unicode/utf16.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/openbsd_amd64/container/list.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/openbsd_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/sort.a /builddir/build/BUILD/go/pkg/openbsd_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/openbsd_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/openbsd_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./bpf_bsd.go ./env_unix.go ./exec_bsd.go ./exec_unix.go ./flock.go ./race0.go ./route_bsd.go ./route_openbsd.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_bsd.go ./syscall_no_getwd.go ./syscall_openbsd.go ./syscall_openbsd_amd64.go ./syscall_unix.go ./zerrors_openbsd_amd64.go ./zsyscall_openbsd_amd64.go ./zsysctl_openbsd.go ./zsysnum_openbsd_amd64.go ./ztypes_openbsd_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/openbsd_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/openbsd_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/openbsd_amd64/hash/adler32.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./crc32_amd64.s mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/hmac.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/openbsd_amd64/hash/crc64.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/openbsd_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/openbsd_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/openbsd_amd64/image/color/palette.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/openbsd_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/openbsd_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_openbsd -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/syscall/_obj/asm_openbsd_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./asm_openbsd_amd64.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_openbsd_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/openbsd_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_openbsd -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/openbsd_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/openbsd_amd64/text/tabwriter.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/openbsd_amd64/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/openbsd_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./log1p_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./log_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./modf_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/openbsd_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./sincos_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/openbsd_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/openbsd_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand math/cmplx mkdir -p $WORK/math/cmplx/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p $WORK/math/rand/_obj/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/openbsd_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/openbsd_amd64/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/openbsd_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_bsd.go ./proc.go ./stat_openbsd.go ./sys_bsd.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/openbsd_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./rc4_amd64.s crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/openbsd_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./sha1block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./sha256block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/openbsd_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./sha512block_amd64.s mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/openbsd_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/sha256.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/openbsd_amd64/net/url.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/sha512.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/openbsd_amd64/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/openbsd_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/openbsd_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./cgo_stub.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_unix.go ./hosts.go ./interface.go ./interface_bsd.go ./interface_openbsd.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_stub.go ./singleflight.go ./sock_bsd.go ./sock_posix.go ./sockopt_bsd.go ./sockopt_posix.go ./sockoptip_bsd.go ./sockoptip_posix.go ./sys_cloexec.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_openbsd.go ./tcpsockopt_posix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_openbsd -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/openbsd_amd64/os/signal.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/openbsd_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/openbsd_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/openbsd_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/openbsd_amd64/io/ioutil.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/openbsd_amd64/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/openbsd_amd64/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/openbsd_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/openbsd_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/openbsd_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/openbsd_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/openbsd_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -complete -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./lookup_stubs.go ./user.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/openbsd_amd64/encoding/hex.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/openbsd_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/openbsd_amd64/net/http/internal.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/openbsd_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/openbsd_amd64/os/user.a testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/openbsd_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/internal/goobj.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/openbsd_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mv $WORK/flag.a /builddir/build/BUILD/go/pkg/openbsd_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/openbsd_amd64/encoding/csv.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_openbsd -D GOARCH_amd64 ./debug.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_openbsd -D GOARCH_amd64 ./stubs.s mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/openbsd_amd64/testing/iotest.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/openbsd_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go cd /builddir/build/BUILD/go/src/runtime/debug pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/openbsd_amd64/runtime/debug.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/openbsd_amd64/text/scanner.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/openbsd_amd64/mime.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/openbsd_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/openbsd_amd64/debug/gosym.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/openbsd_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/openbsd_amd64/testing/quick.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/openbsd_amd64/image/gif.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/openbsd_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/openbsd_amd64/archive/tar.a mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/openbsd_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/openbsd_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/openbsd_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/openbsd_amd64/testing.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/openbsd_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/openbsd_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_openbsd -D GOARCH_amd64 ./arith_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/internal/rsc.io/arm/armasm.a pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/openbsd_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_unix.go ./util.go crypto/dsa mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/openbsd_amd64/database/sql.a mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/openbsd_amd64/debug/pe.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/openbsd_amd64/archive/zip.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/openbsd_amd64/encoding/json.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/dsa.a mv $WORK/net.a /builddir/build/BUILD/go/pkg/openbsd_amd64/net.a net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/openbsd_amd64/encoding/xml.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/openbsd_amd64/debug/macho.a mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/openbsd_amd64/image/png.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/openbsd_amd64/log/syslog.a mkdir -p /builddir/build/BUILD/go/pkg/tool/openbsd_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/openbsd_amd64/pack mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/openbsd_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/elliptic.a mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/rsa.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/openbsd_amd64/debug/elf.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/openbsd_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/openbsd_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/openbsd_amd64/encoding/gob.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/ecdsa.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/x509/pkix.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/openbsd_amd64/mime/multipart.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/openbsd_amd64/net/mail.a mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/openbsd_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/openbsd_amd64/go/parser.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/objdump.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/nm.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/openbsd_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/openbsd_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/openbsd_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/gofmt.a mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/openbsd_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/openbsd_amd64/go/build.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/yacc.a mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/openbsd_amd64/objdump mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/openbsd_amd64/addr2line mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/openbsd_amd64/nm mkdir -p /builddir/build/BUILD/go/bin/openbsd_amd64/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/openbsd_amd64/gofmt mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/openbsd_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/openbsd_amd64/fix mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/openbsd_amd64/yacc mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/openbsd_amd64/net/smtp.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/openbsd_amd64/cgo mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/openbsd_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/openbsd_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/openbsd_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/openbsd_amd64/net/http/pprof.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/openbsd_amd64/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/openbsd_amd64/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/openbsd_amd64/net/http/httputil.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/openbsd_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/openbsd_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/openbsd_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/openbsd_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/openbsd_amd64/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/openbsd_amd64/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/openbsd_amd64/go --- Installed Go for openbsd/amd64 in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goarch in 386 amd64 arm + '[' arm = arm ']' + '[' openbsd = darwin -o openbsd = windows -o openbsd = plan9 -o openbsd = openbsd ']' + continue + for goos in darwin freebsd linux netbsd openbsd plan9 windows + for goarch in 386 amd64 arm + '[' 386 = arm ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=plan9 + GOARCH=386 + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/8l cmd/6a cmd/8a cmd/6c cmd/8c cmd/6g cmd/8g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go runtime (plan9/386) # Building packages and commands for host, linux/amd64. WORK=/tmp/go-build316510556 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s cd /builddir/build/BUILD/go/src/strings pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go compress/lzw database/sql/driver encoding/csv encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pack.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/nm.a mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/gofmt.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/yacc.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/fix.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/cgo.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c cd /builddir/build/BUILD/go/src/os/user gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go # Building packages and commands for plan9/386. WORK=/tmp/go-build471088656 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_386.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_plan9.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_sema.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./os_plan9.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./vlrt.go ./zgoarch_386.go ./zgoos_plan9.go ./zruntime_defs_plan9_386.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_386.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_plan9_386.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_plan9.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signals_plan9.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_plan9_386.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/atomic_386.8 -D GOOS_plan9 -D GOARCH_386 ./atomic_386.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/defs.8 -D GOOS_plan9 -D GOARCH_386 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/float.8 -D GOOS_plan9 -D GOARCH_386 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/heapdump.8 -D GOOS_plan9 -D GOARCH_386 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/lfstack.8 -D GOOS_plan9 -D GOARCH_386 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/malloc.8 -D GOOS_plan9 -D GOARCH_386 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/mcache.8 -D GOOS_plan9 -D GOARCH_386 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/mcentral.8 -D GOOS_plan9 -D GOARCH_386 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/mem_plan9.8 -D GOOS_plan9 -D GOARCH_386 ./mem_plan9.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/mfixalloc.8 -D GOOS_plan9 -D GOARCH_386 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/mgc0.8 -D GOOS_plan9 -D GOARCH_386 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/mheap.8 -D GOOS_plan9 -D GOARCH_386 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/msize.8 -D GOOS_plan9 -D GOARCH_386 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/netpoll_stub.8 -D GOOS_plan9 -D GOARCH_386 ./netpoll_stub.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/os_plan9.8 -D GOOS_plan9 -D GOARCH_386 ./os_plan9.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/os_plan9_386.8 -D GOOS_plan9 -D GOARCH_386 ./os_plan9_386.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/panic.8 -D GOOS_plan9 -D GOARCH_386 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/parfor.8 -D GOOS_plan9 -D GOARCH_386 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/proc.8 -D GOOS_plan9 -D GOARCH_386 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/runtime.8 -D GOOS_plan9 -D GOARCH_386 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/signal.8 -D GOOS_plan9 -D GOARCH_386 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/stack.8 -D GOOS_plan9 -D GOARCH_386 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/string.8 -D GOOS_plan9 -D GOARCH_386 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/sys_x86.8 -D GOOS_plan9 -D GOARCH_386 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/vlrt.8 -D GOOS_plan9 -D GOARCH_386 ./vlrt.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/asm.8 -D GOOS_plan9 -D GOARCH_386 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/asm_386.8 -D GOOS_plan9 -D GOARCH_386 ./asm_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/memclr_plan9_386.8 -D GOOS_plan9 -D GOARCH_386 ./memclr_plan9_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/memmove_plan9_386.8 -D GOOS_plan9 -D GOARCH_386 ./memmove_plan9_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/rt0_plan9_386.8 -D GOOS_plan9 -D GOARCH_386 ./rt0_plan9_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/sys_plan9_386.8 -D GOOS_plan9 -D GOARCH_386 ./sys_plan9_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/thunk.8 -D GOOS_plan9 -D GOARCH_386 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/vlop_386.8 -D GOOS_plan9 -D GOARCH_386 ./vlop_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/_obj/zsys_plan9_386.8 -D GOOS_plan9 -D GOARCH_386 ./zsys_plan9_386.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_386.8 $WORK/runtime/_obj/defs.8 $WORK/runtime/_obj/float.8 $WORK/runtime/_obj/heapdump.8 $WORK/runtime/_obj/lfstack.8 $WORK/runtime/_obj/malloc.8 $WORK/runtime/_obj/mcache.8 $WORK/runtime/_obj/mcentral.8 $WORK/runtime/_obj/mem_plan9.8 $WORK/runtime/_obj/mfixalloc.8 $WORK/runtime/_obj/mgc0.8 $WORK/runtime/_obj/mheap.8 $WORK/runtime/_obj/msize.8 $WORK/runtime/_obj/netpoll_stub.8 $WORK/runtime/_obj/os_plan9.8 $WORK/runtime/_obj/os_plan9_386.8 $WORK/runtime/_obj/panic.8 $WORK/runtime/_obj/parfor.8 $WORK/runtime/_obj/proc.8 $WORK/runtime/_obj/runtime.8 $WORK/runtime/_obj/signal.8 $WORK/runtime/_obj/stack.8 $WORK/runtime/_obj/string.8 $WORK/runtime/_obj/sys_x86.8 $WORK/runtime/_obj/vlrt.8 $WORK/runtime/_obj/asm.8 $WORK/runtime/_obj/asm_386.8 $WORK/runtime/_obj/memclr_plan9_386.8 $WORK/runtime/_obj/memmove_plan9_386.8 $WORK/runtime/_obj/rt0_plan9_386.8 $WORK/runtime/_obj/sys_plan9_386.8 $WORK/runtime/_obj/thunk.8 $WORK/runtime/_obj/vlop_386.8 $WORK/runtime/_obj/zsys_plan9_386.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/plan9_386/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/sync/atomic/_obj/asm_386.8 -D GOOS_plan9 -D GOARCH_386 ./asm_386.s mv $WORK/errors.a /builddir/build/BUILD/go/pkg/plan9_386/errors.a mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go log/syslog mkdir -p $WORK/log/syslog/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_386.8 # internal mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog_plan9.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -complete -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/plan9_386/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/plan9_386/unicode/utf16.a mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/plan9_386/encoding.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/subtle.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/plan9_386/log/syslog.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/plan9_386/runtime/race.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/plan9_386/unicode/utf8.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/plan9_386/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/plan9_386/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/plan9_386/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/plan9_386/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/plan9_386/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/plan9_386/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./dir_plan9.go ./env_plan9.go ./exec_plan9.go ./race0.go ./str.go ./syscall.go ./syscall_plan9.go ./zerrors_plan9_386.go ./zsyscall_plan9_386.go ./zsysnum_plan9_386.go ./ztypes_plan9_386.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/plan9_386/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/plan9_386/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -complete -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_generic.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/plan9_386/hash/adler32.a mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/plan9_386/hash/crc32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/hmac.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/plan9_386/hash/crc64.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/plan9_386/hash/fnv.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/plan9_386/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/syscall/_obj/asm.8 -D GOOS_plan9 -D GOARCH_386 ./asm.s cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/syscall/_obj/asm_plan9_386.8 -D GOOS_plan9 -D GOARCH_386 ./asm_plan9_386.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.8 $WORK/syscall/_obj/asm_plan9_386.8 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/plan9_386/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_plan9.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_plan9.go ./zoneinfo_read.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/plan9_386/image/color/palette.a mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/plan9_386/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/strings/_obj/strings.8 -D GOOS_plan9 -D GOARCH_386 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.8 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/plan9_386/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/plan9_386/text/tabwriter.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/plan9_386/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/plan9_386/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/abs_386.8 -D GOOS_plan9 -D GOARCH_386 ./abs_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/asin_386.8 -D GOOS_plan9 -D GOARCH_386 ./asin_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/atan2_386.8 -D GOOS_plan9 -D GOARCH_386 ./atan2_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/atan_386.8 -D GOOS_plan9 -D GOARCH_386 ./atan_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/dim_386.8 -D GOOS_plan9 -D GOARCH_386 ./dim_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/exp2_386.8 -D GOOS_plan9 -D GOARCH_386 ./exp2_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/exp_386.8 -D GOOS_plan9 -D GOARCH_386 ./exp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/expm1_386.8 -D GOOS_plan9 -D GOARCH_386 ./expm1_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/floor_386.8 -D GOOS_plan9 -D GOARCH_386 ./floor_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/frexp_386.8 -D GOOS_plan9 -D GOARCH_386 ./frexp_386.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/plan9_386/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/hypot_386.8 -D GOOS_plan9 -D GOARCH_386 ./hypot_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/ldexp_386.8 -D GOOS_plan9 -D GOARCH_386 ./ldexp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/log10_386.8 -D GOOS_plan9 -D GOARCH_386 ./log10_386.s mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/plan9_386/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/log1p_386.8 -D GOOS_plan9 -D GOARCH_386 ./log1p_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/log_386.8 -D GOOS_plan9 -D GOARCH_386 ./log_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/mod_386.8 -D GOOS_plan9 -D GOARCH_386 ./mod_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/modf_386.8 -D GOOS_plan9 -D GOARCH_386 ./modf_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/remainder_386.8 -D GOOS_plan9 -D GOARCH_386 ./remainder_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/sin_386.8 -D GOOS_plan9 -D GOARCH_386 ./sin_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/sincos_386.8 -D GOOS_plan9 -D GOARCH_386 ./sincos_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/sqrt_386.8 -D GOOS_plan9 -D GOARCH_386 ./sqrt_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/_obj/tan_386.8 -D GOOS_plan9 -D GOARCH_386 ./tan_386.s pack r $WORK/math.a $WORK/math/_obj/abs_386.8 $WORK/math/_obj/asin_386.8 $WORK/math/_obj/atan2_386.8 $WORK/math/_obj/atan_386.8 $WORK/math/_obj/dim_386.8 $WORK/math/_obj/exp2_386.8 $WORK/math/_obj/exp_386.8 $WORK/math/_obj/expm1_386.8 $WORK/math/_obj/floor_386.8 $WORK/math/_obj/frexp_386.8 $WORK/math/_obj/hypot_386.8 $WORK/math/_obj/ldexp_386.8 $WORK/math/_obj/log10_386.8 $WORK/math/_obj/log1p_386.8 $WORK/math/_obj/log_386.8 $WORK/math/_obj/mod_386.8 $WORK/math/_obj/modf_386.8 $WORK/math/_obj/remainder_386.8 $WORK/math/_obj/sin_386.8 $WORK/math/_obj/sincos_386.8 $WORK/math/_obj/sqrt_386.8 $WORK/math/_obj/tan_386.8 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/plan9_386/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand math/cmplx mkdir -p $WORK/math/cmplx/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p $WORK/math/rand/_obj/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/math/ mv $WORK/time.a /builddir/build/BUILD/go/pkg/plan9_386/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_plan9.go ./doc.go ./env.go ./error.go ./error_plan9.go ./exec.go ./exec_plan9.go ./file.go ./file_plan9.go ./getwd.go ./path.go ./path_plan9.go ./proc.go ./stat_plan9.go ./str.go ./sys_plan9.go ./types.go ./types_notwin.go mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/plan9_386/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/plan9_386/math/rand.a mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/plan9_386/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -complete -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_generic.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/plan9_386/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/crypto/rc4/_obj/rc4_386.8 -D GOOS_plan9 -D GOARCH_386 ./rc4_386.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -complete -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block.go cd /builddir/build/BUILD/go/src/crypto/rc4 pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_386.8 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/rc4.a mv $WORK/os.a /builddir/build/BUILD/go/pkg/plan9_386/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_plan9.go ./symlink.go ./symlink_unix.go net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./cgo_stub.go ./dial.go ./dial_gen.go ./dnsclient.go ./dnsmsg.go ./fd_mutex.go ./fd_plan9.go ./file_plan9.go ./hosts.go ./interface.go ./interface_stub.go ./ip.go ./iprawsock.go ./iprawsock_plan9.go ./ipsock.go ./ipsock_plan9.go ./lookup.go ./lookup_plan9.go ./mac.go ./net.go ./parse.go ./pipe.go ./port.go ./singleflight.go ./sock_plan9.go ./sockopt_plan9.go ./tcpsock.go ./tcpsock_plan9.go ./tcpsockopt_plan9.go ./udpsock.go ./udpsock_plan9.go ./unixsock.go ./unixsock_plan9.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_stub.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/plan9_386/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/crypto/sha256/_obj/sha256block_386.8 -D GOOS_plan9 -D GOARCH_386 ./sha256block_386.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/crypto/sha1/_obj/sha1block_386.8 -D GOOS_plan9 -D GOARCH_386 ./sha1block_386.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/plan9_386/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/sha512.a cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/os/signal/_obj/sig.8 -D GOOS_plan9 -D GOARCH_386 ./sig.s mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/plan9_386/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_386.8 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/sha1.a cd /builddir/build/BUILD/go/src/os/signal pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/plan9_386/os/signal.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_386.8 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/sha256.a mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/crypto/md5/_obj/md5block_386.8 -D GOOS_plan9 -D GOARCH_386 ./md5block_386.s mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/plan9_386/net/url.a pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_386.8 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/md5.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/plan9_386/encoding/pem.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/plan9_386/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_plan9.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/plan9_386/io/ioutil.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/plan9_386/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/plan9_386/os/exec.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/plan9_386/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/plan9_386/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/plan9_386/image/jpeg.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/reflect/_obj/asm_386.8 -D GOOS_plan9 -D GOARCH_386 ./asm_386.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_386.8 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/plan9_386/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/plan9_386/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/plan9_386/cmd/pprof/internal/svg.a mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/plan9_386/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/plan9_386/index/suffixarray.a mv $WORK/net.a /builddir/build/BUILD/go/pkg/plan9_386/net.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/plan9_386/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_plan9.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/user.a -trimpath $WORK -p os/user -complete -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./lookup_plan9.go ./user.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/plan9_386/encoding/hex.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/plan9_386/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/plan9_386/net/http/internal.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/plan9_386/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/plan9_386/debug/plan9obj.a mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/plan9_386/os/user.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/plan9_386/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/plan9_386/cmd/internal/goobj.a mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/plan9_386/encoding/csv.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/plan9_386/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/debug/_obj/debug.8 -D GOOS_plan9 -D GOARCH_386 ./debug.s cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/runtime/debug/_obj/stubs.8 -D GOOS_plan9 -D GOARCH_386 ./stubs.s pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.8 $WORK/runtime/debug/_obj/stubs.8 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/plan9_386/runtime/debug.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/plan9_386/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/plan9_386/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/plan9_386/testing/iotest.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/plan9_386/text/scanner.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/plan9_386/mime.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/plan9_386/net/textproto.a net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/plan9_386/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/plan9_386/testing/quick.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/plan9_386/debug/gosym.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/plan9_386/image/gif.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/plan9_386/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/plan9_386/net/mail.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/plan9_386/archive/tar.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/plan9_386/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/plan9_386/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/plan9_386/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/plan9_386/testing.a mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/plan9_386/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_386 -o $WORK/math/big/_obj/arith_386.8 -D GOOS_plan9 -D GOARCH_386 ./arith_386.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_386.8 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/plan9_386/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_unix.go ./util.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/plan9_386/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/dsa.a mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/plan9_386/debug/pe.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/plan9_386/database/sql.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/plan9_386/cmd/internal/rsc.io/arm/armasm.a mkdir -p /builddir/build/BUILD/go/pkg/tool/plan9_386/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/plan9_386/pack mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/plan9_386/archive/zip.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/plan9_386/debug/macho.a mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/plan9_386/encoding/xml.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/plan9_386/encoding/json.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/plan9_386/encoding/asn1.a crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/plan9_386/image/png.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/plan9_386/mime/multipart.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/plan9_386/debug/elf.a mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/rsa.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/x509/pkix.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/elliptic.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/plan9_386/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/ecdsa.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_plan9.go ./sec1.go ./verify.go ./x509.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/plan9_386/encoding/gob.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/plan9_386/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/plan9_386/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/plan9_386/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/plan9_386/go/parser.a mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/plan9_386/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/plan9_386/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/plan9_386/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/plan9_386/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/objdump.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/plan9_386/cmd/pprof/internal/symbolizer.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/nm.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/plan9_386/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/plan9_386/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/gofmt.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/plan9_386/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/plan9_386/go/build.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/yacc.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/fix.a mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/plan9_386/objdump mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/plan9_386/addr2line mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/plan9_386/nm mkdir -p /builddir/build/BUILD/go/bin/plan9_386/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/plan9_386/gofmt mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/plan9_386/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/plan9_386/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/plan9_386/yacc mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/plan9_386/fix mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/plan9_386/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/plan9_386/net/smtp.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/plan9_386/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/plan9_386/cgo mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/plan9_386/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_notunix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/plan9_386/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/plan9_386/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/plan9_386/net/http/pprof.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/plan9_386/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/plan9_386/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/plan9_386/net/http/httputil.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/plan9_386/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/plan9_386/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_386/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/plan9_386/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/plan9_386/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/plan9_386/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/plan9_386/go --- Installed Go for plan9/386 in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goarch in 386 amd64 arm + '[' amd64 = arm ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=plan9 + GOARCH=amd64 + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/6a cmd/6c cmd/6g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go runtime (plan9/amd64) # Building packages and commands for host, linux/amd64. WORK=/tmp/go-build747927490 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pack.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/nm.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/gofmt.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/yacc.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/cgo.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c cd /builddir/build/BUILD/go/src/os/user gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pprof.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go # Building packages and commands for plan9/amd64. WORK=/tmp/go-build510461638 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_plan9.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_sema.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./os_plan9.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_plan9.go ./zruntime_defs_plan9_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_plan9_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_plan9.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signals_plan9.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_plan9_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_plan9 -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_plan9 -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_plan9 -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_plan9 -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_plan9 -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_plan9 -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_plan9 -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_plan9 -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/mem_plan9.6 -D GOOS_plan9 -D GOARCH_amd64 ./mem_plan9.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_plan9 -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_plan9 -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_plan9 -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_plan9 -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/netpoll_stub.6 -D GOOS_plan9 -D GOARCH_amd64 ./netpoll_stub.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/os_plan9.6 -D GOOS_plan9 -D GOARCH_amd64 ./os_plan9.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/os_plan9_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./os_plan9_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_plan9 -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_plan9 -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_plan9 -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_plan9 -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_plan9 -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_plan9 -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_plan9 -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_plan9 -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_plan9 -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/memclr_plan9_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./memclr_plan9_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/memmove_plan9_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./memmove_plan9_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/rt0_plan9_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./rt0_plan9_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/sys_plan9_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./sys_plan9_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_plan9 -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/_obj/zsys_plan9_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./zsys_plan9_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_plan9.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/netpoll_stub.6 $WORK/runtime/_obj/os_plan9.6 $WORK/runtime/_obj/os_plan9_amd64.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_plan9_amd64.6 $WORK/runtime/_obj/memmove_plan9_amd64.6 $WORK/runtime/_obj/rt0_plan9_amd64.6 $WORK/runtime/_obj/sys_plan9_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_plan9_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/plan9_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/plan9_amd64/errors.a sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/plan9_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog_plan9.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -complete -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/plan9_amd64/encoding.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/plan9_amd64/unicode/utf16.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/subtle.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/plan9_amd64/unicode/utf8.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/plan9_amd64/log/syslog.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/plan9_amd64/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/plan9_amd64/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/plan9_amd64/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/plan9_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/plan9_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/plan9_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/plan9_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./dir_plan9.go ./env_plan9.go ./exec_plan9.go ./race0.go ./str.go ./syscall.go ./syscall_plan9.go ./zerrors_plan9_amd64.go ./zsyscall_plan9_amd64.go ./zsysnum_plan9_amd64.go ./ztypes_plan9_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/plan9_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/plan9_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/plan9_amd64/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/hmac.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/plan9_amd64/hash/crc64.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./crc32_amd64.s pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/plan9_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/plan9_amd64/hash/fnv.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/cipher.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/plan9_amd64/image/color/palette.a cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_plan9 -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/syscall/_obj/asm_plan9_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./asm_plan9_amd64.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_plan9_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/plan9_amd64/syscall.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/plan9_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_plan9.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_plan9.go ./zoneinfo_read.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/plan9_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_plan9 -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/plan9_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/plan9_amd64/text/tabwriter.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/plan9_amd64/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/plan9_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./log1p_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./log_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./remainder_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/plan9_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/plan9_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/plan9_amd64/compress/bzip2.a math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/plan9_amd64/math/cmplx.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/plan9_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_plan9.go ./doc.go ./env.go ./error.go ./error_plan9.go ./exec.go ./exec_plan9.go ./file.go ./file_plan9.go ./getwd.go ./path.go ./path_plan9.go ./proc.go ./stat_plan9.go ./str.go ./sys_plan9.go ./types.go ./types_notwin.go mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/plan9_amd64/math/rand.a mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/plan9_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./rc4_amd64.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/rc4.a mv $WORK/os.a /builddir/build/BUILD/go/pkg/plan9_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_plan9.go ./symlink.go ./symlink_unix.go net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./cgo_stub.go ./dial.go ./dial_gen.go ./dnsclient.go ./dnsmsg.go ./fd_mutex.go ./fd_plan9.go ./file_plan9.go ./hosts.go ./interface.go ./interface_stub.go ./ip.go ./iprawsock.go ./iprawsock_plan9.go ./ipsock.go ./ipsock_plan9.go ./lookup.go ./lookup_plan9.go ./mac.go ./net.go ./parse.go ./pipe.go ./port.go ./singleflight.go ./sock_plan9.go ./sockopt_plan9.go ./tcpsock.go ./tcpsock_plan9.go ./tcpsockopt_plan9.go ./udpsock.go ./udpsock_plan9.go ./unixsock.go ./unixsock_plan9.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_stub.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/plan9_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./sha256block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./sha1block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/plan9_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_plan9 -D GOARCH_amd64 ./sig.s cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/os/signal pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/os/ cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/plan9_amd64/os/signal.a mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/plan9_amd64/encoding/base32.a mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/sha256.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/sha512.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/plan9_amd64/net/url.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/plan9_amd64/encoding/pem.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/plan9_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_plan9.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/plan9_amd64/io/ioutil.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/plan9_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/plan9_amd64/os/exec.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/plan9_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/plan9_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/plan9_amd64/image/jpeg.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/plan9_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/plan9_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/plan9_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/plan9_amd64/index/suffixarray.a mv $WORK/net.a /builddir/build/BUILD/go/pkg/plan9_amd64/net.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/plan9_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_plan9.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -complete -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./lookup_plan9.go ./user.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/plan9_amd64/encoding/hex.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/plan9_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/plan9_amd64/net/http/internal.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/internal/goobj.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/plan9_amd64/debug/plan9obj.a mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/plan9_amd64/os/user.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/plan9_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/plan9_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/plan9_amd64/encoding/csv.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/plan9_amd64/text/scanner.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/plan9_amd64/testing/iotest.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_plan9 -D GOARCH_amd64 ./debug.s mv $WORK/mime.a /builddir/build/BUILD/go/pkg/plan9_amd64/mime.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_plan9 -D GOARCH_amd64 ./stubs.s pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/plan9_amd64/runtime/debug.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/plan9_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/plan9_amd64/runtime/pprof.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/plan9_amd64/flag.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/plan9_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/plan9_amd64/net/textproto.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/plan9_amd64/debug/gosym.a net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/plan9_amd64/image/gif.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/plan9_amd64/testing/quick.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/plan9_amd64/archive/tar.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/plan9_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/plan9_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/plan9_amd64/testing.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/plan9_amd64/net/mail.a mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/plan9_amd64/compress/gzip.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/plan9_amd64/database/sql.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/plan9_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/plan9_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/tool/plan9_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/plan9_amd64/pack mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/plan9_amd64/encoding/json.a mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/plan9_amd64/debug/pe.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/internal/rsc.io/arm/armasm.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/plan9_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_plan9 -D GOARCH_amd64 ./arith_amd64.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/plan9_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/plan9_amd64/debug/macho.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/plan9_amd64/archive/zip.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/dsa.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/internal/rsc.io/x86/x86asm.a mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/plan9_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/plan9_amd64/encoding/xml.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/plan9_amd64/debug/elf.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/elliptic.a mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/plan9_amd64/image/png.a mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/plan9_amd64/mime/multipart.a mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/rsa.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/plan9_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/x509/pkix.a mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/plan9_amd64/encoding/gob.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/ecdsa.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_plan9.go ./sec1.go ./verify.go ./x509.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/plan9_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/plan9_amd64/go/parser.a mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/plan9_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/addr2line.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/nm.a mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/plan9_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/plan9_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/gofmt.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/plan9_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/yacc.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/plan9_amd64/go/build.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/plan9_amd64/addr2line mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/plan9_amd64/objdump mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/plan9_amd64/nm mkdir -p /builddir/build/BUILD/go/bin/plan9_amd64/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/plan9_amd64/gofmt mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/plan9_amd64/fix mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/plan9_amd64/yacc cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/plan9_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/plan9_amd64/net/smtp.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/plan9_amd64/cgo mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/plan9_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_notunix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/plan9_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/plan9_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/plan9_amd64/net/http/pprof.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/plan9_amd64/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/plan9_amd64/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/plan9_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/plan9_amd64/net/http/httputil.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/plan9_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/plan9_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/plan9_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/plan9_amd64/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/plan9_amd64/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/plan9_amd64/go --- Installed Go for plan9/amd64 in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goarch in 386 amd64 arm + '[' arm = arm ']' + '[' plan9 = darwin -o plan9 = windows -o plan9 = plan9 -o plan9 = openbsd ']' + continue + for goos in darwin freebsd linux netbsd openbsd plan9 windows + for goarch in 386 amd64 arm + '[' 386 = arm ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=windows + GOARCH=386 + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/8l cmd/6a cmd/8a cmd/6c cmd/8c cmd/6g cmd/8g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go runtime (windows/386) # Building packages and commands for host, linux/amd64. WORK=/tmp/go-build402984603 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go runtime/debug text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pack.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/addr2line.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/nm.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/gofmt.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/yacc.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/fix.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/cgo.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/go.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go # Building packages and commands for windows/386. WORK=/tmp/go-build076948799 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_386.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_sema.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./os_windows.go ./os_windows_386.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./syscall_windows.go ./time.go ./traceback.go ./typekind.go ./vlrt.go ./zgoarch_386.go ./zgoos_windows.go ./zruntime_defs_windows_386.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_386.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_windows_386.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_windows.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signals_windows.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_windows_386.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/atomic_386.8 -D GOOS_windows -D GOARCH_386 ./atomic_386.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/defs.8 -D GOOS_windows -D GOARCH_386 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/float.8 -D GOOS_windows -D GOARCH_386 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/heapdump.8 -D GOOS_windows -D GOARCH_386 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/lfstack.8 -D GOOS_windows -D GOARCH_386 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/malloc.8 -D GOOS_windows -D GOARCH_386 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/mcache.8 -D GOOS_windows -D GOARCH_386 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/mcentral.8 -D GOOS_windows -D GOARCH_386 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/mem_windows.8 -D GOOS_windows -D GOARCH_386 ./mem_windows.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/mfixalloc.8 -D GOOS_windows -D GOARCH_386 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/mgc0.8 -D GOOS_windows -D GOARCH_386 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/mheap.8 -D GOOS_windows -D GOARCH_386 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/msize.8 -D GOOS_windows -D GOARCH_386 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/netpoll_windows.8 -D GOOS_windows -D GOARCH_386 ./netpoll_windows.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/os_windows.8 -D GOOS_windows -D GOARCH_386 ./os_windows.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/os_windows_386.8 -D GOOS_windows -D GOARCH_386 ./os_windows_386.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/panic.8 -D GOOS_windows -D GOARCH_386 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/parfor.8 -D GOOS_windows -D GOARCH_386 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/proc.8 -D GOOS_windows -D GOARCH_386 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/runtime.8 -D GOOS_windows -D GOARCH_386 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/signal.8 -D GOOS_windows -D GOARCH_386 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/stack.8 -D GOOS_windows -D GOARCH_386 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/string.8 -D GOOS_windows -D GOARCH_386 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/sys_x86.8 -D GOOS_windows -D GOARCH_386 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/vlrt.8 -D GOOS_windows -D GOARCH_386 ./vlrt.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/asm.8 -D GOOS_windows -D GOARCH_386 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/asm_386.8 -D GOOS_windows -D GOARCH_386 ./asm_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/memclr_386.8 -D GOOS_windows -D GOARCH_386 ./memclr_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/memmove_386.8 -D GOOS_windows -D GOARCH_386 ./memmove_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/rt0_windows_386.8 -D GOOS_windows -D GOARCH_386 ./rt0_windows_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/sys_windows_386.8 -D GOOS_windows -D GOARCH_386 ./sys_windows_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/thunk.8 -D GOOS_windows -D GOARCH_386 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/thunk_windows.8 -D GOOS_windows -D GOARCH_386 ./thunk_windows.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/vlop_386.8 -D GOOS_windows -D GOARCH_386 ./vlop_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/_obj/zsys_windows_386.8 -D GOOS_windows -D GOARCH_386 ./zsys_windows_386.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_386.8 $WORK/runtime/_obj/defs.8 $WORK/runtime/_obj/float.8 $WORK/runtime/_obj/heapdump.8 $WORK/runtime/_obj/lfstack.8 $WORK/runtime/_obj/malloc.8 $WORK/runtime/_obj/mcache.8 $WORK/runtime/_obj/mcentral.8 $WORK/runtime/_obj/mem_windows.8 $WORK/runtime/_obj/mfixalloc.8 $WORK/runtime/_obj/mgc0.8 $WORK/runtime/_obj/mheap.8 $WORK/runtime/_obj/msize.8 $WORK/runtime/_obj/netpoll_windows.8 $WORK/runtime/_obj/os_windows.8 $WORK/runtime/_obj/os_windows_386.8 $WORK/runtime/_obj/panic.8 $WORK/runtime/_obj/parfor.8 $WORK/runtime/_obj/proc.8 $WORK/runtime/_obj/runtime.8 $WORK/runtime/_obj/signal.8 $WORK/runtime/_obj/stack.8 $WORK/runtime/_obj/string.8 $WORK/runtime/_obj/sys_x86.8 $WORK/runtime/_obj/vlrt.8 $WORK/runtime/_obj/asm.8 $WORK/runtime/_obj/asm_386.8 $WORK/runtime/_obj/memclr_386.8 $WORK/runtime/_obj/memmove_386.8 $WORK/runtime/_obj/rt0_windows_386.8 $WORK/runtime/_obj/sys_windows_386.8 $WORK/runtime/_obj/thunk.8 $WORK/runtime/_obj/thunk_windows.8 $WORK/runtime/_obj/vlop_386.8 $WORK/runtime/_obj/zsys_windows_386.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/windows_386/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/windows_386/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/sync/atomic/_obj/asm_386.8 -D GOOS_windows -D GOARCH_386 ./asm_386.s mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go log/syslog mkdir -p $WORK/log/syslog/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_386.8 # internal mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog_windows.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -complete -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/windows_386/unicode/utf16.a mkdir -p /builddir/build/BUILD/go/pkg/windows_386/sync/ mv $WORK/errors.a /builddir/build/BUILD/go/pkg/windows_386/errors.a mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/windows_386/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/windows_386/unicode/utf8.a mkdir -p /builddir/build/BUILD/go/pkg/windows_386/crypto/ mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/windows_386/encoding.a mkdir -p /builddir/build/BUILD/go/pkg/windows_386/log/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/windows_386/crypto/subtle.a mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/windows_386/log/syslog.a mkdir -p /builddir/build/BUILD/go/pkg/windows_386/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/windows_386/runtime/race.a mkdir -p /builddir/build/BUILD/go/pkg/windows_386/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/windows_386/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/windows_386/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/windows_386/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/windows_386/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/windows_386/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/windows_386/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./dll_windows.go ./env_windows.go ./exec_windows.go ./race0.go ./security_windows.go ./str.go ./syscall.go ./syscall_windows.go ./syscall_windows_386.go ./zerrors_windows.go ./zerrors_windows_386.go ./zsyscall_windows.go ./zsysnum_windows_386.go ./ztypes_windows.go ./ztypes_windows_386.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/windows_386/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/windows_386/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -complete -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_generic.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/windows_386/hash/adler32.a mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/windows_386/hash/crc32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/windows_386/crypto/hmac.a mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/windows_386/hash/crc64.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/windows_386/hash/fnv.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/windows_386/crypto/cipher.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/windows_386/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/windows_386/image/color/palette.a mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/windows_386/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/strings/_obj/strings.8 -D GOOS_windows -D GOARCH_386 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.8 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/windows_386/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/windows_386/text/tabwriter.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/windows_386/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/windows_386/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/syscall/_obj/asm.8 -D GOOS_windows -D GOARCH_386 ./asm.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.8 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/windows_386/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_windows.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_abbrs_windows.go ./zoneinfo_read.go ./zoneinfo_windows.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/abs_386.8 -D GOOS_windows -D GOARCH_386 ./abs_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/asin_386.8 -D GOOS_windows -D GOARCH_386 ./asin_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/atan2_386.8 -D GOOS_windows -D GOARCH_386 ./atan2_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/atan_386.8 -D GOOS_windows -D GOARCH_386 ./atan_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/dim_386.8 -D GOOS_windows -D GOARCH_386 ./dim_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/exp2_386.8 -D GOOS_windows -D GOARCH_386 ./exp2_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/exp_386.8 -D GOOS_windows -D GOARCH_386 ./exp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/expm1_386.8 -D GOOS_windows -D GOARCH_386 ./expm1_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/floor_386.8 -D GOOS_windows -D GOARCH_386 ./floor_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/frexp_386.8 -D GOOS_windows -D GOARCH_386 ./frexp_386.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/windows_386/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/hypot_386.8 -D GOOS_windows -D GOARCH_386 ./hypot_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/ldexp_386.8 -D GOOS_windows -D GOARCH_386 ./ldexp_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/log10_386.8 -D GOOS_windows -D GOARCH_386 ./log10_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/log1p_386.8 -D GOOS_windows -D GOARCH_386 ./log1p_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/log_386.8 -D GOOS_windows -D GOARCH_386 ./log_386.s mkdir -p /builddir/build/BUILD/go/pkg/windows_386/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/windows_386/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/mod_386.8 -D GOOS_windows -D GOARCH_386 ./mod_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/modf_386.8 -D GOOS_windows -D GOARCH_386 ./modf_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/remainder_386.8 -D GOOS_windows -D GOARCH_386 ./remainder_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/sin_386.8 -D GOOS_windows -D GOARCH_386 ./sin_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/sincos_386.8 -D GOOS_windows -D GOARCH_386 ./sincos_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/sqrt_386.8 -D GOOS_windows -D GOARCH_386 ./sqrt_386.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/_obj/tan_386.8 -D GOOS_windows -D GOARCH_386 ./tan_386.s pack r $WORK/math.a $WORK/math/_obj/abs_386.8 $WORK/math/_obj/asin_386.8 $WORK/math/_obj/atan2_386.8 $WORK/math/_obj/atan_386.8 $WORK/math/_obj/dim_386.8 $WORK/math/_obj/exp2_386.8 $WORK/math/_obj/exp_386.8 $WORK/math/_obj/expm1_386.8 $WORK/math/_obj/floor_386.8 $WORK/math/_obj/frexp_386.8 $WORK/math/_obj/hypot_386.8 $WORK/math/_obj/ldexp_386.8 $WORK/math/_obj/log10_386.8 $WORK/math/_obj/log1p_386.8 $WORK/math/_obj/log_386.8 $WORK/math/_obj/mod_386.8 $WORK/math/_obj/modf_386.8 $WORK/math/_obj/remainder_386.8 $WORK/math/_obj/sin_386.8 $WORK/math/_obj/sincos_386.8 $WORK/math/_obj/sqrt_386.8 $WORK/math/_obj/tan_386.8 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/windows_386/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/windows_386/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/windows_386/math/rand.a mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/windows_386/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -complete -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_generic.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 encoding/base32 image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/windows_386/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -complete -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/crypto/rc4/_obj/rc4_386.8 -D GOOS_windows -D GOARCH_386 ./rc4_386.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_386.8 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/windows_386/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/windows_386/encoding/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/crypto/sha256/_obj/sha256block_386.8 -D GOOS_windows -D GOARCH_386 ./sha256block_386.s mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/windows_386/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/crypto/sha1/_obj/sha1block_386.8 -D GOOS_windows -D GOARCH_386 ./sha1block_386.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/windows_386/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/windows_386/crypto/sha512.a cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_386.8 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/windows_386/crypto/sha1.a mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/windows_386/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_386.8 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/windows_386/crypto/sha256.a mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/windows_386/crypto/aes.a mkdir -p /builddir/build/BUILD/go/pkg/windows_386/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/windows_386/net/url.a cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/crypto/md5/_obj/md5block_386.8 -D GOOS_windows -D GOARCH_386 ./md5block_386.s mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/windows_386/encoding/pem.a pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_386.8 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/windows_386/crypto/md5.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/windows_386/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_windows.go ./doc.go ./env.go ./error.go ./error_windows.go ./exec.go ./exec_posix.go ./exec_windows.go ./file.go ./file_posix.go ./file_windows.go ./getwd.go ./path.go ./path_windows.go ./proc.go ./stat_windows.go ./sys_windows.go ./types.go ./types_windows.go mv $WORK/image.a /builddir/build/BUILD/go/pkg/windows_386/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/windows_386/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/windows_386/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/windows_386/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/windows_386/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_windows.go ./symlink.go ./symlink_windows.go net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./cgo_stub.go ./dial.go ./dial_gen.go ./dnsclient.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_windows.go ./file_windows.go ./hosts.go ./interface.go ./interface_windows.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_windows.go ./mac.go ./net.go ./parse.go ./pipe.go ./port.go ./race0.go ./sendfile_windows.go ./singleflight.go ./sock_posix.go ./sock_windows.go ./sockopt_posix.go ./sockopt_windows.go ./sockoptip_posix.go ./sockoptip_windows.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_windows.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/windows_386/image/jpeg.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/os/signal/_obj/sig.8 -D GOOS_windows -D GOARCH_386 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.8 # internal mkdir -p /builddir/build/BUILD/go/pkg/windows_386/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/windows_386/os/signal.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/reflect/_obj/asm_386.8 -D GOOS_windows -D GOARCH_386 ./asm_386.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_386.8 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/windows_386/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/windows_386/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_windows.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/windows_386/io/ioutil.a mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/windows_386/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/windows_386/cmd/pprof/internal/svg.a mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/windows_386/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/windows_386/crypto/des.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/windows_386/os/exec.a mkdir -p /builddir/build/BUILD/go/pkg/windows_386/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/windows_386/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/windows_386/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_windows.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/os/user.a -trimpath $WORK -p os/user -complete -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./lookup_windows.go ./user.go mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/windows_386/net/http/internal.a mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/windows_386/encoding/hex.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/windows_386/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/windows_386/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/windows_386/debug/plan9obj.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/windows_386/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/windows_386/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/windows_386/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/windows_386/encoding/csv.a mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/windows_386/os/user.a mkdir -p /builddir/build/BUILD/go/pkg/windows_386/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/windows_386/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/windows_386/cmd/internal/goobj.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/windows_386/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/debug/_obj/debug.8 -D GOOS_windows -D GOARCH_386 ./debug.s mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/windows_386/text/scanner.a mkdir -p /builddir/build/BUILD/go/pkg/windows_386/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/windows_386/testing/iotest.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/runtime/debug/_obj/stubs.8 -D GOOS_windows -D GOARCH_386 ./stubs.s pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.8 $WORK/runtime/debug/_obj/stubs.8 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/windows_386/runtime/debug.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/windows_386/mime.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/windows_386/testing/quick.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/windows_386/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/windows_386/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/pack/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/windows_386/debug/gosym.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/windows_386/image/gif.a mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/windows_386/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/windows_386/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/windows_386/archive/tar.a mkdir -p /builddir/build/BUILD/go/pkg/windows_386/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/windows_386/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/windows_386/database/sql.a mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/windows_386/debug/pe.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/windows_386/encoding/json.a mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/windows_386/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/windows_386/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/testing.a /builddir/build/BUILD/go/pkg/windows_386/testing.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/windows_386/debug/macho.a mkdir -p /builddir/build/BUILD/go/pkg/windows_386/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/windows_386/cmd/internal/rsc.io/arm/armasm.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/8a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/windows_386 -o $WORK/math/big/_obj/arith_386.8 -D GOOS_windows -D GOARCH_386 ./arith_386.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_386.8 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/windows_386/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_windows.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/windows_386/archive/zip.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/windows_386/crypto/dsa.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/windows_386/debug/elf.a mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/windows_386/encoding/xml.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/windows_386/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mkdir -p /builddir/build/BUILD/go/pkg/tool/windows_386/ mv $WORK/cmd/pack/_obj/exe/a.out.exe /builddir/build/BUILD/go/pkg/tool/windows_386/pack.exe mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/windows_386/image/png.a mv $WORK/net.a /builddir/build/BUILD/go/pkg/windows_386/net.a net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/windows_386/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/windows_386/crypto/rsa.a mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/windows_386/encoding/gob.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/windows_386/encoding/asn1.a crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/windows_386/crypto/elliptic.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/windows_386/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/windows_386/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/windows_386/crypto/x509/pkix.a mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/windows_386/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/windows_386/crypto/ecdsa.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_windows.go ./sec1.go ./verify.go ./x509.go mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/windows_386/net/mail.a mkdir -p /builddir/build/BUILD/go/pkg/windows_386/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/windows_386/mime/multipart.a mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/windows_386/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/windows_386/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/windows_386/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/windows_386/go/parser.a mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/windows_386/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/windows_386/cmd/pprof/internal/symbolizer.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/windows_386/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/objdump/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/addr2line/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/addr2line.a mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/windows_386/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/nm/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/nm.a mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/windows_386/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/windows_386/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/windows_386/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/gofmt/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/gofmt.a mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/windows_386/go/build.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/yacc/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/yacc.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/fix/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/fix.a mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/windows_386/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/addr2line/_obj/exe/a.out.exe /builddir/build/BUILD/go/pkg/tool/windows_386/addr2line.exe mv $WORK/cmd/objdump/_obj/exe/a.out.exe /builddir/build/BUILD/go/pkg/tool/windows_386/objdump.exe mv $WORK/cmd/nm/_obj/exe/a.out.exe /builddir/build/BUILD/go/pkg/tool/windows_386/nm.exe mkdir -p /builddir/build/BUILD/go/bin/windows_386/ mv $WORK/cmd/gofmt/_obj/exe/a.out.exe /builddir/build/BUILD/go/bin/windows_386/gofmt.exe mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/windows_386/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/fix/_obj/exe/a.out.exe /builddir/build/BUILD/go/pkg/tool/windows_386/fix.exe mv $WORK/cmd/yacc/_obj/exe/a.out.exe /builddir/build/BUILD/go/pkg/tool/windows_386/yacc.exe cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/cgo/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/windows_386/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/windows_386/cmd/pprof/internal/driver.a mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/windows_386/net/smtp.a mv $WORK/cmd/cgo/_obj/exe/a.out.exe /builddir/build/BUILD/go/pkg/tool/windows_386/cgo.exe mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/windows_386/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_notunix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/windows_386/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/windows_386/net/http/pprof.a mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/windows_386/expvar.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/windows_386/net/http/cookiejar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/windows_386/net/http/httptest.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/windows_386/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/windows_386/net/http/httputil.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/pprof/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/windows_386/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/8g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/windows_386/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/windows_386/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/windows_386/net/http/fcgi.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/8l -o $WORK/cmd/go/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/pprof/_obj/exe/a.out.exe /builddir/build/BUILD/go/pkg/tool/windows_386/pprof.exe mv $WORK/cmd/go/_obj/exe/a.out.exe /builddir/build/BUILD/go/bin/windows_386/go.exe --- Installed Go for windows/386 in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goarch in 386 amd64 arm + '[' amd64 = arm ']' + CC='gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro ' + CC_FOR_TARGET=gcc + GOOS=windows + GOARCH=amd64 + ./make.bash --no-clean # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, linux/amd64. lib9 libbio liblink cmd/cc cmd/gc cmd/6l cmd/6a cmd/6c cmd/6g runtime errors sync/atomic sync io unicode unicode/utf8 unicode/utf16 bytes math strings strconv bufio sort container/heap encoding/base64 syscall time os reflect fmt encoding encoding/json flag path/filepath path io/ioutil log regexp/syntax regexp go/token go/scanner go/ast go/parser os/exec os/signal net/url text/template/parse text/template go/doc go/build cmd/go runtime (windows/amd64) # Building packages and commands for host, linux/amd64. WORK=/tmp/go-build311337905 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_futex.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./signal_unix.go ./sigpanic_unix.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_linux_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_linux.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signal_linux_amd64.h $WORK/runtime/_obj/signal_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/signals_linux.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_linux_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_linux -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_linux -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_linux -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_linux -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_linux -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_linux -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_linux -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mem_linux.6 -D GOOS_linux -D GOARCH_amd64 ./mem_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_linux -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_linux -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_linux -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_linux -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/os_linux.6 -D GOOS_linux -D GOARCH_amd64 ./os_linux.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_linux -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_linux -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_linux -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_linux -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_linux -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_amd64x.6 -D GOOS_linux -D GOARCH_amd64 ./signal_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/signal_unix.6 -D GOOS_linux -D GOARCH_amd64 ./signal_unix.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_linux -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_linux -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_linux -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/vdso_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./vdso_linux_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/rt0_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rt0_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/sys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sys_linux_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_linux -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/_obj/zsys_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./zsys_linux_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_linux.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/os_linux.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/signal_amd64x.6 $WORK/runtime/_obj/signal_unix.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/vdso_linux_amd64.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_linux_amd64.6 $WORK/runtime/_obj/sys_linux_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/zsys_linux_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go sort mkdir -p $WORK/sort/_obj/ encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/linux_amd64/errors.a container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding.a runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/subtle.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf16.a mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode/utf8.a cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/runtime/race pack r $WORK/runtime/race.a ./race_linux_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/race.a cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/linux_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/linux_amd64/container/ring.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/linux_amd64/container/list.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/sort.a /builddir/build/BUILD/go/pkg/linux_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/linux_amd64/container/heap.a mv $WORK/sync.a /builddir/build/BUILD/go/pkg/linux_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./netlink_linux.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go mv $WORK/io.a /builddir/build/BUILD/go/pkg/linux_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/linux_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/hash/ mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/adler32.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/hmac.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./crc32_amd64.s mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc64.a pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/linux_amd64/hash/fnv.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/linux_amd64/image/color/palette.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/linux_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/cipher.a mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/linux_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_linux -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/linux_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/linux_amd64/text/tabwriter.a cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_linux -D GOARCH_amd64 ./asm.s mv $WORK/path.a /builddir/build/BUILD/go/pkg/linux_amd64/path.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/syscall/_obj/asm_linux_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_linux_amd64.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 $WORK/syscall/_obj/asm_linux_amd64.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go internal/syscall mkdir -p $WORK/internal/syscall/_obj/ mkdir -p $WORK/internal/ cd /builddir/build/BUILD/go/src/internal/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/internal/syscall.a -trimpath $WORK -p internal/syscall -complete -D _/builddir/build/BUILD/go/src/internal/syscall -I $WORK -pack ./getrandom_linux.go mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/linux_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/internal/ mv $WORK/internal/syscall.a /builddir/build/BUILD/go/pkg/linux_amd64/internal/syscall.a cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./dim_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log1p_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./log_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/linux_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./mod_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/linux_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand math/cmplx mkdir -p $WORK/math/cmplx/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p $WORK/math/rand/_obj/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/linux_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/math/rand.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/linux_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_unix.go ./doc.go ./env.go ./error.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./sys_linux.go ./sys_unix.go ./types.go ./types_notwin.go mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/linux_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./rc4_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rc4.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha256block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha1block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./md5block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha1.a mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha256.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/linux_amd64/net/url.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/sha512.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/pem.a mv $WORK/image.a /builddir/build/BUILD/go/pkg/linux_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/os.a /builddir/build/BUILD/go/pkg/linux_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_linux -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/linux_amd64/os/signal.a mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/linux_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/regexp/ mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/path/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/linux_amd64/path/filepath.a cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/linux_amd64/io/ioutil.a mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/linux_amd64/image/jpeg.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/linux_amd64/os/exec.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/linux_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/linux_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/linux_amd64/index/suffixarray.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/linux_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go log go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go compress/flate mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_unix.go net/http/internal runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/hex.a mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/tempfile.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/plan9obj.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/internal.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_linux -D GOARCH_amd64 ./debug.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/ mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/go/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/goobj.a mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/linux_amd64/go/token.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_linux -D GOARCH_amd64 ./stubs.s mv $WORK/log.a /builddir/build/BUILD/go/pkg/linux_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/debug.a mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/csv.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/linux_amd64/mime.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/text/scanner.a mv $WORK/flag.a /builddir/build/BUILD/go/pkg/linux_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/iotest.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pack.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/linux_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/linux_amd64/image/gif.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/gosym.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/linux_amd64/testing/quick.a mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/tar.a mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/linux_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/linux_amd64/database/sql.a mv $WORK/testing.a /builddir/build/BUILD/go/pkg/linux_amd64/testing.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./arith_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go cd /builddir/build/BUILD/go/src/math/big pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/linux_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_linux.go ./rand_unix.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/pe.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/json.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/dsa.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/linux_amd64/archive/zip.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/macho.a mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/xml.a mkdir -p /builddir/build/BUILD/go/pkg/tool/linux_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pack mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/linux_amd64/image/png.a mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/linux_amd64/debug/elf.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/elliptic.a mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/rsa.a mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/linux_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/ecdsa.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509/pkix.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/ mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/linux_amd64/encoding/gob.a mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/linux_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/linux_amd64/go/parser.a mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/addr2line.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/linux_amd64/go/printer.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/objdump.a go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/linux_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/nm.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/linux_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/gofmt.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/linux_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/linux_amd64/go/build.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/yacc.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/fix.a mv $WORK/cmd/addr2line/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/addr2line mv $WORK/cmd/objdump/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/objdump mv $WORK/cmd/nm/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/nm mkdir -p /builddir/build/BUILD/go/bin/ mv $WORK/cmd/gofmt/_obj/exe/a.out /builddir/build/BUILD/go/bin/gofmt mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/yacc/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/yacc mv $WORK/cmd/fix/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/fix cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/cgo.a mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/driver.a mv $WORK/cmd/cgo/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /builddir/build/BUILD/go/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -Wall -Werror cgo.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -print-libgcc-file-name gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_main.o -c $WORK/runtime/cgo/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/_cgo_export.o -c $WORK/runtime/cgo/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/cgo.cgo2.o -c $WORK/runtime/cgo/_obj/cgo.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c ./gcc_fatalf.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o -c ./gcc_linux_amd64.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c ./gcc_setenv.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c ./gcc_util.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_amd64.o -c ./gcc_amd64.S gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_cgo_.o $WORK/runtime/cgo/_obj/_cgo_main.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -lpthread /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/runtime/cgo/_obj/ -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.c -dynlinker /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/runtime/cgo/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/runtime/cgo/_obj/_all.o $WORK/runtime/cgo/_obj/_cgo_export.o $WORK/runtime/cgo/_obj/cgo.cgo2.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_linux_amd64.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_amd64.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/cgo.a -trimpath $WORK -p runtime/cgo -D _/builddir/build/BUILD/go/src/runtime/cgo -I $WORK -pack $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/callbacks.6 -D GOOS_linux -D GOARCH_amd64 ./callbacks.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/iscgo.6 -D GOOS_linux -D GOARCH_amd64 ./iscgo.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/setenv.6 -D GOOS_linux -D GOARCH_amd64 ./setenv.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/runtime/cgo/_obj/asm_amd64.6 -D GOOS_linux -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/callbacks.6 $WORK/runtime/cgo/_obj/iscgo.6 $WORK/runtime/cgo/_obj/setenv.6 $WORK/runtime/cgo/_obj/asm_amd64.6 $WORK/runtime/cgo/_obj/_cgo_import.6 $WORK/runtime/cgo/_obj/_cgo_defun.6 $WORK/runtime/cgo/_obj/_all.o # internal mv $WORK/runtime/cgo.a /builddir/build/BUILD/go/pkg/linux_amd64/runtime/cgo.a net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -- -I $WORK/net/_obj/ cgo_linux.go cgo_unix.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user CGO_LDFLAGS="-g" "-O2" /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -- -I $WORK/os/user/_obj/ lookup_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_main.o -c $WORK/os/user/_obj/_cgo_main.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/_cgo_export.o -c $WORK/os/user/_obj/_cgo_export.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/os/user/_obj/ -g -O2 -o $WORK/os/user/_obj/lookup_unix.cgo2.o -c $WORK/os/user/_obj/lookup_unix.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_cgo_.o $WORK/os/user/_obj/_cgo_main.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_defun.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_defun.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_main.o -c $WORK/net/_obj/_cgo_main.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/os/user/_obj/ -dynimport $WORK/os/user/_obj/_cgo_.o -dynout $WORK/os/user/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/os/user/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/os/user/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/os/user/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/os/user/_obj/_all.o $WORK/os/user/_obj/_cgo_export.o $WORK/os/user/_obj/lookup_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/_cgo_export.o -c $WORK/net/_obj/_cgo_export.c cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./user.go $WORK/os/user/_obj/_cgo_gotypes.go $WORK/os/user/_obj/lookup_unix.cgo1.go cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_linux.cgo2.o -c $WORK/net/_obj/cgo_linux.cgo2.c cd /builddir/build/BUILD/go/src/os/user pack r $WORK/os/user.a $WORK/os/user/_obj/_cgo_import.6 $WORK/os/user/_obj/_cgo_defun.6 $WORK/os/user/_obj/_all.o # internal mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/linux_amd64/os/user.a cd /builddir/build/BUILD/go/src/net gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -I $WORK/net/_obj/ -g -O2 -o $WORK/net/_obj/cgo_unix.cgo2.o -c $WORK/net/_obj/cgo_unix.cgo2.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_cgo_.o $WORK/net/_obj/_cgo_main.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/cgo -objdir $WORK/net/_obj/ -dynimport $WORK/net/_obj/_cgo_.o -dynout $WORK/net/_obj/_cgo_import.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/net/_obj/ -I /builddir/build/BUILD/go/pkg/linux_amd64 -o $WORK/net/_obj/_cgo_import.6 -D GOOS_linux -D GOARCH_amd64 $WORK/net/_obj/_cgo_import.c gcc -I . -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -fPIC -m64 -pthread -fmessage-length=0 -o $WORK/net/_obj/_all.o $WORK/net/_obj/_cgo_export.o $WORK/net/_obj/cgo_linux.cgo2.o $WORK/net/_obj/cgo_unix.cgo2.o -g -O2 -Wl,-r -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a -Wl,--build-id=none /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_unix.go ./file_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 ./parse.go ./pipe.go ./port.go ./port_unix.go ./sendfile_linux.go ./singleflight.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go $WORK/net/_obj/_cgo_gotypes.go $WORK/net/_obj/cgo_linux.cgo1.go $WORK/net/_obj/cgo_unix.cgo1.go pack r $WORK/net.a $WORK/net/_obj/_cgo_import.6 $WORK/net/_obj/_cgo_defun.6 $WORK/net/_obj/_all.o # internal mv $WORK/net.a /builddir/build/BUILD/go/pkg/linux_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_unix.go ./sec1.go ./verify.go ./x509.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog.go ./syslog_unix.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/linux_amd64/log/syslog.a mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/linux_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/linux_amd64/net/mail.a mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/linux_amd64/mime/multipart.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/linux_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/linux_amd64/net/smtp.a mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_unix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/linux_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/linux_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/pprof.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cookiejar.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httptest.a mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/httputil.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/pprof.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/linux_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/linux_amd64/net/http/fcgi.a mv $WORK/cmd/pprof/_obj/exe/a.out /builddir/build/BUILD/go/pkg/tool/linux_amd64/pprof cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out -L $WORK -extld=gcc "-extldflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" $WORK/cmd/go.a mv $WORK/cmd/go/_obj/exe/a.out /builddir/build/BUILD/go/bin/go # Building packages and commands for windows/amd64. WORK=/tmp/go-build024686107 runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /builddir/build/BUILD/go/src/runtime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime.a -trimpath $WORK -p runtime -+ -D _/builddir/build/BUILD/go/src/runtime -I $WORK -pack ./alg.go ./arch_amd64.go ./atomic.go ./cgocall.go ./cgocallback.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./env_posix.go ./error.go ./extern.go ./hashmap.go ./hashmap_fast.go ./iface.go ./lock_sema.go ./malloc.go ./mem.go ./mgc0.go ./mprof.go ./netpoll.go ./os_windows.go ./os_windows_amd64.go ./panic.go ./print1.go ./proc.go ./race0.go ./rdebug.go ./rune.go ./runtime.go ./select.go ./sema.go ./sigqueue.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./symtab.go ./syscall_windows.go ./time.go ./traceback.go ./typekind.go ./zgoarch_amd64.go ./zgoos_windows.go ./zruntime_defs_windows_amd64.go ./zversion.go cp /builddir/build/BUILD/go/src/runtime/arch_amd64.h $WORK/runtime/_obj/arch_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/defs_windows_amd64.h $WORK/runtime/_obj/defs_GOOS_GOARCH.h cp /builddir/build/BUILD/go/src/runtime/os_windows.h $WORK/runtime/_obj/os_GOOS.h cp /builddir/build/BUILD/go/src/runtime/signals_windows.h $WORK/runtime/_obj/signals_GOOS.h cp /builddir/build/BUILD/go/src/runtime/zasm_windows_amd64.h $WORK/runtime/_obj/zasm_GOOS_GOARCH.h /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/atomic_amd64x.6 -D GOOS_windows -D GOARCH_amd64 ./atomic_amd64x.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/defs.6 -D GOOS_windows -D GOARCH_amd64 ./defs.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/float.6 -D GOOS_windows -D GOARCH_amd64 ./float.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/heapdump.6 -D GOOS_windows -D GOARCH_amd64 ./heapdump.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/lfstack.6 -D GOOS_windows -D GOARCH_amd64 ./lfstack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/malloc.6 -D GOOS_windows -D GOARCH_amd64 ./malloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/mcache.6 -D GOOS_windows -D GOARCH_amd64 ./mcache.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/mcentral.6 -D GOOS_windows -D GOARCH_amd64 ./mcentral.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/mem_windows.6 -D GOOS_windows -D GOARCH_amd64 ./mem_windows.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/mfixalloc.6 -D GOOS_windows -D GOARCH_amd64 ./mfixalloc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/mgc0.6 -D GOOS_windows -D GOARCH_amd64 ./mgc0.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/mheap.6 -D GOOS_windows -D GOARCH_amd64 ./mheap.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/msize.6 -D GOOS_windows -D GOARCH_amd64 ./msize.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/netpoll_windows.6 -D GOOS_windows -D GOARCH_amd64 ./netpoll_windows.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/os_windows.6 -D GOOS_windows -D GOARCH_amd64 ./os_windows.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/os_windows_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./os_windows_amd64.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/panic.6 -D GOOS_windows -D GOARCH_amd64 ./panic.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/parfor.6 -D GOOS_windows -D GOARCH_amd64 ./parfor.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/proc.6 -D GOOS_windows -D GOARCH_amd64 ./proc.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/runtime.6 -D GOOS_windows -D GOARCH_amd64 ./runtime.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/signal.6 -D GOOS_windows -D GOARCH_amd64 ./signal.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/stack.6 -D GOOS_windows -D GOARCH_amd64 ./stack.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/string.6 -D GOOS_windows -D GOARCH_amd64 ./string.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6c -F -V -w -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/sys_x86.6 -D GOOS_windows -D GOARCH_amd64 ./sys_x86.c /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/asm.6 -D GOOS_windows -D GOARCH_amd64 ./asm.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/asm_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./asm_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/memclr_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./memclr_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/memmove_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./memmove_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/rt0_windows_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./rt0_windows_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/sys_windows_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./sys_windows_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/thunk.6 -D GOOS_windows -D GOARCH_amd64 ./thunk.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/thunk_windows.6 -D GOOS_windows -D GOARCH_amd64 ./thunk_windows.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/_obj/zsys_windows_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./zsys_windows_amd64.s pack r $WORK/runtime.a $WORK/runtime/_obj/atomic_amd64x.6 $WORK/runtime/_obj/defs.6 $WORK/runtime/_obj/float.6 $WORK/runtime/_obj/heapdump.6 $WORK/runtime/_obj/lfstack.6 $WORK/runtime/_obj/malloc.6 $WORK/runtime/_obj/mcache.6 $WORK/runtime/_obj/mcentral.6 $WORK/runtime/_obj/mem_windows.6 $WORK/runtime/_obj/mfixalloc.6 $WORK/runtime/_obj/mgc0.6 $WORK/runtime/_obj/mheap.6 $WORK/runtime/_obj/msize.6 $WORK/runtime/_obj/netpoll_windows.6 $WORK/runtime/_obj/os_windows.6 $WORK/runtime/_obj/os_windows_amd64.6 $WORK/runtime/_obj/panic.6 $WORK/runtime/_obj/parfor.6 $WORK/runtime/_obj/proc.6 $WORK/runtime/_obj/runtime.6 $WORK/runtime/_obj/signal.6 $WORK/runtime/_obj/stack.6 $WORK/runtime/_obj/string.6 $WORK/runtime/_obj/sys_x86.6 $WORK/runtime/_obj/asm.6 $WORK/runtime/_obj/asm_amd64.6 $WORK/runtime/_obj/memclr_amd64.6 $WORK/runtime/_obj/memmove_amd64.6 $WORK/runtime/_obj/rt0_windows_amd64.6 $WORK/runtime/_obj/sys_windows_amd64.6 $WORK/runtime/_obj/thunk.6 $WORK/runtime/_obj/thunk_windows.6 $WORK/runtime/_obj/zsys_windows_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/ mv $WORK/runtime.a /builddir/build/BUILD/go/pkg/windows_amd64/runtime.a errors mkdir -p $WORK/errors/_obj/ cd /builddir/build/BUILD/go/src/errors /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/errors.a -trimpath $WORK -p errors -complete -D _/builddir/build/BUILD/go/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync/atomic.a -trimpath $WORK -p sync/atomic -D _/builddir/build/BUILD/go/src/sync/atomic -I $WORK -pack ./doc.go ./value.go unicode mkdir -p $WORK/unicode/_obj/ cd /builddir/build/BUILD/go/src/unicode /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode.a -trimpath $WORK -p unicode -complete -D _/builddir/build/BUILD/go/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /builddir/build/BUILD/go/src/unicode/utf8 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf8.a -trimpath $WORK -p unicode/utf8 -complete -D _/builddir/build/BUILD/go/src/unicode/utf8 -I $WORK -pack ./utf8.go math mkdir -p $WORK/math/_obj/ cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math.a -trimpath $WORK -p math -D _/builddir/build/BUILD/go/src/math -I $WORK -pack ./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 ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /builddir/build/BUILD/go/src/unicode/utf16 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/unicode/utf16.a -trimpath $WORK -p unicode/utf16 -complete -D _/builddir/build/BUILD/go/src/unicode/utf16 -I $WORK -pack ./utf16.go sort mkdir -p $WORK/sort/_obj/ cd /builddir/build/BUILD/go/src/sort /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sort.a -trimpath $WORK -p sort -complete -D _/builddir/build/BUILD/go/src/sort -I $WORK -pack ./search.go ./sort.go encoding mkdir -p $WORK/encoding/_obj/ cd /builddir/build/BUILD/go/src/sync/atomic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/sync/atomic/_obj/asm_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/encoding /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding.a -trimpath $WORK -p encoding -complete -D _/builddir/build/BUILD/go/src/encoding -I $WORK -pack ./encoding.go container/list mkdir -p $WORK/container/list/_obj/ mkdir -p $WORK/container/ cd /builddir/build/BUILD/go/src/container/list /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/list.a -trimpath $WORK -p container/list -complete -D _/builddir/build/BUILD/go/src/container/list -I $WORK -pack ./list.go cd /builddir/build/BUILD/go/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_amd64.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/sync/ mv $WORK/sync/atomic.a /builddir/build/BUILD/go/pkg/windows_amd64/sync/atomic.a sync mkdir -p $WORK/sync/_obj/ cd /builddir/build/BUILD/go/src/sync /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/sync.a -trimpath $WORK -p sync -D _/builddir/build/BUILD/go/src/sync -I $WORK -pack ./cond.go ./mutex.go ./once.go ./pool.go ./race0.go ./runtime.go ./rwmutex.go ./waitgroup.go crypto/subtle mkdir -p $WORK/crypto/subtle/_obj/ mkdir -p $WORK/crypto/ cd /builddir/build/BUILD/go/src/crypto/subtle /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/subtle.a -trimpath $WORK -p crypto/subtle -complete -D _/builddir/build/BUILD/go/src/crypto/subtle -I $WORK -pack ./constant_time.go mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/unicode/ mv $WORK/unicode/utf16.a /builddir/build/BUILD/go/pkg/windows_amd64/unicode/utf16.a container/ring mkdir -p $WORK/container/ring/_obj/ cd /builddir/build/BUILD/go/src/container/ring /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/ring.a -trimpath $WORK -p container/ring -complete -D _/builddir/build/BUILD/go/src/container/ring -I $WORK -pack ./ring.go mv $WORK/unicode/utf8.a /builddir/build/BUILD/go/pkg/windows_amd64/unicode/utf8.a image/color mkdir -p $WORK/image/color/_obj/ mkdir -p $WORK/image/ cd /builddir/build/BUILD/go/src/image/color /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color.a -trimpath $WORK -p image/color -complete -D _/builddir/build/BUILD/go/src/image/color -I $WORK -pack ./color.go ./ycbcr.go log/syslog mkdir -p $WORK/log/syslog/_obj/ mkdir -p $WORK/log/ cd /builddir/build/BUILD/go/src/log/syslog /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log/syslog.a -trimpath $WORK -p log/syslog -complete -D _/builddir/build/BUILD/go/src/log/syslog -I $WORK -pack ./syslog_windows.go runtime/race mkdir -p $WORK/runtime/race/_obj/ mkdir -p $WORK/runtime/ cd /builddir/build/BUILD/go/src/runtime/race /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/race.a -trimpath $WORK -p runtime/race -D _/builddir/build/BUILD/go/src/runtime/race -I $WORK -pack ./doc.go mv $WORK/errors.a /builddir/build/BUILD/go/pkg/windows_amd64/errors.a mv $WORK/encoding.a /builddir/build/BUILD/go/pkg/windows_amd64/encoding.a mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/crypto/ mv $WORK/crypto/subtle.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/subtle.a mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/container/ mv $WORK/container/ring.a /builddir/build/BUILD/go/pkg/windows_amd64/container/ring.a mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/log/ mv $WORK/log/syslog.a /builddir/build/BUILD/go/pkg/windows_amd64/log/syslog.a pack r $WORK/runtime/race.a ./race_windows_amd64.syso # internal mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/runtime/ mv $WORK/runtime/race.a /builddir/build/BUILD/go/pkg/windows_amd64/runtime/race.a mv $WORK/container/list.a /builddir/build/BUILD/go/pkg/windows_amd64/container/list.a mv $WORK/sort.a /builddir/build/BUILD/go/pkg/windows_amd64/sort.a container/heap mkdir -p $WORK/container/heap/_obj/ cd /builddir/build/BUILD/go/src/container/heap /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/container/heap.a -trimpath $WORK -p container/heap -complete -D _/builddir/build/BUILD/go/src/container/heap -I $WORK -pack ./heap.go mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/image/ mv $WORK/image/color.a /builddir/build/BUILD/go/pkg/windows_amd64/image/color.a image/color/palette mkdir -p $WORK/image/color/palette/_obj/ mkdir -p $WORK/image/color/ cd /builddir/build/BUILD/go/src/image/color/palette /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/color/palette.a -trimpath $WORK -p image/color/palette -complete -D _/builddir/build/BUILD/go/src/image/color/palette -I $WORK -pack ./generate.go ./palette.go mv $WORK/sync.a /builddir/build/BUILD/go/pkg/windows_amd64/sync.a io mkdir -p $WORK/io/_obj/ cd /builddir/build/BUILD/go/src/io /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io.a -trimpath $WORK -p io -complete -D _/builddir/build/BUILD/go/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/syscall.a -trimpath $WORK -p syscall -D _/builddir/build/BUILD/go/src/syscall -I $WORK -pack ./dll_windows.go ./env_windows.go ./exec_windows.go ./race0.go ./security_windows.go ./str.go ./syscall.go ./syscall_windows.go ./syscall_windows_amd64.go ./zerrors_windows.go ./zerrors_windows_amd64.go ./zsyscall_windows.go ./zsysnum_windows_amd64.go ./ztypes_windows.go ./ztypes_windows_amd64.go mv $WORK/container/heap.a /builddir/build/BUILD/go/pkg/windows_amd64/container/heap.a mv $WORK/io.a /builddir/build/BUILD/go/pkg/windows_amd64/io.a hash mkdir -p $WORK/hash/_obj/ cd /builddir/build/BUILD/go/src/hash /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash.a -trimpath $WORK -p hash -complete -D _/builddir/build/BUILD/go/src/hash -I $WORK -pack ./hash.go crypto/cipher mkdir -p $WORK/crypto/cipher/_obj/ cd /builddir/build/BUILD/go/src/crypto/cipher /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/cipher.a -trimpath $WORK -p crypto/cipher -complete -D _/builddir/build/BUILD/go/src/crypto/cipher -I $WORK -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go mv $WORK/hash.a /builddir/build/BUILD/go/pkg/windows_amd64/hash.a hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc32.a -trimpath $WORK -p hash/crc32 -D _/builddir/build/BUILD/go/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_amd64x.go crypto/hmac mkdir -p $WORK/crypto/hmac/_obj/ cd /builddir/build/BUILD/go/src/crypto/hmac /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/hmac.a -trimpath $WORK -p crypto/hmac -complete -D _/builddir/build/BUILD/go/src/crypto/hmac -I $WORK -pack ./hmac.go hash/adler32 hash/crc64 mkdir -p $WORK/hash/crc64/_obj/ cd /builddir/build/BUILD/go/src/hash/crc64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/crc64.a -trimpath $WORK -p hash/crc64 -complete -D _/builddir/build/BUILD/go/src/hash/crc64 -I $WORK -pack ./crc64.go hash/fnv mkdir -p $WORK/hash/fnv/_obj/ cd /builddir/build/BUILD/go/src/hash/fnv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/fnv.a -trimpath $WORK -p hash/fnv -complete -D _/builddir/build/BUILD/go/src/hash/fnv -I $WORK -pack ./fnv.go mkdir -p $WORK/hash/adler32/_obj/ cd /builddir/build/BUILD/go/src/hash/adler32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/hash/adler32.a -trimpath $WORK -p hash/adler32 -complete -D _/builddir/build/BUILD/go/src/hash/adler32 -I $WORK -pack ./adler32.go mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/hash/ mv $WORK/hash/crc64.a /builddir/build/BUILD/go/pkg/windows_amd64/hash/crc64.a mv $WORK/crypto/hmac.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/hmac.a mv $WORK/hash/adler32.a /builddir/build/BUILD/go/pkg/windows_amd64/hash/adler32.a cd /builddir/build/BUILD/go/src/hash/crc32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/hash/crc32/_obj/crc32_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./crc32_amd64.s pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_amd64.6 # internal mv $WORK/hash/crc32.a /builddir/build/BUILD/go/pkg/windows_amd64/hash/crc32.a mv $WORK/hash/fnv.a /builddir/build/BUILD/go/pkg/windows_amd64/hash/fnv.a mv $WORK/crypto/cipher.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/cipher.a mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/image/color/ mv $WORK/image/color/palette.a /builddir/build/BUILD/go/pkg/windows_amd64/image/color/palette.a mv $WORK/unicode.a /builddir/build/BUILD/go/pkg/windows_amd64/unicode.a bytes mkdir -p $WORK/bytes/_obj/ cd /builddir/build/BUILD/go/src/bytes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bytes.a -trimpath $WORK -p bytes -D _/builddir/build/BUILD/go/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strings.a -trimpath $WORK -p strings -D _/builddir/build/BUILD/go/src/strings -I $WORK -pack ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go mv $WORK/bytes.a /builddir/build/BUILD/go/pkg/windows_amd64/bytes.a bufio mkdir -p $WORK/bufio/_obj/ cd /builddir/build/BUILD/go/src/bufio /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/bufio.a -trimpath $WORK -p bufio -complete -D _/builddir/build/BUILD/go/src/bufio -I $WORK -pack ./bufio.go ./scan.go text/tabwriter mkdir -p $WORK/text/tabwriter/_obj/ mkdir -p $WORK/text/ cd /builddir/build/BUILD/go/src/text/tabwriter /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/tabwriter.a -trimpath $WORK -p text/tabwriter -complete -D _/builddir/build/BUILD/go/src/text/tabwriter -I $WORK -pack ./tabwriter.go cd /builddir/build/BUILD/go/src/strings /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/strings/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/strings/_obj/strings.6 -D GOOS_windows -D GOARCH_amd64 ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.6 # internal mv $WORK/strings.a /builddir/build/BUILD/go/pkg/windows_amd64/strings.a path mkdir -p $WORK/path/_obj/ cd /builddir/build/BUILD/go/src/path /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path.a -trimpath $WORK -p path -complete -D _/builddir/build/BUILD/go/src/path -I $WORK -pack ./match.go ./path.go html mkdir -p $WORK/html/_obj/ cd /builddir/build/BUILD/go/src/html /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html.a -trimpath $WORK -p html -complete -D _/builddir/build/BUILD/go/src/html -I $WORK -pack ./entity.go ./escape.go mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/text/ mv $WORK/text/tabwriter.a /builddir/build/BUILD/go/pkg/windows_amd64/text/tabwriter.a mv $WORK/path.a /builddir/build/BUILD/go/pkg/windows_amd64/path.a mv $WORK/bufio.a /builddir/build/BUILD/go/pkg/windows_amd64/bufio.a compress/bzip2 mkdir -p $WORK/compress/bzip2/_obj/ mkdir -p $WORK/compress/ cd /builddir/build/BUILD/go/src/compress/bzip2 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/bzip2.a -trimpath $WORK -p compress/bzip2 -complete -D _/builddir/build/BUILD/go/src/compress/bzip2 -I $WORK -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/abs_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./abs_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/asin_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./asin_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/atan2_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./atan2_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/atan_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./atan_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/dim_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./dim_amd64.s cd /builddir/build/BUILD/go/src/syscall /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/syscall/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/syscall/_obj/asm.6 -D GOOS_windows -D GOARCH_amd64 ./asm.s cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/exp2_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./exp2_amd64.s cd /builddir/build/BUILD/go/src/syscall pack r $WORK/syscall.a $WORK/syscall/_obj/asm.6 # internal mv $WORK/syscall.a /builddir/build/BUILD/go/pkg/windows_amd64/syscall.a time mkdir -p $WORK/time/_obj/ cd /builddir/build/BUILD/go/src/time /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/time.a -trimpath $WORK -p time -D _/builddir/build/BUILD/go/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_windows.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_abbrs_windows.go ./zoneinfo_read.go ./zoneinfo_windows.go cd /builddir/build/BUILD/go/src/math /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/exp_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./exp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/expm1_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./expm1_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/floor_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./floor_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/frexp_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./frexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/hypot_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./hypot_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/ldexp_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./ldexp_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/log10_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./log10_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/log1p_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./log1p_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/log_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./log_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/mod_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./mod_amd64.s mv $WORK/html.a /builddir/build/BUILD/go/pkg/windows_amd64/html.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/modf_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./modf_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/remainder_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./remainder_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/sin_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./sin_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/compress/ mv $WORK/compress/bzip2.a /builddir/build/BUILD/go/pkg/windows_amd64/compress/bzip2.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/sincos_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./sincos_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/sqrt_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./sqrt_amd64.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/_obj/tan_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./tan_amd64.s pack r $WORK/math.a $WORK/math/_obj/abs_amd64.6 $WORK/math/_obj/asin_amd64.6 $WORK/math/_obj/atan2_amd64.6 $WORK/math/_obj/atan_amd64.6 $WORK/math/_obj/dim_amd64.6 $WORK/math/_obj/exp2_amd64.6 $WORK/math/_obj/exp_amd64.6 $WORK/math/_obj/expm1_amd64.6 $WORK/math/_obj/floor_amd64.6 $WORK/math/_obj/frexp_amd64.6 $WORK/math/_obj/hypot_amd64.6 $WORK/math/_obj/ldexp_amd64.6 $WORK/math/_obj/log10_amd64.6 $WORK/math/_obj/log1p_amd64.6 $WORK/math/_obj/log_amd64.6 $WORK/math/_obj/mod_amd64.6 $WORK/math/_obj/modf_amd64.6 $WORK/math/_obj/remainder_amd64.6 $WORK/math/_obj/sin_amd64.6 $WORK/math/_obj/sincos_amd64.6 $WORK/math/_obj/sqrt_amd64.6 $WORK/math/_obj/tan_amd64.6 # internal mv $WORK/math.a /builddir/build/BUILD/go/pkg/windows_amd64/math.a strconv mkdir -p $WORK/strconv/_obj/ cd /builddir/build/BUILD/go/src/strconv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/strconv.a -trimpath $WORK -p strconv -complete -D _/builddir/build/BUILD/go/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go math/rand mkdir -p $WORK/math/rand/_obj/ mkdir -p $WORK/math/ cd /builddir/build/BUILD/go/src/math/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/rand.a -trimpath $WORK -p math/rand -complete -D _/builddir/build/BUILD/go/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go math/cmplx mkdir -p $WORK/math/cmplx/_obj/ cd /builddir/build/BUILD/go/src/math/cmplx /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/cmplx.a -trimpath $WORK -p math/cmplx -complete -D _/builddir/build/BUILD/go/src/math/cmplx -I $WORK -pack ./abs.go ./asin.go ./conj.go ./exp.go ./isinf.go ./isnan.go ./log.go ./phase.go ./polar.go ./pow.go ./rect.go ./sin.go ./sqrt.go ./tan.go mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/math/ mv $WORK/math/cmplx.a /builddir/build/BUILD/go/pkg/windows_amd64/math/cmplx.a mv $WORK/math/rand.a /builddir/build/BUILD/go/pkg/windows_amd64/math/rand.a mv $WORK/strconv.a /builddir/build/BUILD/go/pkg/windows_amd64/strconv.a reflect mkdir -p $WORK/reflect/_obj/ cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/reflect.a -trimpath $WORK -p reflect -D _/builddir/build/BUILD/go/src/reflect -I $WORK -pack ./deepequal.go ./makefunc.go ./type.go ./value.go regexp/syntax crypto mkdir -p $WORK/crypto/_obj/ cd /builddir/build/BUILD/go/src/crypto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto.a -trimpath $WORK -p crypto -complete -D _/builddir/build/BUILD/go/src/crypto -I $WORK -pack ./crypto.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /builddir/build/BUILD/go/src/encoding/base64 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base64.a -trimpath $WORK -p encoding/base64 -complete -D _/builddir/build/BUILD/go/src/encoding/base64 -I $WORK -pack ./base64.go net/url mkdir -p $WORK/net/url/_obj/ mkdir -p $WORK/net/ cd /builddir/build/BUILD/go/src/net/url /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/url.a -trimpath $WORK -p net/url -complete -D _/builddir/build/BUILD/go/src/net/url -I $WORK -pack ./url.go crypto/aes mkdir -p $WORK/crypto/aes/_obj/ cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/aes.a -trimpath $WORK -p crypto/aes -D _/builddir/build/BUILD/go/src/crypto/aes -I $WORK -pack ./block.go ./cipher.go ./cipher_asm.go ./const.go crypto/rc4 mkdir -p $WORK/crypto/rc4/_obj/ cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rc4.a -trimpath $WORK -p crypto/rc4 -D _/builddir/build/BUILD/go/src/crypto/rc4 -I $WORK -pack ./rc4.go ./rc4_asm.go encoding/ascii85 mkdir -p $WORK/encoding/ascii85/_obj/ cd /builddir/build/BUILD/go/src/encoding/ascii85 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/ascii85.a -trimpath $WORK -p encoding/ascii85 -complete -D _/builddir/build/BUILD/go/src/encoding/ascii85 -I $WORK -pack ./ascii85.go encoding/base32 mkdir -p $WORK/encoding/base32/_obj/ cd /builddir/build/BUILD/go/src/encoding/base32 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/base32.a -trimpath $WORK -p encoding/base32 -complete -D _/builddir/build/BUILD/go/src/encoding/base32 -I $WORK -pack ./base32.go image mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /builddir/build/BUILD/go/src/regexp/syntax /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp/syntax.a -trimpath $WORK -p regexp/syntax -complete -D _/builddir/build/BUILD/go/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go mkdir -p $WORK/image/_obj/ cd /builddir/build/BUILD/go/src/image /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image.a -trimpath $WORK -p image -complete -D _/builddir/build/BUILD/go/src/image -I $WORK -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go mv $WORK/crypto.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto.a crypto/md5 mkdir -p $WORK/crypto/md5/_obj/ cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/md5.a -trimpath $WORK -p crypto/md5 -D _/builddir/build/BUILD/go/src/crypto/md5 -I $WORK -pack ./md5.go ./md5block.go ./md5block_decl.go crypto/sha1 mkdir -p $WORK/crypto/sha1/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha1.a -trimpath $WORK -p crypto/sha1 -D _/builddir/build/BUILD/go/src/crypto/sha1 -I $WORK -pack ./sha1.go ./sha1block.go ./sha1block_decl.go crypto/sha256 mkdir -p $WORK/crypto/sha256/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha256.a -trimpath $WORK -p crypto/sha256 -D _/builddir/build/BUILD/go/src/crypto/sha256 -I $WORK -pack ./sha256.go ./sha256block_decl.go crypto/sha512 mkdir -p $WORK/crypto/sha512/_obj/ cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/sha512.a -trimpath $WORK -p crypto/sha512 -D _/builddir/build/BUILD/go/src/crypto/sha512 -I $WORK -pack ./sha512.go ./sha512block_decl.go cd /builddir/build/BUILD/go/src/crypto/rc4 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/rc4/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/crypto/rc4/_obj/rc4_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./rc4_amd64.s pack r $WORK/crypto/rc4.a $WORK/crypto/rc4/_obj/rc4_amd64.6 # internal mv $WORK/crypto/rc4.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/rc4.a cd /builddir/build/BUILD/go/src/crypto/sha256 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha256/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/crypto/sha256/_obj/sha256block_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./sha256block_amd64.s mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/encoding/ mv $WORK/encoding/ascii85.a /builddir/build/BUILD/go/pkg/windows_amd64/encoding/ascii85.a cd /builddir/build/BUILD/go/src/crypto/sha512 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha512/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/crypto/sha512/_obj/sha512block_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./sha512block_amd64.s cd /builddir/build/BUILD/go/src/crypto/sha1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/sha1/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/crypto/sha1/_obj/sha1block_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./sha1block_amd64.s mv $WORK/encoding/base64.a /builddir/build/BUILD/go/pkg/windows_amd64/encoding/base64.a encoding/pem mkdir -p $WORK/encoding/pem/_obj/ cd /builddir/build/BUILD/go/src/encoding/pem /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/pem.a -trimpath $WORK -p encoding/pem -complete -D _/builddir/build/BUILD/go/src/encoding/pem -I $WORK -pack ./pem.go cd /builddir/build/BUILD/go/src/crypto/md5 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/md5/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/crypto/md5/_obj/md5block_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./md5block_amd64.s mv $WORK/encoding/base32.a /builddir/build/BUILD/go/pkg/windows_amd64/encoding/base32.a cd /builddir/build/BUILD/go/src/crypto/sha1 pack r $WORK/crypto/sha1.a $WORK/crypto/sha1/_obj/sha1block_amd64.6 # internal mv $WORK/crypto/sha1.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/sha1.a cd /builddir/build/BUILD/go/src/crypto/aes /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/crypto/aes/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/crypto/aes/_obj/asm_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./asm_amd64.s cd /builddir/build/BUILD/go/src/crypto/md5 pack r $WORK/crypto/md5.a $WORK/crypto/md5/_obj/md5block_amd64.6 # internal mv $WORK/crypto/md5.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/md5.a cd /builddir/build/BUILD/go/src/crypto/sha256 pack r $WORK/crypto/sha256.a $WORK/crypto/sha256/_obj/sha256block_amd64.6 # internal mv $WORK/crypto/sha256.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/sha256.a cd /builddir/build/BUILD/go/src/crypto/aes pack r $WORK/crypto/aes.a $WORK/crypto/aes/_obj/asm_amd64.6 # internal mv $WORK/crypto/aes.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/aes.a cd /builddir/build/BUILD/go/src/crypto/sha512 pack r $WORK/crypto/sha512.a $WORK/crypto/sha512/_obj/sha512block_amd64.6 # internal mv $WORK/crypto/sha512.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/sha512.a mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/net/ mv $WORK/net/url.a /builddir/build/BUILD/go/pkg/windows_amd64/net/url.a mv $WORK/encoding/pem.a /builddir/build/BUILD/go/pkg/windows_amd64/encoding/pem.a mv $WORK/time.a /builddir/build/BUILD/go/pkg/windows_amd64/time.a os mkdir -p $WORK/os/_obj/ cd /builddir/build/BUILD/go/src/os /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os.a -trimpath $WORK -p os -D _/builddir/build/BUILD/go/src/os -I $WORK -pack ./dir_windows.go ./doc.go ./env.go ./error.go ./error_windows.go ./exec.go ./exec_posix.go ./exec_windows.go ./file.go ./file_posix.go ./file_windows.go ./getwd.go ./path.go ./path_windows.go ./proc.go ./stat_windows.go ./sys_windows.go ./types.go ./types_windows.go mv $WORK/image.a /builddir/build/BUILD/go/pkg/windows_amd64/image.a image/draw mkdir -p $WORK/image/draw/_obj/ cd /builddir/build/BUILD/go/src/image/draw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/draw.a -trimpath $WORK -p image/draw -complete -D _/builddir/build/BUILD/go/src/image/draw -I $WORK -pack ./draw.go image/jpeg mkdir -p $WORK/image/jpeg/_obj/ cd /builddir/build/BUILD/go/src/image/jpeg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/jpeg.a -trimpath $WORK -p image/jpeg -complete -D _/builddir/build/BUILD/go/src/image/jpeg -I $WORK -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go mv $WORK/image/draw.a /builddir/build/BUILD/go/pkg/windows_amd64/image/draw.a mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/regexp/ mv $WORK/regexp/syntax.a /builddir/build/BUILD/go/pkg/windows_amd64/regexp/syntax.a regexp mkdir -p $WORK/regexp/_obj/ cd /builddir/build/BUILD/go/src/regexp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/regexp.a -trimpath $WORK -p regexp -complete -D _/builddir/build/BUILD/go/src/regexp -I $WORK -pack ./exec.go ./onepass.go ./regexp.go mv $WORK/image/jpeg.a /builddir/build/BUILD/go/pkg/windows_amd64/image/jpeg.a mv $WORK/os.a /builddir/build/BUILD/go/pkg/windows_amd64/os.a path/filepath mkdir -p $WORK/path/filepath/_obj/ mkdir -p $WORK/path/ cd /builddir/build/BUILD/go/src/path/filepath /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/path/filepath.a -trimpath $WORK -p path/filepath -complete -D _/builddir/build/BUILD/go/src/path/filepath -I $WORK -pack ./match.go ./path.go ./path_windows.go ./symlink.go ./symlink_windows.go net mkdir -p $WORK/net/_obj/ cd /builddir/build/BUILD/go/src/net /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net.a -trimpath $WORK -p net -D _/builddir/build/BUILD/go/src/net -I $WORK -pack ./cgo_stub.go ./dial.go ./dial_gen.go ./dnsclient.go ./dnsmsg.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_windows.go ./file_windows.go ./hosts.go ./interface.go ./interface_windows.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_windows.go ./mac.go ./net.go ./parse.go ./pipe.go ./port.go ./race0.go ./sendfile_windows.go ./singleflight.go ./sock_posix.go ./sock_windows.go ./sockopt_posix.go ./sockopt_windows.go ./sockoptip_posix.go ./sockoptip_windows.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_windows.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /builddir/build/BUILD/go/src/os/signal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/signal.a -trimpath $WORK -p os/signal -D _/builddir/build/BUILD/go/src/os/signal -I $WORK -pack ./signal.go ./signal_unix.go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/os/signal/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/os/signal/_obj/sig.6 -D GOOS_windows -D GOARCH_amd64 ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.6 # internal mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/os/ mv $WORK/os/signal.a /builddir/build/BUILD/go/pkg/windows_amd64/os/signal.a cd /builddir/build/BUILD/go/src/reflect /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/reflect/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/reflect/_obj/asm_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./asm_amd64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_amd64.6 # internal mv $WORK/reflect.a /builddir/build/BUILD/go/pkg/windows_amd64/reflect.a fmt mkdir -p $WORK/fmt/_obj/ cd /builddir/build/BUILD/go/src/fmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/fmt.a -trimpath $WORK -p fmt -complete -D _/builddir/build/BUILD/go/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /builddir/build/BUILD/go/src/encoding/binary /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/binary.a -trimpath $WORK -p encoding/binary -complete -D _/builddir/build/BUILD/go/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/path/ mv $WORK/path/filepath.a /builddir/build/BUILD/go/pkg/windows_amd64/path/filepath.a io/ioutil mkdir -p $WORK/io/ioutil/_obj/ mkdir -p $WORK/io/ cd /builddir/build/BUILD/go/src/io/ioutil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/io/ioutil.a -trimpath $WORK -p io/ioutil -complete -D _/builddir/build/BUILD/go/src/io/ioutil -I $WORK -pack ./ioutil.go ./tempfile.go os/exec mkdir -p $WORK/os/exec/_obj/ cd /builddir/build/BUILD/go/src/os/exec /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/exec.a -trimpath $WORK -p os/exec -complete -D _/builddir/build/BUILD/go/src/os/exec -I $WORK -pack ./exec.go ./lp_windows.go mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/io/ mv $WORK/io/ioutil.a /builddir/build/BUILD/go/pkg/windows_amd64/io/ioutil.a mv $WORK/regexp.a /builddir/build/BUILD/go/pkg/windows_amd64/regexp.a cmd/pprof/internal/svg mkdir -p $WORK/cmd/pprof/internal/svg/_obj/ mkdir -p $WORK/cmd/pprof/internal/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/svg /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/svg.a -trimpath $WORK -p cmd/pprof/internal/svg -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/svg -I $WORK -pack ./svg.go mv $WORK/encoding/binary.a /builddir/build/BUILD/go/pkg/windows_amd64/encoding/binary.a crypto/des mkdir -p $WORK/crypto/des/_obj/ cd /builddir/build/BUILD/go/src/crypto/des /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/des.a -trimpath $WORK -p crypto/des -complete -D _/builddir/build/BUILD/go/src/crypto/des -I $WORK -pack ./block.go ./cipher.go ./const.go index/suffixarray mkdir -p $WORK/index/suffixarray/_obj/ mkdir -p $WORK/index/ cd /builddir/build/BUILD/go/src/index/suffixarray /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/index/suffixarray.a -trimpath $WORK -p index/suffixarray -complete -D _/builddir/build/BUILD/go/src/index/suffixarray -I $WORK -pack ./qsufsort.go ./suffixarray.go mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/cmd/pprof/internal/ mv $WORK/cmd/pprof/internal/svg.a /builddir/build/BUILD/go/pkg/windows_amd64/cmd/pprof/internal/svg.a mv $WORK/crypto/des.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/des.a mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/index/ mv $WORK/index/suffixarray.a /builddir/build/BUILD/go/pkg/windows_amd64/index/suffixarray.a mv $WORK/os/exec.a /builddir/build/BUILD/go/pkg/windows_amd64/os/exec.a mv $WORK/fmt.a /builddir/build/BUILD/go/pkg/windows_amd64/fmt.a cmd/internal/goobj mkdir -p $WORK/cmd/internal/goobj/_obj/ mkdir -p $WORK/cmd/internal/ cd /builddir/build/BUILD/go/src/cmd/internal/goobj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/goobj.a -trimpath $WORK -p cmd/internal/goobj -complete -D _/builddir/build/BUILD/go/src/cmd/internal/goobj -I $WORK -pack ./read.go cmd/internal/rsc.io/arm/armasm mkdir -p $WORK/cmd/internal/rsc.io/arm/armasm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/arm/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/arm/armasm.a -trimpath $WORK -p cmd/internal/rsc.io/arm/armasm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/arm/armasm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./plan9x.go ./tables.go cmd/internal/rsc.io/x86/x86asm mkdir -p $WORK/cmd/internal/rsc.io/x86/x86asm/_obj/ mkdir -p $WORK/cmd/internal/rsc.io/x86/ cd /builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/rsc.io/x86/x86asm.a -trimpath $WORK -p cmd/internal/rsc.io/x86/x86asm -complete -D _/builddir/build/BUILD/go/src/cmd/internal/rsc.io/x86/x86asm -I $WORK -pack ./decode.go ./gnu.go ./inst.go ./intel.go ./plan9x.go ./tables.go debug/dwarf mkdir -p $WORK/debug/dwarf/_obj/ mkdir -p $WORK/debug/ cd /builddir/build/BUILD/go/src/debug/dwarf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/dwarf.a -trimpath $WORK -p debug/dwarf -complete -D _/builddir/build/BUILD/go/src/debug/dwarf -I $WORK -pack ./buf.go ./const.go ./entry.go ./open.go ./type.go ./typeunit.go ./unit.go debug/gosym mkdir -p $WORK/debug/gosym/_obj/ cd /builddir/build/BUILD/go/src/debug/gosym /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/gosym.a -trimpath $WORK -p debug/gosym -complete -D _/builddir/build/BUILD/go/src/debug/gosym -I $WORK -pack ./pclntab.go ./symtab.go debug/plan9obj mkdir -p $WORK/debug/plan9obj/_obj/ cd /builddir/build/BUILD/go/src/debug/plan9obj /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/plan9obj.a -trimpath $WORK -p debug/plan9obj -complete -D _/builddir/build/BUILD/go/src/debug/plan9obj -I $WORK -pack ./file.go ./plan9obj.go flag log mkdir -p $WORK/log/_obj/ cd /builddir/build/BUILD/go/src/log /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/log.a -trimpath $WORK -p log -complete -D _/builddir/build/BUILD/go/src/log -I $WORK -pack ./log.go go/token mkdir -p $WORK/go/token/_obj/ mkdir -p $WORK/go/ cd /builddir/build/BUILD/go/src/go/token /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/token.a -trimpath $WORK -p go/token -complete -D _/builddir/build/BUILD/go/src/go/token -I $WORK -pack ./position.go ./serialize.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /builddir/build/BUILD/go/src/encoding/json /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/json.a -trimpath $WORK -p encoding/json -complete -D _/builddir/build/BUILD/go/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tags.go encoding/xml mkdir -p $WORK/encoding/xml/_obj/ cd /builddir/build/BUILD/go/src/encoding/xml /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/xml.a -trimpath $WORK -p encoding/xml -complete -D _/builddir/build/BUILD/go/src/encoding/xml -I $WORK -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go text/template/parse compress/flate math/big mkdir -p $WORK/math/big/_obj/ cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/math/big.a -trimpath $WORK -p math/big -D _/builddir/build/BUILD/go/src/math/big -I $WORK -pack ./arith.go ./arith_decl.go ./int.go ./nat.go ./rat.go encoding/hex mkdir -p $WORK/encoding/hex/_obj/ cd /builddir/build/BUILD/go/src/encoding/hex /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/hex.a -trimpath $WORK -p encoding/hex -complete -D _/builddir/build/BUILD/go/src/encoding/hex -I $WORK -pack ./hex.go mime mkdir -p $WORK/mime/_obj/ cd /builddir/build/BUILD/go/src/mime /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime.a -trimpath $WORK -p mime -complete -D _/builddir/build/BUILD/go/src/mime -I $WORK -pack ./grammar.go ./mediatype.go ./type.go ./type_windows.go net/http/internal mkdir -p $WORK/net/http/internal/_obj/ mkdir -p $WORK/net/http/ cd /builddir/build/BUILD/go/src/net/http/internal /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/internal.a -trimpath $WORK -p net/http/internal -complete -D _/builddir/build/BUILD/go/src/net/http/internal -I $WORK -pack ./chunked.go runtime/pprof mkdir -p $WORK/runtime/pprof/_obj/ cd /builddir/build/BUILD/go/src/runtime/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/pprof.a -trimpath $WORK -p runtime/pprof -D _/builddir/build/BUILD/go/src/runtime/pprof -I $WORK -pack ./pprof.go cmd/pprof/internal/tempfile mkdir -p $WORK/cmd/pprof/internal/tempfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/tempfile.a -trimpath $WORK -p cmd/pprof/internal/tempfile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/tempfile -I $WORK -pack ./tempfile.go archive/tar mkdir -p $WORK/archive/tar/_obj/ mkdir -p $WORK/archive/ cd /builddir/build/BUILD/go/src/archive/tar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/tar.a -trimpath $WORK -p archive/tar -complete -D _/builddir/build/BUILD/go/src/archive/tar -I $WORK -pack ./common.go ./reader.go ./writer.go compress/lzw mkdir -p $WORK/compress/lzw/_obj/ cd /builddir/build/BUILD/go/src/compress/lzw /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/lzw.a -trimpath $WORK -p compress/lzw -complete -D _/builddir/build/BUILD/go/src/compress/lzw -I $WORK -pack ./reader.go ./writer.go database/sql/driver mkdir -p $WORK/database/sql/driver/_obj/ mkdir -p $WORK/database/sql/ cd /builddir/build/BUILD/go/src/database/sql/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql/driver.a -trimpath $WORK -p database/sql/driver -complete -D _/builddir/build/BUILD/go/src/database/sql/driver -I $WORK -pack ./driver.go ./types.go encoding/csv mkdir -p $WORK/encoding/csv/_obj/ cd /builddir/build/BUILD/go/src/encoding/csv /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/csv.a -trimpath $WORK -p encoding/csv -complete -D _/builddir/build/BUILD/go/src/encoding/csv -I $WORK -pack ./reader.go ./writer.go mkdir -p $WORK/flag/_obj/ cd /builddir/build/BUILD/go/src/flag /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/flag.a -trimpath $WORK -p flag -complete -D _/builddir/build/BUILD/go/src/flag -I $WORK -pack ./flag.go encoding/gob mkdir -p $WORK/encoding/gob/_obj/ cd /builddir/build/BUILD/go/src/encoding/gob /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/gob.a -trimpath $WORK -p encoding/gob -complete -D _/builddir/build/BUILD/go/src/encoding/gob -I $WORK -pack ./dec_helpers.go ./decode.go ./decoder.go ./doc.go ./enc_helpers.go ./encode.go ./encoder.go ./error.go ./type.go mkdir -p $WORK/compress/flate/_obj/ cd /builddir/build/BUILD/go/src/compress/flate /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/flate.a -trimpath $WORK -p compress/flate -complete -D _/builddir/build/BUILD/go/src/compress/flate -I $WORK -pack ./copy.go ./deflate.go ./fixedhuff.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./token.go os/user mkdir -p $WORK/os/user/_obj/ cd /builddir/build/BUILD/go/src/os/user /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/os/user.a -trimpath $WORK -p os/user -complete -D _/builddir/build/BUILD/go/src/os/user -I $WORK -pack ./lookup.go ./lookup_windows.go ./user.go runtime/debug mkdir -p $WORK/runtime/debug/_obj/ cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/runtime/debug.a -trimpath $WORK -p runtime/debug -D _/builddir/build/BUILD/go/src/runtime/debug -I $WORK -pack ./garbage.go ./stack.go ./stubs.go mkdir -p $WORK/text/template/parse/_obj/ mkdir -p $WORK/text/template/ cd /builddir/build/BUILD/go/src/text/template/parse /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template/parse.a -trimpath $WORK -p text/template/parse -complete -D _/builddir/build/BUILD/go/src/text/template/parse -I $WORK -pack ./lex.go ./node.go ./parse.go text/scanner mkdir -p $WORK/text/scanner/_obj/ cd /builddir/build/BUILD/go/src/text/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/scanner.a -trimpath $WORK -p text/scanner -complete -D _/builddir/build/BUILD/go/src/text/scanner -I $WORK -pack ./scanner.go mv $WORK/cmd/pprof/internal/tempfile.a /builddir/build/BUILD/go/pkg/windows_amd64/cmd/pprof/internal/tempfile.a mv $WORK/encoding/hex.a /builddir/build/BUILD/go/pkg/windows_amd64/encoding/hex.a mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/net/http/ mv $WORK/net/http/internal.a /builddir/build/BUILD/go/pkg/windows_amd64/net/http/internal.a mv $WORK/log.a /builddir/build/BUILD/go/pkg/windows_amd64/log.a cmd/pack mkdir -p $WORK/cmd/pack/_obj/ mkdir -p $WORK/cmd/pack/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pack /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pack.a -trimpath $WORK -p cmd/pack -complete -D _/builddir/build/BUILD/go/src/cmd/pack -I $WORK -pack ./doc.go ./pack.go testing/iotest mkdir -p $WORK/testing/iotest/_obj/ mkdir -p $WORK/testing/ cd /builddir/build/BUILD/go/src/testing/iotest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/iotest.a -trimpath $WORK -p testing/iotest -complete -D _/builddir/build/BUILD/go/src/testing/iotest -I $WORK -pack ./logger.go ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/go/ mv $WORK/go/token.a /builddir/build/BUILD/go/pkg/windows_amd64/go/token.a go/scanner mkdir -p $WORK/go/scanner/_obj/ cd /builddir/build/BUILD/go/src/go/scanner /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/scanner.a -trimpath $WORK -p go/scanner -complete -D _/builddir/build/BUILD/go/src/go/scanner -I $WORK -pack ./errors.go ./scanner.go mv $WORK/os/user.a /builddir/build/BUILD/go/pkg/windows_amd64/os/user.a mv $WORK/compress/lzw.a /builddir/build/BUILD/go/pkg/windows_amd64/compress/lzw.a image/gif mkdir -p $WORK/image/gif/_obj/ cd /builddir/build/BUILD/go/src/image/gif /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/gif.a -trimpath $WORK -p image/gif -complete -D _/builddir/build/BUILD/go/src/image/gif -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/cmd/internal/ mv $WORK/cmd/internal/goobj.a /builddir/build/BUILD/go/pkg/windows_amd64/cmd/internal/goobj.a mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/debug/ mv $WORK/debug/plan9obj.a /builddir/build/BUILD/go/pkg/windows_amd64/debug/plan9obj.a mv $WORK/encoding/csv.a /builddir/build/BUILD/go/pkg/windows_amd64/encoding/csv.a cd /builddir/build/BUILD/go/src/runtime/debug /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/debug/_obj/debug.6 -D GOOS_windows -D GOARCH_amd64 ./debug.s /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/runtime/debug/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/runtime/debug/_obj/stubs.6 -D GOOS_windows -D GOARCH_amd64 ./stubs.s pack r $WORK/runtime/debug.a $WORK/runtime/debug/_obj/debug.6 $WORK/runtime/debug/_obj/stubs.6 # internal mv $WORK/runtime/debug.a /builddir/build/BUILD/go/pkg/windows_amd64/runtime/debug.a mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/testing/ mv $WORK/testing/iotest.a /builddir/build/BUILD/go/pkg/windows_amd64/testing/iotest.a mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/database/sql/ mv $WORK/database/sql/driver.a /builddir/build/BUILD/go/pkg/windows_amd64/database/sql/driver.a database/sql mkdir -p $WORK/database/sql/_obj/ mkdir -p $WORK/database/ cd /builddir/build/BUILD/go/src/database/sql /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/database/sql.a -trimpath $WORK -p database/sql -complete -D _/builddir/build/BUILD/go/src/database/sql -I $WORK -pack ./convert.go ./sql.go mv $WORK/flag.a /builddir/build/BUILD/go/pkg/windows_amd64/flag.a testing/quick mkdir -p $WORK/testing/quick/_obj/ cd /builddir/build/BUILD/go/src/testing/quick /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing/quick.a -trimpath $WORK -p testing/quick -complete -D _/builddir/build/BUILD/go/src/testing/quick -I $WORK -pack ./quick.go mv $WORK/text/scanner.a /builddir/build/BUILD/go/pkg/windows_amd64/text/scanner.a mv $WORK/mime.a /builddir/build/BUILD/go/pkg/windows_amd64/mime.a mv $WORK/go/scanner.a /builddir/build/BUILD/go/pkg/windows_amd64/go/scanner.a go/ast mkdir -p $WORK/go/ast/_obj/ cd /builddir/build/BUILD/go/src/go/ast /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/ast.a -trimpath $WORK -p go/ast -complete -D _/builddir/build/BUILD/go/src/go/ast -I $WORK -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pack/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/pack.a mv $WORK/debug/gosym.a /builddir/build/BUILD/go/pkg/windows_amd64/debug/gosym.a mv $WORK/image/gif.a /builddir/build/BUILD/go/pkg/windows_amd64/image/gif.a mv $WORK/testing/quick.a /builddir/build/BUILD/go/pkg/windows_amd64/testing/quick.a mv $WORK/runtime/pprof.a /builddir/build/BUILD/go/pkg/windows_amd64/runtime/pprof.a testing mkdir -p $WORK/testing/_obj/ cd /builddir/build/BUILD/go/src/testing /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/testing.a -trimpath $WORK -p testing -complete -D _/builddir/build/BUILD/go/src/testing -I $WORK -pack ./allocs.go ./benchmark.go ./cover.go ./example.go ./testing.go mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/archive/ mv $WORK/archive/tar.a /builddir/build/BUILD/go/pkg/windows_amd64/archive/tar.a mv $WORK/debug/dwarf.a /builddir/build/BUILD/go/pkg/windows_amd64/debug/dwarf.a debug/elf mkdir -p $WORK/debug/elf/_obj/ cd /builddir/build/BUILD/go/src/debug/elf /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/elf.a -trimpath $WORK -p debug/elf -complete -D _/builddir/build/BUILD/go/src/debug/elf -I $WORK -pack ./elf.go ./file.go debug/macho mkdir -p $WORK/debug/macho/_obj/ cd /builddir/build/BUILD/go/src/debug/macho /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/macho.a -trimpath $WORK -p debug/macho -complete -D _/builddir/build/BUILD/go/src/debug/macho -I $WORK -pack ./fat.go ./file.go ./macho.go debug/pe mkdir -p $WORK/debug/pe/_obj/ cd /builddir/build/BUILD/go/src/debug/pe /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/debug/pe.a -trimpath $WORK -p debug/pe -complete -D _/builddir/build/BUILD/go/src/debug/pe -I $WORK -pack ./file.go ./pe.go mv $WORK/compress/flate.a /builddir/build/BUILD/go/pkg/windows_amd64/compress/flate.a compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /builddir/build/BUILD/go/src/compress/gzip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/gzip.a -trimpath $WORK -p compress/gzip -complete -D _/builddir/build/BUILD/go/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go archive/zip mkdir -p $WORK/archive/zip/_obj/ cd /builddir/build/BUILD/go/src/archive/zip /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/archive/zip.a -trimpath $WORK -p archive/zip -complete -D _/builddir/build/BUILD/go/src/archive/zip -I $WORK -pack ./reader.go ./register.go ./struct.go ./writer.go compress/zlib mkdir -p $WORK/compress/zlib/_obj/ cd /builddir/build/BUILD/go/src/compress/zlib /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/compress/zlib.a -trimpath $WORK -p compress/zlib -complete -D _/builddir/build/BUILD/go/src/compress/zlib -I $WORK -pack ./reader.go ./writer.go mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/cmd/internal/rsc.io/arm/ mv $WORK/cmd/internal/rsc.io/arm/armasm.a /builddir/build/BUILD/go/pkg/windows_amd64/cmd/internal/rsc.io/arm/armasm.a mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/text/template/ mv $WORK/text/template/parse.a /builddir/build/BUILD/go/pkg/windows_amd64/text/template/parse.a text/template mkdir -p $WORK/text/template/_obj/ cd /builddir/build/BUILD/go/src/text/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/text/template.a -trimpath $WORK -p text/template -complete -D _/builddir/build/BUILD/go/src/text/template -I $WORK -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./template.go mv $WORK/compress/zlib.a /builddir/build/BUILD/go/pkg/windows_amd64/compress/zlib.a image/png mkdir -p $WORK/image/png/_obj/ cd /builddir/build/BUILD/go/src/image/png /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/image/png.a -trimpath $WORK -p image/png -complete -D _/builddir/build/BUILD/go/src/image/png -I $WORK -pack ./paeth.go ./reader.go ./writer.go mv $WORK/compress/gzip.a /builddir/build/BUILD/go/pkg/windows_amd64/compress/gzip.a cmd/pprof/internal/profile mkdir -p $WORK/cmd/pprof/internal/profile/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/profile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/profile.a -trimpath $WORK -p cmd/pprof/internal/profile -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/profile -I $WORK -pack ./encode.go ./filter.go ./legacy_profile.go ./profile.go ./proto.go ./prune.go mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/database/ mv $WORK/database/sql.a /builddir/build/BUILD/go/pkg/windows_amd64/database/sql.a mv $WORK/testing.a /builddir/build/BUILD/go/pkg/windows_amd64/testing.a mv $WORK/debug/pe.a /builddir/build/BUILD/go/pkg/windows_amd64/debug/pe.a cd /builddir/build/BUILD/go/src/math/big /builddir/build/BUILD/go/pkg/tool/linux_amd64/6a -trimpath $WORK -I $WORK/math/big/_obj/ -I /builddir/build/BUILD/go/pkg/windows_amd64 -o $WORK/math/big/_obj/arith_amd64.6 -D GOOS_windows -D GOARCH_amd64 ./arith_amd64.s pack r $WORK/math/big.a $WORK/math/big/_obj/arith_amd64.6 # internal mv $WORK/math/big.a /builddir/build/BUILD/go/pkg/windows_amd64/math/big.a crypto/elliptic mkdir -p $WORK/crypto/elliptic/_obj/ cd /builddir/build/BUILD/go/src/crypto/elliptic /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/elliptic.a -trimpath $WORK -p crypto/elliptic -complete -D _/builddir/build/BUILD/go/src/crypto/elliptic -I $WORK -pack ./bottombits.go ./elliptic.go ./p256.go encoding/asn1 mkdir -p $WORK/encoding/asn1/_obj/ cd /builddir/build/BUILD/go/src/encoding/asn1 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/encoding/asn1.a -trimpath $WORK -p encoding/asn1 -complete -D _/builddir/build/BUILD/go/src/encoding/asn1 -I $WORK -pack ./asn1.go ./common.go ./marshal.go crypto/rand mkdir -p $WORK/crypto/rand/_obj/ cd /builddir/build/BUILD/go/src/crypto/rand /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rand.a -trimpath $WORK -p crypto/rand -complete -D _/builddir/build/BUILD/go/src/crypto/rand -I $WORK -pack ./rand.go ./rand_windows.go ./util.go crypto/dsa mkdir -p $WORK/crypto/dsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/dsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/dsa.a -trimpath $WORK -p crypto/dsa -complete -D _/builddir/build/BUILD/go/src/crypto/dsa -I $WORK -pack ./dsa.go mv $WORK/encoding/xml.a /builddir/build/BUILD/go/pkg/windows_amd64/encoding/xml.a mv $WORK/debug/macho.a /builddir/build/BUILD/go/pkg/windows_amd64/debug/macho.a mv $WORK/archive/zip.a /builddir/build/BUILD/go/pkg/windows_amd64/archive/zip.a mv $WORK/encoding/json.a /builddir/build/BUILD/go/pkg/windows_amd64/encoding/json.a mv $WORK/crypto/dsa.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/dsa.a mkdir -p /builddir/build/BUILD/go/pkg/tool/windows_amd64/ mv $WORK/cmd/pack/_obj/exe/a.out.exe /builddir/build/BUILD/go/pkg/tool/windows_amd64/pack.exe mv $WORK/crypto/rand.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/rand.a crypto/rsa mkdir -p $WORK/crypto/rsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/rsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/rsa.a -trimpath $WORK -p crypto/rsa -complete -D _/builddir/build/BUILD/go/src/crypto/rsa -I $WORK -pack ./pkcs1v15.go ./pss.go ./rsa.go mv $WORK/debug/elf.a /builddir/build/BUILD/go/pkg/windows_amd64/debug/elf.a mv $WORK/image/png.a /builddir/build/BUILD/go/pkg/windows_amd64/image/png.a mv $WORK/crypto/elliptic.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/elliptic.a mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/cmd/internal/rsc.io/x86/ mv $WORK/cmd/internal/rsc.io/x86/x86asm.a /builddir/build/BUILD/go/pkg/windows_amd64/cmd/internal/rsc.io/x86/x86asm.a cmd/internal/objfile mkdir -p $WORK/cmd/internal/objfile/_obj/ cd /builddir/build/BUILD/go/src/cmd/internal/objfile /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/internal/objfile.a -trimpath $WORK -p cmd/internal/objfile -complete -D _/builddir/build/BUILD/go/src/cmd/internal/objfile -I $WORK -pack ./disasm.go ./elf.go ./goobj.go ./macho.go ./objfile.go ./pe.go ./plan9obj.go mv $WORK/go/ast.a /builddir/build/BUILD/go/pkg/windows_amd64/go/ast.a go/parser mkdir -p $WORK/go/parser/_obj/ cd /builddir/build/BUILD/go/src/go/parser /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/parser.a -trimpath $WORK -p go/parser -complete -D _/builddir/build/BUILD/go/src/go/parser -I $WORK -pack ./interface.go ./parser.go go/printer mkdir -p $WORK/go/printer/_obj/ cd /builddir/build/BUILD/go/src/go/printer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/printer.a -trimpath $WORK -p go/printer -complete -D _/builddir/build/BUILD/go/src/go/printer -I $WORK -pack ./nodes.go ./printer.go mv $WORK/encoding/asn1.a /builddir/build/BUILD/go/pkg/windows_amd64/encoding/asn1.a crypto/ecdsa mkdir -p $WORK/crypto/ecdsa/_obj/ cd /builddir/build/BUILD/go/src/crypto/ecdsa /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/ecdsa.a -trimpath $WORK -p crypto/ecdsa -complete -D _/builddir/build/BUILD/go/src/crypto/ecdsa -I $WORK -pack ./ecdsa.go crypto/x509/pkix mkdir -p $WORK/crypto/x509/pkix/_obj/ mkdir -p $WORK/crypto/x509/ cd /builddir/build/BUILD/go/src/crypto/x509/pkix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509/pkix.a -trimpath $WORK -p crypto/x509/pkix -complete -D _/builddir/build/BUILD/go/src/crypto/x509/pkix -I $WORK -pack ./pkix.go mv $WORK/crypto/rsa.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/rsa.a mv $WORK/encoding/gob.a /builddir/build/BUILD/go/pkg/windows_amd64/encoding/gob.a mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/crypto/x509/ mv $WORK/crypto/x509/pkix.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/x509/pkix.a mv $WORK/crypto/ecdsa.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/ecdsa.a mv $WORK/net.a /builddir/build/BUILD/go/pkg/windows_amd64/net.a crypto/x509 mkdir -p $WORK/crypto/x509/_obj/ cd /builddir/build/BUILD/go/src/crypto/x509 /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/x509.a -trimpath $WORK -p crypto/x509 -complete -D _/builddir/build/BUILD/go/src/crypto/x509 -I $WORK -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_windows.go ./sec1.go ./verify.go ./x509.go net/textproto mkdir -p $WORK/net/textproto/_obj/ cd /builddir/build/BUILD/go/src/net/textproto /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/textproto.a -trimpath $WORK -p net/textproto -complete -D _/builddir/build/BUILD/go/src/net/textproto -I $WORK -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go mv $WORK/text/template.a /builddir/build/BUILD/go/pkg/windows_amd64/text/template.a go/doc mkdir -p $WORK/go/doc/_obj/ cd /builddir/build/BUILD/go/src/go/doc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/doc.a -trimpath $WORK -p go/doc -complete -D _/builddir/build/BUILD/go/src/go/doc -I $WORK -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go html/template mkdir -p $WORK/html/template/_obj/ mkdir -p $WORK/html/ cd /builddir/build/BUILD/go/src/html/template /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/html/template.a -trimpath $WORK -p html/template -complete -D _/builddir/build/BUILD/go/src/html/template -I $WORK -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go mv $WORK/cmd/pprof/internal/profile.a /builddir/build/BUILD/go/pkg/windows_amd64/cmd/pprof/internal/profile.a cmd/pprof/internal/plugin mkdir -p $WORK/cmd/pprof/internal/plugin/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/plugin /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/plugin.a -trimpath $WORK -p cmd/pprof/internal/plugin -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/plugin -I $WORK -pack ./plugin.go cmd/pprof/internal/symbolz mkdir -p $WORK/cmd/pprof/internal/symbolz/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolz.a -trimpath $WORK -p cmd/pprof/internal/symbolz -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolz -I $WORK -pack ./symbolz.go mv $WORK/net/textproto.a /builddir/build/BUILD/go/pkg/windows_amd64/net/textproto.a mime/multipart mkdir -p $WORK/mime/multipart/_obj/ mkdir -p $WORK/mime/ cd /builddir/build/BUILD/go/src/mime/multipart /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/mime/multipart.a -trimpath $WORK -p mime/multipart -complete -D _/builddir/build/BUILD/go/src/mime/multipart -I $WORK -pack ./formdata.go ./multipart.go ./quotedprintable.go ./writer.go net/mail mkdir -p $WORK/net/mail/_obj/ cd /builddir/build/BUILD/go/src/net/mail /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/mail.a -trimpath $WORK -p net/mail -complete -D _/builddir/build/BUILD/go/src/net/mail -I $WORK -pack ./message.go mv $WORK/cmd/internal/objfile.a /builddir/build/BUILD/go/pkg/windows_amd64/cmd/internal/objfile.a cmd/addr2line mkdir -p $WORK/cmd/addr2line/_obj/ mkdir -p $WORK/cmd/addr2line/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/addr2line /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/addr2line.a -trimpath $WORK -p cmd/addr2line -complete -D _/builddir/build/BUILD/go/src/cmd/addr2line -I $WORK -pack ./main.go cmd/nm mkdir -p $WORK/cmd/nm/_obj/ mkdir -p $WORK/cmd/nm/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/nm /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/nm.a -trimpath $WORK -p cmd/nm -complete -D _/builddir/build/BUILD/go/src/cmd/nm -I $WORK -pack ./doc.go ./nm.go cmd/objdump mkdir -p $WORK/cmd/objdump/_obj/ mkdir -p $WORK/cmd/objdump/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/objdump /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/objdump.a -trimpath $WORK -p cmd/objdump -complete -D _/builddir/build/BUILD/go/src/cmd/objdump -I $WORK -pack ./main.go mv $WORK/cmd/pprof/internal/symbolz.a /builddir/build/BUILD/go/pkg/windows_amd64/cmd/pprof/internal/symbolz.a mv $WORK/cmd/pprof/internal/plugin.a /builddir/build/BUILD/go/pkg/windows_amd64/cmd/pprof/internal/plugin.a cmd/pprof/internal/symbolizer mkdir -p $WORK/cmd/pprof/internal/symbolizer/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/symbolizer.a -trimpath $WORK -p cmd/pprof/internal/symbolizer -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/symbolizer -I $WORK -pack ./symbolizer.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/addr2line/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/addr2line.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/objdump/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/objdump.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/nm/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/nm.a mv $WORK/cmd/pprof/internal/symbolizer.a /builddir/build/BUILD/go/pkg/windows_amd64/cmd/pprof/internal/symbolizer.a mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/mime/ mv $WORK/mime/multipart.a /builddir/build/BUILD/go/pkg/windows_amd64/mime/multipart.a mv $WORK/net/mail.a /builddir/build/BUILD/go/pkg/windows_amd64/net/mail.a mv $WORK/go/printer.a /builddir/build/BUILD/go/pkg/windows_amd64/go/printer.a mv $WORK/go/parser.a /builddir/build/BUILD/go/pkg/windows_amd64/go/parser.a cmd/cgo mkdir -p $WORK/cmd/cgo/_obj/ mkdir -p $WORK/cmd/cgo/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/cgo /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/cgo.a -trimpath $WORK -p cmd/cgo -complete -D _/builddir/build/BUILD/go/src/cmd/cgo -I $WORK -pack ./ast.go ./doc.go ./gcc.go ./godefs.go ./main.go ./out.go ./util.go ./zdefaultcc.go go/format mkdir -p $WORK/go/format/_obj/ cd /builddir/build/BUILD/go/src/go/format /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/format.a -trimpath $WORK -p go/format -complete -D _/builddir/build/BUILD/go/src/go/format -I $WORK -pack ./format.go cmd/gofmt mkdir -p $WORK/cmd/gofmt/_obj/ mkdir -p $WORK/cmd/gofmt/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/gofmt /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/gofmt.a -trimpath $WORK -p cmd/gofmt -complete -D _/builddir/build/BUILD/go/src/cmd/gofmt -I $WORK -pack ./doc.go ./gofmt.go ./rewrite.go ./simplify.go mv $WORK/go/doc.a /builddir/build/BUILD/go/pkg/windows_amd64/go/doc.a go/build mkdir -p $WORK/go/build/_obj/ cd /builddir/build/BUILD/go/src/go/build /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/go/build.a -trimpath $WORK -p go/build -complete -D _/builddir/build/BUILD/go/src/go/build -I $WORK -pack ./build.go ./doc.go ./read.go ./syslist.go mv $WORK/go/format.a /builddir/build/BUILD/go/pkg/windows_amd64/go/format.a cmd/fix mkdir -p $WORK/cmd/fix/_obj/ mkdir -p $WORK/cmd/fix/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/fix /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/fix.a -trimpath $WORK -p cmd/fix -complete -D _/builddir/build/BUILD/go/src/cmd/fix -I $WORK -pack ./doc.go ./fix.go ./main.go ./netipv6zone.go ./printerconfig.go ./typecheck.go cmd/yacc mkdir -p $WORK/cmd/yacc/_obj/ mkdir -p $WORK/cmd/yacc/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/yacc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/yacc.a -trimpath $WORK -p cmd/yacc -complete -D _/builddir/build/BUILD/go/src/cmd/yacc -I $WORK -pack ./doc.go ./yacc.go cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/gofmt/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/gofmt.a mv $WORK/crypto/x509.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/x509.a crypto/tls mkdir -p $WORK/crypto/tls/_obj/ cd /builddir/build/BUILD/go/src/crypto/tls /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/crypto/tls.a -trimpath $WORK -p crypto/tls -complete -D _/builddir/build/BUILD/go/src/crypto/tls -I $WORK -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/html/ mv $WORK/html/template.a /builddir/build/BUILD/go/pkg/windows_amd64/html/template.a cmd/pprof/internal/report mkdir -p $WORK/cmd/pprof/internal/report/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/report /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/report.a -trimpath $WORK -p cmd/pprof/internal/report -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/report -I $WORK -pack ./report.go ./source.go ./source_html.go mv $WORK/go/build.a /builddir/build/BUILD/go/pkg/windows_amd64/go/build.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/fix/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/fix.a /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/yacc/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/yacc.a mv $WORK/cmd/addr2line/_obj/exe/a.out.exe /builddir/build/BUILD/go/pkg/tool/windows_amd64/addr2line.exe mv $WORK/cmd/nm/_obj/exe/a.out.exe /builddir/build/BUILD/go/pkg/tool/windows_amd64/nm.exe mv $WORK/cmd/objdump/_obj/exe/a.out.exe /builddir/build/BUILD/go/pkg/tool/windows_amd64/objdump.exe mv $WORK/cmd/pprof/internal/report.a /builddir/build/BUILD/go/pkg/windows_amd64/cmd/pprof/internal/report.a cmd/pprof/internal/commands mkdir -p $WORK/cmd/pprof/internal/commands/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/commands /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/commands.a -trimpath $WORK -p cmd/pprof/internal/commands -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/commands -I $WORK -pack ./commands.go mkdir -p /builddir/build/BUILD/go/bin/windows_amd64/ mv $WORK/cmd/gofmt/_obj/exe/a.out.exe /builddir/build/BUILD/go/bin/windows_amd64/gofmt.exe mv $WORK/cmd/pprof/internal/commands.a /builddir/build/BUILD/go/pkg/windows_amd64/cmd/pprof/internal/commands.a cmd/pprof/internal/driver mkdir -p $WORK/cmd/pprof/internal/driver/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/driver /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/driver.a -trimpath $WORK -p cmd/pprof/internal/driver -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/driver -I $WORK -pack ./driver.go ./interactive.go mv $WORK/cmd/fix/_obj/exe/a.out.exe /builddir/build/BUILD/go/pkg/tool/windows_amd64/fix.exe mv $WORK/cmd/yacc/_obj/exe/a.out.exe /builddir/build/BUILD/go/pkg/tool/windows_amd64/yacc.exe cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/cgo/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/cgo.a mv $WORK/crypto/tls.a /builddir/build/BUILD/go/pkg/windows_amd64/crypto/tls.a net/http mkdir -p $WORK/net/http/_obj/ cd /builddir/build/BUILD/go/src/net/http /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http.a -trimpath $WORK -p net/http -complete -D _/builddir/build/BUILD/go/src/net/http -I $WORK -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./header.go ./jar.go ./lex.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go net/smtp mkdir -p $WORK/net/smtp/_obj/ cd /builddir/build/BUILD/go/src/net/smtp /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/smtp.a -trimpath $WORK -p net/smtp -complete -D _/builddir/build/BUILD/go/src/net/smtp -I $WORK -pack ./auth.go ./smtp.go mv $WORK/cmd/pprof/internal/driver.a /builddir/build/BUILD/go/pkg/windows_amd64/cmd/pprof/internal/driver.a mv $WORK/net/smtp.a /builddir/build/BUILD/go/pkg/windows_amd64/net/smtp.a mv $WORK/cmd/cgo/_obj/exe/a.out.exe /builddir/build/BUILD/go/pkg/tool/windows_amd64/cgo.exe mv $WORK/net/http.a /builddir/build/BUILD/go/pkg/windows_amd64/net/http.a cmd/go mkdir -p $WORK/cmd/go/_obj/ mkdir -p $WORK/cmd/go/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/go /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/go.a -trimpath $WORK -p cmd/go -complete -D _/builddir/build/BUILD/go/src/cmd/go -I $WORK -pack ./build.go ./clean.go ./context.go ./discovery.go ./doc.go ./env.go ./fix.go ./fmt.go ./generate.go ./get.go ./go11.go ./help.go ./http.go ./list.go ./main.go ./pkg.go ./run.go ./signal.go ./signal_notunix.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go ./zdefaultcc.go cmd/pprof/internal/fetch mkdir -p $WORK/cmd/pprof/internal/fetch/_obj/ cd /builddir/build/BUILD/go/src/cmd/pprof/internal/fetch /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof/internal/fetch.a -trimpath $WORK -p cmd/pprof/internal/fetch -complete -D _/builddir/build/BUILD/go/src/cmd/pprof/internal/fetch -I $WORK -pack ./fetch.go expvar mkdir -p $WORK/expvar/_obj/ cd /builddir/build/BUILD/go/src/expvar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/expvar.a -trimpath $WORK -p expvar -complete -D _/builddir/build/BUILD/go/src/expvar -I $WORK -pack ./expvar.go net/http/cgi mkdir -p $WORK/net/http/cgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/cgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cgi.a -trimpath $WORK -p net/http/cgi -complete -D _/builddir/build/BUILD/go/src/net/http/cgi -I $WORK -pack ./child.go ./host.go net/http/cookiejar mkdir -p $WORK/net/http/cookiejar/_obj/ cd /builddir/build/BUILD/go/src/net/http/cookiejar /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/cookiejar.a -trimpath $WORK -p net/http/cookiejar -complete -D _/builddir/build/BUILD/go/src/net/http/cookiejar -I $WORK -pack ./jar.go ./punycode.go net/http/httptest mkdir -p $WORK/net/http/httptest/_obj/ cd /builddir/build/BUILD/go/src/net/http/httptest /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httptest.a -trimpath $WORK -p net/http/httptest -complete -D _/builddir/build/BUILD/go/src/net/http/httptest -I $WORK -pack ./recorder.go ./server.go net/http/httputil mkdir -p $WORK/net/http/httputil/_obj/ cd /builddir/build/BUILD/go/src/net/http/httputil /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/httputil.a -trimpath $WORK -p net/http/httputil -complete -D _/builddir/build/BUILD/go/src/net/http/httputil -I $WORK -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go net/http/pprof mkdir -p $WORK/net/http/pprof/_obj/ cd /builddir/build/BUILD/go/src/net/http/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/pprof.a -trimpath $WORK -p net/http/pprof -complete -D _/builddir/build/BUILD/go/src/net/http/pprof -I $WORK -pack ./pprof.go net/rpc mkdir -p $WORK/net/rpc/_obj/ cd /builddir/build/BUILD/go/src/net/rpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc.a -trimpath $WORK -p net/rpc -complete -D _/builddir/build/BUILD/go/src/net/rpc -I $WORK -pack ./client.go ./debug.go ./server.go mv $WORK/cmd/pprof/internal/fetch.a /builddir/build/BUILD/go/pkg/windows_amd64/cmd/pprof/internal/fetch.a cmd/pprof mkdir -p $WORK/cmd/pprof/_obj/ mkdir -p $WORK/cmd/pprof/_obj/exe/ cd /builddir/build/BUILD/go/src/cmd/pprof /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/cmd/pprof.a -trimpath $WORK -p cmd/pprof -complete -D _/builddir/build/BUILD/go/src/cmd/pprof -I $WORK -pack ./doc.go ./pprof.go mv $WORK/expvar.a /builddir/build/BUILD/go/pkg/windows_amd64/expvar.a mv $WORK/net/http/pprof.a /builddir/build/BUILD/go/pkg/windows_amd64/net/http/pprof.a mv $WORK/net/http/httptest.a /builddir/build/BUILD/go/pkg/windows_amd64/net/http/httptest.a mv $WORK/net/http/cookiejar.a /builddir/build/BUILD/go/pkg/windows_amd64/net/http/cookiejar.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/pprof/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/pprof.a mv $WORK/net/http/cgi.a /builddir/build/BUILD/go/pkg/windows_amd64/net/http/cgi.a net/http/fcgi mkdir -p $WORK/net/http/fcgi/_obj/ cd /builddir/build/BUILD/go/src/net/http/fcgi /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/http/fcgi.a -trimpath $WORK -p net/http/fcgi -complete -D _/builddir/build/BUILD/go/src/net/http/fcgi -I $WORK -pack ./child.go ./fcgi.go mv $WORK/net/http/httputil.a /builddir/build/BUILD/go/pkg/windows_amd64/net/http/httputil.a mv $WORK/net/rpc.a /builddir/build/BUILD/go/pkg/windows_amd64/net/rpc.a net/rpc/jsonrpc mkdir -p $WORK/net/rpc/jsonrpc/_obj/ mkdir -p $WORK/net/rpc/ cd /builddir/build/BUILD/go/src/net/rpc/jsonrpc /builddir/build/BUILD/go/pkg/tool/linux_amd64/6g -o $WORK/net/rpc/jsonrpc.a -trimpath $WORK -p net/rpc/jsonrpc -complete -D _/builddir/build/BUILD/go/src/net/rpc/jsonrpc -I $WORK -pack ./client.go ./server.go mkdir -p /builddir/build/BUILD/go/pkg/windows_amd64/net/rpc/ mv $WORK/net/rpc/jsonrpc.a /builddir/build/BUILD/go/pkg/windows_amd64/net/rpc/jsonrpc.a mv $WORK/net/http/fcgi.a /builddir/build/BUILD/go/pkg/windows_amd64/net/http/fcgi.a cd . /builddir/build/BUILD/go/pkg/tool/linux_amd64/6l -o $WORK/cmd/go/_obj/exe/a.out.exe -L $WORK -extld=gcc $WORK/cmd/go.a mv $WORK/cmd/pprof/_obj/exe/a.out.exe /builddir/build/BUILD/go/pkg/tool/windows_amd64/pprof.exe mv $WORK/cmd/go/_obj/exe/a.out.exe /builddir/build/BUILD/go/bin/windows_amd64/go.exe --- Installed Go for windows/amd64 in /builddir/build/BUILD/go Installed commands in /builddir/build/BUILD/go/bin The binaries expect /builddir/build/BUILD/go to be copied or moved to /usr/lib/golang + for goarch in 386 amd64 arm + '[' arm = arm ']' + '[' windows = darwin -o windows = windows -o windows = plan9 -o windows = openbsd ']' + continue + popd ~/build/BUILD/go + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JRmI1R + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64 + cd go + rm -rf /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/bin + mkdir -p /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang + cp -apv api bin doc favicon.ico include lib pkg robots.txt src misc VERSION /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang 'api' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/api' 'api/except.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/api/except.txt' 'api/go1.2.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/api/go1.2.txt' 'api/go1.3.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/api/go1.3.txt' 'api/go1.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/api/go1.txt' 'api/next.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/api/next.txt' 'api/README' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/api/README' 'api/go1.1.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/api/go1.1.txt' 'api/go1.4.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/api/go1.4.txt' 'bin' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin' 'bin/darwin_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/darwin_amd64' 'bin/darwin_amd64/gofmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/darwin_amd64/gofmt' 'bin/darwin_amd64/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/darwin_amd64/go' 'bin/windows_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/windows_386' 'bin/windows_386/go.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/windows_386/go.exe' 'bin/windows_386/gofmt.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/windows_386/gofmt.exe' 'bin/openbsd_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/openbsd_amd64' 'bin/openbsd_amd64/gofmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/openbsd_amd64/gofmt' 'bin/openbsd_amd64/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/openbsd_amd64/go' 'bin/windows_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/windows_amd64' 'bin/windows_amd64/go.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/windows_amd64/go.exe' 'bin/windows_amd64/gofmt.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/windows_amd64/gofmt.exe' 'bin/plan9_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/plan9_386' 'bin/plan9_386/gofmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/plan9_386/gofmt' 'bin/plan9_386/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/plan9_386/go' 'bin/darwin_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/darwin_386' 'bin/darwin_386/gofmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/darwin_386/gofmt' 'bin/darwin_386/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/darwin_386/go' 'bin/gofmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/gofmt' 'bin/freebsd_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/freebsd_386' 'bin/freebsd_386/gofmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/freebsd_386/gofmt' 'bin/freebsd_386/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/freebsd_386/go' 'bin/linux_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/linux_386' 'bin/linux_386/gofmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/linux_386/gofmt' 'bin/linux_386/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/linux_386/go' 'bin/netbsd_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/netbsd_amd64' 'bin/netbsd_amd64/gofmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/netbsd_amd64/gofmt' 'bin/netbsd_amd64/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/netbsd_amd64/go' 'bin/plan9_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/plan9_amd64' 'bin/plan9_amd64/gofmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/plan9_amd64/gofmt' 'bin/plan9_amd64/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/plan9_amd64/go' 'bin/linux_arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/linux_arm' 'bin/linux_arm/gofmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/linux_arm/gofmt' 'bin/linux_arm/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/linux_arm/go' 'bin/freebsd_arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/freebsd_arm' 'bin/freebsd_arm/gofmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/freebsd_arm/gofmt' 'bin/freebsd_arm/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/freebsd_arm/go' 'bin/openbsd_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/openbsd_386' 'bin/openbsd_386/gofmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/openbsd_386/gofmt' 'bin/openbsd_386/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/openbsd_386/go' 'bin/freebsd_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/freebsd_amd64' 'bin/freebsd_amd64/gofmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/freebsd_amd64/gofmt' 'bin/freebsd_amd64/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/freebsd_amd64/go' 'bin/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/go' 'bin/netbsd_arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/netbsd_arm' 'bin/netbsd_arm/gofmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/netbsd_arm/gofmt' 'bin/netbsd_arm/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/netbsd_arm/go' 'bin/netbsd_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/netbsd_386' 'bin/netbsd_386/gofmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/netbsd_386/gofmt' 'bin/netbsd_386/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/netbsd_386/go' 'doc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc' 'doc/progs' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs' 'doc/progs/defer2.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/defer2.out' 'doc/progs/go1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/go1.go' 'doc/progs/image_package2.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/image_package2.out' 'doc/progs/eff_bytesize.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/eff_bytesize.go' 'doc/progs/gobs2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/gobs2.go' 'doc/progs/cgo1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/cgo1.go' 'doc/progs/image_package3.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/image_package3.go' 'doc/progs/slices.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/slices.go' 'doc/progs/json3.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/json3.go' 'doc/progs/defer.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/defer.out' 'doc/progs/gobs1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/gobs1.go' 'doc/progs/eff_unused2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/eff_unused2.go' 'doc/progs/image_package5.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/image_package5.go' 'doc/progs/defer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/defer.go' 'doc/progs/image_package5.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/image_package5.out' 'doc/progs/image_package6.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/image_package6.go' 'doc/progs/interface2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/interface2.go' 'doc/progs/image_package4.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/image_package4.out' 'doc/progs/image_package1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/image_package1.go' 'doc/progs/eff_sequence.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/eff_sequence.go' 'doc/progs/image_package1.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/image_package1.out' 'doc/progs/timeout2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/timeout2.go' 'doc/progs/timeout1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/timeout1.go' 'doc/progs/defer2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/defer2.go' 'doc/progs/error4.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/error4.go' 'doc/progs/image_draw.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/image_draw.go' 'doc/progs/run' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/run' 'doc/progs/eff_unused1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/eff_unused1.go' 'doc/progs/error3.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/error3.go' 'doc/progs/interface.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/interface.go' 'doc/progs/eff_bytesize.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/eff_bytesize.out' 'doc/progs/json2.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/json2.out' 'doc/progs/eff_qr.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/eff_qr.go' 'doc/progs/interface2.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/interface2.out' 'doc/progs/error.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/error.go' 'doc/progs/json2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/json2.go' 'doc/progs/update.bash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/update.bash' 'doc/progs/image_package2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/image_package2.go' 'doc/progs/eff_sequence.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/eff_sequence.out' 'doc/progs/json5.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/json5.go' 'doc/progs/json1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/json1.go' 'doc/progs/image_package4.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/image_package4.go' 'doc/progs/error2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/error2.go' 'doc/progs/json4.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/json4.go' 'doc/progs/cgo2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/cgo2.go' 'doc/progs/image_package6.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/image_package6.out' 'doc/progs/image_package3.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/image_package3.out' 'doc/progs/cgo4.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/cgo4.go' 'doc/progs/cgo3.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/progs/cgo3.go' 'doc/devel' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/devel' 'doc/devel/release.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/devel/release.html' 'doc/devel/weekly.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/devel/weekly.html' 'doc/go1.3.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/go1.3.html' 'doc/articles' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles' 'doc/articles/go_command.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/go_command.html' 'doc/articles/wiki' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki' 'doc/articles/wiki/final-parsetemplate.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/final-parsetemplate.go' 'doc/articles/wiki/part1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/part1.go' 'doc/articles/wiki/test_edit.good' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/test_edit.good' 'doc/articles/wiki/part2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/part2.go' 'doc/articles/wiki/part3.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/part3.go' 'doc/articles/wiki/part3-errorhandling.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/part3-errorhandling.go' 'doc/articles/wiki/final.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/final.go' 'doc/articles/wiki/http-sample.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/http-sample.go' 'doc/articles/wiki/notemplate.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/notemplate.go' 'doc/articles/wiki/part1-noerror.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/part1-noerror.go' 'doc/articles/wiki/test.bash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/test.bash' 'doc/articles/wiki/test_view.good' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/test_view.good' 'doc/articles/wiki/view.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/view.html' 'doc/articles/wiki/final-noerror.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/final-noerror.go' 'doc/articles/wiki/get.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/get.go' 'doc/articles/wiki/edit.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/edit.html' 'doc/articles/wiki/index.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/index.html' 'doc/articles/wiki/test_Test.txt.good' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/test_Test.txt.good' 'doc/articles/wiki/final-noclosure.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/final-noclosure.go' 'doc/articles/wiki/final-template.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/wiki/final-template.go' 'doc/articles/race_detector.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/race_detector.html' 'doc/articles/index.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/articles/index.html' 'doc/contribute.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/contribute.html' 'doc/gopher' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher' 'doc/gopher/run.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/run.png' 'doc/gopher/talks.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/talks.png' 'doc/gopher/help.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/help.png' 'doc/gopher/bumper320x180.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/bumper320x180.png' 'doc/gopher/gophercolor16x16.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/gophercolor16x16.png' 'doc/gopher/project.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/project.png' 'doc/gopher/bumper.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/bumper.png' 'doc/gopher/ref.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/ref.png' 'doc/gopher/gophercolor.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/gophercolor.png' 'doc/gopher/bumper640x360.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/bumper640x360.png' 'doc/gopher/fiveyears.jpg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/fiveyears.jpg' 'doc/gopher/appenginegophercolor.jpg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/appenginegophercolor.jpg' 'doc/gopher/biplane.jpg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/biplane.jpg' 'doc/gopher/doc.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/doc.png' 'doc/gopher/pencil' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/pencil' 'doc/gopher/pencil/gopherhelmet.jpg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/pencil/gopherhelmet.jpg' 'doc/gopher/pencil/gopherrunning.jpg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/pencil/gopherrunning.jpg' 'doc/gopher/pencil/gopherswrench.jpg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/pencil/gopherswrench.jpg' 'doc/gopher/pencil/gopherswim.jpg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/pencil/gopherswim.jpg' 'doc/gopher/pencil/gophermega.jpg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/pencil/gophermega.jpg' 'doc/gopher/pencil/gopherhat.jpg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/pencil/gopherhat.jpg' 'doc/gopher/gopherbw.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/gopherbw.png' 'doc/gopher/README' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/README' 'doc/gopher/pkg.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/pkg.png' 'doc/gopher/bumper480x270.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/bumper480x270.png' 'doc/gopher/appenginegopher.jpg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/appenginegopher.jpg' 'doc/gopher/frontpage.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/frontpage.png' 'doc/gopher/bumper192x108.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/bumper192x108.png' 'doc/gopher/appenginelogo.gif' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gopher/appenginelogo.gif' 'doc/root.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/root.html' 'doc/codewalk' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/codewalk' 'doc/codewalk/popout.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/codewalk/popout.png' 'doc/codewalk/functions.xml' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/codewalk/functions.xml' 'doc/codewalk/codewalk.xml' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/codewalk/codewalk.xml' 'doc/codewalk/codewalk.js' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/codewalk/codewalk.js' 'doc/codewalk/markov.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/codewalk/markov.go' 'doc/codewalk/run' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/codewalk/run' 'doc/codewalk/sharemem.xml' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/codewalk/sharemem.xml' 'doc/codewalk/markov.xml' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/codewalk/markov.xml' 'doc/codewalk/urlpoll.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/codewalk/urlpoll.go' 'doc/codewalk/codewalk.css' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/codewalk/codewalk.css' 'doc/codewalk/pig.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/codewalk/pig.go' 'doc/go1.1.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/go1.1.html' 'doc/gccgo_contribute.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gccgo_contribute.html' 'doc/code.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/code.html' 'doc/effective_go.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/effective_go.html' 'doc/go_spec.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/go_spec.html' 'doc/go-logo-blue.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/go-logo-blue.png' 'doc/cmd.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/cmd.html' 'doc/docs.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/docs.html' 'doc/asm.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/asm.html' 'doc/tos.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/tos.html' 'doc/go_mem.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/go_mem.html' 'doc/contrib.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/contrib.html' 'doc/play' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/play' 'doc/play/fib.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/play/fib.go' 'doc/play/pi.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/play/pi.go' 'doc/play/life.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/play/life.go' 'doc/play/tree.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/play/tree.go' 'doc/play/sieve.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/play/sieve.go' 'doc/play/solitaire.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/play/solitaire.go' 'doc/play/hello.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/play/hello.go' 'doc/play/peano.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/play/peano.go' 'doc/go-logo-white.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/go-logo-white.png' 'doc/gccgo_install.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/gccgo_install.html' 'doc/debugging_with_gdb.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/debugging_with_gdb.html' 'doc/help.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/help.html' 'doc/share.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/share.png' 'doc/go1.4.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/go1.4.html' 'doc/go1.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/go1.html' 'doc/go1compat.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/go1compat.html' 'doc/go_faq.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/go_faq.html' 'doc/go-logo-black.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/go-logo-black.png' 'doc/install.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/install.html' 'doc/sieve.gif' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/sieve.gif' 'doc/go1.2.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/go1.2.html' 'doc/install-source.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/install-source.html' 'doc/ie.css' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/ie.css' 'doc/logo-153x55.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/logo-153x55.png' 'favicon.ico' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/favicon.ico' 'include' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include' 'include/bio.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/bio.h' 'include/libc.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/libc.h' 'include/utf.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/utf.h' 'include/ar.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/ar.h' 'include/fmt.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/fmt.h' 'include/README' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/README' 'include/u.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/u.h' 'include/link.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/link.h' 'include/plan9' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/plan9' 'include/plan9/errno.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/plan9/errno.h' 'include/plan9/amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/plan9/amd64' 'include/plan9/amd64/u.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/plan9/amd64/u.h' 'include/plan9/bio.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/plan9/bio.h' 'include/plan9/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/plan9/arm' 'include/plan9/arm/u.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/plan9/arm/u.h' 'include/plan9/stdarg.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/plan9/stdarg.h' 'include/plan9/libc.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/plan9/libc.h' 'include/plan9/utf.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/plan9/utf.h' 'include/plan9/fmt.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/plan9/fmt.h' 'include/plan9/mklibc.rc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/plan9/mklibc.rc' 'include/plan9/link.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/plan9/link.h' 'include/plan9/386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/plan9/386' 'include/plan9/386/u.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/include/plan9/386/u.h' 'lib' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/lib' 'lib/time' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/lib/time' 'lib/time/zoneinfo.zip' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/lib/time/zoneinfo.zip' 'lib/time/README' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/lib/time/README' 'lib/time/update.bash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/lib/time/update.bash' 'pkg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg' 'pkg/obj' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/obj' 'pkg/obj/linux_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/obj/linux_amd64' 'pkg/obj/linux_amd64/liblink.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/obj/linux_amd64/liblink.a' 'pkg/obj/linux_amd64/lib9.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/obj/linux_amd64/lib9.a' 'pkg/obj/linux_amd64/libcc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/obj/linux_amd64/libcc.a' 'pkg/obj/linux_amd64/libbio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/obj/linux_amd64/libbio.a' 'pkg/obj/linux_amd64/libgc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/obj/linux_amd64/libgc.a' 'pkg/darwin_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64' 'pkg/darwin_amd64/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/text' 'pkg/darwin_amd64/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/text/tabwriter.a' 'pkg/darwin_amd64/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/text/template' 'pkg/darwin_amd64/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/text/template/parse.a' 'pkg/darwin_amd64/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/text/template.a' 'pkg/darwin_amd64/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/text/scanner.a' 'pkg/darwin_amd64/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/sort.a' 'pkg/darwin_amd64/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cgocall.h' 'pkg/darwin_amd64/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/encoding' 'pkg/darwin_amd64/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/encoding/asn1.a' 'pkg/darwin_amd64/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/encoding/gob.a' 'pkg/darwin_amd64/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/encoding/ascii85.a' 'pkg/darwin_amd64/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/encoding/pem.a' 'pkg/darwin_amd64/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/encoding/base64.a' 'pkg/darwin_amd64/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/encoding/xml.a' 'pkg/darwin_amd64/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/encoding/base32.a' 'pkg/darwin_amd64/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/encoding/json.a' 'pkg/darwin_amd64/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/encoding/hex.a' 'pkg/darwin_amd64/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/encoding/binary.a' 'pkg/darwin_amd64/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/encoding/csv.a' 'pkg/darwin_amd64/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/html' 'pkg/darwin_amd64/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/html/template.a' 'pkg/darwin_amd64/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto' 'pkg/darwin_amd64/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/subtle.a' 'pkg/darwin_amd64/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/sha1.a' 'pkg/darwin_amd64/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/x509' 'pkg/darwin_amd64/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/x509/pkix.a' 'pkg/darwin_amd64/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/ecdsa.a' 'pkg/darwin_amd64/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/cipher.a' 'pkg/darwin_amd64/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/aes.a' 'pkg/darwin_amd64/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/elliptic.a' 'pkg/darwin_amd64/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/rsa.a' 'pkg/darwin_amd64/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/hmac.a' 'pkg/darwin_amd64/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/md5.a' 'pkg/darwin_amd64/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/dsa.a' 'pkg/darwin_amd64/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/des.a' 'pkg/darwin_amd64/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/tls.a' 'pkg/darwin_amd64/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/x509.a' 'pkg/darwin_amd64/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/sha256.a' 'pkg/darwin_amd64/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/sha512.a' 'pkg/darwin_amd64/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/rand.a' 'pkg/darwin_amd64/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto/rc4.a' 'pkg/darwin_amd64/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/path.a' 'pkg/darwin_amd64/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/mime' 'pkg/darwin_amd64/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/mime/multipart.a' 'pkg/darwin_amd64/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/testing' 'pkg/darwin_amd64/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/testing/quick.a' 'pkg/darwin_amd64/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/testing/iotest.a' 'pkg/darwin_amd64/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/bufio.a' 'pkg/darwin_amd64/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/strings.a' 'pkg/darwin_amd64/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/archive' 'pkg/darwin_amd64/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/archive/tar.a' 'pkg/darwin_amd64/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/archive/zip.a' 'pkg/darwin_amd64/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/crypto.a' 'pkg/darwin_amd64/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/image.a' 'pkg/darwin_amd64/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/strconv.a' 'pkg/darwin_amd64/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/compress' 'pkg/darwin_amd64/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/compress/gzip.a' 'pkg/darwin_amd64/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/compress/flate.a' 'pkg/darwin_amd64/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/compress/zlib.a' 'pkg/darwin_amd64/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/compress/lzw.a' 'pkg/darwin_amd64/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/compress/bzip2.a' 'pkg/darwin_amd64/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/runtime.h' 'pkg/darwin_amd64/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/log' 'pkg/darwin_amd64/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/log/syslog.a' 'pkg/darwin_amd64/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/regexp' 'pkg/darwin_amd64/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/regexp/syntax.a' 'pkg/darwin_amd64/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/html.a' 'pkg/darwin_amd64/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/mime.a' 'pkg/darwin_amd64/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/image' 'pkg/darwin_amd64/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/image/jpeg.a' 'pkg/darwin_amd64/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/image/png.a' 'pkg/darwin_amd64/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/image/color.a' 'pkg/darwin_amd64/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/image/color' 'pkg/darwin_amd64/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/image/color/palette.a' 'pkg/darwin_amd64/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/image/draw.a' 'pkg/darwin_amd64/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/image/gif.a' 'pkg/darwin_amd64/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/flag.a' 'pkg/darwin_amd64/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/math.a' 'pkg/darwin_amd64/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/debug' 'pkg/darwin_amd64/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/debug/gosym.a' 'pkg/darwin_amd64/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/debug/plan9obj.a' 'pkg/darwin_amd64/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/debug/elf.a' 'pkg/darwin_amd64/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/debug/macho.a' 'pkg/darwin_amd64/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/debug/dwarf.a' 'pkg/darwin_amd64/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/debug/pe.a' 'pkg/darwin_amd64/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/log.a' 'pkg/darwin_amd64/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/math' 'pkg/darwin_amd64/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/math/big.a' 'pkg/darwin_amd64/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/math/cmplx.a' 'pkg/darwin_amd64/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/math/rand.a' 'pkg/darwin_amd64/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/database' 'pkg/darwin_amd64/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/database/sql.a' 'pkg/darwin_amd64/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/database/sql' 'pkg/darwin_amd64/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/database/sql/driver.a' 'pkg/darwin_amd64/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/io' 'pkg/darwin_amd64/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/io/ioutil.a' 'pkg/darwin_amd64/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/container' 'pkg/darwin_amd64/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/container/ring.a' 'pkg/darwin_amd64/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/container/list.a' 'pkg/darwin_amd64/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/container/heap.a' 'pkg/darwin_amd64/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/hash' 'pkg/darwin_amd64/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/hash/adler32.a' 'pkg/darwin_amd64/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/hash/fnv.a' 'pkg/darwin_amd64/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/hash/crc32.a' 'pkg/darwin_amd64/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/hash/crc64.a' 'pkg/darwin_amd64/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net' 'pkg/darwin_amd64/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net/http' 'pkg/darwin_amd64/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net/http/cookiejar.a' 'pkg/darwin_amd64/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net/http/httptest.a' 'pkg/darwin_amd64/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net/http/httputil.a' 'pkg/darwin_amd64/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net/http/cgi.a' 'pkg/darwin_amd64/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net/http/internal.a' 'pkg/darwin_amd64/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net/http/fcgi.a' 'pkg/darwin_amd64/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net/http/pprof.a' 'pkg/darwin_amd64/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net/mail.a' 'pkg/darwin_amd64/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net/rpc.a' 'pkg/darwin_amd64/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net/url.a' 'pkg/darwin_amd64/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net/rpc' 'pkg/darwin_amd64/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net/rpc/jsonrpc.a' 'pkg/darwin_amd64/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net/http.a' 'pkg/darwin_amd64/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net/textproto.a' 'pkg/darwin_amd64/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net/smtp.a' 'pkg/darwin_amd64/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/index' 'pkg/darwin_amd64/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/index/suffixarray.a' 'pkg/darwin_amd64/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/net.a' 'pkg/darwin_amd64/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/runtime.a' 'pkg/darwin_amd64/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/os.a' 'pkg/darwin_amd64/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/io.a' 'pkg/darwin_amd64/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/runtime' 'pkg/darwin_amd64/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/runtime/debug.a' 'pkg/darwin_amd64/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/runtime/race.a' 'pkg/darwin_amd64/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/runtime/pprof.a' 'pkg/darwin_amd64/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/sync.a' 'pkg/darwin_amd64/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/time.a' 'pkg/darwin_amd64/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/go' 'pkg/darwin_amd64/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/go/parser.a' 'pkg/darwin_amd64/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/go/doc.a' 'pkg/darwin_amd64/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/go/token.a' 'pkg/darwin_amd64/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/go/printer.a' 'pkg/darwin_amd64/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/go/build.a' 'pkg/darwin_amd64/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/go/ast.a' 'pkg/darwin_amd64/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/go/format.a' 'pkg/darwin_amd64/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/go/scanner.a' 'pkg/darwin_amd64/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/unicode.a' 'pkg/darwin_amd64/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/fmt.a' 'pkg/darwin_amd64/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd' 'pkg/darwin_amd64/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/internal' 'pkg/darwin_amd64/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/internal/goobj.a' 'pkg/darwin_amd64/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/internal/rsc.io' 'pkg/darwin_amd64/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/internal/rsc.io/arm' 'pkg/darwin_amd64/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/internal/rsc.io/arm/armasm.a' 'pkg/darwin_amd64/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/internal/rsc.io/x86' 'pkg/darwin_amd64/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/darwin_amd64/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/internal/objfile.a' 'pkg/darwin_amd64/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/pprof' 'pkg/darwin_amd64/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal' 'pkg/darwin_amd64/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/plugin.a' 'pkg/darwin_amd64/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/commands.a' 'pkg/darwin_amd64/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/report.a' 'pkg/darwin_amd64/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/symbolizer.a' 'pkg/darwin_amd64/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/svg.a' 'pkg/darwin_amd64/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/fetch.a' 'pkg/darwin_amd64/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/tempfile.a' 'pkg/darwin_amd64/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/driver.a' 'pkg/darwin_amd64/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/symbolz.a' 'pkg/darwin_amd64/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/profile.a' 'pkg/darwin_amd64/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/bytes.a' 'pkg/darwin_amd64/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/unicode' 'pkg/darwin_amd64/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/unicode/utf16.a' 'pkg/darwin_amd64/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/unicode/utf8.a' 'pkg/darwin_amd64/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/textflag.h' 'pkg/darwin_amd64/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/testing.a' 'pkg/darwin_amd64/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/sync' 'pkg/darwin_amd64/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/sync/atomic.a' 'pkg/darwin_amd64/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/reflect.a' 'pkg/darwin_amd64/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/path' 'pkg/darwin_amd64/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/path/filepath.a' 'pkg/darwin_amd64/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/os' 'pkg/darwin_amd64/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/os/signal.a' 'pkg/darwin_amd64/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/os/exec.a' 'pkg/darwin_amd64/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/os/user.a' 'pkg/darwin_amd64/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/syscall.a' 'pkg/darwin_amd64/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/hash.a' 'pkg/darwin_amd64/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/funcdata.h' 'pkg/darwin_amd64/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/errors.a' 'pkg/darwin_amd64/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/regexp.a' 'pkg/darwin_amd64/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/expvar.a' 'pkg/darwin_amd64/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_amd64/encoding.a' 'pkg/windows_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386' 'pkg/windows_386/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/text' 'pkg/windows_386/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/text/tabwriter.a' 'pkg/windows_386/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/text/template' 'pkg/windows_386/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/text/template/parse.a' 'pkg/windows_386/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/text/template.a' 'pkg/windows_386/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/text/scanner.a' 'pkg/windows_386/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/sort.a' 'pkg/windows_386/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cgocall.h' 'pkg/windows_386/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/encoding' 'pkg/windows_386/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/encoding/asn1.a' 'pkg/windows_386/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/encoding/gob.a' 'pkg/windows_386/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/encoding/ascii85.a' 'pkg/windows_386/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/encoding/pem.a' 'pkg/windows_386/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/encoding/base64.a' 'pkg/windows_386/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/encoding/xml.a' 'pkg/windows_386/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/encoding/base32.a' 'pkg/windows_386/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/encoding/json.a' 'pkg/windows_386/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/encoding/hex.a' 'pkg/windows_386/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/encoding/binary.a' 'pkg/windows_386/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/encoding/csv.a' 'pkg/windows_386/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/html' 'pkg/windows_386/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/html/template.a' 'pkg/windows_386/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto' 'pkg/windows_386/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/subtle.a' 'pkg/windows_386/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/sha1.a' 'pkg/windows_386/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/x509' 'pkg/windows_386/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/x509/pkix.a' 'pkg/windows_386/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/ecdsa.a' 'pkg/windows_386/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/cipher.a' 'pkg/windows_386/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/aes.a' 'pkg/windows_386/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/elliptic.a' 'pkg/windows_386/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/rsa.a' 'pkg/windows_386/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/hmac.a' 'pkg/windows_386/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/md5.a' 'pkg/windows_386/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/dsa.a' 'pkg/windows_386/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/des.a' 'pkg/windows_386/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/tls.a' 'pkg/windows_386/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/x509.a' 'pkg/windows_386/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/sha256.a' 'pkg/windows_386/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/sha512.a' 'pkg/windows_386/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/rand.a' 'pkg/windows_386/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto/rc4.a' 'pkg/windows_386/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/path.a' 'pkg/windows_386/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/mime' 'pkg/windows_386/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/mime/multipart.a' 'pkg/windows_386/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/testing' 'pkg/windows_386/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/testing/quick.a' 'pkg/windows_386/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/testing/iotest.a' 'pkg/windows_386/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/bufio.a' 'pkg/windows_386/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/strings.a' 'pkg/windows_386/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/archive' 'pkg/windows_386/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/archive/tar.a' 'pkg/windows_386/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/archive/zip.a' 'pkg/windows_386/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/crypto.a' 'pkg/windows_386/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/image.a' 'pkg/windows_386/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/strconv.a' 'pkg/windows_386/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/compress' 'pkg/windows_386/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/compress/gzip.a' 'pkg/windows_386/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/compress/flate.a' 'pkg/windows_386/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/compress/zlib.a' 'pkg/windows_386/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/compress/lzw.a' 'pkg/windows_386/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/compress/bzip2.a' 'pkg/windows_386/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/runtime.h' 'pkg/windows_386/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/log' 'pkg/windows_386/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/log/syslog.a' 'pkg/windows_386/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/regexp' 'pkg/windows_386/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/regexp/syntax.a' 'pkg/windows_386/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/html.a' 'pkg/windows_386/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/mime.a' 'pkg/windows_386/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/image' 'pkg/windows_386/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/image/jpeg.a' 'pkg/windows_386/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/image/png.a' 'pkg/windows_386/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/image/color.a' 'pkg/windows_386/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/image/color' 'pkg/windows_386/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/image/color/palette.a' 'pkg/windows_386/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/image/draw.a' 'pkg/windows_386/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/image/gif.a' 'pkg/windows_386/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/flag.a' 'pkg/windows_386/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/math.a' 'pkg/windows_386/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/debug' 'pkg/windows_386/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/debug/gosym.a' 'pkg/windows_386/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/debug/plan9obj.a' 'pkg/windows_386/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/debug/elf.a' 'pkg/windows_386/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/debug/macho.a' 'pkg/windows_386/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/debug/dwarf.a' 'pkg/windows_386/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/debug/pe.a' 'pkg/windows_386/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/log.a' 'pkg/windows_386/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/math' 'pkg/windows_386/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/math/big.a' 'pkg/windows_386/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/math/cmplx.a' 'pkg/windows_386/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/math/rand.a' 'pkg/windows_386/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/database' 'pkg/windows_386/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/database/sql.a' 'pkg/windows_386/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/database/sql' 'pkg/windows_386/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/database/sql/driver.a' 'pkg/windows_386/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/io' 'pkg/windows_386/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/io/ioutil.a' 'pkg/windows_386/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/container' 'pkg/windows_386/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/container/ring.a' 'pkg/windows_386/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/container/list.a' 'pkg/windows_386/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/container/heap.a' 'pkg/windows_386/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/hash' 'pkg/windows_386/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/hash/adler32.a' 'pkg/windows_386/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/hash/fnv.a' 'pkg/windows_386/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/hash/crc32.a' 'pkg/windows_386/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/hash/crc64.a' 'pkg/windows_386/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net' 'pkg/windows_386/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net/http' 'pkg/windows_386/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net/http/cookiejar.a' 'pkg/windows_386/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net/http/httptest.a' 'pkg/windows_386/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net/http/httputil.a' 'pkg/windows_386/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net/http/cgi.a' 'pkg/windows_386/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net/http/internal.a' 'pkg/windows_386/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net/http/fcgi.a' 'pkg/windows_386/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net/http/pprof.a' 'pkg/windows_386/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net/mail.a' 'pkg/windows_386/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net/rpc.a' 'pkg/windows_386/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net/url.a' 'pkg/windows_386/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net/rpc' 'pkg/windows_386/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net/rpc/jsonrpc.a' 'pkg/windows_386/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net/http.a' 'pkg/windows_386/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net/textproto.a' 'pkg/windows_386/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net/smtp.a' 'pkg/windows_386/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/index' 'pkg/windows_386/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/index/suffixarray.a' 'pkg/windows_386/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/net.a' 'pkg/windows_386/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/runtime.a' 'pkg/windows_386/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/os.a' 'pkg/windows_386/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/io.a' 'pkg/windows_386/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/runtime' 'pkg/windows_386/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/runtime/debug.a' 'pkg/windows_386/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/runtime/race.a' 'pkg/windows_386/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/runtime/pprof.a' 'pkg/windows_386/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/sync.a' 'pkg/windows_386/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/time.a' 'pkg/windows_386/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/go' 'pkg/windows_386/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/go/parser.a' 'pkg/windows_386/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/go/doc.a' 'pkg/windows_386/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/go/token.a' 'pkg/windows_386/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/go/printer.a' 'pkg/windows_386/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/go/build.a' 'pkg/windows_386/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/go/ast.a' 'pkg/windows_386/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/go/format.a' 'pkg/windows_386/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/go/scanner.a' 'pkg/windows_386/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/unicode.a' 'pkg/windows_386/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/fmt.a' 'pkg/windows_386/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd' 'pkg/windows_386/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/internal' 'pkg/windows_386/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/internal/goobj.a' 'pkg/windows_386/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/internal/rsc.io' 'pkg/windows_386/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/internal/rsc.io/arm' 'pkg/windows_386/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/internal/rsc.io/arm/armasm.a' 'pkg/windows_386/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/internal/rsc.io/x86' 'pkg/windows_386/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/windows_386/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/internal/objfile.a' 'pkg/windows_386/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/pprof' 'pkg/windows_386/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/pprof/internal' 'pkg/windows_386/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/pprof/internal/plugin.a' 'pkg/windows_386/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/pprof/internal/commands.a' 'pkg/windows_386/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/pprof/internal/report.a' 'pkg/windows_386/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/pprof/internal/symbolizer.a' 'pkg/windows_386/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/pprof/internal/svg.a' 'pkg/windows_386/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/pprof/internal/fetch.a' 'pkg/windows_386/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/pprof/internal/tempfile.a' 'pkg/windows_386/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/pprof/internal/driver.a' 'pkg/windows_386/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/pprof/internal/symbolz.a' 'pkg/windows_386/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/cmd/pprof/internal/profile.a' 'pkg/windows_386/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/bytes.a' 'pkg/windows_386/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/unicode' 'pkg/windows_386/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/unicode/utf16.a' 'pkg/windows_386/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/unicode/utf8.a' 'pkg/windows_386/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/textflag.h' 'pkg/windows_386/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/testing.a' 'pkg/windows_386/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/sync' 'pkg/windows_386/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/sync/atomic.a' 'pkg/windows_386/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/reflect.a' 'pkg/windows_386/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/path' 'pkg/windows_386/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/path/filepath.a' 'pkg/windows_386/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/os' 'pkg/windows_386/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/os/signal.a' 'pkg/windows_386/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/os/exec.a' 'pkg/windows_386/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/os/user.a' 'pkg/windows_386/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/syscall.a' 'pkg/windows_386/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/hash.a' 'pkg/windows_386/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/funcdata.h' 'pkg/windows_386/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/errors.a' 'pkg/windows_386/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/regexp.a' 'pkg/windows_386/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/expvar.a' 'pkg/windows_386/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_386/encoding.a' 'pkg/openbsd_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64' 'pkg/openbsd_amd64/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/text' 'pkg/openbsd_amd64/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/text/tabwriter.a' 'pkg/openbsd_amd64/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/text/template' 'pkg/openbsd_amd64/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/text/template/parse.a' 'pkg/openbsd_amd64/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/text/template.a' 'pkg/openbsd_amd64/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/text/scanner.a' 'pkg/openbsd_amd64/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/sort.a' 'pkg/openbsd_amd64/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cgocall.h' 'pkg/openbsd_amd64/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/encoding' 'pkg/openbsd_amd64/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/encoding/asn1.a' 'pkg/openbsd_amd64/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/encoding/gob.a' 'pkg/openbsd_amd64/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/encoding/ascii85.a' 'pkg/openbsd_amd64/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/encoding/pem.a' 'pkg/openbsd_amd64/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/encoding/base64.a' 'pkg/openbsd_amd64/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/encoding/xml.a' 'pkg/openbsd_amd64/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/encoding/base32.a' 'pkg/openbsd_amd64/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/encoding/json.a' 'pkg/openbsd_amd64/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/encoding/hex.a' 'pkg/openbsd_amd64/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/encoding/binary.a' 'pkg/openbsd_amd64/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/encoding/csv.a' 'pkg/openbsd_amd64/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/html' 'pkg/openbsd_amd64/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/html/template.a' 'pkg/openbsd_amd64/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto' 'pkg/openbsd_amd64/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/subtle.a' 'pkg/openbsd_amd64/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/sha1.a' 'pkg/openbsd_amd64/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/x509' 'pkg/openbsd_amd64/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/x509/pkix.a' 'pkg/openbsd_amd64/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/ecdsa.a' 'pkg/openbsd_amd64/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/cipher.a' 'pkg/openbsd_amd64/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/aes.a' 'pkg/openbsd_amd64/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/elliptic.a' 'pkg/openbsd_amd64/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/rsa.a' 'pkg/openbsd_amd64/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/hmac.a' 'pkg/openbsd_amd64/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/md5.a' 'pkg/openbsd_amd64/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/dsa.a' 'pkg/openbsd_amd64/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/des.a' 'pkg/openbsd_amd64/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/tls.a' 'pkg/openbsd_amd64/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/x509.a' 'pkg/openbsd_amd64/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/sha256.a' 'pkg/openbsd_amd64/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/sha512.a' 'pkg/openbsd_amd64/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/rand.a' 'pkg/openbsd_amd64/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto/rc4.a' 'pkg/openbsd_amd64/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/path.a' 'pkg/openbsd_amd64/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/mime' 'pkg/openbsd_amd64/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/mime/multipart.a' 'pkg/openbsd_amd64/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/testing' 'pkg/openbsd_amd64/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/testing/quick.a' 'pkg/openbsd_amd64/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/testing/iotest.a' 'pkg/openbsd_amd64/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/bufio.a' 'pkg/openbsd_amd64/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/strings.a' 'pkg/openbsd_amd64/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/archive' 'pkg/openbsd_amd64/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/archive/tar.a' 'pkg/openbsd_amd64/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/archive/zip.a' 'pkg/openbsd_amd64/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/crypto.a' 'pkg/openbsd_amd64/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/image.a' 'pkg/openbsd_amd64/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/strconv.a' 'pkg/openbsd_amd64/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/compress' 'pkg/openbsd_amd64/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/compress/gzip.a' 'pkg/openbsd_amd64/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/compress/flate.a' 'pkg/openbsd_amd64/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/compress/zlib.a' 'pkg/openbsd_amd64/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/compress/lzw.a' 'pkg/openbsd_amd64/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/compress/bzip2.a' 'pkg/openbsd_amd64/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/runtime.h' 'pkg/openbsd_amd64/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/log' 'pkg/openbsd_amd64/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/log/syslog.a' 'pkg/openbsd_amd64/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/regexp' 'pkg/openbsd_amd64/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/regexp/syntax.a' 'pkg/openbsd_amd64/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/html.a' 'pkg/openbsd_amd64/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/mime.a' 'pkg/openbsd_amd64/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/image' 'pkg/openbsd_amd64/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/image/jpeg.a' 'pkg/openbsd_amd64/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/image/png.a' 'pkg/openbsd_amd64/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/image/color.a' 'pkg/openbsd_amd64/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/image/color' 'pkg/openbsd_amd64/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/image/color/palette.a' 'pkg/openbsd_amd64/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/image/draw.a' 'pkg/openbsd_amd64/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/image/gif.a' 'pkg/openbsd_amd64/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/flag.a' 'pkg/openbsd_amd64/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/math.a' 'pkg/openbsd_amd64/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/debug' 'pkg/openbsd_amd64/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/debug/gosym.a' 'pkg/openbsd_amd64/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/debug/plan9obj.a' 'pkg/openbsd_amd64/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/debug/elf.a' 'pkg/openbsd_amd64/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/debug/macho.a' 'pkg/openbsd_amd64/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/debug/dwarf.a' 'pkg/openbsd_amd64/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/debug/pe.a' 'pkg/openbsd_amd64/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/log.a' 'pkg/openbsd_amd64/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/math' 'pkg/openbsd_amd64/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/math/big.a' 'pkg/openbsd_amd64/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/math/cmplx.a' 'pkg/openbsd_amd64/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/math/rand.a' 'pkg/openbsd_amd64/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/database' 'pkg/openbsd_amd64/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/database/sql.a' 'pkg/openbsd_amd64/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/database/sql' 'pkg/openbsd_amd64/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/database/sql/driver.a' 'pkg/openbsd_amd64/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/io' 'pkg/openbsd_amd64/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/io/ioutil.a' 'pkg/openbsd_amd64/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/container' 'pkg/openbsd_amd64/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/container/ring.a' 'pkg/openbsd_amd64/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/container/list.a' 'pkg/openbsd_amd64/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/container/heap.a' 'pkg/openbsd_amd64/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/hash' 'pkg/openbsd_amd64/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/hash/adler32.a' 'pkg/openbsd_amd64/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/hash/fnv.a' 'pkg/openbsd_amd64/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/hash/crc32.a' 'pkg/openbsd_amd64/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/hash/crc64.a' 'pkg/openbsd_amd64/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net' 'pkg/openbsd_amd64/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net/http' 'pkg/openbsd_amd64/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net/http/cookiejar.a' 'pkg/openbsd_amd64/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net/http/httptest.a' 'pkg/openbsd_amd64/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net/http/httputil.a' 'pkg/openbsd_amd64/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net/http/cgi.a' 'pkg/openbsd_amd64/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net/http/internal.a' 'pkg/openbsd_amd64/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net/http/fcgi.a' 'pkg/openbsd_amd64/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net/http/pprof.a' 'pkg/openbsd_amd64/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net/mail.a' 'pkg/openbsd_amd64/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net/rpc.a' 'pkg/openbsd_amd64/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net/url.a' 'pkg/openbsd_amd64/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net/rpc' 'pkg/openbsd_amd64/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net/rpc/jsonrpc.a' 'pkg/openbsd_amd64/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net/http.a' 'pkg/openbsd_amd64/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net/textproto.a' 'pkg/openbsd_amd64/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net/smtp.a' 'pkg/openbsd_amd64/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/index' 'pkg/openbsd_amd64/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/index/suffixarray.a' 'pkg/openbsd_amd64/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/net.a' 'pkg/openbsd_amd64/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/runtime.a' 'pkg/openbsd_amd64/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/os.a' 'pkg/openbsd_amd64/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/io.a' 'pkg/openbsd_amd64/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/runtime' 'pkg/openbsd_amd64/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/runtime/debug.a' 'pkg/openbsd_amd64/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/runtime/race.a' 'pkg/openbsd_amd64/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/runtime/pprof.a' 'pkg/openbsd_amd64/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/sync.a' 'pkg/openbsd_amd64/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/time.a' 'pkg/openbsd_amd64/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/go' 'pkg/openbsd_amd64/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/go/parser.a' 'pkg/openbsd_amd64/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/go/doc.a' 'pkg/openbsd_amd64/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/go/token.a' 'pkg/openbsd_amd64/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/go/printer.a' 'pkg/openbsd_amd64/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/go/build.a' 'pkg/openbsd_amd64/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/go/ast.a' 'pkg/openbsd_amd64/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/go/format.a' 'pkg/openbsd_amd64/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/go/scanner.a' 'pkg/openbsd_amd64/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/unicode.a' 'pkg/openbsd_amd64/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/fmt.a' 'pkg/openbsd_amd64/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd' 'pkg/openbsd_amd64/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/internal' 'pkg/openbsd_amd64/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/internal/goobj.a' 'pkg/openbsd_amd64/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/internal/rsc.io' 'pkg/openbsd_amd64/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/internal/rsc.io/arm' 'pkg/openbsd_amd64/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/internal/rsc.io/arm/armasm.a' 'pkg/openbsd_amd64/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/internal/rsc.io/x86' 'pkg/openbsd_amd64/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/openbsd_amd64/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/internal/objfile.a' 'pkg/openbsd_amd64/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/pprof' 'pkg/openbsd_amd64/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal' 'pkg/openbsd_amd64/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/plugin.a' 'pkg/openbsd_amd64/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/commands.a' 'pkg/openbsd_amd64/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/report.a' 'pkg/openbsd_amd64/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/symbolizer.a' 'pkg/openbsd_amd64/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/svg.a' 'pkg/openbsd_amd64/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/fetch.a' 'pkg/openbsd_amd64/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/tempfile.a' 'pkg/openbsd_amd64/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/driver.a' 'pkg/openbsd_amd64/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/symbolz.a' 'pkg/openbsd_amd64/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/profile.a' 'pkg/openbsd_amd64/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/bytes.a' 'pkg/openbsd_amd64/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/unicode' 'pkg/openbsd_amd64/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/unicode/utf16.a' 'pkg/openbsd_amd64/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/unicode/utf8.a' 'pkg/openbsd_amd64/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/textflag.h' 'pkg/openbsd_amd64/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/testing.a' 'pkg/openbsd_amd64/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/sync' 'pkg/openbsd_amd64/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/sync/atomic.a' 'pkg/openbsd_amd64/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/reflect.a' 'pkg/openbsd_amd64/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/path' 'pkg/openbsd_amd64/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/path/filepath.a' 'pkg/openbsd_amd64/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/os' 'pkg/openbsd_amd64/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/os/signal.a' 'pkg/openbsd_amd64/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/os/exec.a' 'pkg/openbsd_amd64/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/os/user.a' 'pkg/openbsd_amd64/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/syscall.a' 'pkg/openbsd_amd64/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/hash.a' 'pkg/openbsd_amd64/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/funcdata.h' 'pkg/openbsd_amd64/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/errors.a' 'pkg/openbsd_amd64/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/regexp.a' 'pkg/openbsd_amd64/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/expvar.a' 'pkg/openbsd_amd64/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_amd64/encoding.a' 'pkg/windows_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64' 'pkg/windows_amd64/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/text' 'pkg/windows_amd64/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/text/tabwriter.a' 'pkg/windows_amd64/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/text/template' 'pkg/windows_amd64/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/text/template/parse.a' 'pkg/windows_amd64/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/text/template.a' 'pkg/windows_amd64/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/text/scanner.a' 'pkg/windows_amd64/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/sort.a' 'pkg/windows_amd64/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cgocall.h' 'pkg/windows_amd64/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/encoding' 'pkg/windows_amd64/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/encoding/asn1.a' 'pkg/windows_amd64/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/encoding/gob.a' 'pkg/windows_amd64/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/encoding/ascii85.a' 'pkg/windows_amd64/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/encoding/pem.a' 'pkg/windows_amd64/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/encoding/base64.a' 'pkg/windows_amd64/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/encoding/xml.a' 'pkg/windows_amd64/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/encoding/base32.a' 'pkg/windows_amd64/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/encoding/json.a' 'pkg/windows_amd64/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/encoding/hex.a' 'pkg/windows_amd64/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/encoding/binary.a' 'pkg/windows_amd64/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/encoding/csv.a' 'pkg/windows_amd64/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/html' 'pkg/windows_amd64/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/html/template.a' 'pkg/windows_amd64/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto' 'pkg/windows_amd64/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/subtle.a' 'pkg/windows_amd64/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/sha1.a' 'pkg/windows_amd64/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/x509' 'pkg/windows_amd64/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/x509/pkix.a' 'pkg/windows_amd64/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/ecdsa.a' 'pkg/windows_amd64/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/cipher.a' 'pkg/windows_amd64/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/aes.a' 'pkg/windows_amd64/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/elliptic.a' 'pkg/windows_amd64/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/rsa.a' 'pkg/windows_amd64/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/hmac.a' 'pkg/windows_amd64/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/md5.a' 'pkg/windows_amd64/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/dsa.a' 'pkg/windows_amd64/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/des.a' 'pkg/windows_amd64/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/tls.a' 'pkg/windows_amd64/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/x509.a' 'pkg/windows_amd64/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/sha256.a' 'pkg/windows_amd64/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/sha512.a' 'pkg/windows_amd64/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/rand.a' 'pkg/windows_amd64/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto/rc4.a' 'pkg/windows_amd64/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/path.a' 'pkg/windows_amd64/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/mime' 'pkg/windows_amd64/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/mime/multipart.a' 'pkg/windows_amd64/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/testing' 'pkg/windows_amd64/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/testing/quick.a' 'pkg/windows_amd64/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/testing/iotest.a' 'pkg/windows_amd64/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/bufio.a' 'pkg/windows_amd64/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/strings.a' 'pkg/windows_amd64/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/archive' 'pkg/windows_amd64/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/archive/tar.a' 'pkg/windows_amd64/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/archive/zip.a' 'pkg/windows_amd64/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/crypto.a' 'pkg/windows_amd64/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/image.a' 'pkg/windows_amd64/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/strconv.a' 'pkg/windows_amd64/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/compress' 'pkg/windows_amd64/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/compress/gzip.a' 'pkg/windows_amd64/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/compress/flate.a' 'pkg/windows_amd64/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/compress/zlib.a' 'pkg/windows_amd64/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/compress/lzw.a' 'pkg/windows_amd64/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/compress/bzip2.a' 'pkg/windows_amd64/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/runtime.h' 'pkg/windows_amd64/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/log' 'pkg/windows_amd64/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/log/syslog.a' 'pkg/windows_amd64/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/regexp' 'pkg/windows_amd64/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/regexp/syntax.a' 'pkg/windows_amd64/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/html.a' 'pkg/windows_amd64/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/mime.a' 'pkg/windows_amd64/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/image' 'pkg/windows_amd64/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/image/jpeg.a' 'pkg/windows_amd64/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/image/png.a' 'pkg/windows_amd64/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/image/color.a' 'pkg/windows_amd64/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/image/color' 'pkg/windows_amd64/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/image/color/palette.a' 'pkg/windows_amd64/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/image/draw.a' 'pkg/windows_amd64/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/image/gif.a' 'pkg/windows_amd64/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/flag.a' 'pkg/windows_amd64/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/math.a' 'pkg/windows_amd64/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/debug' 'pkg/windows_amd64/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/debug/gosym.a' 'pkg/windows_amd64/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/debug/plan9obj.a' 'pkg/windows_amd64/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/debug/elf.a' 'pkg/windows_amd64/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/debug/macho.a' 'pkg/windows_amd64/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/debug/dwarf.a' 'pkg/windows_amd64/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/debug/pe.a' 'pkg/windows_amd64/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/log.a' 'pkg/windows_amd64/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/math' 'pkg/windows_amd64/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/math/big.a' 'pkg/windows_amd64/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/math/cmplx.a' 'pkg/windows_amd64/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/math/rand.a' 'pkg/windows_amd64/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/database' 'pkg/windows_amd64/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/database/sql.a' 'pkg/windows_amd64/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/database/sql' 'pkg/windows_amd64/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/database/sql/driver.a' 'pkg/windows_amd64/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/io' 'pkg/windows_amd64/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/io/ioutil.a' 'pkg/windows_amd64/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/container' 'pkg/windows_amd64/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/container/ring.a' 'pkg/windows_amd64/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/container/list.a' 'pkg/windows_amd64/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/container/heap.a' 'pkg/windows_amd64/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/hash' 'pkg/windows_amd64/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/hash/adler32.a' 'pkg/windows_amd64/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/hash/fnv.a' 'pkg/windows_amd64/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/hash/crc32.a' 'pkg/windows_amd64/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/hash/crc64.a' 'pkg/windows_amd64/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net' 'pkg/windows_amd64/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net/http' 'pkg/windows_amd64/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net/http/cookiejar.a' 'pkg/windows_amd64/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net/http/httptest.a' 'pkg/windows_amd64/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net/http/httputil.a' 'pkg/windows_amd64/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net/http/cgi.a' 'pkg/windows_amd64/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net/http/internal.a' 'pkg/windows_amd64/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net/http/fcgi.a' 'pkg/windows_amd64/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net/http/pprof.a' 'pkg/windows_amd64/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net/mail.a' 'pkg/windows_amd64/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net/rpc.a' 'pkg/windows_amd64/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net/url.a' 'pkg/windows_amd64/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net/rpc' 'pkg/windows_amd64/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net/rpc/jsonrpc.a' 'pkg/windows_amd64/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net/http.a' 'pkg/windows_amd64/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net/textproto.a' 'pkg/windows_amd64/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net/smtp.a' 'pkg/windows_amd64/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/index' 'pkg/windows_amd64/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/index/suffixarray.a' 'pkg/windows_amd64/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/net.a' 'pkg/windows_amd64/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/runtime.a' 'pkg/windows_amd64/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/os.a' 'pkg/windows_amd64/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/io.a' 'pkg/windows_amd64/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/runtime' 'pkg/windows_amd64/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/runtime/debug.a' 'pkg/windows_amd64/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/runtime/race.a' 'pkg/windows_amd64/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/runtime/pprof.a' 'pkg/windows_amd64/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/sync.a' 'pkg/windows_amd64/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/time.a' 'pkg/windows_amd64/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/go' 'pkg/windows_amd64/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/go/parser.a' 'pkg/windows_amd64/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/go/doc.a' 'pkg/windows_amd64/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/go/token.a' 'pkg/windows_amd64/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/go/printer.a' 'pkg/windows_amd64/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/go/build.a' 'pkg/windows_amd64/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/go/ast.a' 'pkg/windows_amd64/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/go/format.a' 'pkg/windows_amd64/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/go/scanner.a' 'pkg/windows_amd64/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/unicode.a' 'pkg/windows_amd64/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/fmt.a' 'pkg/windows_amd64/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd' 'pkg/windows_amd64/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/internal' 'pkg/windows_amd64/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/internal/goobj.a' 'pkg/windows_amd64/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/internal/rsc.io' 'pkg/windows_amd64/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/internal/rsc.io/arm' 'pkg/windows_amd64/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/internal/rsc.io/arm/armasm.a' 'pkg/windows_amd64/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/internal/rsc.io/x86' 'pkg/windows_amd64/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/windows_amd64/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/internal/objfile.a' 'pkg/windows_amd64/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/pprof' 'pkg/windows_amd64/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal' 'pkg/windows_amd64/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/plugin.a' 'pkg/windows_amd64/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/commands.a' 'pkg/windows_amd64/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/report.a' 'pkg/windows_amd64/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/symbolizer.a' 'pkg/windows_amd64/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/svg.a' 'pkg/windows_amd64/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/fetch.a' 'pkg/windows_amd64/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/tempfile.a' 'pkg/windows_amd64/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/driver.a' 'pkg/windows_amd64/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/symbolz.a' 'pkg/windows_amd64/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/profile.a' 'pkg/windows_amd64/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/bytes.a' 'pkg/windows_amd64/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/unicode' 'pkg/windows_amd64/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/unicode/utf16.a' 'pkg/windows_amd64/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/unicode/utf8.a' 'pkg/windows_amd64/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/textflag.h' 'pkg/windows_amd64/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/testing.a' 'pkg/windows_amd64/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/sync' 'pkg/windows_amd64/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/sync/atomic.a' 'pkg/windows_amd64/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/reflect.a' 'pkg/windows_amd64/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/path' 'pkg/windows_amd64/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/path/filepath.a' 'pkg/windows_amd64/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/os' 'pkg/windows_amd64/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/os/signal.a' 'pkg/windows_amd64/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/os/exec.a' 'pkg/windows_amd64/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/os/user.a' 'pkg/windows_amd64/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/syscall.a' 'pkg/windows_amd64/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/hash.a' 'pkg/windows_amd64/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/funcdata.h' 'pkg/windows_amd64/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/errors.a' 'pkg/windows_amd64/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/regexp.a' 'pkg/windows_amd64/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/expvar.a' 'pkg/windows_amd64/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/windows_amd64/encoding.a' 'pkg/plan9_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386' 'pkg/plan9_386/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/text' 'pkg/plan9_386/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/text/tabwriter.a' 'pkg/plan9_386/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/text/template' 'pkg/plan9_386/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/text/template/parse.a' 'pkg/plan9_386/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/text/template.a' 'pkg/plan9_386/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/text/scanner.a' 'pkg/plan9_386/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/sort.a' 'pkg/plan9_386/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cgocall.h' 'pkg/plan9_386/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/encoding' 'pkg/plan9_386/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/encoding/asn1.a' 'pkg/plan9_386/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/encoding/gob.a' 'pkg/plan9_386/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/encoding/ascii85.a' 'pkg/plan9_386/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/encoding/pem.a' 'pkg/plan9_386/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/encoding/base64.a' 'pkg/plan9_386/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/encoding/xml.a' 'pkg/plan9_386/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/encoding/base32.a' 'pkg/plan9_386/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/encoding/json.a' 'pkg/plan9_386/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/encoding/hex.a' 'pkg/plan9_386/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/encoding/binary.a' 'pkg/plan9_386/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/encoding/csv.a' 'pkg/plan9_386/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/html' 'pkg/plan9_386/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/html/template.a' 'pkg/plan9_386/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto' 'pkg/plan9_386/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/subtle.a' 'pkg/plan9_386/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/sha1.a' 'pkg/plan9_386/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/x509' 'pkg/plan9_386/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/x509/pkix.a' 'pkg/plan9_386/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/ecdsa.a' 'pkg/plan9_386/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/cipher.a' 'pkg/plan9_386/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/aes.a' 'pkg/plan9_386/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/elliptic.a' 'pkg/plan9_386/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/rsa.a' 'pkg/plan9_386/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/hmac.a' 'pkg/plan9_386/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/md5.a' 'pkg/plan9_386/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/dsa.a' 'pkg/plan9_386/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/des.a' 'pkg/plan9_386/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/tls.a' 'pkg/plan9_386/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/x509.a' 'pkg/plan9_386/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/sha256.a' 'pkg/plan9_386/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/sha512.a' 'pkg/plan9_386/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/rand.a' 'pkg/plan9_386/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto/rc4.a' 'pkg/plan9_386/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/path.a' 'pkg/plan9_386/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/mime' 'pkg/plan9_386/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/mime/multipart.a' 'pkg/plan9_386/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/testing' 'pkg/plan9_386/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/testing/quick.a' 'pkg/plan9_386/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/testing/iotest.a' 'pkg/plan9_386/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/bufio.a' 'pkg/plan9_386/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/strings.a' 'pkg/plan9_386/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/archive' 'pkg/plan9_386/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/archive/tar.a' 'pkg/plan9_386/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/archive/zip.a' 'pkg/plan9_386/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/crypto.a' 'pkg/plan9_386/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/image.a' 'pkg/plan9_386/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/strconv.a' 'pkg/plan9_386/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/compress' 'pkg/plan9_386/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/compress/gzip.a' 'pkg/plan9_386/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/compress/flate.a' 'pkg/plan9_386/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/compress/zlib.a' 'pkg/plan9_386/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/compress/lzw.a' 'pkg/plan9_386/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/compress/bzip2.a' 'pkg/plan9_386/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/runtime.h' 'pkg/plan9_386/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/log' 'pkg/plan9_386/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/log/syslog.a' 'pkg/plan9_386/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/regexp' 'pkg/plan9_386/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/regexp/syntax.a' 'pkg/plan9_386/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/html.a' 'pkg/plan9_386/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/mime.a' 'pkg/plan9_386/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/image' 'pkg/plan9_386/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/image/jpeg.a' 'pkg/plan9_386/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/image/png.a' 'pkg/plan9_386/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/image/color.a' 'pkg/plan9_386/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/image/color' 'pkg/plan9_386/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/image/color/palette.a' 'pkg/plan9_386/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/image/draw.a' 'pkg/plan9_386/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/image/gif.a' 'pkg/plan9_386/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/flag.a' 'pkg/plan9_386/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/math.a' 'pkg/plan9_386/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/debug' 'pkg/plan9_386/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/debug/gosym.a' 'pkg/plan9_386/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/debug/plan9obj.a' 'pkg/plan9_386/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/debug/elf.a' 'pkg/plan9_386/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/debug/macho.a' 'pkg/plan9_386/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/debug/dwarf.a' 'pkg/plan9_386/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/debug/pe.a' 'pkg/plan9_386/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/log.a' 'pkg/plan9_386/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/math' 'pkg/plan9_386/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/math/big.a' 'pkg/plan9_386/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/math/cmplx.a' 'pkg/plan9_386/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/math/rand.a' 'pkg/plan9_386/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/database' 'pkg/plan9_386/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/database/sql.a' 'pkg/plan9_386/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/database/sql' 'pkg/plan9_386/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/database/sql/driver.a' 'pkg/plan9_386/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/io' 'pkg/plan9_386/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/io/ioutil.a' 'pkg/plan9_386/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/container' 'pkg/plan9_386/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/container/ring.a' 'pkg/plan9_386/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/container/list.a' 'pkg/plan9_386/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/container/heap.a' 'pkg/plan9_386/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/hash' 'pkg/plan9_386/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/hash/adler32.a' 'pkg/plan9_386/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/hash/fnv.a' 'pkg/plan9_386/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/hash/crc32.a' 'pkg/plan9_386/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/hash/crc64.a' 'pkg/plan9_386/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net' 'pkg/plan9_386/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net/http' 'pkg/plan9_386/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net/http/cookiejar.a' 'pkg/plan9_386/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net/http/httptest.a' 'pkg/plan9_386/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net/http/httputil.a' 'pkg/plan9_386/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net/http/cgi.a' 'pkg/plan9_386/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net/http/internal.a' 'pkg/plan9_386/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net/http/fcgi.a' 'pkg/plan9_386/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net/http/pprof.a' 'pkg/plan9_386/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net/mail.a' 'pkg/plan9_386/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net/rpc.a' 'pkg/plan9_386/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net/url.a' 'pkg/plan9_386/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net/rpc' 'pkg/plan9_386/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net/rpc/jsonrpc.a' 'pkg/plan9_386/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net/http.a' 'pkg/plan9_386/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net/textproto.a' 'pkg/plan9_386/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net/smtp.a' 'pkg/plan9_386/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/index' 'pkg/plan9_386/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/index/suffixarray.a' 'pkg/plan9_386/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/net.a' 'pkg/plan9_386/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/runtime.a' 'pkg/plan9_386/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/os.a' 'pkg/plan9_386/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/io.a' 'pkg/plan9_386/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/runtime' 'pkg/plan9_386/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/runtime/debug.a' 'pkg/plan9_386/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/runtime/race.a' 'pkg/plan9_386/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/runtime/pprof.a' 'pkg/plan9_386/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/sync.a' 'pkg/plan9_386/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/time.a' 'pkg/plan9_386/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/go' 'pkg/plan9_386/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/go/parser.a' 'pkg/plan9_386/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/go/doc.a' 'pkg/plan9_386/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/go/token.a' 'pkg/plan9_386/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/go/printer.a' 'pkg/plan9_386/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/go/build.a' 'pkg/plan9_386/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/go/ast.a' 'pkg/plan9_386/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/go/format.a' 'pkg/plan9_386/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/go/scanner.a' 'pkg/plan9_386/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/unicode.a' 'pkg/plan9_386/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/fmt.a' 'pkg/plan9_386/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd' 'pkg/plan9_386/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/internal' 'pkg/plan9_386/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/internal/goobj.a' 'pkg/plan9_386/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/internal/rsc.io' 'pkg/plan9_386/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/internal/rsc.io/arm' 'pkg/plan9_386/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/internal/rsc.io/arm/armasm.a' 'pkg/plan9_386/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/internal/rsc.io/x86' 'pkg/plan9_386/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/plan9_386/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/internal/objfile.a' 'pkg/plan9_386/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/pprof' 'pkg/plan9_386/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/pprof/internal' 'pkg/plan9_386/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/plugin.a' 'pkg/plan9_386/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/commands.a' 'pkg/plan9_386/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/report.a' 'pkg/plan9_386/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/symbolizer.a' 'pkg/plan9_386/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/svg.a' 'pkg/plan9_386/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/fetch.a' 'pkg/plan9_386/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/tempfile.a' 'pkg/plan9_386/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/driver.a' 'pkg/plan9_386/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/symbolz.a' 'pkg/plan9_386/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/profile.a' 'pkg/plan9_386/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/bytes.a' 'pkg/plan9_386/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/unicode' 'pkg/plan9_386/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/unicode/utf16.a' 'pkg/plan9_386/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/unicode/utf8.a' 'pkg/plan9_386/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/textflag.h' 'pkg/plan9_386/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/testing.a' 'pkg/plan9_386/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/sync' 'pkg/plan9_386/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/sync/atomic.a' 'pkg/plan9_386/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/reflect.a' 'pkg/plan9_386/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/path' 'pkg/plan9_386/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/path/filepath.a' 'pkg/plan9_386/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/os' 'pkg/plan9_386/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/os/signal.a' 'pkg/plan9_386/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/os/exec.a' 'pkg/plan9_386/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/os/user.a' 'pkg/plan9_386/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/syscall.a' 'pkg/plan9_386/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/hash.a' 'pkg/plan9_386/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/funcdata.h' 'pkg/plan9_386/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/errors.a' 'pkg/plan9_386/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/regexp.a' 'pkg/plan9_386/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/expvar.a' 'pkg/plan9_386/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_386/encoding.a' 'pkg/darwin_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386' 'pkg/darwin_386/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/text' 'pkg/darwin_386/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/text/tabwriter.a' 'pkg/darwin_386/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/text/template' 'pkg/darwin_386/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/text/template/parse.a' 'pkg/darwin_386/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/text/template.a' 'pkg/darwin_386/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/text/scanner.a' 'pkg/darwin_386/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/sort.a' 'pkg/darwin_386/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cgocall.h' 'pkg/darwin_386/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/encoding' 'pkg/darwin_386/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/encoding/asn1.a' 'pkg/darwin_386/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/encoding/gob.a' 'pkg/darwin_386/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/encoding/ascii85.a' 'pkg/darwin_386/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/encoding/pem.a' 'pkg/darwin_386/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/encoding/base64.a' 'pkg/darwin_386/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/encoding/xml.a' 'pkg/darwin_386/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/encoding/base32.a' 'pkg/darwin_386/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/encoding/json.a' 'pkg/darwin_386/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/encoding/hex.a' 'pkg/darwin_386/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/encoding/binary.a' 'pkg/darwin_386/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/encoding/csv.a' 'pkg/darwin_386/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/html' 'pkg/darwin_386/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/html/template.a' 'pkg/darwin_386/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto' 'pkg/darwin_386/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/subtle.a' 'pkg/darwin_386/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/sha1.a' 'pkg/darwin_386/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/x509' 'pkg/darwin_386/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/x509/pkix.a' 'pkg/darwin_386/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/ecdsa.a' 'pkg/darwin_386/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/cipher.a' 'pkg/darwin_386/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/aes.a' 'pkg/darwin_386/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/elliptic.a' 'pkg/darwin_386/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/rsa.a' 'pkg/darwin_386/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/hmac.a' 'pkg/darwin_386/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/md5.a' 'pkg/darwin_386/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/dsa.a' 'pkg/darwin_386/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/des.a' 'pkg/darwin_386/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/tls.a' 'pkg/darwin_386/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/x509.a' 'pkg/darwin_386/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/sha256.a' 'pkg/darwin_386/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/sha512.a' 'pkg/darwin_386/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/rand.a' 'pkg/darwin_386/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto/rc4.a' 'pkg/darwin_386/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/path.a' 'pkg/darwin_386/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/mime' 'pkg/darwin_386/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/mime/multipart.a' 'pkg/darwin_386/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/testing' 'pkg/darwin_386/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/testing/quick.a' 'pkg/darwin_386/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/testing/iotest.a' 'pkg/darwin_386/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/bufio.a' 'pkg/darwin_386/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/strings.a' 'pkg/darwin_386/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/archive' 'pkg/darwin_386/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/archive/tar.a' 'pkg/darwin_386/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/archive/zip.a' 'pkg/darwin_386/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/crypto.a' 'pkg/darwin_386/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/image.a' 'pkg/darwin_386/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/strconv.a' 'pkg/darwin_386/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/compress' 'pkg/darwin_386/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/compress/gzip.a' 'pkg/darwin_386/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/compress/flate.a' 'pkg/darwin_386/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/compress/zlib.a' 'pkg/darwin_386/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/compress/lzw.a' 'pkg/darwin_386/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/compress/bzip2.a' 'pkg/darwin_386/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/runtime.h' 'pkg/darwin_386/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/log' 'pkg/darwin_386/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/log/syslog.a' 'pkg/darwin_386/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/regexp' 'pkg/darwin_386/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/regexp/syntax.a' 'pkg/darwin_386/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/html.a' 'pkg/darwin_386/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/mime.a' 'pkg/darwin_386/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/image' 'pkg/darwin_386/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/image/jpeg.a' 'pkg/darwin_386/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/image/png.a' 'pkg/darwin_386/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/image/color.a' 'pkg/darwin_386/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/image/color' 'pkg/darwin_386/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/image/color/palette.a' 'pkg/darwin_386/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/image/draw.a' 'pkg/darwin_386/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/image/gif.a' 'pkg/darwin_386/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/flag.a' 'pkg/darwin_386/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/math.a' 'pkg/darwin_386/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/debug' 'pkg/darwin_386/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/debug/gosym.a' 'pkg/darwin_386/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/debug/plan9obj.a' 'pkg/darwin_386/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/debug/elf.a' 'pkg/darwin_386/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/debug/macho.a' 'pkg/darwin_386/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/debug/dwarf.a' 'pkg/darwin_386/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/debug/pe.a' 'pkg/darwin_386/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/log.a' 'pkg/darwin_386/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/math' 'pkg/darwin_386/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/math/big.a' 'pkg/darwin_386/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/math/cmplx.a' 'pkg/darwin_386/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/math/rand.a' 'pkg/darwin_386/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/database' 'pkg/darwin_386/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/database/sql.a' 'pkg/darwin_386/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/database/sql' 'pkg/darwin_386/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/database/sql/driver.a' 'pkg/darwin_386/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/io' 'pkg/darwin_386/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/io/ioutil.a' 'pkg/darwin_386/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/container' 'pkg/darwin_386/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/container/ring.a' 'pkg/darwin_386/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/container/list.a' 'pkg/darwin_386/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/container/heap.a' 'pkg/darwin_386/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/hash' 'pkg/darwin_386/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/hash/adler32.a' 'pkg/darwin_386/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/hash/fnv.a' 'pkg/darwin_386/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/hash/crc32.a' 'pkg/darwin_386/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/hash/crc64.a' 'pkg/darwin_386/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net' 'pkg/darwin_386/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net/http' 'pkg/darwin_386/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net/http/cookiejar.a' 'pkg/darwin_386/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net/http/httptest.a' 'pkg/darwin_386/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net/http/httputil.a' 'pkg/darwin_386/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net/http/cgi.a' 'pkg/darwin_386/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net/http/internal.a' 'pkg/darwin_386/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net/http/fcgi.a' 'pkg/darwin_386/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net/http/pprof.a' 'pkg/darwin_386/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net/mail.a' 'pkg/darwin_386/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net/rpc.a' 'pkg/darwin_386/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net/url.a' 'pkg/darwin_386/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net/rpc' 'pkg/darwin_386/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net/rpc/jsonrpc.a' 'pkg/darwin_386/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net/http.a' 'pkg/darwin_386/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net/textproto.a' 'pkg/darwin_386/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net/smtp.a' 'pkg/darwin_386/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/index' 'pkg/darwin_386/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/index/suffixarray.a' 'pkg/darwin_386/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/net.a' 'pkg/darwin_386/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/runtime.a' 'pkg/darwin_386/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/os.a' 'pkg/darwin_386/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/io.a' 'pkg/darwin_386/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/runtime' 'pkg/darwin_386/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/runtime/debug.a' 'pkg/darwin_386/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/runtime/race.a' 'pkg/darwin_386/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/runtime/pprof.a' 'pkg/darwin_386/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/sync.a' 'pkg/darwin_386/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/time.a' 'pkg/darwin_386/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/go' 'pkg/darwin_386/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/go/parser.a' 'pkg/darwin_386/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/go/doc.a' 'pkg/darwin_386/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/go/token.a' 'pkg/darwin_386/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/go/printer.a' 'pkg/darwin_386/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/go/build.a' 'pkg/darwin_386/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/go/ast.a' 'pkg/darwin_386/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/go/format.a' 'pkg/darwin_386/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/go/scanner.a' 'pkg/darwin_386/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/unicode.a' 'pkg/darwin_386/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/fmt.a' 'pkg/darwin_386/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd' 'pkg/darwin_386/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/internal' 'pkg/darwin_386/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/internal/goobj.a' 'pkg/darwin_386/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/internal/rsc.io' 'pkg/darwin_386/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/internal/rsc.io/arm' 'pkg/darwin_386/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/internal/rsc.io/arm/armasm.a' 'pkg/darwin_386/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/internal/rsc.io/x86' 'pkg/darwin_386/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/darwin_386/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/internal/objfile.a' 'pkg/darwin_386/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/pprof' 'pkg/darwin_386/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/pprof/internal' 'pkg/darwin_386/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/plugin.a' 'pkg/darwin_386/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/commands.a' 'pkg/darwin_386/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/report.a' 'pkg/darwin_386/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/symbolizer.a' 'pkg/darwin_386/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/svg.a' 'pkg/darwin_386/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/fetch.a' 'pkg/darwin_386/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/tempfile.a' 'pkg/darwin_386/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/driver.a' 'pkg/darwin_386/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/symbolz.a' 'pkg/darwin_386/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/profile.a' 'pkg/darwin_386/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/bytes.a' 'pkg/darwin_386/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/unicode' 'pkg/darwin_386/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/unicode/utf16.a' 'pkg/darwin_386/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/unicode/utf8.a' 'pkg/darwin_386/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/textflag.h' 'pkg/darwin_386/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/testing.a' 'pkg/darwin_386/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/sync' 'pkg/darwin_386/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/sync/atomic.a' 'pkg/darwin_386/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/reflect.a' 'pkg/darwin_386/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/path' 'pkg/darwin_386/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/path/filepath.a' 'pkg/darwin_386/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/os' 'pkg/darwin_386/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/os/signal.a' 'pkg/darwin_386/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/os/exec.a' 'pkg/darwin_386/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/os/user.a' 'pkg/darwin_386/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/syscall.a' 'pkg/darwin_386/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/hash.a' 'pkg/darwin_386/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/funcdata.h' 'pkg/darwin_386/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/errors.a' 'pkg/darwin_386/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/regexp.a' 'pkg/darwin_386/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/expvar.a' 'pkg/darwin_386/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/darwin_386/encoding.a' 'pkg/freebsd_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386' 'pkg/freebsd_386/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/text' 'pkg/freebsd_386/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/text/tabwriter.a' 'pkg/freebsd_386/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/text/template' 'pkg/freebsd_386/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/text/template/parse.a' 'pkg/freebsd_386/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/text/template.a' 'pkg/freebsd_386/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/text/scanner.a' 'pkg/freebsd_386/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/sort.a' 'pkg/freebsd_386/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cgocall.h' 'pkg/freebsd_386/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/encoding' 'pkg/freebsd_386/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/encoding/asn1.a' 'pkg/freebsd_386/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/encoding/gob.a' 'pkg/freebsd_386/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/encoding/ascii85.a' 'pkg/freebsd_386/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/encoding/pem.a' 'pkg/freebsd_386/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/encoding/base64.a' 'pkg/freebsd_386/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/encoding/xml.a' 'pkg/freebsd_386/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/encoding/base32.a' 'pkg/freebsd_386/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/encoding/json.a' 'pkg/freebsd_386/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/encoding/hex.a' 'pkg/freebsd_386/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/encoding/binary.a' 'pkg/freebsd_386/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/encoding/csv.a' 'pkg/freebsd_386/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/html' 'pkg/freebsd_386/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/html/template.a' 'pkg/freebsd_386/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto' 'pkg/freebsd_386/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/subtle.a' 'pkg/freebsd_386/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/sha1.a' 'pkg/freebsd_386/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/x509' 'pkg/freebsd_386/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/x509/pkix.a' 'pkg/freebsd_386/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/ecdsa.a' 'pkg/freebsd_386/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/cipher.a' 'pkg/freebsd_386/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/aes.a' 'pkg/freebsd_386/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/elliptic.a' 'pkg/freebsd_386/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/rsa.a' 'pkg/freebsd_386/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/hmac.a' 'pkg/freebsd_386/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/md5.a' 'pkg/freebsd_386/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/dsa.a' 'pkg/freebsd_386/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/des.a' 'pkg/freebsd_386/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/tls.a' 'pkg/freebsd_386/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/x509.a' 'pkg/freebsd_386/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/sha256.a' 'pkg/freebsd_386/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/sha512.a' 'pkg/freebsd_386/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/rand.a' 'pkg/freebsd_386/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto/rc4.a' 'pkg/freebsd_386/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/path.a' 'pkg/freebsd_386/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/mime' 'pkg/freebsd_386/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/mime/multipart.a' 'pkg/freebsd_386/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/testing' 'pkg/freebsd_386/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/testing/quick.a' 'pkg/freebsd_386/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/testing/iotest.a' 'pkg/freebsd_386/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/bufio.a' 'pkg/freebsd_386/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/strings.a' 'pkg/freebsd_386/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/archive' 'pkg/freebsd_386/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/archive/tar.a' 'pkg/freebsd_386/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/archive/zip.a' 'pkg/freebsd_386/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/crypto.a' 'pkg/freebsd_386/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/image.a' 'pkg/freebsd_386/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/strconv.a' 'pkg/freebsd_386/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/compress' 'pkg/freebsd_386/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/compress/gzip.a' 'pkg/freebsd_386/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/compress/flate.a' 'pkg/freebsd_386/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/compress/zlib.a' 'pkg/freebsd_386/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/compress/lzw.a' 'pkg/freebsd_386/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/compress/bzip2.a' 'pkg/freebsd_386/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/runtime.h' 'pkg/freebsd_386/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/log' 'pkg/freebsd_386/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/log/syslog.a' 'pkg/freebsd_386/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/regexp' 'pkg/freebsd_386/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/regexp/syntax.a' 'pkg/freebsd_386/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/html.a' 'pkg/freebsd_386/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/mime.a' 'pkg/freebsd_386/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/image' 'pkg/freebsd_386/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/image/jpeg.a' 'pkg/freebsd_386/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/image/png.a' 'pkg/freebsd_386/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/image/color.a' 'pkg/freebsd_386/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/image/color' 'pkg/freebsd_386/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/image/color/palette.a' 'pkg/freebsd_386/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/image/draw.a' 'pkg/freebsd_386/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/image/gif.a' 'pkg/freebsd_386/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/flag.a' 'pkg/freebsd_386/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/math.a' 'pkg/freebsd_386/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/debug' 'pkg/freebsd_386/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/debug/gosym.a' 'pkg/freebsd_386/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/debug/plan9obj.a' 'pkg/freebsd_386/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/debug/elf.a' 'pkg/freebsd_386/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/debug/macho.a' 'pkg/freebsd_386/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/debug/dwarf.a' 'pkg/freebsd_386/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/debug/pe.a' 'pkg/freebsd_386/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/log.a' 'pkg/freebsd_386/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/math' 'pkg/freebsd_386/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/math/big.a' 'pkg/freebsd_386/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/math/cmplx.a' 'pkg/freebsd_386/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/math/rand.a' 'pkg/freebsd_386/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/database' 'pkg/freebsd_386/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/database/sql.a' 'pkg/freebsd_386/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/database/sql' 'pkg/freebsd_386/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/database/sql/driver.a' 'pkg/freebsd_386/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/io' 'pkg/freebsd_386/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/io/ioutil.a' 'pkg/freebsd_386/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/container' 'pkg/freebsd_386/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/container/ring.a' 'pkg/freebsd_386/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/container/list.a' 'pkg/freebsd_386/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/container/heap.a' 'pkg/freebsd_386/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/hash' 'pkg/freebsd_386/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/hash/adler32.a' 'pkg/freebsd_386/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/hash/fnv.a' 'pkg/freebsd_386/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/hash/crc32.a' 'pkg/freebsd_386/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/hash/crc64.a' 'pkg/freebsd_386/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net' 'pkg/freebsd_386/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net/http' 'pkg/freebsd_386/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net/http/cookiejar.a' 'pkg/freebsd_386/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net/http/httptest.a' 'pkg/freebsd_386/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net/http/httputil.a' 'pkg/freebsd_386/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net/http/cgi.a' 'pkg/freebsd_386/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net/http/internal.a' 'pkg/freebsd_386/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net/http/fcgi.a' 'pkg/freebsd_386/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net/http/pprof.a' 'pkg/freebsd_386/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net/mail.a' 'pkg/freebsd_386/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net/rpc.a' 'pkg/freebsd_386/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net/url.a' 'pkg/freebsd_386/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net/rpc' 'pkg/freebsd_386/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net/rpc/jsonrpc.a' 'pkg/freebsd_386/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net/http.a' 'pkg/freebsd_386/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net/textproto.a' 'pkg/freebsd_386/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net/smtp.a' 'pkg/freebsd_386/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/index' 'pkg/freebsd_386/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/index/suffixarray.a' 'pkg/freebsd_386/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/net.a' 'pkg/freebsd_386/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/runtime.a' 'pkg/freebsd_386/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/os.a' 'pkg/freebsd_386/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/io.a' 'pkg/freebsd_386/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/runtime' 'pkg/freebsd_386/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/runtime/debug.a' 'pkg/freebsd_386/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/runtime/race.a' 'pkg/freebsd_386/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/runtime/pprof.a' 'pkg/freebsd_386/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/sync.a' 'pkg/freebsd_386/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/time.a' 'pkg/freebsd_386/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/go' 'pkg/freebsd_386/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/go/parser.a' 'pkg/freebsd_386/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/go/doc.a' 'pkg/freebsd_386/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/go/token.a' 'pkg/freebsd_386/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/go/printer.a' 'pkg/freebsd_386/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/go/build.a' 'pkg/freebsd_386/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/go/ast.a' 'pkg/freebsd_386/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/go/format.a' 'pkg/freebsd_386/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/go/scanner.a' 'pkg/freebsd_386/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/unicode.a' 'pkg/freebsd_386/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/fmt.a' 'pkg/freebsd_386/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd' 'pkg/freebsd_386/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/internal' 'pkg/freebsd_386/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/internal/goobj.a' 'pkg/freebsd_386/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/internal/rsc.io' 'pkg/freebsd_386/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/internal/rsc.io/arm' 'pkg/freebsd_386/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/internal/rsc.io/arm/armasm.a' 'pkg/freebsd_386/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/internal/rsc.io/x86' 'pkg/freebsd_386/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/freebsd_386/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/internal/objfile.a' 'pkg/freebsd_386/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/pprof' 'pkg/freebsd_386/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal' 'pkg/freebsd_386/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/plugin.a' 'pkg/freebsd_386/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/commands.a' 'pkg/freebsd_386/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/report.a' 'pkg/freebsd_386/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/symbolizer.a' 'pkg/freebsd_386/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/svg.a' 'pkg/freebsd_386/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/fetch.a' 'pkg/freebsd_386/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/tempfile.a' 'pkg/freebsd_386/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/driver.a' 'pkg/freebsd_386/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/symbolz.a' 'pkg/freebsd_386/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/profile.a' 'pkg/freebsd_386/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/bytes.a' 'pkg/freebsd_386/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/unicode' 'pkg/freebsd_386/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/unicode/utf16.a' 'pkg/freebsd_386/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/unicode/utf8.a' 'pkg/freebsd_386/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/textflag.h' 'pkg/freebsd_386/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/testing.a' 'pkg/freebsd_386/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/sync' 'pkg/freebsd_386/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/sync/atomic.a' 'pkg/freebsd_386/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/reflect.a' 'pkg/freebsd_386/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/path' 'pkg/freebsd_386/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/path/filepath.a' 'pkg/freebsd_386/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/os' 'pkg/freebsd_386/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/os/signal.a' 'pkg/freebsd_386/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/os/exec.a' 'pkg/freebsd_386/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/os/user.a' 'pkg/freebsd_386/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/syscall.a' 'pkg/freebsd_386/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/hash.a' 'pkg/freebsd_386/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/funcdata.h' 'pkg/freebsd_386/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/errors.a' 'pkg/freebsd_386/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/regexp.a' 'pkg/freebsd_386/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/expvar.a' 'pkg/freebsd_386/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_386/encoding.a' 'pkg/linux_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386' 'pkg/linux_386/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/text' 'pkg/linux_386/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/text/tabwriter.a' 'pkg/linux_386/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/text/template' 'pkg/linux_386/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/text/template/parse.a' 'pkg/linux_386/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/text/template.a' 'pkg/linux_386/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/text/scanner.a' 'pkg/linux_386/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/sort.a' 'pkg/linux_386/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cgocall.h' 'pkg/linux_386/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/encoding' 'pkg/linux_386/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/encoding/asn1.a' 'pkg/linux_386/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/encoding/gob.a' 'pkg/linux_386/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/encoding/ascii85.a' 'pkg/linux_386/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/encoding/pem.a' 'pkg/linux_386/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/encoding/base64.a' 'pkg/linux_386/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/encoding/xml.a' 'pkg/linux_386/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/encoding/base32.a' 'pkg/linux_386/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/encoding/json.a' 'pkg/linux_386/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/encoding/hex.a' 'pkg/linux_386/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/encoding/binary.a' 'pkg/linux_386/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/encoding/csv.a' 'pkg/linux_386/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/html' 'pkg/linux_386/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/html/template.a' 'pkg/linux_386/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto' 'pkg/linux_386/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/subtle.a' 'pkg/linux_386/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/sha1.a' 'pkg/linux_386/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/x509' 'pkg/linux_386/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/x509/pkix.a' 'pkg/linux_386/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/ecdsa.a' 'pkg/linux_386/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/cipher.a' 'pkg/linux_386/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/aes.a' 'pkg/linux_386/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/elliptic.a' 'pkg/linux_386/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/rsa.a' 'pkg/linux_386/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/hmac.a' 'pkg/linux_386/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/md5.a' 'pkg/linux_386/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/dsa.a' 'pkg/linux_386/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/des.a' 'pkg/linux_386/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/tls.a' 'pkg/linux_386/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/x509.a' 'pkg/linux_386/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/sha256.a' 'pkg/linux_386/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/sha512.a' 'pkg/linux_386/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/rand.a' 'pkg/linux_386/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto/rc4.a' 'pkg/linux_386/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/path.a' 'pkg/linux_386/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/mime' 'pkg/linux_386/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/mime/multipart.a' 'pkg/linux_386/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/testing' 'pkg/linux_386/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/testing/quick.a' 'pkg/linux_386/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/testing/iotest.a' 'pkg/linux_386/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/bufio.a' 'pkg/linux_386/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/strings.a' 'pkg/linux_386/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/archive' 'pkg/linux_386/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/archive/tar.a' 'pkg/linux_386/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/archive/zip.a' 'pkg/linux_386/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/crypto.a' 'pkg/linux_386/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/image.a' 'pkg/linux_386/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/strconv.a' 'pkg/linux_386/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/compress' 'pkg/linux_386/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/compress/gzip.a' 'pkg/linux_386/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/compress/flate.a' 'pkg/linux_386/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/compress/zlib.a' 'pkg/linux_386/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/compress/lzw.a' 'pkg/linux_386/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/compress/bzip2.a' 'pkg/linux_386/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/runtime.h' 'pkg/linux_386/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/log' 'pkg/linux_386/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/log/syslog.a' 'pkg/linux_386/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/regexp' 'pkg/linux_386/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/regexp/syntax.a' 'pkg/linux_386/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/html.a' 'pkg/linux_386/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/mime.a' 'pkg/linux_386/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/image' 'pkg/linux_386/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/image/jpeg.a' 'pkg/linux_386/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/image/png.a' 'pkg/linux_386/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/image/color.a' 'pkg/linux_386/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/image/color' 'pkg/linux_386/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/image/color/palette.a' 'pkg/linux_386/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/image/draw.a' 'pkg/linux_386/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/image/gif.a' 'pkg/linux_386/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/flag.a' 'pkg/linux_386/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/math.a' 'pkg/linux_386/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/debug' 'pkg/linux_386/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/debug/gosym.a' 'pkg/linux_386/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/debug/plan9obj.a' 'pkg/linux_386/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/debug/elf.a' 'pkg/linux_386/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/debug/macho.a' 'pkg/linux_386/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/debug/dwarf.a' 'pkg/linux_386/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/debug/pe.a' 'pkg/linux_386/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/log.a' 'pkg/linux_386/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/math' 'pkg/linux_386/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/math/big.a' 'pkg/linux_386/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/math/cmplx.a' 'pkg/linux_386/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/math/rand.a' 'pkg/linux_386/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/database' 'pkg/linux_386/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/database/sql.a' 'pkg/linux_386/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/database/sql' 'pkg/linux_386/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/database/sql/driver.a' 'pkg/linux_386/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/io' 'pkg/linux_386/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/io/ioutil.a' 'pkg/linux_386/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/container' 'pkg/linux_386/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/container/ring.a' 'pkg/linux_386/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/container/list.a' 'pkg/linux_386/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/container/heap.a' 'pkg/linux_386/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/hash' 'pkg/linux_386/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/hash/adler32.a' 'pkg/linux_386/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/hash/fnv.a' 'pkg/linux_386/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/hash/crc32.a' 'pkg/linux_386/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/hash/crc64.a' 'pkg/linux_386/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net' 'pkg/linux_386/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net/http' 'pkg/linux_386/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net/http/cookiejar.a' 'pkg/linux_386/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net/http/httptest.a' 'pkg/linux_386/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net/http/httputil.a' 'pkg/linux_386/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net/http/cgi.a' 'pkg/linux_386/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net/http/internal.a' 'pkg/linux_386/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net/http/fcgi.a' 'pkg/linux_386/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net/http/pprof.a' 'pkg/linux_386/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net/mail.a' 'pkg/linux_386/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net/rpc.a' 'pkg/linux_386/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net/url.a' 'pkg/linux_386/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net/rpc' 'pkg/linux_386/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net/rpc/jsonrpc.a' 'pkg/linux_386/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net/http.a' 'pkg/linux_386/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net/textproto.a' 'pkg/linux_386/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net/smtp.a' 'pkg/linux_386/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/index' 'pkg/linux_386/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/index/suffixarray.a' 'pkg/linux_386/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/net.a' 'pkg/linux_386/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/runtime.a' 'pkg/linux_386/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/os.a' 'pkg/linux_386/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/io.a' 'pkg/linux_386/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/internal' 'pkg/linux_386/internal/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/internal/syscall.a' 'pkg/linux_386/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/runtime' 'pkg/linux_386/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/runtime/debug.a' 'pkg/linux_386/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/runtime/race.a' 'pkg/linux_386/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/runtime/pprof.a' 'pkg/linux_386/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/sync.a' 'pkg/linux_386/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/time.a' 'pkg/linux_386/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/go' 'pkg/linux_386/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/go/parser.a' 'pkg/linux_386/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/go/doc.a' 'pkg/linux_386/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/go/token.a' 'pkg/linux_386/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/go/printer.a' 'pkg/linux_386/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/go/build.a' 'pkg/linux_386/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/go/ast.a' 'pkg/linux_386/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/go/format.a' 'pkg/linux_386/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/go/scanner.a' 'pkg/linux_386/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/unicode.a' 'pkg/linux_386/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/fmt.a' 'pkg/linux_386/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd' 'pkg/linux_386/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/internal' 'pkg/linux_386/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/internal/goobj.a' 'pkg/linux_386/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/internal/rsc.io' 'pkg/linux_386/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/internal/rsc.io/arm' 'pkg/linux_386/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/internal/rsc.io/arm/armasm.a' 'pkg/linux_386/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/internal/rsc.io/x86' 'pkg/linux_386/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/linux_386/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/internal/objfile.a' 'pkg/linux_386/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/pprof' 'pkg/linux_386/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/pprof/internal' 'pkg/linux_386/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/pprof/internal/plugin.a' 'pkg/linux_386/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/pprof/internal/commands.a' 'pkg/linux_386/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/pprof/internal/report.a' 'pkg/linux_386/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/pprof/internal/symbolizer.a' 'pkg/linux_386/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/pprof/internal/svg.a' 'pkg/linux_386/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/pprof/internal/fetch.a' 'pkg/linux_386/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/pprof/internal/tempfile.a' 'pkg/linux_386/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/pprof/internal/driver.a' 'pkg/linux_386/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/pprof/internal/symbolz.a' 'pkg/linux_386/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/cmd/pprof/internal/profile.a' 'pkg/linux_386/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/bytes.a' 'pkg/linux_386/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/unicode' 'pkg/linux_386/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/unicode/utf16.a' 'pkg/linux_386/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/unicode/utf8.a' 'pkg/linux_386/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/textflag.h' 'pkg/linux_386/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/testing.a' 'pkg/linux_386/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/sync' 'pkg/linux_386/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/sync/atomic.a' 'pkg/linux_386/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/reflect.a' 'pkg/linux_386/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/path' 'pkg/linux_386/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/path/filepath.a' 'pkg/linux_386/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/os' 'pkg/linux_386/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/os/signal.a' 'pkg/linux_386/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/os/exec.a' 'pkg/linux_386/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/os/user.a' 'pkg/linux_386/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/syscall.a' 'pkg/linux_386/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/hash.a' 'pkg/linux_386/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/funcdata.h' 'pkg/linux_386/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/errors.a' 'pkg/linux_386/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/regexp.a' 'pkg/linux_386/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/expvar.a' 'pkg/linux_386/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_386/encoding.a' 'pkg/netbsd_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64' 'pkg/netbsd_amd64/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/text' 'pkg/netbsd_amd64/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/text/tabwriter.a' 'pkg/netbsd_amd64/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/text/template' 'pkg/netbsd_amd64/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/text/template/parse.a' 'pkg/netbsd_amd64/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/text/template.a' 'pkg/netbsd_amd64/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/text/scanner.a' 'pkg/netbsd_amd64/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/sort.a' 'pkg/netbsd_amd64/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cgocall.h' 'pkg/netbsd_amd64/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/encoding' 'pkg/netbsd_amd64/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/encoding/asn1.a' 'pkg/netbsd_amd64/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/encoding/gob.a' 'pkg/netbsd_amd64/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/encoding/ascii85.a' 'pkg/netbsd_amd64/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/encoding/pem.a' 'pkg/netbsd_amd64/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/encoding/base64.a' 'pkg/netbsd_amd64/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/encoding/xml.a' 'pkg/netbsd_amd64/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/encoding/base32.a' 'pkg/netbsd_amd64/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/encoding/json.a' 'pkg/netbsd_amd64/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/encoding/hex.a' 'pkg/netbsd_amd64/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/encoding/binary.a' 'pkg/netbsd_amd64/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/encoding/csv.a' 'pkg/netbsd_amd64/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/html' 'pkg/netbsd_amd64/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/html/template.a' 'pkg/netbsd_amd64/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto' 'pkg/netbsd_amd64/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/subtle.a' 'pkg/netbsd_amd64/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/sha1.a' 'pkg/netbsd_amd64/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/x509' 'pkg/netbsd_amd64/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/x509/pkix.a' 'pkg/netbsd_amd64/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/ecdsa.a' 'pkg/netbsd_amd64/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/cipher.a' 'pkg/netbsd_amd64/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/aes.a' 'pkg/netbsd_amd64/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/elliptic.a' 'pkg/netbsd_amd64/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/rsa.a' 'pkg/netbsd_amd64/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/hmac.a' 'pkg/netbsd_amd64/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/md5.a' 'pkg/netbsd_amd64/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/dsa.a' 'pkg/netbsd_amd64/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/des.a' 'pkg/netbsd_amd64/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/tls.a' 'pkg/netbsd_amd64/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/x509.a' 'pkg/netbsd_amd64/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/sha256.a' 'pkg/netbsd_amd64/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/sha512.a' 'pkg/netbsd_amd64/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/rand.a' 'pkg/netbsd_amd64/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto/rc4.a' 'pkg/netbsd_amd64/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/path.a' 'pkg/netbsd_amd64/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/mime' 'pkg/netbsd_amd64/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/mime/multipart.a' 'pkg/netbsd_amd64/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/testing' 'pkg/netbsd_amd64/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/testing/quick.a' 'pkg/netbsd_amd64/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/testing/iotest.a' 'pkg/netbsd_amd64/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/bufio.a' 'pkg/netbsd_amd64/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/strings.a' 'pkg/netbsd_amd64/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/archive' 'pkg/netbsd_amd64/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/archive/tar.a' 'pkg/netbsd_amd64/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/archive/zip.a' 'pkg/netbsd_amd64/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/crypto.a' 'pkg/netbsd_amd64/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/image.a' 'pkg/netbsd_amd64/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/strconv.a' 'pkg/netbsd_amd64/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/compress' 'pkg/netbsd_amd64/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/compress/gzip.a' 'pkg/netbsd_amd64/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/compress/flate.a' 'pkg/netbsd_amd64/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/compress/zlib.a' 'pkg/netbsd_amd64/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/compress/lzw.a' 'pkg/netbsd_amd64/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/compress/bzip2.a' 'pkg/netbsd_amd64/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/runtime.h' 'pkg/netbsd_amd64/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/log' 'pkg/netbsd_amd64/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/log/syslog.a' 'pkg/netbsd_amd64/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/regexp' 'pkg/netbsd_amd64/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/regexp/syntax.a' 'pkg/netbsd_amd64/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/html.a' 'pkg/netbsd_amd64/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/mime.a' 'pkg/netbsd_amd64/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/image' 'pkg/netbsd_amd64/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/image/jpeg.a' 'pkg/netbsd_amd64/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/image/png.a' 'pkg/netbsd_amd64/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/image/color.a' 'pkg/netbsd_amd64/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/image/color' 'pkg/netbsd_amd64/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/image/color/palette.a' 'pkg/netbsd_amd64/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/image/draw.a' 'pkg/netbsd_amd64/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/image/gif.a' 'pkg/netbsd_amd64/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/flag.a' 'pkg/netbsd_amd64/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/math.a' 'pkg/netbsd_amd64/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/debug' 'pkg/netbsd_amd64/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/debug/gosym.a' 'pkg/netbsd_amd64/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/debug/plan9obj.a' 'pkg/netbsd_amd64/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/debug/elf.a' 'pkg/netbsd_amd64/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/debug/macho.a' 'pkg/netbsd_amd64/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/debug/dwarf.a' 'pkg/netbsd_amd64/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/debug/pe.a' 'pkg/netbsd_amd64/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/log.a' 'pkg/netbsd_amd64/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/math' 'pkg/netbsd_amd64/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/math/big.a' 'pkg/netbsd_amd64/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/math/cmplx.a' 'pkg/netbsd_amd64/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/math/rand.a' 'pkg/netbsd_amd64/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/database' 'pkg/netbsd_amd64/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/database/sql.a' 'pkg/netbsd_amd64/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/database/sql' 'pkg/netbsd_amd64/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/database/sql/driver.a' 'pkg/netbsd_amd64/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/io' 'pkg/netbsd_amd64/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/io/ioutil.a' 'pkg/netbsd_amd64/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/container' 'pkg/netbsd_amd64/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/container/ring.a' 'pkg/netbsd_amd64/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/container/list.a' 'pkg/netbsd_amd64/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/container/heap.a' 'pkg/netbsd_amd64/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/hash' 'pkg/netbsd_amd64/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/hash/adler32.a' 'pkg/netbsd_amd64/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/hash/fnv.a' 'pkg/netbsd_amd64/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/hash/crc32.a' 'pkg/netbsd_amd64/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/hash/crc64.a' 'pkg/netbsd_amd64/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net' 'pkg/netbsd_amd64/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net/http' 'pkg/netbsd_amd64/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net/http/cookiejar.a' 'pkg/netbsd_amd64/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net/http/httptest.a' 'pkg/netbsd_amd64/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net/http/httputil.a' 'pkg/netbsd_amd64/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net/http/cgi.a' 'pkg/netbsd_amd64/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net/http/internal.a' 'pkg/netbsd_amd64/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net/http/fcgi.a' 'pkg/netbsd_amd64/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net/http/pprof.a' 'pkg/netbsd_amd64/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net/mail.a' 'pkg/netbsd_amd64/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net/rpc.a' 'pkg/netbsd_amd64/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net/url.a' 'pkg/netbsd_amd64/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net/rpc' 'pkg/netbsd_amd64/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net/rpc/jsonrpc.a' 'pkg/netbsd_amd64/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net/http.a' 'pkg/netbsd_amd64/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net/textproto.a' 'pkg/netbsd_amd64/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net/smtp.a' 'pkg/netbsd_amd64/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/index' 'pkg/netbsd_amd64/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/index/suffixarray.a' 'pkg/netbsd_amd64/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/net.a' 'pkg/netbsd_amd64/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/runtime.a' 'pkg/netbsd_amd64/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/os.a' 'pkg/netbsd_amd64/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/io.a' 'pkg/netbsd_amd64/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/runtime' 'pkg/netbsd_amd64/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/runtime/debug.a' 'pkg/netbsd_amd64/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/runtime/race.a' 'pkg/netbsd_amd64/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/runtime/pprof.a' 'pkg/netbsd_amd64/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/sync.a' 'pkg/netbsd_amd64/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/time.a' 'pkg/netbsd_amd64/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/go' 'pkg/netbsd_amd64/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/go/parser.a' 'pkg/netbsd_amd64/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/go/doc.a' 'pkg/netbsd_amd64/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/go/token.a' 'pkg/netbsd_amd64/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/go/printer.a' 'pkg/netbsd_amd64/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/go/build.a' 'pkg/netbsd_amd64/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/go/ast.a' 'pkg/netbsd_amd64/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/go/format.a' 'pkg/netbsd_amd64/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/go/scanner.a' 'pkg/netbsd_amd64/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/unicode.a' 'pkg/netbsd_amd64/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/fmt.a' 'pkg/netbsd_amd64/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd' 'pkg/netbsd_amd64/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/internal' 'pkg/netbsd_amd64/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/internal/goobj.a' 'pkg/netbsd_amd64/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/internal/rsc.io' 'pkg/netbsd_amd64/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/internal/rsc.io/arm' 'pkg/netbsd_amd64/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/internal/rsc.io/arm/armasm.a' 'pkg/netbsd_amd64/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/internal/rsc.io/x86' 'pkg/netbsd_amd64/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/netbsd_amd64/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/internal/objfile.a' 'pkg/netbsd_amd64/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/pprof' 'pkg/netbsd_amd64/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal' 'pkg/netbsd_amd64/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/plugin.a' 'pkg/netbsd_amd64/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/commands.a' 'pkg/netbsd_amd64/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/report.a' 'pkg/netbsd_amd64/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/symbolizer.a' 'pkg/netbsd_amd64/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/svg.a' 'pkg/netbsd_amd64/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/fetch.a' 'pkg/netbsd_amd64/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/tempfile.a' 'pkg/netbsd_amd64/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/driver.a' 'pkg/netbsd_amd64/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/symbolz.a' 'pkg/netbsd_amd64/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/profile.a' 'pkg/netbsd_amd64/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/bytes.a' 'pkg/netbsd_amd64/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/unicode' 'pkg/netbsd_amd64/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/unicode/utf16.a' 'pkg/netbsd_amd64/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/unicode/utf8.a' 'pkg/netbsd_amd64/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/textflag.h' 'pkg/netbsd_amd64/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/testing.a' 'pkg/netbsd_amd64/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/sync' 'pkg/netbsd_amd64/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/sync/atomic.a' 'pkg/netbsd_amd64/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/reflect.a' 'pkg/netbsd_amd64/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/path' 'pkg/netbsd_amd64/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/path/filepath.a' 'pkg/netbsd_amd64/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/os' 'pkg/netbsd_amd64/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/os/signal.a' 'pkg/netbsd_amd64/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/os/exec.a' 'pkg/netbsd_amd64/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/os/user.a' 'pkg/netbsd_amd64/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/syscall.a' 'pkg/netbsd_amd64/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/hash.a' 'pkg/netbsd_amd64/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/funcdata.h' 'pkg/netbsd_amd64/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/errors.a' 'pkg/netbsd_amd64/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/regexp.a' 'pkg/netbsd_amd64/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/expvar.a' 'pkg/netbsd_amd64/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_amd64/encoding.a' 'pkg/plan9_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64' 'pkg/plan9_amd64/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/text' 'pkg/plan9_amd64/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/text/tabwriter.a' 'pkg/plan9_amd64/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/text/template' 'pkg/plan9_amd64/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/text/template/parse.a' 'pkg/plan9_amd64/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/text/template.a' 'pkg/plan9_amd64/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/text/scanner.a' 'pkg/plan9_amd64/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/sort.a' 'pkg/plan9_amd64/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cgocall.h' 'pkg/plan9_amd64/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/encoding' 'pkg/plan9_amd64/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/encoding/asn1.a' 'pkg/plan9_amd64/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/encoding/gob.a' 'pkg/plan9_amd64/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/encoding/ascii85.a' 'pkg/plan9_amd64/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/encoding/pem.a' 'pkg/plan9_amd64/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/encoding/base64.a' 'pkg/plan9_amd64/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/encoding/xml.a' 'pkg/plan9_amd64/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/encoding/base32.a' 'pkg/plan9_amd64/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/encoding/json.a' 'pkg/plan9_amd64/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/encoding/hex.a' 'pkg/plan9_amd64/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/encoding/binary.a' 'pkg/plan9_amd64/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/encoding/csv.a' 'pkg/plan9_amd64/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/html' 'pkg/plan9_amd64/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/html/template.a' 'pkg/plan9_amd64/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto' 'pkg/plan9_amd64/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/subtle.a' 'pkg/plan9_amd64/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/sha1.a' 'pkg/plan9_amd64/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/x509' 'pkg/plan9_amd64/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/x509/pkix.a' 'pkg/plan9_amd64/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/ecdsa.a' 'pkg/plan9_amd64/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/cipher.a' 'pkg/plan9_amd64/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/aes.a' 'pkg/plan9_amd64/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/elliptic.a' 'pkg/plan9_amd64/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/rsa.a' 'pkg/plan9_amd64/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/hmac.a' 'pkg/plan9_amd64/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/md5.a' 'pkg/plan9_amd64/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/dsa.a' 'pkg/plan9_amd64/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/des.a' 'pkg/plan9_amd64/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/tls.a' 'pkg/plan9_amd64/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/x509.a' 'pkg/plan9_amd64/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/sha256.a' 'pkg/plan9_amd64/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/sha512.a' 'pkg/plan9_amd64/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/rand.a' 'pkg/plan9_amd64/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto/rc4.a' 'pkg/plan9_amd64/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/path.a' 'pkg/plan9_amd64/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/mime' 'pkg/plan9_amd64/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/mime/multipart.a' 'pkg/plan9_amd64/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/testing' 'pkg/plan9_amd64/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/testing/quick.a' 'pkg/plan9_amd64/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/testing/iotest.a' 'pkg/plan9_amd64/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/bufio.a' 'pkg/plan9_amd64/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/strings.a' 'pkg/plan9_amd64/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/archive' 'pkg/plan9_amd64/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/archive/tar.a' 'pkg/plan9_amd64/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/archive/zip.a' 'pkg/plan9_amd64/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/crypto.a' 'pkg/plan9_amd64/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/image.a' 'pkg/plan9_amd64/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/strconv.a' 'pkg/plan9_amd64/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/compress' 'pkg/plan9_amd64/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/compress/gzip.a' 'pkg/plan9_amd64/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/compress/flate.a' 'pkg/plan9_amd64/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/compress/zlib.a' 'pkg/plan9_amd64/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/compress/lzw.a' 'pkg/plan9_amd64/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/compress/bzip2.a' 'pkg/plan9_amd64/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/runtime.h' 'pkg/plan9_amd64/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/log' 'pkg/plan9_amd64/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/log/syslog.a' 'pkg/plan9_amd64/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/regexp' 'pkg/plan9_amd64/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/regexp/syntax.a' 'pkg/plan9_amd64/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/html.a' 'pkg/plan9_amd64/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/mime.a' 'pkg/plan9_amd64/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/image' 'pkg/plan9_amd64/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/image/jpeg.a' 'pkg/plan9_amd64/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/image/png.a' 'pkg/plan9_amd64/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/image/color.a' 'pkg/plan9_amd64/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/image/color' 'pkg/plan9_amd64/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/image/color/palette.a' 'pkg/plan9_amd64/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/image/draw.a' 'pkg/plan9_amd64/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/image/gif.a' 'pkg/plan9_amd64/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/flag.a' 'pkg/plan9_amd64/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/math.a' 'pkg/plan9_amd64/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/debug' 'pkg/plan9_amd64/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/debug/gosym.a' 'pkg/plan9_amd64/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/debug/plan9obj.a' 'pkg/plan9_amd64/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/debug/elf.a' 'pkg/plan9_amd64/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/debug/macho.a' 'pkg/plan9_amd64/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/debug/dwarf.a' 'pkg/plan9_amd64/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/debug/pe.a' 'pkg/plan9_amd64/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/log.a' 'pkg/plan9_amd64/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/math' 'pkg/plan9_amd64/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/math/big.a' 'pkg/plan9_amd64/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/math/cmplx.a' 'pkg/plan9_amd64/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/math/rand.a' 'pkg/plan9_amd64/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/database' 'pkg/plan9_amd64/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/database/sql.a' 'pkg/plan9_amd64/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/database/sql' 'pkg/plan9_amd64/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/database/sql/driver.a' 'pkg/plan9_amd64/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/io' 'pkg/plan9_amd64/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/io/ioutil.a' 'pkg/plan9_amd64/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/container' 'pkg/plan9_amd64/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/container/ring.a' 'pkg/plan9_amd64/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/container/list.a' 'pkg/plan9_amd64/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/container/heap.a' 'pkg/plan9_amd64/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/hash' 'pkg/plan9_amd64/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/hash/adler32.a' 'pkg/plan9_amd64/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/hash/fnv.a' 'pkg/plan9_amd64/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/hash/crc32.a' 'pkg/plan9_amd64/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/hash/crc64.a' 'pkg/plan9_amd64/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net' 'pkg/plan9_amd64/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net/http' 'pkg/plan9_amd64/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net/http/cookiejar.a' 'pkg/plan9_amd64/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net/http/httptest.a' 'pkg/plan9_amd64/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net/http/httputil.a' 'pkg/plan9_amd64/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net/http/cgi.a' 'pkg/plan9_amd64/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net/http/internal.a' 'pkg/plan9_amd64/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net/http/fcgi.a' 'pkg/plan9_amd64/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net/http/pprof.a' 'pkg/plan9_amd64/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net/mail.a' 'pkg/plan9_amd64/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net/rpc.a' 'pkg/plan9_amd64/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net/url.a' 'pkg/plan9_amd64/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net/rpc' 'pkg/plan9_amd64/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net/rpc/jsonrpc.a' 'pkg/plan9_amd64/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net/http.a' 'pkg/plan9_amd64/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net/textproto.a' 'pkg/plan9_amd64/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net/smtp.a' 'pkg/plan9_amd64/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/index' 'pkg/plan9_amd64/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/index/suffixarray.a' 'pkg/plan9_amd64/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/net.a' 'pkg/plan9_amd64/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/runtime.a' 'pkg/plan9_amd64/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/os.a' 'pkg/plan9_amd64/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/io.a' 'pkg/plan9_amd64/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/runtime' 'pkg/plan9_amd64/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/runtime/debug.a' 'pkg/plan9_amd64/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/runtime/race.a' 'pkg/plan9_amd64/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/runtime/pprof.a' 'pkg/plan9_amd64/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/sync.a' 'pkg/plan9_amd64/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/time.a' 'pkg/plan9_amd64/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/go' 'pkg/plan9_amd64/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/go/parser.a' 'pkg/plan9_amd64/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/go/doc.a' 'pkg/plan9_amd64/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/go/token.a' 'pkg/plan9_amd64/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/go/printer.a' 'pkg/plan9_amd64/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/go/build.a' 'pkg/plan9_amd64/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/go/ast.a' 'pkg/plan9_amd64/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/go/format.a' 'pkg/plan9_amd64/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/go/scanner.a' 'pkg/plan9_amd64/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/unicode.a' 'pkg/plan9_amd64/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/fmt.a' 'pkg/plan9_amd64/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd' 'pkg/plan9_amd64/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/internal' 'pkg/plan9_amd64/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/internal/goobj.a' 'pkg/plan9_amd64/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/internal/rsc.io' 'pkg/plan9_amd64/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/internal/rsc.io/arm' 'pkg/plan9_amd64/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/internal/rsc.io/arm/armasm.a' 'pkg/plan9_amd64/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/internal/rsc.io/x86' 'pkg/plan9_amd64/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/plan9_amd64/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/internal/objfile.a' 'pkg/plan9_amd64/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/pprof' 'pkg/plan9_amd64/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal' 'pkg/plan9_amd64/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/plugin.a' 'pkg/plan9_amd64/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/commands.a' 'pkg/plan9_amd64/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/report.a' 'pkg/plan9_amd64/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/symbolizer.a' 'pkg/plan9_amd64/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/svg.a' 'pkg/plan9_amd64/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/fetch.a' 'pkg/plan9_amd64/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/tempfile.a' 'pkg/plan9_amd64/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/driver.a' 'pkg/plan9_amd64/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/symbolz.a' 'pkg/plan9_amd64/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/profile.a' 'pkg/plan9_amd64/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/bytes.a' 'pkg/plan9_amd64/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/unicode' 'pkg/plan9_amd64/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/unicode/utf16.a' 'pkg/plan9_amd64/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/unicode/utf8.a' 'pkg/plan9_amd64/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/textflag.h' 'pkg/plan9_amd64/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/testing.a' 'pkg/plan9_amd64/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/sync' 'pkg/plan9_amd64/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/sync/atomic.a' 'pkg/plan9_amd64/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/reflect.a' 'pkg/plan9_amd64/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/path' 'pkg/plan9_amd64/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/path/filepath.a' 'pkg/plan9_amd64/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/os' 'pkg/plan9_amd64/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/os/signal.a' 'pkg/plan9_amd64/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/os/exec.a' 'pkg/plan9_amd64/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/os/user.a' 'pkg/plan9_amd64/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/syscall.a' 'pkg/plan9_amd64/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/hash.a' 'pkg/plan9_amd64/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/funcdata.h' 'pkg/plan9_amd64/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/errors.a' 'pkg/plan9_amd64/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/regexp.a' 'pkg/plan9_amd64/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/expvar.a' 'pkg/plan9_amd64/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/plan9_amd64/encoding.a' 'pkg/linux_arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm' 'pkg/linux_arm/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/text' 'pkg/linux_arm/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/text/tabwriter.a' 'pkg/linux_arm/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/text/template' 'pkg/linux_arm/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/text/template/parse.a' 'pkg/linux_arm/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/text/template.a' 'pkg/linux_arm/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/text/scanner.a' 'pkg/linux_arm/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/sort.a' 'pkg/linux_arm/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cgocall.h' 'pkg/linux_arm/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/encoding' 'pkg/linux_arm/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/encoding/asn1.a' 'pkg/linux_arm/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/encoding/gob.a' 'pkg/linux_arm/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/encoding/ascii85.a' 'pkg/linux_arm/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/encoding/pem.a' 'pkg/linux_arm/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/encoding/base64.a' 'pkg/linux_arm/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/encoding/xml.a' 'pkg/linux_arm/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/encoding/base32.a' 'pkg/linux_arm/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/encoding/json.a' 'pkg/linux_arm/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/encoding/hex.a' 'pkg/linux_arm/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/encoding/binary.a' 'pkg/linux_arm/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/encoding/csv.a' 'pkg/linux_arm/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/html' 'pkg/linux_arm/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/html/template.a' 'pkg/linux_arm/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto' 'pkg/linux_arm/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/subtle.a' 'pkg/linux_arm/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/sha1.a' 'pkg/linux_arm/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/x509' 'pkg/linux_arm/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/x509/pkix.a' 'pkg/linux_arm/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/ecdsa.a' 'pkg/linux_arm/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/cipher.a' 'pkg/linux_arm/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/aes.a' 'pkg/linux_arm/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/elliptic.a' 'pkg/linux_arm/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/rsa.a' 'pkg/linux_arm/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/hmac.a' 'pkg/linux_arm/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/md5.a' 'pkg/linux_arm/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/dsa.a' 'pkg/linux_arm/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/des.a' 'pkg/linux_arm/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/tls.a' 'pkg/linux_arm/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/x509.a' 'pkg/linux_arm/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/sha256.a' 'pkg/linux_arm/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/sha512.a' 'pkg/linux_arm/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/rand.a' 'pkg/linux_arm/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto/rc4.a' 'pkg/linux_arm/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/path.a' 'pkg/linux_arm/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/mime' 'pkg/linux_arm/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/mime/multipart.a' 'pkg/linux_arm/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/testing' 'pkg/linux_arm/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/testing/quick.a' 'pkg/linux_arm/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/testing/iotest.a' 'pkg/linux_arm/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/bufio.a' 'pkg/linux_arm/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/strings.a' 'pkg/linux_arm/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/archive' 'pkg/linux_arm/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/archive/tar.a' 'pkg/linux_arm/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/archive/zip.a' 'pkg/linux_arm/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/crypto.a' 'pkg/linux_arm/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/image.a' 'pkg/linux_arm/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/strconv.a' 'pkg/linux_arm/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/compress' 'pkg/linux_arm/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/compress/gzip.a' 'pkg/linux_arm/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/compress/flate.a' 'pkg/linux_arm/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/compress/zlib.a' 'pkg/linux_arm/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/compress/lzw.a' 'pkg/linux_arm/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/compress/bzip2.a' 'pkg/linux_arm/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/runtime.h' 'pkg/linux_arm/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/log' 'pkg/linux_arm/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/log/syslog.a' 'pkg/linux_arm/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/regexp' 'pkg/linux_arm/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/regexp/syntax.a' 'pkg/linux_arm/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/html.a' 'pkg/linux_arm/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/mime.a' 'pkg/linux_arm/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/image' 'pkg/linux_arm/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/image/jpeg.a' 'pkg/linux_arm/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/image/png.a' 'pkg/linux_arm/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/image/color.a' 'pkg/linux_arm/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/image/color' 'pkg/linux_arm/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/image/color/palette.a' 'pkg/linux_arm/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/image/draw.a' 'pkg/linux_arm/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/image/gif.a' 'pkg/linux_arm/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/flag.a' 'pkg/linux_arm/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/math.a' 'pkg/linux_arm/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/debug' 'pkg/linux_arm/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/debug/gosym.a' 'pkg/linux_arm/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/debug/plan9obj.a' 'pkg/linux_arm/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/debug/elf.a' 'pkg/linux_arm/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/debug/macho.a' 'pkg/linux_arm/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/debug/dwarf.a' 'pkg/linux_arm/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/debug/pe.a' 'pkg/linux_arm/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/log.a' 'pkg/linux_arm/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/math' 'pkg/linux_arm/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/math/big.a' 'pkg/linux_arm/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/math/cmplx.a' 'pkg/linux_arm/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/math/rand.a' 'pkg/linux_arm/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/database' 'pkg/linux_arm/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/database/sql.a' 'pkg/linux_arm/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/database/sql' 'pkg/linux_arm/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/database/sql/driver.a' 'pkg/linux_arm/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/io' 'pkg/linux_arm/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/io/ioutil.a' 'pkg/linux_arm/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/container' 'pkg/linux_arm/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/container/ring.a' 'pkg/linux_arm/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/container/list.a' 'pkg/linux_arm/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/container/heap.a' 'pkg/linux_arm/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/hash' 'pkg/linux_arm/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/hash/adler32.a' 'pkg/linux_arm/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/hash/fnv.a' 'pkg/linux_arm/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/hash/crc32.a' 'pkg/linux_arm/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/hash/crc64.a' 'pkg/linux_arm/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net' 'pkg/linux_arm/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net/http' 'pkg/linux_arm/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net/http/cookiejar.a' 'pkg/linux_arm/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net/http/httptest.a' 'pkg/linux_arm/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net/http/httputil.a' 'pkg/linux_arm/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net/http/cgi.a' 'pkg/linux_arm/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net/http/internal.a' 'pkg/linux_arm/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net/http/fcgi.a' 'pkg/linux_arm/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net/http/pprof.a' 'pkg/linux_arm/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net/mail.a' 'pkg/linux_arm/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net/rpc.a' 'pkg/linux_arm/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net/url.a' 'pkg/linux_arm/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net/rpc' 'pkg/linux_arm/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net/rpc/jsonrpc.a' 'pkg/linux_arm/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net/http.a' 'pkg/linux_arm/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net/textproto.a' 'pkg/linux_arm/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net/smtp.a' 'pkg/linux_arm/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/index' 'pkg/linux_arm/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/index/suffixarray.a' 'pkg/linux_arm/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/net.a' 'pkg/linux_arm/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/runtime.a' 'pkg/linux_arm/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/os.a' 'pkg/linux_arm/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/io.a' 'pkg/linux_arm/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/internal' 'pkg/linux_arm/internal/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/internal/syscall.a' 'pkg/linux_arm/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/runtime' 'pkg/linux_arm/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/runtime/debug.a' 'pkg/linux_arm/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/runtime/race.a' 'pkg/linux_arm/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/runtime/pprof.a' 'pkg/linux_arm/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/sync.a' 'pkg/linux_arm/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/time.a' 'pkg/linux_arm/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/go' 'pkg/linux_arm/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/go/parser.a' 'pkg/linux_arm/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/go/doc.a' 'pkg/linux_arm/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/go/token.a' 'pkg/linux_arm/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/go/printer.a' 'pkg/linux_arm/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/go/build.a' 'pkg/linux_arm/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/go/ast.a' 'pkg/linux_arm/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/go/format.a' 'pkg/linux_arm/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/go/scanner.a' 'pkg/linux_arm/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/unicode.a' 'pkg/linux_arm/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/fmt.a' 'pkg/linux_arm/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd' 'pkg/linux_arm/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/internal' 'pkg/linux_arm/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/internal/goobj.a' 'pkg/linux_arm/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/internal/rsc.io' 'pkg/linux_arm/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/internal/rsc.io/arm' 'pkg/linux_arm/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/internal/rsc.io/arm/armasm.a' 'pkg/linux_arm/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/internal/rsc.io/x86' 'pkg/linux_arm/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/linux_arm/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/internal/objfile.a' 'pkg/linux_arm/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/pprof' 'pkg/linux_arm/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/pprof/internal' 'pkg/linux_arm/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/plugin.a' 'pkg/linux_arm/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/commands.a' 'pkg/linux_arm/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/report.a' 'pkg/linux_arm/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/symbolizer.a' 'pkg/linux_arm/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/svg.a' 'pkg/linux_arm/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/fetch.a' 'pkg/linux_arm/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/tempfile.a' 'pkg/linux_arm/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/driver.a' 'pkg/linux_arm/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/symbolz.a' 'pkg/linux_arm/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/profile.a' 'pkg/linux_arm/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/bytes.a' 'pkg/linux_arm/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/unicode' 'pkg/linux_arm/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/unicode/utf16.a' 'pkg/linux_arm/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/unicode/utf8.a' 'pkg/linux_arm/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/textflag.h' 'pkg/linux_arm/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/testing.a' 'pkg/linux_arm/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/sync' 'pkg/linux_arm/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/sync/atomic.a' 'pkg/linux_arm/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/reflect.a' 'pkg/linux_arm/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/path' 'pkg/linux_arm/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/path/filepath.a' 'pkg/linux_arm/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/os' 'pkg/linux_arm/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/os/signal.a' 'pkg/linux_arm/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/os/exec.a' 'pkg/linux_arm/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/os/user.a' 'pkg/linux_arm/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/syscall.a' 'pkg/linux_arm/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/hash.a' 'pkg/linux_arm/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/funcdata.h' 'pkg/linux_arm/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/errors.a' 'pkg/linux_arm/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/regexp.a' 'pkg/linux_arm/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/expvar.a' 'pkg/linux_arm/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_arm/encoding.a' 'pkg/freebsd_arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm' 'pkg/freebsd_arm/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/text' 'pkg/freebsd_arm/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/text/tabwriter.a' 'pkg/freebsd_arm/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/text/template' 'pkg/freebsd_arm/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/text/template/parse.a' 'pkg/freebsd_arm/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/text/template.a' 'pkg/freebsd_arm/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/text/scanner.a' 'pkg/freebsd_arm/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/sort.a' 'pkg/freebsd_arm/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cgocall.h' 'pkg/freebsd_arm/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/encoding' 'pkg/freebsd_arm/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/encoding/asn1.a' 'pkg/freebsd_arm/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/encoding/gob.a' 'pkg/freebsd_arm/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/encoding/ascii85.a' 'pkg/freebsd_arm/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/encoding/pem.a' 'pkg/freebsd_arm/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/encoding/base64.a' 'pkg/freebsd_arm/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/encoding/xml.a' 'pkg/freebsd_arm/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/encoding/base32.a' 'pkg/freebsd_arm/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/encoding/json.a' 'pkg/freebsd_arm/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/encoding/hex.a' 'pkg/freebsd_arm/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/encoding/binary.a' 'pkg/freebsd_arm/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/encoding/csv.a' 'pkg/freebsd_arm/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/html' 'pkg/freebsd_arm/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/html/template.a' 'pkg/freebsd_arm/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto' 'pkg/freebsd_arm/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/subtle.a' 'pkg/freebsd_arm/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/sha1.a' 'pkg/freebsd_arm/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/x509' 'pkg/freebsd_arm/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/x509/pkix.a' 'pkg/freebsd_arm/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/ecdsa.a' 'pkg/freebsd_arm/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/cipher.a' 'pkg/freebsd_arm/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/aes.a' 'pkg/freebsd_arm/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/elliptic.a' 'pkg/freebsd_arm/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/rsa.a' 'pkg/freebsd_arm/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/hmac.a' 'pkg/freebsd_arm/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/md5.a' 'pkg/freebsd_arm/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/dsa.a' 'pkg/freebsd_arm/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/des.a' 'pkg/freebsd_arm/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/tls.a' 'pkg/freebsd_arm/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/x509.a' 'pkg/freebsd_arm/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/sha256.a' 'pkg/freebsd_arm/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/sha512.a' 'pkg/freebsd_arm/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/rand.a' 'pkg/freebsd_arm/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto/rc4.a' 'pkg/freebsd_arm/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/path.a' 'pkg/freebsd_arm/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/mime' 'pkg/freebsd_arm/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/mime/multipart.a' 'pkg/freebsd_arm/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/testing' 'pkg/freebsd_arm/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/testing/quick.a' 'pkg/freebsd_arm/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/testing/iotest.a' 'pkg/freebsd_arm/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/bufio.a' 'pkg/freebsd_arm/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/strings.a' 'pkg/freebsd_arm/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/archive' 'pkg/freebsd_arm/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/archive/tar.a' 'pkg/freebsd_arm/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/archive/zip.a' 'pkg/freebsd_arm/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/crypto.a' 'pkg/freebsd_arm/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/image.a' 'pkg/freebsd_arm/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/strconv.a' 'pkg/freebsd_arm/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/compress' 'pkg/freebsd_arm/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/compress/gzip.a' 'pkg/freebsd_arm/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/compress/flate.a' 'pkg/freebsd_arm/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/compress/zlib.a' 'pkg/freebsd_arm/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/compress/lzw.a' 'pkg/freebsd_arm/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/compress/bzip2.a' 'pkg/freebsd_arm/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/runtime.h' 'pkg/freebsd_arm/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/log' 'pkg/freebsd_arm/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/log/syslog.a' 'pkg/freebsd_arm/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/regexp' 'pkg/freebsd_arm/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/regexp/syntax.a' 'pkg/freebsd_arm/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/html.a' 'pkg/freebsd_arm/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/mime.a' 'pkg/freebsd_arm/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/image' 'pkg/freebsd_arm/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/image/jpeg.a' 'pkg/freebsd_arm/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/image/png.a' 'pkg/freebsd_arm/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/image/color.a' 'pkg/freebsd_arm/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/image/color' 'pkg/freebsd_arm/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/image/color/palette.a' 'pkg/freebsd_arm/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/image/draw.a' 'pkg/freebsd_arm/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/image/gif.a' 'pkg/freebsd_arm/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/flag.a' 'pkg/freebsd_arm/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/math.a' 'pkg/freebsd_arm/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/debug' 'pkg/freebsd_arm/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/debug/gosym.a' 'pkg/freebsd_arm/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/debug/plan9obj.a' 'pkg/freebsd_arm/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/debug/elf.a' 'pkg/freebsd_arm/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/debug/macho.a' 'pkg/freebsd_arm/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/debug/dwarf.a' 'pkg/freebsd_arm/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/debug/pe.a' 'pkg/freebsd_arm/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/log.a' 'pkg/freebsd_arm/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/math' 'pkg/freebsd_arm/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/math/big.a' 'pkg/freebsd_arm/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/math/cmplx.a' 'pkg/freebsd_arm/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/math/rand.a' 'pkg/freebsd_arm/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/database' 'pkg/freebsd_arm/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/database/sql.a' 'pkg/freebsd_arm/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/database/sql' 'pkg/freebsd_arm/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/database/sql/driver.a' 'pkg/freebsd_arm/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/io' 'pkg/freebsd_arm/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/io/ioutil.a' 'pkg/freebsd_arm/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/container' 'pkg/freebsd_arm/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/container/ring.a' 'pkg/freebsd_arm/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/container/list.a' 'pkg/freebsd_arm/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/container/heap.a' 'pkg/freebsd_arm/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/hash' 'pkg/freebsd_arm/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/hash/adler32.a' 'pkg/freebsd_arm/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/hash/fnv.a' 'pkg/freebsd_arm/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/hash/crc32.a' 'pkg/freebsd_arm/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/hash/crc64.a' 'pkg/freebsd_arm/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net' 'pkg/freebsd_arm/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net/http' 'pkg/freebsd_arm/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net/http/cookiejar.a' 'pkg/freebsd_arm/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net/http/httptest.a' 'pkg/freebsd_arm/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net/http/httputil.a' 'pkg/freebsd_arm/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net/http/cgi.a' 'pkg/freebsd_arm/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net/http/internal.a' 'pkg/freebsd_arm/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net/http/fcgi.a' 'pkg/freebsd_arm/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net/http/pprof.a' 'pkg/freebsd_arm/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net/mail.a' 'pkg/freebsd_arm/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net/rpc.a' 'pkg/freebsd_arm/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net/url.a' 'pkg/freebsd_arm/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net/rpc' 'pkg/freebsd_arm/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net/rpc/jsonrpc.a' 'pkg/freebsd_arm/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net/http.a' 'pkg/freebsd_arm/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net/textproto.a' 'pkg/freebsd_arm/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net/smtp.a' 'pkg/freebsd_arm/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/index' 'pkg/freebsd_arm/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/index/suffixarray.a' 'pkg/freebsd_arm/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/net.a' 'pkg/freebsd_arm/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/runtime.a' 'pkg/freebsd_arm/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/os.a' 'pkg/freebsd_arm/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/io.a' 'pkg/freebsd_arm/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/runtime' 'pkg/freebsd_arm/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/runtime/debug.a' 'pkg/freebsd_arm/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/runtime/race.a' 'pkg/freebsd_arm/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/runtime/pprof.a' 'pkg/freebsd_arm/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/sync.a' 'pkg/freebsd_arm/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/time.a' 'pkg/freebsd_arm/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/go' 'pkg/freebsd_arm/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/go/parser.a' 'pkg/freebsd_arm/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/go/doc.a' 'pkg/freebsd_arm/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/go/token.a' 'pkg/freebsd_arm/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/go/printer.a' 'pkg/freebsd_arm/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/go/build.a' 'pkg/freebsd_arm/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/go/ast.a' 'pkg/freebsd_arm/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/go/format.a' 'pkg/freebsd_arm/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/go/scanner.a' 'pkg/freebsd_arm/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/unicode.a' 'pkg/freebsd_arm/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/fmt.a' 'pkg/freebsd_arm/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd' 'pkg/freebsd_arm/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/internal' 'pkg/freebsd_arm/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/internal/goobj.a' 'pkg/freebsd_arm/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/internal/rsc.io' 'pkg/freebsd_arm/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/internal/rsc.io/arm' 'pkg/freebsd_arm/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/internal/rsc.io/arm/armasm.a' 'pkg/freebsd_arm/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/internal/rsc.io/x86' 'pkg/freebsd_arm/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/freebsd_arm/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/internal/objfile.a' 'pkg/freebsd_arm/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/pprof' 'pkg/freebsd_arm/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal' 'pkg/freebsd_arm/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/plugin.a' 'pkg/freebsd_arm/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/commands.a' 'pkg/freebsd_arm/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/report.a' 'pkg/freebsd_arm/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/symbolizer.a' 'pkg/freebsd_arm/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/svg.a' 'pkg/freebsd_arm/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/fetch.a' 'pkg/freebsd_arm/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/tempfile.a' 'pkg/freebsd_arm/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/driver.a' 'pkg/freebsd_arm/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/symbolz.a' 'pkg/freebsd_arm/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/profile.a' 'pkg/freebsd_arm/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/bytes.a' 'pkg/freebsd_arm/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/unicode' 'pkg/freebsd_arm/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/unicode/utf16.a' 'pkg/freebsd_arm/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/unicode/utf8.a' 'pkg/freebsd_arm/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/textflag.h' 'pkg/freebsd_arm/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/testing.a' 'pkg/freebsd_arm/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/sync' 'pkg/freebsd_arm/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/sync/atomic.a' 'pkg/freebsd_arm/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/reflect.a' 'pkg/freebsd_arm/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/path' 'pkg/freebsd_arm/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/path/filepath.a' 'pkg/freebsd_arm/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/os' 'pkg/freebsd_arm/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/os/signal.a' 'pkg/freebsd_arm/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/os/exec.a' 'pkg/freebsd_arm/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/os/user.a' 'pkg/freebsd_arm/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/syscall.a' 'pkg/freebsd_arm/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/hash.a' 'pkg/freebsd_arm/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/funcdata.h' 'pkg/freebsd_arm/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/errors.a' 'pkg/freebsd_arm/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/regexp.a' 'pkg/freebsd_arm/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/expvar.a' 'pkg/freebsd_arm/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_arm/encoding.a' 'pkg/openbsd_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386' 'pkg/openbsd_386/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/text' 'pkg/openbsd_386/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/text/tabwriter.a' 'pkg/openbsd_386/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/text/template' 'pkg/openbsd_386/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/text/template/parse.a' 'pkg/openbsd_386/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/text/template.a' 'pkg/openbsd_386/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/text/scanner.a' 'pkg/openbsd_386/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/sort.a' 'pkg/openbsd_386/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cgocall.h' 'pkg/openbsd_386/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/encoding' 'pkg/openbsd_386/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/encoding/asn1.a' 'pkg/openbsd_386/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/encoding/gob.a' 'pkg/openbsd_386/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/encoding/ascii85.a' 'pkg/openbsd_386/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/encoding/pem.a' 'pkg/openbsd_386/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/encoding/base64.a' 'pkg/openbsd_386/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/encoding/xml.a' 'pkg/openbsd_386/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/encoding/base32.a' 'pkg/openbsd_386/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/encoding/json.a' 'pkg/openbsd_386/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/encoding/hex.a' 'pkg/openbsd_386/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/encoding/binary.a' 'pkg/openbsd_386/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/encoding/csv.a' 'pkg/openbsd_386/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/html' 'pkg/openbsd_386/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/html/template.a' 'pkg/openbsd_386/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto' 'pkg/openbsd_386/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/subtle.a' 'pkg/openbsd_386/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/sha1.a' 'pkg/openbsd_386/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/x509' 'pkg/openbsd_386/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/x509/pkix.a' 'pkg/openbsd_386/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/ecdsa.a' 'pkg/openbsd_386/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/cipher.a' 'pkg/openbsd_386/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/aes.a' 'pkg/openbsd_386/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/elliptic.a' 'pkg/openbsd_386/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/rsa.a' 'pkg/openbsd_386/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/hmac.a' 'pkg/openbsd_386/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/md5.a' 'pkg/openbsd_386/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/dsa.a' 'pkg/openbsd_386/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/des.a' 'pkg/openbsd_386/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/tls.a' 'pkg/openbsd_386/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/x509.a' 'pkg/openbsd_386/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/sha256.a' 'pkg/openbsd_386/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/sha512.a' 'pkg/openbsd_386/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/rand.a' 'pkg/openbsd_386/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto/rc4.a' 'pkg/openbsd_386/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/path.a' 'pkg/openbsd_386/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/mime' 'pkg/openbsd_386/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/mime/multipart.a' 'pkg/openbsd_386/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/testing' 'pkg/openbsd_386/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/testing/quick.a' 'pkg/openbsd_386/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/testing/iotest.a' 'pkg/openbsd_386/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/bufio.a' 'pkg/openbsd_386/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/strings.a' 'pkg/openbsd_386/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/archive' 'pkg/openbsd_386/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/archive/tar.a' 'pkg/openbsd_386/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/archive/zip.a' 'pkg/openbsd_386/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/crypto.a' 'pkg/openbsd_386/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/image.a' 'pkg/openbsd_386/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/strconv.a' 'pkg/openbsd_386/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/compress' 'pkg/openbsd_386/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/compress/gzip.a' 'pkg/openbsd_386/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/compress/flate.a' 'pkg/openbsd_386/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/compress/zlib.a' 'pkg/openbsd_386/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/compress/lzw.a' 'pkg/openbsd_386/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/compress/bzip2.a' 'pkg/openbsd_386/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/runtime.h' 'pkg/openbsd_386/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/log' 'pkg/openbsd_386/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/log/syslog.a' 'pkg/openbsd_386/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/regexp' 'pkg/openbsd_386/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/regexp/syntax.a' 'pkg/openbsd_386/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/html.a' 'pkg/openbsd_386/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/mime.a' 'pkg/openbsd_386/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/image' 'pkg/openbsd_386/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/image/jpeg.a' 'pkg/openbsd_386/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/image/png.a' 'pkg/openbsd_386/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/image/color.a' 'pkg/openbsd_386/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/image/color' 'pkg/openbsd_386/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/image/color/palette.a' 'pkg/openbsd_386/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/image/draw.a' 'pkg/openbsd_386/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/image/gif.a' 'pkg/openbsd_386/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/flag.a' 'pkg/openbsd_386/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/math.a' 'pkg/openbsd_386/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/debug' 'pkg/openbsd_386/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/debug/gosym.a' 'pkg/openbsd_386/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/debug/plan9obj.a' 'pkg/openbsd_386/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/debug/elf.a' 'pkg/openbsd_386/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/debug/macho.a' 'pkg/openbsd_386/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/debug/dwarf.a' 'pkg/openbsd_386/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/debug/pe.a' 'pkg/openbsd_386/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/log.a' 'pkg/openbsd_386/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/math' 'pkg/openbsd_386/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/math/big.a' 'pkg/openbsd_386/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/math/cmplx.a' 'pkg/openbsd_386/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/math/rand.a' 'pkg/openbsd_386/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/database' 'pkg/openbsd_386/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/database/sql.a' 'pkg/openbsd_386/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/database/sql' 'pkg/openbsd_386/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/database/sql/driver.a' 'pkg/openbsd_386/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/io' 'pkg/openbsd_386/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/io/ioutil.a' 'pkg/openbsd_386/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/container' 'pkg/openbsd_386/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/container/ring.a' 'pkg/openbsd_386/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/container/list.a' 'pkg/openbsd_386/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/container/heap.a' 'pkg/openbsd_386/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/hash' 'pkg/openbsd_386/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/hash/adler32.a' 'pkg/openbsd_386/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/hash/fnv.a' 'pkg/openbsd_386/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/hash/crc32.a' 'pkg/openbsd_386/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/hash/crc64.a' 'pkg/openbsd_386/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net' 'pkg/openbsd_386/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net/http' 'pkg/openbsd_386/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net/http/cookiejar.a' 'pkg/openbsd_386/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net/http/httptest.a' 'pkg/openbsd_386/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net/http/httputil.a' 'pkg/openbsd_386/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net/http/cgi.a' 'pkg/openbsd_386/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net/http/internal.a' 'pkg/openbsd_386/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net/http/fcgi.a' 'pkg/openbsd_386/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net/http/pprof.a' 'pkg/openbsd_386/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net/mail.a' 'pkg/openbsd_386/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net/rpc.a' 'pkg/openbsd_386/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net/url.a' 'pkg/openbsd_386/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net/rpc' 'pkg/openbsd_386/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net/rpc/jsonrpc.a' 'pkg/openbsd_386/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net/http.a' 'pkg/openbsd_386/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net/textproto.a' 'pkg/openbsd_386/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net/smtp.a' 'pkg/openbsd_386/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/index' 'pkg/openbsd_386/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/index/suffixarray.a' 'pkg/openbsd_386/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/net.a' 'pkg/openbsd_386/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/runtime.a' 'pkg/openbsd_386/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/os.a' 'pkg/openbsd_386/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/io.a' 'pkg/openbsd_386/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/runtime' 'pkg/openbsd_386/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/runtime/debug.a' 'pkg/openbsd_386/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/runtime/race.a' 'pkg/openbsd_386/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/runtime/pprof.a' 'pkg/openbsd_386/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/sync.a' 'pkg/openbsd_386/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/time.a' 'pkg/openbsd_386/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/go' 'pkg/openbsd_386/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/go/parser.a' 'pkg/openbsd_386/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/go/doc.a' 'pkg/openbsd_386/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/go/token.a' 'pkg/openbsd_386/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/go/printer.a' 'pkg/openbsd_386/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/go/build.a' 'pkg/openbsd_386/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/go/ast.a' 'pkg/openbsd_386/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/go/format.a' 'pkg/openbsd_386/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/go/scanner.a' 'pkg/openbsd_386/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/unicode.a' 'pkg/openbsd_386/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/fmt.a' 'pkg/openbsd_386/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd' 'pkg/openbsd_386/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/internal' 'pkg/openbsd_386/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/internal/goobj.a' 'pkg/openbsd_386/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/internal/rsc.io' 'pkg/openbsd_386/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/internal/rsc.io/arm' 'pkg/openbsd_386/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/internal/rsc.io/arm/armasm.a' 'pkg/openbsd_386/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/internal/rsc.io/x86' 'pkg/openbsd_386/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/openbsd_386/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/internal/objfile.a' 'pkg/openbsd_386/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/pprof' 'pkg/openbsd_386/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal' 'pkg/openbsd_386/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/plugin.a' 'pkg/openbsd_386/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/commands.a' 'pkg/openbsd_386/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/report.a' 'pkg/openbsd_386/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/symbolizer.a' 'pkg/openbsd_386/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/svg.a' 'pkg/openbsd_386/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/fetch.a' 'pkg/openbsd_386/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/tempfile.a' 'pkg/openbsd_386/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/driver.a' 'pkg/openbsd_386/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/symbolz.a' 'pkg/openbsd_386/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/profile.a' 'pkg/openbsd_386/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/bytes.a' 'pkg/openbsd_386/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/unicode' 'pkg/openbsd_386/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/unicode/utf16.a' 'pkg/openbsd_386/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/unicode/utf8.a' 'pkg/openbsd_386/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/textflag.h' 'pkg/openbsd_386/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/testing.a' 'pkg/openbsd_386/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/sync' 'pkg/openbsd_386/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/sync/atomic.a' 'pkg/openbsd_386/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/reflect.a' 'pkg/openbsd_386/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/path' 'pkg/openbsd_386/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/path/filepath.a' 'pkg/openbsd_386/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/os' 'pkg/openbsd_386/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/os/signal.a' 'pkg/openbsd_386/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/os/exec.a' 'pkg/openbsd_386/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/os/user.a' 'pkg/openbsd_386/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/syscall.a' 'pkg/openbsd_386/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/hash.a' 'pkg/openbsd_386/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/funcdata.h' 'pkg/openbsd_386/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/errors.a' 'pkg/openbsd_386/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/regexp.a' 'pkg/openbsd_386/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/expvar.a' 'pkg/openbsd_386/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/openbsd_386/encoding.a' 'pkg/freebsd_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64' 'pkg/freebsd_amd64/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/text' 'pkg/freebsd_amd64/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/text/tabwriter.a' 'pkg/freebsd_amd64/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/text/template' 'pkg/freebsd_amd64/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/text/template/parse.a' 'pkg/freebsd_amd64/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/text/template.a' 'pkg/freebsd_amd64/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/text/scanner.a' 'pkg/freebsd_amd64/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/sort.a' 'pkg/freebsd_amd64/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cgocall.h' 'pkg/freebsd_amd64/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/encoding' 'pkg/freebsd_amd64/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/encoding/asn1.a' 'pkg/freebsd_amd64/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/encoding/gob.a' 'pkg/freebsd_amd64/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/encoding/ascii85.a' 'pkg/freebsd_amd64/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/encoding/pem.a' 'pkg/freebsd_amd64/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/encoding/base64.a' 'pkg/freebsd_amd64/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/encoding/xml.a' 'pkg/freebsd_amd64/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/encoding/base32.a' 'pkg/freebsd_amd64/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/encoding/json.a' 'pkg/freebsd_amd64/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/encoding/hex.a' 'pkg/freebsd_amd64/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/encoding/binary.a' 'pkg/freebsd_amd64/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/encoding/csv.a' 'pkg/freebsd_amd64/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/html' 'pkg/freebsd_amd64/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/html/template.a' 'pkg/freebsd_amd64/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto' 'pkg/freebsd_amd64/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/subtle.a' 'pkg/freebsd_amd64/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/sha1.a' 'pkg/freebsd_amd64/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/x509' 'pkg/freebsd_amd64/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/x509/pkix.a' 'pkg/freebsd_amd64/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/ecdsa.a' 'pkg/freebsd_amd64/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/cipher.a' 'pkg/freebsd_amd64/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/aes.a' 'pkg/freebsd_amd64/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/elliptic.a' 'pkg/freebsd_amd64/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/rsa.a' 'pkg/freebsd_amd64/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/hmac.a' 'pkg/freebsd_amd64/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/md5.a' 'pkg/freebsd_amd64/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/dsa.a' 'pkg/freebsd_amd64/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/des.a' 'pkg/freebsd_amd64/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/tls.a' 'pkg/freebsd_amd64/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/x509.a' 'pkg/freebsd_amd64/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/sha256.a' 'pkg/freebsd_amd64/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/sha512.a' 'pkg/freebsd_amd64/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/rand.a' 'pkg/freebsd_amd64/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto/rc4.a' 'pkg/freebsd_amd64/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/path.a' 'pkg/freebsd_amd64/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/mime' 'pkg/freebsd_amd64/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/mime/multipart.a' 'pkg/freebsd_amd64/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/testing' 'pkg/freebsd_amd64/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/testing/quick.a' 'pkg/freebsd_amd64/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/testing/iotest.a' 'pkg/freebsd_amd64/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/bufio.a' 'pkg/freebsd_amd64/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/strings.a' 'pkg/freebsd_amd64/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/archive' 'pkg/freebsd_amd64/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/archive/tar.a' 'pkg/freebsd_amd64/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/archive/zip.a' 'pkg/freebsd_amd64/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/crypto.a' 'pkg/freebsd_amd64/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/image.a' 'pkg/freebsd_amd64/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/strconv.a' 'pkg/freebsd_amd64/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/compress' 'pkg/freebsd_amd64/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/compress/gzip.a' 'pkg/freebsd_amd64/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/compress/flate.a' 'pkg/freebsd_amd64/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/compress/zlib.a' 'pkg/freebsd_amd64/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/compress/lzw.a' 'pkg/freebsd_amd64/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/compress/bzip2.a' 'pkg/freebsd_amd64/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/runtime.h' 'pkg/freebsd_amd64/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/log' 'pkg/freebsd_amd64/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/log/syslog.a' 'pkg/freebsd_amd64/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/regexp' 'pkg/freebsd_amd64/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/regexp/syntax.a' 'pkg/freebsd_amd64/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/html.a' 'pkg/freebsd_amd64/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/mime.a' 'pkg/freebsd_amd64/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/image' 'pkg/freebsd_amd64/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/image/jpeg.a' 'pkg/freebsd_amd64/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/image/png.a' 'pkg/freebsd_amd64/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/image/color.a' 'pkg/freebsd_amd64/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/image/color' 'pkg/freebsd_amd64/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/image/color/palette.a' 'pkg/freebsd_amd64/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/image/draw.a' 'pkg/freebsd_amd64/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/image/gif.a' 'pkg/freebsd_amd64/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/flag.a' 'pkg/freebsd_amd64/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/math.a' 'pkg/freebsd_amd64/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/debug' 'pkg/freebsd_amd64/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/debug/gosym.a' 'pkg/freebsd_amd64/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/debug/plan9obj.a' 'pkg/freebsd_amd64/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/debug/elf.a' 'pkg/freebsd_amd64/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/debug/macho.a' 'pkg/freebsd_amd64/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/debug/dwarf.a' 'pkg/freebsd_amd64/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/debug/pe.a' 'pkg/freebsd_amd64/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/log.a' 'pkg/freebsd_amd64/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/math' 'pkg/freebsd_amd64/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/math/big.a' 'pkg/freebsd_amd64/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/math/cmplx.a' 'pkg/freebsd_amd64/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/math/rand.a' 'pkg/freebsd_amd64/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/database' 'pkg/freebsd_amd64/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/database/sql.a' 'pkg/freebsd_amd64/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/database/sql' 'pkg/freebsd_amd64/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/database/sql/driver.a' 'pkg/freebsd_amd64/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/io' 'pkg/freebsd_amd64/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/io/ioutil.a' 'pkg/freebsd_amd64/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/container' 'pkg/freebsd_amd64/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/container/ring.a' 'pkg/freebsd_amd64/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/container/list.a' 'pkg/freebsd_amd64/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/container/heap.a' 'pkg/freebsd_amd64/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/hash' 'pkg/freebsd_amd64/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/hash/adler32.a' 'pkg/freebsd_amd64/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/hash/fnv.a' 'pkg/freebsd_amd64/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/hash/crc32.a' 'pkg/freebsd_amd64/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/hash/crc64.a' 'pkg/freebsd_amd64/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net' 'pkg/freebsd_amd64/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net/http' 'pkg/freebsd_amd64/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net/http/cookiejar.a' 'pkg/freebsd_amd64/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net/http/httptest.a' 'pkg/freebsd_amd64/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net/http/httputil.a' 'pkg/freebsd_amd64/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net/http/cgi.a' 'pkg/freebsd_amd64/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net/http/internal.a' 'pkg/freebsd_amd64/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net/http/fcgi.a' 'pkg/freebsd_amd64/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net/http/pprof.a' 'pkg/freebsd_amd64/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net/mail.a' 'pkg/freebsd_amd64/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net/rpc.a' 'pkg/freebsd_amd64/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net/url.a' 'pkg/freebsd_amd64/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net/rpc' 'pkg/freebsd_amd64/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net/rpc/jsonrpc.a' 'pkg/freebsd_amd64/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net/http.a' 'pkg/freebsd_amd64/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net/textproto.a' 'pkg/freebsd_amd64/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net/smtp.a' 'pkg/freebsd_amd64/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/index' 'pkg/freebsd_amd64/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/index/suffixarray.a' 'pkg/freebsd_amd64/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/net.a' 'pkg/freebsd_amd64/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/runtime.a' 'pkg/freebsd_amd64/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/os.a' 'pkg/freebsd_amd64/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/io.a' 'pkg/freebsd_amd64/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/runtime' 'pkg/freebsd_amd64/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/runtime/debug.a' 'pkg/freebsd_amd64/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/runtime/race.a' 'pkg/freebsd_amd64/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/runtime/pprof.a' 'pkg/freebsd_amd64/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/sync.a' 'pkg/freebsd_amd64/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/time.a' 'pkg/freebsd_amd64/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/go' 'pkg/freebsd_amd64/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/go/parser.a' 'pkg/freebsd_amd64/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/go/doc.a' 'pkg/freebsd_amd64/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/go/token.a' 'pkg/freebsd_amd64/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/go/printer.a' 'pkg/freebsd_amd64/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/go/build.a' 'pkg/freebsd_amd64/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/go/ast.a' 'pkg/freebsd_amd64/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/go/format.a' 'pkg/freebsd_amd64/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/go/scanner.a' 'pkg/freebsd_amd64/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/unicode.a' 'pkg/freebsd_amd64/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/fmt.a' 'pkg/freebsd_amd64/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd' 'pkg/freebsd_amd64/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/internal' 'pkg/freebsd_amd64/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/internal/goobj.a' 'pkg/freebsd_amd64/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/internal/rsc.io' 'pkg/freebsd_amd64/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/internal/rsc.io/arm' 'pkg/freebsd_amd64/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/internal/rsc.io/arm/armasm.a' 'pkg/freebsd_amd64/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/internal/rsc.io/x86' 'pkg/freebsd_amd64/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/freebsd_amd64/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/internal/objfile.a' 'pkg/freebsd_amd64/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/pprof' 'pkg/freebsd_amd64/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal' 'pkg/freebsd_amd64/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/plugin.a' 'pkg/freebsd_amd64/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/commands.a' 'pkg/freebsd_amd64/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/report.a' 'pkg/freebsd_amd64/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/symbolizer.a' 'pkg/freebsd_amd64/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/svg.a' 'pkg/freebsd_amd64/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/fetch.a' 'pkg/freebsd_amd64/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/tempfile.a' 'pkg/freebsd_amd64/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/driver.a' 'pkg/freebsd_amd64/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/symbolz.a' 'pkg/freebsd_amd64/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/profile.a' 'pkg/freebsd_amd64/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/bytes.a' 'pkg/freebsd_amd64/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/unicode' 'pkg/freebsd_amd64/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/unicode/utf16.a' 'pkg/freebsd_amd64/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/unicode/utf8.a' 'pkg/freebsd_amd64/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/textflag.h' 'pkg/freebsd_amd64/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/testing.a' 'pkg/freebsd_amd64/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/sync' 'pkg/freebsd_amd64/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/sync/atomic.a' 'pkg/freebsd_amd64/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/reflect.a' 'pkg/freebsd_amd64/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/path' 'pkg/freebsd_amd64/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/path/filepath.a' 'pkg/freebsd_amd64/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/os' 'pkg/freebsd_amd64/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/os/signal.a' 'pkg/freebsd_amd64/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/os/exec.a' 'pkg/freebsd_amd64/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/os/user.a' 'pkg/freebsd_amd64/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/syscall.a' 'pkg/freebsd_amd64/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/hash.a' 'pkg/freebsd_amd64/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/funcdata.h' 'pkg/freebsd_amd64/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/errors.a' 'pkg/freebsd_amd64/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/regexp.a' 'pkg/freebsd_amd64/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/expvar.a' 'pkg/freebsd_amd64/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/freebsd_amd64/encoding.a' 'pkg/netbsd_arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm' 'pkg/netbsd_arm/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/text' 'pkg/netbsd_arm/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/text/tabwriter.a' 'pkg/netbsd_arm/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/text/template' 'pkg/netbsd_arm/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/text/template/parse.a' 'pkg/netbsd_arm/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/text/template.a' 'pkg/netbsd_arm/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/text/scanner.a' 'pkg/netbsd_arm/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/sort.a' 'pkg/netbsd_arm/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cgocall.h' 'pkg/netbsd_arm/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/encoding' 'pkg/netbsd_arm/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/encoding/asn1.a' 'pkg/netbsd_arm/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/encoding/gob.a' 'pkg/netbsd_arm/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/encoding/ascii85.a' 'pkg/netbsd_arm/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/encoding/pem.a' 'pkg/netbsd_arm/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/encoding/base64.a' 'pkg/netbsd_arm/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/encoding/xml.a' 'pkg/netbsd_arm/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/encoding/base32.a' 'pkg/netbsd_arm/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/encoding/json.a' 'pkg/netbsd_arm/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/encoding/hex.a' 'pkg/netbsd_arm/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/encoding/binary.a' 'pkg/netbsd_arm/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/encoding/csv.a' 'pkg/netbsd_arm/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/html' 'pkg/netbsd_arm/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/html/template.a' 'pkg/netbsd_arm/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto' 'pkg/netbsd_arm/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/subtle.a' 'pkg/netbsd_arm/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/sha1.a' 'pkg/netbsd_arm/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/x509' 'pkg/netbsd_arm/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/x509/pkix.a' 'pkg/netbsd_arm/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/ecdsa.a' 'pkg/netbsd_arm/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/cipher.a' 'pkg/netbsd_arm/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/aes.a' 'pkg/netbsd_arm/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/elliptic.a' 'pkg/netbsd_arm/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/rsa.a' 'pkg/netbsd_arm/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/hmac.a' 'pkg/netbsd_arm/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/md5.a' 'pkg/netbsd_arm/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/dsa.a' 'pkg/netbsd_arm/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/des.a' 'pkg/netbsd_arm/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/tls.a' 'pkg/netbsd_arm/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/x509.a' 'pkg/netbsd_arm/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/sha256.a' 'pkg/netbsd_arm/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/sha512.a' 'pkg/netbsd_arm/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/rand.a' 'pkg/netbsd_arm/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto/rc4.a' 'pkg/netbsd_arm/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/path.a' 'pkg/netbsd_arm/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/mime' 'pkg/netbsd_arm/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/mime/multipart.a' 'pkg/netbsd_arm/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/testing' 'pkg/netbsd_arm/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/testing/quick.a' 'pkg/netbsd_arm/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/testing/iotest.a' 'pkg/netbsd_arm/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/bufio.a' 'pkg/netbsd_arm/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/strings.a' 'pkg/netbsd_arm/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/archive' 'pkg/netbsd_arm/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/archive/tar.a' 'pkg/netbsd_arm/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/archive/zip.a' 'pkg/netbsd_arm/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/crypto.a' 'pkg/netbsd_arm/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/image.a' 'pkg/netbsd_arm/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/strconv.a' 'pkg/netbsd_arm/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/compress' 'pkg/netbsd_arm/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/compress/gzip.a' 'pkg/netbsd_arm/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/compress/flate.a' 'pkg/netbsd_arm/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/compress/zlib.a' 'pkg/netbsd_arm/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/compress/lzw.a' 'pkg/netbsd_arm/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/compress/bzip2.a' 'pkg/netbsd_arm/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/runtime.h' 'pkg/netbsd_arm/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/log' 'pkg/netbsd_arm/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/log/syslog.a' 'pkg/netbsd_arm/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/regexp' 'pkg/netbsd_arm/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/regexp/syntax.a' 'pkg/netbsd_arm/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/html.a' 'pkg/netbsd_arm/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/mime.a' 'pkg/netbsd_arm/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/image' 'pkg/netbsd_arm/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/image/jpeg.a' 'pkg/netbsd_arm/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/image/png.a' 'pkg/netbsd_arm/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/image/color.a' 'pkg/netbsd_arm/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/image/color' 'pkg/netbsd_arm/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/image/color/palette.a' 'pkg/netbsd_arm/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/image/draw.a' 'pkg/netbsd_arm/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/image/gif.a' 'pkg/netbsd_arm/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/flag.a' 'pkg/netbsd_arm/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/math.a' 'pkg/netbsd_arm/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/debug' 'pkg/netbsd_arm/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/debug/gosym.a' 'pkg/netbsd_arm/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/debug/plan9obj.a' 'pkg/netbsd_arm/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/debug/elf.a' 'pkg/netbsd_arm/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/debug/macho.a' 'pkg/netbsd_arm/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/debug/dwarf.a' 'pkg/netbsd_arm/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/debug/pe.a' 'pkg/netbsd_arm/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/log.a' 'pkg/netbsd_arm/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/math' 'pkg/netbsd_arm/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/math/big.a' 'pkg/netbsd_arm/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/math/cmplx.a' 'pkg/netbsd_arm/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/math/rand.a' 'pkg/netbsd_arm/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/database' 'pkg/netbsd_arm/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/database/sql.a' 'pkg/netbsd_arm/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/database/sql' 'pkg/netbsd_arm/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/database/sql/driver.a' 'pkg/netbsd_arm/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/io' 'pkg/netbsd_arm/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/io/ioutil.a' 'pkg/netbsd_arm/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/container' 'pkg/netbsd_arm/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/container/ring.a' 'pkg/netbsd_arm/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/container/list.a' 'pkg/netbsd_arm/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/container/heap.a' 'pkg/netbsd_arm/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/hash' 'pkg/netbsd_arm/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/hash/adler32.a' 'pkg/netbsd_arm/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/hash/fnv.a' 'pkg/netbsd_arm/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/hash/crc32.a' 'pkg/netbsd_arm/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/hash/crc64.a' 'pkg/netbsd_arm/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net' 'pkg/netbsd_arm/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net/http' 'pkg/netbsd_arm/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net/http/cookiejar.a' 'pkg/netbsd_arm/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net/http/httptest.a' 'pkg/netbsd_arm/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net/http/httputil.a' 'pkg/netbsd_arm/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net/http/cgi.a' 'pkg/netbsd_arm/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net/http/internal.a' 'pkg/netbsd_arm/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net/http/fcgi.a' 'pkg/netbsd_arm/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net/http/pprof.a' 'pkg/netbsd_arm/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net/mail.a' 'pkg/netbsd_arm/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net/rpc.a' 'pkg/netbsd_arm/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net/url.a' 'pkg/netbsd_arm/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net/rpc' 'pkg/netbsd_arm/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net/rpc/jsonrpc.a' 'pkg/netbsd_arm/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net/http.a' 'pkg/netbsd_arm/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net/textproto.a' 'pkg/netbsd_arm/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net/smtp.a' 'pkg/netbsd_arm/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/index' 'pkg/netbsd_arm/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/index/suffixarray.a' 'pkg/netbsd_arm/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/net.a' 'pkg/netbsd_arm/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/runtime.a' 'pkg/netbsd_arm/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/os.a' 'pkg/netbsd_arm/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/io.a' 'pkg/netbsd_arm/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/runtime' 'pkg/netbsd_arm/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/runtime/debug.a' 'pkg/netbsd_arm/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/runtime/race.a' 'pkg/netbsd_arm/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/runtime/pprof.a' 'pkg/netbsd_arm/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/sync.a' 'pkg/netbsd_arm/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/time.a' 'pkg/netbsd_arm/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/go' 'pkg/netbsd_arm/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/go/parser.a' 'pkg/netbsd_arm/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/go/doc.a' 'pkg/netbsd_arm/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/go/token.a' 'pkg/netbsd_arm/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/go/printer.a' 'pkg/netbsd_arm/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/go/build.a' 'pkg/netbsd_arm/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/go/ast.a' 'pkg/netbsd_arm/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/go/format.a' 'pkg/netbsd_arm/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/go/scanner.a' 'pkg/netbsd_arm/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/unicode.a' 'pkg/netbsd_arm/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/fmt.a' 'pkg/netbsd_arm/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd' 'pkg/netbsd_arm/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/internal' 'pkg/netbsd_arm/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/internal/goobj.a' 'pkg/netbsd_arm/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/internal/rsc.io' 'pkg/netbsd_arm/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/internal/rsc.io/arm' 'pkg/netbsd_arm/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/internal/rsc.io/arm/armasm.a' 'pkg/netbsd_arm/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/internal/rsc.io/x86' 'pkg/netbsd_arm/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/netbsd_arm/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/internal/objfile.a' 'pkg/netbsd_arm/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/pprof' 'pkg/netbsd_arm/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal' 'pkg/netbsd_arm/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/plugin.a' 'pkg/netbsd_arm/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/commands.a' 'pkg/netbsd_arm/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/report.a' 'pkg/netbsd_arm/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/symbolizer.a' 'pkg/netbsd_arm/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/svg.a' 'pkg/netbsd_arm/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/fetch.a' 'pkg/netbsd_arm/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/tempfile.a' 'pkg/netbsd_arm/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/driver.a' 'pkg/netbsd_arm/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/symbolz.a' 'pkg/netbsd_arm/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/profile.a' 'pkg/netbsd_arm/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/bytes.a' 'pkg/netbsd_arm/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/unicode' 'pkg/netbsd_arm/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/unicode/utf16.a' 'pkg/netbsd_arm/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/unicode/utf8.a' 'pkg/netbsd_arm/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/textflag.h' 'pkg/netbsd_arm/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/testing.a' 'pkg/netbsd_arm/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/sync' 'pkg/netbsd_arm/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/sync/atomic.a' 'pkg/netbsd_arm/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/reflect.a' 'pkg/netbsd_arm/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/path' 'pkg/netbsd_arm/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/path/filepath.a' 'pkg/netbsd_arm/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/os' 'pkg/netbsd_arm/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/os/signal.a' 'pkg/netbsd_arm/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/os/exec.a' 'pkg/netbsd_arm/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/os/user.a' 'pkg/netbsd_arm/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/syscall.a' 'pkg/netbsd_arm/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/hash.a' 'pkg/netbsd_arm/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/funcdata.h' 'pkg/netbsd_arm/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/errors.a' 'pkg/netbsd_arm/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/regexp.a' 'pkg/netbsd_arm/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/expvar.a' 'pkg/netbsd_arm/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_arm/encoding.a' 'pkg/linux_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64' 'pkg/linux_amd64/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/text' 'pkg/linux_amd64/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/text/tabwriter.a' 'pkg/linux_amd64/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/text/template' 'pkg/linux_amd64/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/text/template/parse.a' 'pkg/linux_amd64/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/text/template.a' 'pkg/linux_amd64/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/text/scanner.a' 'pkg/linux_amd64/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/sort.a' 'pkg/linux_amd64/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cgocall.h' 'pkg/linux_amd64/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/encoding' 'pkg/linux_amd64/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/encoding/asn1.a' 'pkg/linux_amd64/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/encoding/gob.a' 'pkg/linux_amd64/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/encoding/ascii85.a' 'pkg/linux_amd64/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/encoding/pem.a' 'pkg/linux_amd64/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/encoding/base64.a' 'pkg/linux_amd64/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/encoding/xml.a' 'pkg/linux_amd64/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/encoding/base32.a' 'pkg/linux_amd64/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/encoding/json.a' 'pkg/linux_amd64/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/encoding/hex.a' 'pkg/linux_amd64/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/encoding/binary.a' 'pkg/linux_amd64/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/encoding/csv.a' 'pkg/linux_amd64/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/html' 'pkg/linux_amd64/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/html/template.a' 'pkg/linux_amd64/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto' 'pkg/linux_amd64/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/subtle.a' 'pkg/linux_amd64/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/sha1.a' 'pkg/linux_amd64/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/x509' 'pkg/linux_amd64/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/x509/pkix.a' 'pkg/linux_amd64/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/ecdsa.a' 'pkg/linux_amd64/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/cipher.a' 'pkg/linux_amd64/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/aes.a' 'pkg/linux_amd64/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/elliptic.a' 'pkg/linux_amd64/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/rsa.a' 'pkg/linux_amd64/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/hmac.a' 'pkg/linux_amd64/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/md5.a' 'pkg/linux_amd64/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/dsa.a' 'pkg/linux_amd64/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/des.a' 'pkg/linux_amd64/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/tls.a' 'pkg/linux_amd64/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/x509.a' 'pkg/linux_amd64/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/sha256.a' 'pkg/linux_amd64/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/sha512.a' 'pkg/linux_amd64/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/rand.a' 'pkg/linux_amd64/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto/rc4.a' 'pkg/linux_amd64/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/path.a' 'pkg/linux_amd64/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/mime' 'pkg/linux_amd64/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/mime/multipart.a' 'pkg/linux_amd64/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/testing' 'pkg/linux_amd64/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/testing/quick.a' 'pkg/linux_amd64/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/testing/iotest.a' 'pkg/linux_amd64/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/bufio.a' 'pkg/linux_amd64/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/strings.a' 'pkg/linux_amd64/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/archive' 'pkg/linux_amd64/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/archive/tar.a' 'pkg/linux_amd64/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/archive/zip.a' 'pkg/linux_amd64/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/crypto.a' 'pkg/linux_amd64/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/image.a' 'pkg/linux_amd64/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/strconv.a' 'pkg/linux_amd64/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/compress' 'pkg/linux_amd64/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/compress/gzip.a' 'pkg/linux_amd64/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/compress/flate.a' 'pkg/linux_amd64/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/compress/zlib.a' 'pkg/linux_amd64/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/compress/lzw.a' 'pkg/linux_amd64/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/compress/bzip2.a' 'pkg/linux_amd64/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/runtime.h' 'pkg/linux_amd64/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/log' 'pkg/linux_amd64/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/log/syslog.a' 'pkg/linux_amd64/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/regexp' 'pkg/linux_amd64/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/regexp/syntax.a' 'pkg/linux_amd64/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/html.a' 'pkg/linux_amd64/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/mime.a' 'pkg/linux_amd64/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/image' 'pkg/linux_amd64/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/image/jpeg.a' 'pkg/linux_amd64/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/image/png.a' 'pkg/linux_amd64/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/image/color.a' 'pkg/linux_amd64/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/image/color' 'pkg/linux_amd64/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/image/color/palette.a' 'pkg/linux_amd64/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/image/draw.a' 'pkg/linux_amd64/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/image/gif.a' 'pkg/linux_amd64/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/flag.a' 'pkg/linux_amd64/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/math.a' 'pkg/linux_amd64/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/debug' 'pkg/linux_amd64/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/debug/gosym.a' 'pkg/linux_amd64/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/debug/plan9obj.a' 'pkg/linux_amd64/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/debug/elf.a' 'pkg/linux_amd64/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/debug/macho.a' 'pkg/linux_amd64/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/debug/dwarf.a' 'pkg/linux_amd64/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/debug/pe.a' 'pkg/linux_amd64/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/log.a' 'pkg/linux_amd64/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/math' 'pkg/linux_amd64/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/math/big.a' 'pkg/linux_amd64/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/math/cmplx.a' 'pkg/linux_amd64/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/math/rand.a' 'pkg/linux_amd64/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/database' 'pkg/linux_amd64/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/database/sql.a' 'pkg/linux_amd64/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/database/sql' 'pkg/linux_amd64/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/database/sql/driver.a' 'pkg/linux_amd64/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/io' 'pkg/linux_amd64/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/io/ioutil.a' 'pkg/linux_amd64/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/container' 'pkg/linux_amd64/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/container/ring.a' 'pkg/linux_amd64/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/container/list.a' 'pkg/linux_amd64/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/container/heap.a' 'pkg/linux_amd64/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/hash' 'pkg/linux_amd64/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/hash/adler32.a' 'pkg/linux_amd64/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/hash/fnv.a' 'pkg/linux_amd64/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/hash/crc32.a' 'pkg/linux_amd64/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/hash/crc64.a' 'pkg/linux_amd64/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net' 'pkg/linux_amd64/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net/http' 'pkg/linux_amd64/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net/http/cookiejar.a' 'pkg/linux_amd64/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net/http/httptest.a' 'pkg/linux_amd64/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net/http/httputil.a' 'pkg/linux_amd64/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net/http/cgi.a' 'pkg/linux_amd64/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net/http/internal.a' 'pkg/linux_amd64/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net/http/fcgi.a' 'pkg/linux_amd64/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net/http/pprof.a' 'pkg/linux_amd64/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net/mail.a' 'pkg/linux_amd64/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net/rpc.a' 'pkg/linux_amd64/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net/url.a' 'pkg/linux_amd64/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net/rpc' 'pkg/linux_amd64/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net/rpc/jsonrpc.a' 'pkg/linux_amd64/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net/http.a' 'pkg/linux_amd64/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net/textproto.a' 'pkg/linux_amd64/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net/smtp.a' 'pkg/linux_amd64/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/index' 'pkg/linux_amd64/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/index/suffixarray.a' 'pkg/linux_amd64/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/net.a' 'pkg/linux_amd64/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/runtime.a' 'pkg/linux_amd64/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/os.a' 'pkg/linux_amd64/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/io.a' 'pkg/linux_amd64/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/internal' 'pkg/linux_amd64/internal/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/internal/syscall.a' 'pkg/linux_amd64/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/runtime' 'pkg/linux_amd64/runtime/cgo.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/runtime/cgo.a' 'pkg/linux_amd64/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/runtime/debug.a' 'pkg/linux_amd64/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/runtime/race.a' 'pkg/linux_amd64/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/runtime/pprof.a' 'pkg/linux_amd64/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/sync.a' 'pkg/linux_amd64/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/time.a' 'pkg/linux_amd64/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/go' 'pkg/linux_amd64/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/go/parser.a' 'pkg/linux_amd64/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/go/doc.a' 'pkg/linux_amd64/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/go/token.a' 'pkg/linux_amd64/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/go/printer.a' 'pkg/linux_amd64/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/go/build.a' 'pkg/linux_amd64/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/go/ast.a' 'pkg/linux_amd64/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/go/format.a' 'pkg/linux_amd64/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/go/scanner.a' 'pkg/linux_amd64/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/unicode.a' 'pkg/linux_amd64/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/fmt.a' 'pkg/linux_amd64/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd' 'pkg/linux_amd64/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/internal' 'pkg/linux_amd64/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/internal/goobj.a' 'pkg/linux_amd64/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/internal/rsc.io' 'pkg/linux_amd64/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/internal/rsc.io/arm' 'pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a' 'pkg/linux_amd64/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/internal/rsc.io/x86' 'pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/linux_amd64/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/internal/objfile.a' 'pkg/linux_amd64/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/pprof' 'pkg/linux_amd64/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal' 'pkg/linux_amd64/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/plugin.a' 'pkg/linux_amd64/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/commands.a' 'pkg/linux_amd64/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/report.a' 'pkg/linux_amd64/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a' 'pkg/linux_amd64/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/svg.a' 'pkg/linux_amd64/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/fetch.a' 'pkg/linux_amd64/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/tempfile.a' 'pkg/linux_amd64/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/driver.a' 'pkg/linux_amd64/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/symbolz.a' 'pkg/linux_amd64/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/profile.a' 'pkg/linux_amd64/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/bytes.a' 'pkg/linux_amd64/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/unicode' 'pkg/linux_amd64/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/unicode/utf16.a' 'pkg/linux_amd64/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/unicode/utf8.a' 'pkg/linux_amd64/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/textflag.h' 'pkg/linux_amd64/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/testing.a' 'pkg/linux_amd64/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/sync' 'pkg/linux_amd64/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/sync/atomic.a' 'pkg/linux_amd64/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/reflect.a' 'pkg/linux_amd64/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/path' 'pkg/linux_amd64/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/path/filepath.a' 'pkg/linux_amd64/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/os' 'pkg/linux_amd64/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/os/signal.a' 'pkg/linux_amd64/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/os/exec.a' 'pkg/linux_amd64/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/os/user.a' 'pkg/linux_amd64/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/syscall.a' 'pkg/linux_amd64/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/hash.a' 'pkg/linux_amd64/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/funcdata.h' 'pkg/linux_amd64/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/errors.a' 'pkg/linux_amd64/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/regexp.a' 'pkg/linux_amd64/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/expvar.a' 'pkg/linux_amd64/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/linux_amd64/encoding.a' 'pkg/netbsd_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386' 'pkg/netbsd_386/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/text' 'pkg/netbsd_386/text/tabwriter.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/text/tabwriter.a' 'pkg/netbsd_386/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/text/template' 'pkg/netbsd_386/text/template/parse.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/text/template/parse.a' 'pkg/netbsd_386/text/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/text/template.a' 'pkg/netbsd_386/text/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/text/scanner.a' 'pkg/netbsd_386/sort.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/sort.a' 'pkg/netbsd_386/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cgocall.h' 'pkg/netbsd_386/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/encoding' 'pkg/netbsd_386/encoding/asn1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/encoding/asn1.a' 'pkg/netbsd_386/encoding/gob.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/encoding/gob.a' 'pkg/netbsd_386/encoding/ascii85.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/encoding/ascii85.a' 'pkg/netbsd_386/encoding/pem.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/encoding/pem.a' 'pkg/netbsd_386/encoding/base64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/encoding/base64.a' 'pkg/netbsd_386/encoding/xml.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/encoding/xml.a' 'pkg/netbsd_386/encoding/base32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/encoding/base32.a' 'pkg/netbsd_386/encoding/json.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/encoding/json.a' 'pkg/netbsd_386/encoding/hex.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/encoding/hex.a' 'pkg/netbsd_386/encoding/binary.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/encoding/binary.a' 'pkg/netbsd_386/encoding/csv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/encoding/csv.a' 'pkg/netbsd_386/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/html' 'pkg/netbsd_386/html/template.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/html/template.a' 'pkg/netbsd_386/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto' 'pkg/netbsd_386/crypto/subtle.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/subtle.a' 'pkg/netbsd_386/crypto/sha1.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/sha1.a' 'pkg/netbsd_386/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/x509' 'pkg/netbsd_386/crypto/x509/pkix.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/x509/pkix.a' 'pkg/netbsd_386/crypto/ecdsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/ecdsa.a' 'pkg/netbsd_386/crypto/cipher.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/cipher.a' 'pkg/netbsd_386/crypto/aes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/aes.a' 'pkg/netbsd_386/crypto/elliptic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/elliptic.a' 'pkg/netbsd_386/crypto/rsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/rsa.a' 'pkg/netbsd_386/crypto/hmac.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/hmac.a' 'pkg/netbsd_386/crypto/md5.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/md5.a' 'pkg/netbsd_386/crypto/dsa.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/dsa.a' 'pkg/netbsd_386/crypto/des.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/des.a' 'pkg/netbsd_386/crypto/tls.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/tls.a' 'pkg/netbsd_386/crypto/x509.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/x509.a' 'pkg/netbsd_386/crypto/sha256.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/sha256.a' 'pkg/netbsd_386/crypto/sha512.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/sha512.a' 'pkg/netbsd_386/crypto/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/rand.a' 'pkg/netbsd_386/crypto/rc4.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto/rc4.a' 'pkg/netbsd_386/path.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/path.a' 'pkg/netbsd_386/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/mime' 'pkg/netbsd_386/mime/multipart.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/mime/multipart.a' 'pkg/netbsd_386/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/testing' 'pkg/netbsd_386/testing/quick.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/testing/quick.a' 'pkg/netbsd_386/testing/iotest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/testing/iotest.a' 'pkg/netbsd_386/bufio.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/bufio.a' 'pkg/netbsd_386/strings.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/strings.a' 'pkg/netbsd_386/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/archive' 'pkg/netbsd_386/archive/tar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/archive/tar.a' 'pkg/netbsd_386/archive/zip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/archive/zip.a' 'pkg/netbsd_386/crypto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/crypto.a' 'pkg/netbsd_386/image.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/image.a' 'pkg/netbsd_386/strconv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/strconv.a' 'pkg/netbsd_386/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/compress' 'pkg/netbsd_386/compress/gzip.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/compress/gzip.a' 'pkg/netbsd_386/compress/flate.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/compress/flate.a' 'pkg/netbsd_386/compress/zlib.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/compress/zlib.a' 'pkg/netbsd_386/compress/lzw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/compress/lzw.a' 'pkg/netbsd_386/compress/bzip2.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/compress/bzip2.a' 'pkg/netbsd_386/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/runtime.h' 'pkg/netbsd_386/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/log' 'pkg/netbsd_386/log/syslog.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/log/syslog.a' 'pkg/netbsd_386/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/regexp' 'pkg/netbsd_386/regexp/syntax.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/regexp/syntax.a' 'pkg/netbsd_386/html.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/html.a' 'pkg/netbsd_386/mime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/mime.a' 'pkg/netbsd_386/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/image' 'pkg/netbsd_386/image/jpeg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/image/jpeg.a' 'pkg/netbsd_386/image/png.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/image/png.a' 'pkg/netbsd_386/image/color.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/image/color.a' 'pkg/netbsd_386/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/image/color' 'pkg/netbsd_386/image/color/palette.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/image/color/palette.a' 'pkg/netbsd_386/image/draw.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/image/draw.a' 'pkg/netbsd_386/image/gif.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/image/gif.a' 'pkg/netbsd_386/flag.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/flag.a' 'pkg/netbsd_386/math.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/math.a' 'pkg/netbsd_386/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/debug' 'pkg/netbsd_386/debug/gosym.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/debug/gosym.a' 'pkg/netbsd_386/debug/plan9obj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/debug/plan9obj.a' 'pkg/netbsd_386/debug/elf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/debug/elf.a' 'pkg/netbsd_386/debug/macho.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/debug/macho.a' 'pkg/netbsd_386/debug/dwarf.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/debug/dwarf.a' 'pkg/netbsd_386/debug/pe.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/debug/pe.a' 'pkg/netbsd_386/log.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/log.a' 'pkg/netbsd_386/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/math' 'pkg/netbsd_386/math/big.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/math/big.a' 'pkg/netbsd_386/math/cmplx.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/math/cmplx.a' 'pkg/netbsd_386/math/rand.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/math/rand.a' 'pkg/netbsd_386/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/database' 'pkg/netbsd_386/database/sql.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/database/sql.a' 'pkg/netbsd_386/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/database/sql' 'pkg/netbsd_386/database/sql/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/database/sql/driver.a' 'pkg/netbsd_386/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/io' 'pkg/netbsd_386/io/ioutil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/io/ioutil.a' 'pkg/netbsd_386/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/container' 'pkg/netbsd_386/container/ring.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/container/ring.a' 'pkg/netbsd_386/container/list.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/container/list.a' 'pkg/netbsd_386/container/heap.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/container/heap.a' 'pkg/netbsd_386/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/hash' 'pkg/netbsd_386/hash/adler32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/hash/adler32.a' 'pkg/netbsd_386/hash/fnv.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/hash/fnv.a' 'pkg/netbsd_386/hash/crc32.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/hash/crc32.a' 'pkg/netbsd_386/hash/crc64.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/hash/crc64.a' 'pkg/netbsd_386/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net' 'pkg/netbsd_386/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net/http' 'pkg/netbsd_386/net/http/cookiejar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net/http/cookiejar.a' 'pkg/netbsd_386/net/http/httptest.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net/http/httptest.a' 'pkg/netbsd_386/net/http/httputil.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net/http/httputil.a' 'pkg/netbsd_386/net/http/cgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net/http/cgi.a' 'pkg/netbsd_386/net/http/internal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net/http/internal.a' 'pkg/netbsd_386/net/http/fcgi.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net/http/fcgi.a' 'pkg/netbsd_386/net/http/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net/http/pprof.a' 'pkg/netbsd_386/net/mail.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net/mail.a' 'pkg/netbsd_386/net/rpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net/rpc.a' 'pkg/netbsd_386/net/url.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net/url.a' 'pkg/netbsd_386/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net/rpc' 'pkg/netbsd_386/net/rpc/jsonrpc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net/rpc/jsonrpc.a' 'pkg/netbsd_386/net/http.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net/http.a' 'pkg/netbsd_386/net/textproto.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net/textproto.a' 'pkg/netbsd_386/net/smtp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net/smtp.a' 'pkg/netbsd_386/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/index' 'pkg/netbsd_386/index/suffixarray.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/index/suffixarray.a' 'pkg/netbsd_386/net.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/net.a' 'pkg/netbsd_386/runtime.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/runtime.a' 'pkg/netbsd_386/os.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/os.a' 'pkg/netbsd_386/io.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/io.a' 'pkg/netbsd_386/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/runtime' 'pkg/netbsd_386/runtime/debug.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/runtime/debug.a' 'pkg/netbsd_386/runtime/race.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/runtime/race.a' 'pkg/netbsd_386/runtime/pprof.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/runtime/pprof.a' 'pkg/netbsd_386/sync.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/sync.a' 'pkg/netbsd_386/time.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/time.a' 'pkg/netbsd_386/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/go' 'pkg/netbsd_386/go/parser.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/go/parser.a' 'pkg/netbsd_386/go/doc.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/go/doc.a' 'pkg/netbsd_386/go/token.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/go/token.a' 'pkg/netbsd_386/go/printer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/go/printer.a' 'pkg/netbsd_386/go/build.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/go/build.a' 'pkg/netbsd_386/go/ast.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/go/ast.a' 'pkg/netbsd_386/go/format.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/go/format.a' 'pkg/netbsd_386/go/scanner.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/go/scanner.a' 'pkg/netbsd_386/unicode.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/unicode.a' 'pkg/netbsd_386/fmt.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/fmt.a' 'pkg/netbsd_386/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd' 'pkg/netbsd_386/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/internal' 'pkg/netbsd_386/cmd/internal/goobj.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/internal/goobj.a' 'pkg/netbsd_386/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/internal/rsc.io' 'pkg/netbsd_386/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/internal/rsc.io/arm' 'pkg/netbsd_386/cmd/internal/rsc.io/arm/armasm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/internal/rsc.io/arm/armasm.a' 'pkg/netbsd_386/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/internal/rsc.io/x86' 'pkg/netbsd_386/cmd/internal/rsc.io/x86/x86asm.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/internal/rsc.io/x86/x86asm.a' 'pkg/netbsd_386/cmd/internal/objfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/internal/objfile.a' 'pkg/netbsd_386/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/pprof' 'pkg/netbsd_386/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal' 'pkg/netbsd_386/cmd/pprof/internal/plugin.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/plugin.a' 'pkg/netbsd_386/cmd/pprof/internal/commands.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/commands.a' 'pkg/netbsd_386/cmd/pprof/internal/report.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/report.a' 'pkg/netbsd_386/cmd/pprof/internal/symbolizer.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/symbolizer.a' 'pkg/netbsd_386/cmd/pprof/internal/svg.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/svg.a' 'pkg/netbsd_386/cmd/pprof/internal/fetch.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/fetch.a' 'pkg/netbsd_386/cmd/pprof/internal/tempfile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/tempfile.a' 'pkg/netbsd_386/cmd/pprof/internal/driver.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/driver.a' 'pkg/netbsd_386/cmd/pprof/internal/symbolz.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/symbolz.a' 'pkg/netbsd_386/cmd/pprof/internal/profile.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/profile.a' 'pkg/netbsd_386/bytes.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/bytes.a' 'pkg/netbsd_386/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/unicode' 'pkg/netbsd_386/unicode/utf16.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/unicode/utf16.a' 'pkg/netbsd_386/unicode/utf8.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/unicode/utf8.a' 'pkg/netbsd_386/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/textflag.h' 'pkg/netbsd_386/testing.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/testing.a' 'pkg/netbsd_386/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/sync' 'pkg/netbsd_386/sync/atomic.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/sync/atomic.a' 'pkg/netbsd_386/reflect.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/reflect.a' 'pkg/netbsd_386/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/path' 'pkg/netbsd_386/path/filepath.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/path/filepath.a' 'pkg/netbsd_386/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/os' 'pkg/netbsd_386/os/signal.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/os/signal.a' 'pkg/netbsd_386/os/exec.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/os/exec.a' 'pkg/netbsd_386/os/user.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/os/user.a' 'pkg/netbsd_386/syscall.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/syscall.a' 'pkg/netbsd_386/hash.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/hash.a' 'pkg/netbsd_386/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/funcdata.h' 'pkg/netbsd_386/errors.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/errors.a' 'pkg/netbsd_386/regexp.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/regexp.a' 'pkg/netbsd_386/expvar.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/expvar.a' 'pkg/netbsd_386/encoding.a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/netbsd_386/encoding.a' 'pkg/tool' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool' 'pkg/tool/darwin_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_amd64' 'pkg/tool/darwin_amd64/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_amd64/cgo' 'pkg/tool/darwin_amd64/yacc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_amd64/yacc' 'pkg/tool/darwin_amd64/objdump' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_amd64/objdump' 'pkg/tool/darwin_amd64/fix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_amd64/fix' 'pkg/tool/darwin_amd64/addr2line' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_amd64/addr2line' 'pkg/tool/darwin_amd64/nm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_amd64/nm' 'pkg/tool/darwin_amd64/pack' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_amd64/pack' 'pkg/tool/darwin_amd64/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_amd64/pprof' 'pkg/tool/windows_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_386' 'pkg/tool/windows_386/objdump.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_386/objdump.exe' 'pkg/tool/windows_386/cgo.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_386/cgo.exe' 'pkg/tool/windows_386/pprof.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_386/pprof.exe' 'pkg/tool/windows_386/nm.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_386/nm.exe' 'pkg/tool/windows_386/yacc.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_386/yacc.exe' 'pkg/tool/windows_386/pack.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_386/pack.exe' 'pkg/tool/windows_386/addr2line.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_386/addr2line.exe' 'pkg/tool/windows_386/fix.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_386/fix.exe' 'pkg/tool/openbsd_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_amd64' 'pkg/tool/openbsd_amd64/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_amd64/cgo' 'pkg/tool/openbsd_amd64/yacc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_amd64/yacc' 'pkg/tool/openbsd_amd64/objdump' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_amd64/objdump' 'pkg/tool/openbsd_amd64/fix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_amd64/fix' 'pkg/tool/openbsd_amd64/addr2line' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_amd64/addr2line' 'pkg/tool/openbsd_amd64/nm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_amd64/nm' 'pkg/tool/openbsd_amd64/pack' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_amd64/pack' 'pkg/tool/openbsd_amd64/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_amd64/pprof' 'pkg/tool/windows_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_amd64' 'pkg/tool/windows_amd64/objdump.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_amd64/objdump.exe' 'pkg/tool/windows_amd64/cgo.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_amd64/cgo.exe' 'pkg/tool/windows_amd64/pprof.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_amd64/pprof.exe' 'pkg/tool/windows_amd64/nm.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_amd64/nm.exe' 'pkg/tool/windows_amd64/yacc.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_amd64/yacc.exe' 'pkg/tool/windows_amd64/pack.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_amd64/pack.exe' 'pkg/tool/windows_amd64/addr2line.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_amd64/addr2line.exe' 'pkg/tool/windows_amd64/fix.exe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/windows_amd64/fix.exe' 'pkg/tool/plan9_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_386' 'pkg/tool/plan9_386/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_386/cgo' 'pkg/tool/plan9_386/yacc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_386/yacc' 'pkg/tool/plan9_386/objdump' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_386/objdump' 'pkg/tool/plan9_386/fix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_386/fix' 'pkg/tool/plan9_386/addr2line' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_386/addr2line' 'pkg/tool/plan9_386/nm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_386/nm' 'pkg/tool/plan9_386/pack' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_386/pack' 'pkg/tool/plan9_386/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_386/pprof' 'pkg/tool/darwin_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_386' 'pkg/tool/darwin_386/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_386/cgo' 'pkg/tool/darwin_386/yacc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_386/yacc' 'pkg/tool/darwin_386/objdump' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_386/objdump' 'pkg/tool/darwin_386/fix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_386/fix' 'pkg/tool/darwin_386/addr2line' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_386/addr2line' 'pkg/tool/darwin_386/nm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_386/nm' 'pkg/tool/darwin_386/pack' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_386/pack' 'pkg/tool/darwin_386/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/darwin_386/pprof' 'pkg/tool/freebsd_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_386' 'pkg/tool/freebsd_386/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_386/cgo' 'pkg/tool/freebsd_386/yacc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_386/yacc' 'pkg/tool/freebsd_386/objdump' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_386/objdump' 'pkg/tool/freebsd_386/fix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_386/fix' 'pkg/tool/freebsd_386/addr2line' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_386/addr2line' 'pkg/tool/freebsd_386/nm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_386/nm' 'pkg/tool/freebsd_386/pack' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_386/pack' 'pkg/tool/freebsd_386/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_386/pprof' 'pkg/tool/linux_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_386' 'pkg/tool/linux_386/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_386/cgo' 'pkg/tool/linux_386/yacc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_386/yacc' 'pkg/tool/linux_386/objdump' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_386/objdump' 'pkg/tool/linux_386/fix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_386/fix' 'pkg/tool/linux_386/addr2line' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_386/addr2line' 'pkg/tool/linux_386/nm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_386/nm' 'pkg/tool/linux_386/pack' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_386/pack' 'pkg/tool/linux_386/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_386/pprof' 'pkg/tool/netbsd_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_amd64' 'pkg/tool/netbsd_amd64/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_amd64/cgo' 'pkg/tool/netbsd_amd64/yacc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_amd64/yacc' 'pkg/tool/netbsd_amd64/objdump' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_amd64/objdump' 'pkg/tool/netbsd_amd64/fix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_amd64/fix' 'pkg/tool/netbsd_amd64/addr2line' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_amd64/addr2line' 'pkg/tool/netbsd_amd64/nm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_amd64/nm' 'pkg/tool/netbsd_amd64/pack' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_amd64/pack' 'pkg/tool/netbsd_amd64/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_amd64/pprof' 'pkg/tool/plan9_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_amd64' 'pkg/tool/plan9_amd64/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_amd64/cgo' 'pkg/tool/plan9_amd64/yacc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_amd64/yacc' 'pkg/tool/plan9_amd64/objdump' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_amd64/objdump' 'pkg/tool/plan9_amd64/fix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_amd64/fix' 'pkg/tool/plan9_amd64/addr2line' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_amd64/addr2line' 'pkg/tool/plan9_amd64/nm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_amd64/nm' 'pkg/tool/plan9_amd64/pack' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_amd64/pack' 'pkg/tool/plan9_amd64/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/plan9_amd64/pprof' 'pkg/tool/linux_arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_arm' 'pkg/tool/linux_arm/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_arm/cgo' 'pkg/tool/linux_arm/yacc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_arm/yacc' 'pkg/tool/linux_arm/objdump' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_arm/objdump' 'pkg/tool/linux_arm/fix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_arm/fix' 'pkg/tool/linux_arm/addr2line' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_arm/addr2line' 'pkg/tool/linux_arm/nm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_arm/nm' 'pkg/tool/linux_arm/pack' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_arm/pack' 'pkg/tool/linux_arm/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_arm/pprof' 'pkg/tool/freebsd_arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_arm' 'pkg/tool/freebsd_arm/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_arm/cgo' 'pkg/tool/freebsd_arm/yacc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_arm/yacc' 'pkg/tool/freebsd_arm/objdump' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_arm/objdump' 'pkg/tool/freebsd_arm/fix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_arm/fix' 'pkg/tool/freebsd_arm/addr2line' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_arm/addr2line' 'pkg/tool/freebsd_arm/nm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_arm/nm' 'pkg/tool/freebsd_arm/pack' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_arm/pack' 'pkg/tool/freebsd_arm/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_arm/pprof' 'pkg/tool/openbsd_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_386' 'pkg/tool/openbsd_386/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_386/cgo' 'pkg/tool/openbsd_386/yacc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_386/yacc' 'pkg/tool/openbsd_386/objdump' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_386/objdump' 'pkg/tool/openbsd_386/fix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_386/fix' 'pkg/tool/openbsd_386/addr2line' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_386/addr2line' 'pkg/tool/openbsd_386/nm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_386/nm' 'pkg/tool/openbsd_386/pack' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_386/pack' 'pkg/tool/openbsd_386/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/openbsd_386/pprof' 'pkg/tool/freebsd_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_amd64' 'pkg/tool/freebsd_amd64/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_amd64/cgo' 'pkg/tool/freebsd_amd64/yacc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_amd64/yacc' 'pkg/tool/freebsd_amd64/objdump' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_amd64/objdump' 'pkg/tool/freebsd_amd64/fix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_amd64/fix' 'pkg/tool/freebsd_amd64/addr2line' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_amd64/addr2line' 'pkg/tool/freebsd_amd64/nm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_amd64/nm' 'pkg/tool/freebsd_amd64/pack' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_amd64/pack' 'pkg/tool/freebsd_amd64/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/freebsd_amd64/pprof' 'pkg/tool/netbsd_arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_arm' 'pkg/tool/netbsd_arm/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_arm/cgo' 'pkg/tool/netbsd_arm/yacc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_arm/yacc' 'pkg/tool/netbsd_arm/objdump' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_arm/objdump' 'pkg/tool/netbsd_arm/fix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_arm/fix' 'pkg/tool/netbsd_arm/addr2line' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_arm/addr2line' 'pkg/tool/netbsd_arm/nm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_arm/nm' 'pkg/tool/netbsd_arm/pack' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_arm/pack' 'pkg/tool/netbsd_arm/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_arm/pprof' 'pkg/tool/linux_amd64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64' 'pkg/tool/linux_amd64/8g' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/8g' 'pkg/tool/linux_amd64/8l' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/8l' 'pkg/tool/linux_amd64/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/cgo' 'pkg/tool/linux_amd64/yacc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/yacc' 'pkg/tool/linux_amd64/6g' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/6g' 'pkg/tool/linux_amd64/8c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/8c' 'pkg/tool/linux_amd64/6a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/6a' 'pkg/tool/linux_amd64/8a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/8a' 'pkg/tool/linux_amd64/objdump' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/objdump' 'pkg/tool/linux_amd64/5a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/5a' 'pkg/tool/linux_amd64/5c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/5c' 'pkg/tool/linux_amd64/5l' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/5l' 'pkg/tool/linux_amd64/6c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/6c' 'pkg/tool/linux_amd64/fix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/fix' 'pkg/tool/linux_amd64/addr2line' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/addr2line' 'pkg/tool/linux_amd64/nm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/nm' 'pkg/tool/linux_amd64/pack' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/pack' 'pkg/tool/linux_amd64/6l' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/6l' 'pkg/tool/linux_amd64/dist' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/dist' 'pkg/tool/linux_amd64/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/pprof' 'pkg/tool/linux_amd64/5g' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/linux_amd64/5g' 'pkg/tool/netbsd_386' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_386' 'pkg/tool/netbsd_386/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_386/cgo' 'pkg/tool/netbsd_386/yacc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_386/yacc' 'pkg/tool/netbsd_386/objdump' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_386/objdump' 'pkg/tool/netbsd_386/fix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_386/fix' 'pkg/tool/netbsd_386/addr2line' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_386/addr2line' 'pkg/tool/netbsd_386/nm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_386/nm' 'pkg/tool/netbsd_386/pack' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_386/pack' 'pkg/tool/netbsd_386/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg/tool/netbsd_386/pprof' 'robots.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/robots.txt' 'src' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src' 'src/bytes' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bytes' 'src/bytes/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bytes/example_test.go' 'src/bytes/buffer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bytes/buffer.go' 'src/bytes/bytes_decl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bytes/bytes_decl.go' 'src/bytes/equal_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bytes/equal_test.go' 'src/bytes/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bytes/export_test.go' 'src/bytes/buffer_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bytes/buffer_test.go' 'src/bytes/reader_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bytes/reader_test.go' 'src/bytes/bytes_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bytes/bytes_test.go' 'src/bytes/compare_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bytes/compare_test.go' 'src/bytes/reader.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bytes/reader.go' 'src/bytes/bytes.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bytes/bytes.go' 'src/text' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text' 'src/text/scanner' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/scanner' 'src/text/scanner/scanner_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/scanner/scanner_test.go' 'src/text/scanner/scanner.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/scanner/scanner.go' 'src/text/tabwriter' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/tabwriter' 'src/text/tabwriter/tabwriter.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/tabwriter/tabwriter.go' 'src/text/tabwriter/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/tabwriter/example_test.go' 'src/text/tabwriter/tabwriter_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/tabwriter/tabwriter_test.go' 'src/text/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template' 'src/text/template/exec.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/exec.go' 'src/text/template/template.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/template.go' 'src/text/template/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/example_test.go' 'src/text/template/examplefunc_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/examplefunc_test.go' 'src/text/template/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/doc.go' 'src/text/template/helper.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/helper.go' 'src/text/template/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/testdata' 'src/text/template/testdata/tmpl1.tmpl' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/testdata/tmpl1.tmpl' 'src/text/template/testdata/file2.tmpl' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/testdata/file2.tmpl' 'src/text/template/testdata/tmpl2.tmpl' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/testdata/tmpl2.tmpl' 'src/text/template/testdata/file1.tmpl' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/testdata/file1.tmpl' 'src/text/template/funcs.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/funcs.go' 'src/text/template/multi_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/multi_test.go' 'src/text/template/exec_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/exec_test.go' 'src/text/template/parse' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/parse' 'src/text/template/parse/parse_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/parse/parse_test.go' 'src/text/template/parse/node.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/parse/node.go' 'src/text/template/parse/parse.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/parse/parse.go' 'src/text/template/parse/lex.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/parse/lex.go' 'src/text/template/parse/lex_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/parse/lex_test.go' 'src/text/template/examplefiles_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/text/template/examplefiles_test.go' 'src/sudo.bash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sudo.bash' 'src/make.bat' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/make.bat' 'src/encoding' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding' 'src/encoding/base32' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/base32' 'src/encoding/base32/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/base32/example_test.go' 'src/encoding/base32/base32_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/base32/base32_test.go' 'src/encoding/base32/base32.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/base32/base32.go' 'src/encoding/binary' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/binary' 'src/encoding/binary/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/binary/example_test.go' 'src/encoding/binary/binary.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/binary/binary.go' 'src/encoding/binary/varint.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/binary/varint.go' 'src/encoding/binary/varint_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/binary/varint_test.go' 'src/encoding/binary/binary_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/binary/binary_test.go' 'src/encoding/gob' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob' 'src/encoding/gob/encode.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/encode.go' 'src/encoding/gob/timing_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/timing_test.go' 'src/encoding/gob/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/example_test.go' 'src/encoding/gob/example_interface_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/example_interface_test.go' 'src/encoding/gob/type.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/type.go' 'src/encoding/gob/encgen.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/encgen.go' 'src/encoding/gob/type_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/type_test.go' 'src/encoding/gob/example_encdec_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/example_encdec_test.go' 'src/encoding/gob/codec_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/codec_test.go' 'src/encoding/gob/encoder.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/encoder.go' 'src/encoding/gob/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/doc.go' 'src/encoding/gob/dec_helpers.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/dec_helpers.go' 'src/encoding/gob/debug.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/debug.go' 'src/encoding/gob/decode.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/decode.go' 'src/encoding/gob/decgen.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/decgen.go' 'src/encoding/gob/enc_helpers.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/enc_helpers.go' 'src/encoding/gob/error.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/error.go' 'src/encoding/gob/dump.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/dump.go' 'src/encoding/gob/decoder.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/decoder.go' 'src/encoding/gob/encoder_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/encoder_test.go' 'src/encoding/gob/gobencdec_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/gob/gobencdec_test.go' 'src/encoding/ascii85' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/ascii85' 'src/encoding/ascii85/ascii85.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/ascii85/ascii85.go' 'src/encoding/ascii85/ascii85_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/ascii85/ascii85_test.go' 'src/encoding/base64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/base64' 'src/encoding/base64/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/base64/example_test.go' 'src/encoding/base64/base64_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/base64/base64_test.go' 'src/encoding/base64/base64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/base64/base64.go' 'src/encoding/json' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json' 'src/encoding/json/bench_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/bench_test.go' 'src/encoding/json/encode.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/encode.go' 'src/encoding/json/tags.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/tags.go' 'src/encoding/json/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/example_test.go' 'src/encoding/json/tags_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/tags_test.go' 'src/encoding/json/fold.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/fold.go' 'src/encoding/json/indent.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/indent.go' 'src/encoding/json/decode.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/decode.go' 'src/encoding/json/stream.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/stream.go' 'src/encoding/json/decode_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/decode_test.go' 'src/encoding/json/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/testdata' 'src/encoding/json/testdata/code.json.gz' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/testdata/code.json.gz' 'src/encoding/json/encode_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/encode_test.go' 'src/encoding/json/tagkey_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/tagkey_test.go' 'src/encoding/json/stream_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/stream_test.go' 'src/encoding/json/fold_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/fold_test.go' 'src/encoding/json/scanner_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/scanner_test.go' 'src/encoding/json/scanner.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/json/scanner.go' 'src/encoding/encoding.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/encoding.go' 'src/encoding/csv' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/csv' 'src/encoding/csv/writer_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/csv/writer_test.go' 'src/encoding/csv/reader_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/csv/reader_test.go' 'src/encoding/csv/writer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/csv/writer.go' 'src/encoding/csv/reader.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/csv/reader.go' 'src/encoding/hex' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/hex' 'src/encoding/hex/hex_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/hex/hex_test.go' 'src/encoding/hex/hex.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/hex/hex.go' 'src/encoding/pem' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/pem' 'src/encoding/pem/pem.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/pem/pem.go' 'src/encoding/pem/pem_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/pem/pem_test.go' 'src/encoding/xml' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/xml' 'src/encoding/xml/marshal_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/xml/marshal_test.go' 'src/encoding/xml/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/xml/example_test.go' 'src/encoding/xml/read_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/xml/read_test.go' 'src/encoding/xml/xml.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/xml/xml.go' 'src/encoding/xml/marshal.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/xml/marshal.go' 'src/encoding/xml/read.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/xml/read.go' 'src/encoding/xml/xml_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/xml/xml_test.go' 'src/encoding/xml/typeinfo.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/xml/typeinfo.go' 'src/encoding/xml/atom_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/xml/atom_test.go' 'src/encoding/asn1' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/asn1' 'src/encoding/asn1/marshal_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/asn1/marshal_test.go' 'src/encoding/asn1/common.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/asn1/common.go' 'src/encoding/asn1/marshal.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/asn1/marshal.go' 'src/encoding/asn1/asn1_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/asn1/asn1_test.go' 'src/encoding/asn1/asn1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/encoding/asn1/asn1.go' 'src/clean.bat' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/clean.bat' 'src/html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html' 'src/html/escape_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/escape_test.go' 'src/html/entity_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/entity_test.go' 'src/html/entity.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/entity.go' 'src/html/template' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template' 'src/html/template/url_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/url_test.go' 'src/html/template/escape_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/escape_test.go' 'src/html/template/template.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/template.go' 'src/html/template/html_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/html_test.go' 'src/html/template/context.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/context.go' 'src/html/template/css_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/css_test.go' 'src/html/template/js.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/js.go' 'src/html/template/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/doc.go' 'src/html/template/url.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/url.go' 'src/html/template/html.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/html.go' 'src/html/template/transition.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/transition.go' 'src/html/template/css.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/css.go' 'src/html/template/content_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/content_test.go' 'src/html/template/js_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/js_test.go' 'src/html/template/error.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/error.go' 'src/html/template/clone_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/clone_test.go' 'src/html/template/attr.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/attr.go' 'src/html/template/escape.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/escape.go' 'src/html/template/content.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/template/content.go' 'src/html/escape.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/html/escape.go' 'src/crypto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto' 'src/crypto/aes' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/aes' 'src/crypto/aes/cipher_generic.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/aes/cipher_generic.go' 'src/crypto/aes/cipher_asm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/aes/cipher_asm.go' 'src/crypto/aes/block.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/aes/block.go' 'src/crypto/aes/const.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/aes/const.go' 'src/crypto/aes/asm_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/aes/asm_amd64.s' 'src/crypto/aes/aes_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/aes/aes_test.go' 'src/crypto/aes/cipher.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/aes/cipher.go' 'src/crypto/x509' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509' 'src/crypto/x509/root_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/root_unix.go' 'src/crypto/x509/x509.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/x509.go' 'src/crypto/x509/root_darwin_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/root_darwin_test.go' 'src/crypto/x509/pkcs8_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/pkcs8_test.go' 'src/crypto/x509/root_darwin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/root_darwin.go' 'src/crypto/x509/root.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/root.go' 'src/crypto/x509/x509.go.orig' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/x509.go.orig' 'src/crypto/x509/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/example_test.go' 'src/crypto/x509/pem_decrypt.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/pem_decrypt.go' 'src/crypto/x509/verify_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/verify_test.go' 'src/crypto/x509/verify.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/verify.go' 'src/crypto/x509/root_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/root_windows.go' 'src/crypto/x509/sec1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/sec1.go' 'src/crypto/x509/pkix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/pkix' 'src/crypto/x509/pkix/pkix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/pkix/pkix.go' 'src/crypto/x509/pem_decrypt_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/pem_decrypt_test.go' 'src/crypto/x509/sec1_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/sec1_test.go' 'src/crypto/x509/pkcs8.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/pkcs8.go' 'src/crypto/x509/x509_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/x509_test.go' 'src/crypto/x509/root_nocgo_darwin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/root_nocgo_darwin.go' 'src/crypto/x509/pkcs1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/pkcs1.go' 'src/crypto/x509/root_cgo_darwin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/root_cgo_darwin.go' 'src/crypto/x509/cert_pool.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/cert_pool.go' 'src/crypto/x509/root_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/root_plan9.go' 'src/crypto/x509/x509_test_import.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/x509/x509_test_import.go' 'src/crypto/sha1' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha1' 'src/crypto/sha1/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha1/example_test.go' 'src/crypto/sha1/sha1_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha1/sha1_test.go' 'src/crypto/sha1/sha1block_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha1/sha1block_386.s' 'src/crypto/sha1/sha1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha1/sha1.go' 'src/crypto/sha1/sha1block_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha1/sha1block_amd64.s' 'src/crypto/sha1/sha1block.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha1/sha1block.go' 'src/crypto/sha1/sha1block_generic.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha1/sha1block_generic.go' 'src/crypto/sha1/sha1block_decl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha1/sha1block_decl.go' 'src/crypto/sha1/sha1block_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha1/sha1block_amd64p32.s' 'src/crypto/sha1/sha1block_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha1/sha1block_arm.s' 'src/crypto/md5' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/md5' 'src/crypto/md5/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/md5/example_test.go' 'src/crypto/md5/md5block_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/md5/md5block_arm.s' 'src/crypto/md5/md5block.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/md5/md5block.go' 'src/crypto/md5/md5_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/md5/md5_test.go' 'src/crypto/md5/md5.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/md5/md5.go' 'src/crypto/md5/md5block_decl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/md5/md5block_decl.go' 'src/crypto/md5/md5block_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/md5/md5block_amd64p32.s' 'src/crypto/md5/md5block_generic.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/md5/md5block_generic.go' 'src/crypto/md5/gen.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/md5/gen.go' 'src/crypto/md5/md5block_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/md5/md5block_amd64.s' 'src/crypto/md5/md5block_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/md5/md5block_386.s' 'src/crypto/hmac' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/hmac' 'src/crypto/hmac/hmac.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/hmac/hmac.go' 'src/crypto/hmac/hmac_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/hmac/hmac_test.go' 'src/crypto/rand' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rand' 'src/crypto/rand/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rand/example_test.go' 'src/crypto/rand/rand_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rand/rand_test.go' 'src/crypto/rand/rand.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rand/rand.go' 'src/crypto/rand/rand_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rand/rand_linux.go' 'src/crypto/rand/rand_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rand/rand_windows.go' 'src/crypto/rand/util_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rand/util_test.go' 'src/crypto/rand/util.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rand/util.go' 'src/crypto/rand/rand_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rand/rand_unix.go' 'src/crypto/dsa' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/dsa' 'src/crypto/dsa/dsa_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/dsa/dsa_test.go' 'src/crypto/dsa/dsa.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/dsa/dsa.go' 'src/crypto/crypto.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/crypto.go' 'src/crypto/rsa' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rsa' 'src/crypto/rsa/rsa_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rsa/rsa_test.go' 'src/crypto/rsa/pss_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rsa/pss_test.go' 'src/crypto/rsa/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rsa/testdata' 'src/crypto/rsa/testdata/pss-vect.txt.bz2' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rsa/testdata/pss-vect.txt.bz2' 'src/crypto/rsa/pss.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rsa/pss.go' 'src/crypto/rsa/pkcs1v15_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rsa/pkcs1v15_test.go' 'src/crypto/rsa/rsa.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rsa/rsa.go' 'src/crypto/rsa/pkcs1v15.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rsa/pkcs1v15.go' 'src/crypto/des' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/des' 'src/crypto/des/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/des/example_test.go' 'src/crypto/des/des_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/des/des_test.go' 'src/crypto/des/block.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/des/block.go' 'src/crypto/des/const.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/des/const.go' 'src/crypto/des/cipher.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/des/cipher.go' 'src/crypto/ecdsa' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/ecdsa' 'src/crypto/ecdsa/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/ecdsa/testdata' 'src/crypto/ecdsa/testdata/SigVer.rsp.bz2' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/ecdsa/testdata/SigVer.rsp.bz2' 'src/crypto/ecdsa/ecdsa_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/ecdsa/ecdsa_test.go' 'src/crypto/ecdsa/ecdsa.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/ecdsa/ecdsa.go' 'src/crypto/elliptic' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/elliptic' 'src/crypto/elliptic/elliptic_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/elliptic/elliptic_test.go' 'src/crypto/elliptic/p256.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/elliptic/p256.go' 'src/crypto/elliptic/p224_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/elliptic/p224_test.go' 'src/crypto/elliptic/p224.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/elliptic/p224.go' 'src/crypto/elliptic/bottombits.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/elliptic/bottombits.go' 'src/crypto/elliptic/elliptic.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/elliptic/elliptic.go' 'src/crypto/rc4' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rc4' 'src/crypto/rc4/rc4_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rc4/rc4_arm.s' 'src/crypto/rc4/rc4_ref.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rc4/rc4_ref.go' 'src/crypto/rc4/rc4_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rc4/rc4_amd64p32.s' 'src/crypto/rc4/rc4_asm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rc4/rc4_asm.go' 'src/crypto/rc4/rc4_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rc4/rc4_test.go' 'src/crypto/rc4/rc4_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rc4/rc4_amd64.s' 'src/crypto/rc4/rc4_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rc4/rc4_386.s' 'src/crypto/rc4/rc4.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/rc4/rc4.go' 'src/crypto/sha256' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha256' 'src/crypto/sha256/sha256block_decl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha256/sha256block_decl.go' 'src/crypto/sha256/sha256block.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha256/sha256block.go' 'src/crypto/sha256/sha256.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha256/sha256.go' 'src/crypto/sha256/sha256_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha256/sha256_test.go' 'src/crypto/sha256/sha256block_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha256/sha256block_amd64.s' 'src/crypto/sha256/sha256block_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha256/sha256block_386.s' 'src/crypto/sha512' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha512' 'src/crypto/sha512/sha512block.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha512/sha512block.go' 'src/crypto/sha512/sha512block_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha512/sha512block_amd64.s' 'src/crypto/sha512/sha512.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha512/sha512.go' 'src/crypto/sha512/sha512_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha512/sha512_test.go' 'src/crypto/sha512/sha512block_decl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/sha512/sha512block_decl.go' 'src/crypto/cipher' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher' 'src/crypto/cipher/ofb.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/ofb.go' 'src/crypto/cipher/cfb_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/cfb_test.go' 'src/crypto/cipher/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/example_test.go' 'src/crypto/cipher/cbc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/cbc.go' 'src/crypto/cipher/gcm_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/gcm_test.go' 'src/crypto/cipher/cfb.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/cfb.go' 'src/crypto/cipher/ctr.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/ctr.go' 'src/crypto/cipher/ctr_aes_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/ctr_aes_test.go' 'src/crypto/cipher/cbc_aes_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/cbc_aes_test.go' 'src/crypto/cipher/benchmark_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/benchmark_test.go' 'src/crypto/cipher/cipher_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/cipher_test.go' 'src/crypto/cipher/xor.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/xor.go' 'src/crypto/cipher/xor_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/xor_test.go' 'src/crypto/cipher/common_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/common_test.go' 'src/crypto/cipher/gcm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/gcm.go' 'src/crypto/cipher/ofb_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/ofb_test.go' 'src/crypto/cipher/io.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/io.go' 'src/crypto/cipher/cipher.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/cipher/cipher.go' 'src/crypto/tls' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls' 'src/crypto/tls/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/example_test.go' 'src/crypto/tls/conn.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/conn.go' 'src/crypto/tls/prf.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/prf.go' 'src/crypto/tls/handshake_server_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/handshake_server_test.go' 'src/crypto/tls/conn_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/conn_test.go' 'src/crypto/tls/common.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/common.go' 'src/crypto/tls/handshake_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/handshake_test.go' 'src/crypto/tls/handshake_server.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/handshake_server.go' 'src/crypto/tls/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata' 'src/crypto/tls/testdata/Server-SSLv3-RSA-RC4' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-SSLv3-RSA-RC4' 'src/crypto/tls/testdata/Client-TLSv11-RSA-RC4' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv11-RSA-RC4' 'src/crypto/tls/testdata/Server-TLSv12-ALPN' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-ALPN' 'src/crypto/tls/testdata/Server-SSLv3-RSA-3DES' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-SSLv3-RSA-3DES' 'src/crypto/tls/testdata/Server-TLSv10-RSA-AES' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv10-RSA-AES' 'src/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES-GCM' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES-GCM' 'src/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-ECDSA' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-ECDSA' 'src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndGiven' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndGiven' 'src/crypto/tls/testdata/Client-TLSv11-ECDHE-RSA-AES' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv11-ECDHE-RSA-AES' 'src/crypto/tls/testdata/Client-TLSv10-ECDHE-ECDSA-AES' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv10-ECDHE-ECDSA-AES' 'src/crypto/tls/testdata/Client-TLSv12-ALPN' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv12-ALPN' 'src/crypto/tls/testdata/Server-TLSv12-IssueTicket' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-IssueTicket' 'src/crypto/tls/testdata/Server-TLSv12-SNI' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-SNI' 'src/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-RSA' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-RSA' 'src/crypto/tls/testdata/Server-TLSv11-FallbackSCSV' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv11-FallbackSCSV' 'src/crypto/tls/testdata/Server-TLSv12-RSA-3DES' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-RSA-3DES' 'src/crypto/tls/testdata/Client-TLSv12-ECDHE-RSA-AES' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv12-ECDHE-RSA-AES' 'src/crypto/tls/testdata/Server-TLSv11-RSA-RC4' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv11-RSA-RC4' 'src/crypto/tls/testdata/Server-TLSv12-ResumeDisabled' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-ResumeDisabled' 'src/crypto/tls/testdata/Server-TLSv10-RSA-3DES' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv10-RSA-3DES' 'src/crypto/tls/testdata/Server-TLSv12-RSA-RC4' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-RSA-RC4' 'src/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES' 'src/crypto/tls/testdata/Client-TLSv12-RSA-RC4' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv12-RSA-RC4' 'src/crypto/tls/testdata/Client-TLSv10-ECDHE-RSA-AES' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv10-ECDHE-RSA-AES' 'src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSA' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSA' 'src/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-ECDSA' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-ECDSA' 'src/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-RSA' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-RSA' 'src/crypto/tls/testdata/Server-TLSv12-RSA-AES-GCM' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-RSA-AES-GCM' 'src/crypto/tls/testdata/Client-TLSv11-ECDHE-ECDSA-AES' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv11-ECDHE-ECDSA-AES' 'src/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceECDSA' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceECDSA' 'src/crypto/tls/testdata/Server-TLSv12-ALPN-NoMatch' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-ALPN-NoMatch' 'src/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-ECDSA' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-ECDSA' 'src/crypto/tls/testdata/Server-SSLv3-RSA-AES' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-SSLv3-RSA-AES' 'src/crypto/tls/testdata/Server-TLSv12-Resume' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-Resume' 'src/crypto/tls/testdata/Server-TLSv10-ECDHE-ECDSA-AES' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv10-ECDHE-ECDSA-AES' 'src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndECDSAGiven' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndECDSAGiven' 'src/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-RSA' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-RSA' 'src/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceRSA' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceRSA' 'src/crypto/tls/testdata/Server-TLSv10-RSA-RC4' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv10-RSA-RC4' 'src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedNotGiven' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedNotGiven' 'src/crypto/tls/testdata/Client-TLSv10-RSA-RC4' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv10-RSA-RC4' 'src/crypto/tls/testdata/Server-TLSv12-RSA-AES' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-RSA-AES' 'src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-ECDSA' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-ECDSA' 'src/crypto/tls/testdata/Client-TLSv12-ALPN-NoMatch' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Client-TLSv12-ALPN-NoMatch' 'src/crypto/tls/testdata/Server-TLSv12-ECDHE-ECDSA-AES' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-ECDHE-ECDSA-AES' 'src/crypto/tls/testdata/Server-TLSv12-IssueTicketPreDisable' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/testdata/Server-TLSv12-IssueTicketPreDisable' 'src/crypto/tls/handshake_client_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/handshake_client_test.go' 'src/crypto/tls/tls.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/tls.go' 'src/crypto/tls/handshake_messages.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/handshake_messages.go' 'src/crypto/tls/prf_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/prf_test.go' 'src/crypto/tls/handshake_client.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/handshake_client.go' 'src/crypto/tls/cipher_suites.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/cipher_suites.go' 'src/crypto/tls/tls_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/tls_test.go' 'src/crypto/tls/key_agreement.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/key_agreement.go' 'src/crypto/tls/handshake_messages_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/handshake_messages_test.go' 'src/crypto/tls/generate_cert.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/generate_cert.go' 'src/crypto/tls/ticket.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/ticket.go' 'src/crypto/tls/alert.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/tls/alert.go' 'src/crypto/subtle' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/subtle' 'src/crypto/subtle/constant_time_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/subtle/constant_time_test.go' 'src/crypto/subtle/constant_time.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/crypto/subtle/constant_time.go' 'src/run.bat' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/run.bat' 'src/all.bat' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/all.bat' 'src/mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime' 'src/mime/multipart' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/multipart' 'src/mime/multipart/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/multipart/example_test.go' 'src/mime/multipart/quotedprintable_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/multipart/quotedprintable_test.go' 'src/mime/multipart/formdata_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/multipart/formdata_test.go' 'src/mime/multipart/writer_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/multipart/writer_test.go' 'src/mime/multipart/quotedprintable.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/multipart/quotedprintable.go' 'src/mime/multipart/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/multipart/testdata' 'src/mime/multipart/testdata/nested-mime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/multipart/testdata/nested-mime' 'src/mime/multipart/writer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/multipart/writer.go' 'src/mime/multipart/formdata.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/multipart/formdata.go' 'src/mime/multipart/multipart_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/multipart/multipart_test.go' 'src/mime/multipart/multipart.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/multipart/multipart.go' 'src/mime/type.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/type.go' 'src/mime/type_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/type_test.go' 'src/mime/type_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/type_plan9.go' 'src/mime/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/testdata' 'src/mime/testdata/test.types.plan9' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/testdata/test.types.plan9' 'src/mime/testdata/test.types' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/testdata/test.types' 'src/mime/mediatype_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/mediatype_test.go' 'src/mime/type_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/type_windows.go' 'src/mime/mediatype.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/mediatype.go' 'src/mime/grammar.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/grammar.go' 'src/mime/type_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/mime/type_unix.go' 'src/testing' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing' 'src/testing/cover.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing/cover.go' 'src/testing/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing/export_test.go' 'src/testing/testing.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing/testing.go' 'src/testing/example.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing/example.go' 'src/testing/benchmark.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing/benchmark.go' 'src/testing/benchmark_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing/benchmark_test.go' 'src/testing/testing_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing/testing_test.go' 'src/testing/allocs_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing/allocs_test.go' 'src/testing/quick' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing/quick' 'src/testing/quick/quick.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing/quick/quick.go' 'src/testing/quick/quick_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing/quick/quick_test.go' 'src/testing/iotest' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing/iotest' 'src/testing/iotest/logger.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing/iotest/logger.go' 'src/testing/iotest/writer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing/iotest/writer.go' 'src/testing/iotest/reader.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing/iotest/reader.go' 'src/testing/allocs.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/testing/allocs.go' 'src/syscall' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall' 'src/syscall/zerrors_solaris_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_solaris_amd64.go' 'src/syscall/mksysnum_plan9.sh' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/mksysnum_plan9.sh' 'src/syscall/ztypes_darwin_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_darwin_amd64.go' 'src/syscall/mksysnum_netbsd.pl' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/mksysnum_netbsd.pl' 'src/syscall/zerrors_linux_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_linux_386.go' 'src/syscall/types_solaris.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/types_solaris.go' 'src/syscall/syscall_nacl_amd64p32.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_nacl_amd64p32.go' 'src/syscall/lsf_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/lsf_linux.go' 'src/syscall/zerrors_linux_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_linux_amd64.go' 'src/syscall/ztypes_freebsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_freebsd_386.go' 'src/syscall/tables_nacl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/tables_nacl.go' 'src/syscall/zsyscall_plan9_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_plan9_386.go' 'src/syscall/syscall_freebsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_freebsd_amd64.go' 'src/syscall/mksyscall.pl' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/mksyscall.pl' 'src/syscall/ztypes_solaris_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_solaris_amd64.go' 'src/syscall/fs_nacl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/fs_nacl.go' 'src/syscall/zerrors_freebsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_freebsd_amd64.go' 'src/syscall/ztypes_linux_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_linux_arm.go' 'src/syscall/syscall_no_getwd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_no_getwd.go' 'src/syscall/zsyscall_nacl_amd64p32.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_nacl_amd64p32.go' 'src/syscall/syscall_darwin_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_darwin_amd64.go' 'src/syscall/zerrors_netbsd_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_netbsd_arm.go' 'src/syscall/syscall_nacl_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_nacl_arm.go' 'src/syscall/asm_netbsd_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_netbsd_arm.s' 'src/syscall/syscall_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_linux.go' 'src/syscall/zsysnum_solaris_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_solaris_amd64.go' 'src/syscall/zerrors_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_windows.go' 'src/syscall/zsysnum_dragonfly_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_dragonfly_386.go' 'src/syscall/sockcmsg_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/sockcmsg_linux.go' 'src/syscall/zerrors_netbsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_netbsd_amd64.go' 'src/syscall/zerrors_linux_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_linux_arm.go' 'src/syscall/srpc_nacl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/srpc_nacl.go' 'src/syscall/flock_linux_32bit.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/flock_linux_32bit.go' 'src/syscall/mksysnum_dragonfly.pl' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/mksysnum_dragonfly.pl' 'src/syscall/zsysnum_darwin_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_darwin_amd64.go' 'src/syscall/syscall_openbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_openbsd.go' 'src/syscall/zsyscall_netbsd_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_netbsd_arm.go' 'src/syscall/zsyscall_netbsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_netbsd_386.go' 'src/syscall/zsysnum_plan9_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_plan9_386.go' 'src/syscall/asm_dragonfly_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_dragonfly_amd64.s' 'src/syscall/time_nacl_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/time_nacl_amd64p32.s' 'src/syscall/syscall_windows_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_windows_amd64.go' 'src/syscall/ztypes_plan9_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_plan9_386.go' 'src/syscall/time_nacl_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/time_nacl_386.s' 'src/syscall/zerrors_freebsd_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_freebsd_arm.go' 'src/syscall/asm_freebsd_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_freebsd_amd64.s' 'src/syscall/asm_nacl_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_nacl_amd64p32.s' 'src/syscall/types_openbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/types_openbsd.go' 'src/syscall/zsyscall_freebsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_freebsd_amd64.go' 'src/syscall/ztypes_windows_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_windows_amd64.go' 'src/syscall/zsysctl_openbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysctl_openbsd.go' 'src/syscall/env_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/env_windows.go' 'src/syscall/env_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/env_unix.go' 'src/syscall/zsyscall_plan9_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_plan9_amd64.go' 'src/syscall/zerrors_plan9_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_plan9_amd64.go' 'src/syscall/creds_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/creds_test.go' 'src/syscall/ztypes_windows_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_windows_386.go' 'src/syscall/syscall_linux_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_linux_386.go' 'src/syscall/types_plan9.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/types_plan9.c' 'src/syscall/zsysnum_netbsd_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_netbsd_arm.go' 'src/syscall/exec_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/exec_plan9.go' 'src/syscall/syscall_windows_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_windows_386.go' 'src/syscall/types_freebsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/types_freebsd.go' 'src/syscall/zerrors_plan9_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_plan9_386.go' 'src/syscall/mksysnum_darwin.pl' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/mksysnum_darwin.pl' 'src/syscall/security_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/security_windows.go' 'src/syscall/syscall_dragonfly_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_dragonfly_amd64.go' 'src/syscall/zsysnum_windows_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_windows_amd64.go' 'src/syscall/bpf_bsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/bpf_bsd.go' 'src/syscall/asm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm.s' 'src/syscall/env_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/env_plan9.go' 'src/syscall/syscall_nacl_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_nacl_386.go' 'src/syscall/asm_plan9_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_plan9_amd64.s' 'src/syscall/unzip_nacl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/unzip_nacl.go' 'src/syscall/exec_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/exec_unix.go' 'src/syscall/zerrors_dragonfly_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_dragonfly_amd64.go' 'src/syscall/mmap_unix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/mmap_unix_test.go' 'src/syscall/exec_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/exec_linux.go' 'src/syscall/route_netbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/route_netbsd.go' 'src/syscall/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/export_test.go' 'src/syscall/zsyscall_openbsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_openbsd_386.go' 'src/syscall/ztypes_darwin_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_darwin_386.go' 'src/syscall/syscall_unix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_unix_test.go' 'src/syscall/zsyscall_solaris_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_solaris_amd64.go' 'src/syscall/zsysnum_windows_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_windows_386.go' 'src/syscall/ztypes_netbsd_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_netbsd_arm.go' 'src/syscall/ztypes_netbsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_netbsd_386.go' 'src/syscall/ztypes_freebsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_freebsd_amd64.go' 'src/syscall/exec_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/exec_windows.go' 'src/syscall/zsysnum_linux_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_linux_386.go' 'src/syscall/zerrors_openbsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_openbsd_amd64.go' 'src/syscall/zsyscall_linux_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_linux_386.go' 'src/syscall/route_darwin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/route_darwin.go' 'src/syscall/asm_nacl_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_nacl_arm.s' 'src/syscall/zsyscall_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_windows.go' 'src/syscall/zsysnum_freebsd_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_freebsd_arm.go' 'src/syscall/zsyscall_netbsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_netbsd_amd64.go' 'src/syscall/sockcmsg_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/sockcmsg_unix.go' 'src/syscall/zsyscall_linux_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_linux_arm.go' 'src/syscall/asm_freebsd_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_freebsd_arm.s' 'src/syscall/zsysnum_netbsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_netbsd_amd64.go' 'src/syscall/syscall_openbsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_openbsd_amd64.go' 'src/syscall/asm_darwin_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_darwin_amd64.s' 'src/syscall/mksyscall_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/mksyscall_windows.go' 'src/syscall/zerrors_windows_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_windows_386.go' 'src/syscall/ztypes_openbsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_openbsd_amd64.go' 'src/syscall/mksysnum_linux.pl' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/mksysnum_linux.pl' 'src/syscall/syscall.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall.go' 'src/syscall/exec_solaris.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/exec_solaris.go' 'src/syscall/zsyscall_freebsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_freebsd_386.go' 'src/syscall/route_dragonfly.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/route_dragonfly.go' 'src/syscall/route_bsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/route_bsd.go' 'src/syscall/syscall_linux_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_linux_amd64.go' 'src/syscall/asm_linux_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_linux_386.s' 'src/syscall/asm_linux_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_linux_arm.s' 'src/syscall/ztypes_plan9_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_plan9_amd64.go' 'src/syscall/asm_openbsd_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_openbsd_amd64.s' 'src/syscall/net_nacl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/net_nacl.go' 'src/syscall/mkall.sh' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/mkall.sh' 'src/syscall/ztypes_linux_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_linux_386.go' 'src/syscall/ztypes_openbsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_openbsd_386.go' 'src/syscall/syscall_darwin_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_darwin_386.go' 'src/syscall/zerrors_windows_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_windows_amd64.go' 'src/syscall/route_freebsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/route_freebsd.go' 'src/syscall/zsysnum_linux_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_linux_amd64.go' 'src/syscall/zsysnum_plan9_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_plan9_amd64.go' 'src/syscall/zsysnum_freebsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_freebsd_386.go' 'src/syscall/syscall_netbsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_netbsd_amd64.go' 'src/syscall/types_dragonfly.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/types_dragonfly.go' 'src/syscall/race.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/race.go' 'src/syscall/exec_bsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/exec_bsd.go' 'src/syscall/syscall_dragonfly_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_dragonfly_386.go' 'src/syscall/zerrors_freebsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_freebsd_386.go' 'src/syscall/zerrors_darwin_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_darwin_amd64.go' 'src/syscall/zsyscall_darwin_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_darwin_amd64.go' 'src/syscall/types_netbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/types_netbsd.go' 'src/syscall/zsyscall_nacl_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_nacl_386.go' 'src/syscall/mksyscall_solaris.pl' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/mksyscall_solaris.pl' 'src/syscall/zsyscall_freebsd_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_freebsd_arm.go' 'src/syscall/types_darwin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/types_darwin.go' 'src/syscall/zerrors_netbsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_netbsd_386.go' 'src/syscall/mkall_windows.bat' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/mkall_windows.bat' 'src/syscall/time_nacl_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/time_nacl_arm.s' 'src/syscall/mksysctl_openbsd.pl' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/mksysctl_openbsd.pl' 'src/syscall/zerrors_dragonfly_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_dragonfly_386.go' 'src/syscall/zerrors_darwin_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_darwin_386.go' 'src/syscall/str.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/str.go' 'src/syscall/zsysnum_openbsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_openbsd_386.go' 'src/syscall/syscall_windows_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_windows_test.go' 'src/syscall/race0.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/race0.go' 'src/syscall/zsysnum_freebsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_freebsd_amd64.go' 'src/syscall/zsyscall_linux_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_linux_amd64.go' 'src/syscall/syscall_dragonfly.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_dragonfly.go' 'src/syscall/mkerrors.sh' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/mkerrors.sh' 'src/syscall/asm_dragonfly_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_dragonfly_386.s' 'src/syscall/mksysnum_openbsd.pl' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/mksysnum_openbsd.pl' 'src/syscall/zsyscall_openbsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_openbsd_amd64.go' 'src/syscall/zsysnum_dragonfly_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_dragonfly_amd64.go' 'src/syscall/syscall_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_unix.go' 'src/syscall/zsyscall_dragonfly_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_dragonfly_amd64.go' 'src/syscall/syscall_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_test.go' 'src/syscall/types_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/types_linux.go' 'src/syscall/syscall_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_plan9.go' 'src/syscall/ztypes_dragonfly_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_dragonfly_386.go' 'src/syscall/syscall_bsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_bsd.go' 'src/syscall/syscall_solaris.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_solaris.go' 'src/syscall/dir_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/dir_plan9.go' 'src/syscall/syscall_freebsd_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_freebsd_arm.go' 'src/syscall/zsyscall_dragonfly_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_dragonfly_386.go' 'src/syscall/syscall_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_windows.go' 'src/syscall/route_freebsd_32bit.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/route_freebsd_32bit.go' 'src/syscall/syscall_freebsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_freebsd_386.go' 'src/syscall/asm_darwin_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_darwin_386.s' 'src/syscall/zsyscall_darwin_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_darwin_386.go' 'src/syscall/zsyscall_nacl_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsyscall_nacl_arm.go' 'src/syscall/ztypes_netbsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_netbsd_amd64.go' 'src/syscall/fd_nacl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/fd_nacl.go' 'src/syscall/syscall_bsd_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_bsd_test.go' 'src/syscall/syscall_nacl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_nacl.go' 'src/syscall/netlink_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/netlink_linux.go' 'src/syscall/asm_linux_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_linux_amd64.s' 'src/syscall/syscall_linux_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_linux_arm.go' 'src/syscall/ztypes_linux_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_linux_amd64.go' 'src/syscall/syscall_netbsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_netbsd_386.go' 'src/syscall/dll_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/dll_windows.go' 'src/syscall/so_solaris.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/so_solaris.go' 'src/syscall/asm_plan9_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_plan9_386.s' 'src/syscall/zsysnum_openbsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_openbsd_amd64.go' 'src/syscall/syscall_freebsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_freebsd.go' 'src/syscall/asm_netbsd_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_netbsd_amd64.s' 'src/syscall/syscall_darwin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_darwin.go' 'src/syscall/mksysnum_freebsd.pl' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/mksysnum_freebsd.pl' 'src/syscall/asm_nacl_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_nacl_386.s' 'src/syscall/asm_netbsd_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_netbsd_386.s' 'src/syscall/asm_freebsd_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_freebsd_386.s' 'src/syscall/ztypes_dragonfly_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_dragonfly_amd64.go' 'src/syscall/zsysnum_linux_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_linux_arm.go' 'src/syscall/syscall_netbsd_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_netbsd_arm.go' 'src/syscall/flock.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/flock.go' 'src/syscall/asm_openbsd_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_openbsd_386.s' 'src/syscall/route_freebsd_64bit.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/route_freebsd_64bit.go' 'src/syscall/zsysnum_darwin_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_darwin_386.go' 'src/syscall/ztypes_freebsd_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_freebsd_arm.go' 'src/syscall/ztypes_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/ztypes_windows.go' 'src/syscall/zsysnum_netbsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zsysnum_netbsd_386.go' 'src/syscall/zerrors_openbsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/zerrors_openbsd_386.go' 'src/syscall/asm_solaris_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/asm_solaris_amd64.s' 'src/syscall/syscall_openbsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_openbsd_386.go' 'src/syscall/syscall_solaris_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_solaris_amd64.go' 'src/syscall/route_openbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/route_openbsd.go' 'src/syscall/syscall_netbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/syscall/syscall_netbsd.go' 'src/bufio' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bufio' 'src/bufio/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bufio/example_test.go' 'src/bufio/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bufio/export_test.go' 'src/bufio/scan.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bufio/scan.go' 'src/bufio/scan_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bufio/scan_test.go' 'src/bufio/bufio_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bufio/bufio_test.go' 'src/bufio/bufio.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/bufio/bufio.go' 'src/strconv' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv' 'src/strconv/decimal.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/decimal.go' 'src/strconv/internal_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/internal_test.go' 'src/strconv/quote_example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/quote_example_test.go' 'src/strconv/isprint.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/isprint.go' 'src/strconv/itoa_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/itoa_test.go' 'src/strconv/atoi_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/atoi_test.go' 'src/strconv/fp_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/fp_test.go' 'src/strconv/itoa.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/itoa.go' 'src/strconv/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/testdata' 'src/strconv/testdata/testfp.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/testdata/testfp.txt' 'src/strconv/atob.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/atob.go' 'src/strconv/ftoa_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/ftoa_test.go' 'src/strconv/makeisprint.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/makeisprint.go' 'src/strconv/quote_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/quote_test.go' 'src/strconv/extfloat.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/extfloat.go' 'src/strconv/atof.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/atof.go' 'src/strconv/atob_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/atob_test.go' 'src/strconv/atoi.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/atoi.go' 'src/strconv/quote.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/quote.go' 'src/strconv/strconv_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/strconv_test.go' 'src/strconv/atof_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/atof_test.go' 'src/strconv/ftoa.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/ftoa.go' 'src/strconv/decimal_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strconv/decimal_test.go' 'src/androidtest.bash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/androidtest.bash' 'src/archive' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive' 'src/archive/zip' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip' 'src/archive/zip/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/example_test.go' 'src/archive/zip/zip_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/zip_test.go' 'src/archive/zip/writer_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/writer_test.go' 'src/archive/zip/struct.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/struct.go' 'src/archive/zip/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/testdata' 'src/archive/zip/testdata/symlink.zip' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/testdata/symlink.zip' 'src/archive/zip/testdata/winxp.zip' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/testdata/winxp.zip' 'src/archive/zip/testdata/go-with-datadesc-sig.zip' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/testdata/go-with-datadesc-sig.zip' 'src/archive/zip/testdata/gophercolor16x16.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/testdata/gophercolor16x16.png' 'src/archive/zip/testdata/zip64.zip' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/testdata/zip64.zip' 'src/archive/zip/testdata/test.zip' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/testdata/test.zip' 'src/archive/zip/testdata/readme.notzip' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/testdata/readme.notzip' 'src/archive/zip/testdata/dd.zip' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/testdata/dd.zip' 'src/archive/zip/testdata/crc32-not-streamed.zip' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/testdata/crc32-not-streamed.zip' 'src/archive/zip/testdata/zip64-2.zip' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/testdata/zip64-2.zip' 'src/archive/zip/testdata/test-trailing-junk.zip' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/testdata/test-trailing-junk.zip' 'src/archive/zip/testdata/readme.zip' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/testdata/readme.zip' 'src/archive/zip/testdata/go-no-datadesc-sig.zip' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/testdata/go-no-datadesc-sig.zip' 'src/archive/zip/testdata/unix.zip' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/testdata/unix.zip' 'src/archive/zip/reader_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/reader_test.go' 'src/archive/zip/writer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/writer.go' 'src/archive/zip/register.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/register.go' 'src/archive/zip/reader.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/zip/reader.go' 'src/archive/tar' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar' 'src/archive/tar/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/example_test.go' 'src/archive/tar/stat_atimespec.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/stat_atimespec.go' 'src/archive/tar/writer_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/writer_test.go' 'src/archive/tar/common.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/common.go' 'src/archive/tar/tar_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/tar_test.go' 'src/archive/tar/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/testdata' 'src/archive/tar/testdata/writer.tar' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/testdata/writer.tar' 'src/archive/tar/testdata/writer-big-long.tar' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/testdata/writer-big-long.tar' 'src/archive/tar/testdata/v7.tar' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/testdata/v7.tar' 'src/archive/tar/testdata/pax.tar' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/testdata/pax.tar' 'src/archive/tar/testdata/writer-big.tar' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/testdata/writer-big.tar' 'src/archive/tar/testdata/ustar.tar' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/testdata/ustar.tar' 'src/archive/tar/testdata/nil-uid.tar' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/testdata/nil-uid.tar' 'src/archive/tar/testdata/sparse-formats.tar' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/testdata/sparse-formats.tar' 'src/archive/tar/testdata/xattrs.tar' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/testdata/xattrs.tar' 'src/archive/tar/testdata/star.tar' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/testdata/star.tar' 'src/archive/tar/testdata/small2.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/testdata/small2.txt' 'src/archive/tar/testdata/gnu.tar' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/testdata/gnu.tar' 'src/archive/tar/testdata/small.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/testdata/small.txt' 'src/archive/tar/stat_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/stat_unix.go' 'src/archive/tar/reader_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/reader_test.go' 'src/archive/tar/writer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/writer.go' 'src/archive/tar/reader.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/reader.go' 'src/archive/tar/stat_atim.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/archive/tar/stat_atim.go' 'src/run.bash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/run.bash' 'src/sort' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sort' 'src/sort/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sort/example_test.go' 'src/sort/example_wrapper_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sort/example_wrapper_test.go' 'src/sort/example_interface_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sort/example_interface_test.go' 'src/sort/example_multi_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sort/example_multi_test.go' 'src/sort/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sort/export_test.go' 'src/sort/sort.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sort/sort.go' 'src/sort/sort_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sort/sort_test.go' 'src/sort/example_keys_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sort/example_keys_test.go' 'src/sort/search.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sort/search.go' 'src/sort/search_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sort/search_test.go' 'src/compress' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress' 'src/compress/zlib' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/zlib' 'src/compress/zlib/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/zlib/example_test.go' 'src/compress/zlib/writer_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/zlib/writer_test.go' 'src/compress/zlib/reader_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/zlib/reader_test.go' 'src/compress/zlib/writer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/zlib/writer.go' 'src/compress/zlib/reader.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/zlib/reader.go' 'src/compress/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/testdata' 'src/compress/testdata/Mark.Twain-Tom.Sawyer.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/testdata/Mark.Twain-Tom.Sawyer.txt' 'src/compress/testdata/e.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/testdata/e.txt' 'src/compress/testdata/pi.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/testdata/pi.txt' 'src/compress/flate' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/flate' 'src/compress/flate/inflate.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/flate/inflate.go' 'src/compress/flate/huffman_code.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/flate/huffman_code.go' 'src/compress/flate/copy_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/flate/copy_test.go' 'src/compress/flate/token.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/flate/token.go' 'src/compress/flate/writer_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/flate/writer_test.go' 'src/compress/flate/huffman_bit_writer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/flate/huffman_bit_writer.go' 'src/compress/flate/flate_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/flate/flate_test.go' 'src/compress/flate/reader_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/flate/reader_test.go' 'src/compress/flate/reverse_bits.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/flate/reverse_bits.go' 'src/compress/flate/deflate_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/flate/deflate_test.go' 'src/compress/flate/deflate.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/flate/deflate.go' 'src/compress/flate/fixedhuff.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/flate/fixedhuff.go' 'src/compress/flate/gen.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/flate/gen.go' 'src/compress/flate/inflate_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/flate/inflate_test.go' 'src/compress/flate/copy.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/flate/copy.go' 'src/compress/gzip' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/gzip' 'src/compress/gzip/gzip.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/gzip/gzip.go' 'src/compress/gzip/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/gzip/testdata' 'src/compress/gzip/testdata/issue6550.gz' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/gzip/testdata/issue6550.gz' 'src/compress/gzip/gunzip_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/gzip/gunzip_test.go' 'src/compress/gzip/gzip_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/gzip/gzip_test.go' 'src/compress/gzip/gunzip.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/gzip/gunzip.go' 'src/compress/bzip2' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/bzip2' 'src/compress/bzip2/bzip2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/bzip2/bzip2.go' 'src/compress/bzip2/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/bzip2/testdata' 'src/compress/bzip2/testdata/Mark.Twain-Tom.Sawyer.txt.bz2' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/bzip2/testdata/Mark.Twain-Tom.Sawyer.txt.bz2' 'src/compress/bzip2/testdata/e.txt.bz2' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/bzip2/testdata/e.txt.bz2' 'src/compress/bzip2/bzip2_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/bzip2/bzip2_test.go' 'src/compress/bzip2/huffman.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/bzip2/huffman.go' 'src/compress/bzip2/bit_reader.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/bzip2/bit_reader.go' 'src/compress/bzip2/move_to_front.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/bzip2/move_to_front.go' 'src/compress/lzw' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/lzw' 'src/compress/lzw/writer_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/lzw/writer_test.go' 'src/compress/lzw/reader_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/lzw/reader_test.go' 'src/compress/lzw/writer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/lzw/writer.go' 'src/compress/lzw/reader.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/compress/lzw/reader.go' 'src/log' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/log' 'src/log/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/log/example_test.go' 'src/log/log.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/log/log.go' 'src/log/log_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/log/log_test.go' 'src/log/syslog' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/log/syslog' 'src/log/syslog/syslog_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/log/syslog/syslog_plan9.go' 'src/log/syslog/syslog_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/log/syslog/syslog_unix.go' 'src/log/syslog/syslog_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/log/syslog/syslog_windows.go' 'src/log/syslog/syslog_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/log/syslog/syslog_test.go' 'src/log/syslog/syslog.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/log/syslog/syslog.go' 'src/clean.bash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/clean.bash' 'src/liblink' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink' 'src/liblink/asm5.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/asm5.c' 'src/liblink/obj.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/obj.c' 'src/liblink/asm6.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/asm6.c' 'src/liblink/ld.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/ld.c' 'src/liblink/list5.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/list5.c' 'src/liblink/pass.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/pass.c' 'src/liblink/anames5.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/anames5.c' 'src/liblink/asm8.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/asm8.c' 'src/liblink/data.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/data.c' 'src/liblink/pcln.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/pcln.c' 'src/liblink/list6.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/list6.c' 'src/liblink/obj5.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/obj5.c' 'src/liblink/sym.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/sym.c' 'src/liblink/list8.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/list8.c' 'src/liblink/anames6.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/anames6.c' 'src/liblink/obj6.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/obj6.c' 'src/liblink/anames8.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/anames8.c' 'src/liblink/objfile.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/objfile.c' 'src/liblink/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/Makefile' 'src/liblink/obj8.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/obj8.c' 'src/liblink/go.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/liblink/go.c' 'src/regexp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp' 'src/regexp/find_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/find_test.go' 'src/regexp/exec.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/exec.go' 'src/regexp/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/example_test.go' 'src/regexp/syntax' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/syntax' 'src/regexp/syntax/simplify_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/syntax/simplify_test.go' 'src/regexp/syntax/parse_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/syntax/parse_test.go' 'src/regexp/syntax/simplify.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/syntax/simplify.go' 'src/regexp/syntax/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/syntax/doc.go' 'src/regexp/syntax/prog.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/syntax/prog.go' 'src/regexp/syntax/prog_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/syntax/prog_test.go' 'src/regexp/syntax/parse.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/syntax/parse.go' 'src/regexp/syntax/compile.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/syntax/compile.go' 'src/regexp/syntax/make_perl_groups.pl' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/syntax/make_perl_groups.pl' 'src/regexp/syntax/regexp.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/syntax/regexp.go' 'src/regexp/syntax/perl_groups.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/syntax/perl_groups.go' 'src/regexp/all_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/all_test.go' 'src/regexp/exec2_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/exec2_test.go' 'src/regexp/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/testdata' 'src/regexp/testdata/nullsubexpr.dat' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/testdata/nullsubexpr.dat' 'src/regexp/testdata/basic.dat' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/testdata/basic.dat' 'src/regexp/testdata/re2-exhaustive.txt.bz2' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/testdata/re2-exhaustive.txt.bz2' 'src/regexp/testdata/README' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/testdata/README' 'src/regexp/testdata/repetition.dat' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/testdata/repetition.dat' 'src/regexp/testdata/re2-search.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/testdata/re2-search.txt' 'src/regexp/testdata/testregex.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/testdata/testregex.c' 'src/regexp/onepass_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/onepass_test.go' 'src/regexp/exec_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/exec_test.go' 'src/regexp/onepass.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/onepass.go' 'src/regexp/regexp.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/regexp/regexp.go' 'src/image' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image' 'src/image/ycbcr_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/ycbcr_test.go' 'src/image/image.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/image.go' 'src/image/geom.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/geom.go' 'src/image/format.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/format.go' 'src/image/draw' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/draw' 'src/image/draw/bench_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/draw/bench_test.go' 'src/image/draw/clip_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/draw/clip_test.go' 'src/image/draw/draw.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/draw/draw.go' 'src/image/draw/draw_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/draw/draw_test.go' 'src/image/decode_example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/decode_example_test.go' 'src/image/gif' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/gif' 'src/image/gif/writer_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/gif/writer_test.go' 'src/image/gif/reader_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/gif/reader_test.go' 'src/image/gif/writer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/gif/writer.go' 'src/image/gif/reader.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/gif/reader.go' 'src/image/names.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/names.go' 'src/image/decode_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/decode_test.go' 'src/image/jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/jpeg' 'src/image/jpeg/fdct.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/jpeg/fdct.go' 'src/image/jpeg/writer_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/jpeg/writer_test.go' 'src/image/jpeg/dct_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/jpeg/dct_test.go' 'src/image/jpeg/idct.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/jpeg/idct.go' 'src/image/jpeg/huffman.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/jpeg/huffman.go' 'src/image/jpeg/reader_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/jpeg/reader_test.go' 'src/image/jpeg/writer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/jpeg/writer.go' 'src/image/jpeg/scan.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/jpeg/scan.go' 'src/image/jpeg/reader.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/jpeg/reader.go' 'src/image/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata' 'src/image/testdata/video-005.gray.gif' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-005.gray.gif' 'src/image/testdata/video-001.q50.444.progressive.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-001.q50.444.progressive.jpeg' 'src/image/testdata/video-005.gray.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-005.gray.png' 'src/image/testdata/video-001.q50.420.progressive.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-001.q50.420.progressive.jpeg' 'src/image/testdata/video-001.separate.dc.progression.progressive.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-001.separate.dc.progression.progressive.jpeg' 'src/image/testdata/video-001.progressive.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-001.progressive.jpeg' 'src/image/testdata/video-005.gray.q50.2x2.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-005.gray.q50.2x2.jpeg' 'src/image/testdata/video-001.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-001.png' 'src/image/testdata/video-005.gray.q50.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-005.gray.q50.jpeg' 'src/image/testdata/video-001.5bpp.gif' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-001.5bpp.gif' 'src/image/testdata/video-005.gray.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-005.gray.jpeg' 'src/image/testdata/video-005.gray.q50.progressive.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-005.gray.q50.progressive.jpeg' 'src/image/testdata/video-001.q50.420.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-001.q50.420.jpeg' 'src/image/testdata/video-001.q50.440.progressive.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-001.q50.440.progressive.jpeg' 'src/image/testdata/video-001.gif' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-001.gif' 'src/image/testdata/video-001.q50.422.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-001.q50.422.jpeg' 'src/image/testdata/video-001.separate.dc.progression.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-001.separate.dc.progression.jpeg' 'src/image/testdata/video-001.interlaced.gif' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-001.interlaced.gif' 'src/image/testdata/video-001.q50.440.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-001.q50.440.jpeg' 'src/image/testdata/video-001.q50.422.progressive.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-001.q50.422.progressive.jpeg' 'src/image/testdata/video-005.gray.q50.2x2.progressive.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-005.gray.q50.2x2.progressive.jpeg' 'src/image/testdata/video-001.q50.444.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-001.q50.444.jpeg' 'src/image/testdata/video-001.jpeg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/testdata/video-001.jpeg' 'src/image/color' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/color' 'src/image/color/ycbcr_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/color/ycbcr_test.go' 'src/image/color/color.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/color/color.go' 'src/image/color/palette' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/color/palette' 'src/image/color/palette/generate.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/color/palette/generate.go' 'src/image/color/palette/palette.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/color/palette/palette.go' 'src/image/color/palette/gen.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/color/palette/gen.go' 'src/image/color/ycbcr.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/color/ycbcr.go' 'src/image/png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png' 'src/image/png/paeth_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/paeth_test.go' 'src/image/png/writer_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/writer_test.go' 'src/image/png/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata' 'src/image/png/testdata/benchRGB.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/benchRGB.png' 'src/image/png/testdata/benchNRGBA-gradient.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/benchNRGBA-gradient.png' 'src/image/png/testdata/invalid-trunc.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/invalid-trunc.png' 'src/image/png/testdata/invalid-zlib.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/invalid-zlib.png' 'src/image/png/testdata/benchGray.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/benchGray.png' 'src/image/png/testdata/invalid-crc32.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/invalid-crc32.png' 'src/image/png/testdata/benchRGB-interlace.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/benchRGB-interlace.png' 'src/image/png/testdata/benchNRGBA-opaque.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/benchNRGBA-opaque.png' 'src/image/png/testdata/invalid-noend.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/invalid-noend.png' 'src/image/png/testdata/benchPaletted.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/benchPaletted.png' 'src/image/png/testdata/pngsuite' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite' 'src/image/png/testdata/pngsuite/basn6a08.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn6a08.png' 'src/image/png/testdata/pngsuite/basn3p04-31i.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn3p04-31i.sng' 'src/image/png/testdata/pngsuite/basn0g04.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn0g04.png' 'src/image/png/testdata/pngsuite/basn2c16.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn2c16.sng' 'src/image/png/testdata/pngsuite/basn0g02.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn0g02.sng' 'src/image/png/testdata/pngsuite/basn0g04.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn0g04.sng' 'src/image/png/testdata/pngsuite/basn0g02-29.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn0g02-29.png' 'src/image/png/testdata/pngsuite/basn3p08.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn3p08.sng' 'src/image/png/testdata/pngsuite/basn3p02.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn3p02.sng' 'src/image/png/testdata/pngsuite/basn6a16.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn6a16.sng' 'src/image/png/testdata/pngsuite/basn2c08.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn2c08.sng' 'src/image/png/testdata/pngsuite/basn3p08-trns.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn3p08-trns.sng' 'src/image/png/testdata/pngsuite/basn2c16.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn2c16.png' 'src/image/png/testdata/pngsuite/basn4a08.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn4a08.sng' 'src/image/png/testdata/pngsuite/basn3p04.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn3p04.png' 'src/image/png/testdata/pngsuite/basn3p04-31i.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn3p04-31i.png' 'src/image/png/testdata/pngsuite/basn4a16.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn4a16.png' 'src/image/png/testdata/pngsuite/basn0g08.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn0g08.sng' 'src/image/png/testdata/pngsuite/basn0g16.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn0g16.png' 'src/image/png/testdata/pngsuite/basn4a08.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn4a08.png' 'src/image/png/testdata/pngsuite/basn0g01.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn0g01.sng' 'src/image/png/testdata/pngsuite/basn3p01.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn3p01.png' 'src/image/png/testdata/pngsuite/basn2c08.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn2c08.png' 'src/image/png/testdata/pngsuite/basn0g01.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn0g01.png' 'src/image/png/testdata/pngsuite/basn0g16.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn0g16.sng' 'src/image/png/testdata/pngsuite/README' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/README' 'src/image/png/testdata/pngsuite/basn6a16.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn6a16.png' 'src/image/png/testdata/pngsuite/basn0g01-30.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn0g01-30.png' 'src/image/png/testdata/pngsuite/basn3p08.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn3p08.png' 'src/image/png/testdata/pngsuite/basn0g08.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn0g08.png' 'src/image/png/testdata/pngsuite/basn3p02.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn3p02.png' 'src/image/png/testdata/pngsuite/basn3p01.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn3p01.sng' 'src/image/png/testdata/pngsuite/basn3p08-trns.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn3p08-trns.png' 'src/image/png/testdata/pngsuite/basn0g04-31.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn0g04-31.png' 'src/image/png/testdata/pngsuite/basn0g01-30.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn0g01-30.sng' 'src/image/png/testdata/pngsuite/basn4a16.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn4a16.sng' 'src/image/png/testdata/pngsuite/basn3p04.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn3p04.sng' 'src/image/png/testdata/pngsuite/basn0g02.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn0g02.png' 'src/image/png/testdata/pngsuite/basn6a08.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn6a08.sng' 'src/image/png/testdata/pngsuite/basn0g04-31.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn0g04-31.sng' 'src/image/png/testdata/pngsuite/basn0g02-29.sng' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/basn0g02-29.sng' 'src/image/png/testdata/pngsuite/README.original' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/testdata/pngsuite/README.original' 'src/image/png/reader_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/reader_test.go' 'src/image/png/writer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/writer.go' 'src/image/png/paeth.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/paeth.go' 'src/image/png/reader.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/png/reader.go' 'src/image/image_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/image_test.go' 'src/image/ycbcr.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/image/ycbcr.go' 'src/race.bat' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/race.bat' 'src/nacltest.bash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/nacltest.bash' 'src/clean.rc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/clean.rc' 'src/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug' 'src/debug/plan9obj' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/plan9obj' 'src/debug/plan9obj/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/plan9obj/testdata' 'src/debug/plan9obj/testdata/386-plan9-exec' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/plan9obj/testdata/386-plan9-exec' 'src/debug/plan9obj/testdata/hello.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/plan9obj/testdata/hello.c' 'src/debug/plan9obj/testdata/amd64-plan9-exec' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/plan9obj/testdata/amd64-plan9-exec' 'src/debug/plan9obj/file.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/plan9obj/file.go' 'src/debug/plan9obj/file_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/plan9obj/file_test.go' 'src/debug/plan9obj/plan9obj.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/plan9obj/plan9obj.go' 'src/debug/pe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/pe' 'src/debug/pe/pe.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/pe/pe.go' 'src/debug/pe/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/pe/testdata' 'src/debug/pe/testdata/gcc-amd64-mingw-exec' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/pe/testdata/gcc-amd64-mingw-exec' 'src/debug/pe/testdata/gcc-amd64-mingw-obj' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/pe/testdata/gcc-amd64-mingw-obj' 'src/debug/pe/testdata/gcc-386-mingw-exec' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/pe/testdata/gcc-386-mingw-exec' 'src/debug/pe/testdata/hello.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/pe/testdata/hello.c' 'src/debug/pe/testdata/gcc-386-mingw-obj' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/pe/testdata/gcc-386-mingw-obj' 'src/debug/pe/file.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/pe/file.go' 'src/debug/pe/file_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/pe/file_test.go' 'src/debug/gosym' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/gosym' 'src/debug/gosym/pclinetest.asm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/gosym/pclinetest.asm' 'src/debug/gosym/pclinetest.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/gosym/pclinetest.h' 'src/debug/gosym/symtab.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/gosym/symtab.go' 'src/debug/gosym/pclntab.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/gosym/pclntab.go' 'src/debug/gosym/pclntab_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/gosym/pclntab_test.go' 'src/debug/elf' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf' 'src/debug/elf/symbols_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf/symbols_test.go' 'src/debug/elf/elf.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf/elf.go' 'src/debug/elf/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf/testdata' 'src/debug/elf/testdata/go-relocation-test-gcc482-aarch64.obj' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf/testdata/go-relocation-test-gcc482-aarch64.obj' 'src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj' 'src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj' 'src/debug/elf/testdata/hello.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf/testdata/hello.c' 'src/debug/elf/testdata/gcc-amd64-linux-exec' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf/testdata/gcc-amd64-linux-exec' 'src/debug/elf/testdata/hello-world-core.gz' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf/testdata/hello-world-core.gz' 'src/debug/elf/testdata/go-relocation-test-clang-x86.obj' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf/testdata/go-relocation-test-clang-x86.obj' 'src/debug/elf/testdata/gcc-386-freebsd-exec' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf/testdata/gcc-386-freebsd-exec' 'src/debug/elf/testdata/go-relocation-test-gcc441-x86.obj' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf/testdata/go-relocation-test-gcc441-x86.obj' 'src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj' 'src/debug/elf/file.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf/file.go' 'src/debug/elf/elf_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf/elf_test.go' 'src/debug/elf/file_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/elf/file_test.go' 'src/debug/dwarf' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/dwarf' 'src/debug/dwarf/typeunit.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/dwarf/typeunit.go' 'src/debug/dwarf/open.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/dwarf/open.go' 'src/debug/dwarf/type.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/dwarf/type.go' 'src/debug/dwarf/type_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/dwarf/type_test.go' 'src/debug/dwarf/unit.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/dwarf/unit.go' 'src/debug/dwarf/buf.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/dwarf/buf.go' 'src/debug/dwarf/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/dwarf/testdata' 'src/debug/dwarf/testdata/typedef.elf4' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/dwarf/testdata/typedef.elf4' 'src/debug/dwarf/testdata/typedef.macho' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/dwarf/testdata/typedef.macho' 'src/debug/dwarf/testdata/typedef.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/dwarf/testdata/typedef.c' 'src/debug/dwarf/testdata/typedef.elf' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/dwarf/testdata/typedef.elf' 'src/debug/dwarf/const.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/dwarf/const.go' 'src/debug/dwarf/entry.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/dwarf/entry.go' 'src/debug/macho' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/macho' 'src/debug/macho/fat.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/macho/fat.go' 'src/debug/macho/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/macho/testdata' 'src/debug/macho/testdata/hello.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/macho/testdata/hello.c' 'src/debug/macho/testdata/fat-gcc-386-amd64-darwin-exec' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/macho/testdata/fat-gcc-386-amd64-darwin-exec' 'src/debug/macho/testdata/gcc-amd64-darwin-exec-debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/macho/testdata/gcc-amd64-darwin-exec-debug' 'src/debug/macho/testdata/gcc-amd64-darwin-exec' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/macho/testdata/gcc-amd64-darwin-exec' 'src/debug/macho/testdata/gcc-386-darwin-exec' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/macho/testdata/gcc-386-darwin-exec' 'src/debug/macho/file.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/macho/file.go' 'src/debug/macho/macho.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/macho/macho.go' 'src/debug/macho/file_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/debug/macho/file_test.go' 'src/make.bash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/make.bash' 'src/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math' 'src/math/hypot_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/hypot_386.s' 'src/math/abs.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/abs.go' 'src/math/tan_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/tan_amd64p32.s' 'src/math/dim_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/dim_386.s' 'src/math/mod.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/mod.go' 'src/math/lgamma.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/lgamma.go' 'src/math/sqrt_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/sqrt_amd64p32.s' 'src/math/abs_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/abs_amd64.s' 'src/math/sqrt.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/sqrt.go' 'src/math/frexp_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/frexp_amd64.s' 'src/math/remainder_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/remainder_amd64.s' 'src/math/unsafe.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/unsafe.go' 'src/math/ldexp.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/ldexp.go' 'src/math/cmplx' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cmplx' 'src/math/cmplx/abs.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cmplx/abs.go' 'src/math/cmplx/sqrt.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cmplx/sqrt.go' 'src/math/cmplx/exp.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cmplx/exp.go' 'src/math/cmplx/log.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cmplx/log.go' 'src/math/cmplx/pow.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cmplx/pow.go' 'src/math/cmplx/conj.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cmplx/conj.go' 'src/math/cmplx/phase.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cmplx/phase.go' 'src/math/cmplx/asin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cmplx/asin.go' 'src/math/cmplx/polar.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cmplx/polar.go' 'src/math/cmplx/isnan.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cmplx/isnan.go' 'src/math/cmplx/cmath_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cmplx/cmath_test.go' 'src/math/cmplx/isinf.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cmplx/isinf.go' 'src/math/cmplx/rect.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cmplx/rect.go' 'src/math/cmplx/tan.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cmplx/tan.go' 'src/math/cmplx/sin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cmplx/sin.go' 'src/math/log_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/log_amd64.s' 'src/math/asin_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/asin_arm.s' 'src/math/pow10.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/pow10.go' 'src/math/frexp_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/frexp_amd64p32.s' 'src/math/log10_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/log10_amd64p32.s' 'src/math/sqrt_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/sqrt_386.s' 'src/math/sincos.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/sincos.go' 'src/math/exp.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/exp.go' 'src/math/asinh.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/asinh.go' 'src/math/all_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/all_test.go' 'src/math/sin_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/sin_386.s' 'src/math/asin_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/asin_amd64p32.s' 'src/math/abs_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/abs_386.s' 'src/math/atan2_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/atan2_386.s' 'src/math/log.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/log.go' 'src/math/sqrt_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/sqrt_arm.s' 'src/math/frexp_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/frexp_386.s' 'src/math/frexp.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/frexp.go' 'src/math/log1p_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/log1p_amd64p32.s' 'src/math/asin_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/asin_amd64.s' 'src/math/sincos_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/sincos_arm.s' 'src/math/atan2_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/atan2_arm.s' 'src/math/expm1_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/expm1_386.s' 'src/math/exp2_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/exp2_arm.s' 'src/math/log10.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/log10.go' 'src/math/log1p_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/log1p_arm.s' 'src/math/sinh.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/sinh.go' 'src/math/atan_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/atan_386.s' 'src/math/exp2_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/exp2_amd64p32.s' 'src/math/modf_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/modf_amd64p32.s' 'src/math/log1p_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/log1p_amd64.s' 'src/math/log10_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/log10_386.s' 'src/math/hypot_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/hypot_arm.s' 'src/math/tan_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/tan_386.s' 'src/math/log_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/log_386.s' 'src/math/mod_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/mod_arm.s' 'src/math/acosh.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/acosh.go' 'src/math/erf.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/erf.go' 'src/math/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/export_test.go' 'src/math/pow.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/pow.go' 'src/math/expm1_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/expm1_amd64.s' 'src/math/j0.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/j0.go' 'src/math/nextafter.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/nextafter.go' 'src/math/mod_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/mod_amd64.s' 'src/math/log10_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/log10_amd64.s' 'src/math/ldexp_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/ldexp_arm.s' 'src/math/jn.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/jn.go' 'src/math/sqrt_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/sqrt_amd64.s' 'src/math/sincos_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/sincos_amd64p32.s' 'src/math/tan_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/tan_amd64.s' 'src/math/exp2_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/exp2_386.s' 'src/math/rand' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/rand' 'src/math/rand/rng.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/rand/rng.go' 'src/math/rand/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/rand/example_test.go' 'src/math/rand/rand_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/rand/rand_test.go' 'src/math/rand/normal.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/rand/normal.go' 'src/math/rand/exp.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/rand/exp.go' 'src/math/rand/rand.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/rand/rand.go' 'src/math/rand/regress_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/rand/regress_test.go' 'src/math/rand/zipf.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/rand/zipf.go' 'src/math/sin_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/sin_arm.s' 'src/math/asin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/asin.go' 'src/math/atan.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/atan.go' 'src/math/remainder_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/remainder_amd64p32.s' 'src/math/expm1_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/expm1_arm.s' 'src/math/ldexp_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/ldexp_amd64p32.s' 'src/math/sin_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/sin_amd64p32.s' 'src/math/dim_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/dim_arm.s' 'src/math/dim_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/dim_amd64p32.s' 'src/math/modf_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/modf_amd64.s' 'src/math/sin_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/sin_amd64.s' 'src/math/dim.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/dim.go' 'src/math/const.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/const.go' 'src/math/exp_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/exp_arm.s' 'src/math/atan2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/atan2.go' 'src/math/tanh.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/tanh.go' 'src/math/tan_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/tan_arm.s' 'src/math/gamma.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/gamma.go' 'src/math/exp_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/exp_amd64.s' 'src/math/frexp_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/frexp_arm.s' 'src/math/hypot_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/hypot_amd64p32.s' 'src/math/log1p_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/log1p_386.s' 'src/math/atanh.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/atanh.go' 'src/math/remainder_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/remainder_386.s' 'src/math/log10_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/log10_arm.s' 'src/math/mod_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/mod_386.s' 'src/math/ldexp_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/ldexp_386.s' 'src/math/abs_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/abs_amd64p32.s' 'src/math/ldexp_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/ldexp_amd64.s' 'src/math/hypot.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/hypot.go' 'src/math/dim_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/dim_amd64.s' 'src/math/modf_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/modf_arm.s' 'src/math/floor_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/floor_amd64.s' 'src/math/copysign.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/copysign.go' 'src/math/floor_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/floor_arm.s' 'src/math/sincos_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/sincos_386.s' 'src/math/atan2_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/atan2_amd64.s' 'src/math/floor_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/floor_amd64p32.s' 'src/math/logb.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/logb.go' 'src/math/expm1_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/expm1_amd64p32.s' 'src/math/asin_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/asin_386.s' 'src/math/log_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/log_amd64p32.s' 'src/math/atan_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/atan_amd64p32.s' 'src/math/exp2_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/exp2_amd64.s' 'src/math/log_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/log_arm.s' 'src/math/atan_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/atan_amd64.s' 'src/math/atan_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/atan_arm.s' 'src/math/big' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big' 'src/math/big/arith_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/arith_amd64.s' 'src/math/big/gcd_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/gcd_test.go' 'src/math/big/arith_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/arith_arm.s' 'src/math/big/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/example_test.go' 'src/math/big/arith_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/arith_386.s' 'src/math/big/rat.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/rat.go' 'src/math/big/arith_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/arith_test.go' 'src/math/big/nat.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/nat.go' 'src/math/big/arith.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/arith.go' 'src/math/big/arith_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/arith_amd64p32.s' 'src/math/big/int_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/int_test.go' 'src/math/big/arith_decl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/arith_decl.go' 'src/math/big/nat_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/nat_test.go' 'src/math/big/hilbert_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/hilbert_test.go' 'src/math/big/calibrate_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/calibrate_test.go' 'src/math/big/int.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/int.go' 'src/math/big/rat_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/big/rat_test.go' 'src/math/tan.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/tan.go' 'src/math/remainder_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/remainder_arm.s' 'src/math/cbrt.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/cbrt.go' 'src/math/bits.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/bits.go' 'src/math/floor_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/floor_386.s' 'src/math/expm1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/expm1.go' 'src/math/atan2_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/atan2_amd64p32.s' 'src/math/remainder.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/remainder.go' 'src/math/sin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/sin.go' 'src/math/floor.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/floor.go' 'src/math/exp_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/exp_amd64p32.s' 'src/math/abs_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/abs_arm.s' 'src/math/exp_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/exp_386.s' 'src/math/modf_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/modf_386.s' 'src/math/signbit.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/signbit.go' 'src/math/log1p.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/log1p.go' 'src/math/modf.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/modf.go' 'src/math/hypot_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/hypot_amd64.s' 'src/math/j1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/j1.go' 'src/math/sincos_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/sincos_amd64.s' 'src/math/mod_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/math/mod_amd64p32.s' 'src/database' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/database' 'src/database/sql' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/database/sql' 'src/database/sql/convert.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/database/sql/convert.go' 'src/database/sql/driver' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/database/sql/driver' 'src/database/sql/driver/driver.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/database/sql/driver/driver.go' 'src/database/sql/driver/types_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/database/sql/driver/types_test.go' 'src/database/sql/driver/types.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/database/sql/driver/types.go' 'src/database/sql/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/database/sql/example_test.go' 'src/database/sql/sql_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/database/sql/sql_test.go' 'src/database/sql/convert_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/database/sql/convert_test.go' 'src/database/sql/fakedb_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/database/sql/fakedb_test.go' 'src/database/sql/doc.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/database/sql/doc.txt' 'src/database/sql/sql.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/database/sql/sql.go' 'src/io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/io' 'src/io/multi_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/io/multi_test.go' 'src/io/pipe.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/io/pipe.go' 'src/io/pipe_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/io/pipe_test.go' 'src/io/io_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/io/io_test.go' 'src/io/io.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/io/io.go' 'src/io/multi.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/io/multi.go' 'src/io/ioutil' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/io/ioutil' 'src/io/ioutil/tempfile.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/io/ioutil/tempfile.go' 'src/io/ioutil/ioutil_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/io/ioutil/ioutil_test.go' 'src/io/ioutil/tempfile_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/io/ioutil/tempfile_test.go' 'src/io/ioutil/ioutil.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/io/ioutil/ioutil.go' 'src/container' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/container' 'src/container/list' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/container/list' 'src/container/list/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/container/list/example_test.go' 'src/container/list/list_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/container/list/list_test.go' 'src/container/list/list.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/container/list/list.go' 'src/container/ring' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/container/ring' 'src/container/ring/ring.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/container/ring/ring.go' 'src/container/ring/ring_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/container/ring/ring_test.go' 'src/container/heap' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/container/heap' 'src/container/heap/heap.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/container/heap/heap.go' 'src/container/heap/heap_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/container/heap/heap_test.go' 'src/container/heap/example_pq_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/container/heap/example_pq_test.go' 'src/container/heap/example_intheap_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/container/heap/example_intheap_test.go' 'src/hash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash' 'src/hash/adler32' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/adler32' 'src/hash/adler32/adler32.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/adler32/adler32.go' 'src/hash/adler32/adler32_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/adler32/adler32_test.go' 'src/hash/test_gen.awk' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/test_gen.awk' 'src/hash/test_cases.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/test_cases.txt' 'src/hash/crc32' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/crc32' 'src/hash/crc32/crc32_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/crc32/crc32_amd64p32.s' 'src/hash/crc32/crc32_generic.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/crc32/crc32_generic.go' 'src/hash/crc32/crc32_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/crc32/crc32_test.go' 'src/hash/crc32/crc32_amd64x.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/crc32/crc32_amd64x.go' 'src/hash/crc32/crc32_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/crc32/crc32_amd64.s' 'src/hash/crc32/crc32.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/crc32/crc32.go' 'src/hash/fnv' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/fnv' 'src/hash/fnv/fnv.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/fnv/fnv.go' 'src/hash/fnv/fnv_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/fnv/fnv_test.go' 'src/hash/crc64' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/crc64' 'src/hash/crc64/crc64_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/crc64/crc64_test.go' 'src/hash/crc64/crc64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/crc64/crc64.go' 'src/hash/hash.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/hash/hash.go' 'src/run.rc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/run.rc' 'src/net' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net' 'src/net/lookup_stub.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/lookup_stub.go' 'src/net/tcpsock_posix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/tcpsock_posix.go' 'src/net/sockoptip_bsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sockoptip_bsd.go' 'src/net/unixsock.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/unixsock.go' 'src/net/sock_bsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sock_bsd.go' 'src/net/interface_stub.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/interface_stub.go' 'src/net/unixsock_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/unixsock_plan9.go' 'src/net/http' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http' 'src/net/http/httptest' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/httptest' 'src/net/http/httptest/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/httptest/example_test.go' 'src/net/http/httptest/server.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/httptest/server.go' 'src/net/http/httptest/recorder.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/httptest/recorder.go' 'src/net/http/httptest/recorder_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/httptest/recorder_test.go' 'src/net/http/httptest/server_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/httptest/server_test.go' 'src/net/http/request_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/request_test.go' 'src/net/http/sniff_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/sniff_test.go' 'src/net/http/fcgi' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/fcgi' 'src/net/http/fcgi/fcgi_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/fcgi/fcgi_test.go' 'src/net/http/fcgi/fcgi.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/fcgi/fcgi.go' 'src/net/http/fcgi/child.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/fcgi/child.go' 'src/net/http/fs.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/fs.go' 'src/net/http/main_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/main_test.go' 'src/net/http/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/example_test.go' 'src/net/http/requestwrite_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/requestwrite_test.go' 'src/net/http/response_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/response_test.go' 'src/net/http/server.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/server.go' 'src/net/http/client.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/client.go' 'src/net/http/request.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/request.go' 'src/net/http/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/export_test.go' 'src/net/http/npn_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/npn_test.go' 'src/net/http/httputil' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/httputil' 'src/net/http/httputil/persist.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/httputil/persist.go' 'src/net/http/httputil/reverseproxy_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/httputil/reverseproxy_test.go' 'src/net/http/httputil/httputil.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/httputil/httputil.go' 'src/net/http/httputil/dump_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/httputil/dump_test.go' 'src/net/http/httputil/dump.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/httputil/dump.go' 'src/net/http/httputil/reverseproxy.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/httputil/reverseproxy.go' 'src/net/http/status.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/status.go' 'src/net/http/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/doc.go' 'src/net/http/transport_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/transport_test.go' 'src/net/http/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/testdata' 'src/net/http/testdata/style.css' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/testdata/style.css' 'src/net/http/testdata/file' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/testdata/file' 'src/net/http/testdata/index.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/testdata/index.html' 'src/net/http/header.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/header.go' 'src/net/http/cookie_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cookie_test.go' 'src/net/http/header_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/header_test.go' 'src/net/http/cookiejar' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cookiejar' 'src/net/http/cookiejar/punycode_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cookiejar/punycode_test.go' 'src/net/http/cookiejar/punycode.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cookiejar/punycode.go' 'src/net/http/cookiejar/jar_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cookiejar/jar_test.go' 'src/net/http/cookiejar/jar.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cookiejar/jar.go' 'src/net/http/client_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/client_test.go' 'src/net/http/transfer_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/transfer_test.go' 'src/net/http/cgi' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cgi' 'src/net/http/cgi/host.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cgi/host.go' 'src/net/http/cgi/plan9_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cgi/plan9_test.go' 'src/net/http/cgi/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cgi/testdata' 'src/net/http/cgi/testdata/test.cgi' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cgi/testdata/test.cgi' 'src/net/http/cgi/posix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cgi/posix_test.go' 'src/net/http/cgi/matryoshka_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cgi/matryoshka_test.go' 'src/net/http/cgi/host_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cgi/host_test.go' 'src/net/http/cgi/child.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cgi/child.go' 'src/net/http/cgi/child_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cgi/child_test.go' 'src/net/http/range_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/range_test.go' 'src/net/http/race.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/race.go' 'src/net/http/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/internal' 'src/net/http/internal/chunked.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/internal/chunked.go' 'src/net/http/internal/chunked_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/internal/chunked_test.go' 'src/net/http/sniff.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/sniff.go' 'src/net/http/cookie.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/cookie.go' 'src/net/http/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/pprof' 'src/net/http/pprof/pprof.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/pprof/pprof.go' 'src/net/http/lex.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/lex.go' 'src/net/http/transfer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/transfer.go' 'src/net/http/filetransport_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/filetransport_test.go' 'src/net/http/fs_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/fs_test.go' 'src/net/http/filetransport.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/filetransport.go' 'src/net/http/readrequest_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/readrequest_test.go' 'src/net/http/proxy_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/proxy_test.go' 'src/net/http/response.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/response.go' 'src/net/http/serve_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/serve_test.go' 'src/net/http/jar.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/jar.go' 'src/net/http/triv.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/triv.go' 'src/net/http/transport.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/transport.go' 'src/net/http/responsewrite_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/responsewrite_test.go' 'src/net/http/lex_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/http/lex_test.go' 'src/net/tcpsockopt_dragonfly.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/tcpsockopt_dragonfly.go' 'src/net/dnsclient_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/dnsclient_test.go' 'src/net/udpsock_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/udpsock_plan9.go' 'src/net/parse_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/parse_test.go' 'src/net/sockoptip_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sockoptip_linux.go' 'src/net/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/example_test.go' 'src/net/net_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/net_test.go' 'src/net/dial_gen_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/dial_gen_test.go' 'src/net/sockoptip_stub.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sockoptip_stub.go' 'src/net/dnsclient_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/dnsclient_unix.go' 'src/net/sock_posix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sock_posix.go' 'src/net/mac_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/mac_test.go' 'src/net/dial.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/dial.go' 'src/net/sockoptip_posix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sockoptip_posix.go' 'src/net/iprawsock_posix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/iprawsock_posix.go' 'src/net/interface_bsd_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/interface_bsd_test.go' 'src/net/fd_mutex_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/fd_mutex_test.go' 'src/net/fd_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/fd_plan9.go' 'src/net/cgo_stub.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/cgo_stub.go' 'src/net/port_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/port_test.go' 'src/net/sock_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sock_plan9.go' 'src/net/mac.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/mac.go' 'src/net/port_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/port_unix.go' 'src/net/file_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/file_unix.go' 'src/net/protoconn_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/protoconn_test.go' 'src/net/net.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/net.go' 'src/net/multicast_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/multicast_test.go' 'src/net/sock_stub.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sock_stub.go' 'src/net/sys_cloexec.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sys_cloexec.go' 'src/net/ipsock_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/ipsock_test.go' 'src/net/interface_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/interface_windows.go' 'src/net/udp_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/udp_test.go' 'src/net/lookup_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/lookup_unix.go' 'src/net/ipsock_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/ipsock_plan9.go' 'src/net/interface_unix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/interface_unix_test.go' 'src/net/sendfile_freebsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sendfile_freebsd.go' 'src/net/file_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/file_windows.go' 'src/net/fd_unix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/fd_unix_test.go' 'src/net/interface_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/interface_linux.go' 'src/net/dnsmsg_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/dnsmsg_test.go' 'src/net/sock_cloexec.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sock_cloexec.go' 'src/net/conn_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/conn_test.go' 'src/net/sockopt_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sockopt_plan9.go' 'src/net/tcpsockopt_openbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/tcpsockopt_openbsd.go' 'src/net/interface_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/interface_test.go' 'src/net/udpsock_posix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/udpsock_posix.go' 'src/net/file_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/file_plan9.go' 'src/net/dnsconfig_unix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/dnsconfig_unix_test.go' 'src/net/interface_bsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/interface_bsd.go' 'src/net/file_stub.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/file_stub.go' 'src/net/cgo_bsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/cgo_bsd.go' 'src/net/iprawsock_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/iprawsock_plan9.go' 'src/net/z_last_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/z_last_test.go' 'src/net/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/testdata' 'src/net/testdata/igmp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/testdata/igmp' 'src/net/testdata/empty-resolv.conf' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/testdata/empty-resolv.conf' 'src/net/testdata/hosts' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/testdata/hosts' 'src/net/testdata/domain-resolv.conf' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/testdata/domain-resolv.conf' 'src/net/testdata/resolv.conf' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/testdata/resolv.conf' 'src/net/testdata/search-resolv.conf' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/testdata/search-resolv.conf' 'src/net/testdata/igmp6' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/testdata/igmp6' 'src/net/testdata/hosts_singleline' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/testdata/hosts_singleline' 'src/net/ip_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/ip_test.go' 'src/net/interface_openbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/interface_openbsd.go' 'src/net/textproto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/textproto' 'src/net/textproto/textproto.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/textproto/textproto.go' 'src/net/textproto/pipeline.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/textproto/pipeline.go' 'src/net/textproto/writer_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/textproto/writer_test.go' 'src/net/textproto/header.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/textproto/header.go' 'src/net/textproto/reader_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/textproto/reader_test.go' 'src/net/textproto/writer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/textproto/writer.go' 'src/net/textproto/reader.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/textproto/reader.go' 'src/net/mockserver_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/mockserver_test.go' 'src/net/sockopt_posix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sockopt_posix.go' 'src/net/interface_dragonfly.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/interface_dragonfly.go' 'src/net/mockicmp_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/mockicmp_test.go' 'src/net/tcpsockopt_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/tcpsockopt_plan9.go' 'src/net/ipraw_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/ipraw_test.go' 'src/net/tcpsock.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/tcpsock.go' 'src/net/pipe.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/pipe.go' 'src/net/dnsclient.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/dnsclient.go' 'src/net/dialgoogle_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/dialgoogle_test.go' 'src/net/sendfile_dragonfly.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sendfile_dragonfly.go' 'src/net/port.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/port.go' 'src/net/ipsock_posix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/ipsock_posix.go' 'src/net/udpsock.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/udpsock.go' 'src/net/interface_freebsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/interface_freebsd.go' 'src/net/lookup_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/lookup_plan9.go' 'src/net/tcpsockopt_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/tcpsockopt_unix.go' 'src/net/sockopt_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sockopt_linux.go' 'src/net/url' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/url' 'src/net/url/url_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/url/url_test.go' 'src/net/url/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/url/example_test.go' 'src/net/url/url.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/url/url.go' 'src/net/timeout_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/timeout_test.go' 'src/net/lookup_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/lookup_test.go' 'src/net/tcpsockopt_stub.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/tcpsockopt_stub.go' 'src/net/net_windows_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/net_windows_test.go' 'src/net/cgo_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/cgo_unix.go' 'src/net/unixsock_posix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/unixsock_posix.go' 'src/net/dnsclient_unix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/dnsclient_unix_test.go' 'src/net/pipe_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/pipe_test.go' 'src/net/dnsmsg.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/dnsmsg.go' 'src/net/tcpsockopt_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/tcpsockopt_windows.go' 'src/net/cgo_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/cgo_linux.go' 'src/net/interface.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/interface.go' 'src/net/rpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/rpc' 'src/net/rpc/server.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/rpc/server.go' 'src/net/rpc/client.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/rpc/client.go' 'src/net/rpc/debug.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/rpc/debug.go' 'src/net/rpc/client_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/rpc/client_test.go' 'src/net/rpc/jsonrpc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/rpc/jsonrpc' 'src/net/rpc/jsonrpc/all_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/rpc/jsonrpc/all_test.go' 'src/net/rpc/jsonrpc/server.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/rpc/jsonrpc/server.go' 'src/net/rpc/jsonrpc/client.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/rpc/jsonrpc/client.go' 'src/net/rpc/server_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/rpc/server_test.go' 'src/net/sockopt_solaris.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sockopt_solaris.go' 'src/net/unix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/unix_test.go' 'src/net/lookup_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/lookup_windows.go' 'src/net/race.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/race.go' 'src/net/iprawsock.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/iprawsock.go' 'src/net/singleflight.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/singleflight.go' 'src/net/smtp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/smtp' 'src/net/smtp/auth.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/smtp/auth.go' 'src/net/smtp/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/smtp/example_test.go' 'src/net/smtp/smtp_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/smtp/smtp_test.go' 'src/net/smtp/smtp.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/smtp/smtp.go' 'src/net/sock_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sock_windows.go' 'src/net/parse.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/parse.go' 'src/net/fd_poll_runtime.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/fd_poll_runtime.go' 'src/net/cgo_openbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/cgo_openbsd.go' 'src/net/interface_netbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/interface_netbsd.go' 'src/net/sockopt_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sockopt_windows.go' 'src/net/sendfile_stub.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sendfile_stub.go' 'src/net/sendfile_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sendfile_windows.go' 'src/net/sockopt_bsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sockopt_bsd.go' 'src/net/race0.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/race0.go' 'src/net/tcpsockopt_posix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/tcpsockopt_posix.go' 'src/net/lookup.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/lookup.go' 'src/net/netgo_unix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/netgo_unix_test.go' 'src/net/interface_darwin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/interface_darwin.go' 'src/net/cgo_netbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/cgo_netbsd.go' 'src/net/sendfile_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sendfile_linux.go' 'src/net/hosts.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/hosts.go' 'src/net/mail' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/mail' 'src/net/mail/message.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/mail/message.go' 'src/net/mail/message_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/mail/message_test.go' 'src/net/dial_gen.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/dial_gen.go' 'src/net/lookup_windows_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/lookup_windows_test.go' 'src/net/tcp_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/tcp_test.go' 'src/net/unicast_posix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/unicast_posix_test.go' 'src/net/fd_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/fd_unix.go' 'src/net/sockoptip_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sockoptip_windows.go' 'src/net/cgo_unix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/cgo_unix_test.go' 'src/net/file_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/file_test.go' 'src/net/dnsconfig_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/dnsconfig_unix.go' 'src/net/ip.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/ip.go' 'src/net/packetconn_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/packetconn_test.go' 'src/net/server_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/server_test.go' 'src/net/cgo_android.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/cgo_android.go' 'src/net/tcpsock_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/tcpsock_plan9.go' 'src/net/interface_linux_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/interface_linux_test.go' 'src/net/fd_poll_nacl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/fd_poll_nacl.go' 'src/net/hosts_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/hosts_test.go' 'src/net/sock_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sock_linux.go' 'src/net/fd_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/fd_windows.go' 'src/net/dial_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/dial_test.go' 'src/net/fd_mutex.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/fd_mutex.go' 'src/net/sockopt_stub.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/sockopt_stub.go' 'src/net/dnsname_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/dnsname_test.go' 'src/net/ipsock.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/ipsock.go' 'src/net/tcpsockopt_darwin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/net/tcpsockopt_darwin.go' 'src/index' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/index' 'src/index/suffixarray' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/index/suffixarray' 'src/index/suffixarray/suffixarray_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/index/suffixarray/suffixarray_test.go' 'src/index/suffixarray/suffixarray.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/index/suffixarray/suffixarray.go' 'src/index/suffixarray/qsufsort.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/index/suffixarray/qsufsort.go' 'src/time' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time' 'src/time/tick.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/tick.go' 'src/time/internal_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/internal_test.go' 'src/time/tick_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/tick_test.go' 'src/time/time.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/time.go' 'src/time/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/example_test.go' 'src/time/zoneinfo_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/zoneinfo_test.go' 'src/time/zoneinfo_read.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/zoneinfo_read.go' 'src/time/format.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/format.go' 'src/time/export_windows_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/export_windows_test.go' 'src/time/genzabbrs.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/genzabbrs.go' 'src/time/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/export_test.go' 'src/time/sys_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/sys_unix.go' 'src/time/zoneinfo_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/zoneinfo_unix.go' 'src/time/zoneinfo_windows_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/zoneinfo_windows_test.go' 'src/time/zoneinfo_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/zoneinfo_windows.go' 'src/time/time_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/time_test.go' 'src/time/sys_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/sys_windows.go' 'src/time/sleep.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/sleep.go' 'src/time/zoneinfo_abbrs_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/zoneinfo_abbrs_windows.go' 'src/time/sleep_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/sleep_test.go' 'src/time/format_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/format_test.go' 'src/time/zoneinfo_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/zoneinfo_plan9.go' 'src/time/sys_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/sys_plan9.go' 'src/time/zoneinfo.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/time/zoneinfo.go' 'src/reflect' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/reflect' 'src/reflect/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/reflect/example_test.go' 'src/reflect/all_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/reflect/all_test.go' 'src/reflect/type.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/reflect/type.go' 'src/reflect/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/reflect/export_test.go' 'src/reflect/deepequal.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/reflect/deepequal.go' 'src/reflect/asm_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/reflect/asm_amd64p32.s' 'src/reflect/tostring_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/reflect/tostring_test.go' 'src/reflect/asm_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/reflect/asm_arm.s' 'src/reflect/set_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/reflect/set_test.go' 'src/reflect/value.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/reflect/value.go' 'src/reflect/makefunc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/reflect/makefunc.go' 'src/reflect/asm_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/reflect/asm_amd64.s' 'src/reflect/asm_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/reflect/asm_386.s' 'src/unsafe' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unsafe' 'src/unsafe/unsafe.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unsafe/unsafe.go' 'src/strings' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strings' 'src/strings/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strings/example_test.go' 'src/strings/replace.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strings/replace.go' 'src/strings/strings_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strings/strings_test.go' 'src/strings/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strings/export_test.go' 'src/strings/strings_decl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strings/strings_decl.go' 'src/strings/strings.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strings/strings.s' 'src/strings/reader_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strings/reader_test.go' 'src/strings/replace_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strings/replace_test.go' 'src/strings/search.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strings/search.go' 'src/strings/strings.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strings/strings.go' 'src/strings/search_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strings/search_test.go' 'src/strings/reader.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/strings/reader.go' 'src/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/internal' 'src/internal/syscall' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/internal/syscall' 'src/internal/syscall/getrandom_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/internal/syscall/getrandom_linux.go' 'src/runtime' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime' 'src/runtime/signal_netbsd_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_netbsd_386.h' 'src/runtime/signal_dragonfly_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_dragonfly_amd64.h' 'src/runtime/zasm_plan9_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_plan9_386.h' 'src/runtime/sys_linux_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_linux_amd64.s' 'src/runtime/stack.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/stack.h' 'src/runtime/proc_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/proc_test.go' 'src/runtime/arch_amd64p32.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/arch_amd64p32.go' 'src/runtime/mem_solaris.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mem_solaris.c' 'src/runtime/zaexperiment.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zaexperiment.h' 'src/runtime/cgocall.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgocall.go' 'src/runtime/zruntime_defs_freebsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_freebsd_amd64.go' 'src/runtime/vdso_linux_amd64.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/vdso_linux_amd64.c' 'src/runtime/signals_windows.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signals_windows.h' 'src/runtime/sys_openbsd_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_openbsd_386.s' 'src/runtime/iface.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/iface.go' 'src/runtime/race.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race.h' 'src/runtime/atomic_386.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/atomic_386.c' 'src/runtime/os_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_linux.go' 'src/runtime/signal_nacl_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_nacl_386.h' 'src/runtime/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo' 'src/runtime/cgo/callbacks.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/callbacks.c' 'src/runtime/cgo/gcc_dragonfly_amd64.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_dragonfly_amd64.c' 'src/runtime/cgo/gcc_linux_arm.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_linux_arm.c' 'src/runtime/cgo/gcc_linux_amd64.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_linux_amd64.c' 'src/runtime/cgo/gcc_netbsd_arm.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_netbsd_arm.c' 'src/runtime/cgo/dragonfly.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/dragonfly.c' 'src/runtime/cgo/gcc_linux_386.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_linux_386.c' 'src/runtime/cgo/asm_nacl_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/asm_nacl_amd64p32.s' 'src/runtime/cgo/setenv.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/setenv.c' 'src/runtime/cgo/freebsd.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/freebsd.c' 'src/runtime/cgo/gcc_freebsd_386.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_freebsd_386.c' 'src/runtime/cgo/gcc_freebsd_arm.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_freebsd_arm.c' 'src/runtime/cgo/gcc_netbsd_amd64.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_netbsd_amd64.c' 'src/runtime/cgo/gcc_freebsd_amd64.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_freebsd_amd64.c' 'src/runtime/cgo/gcc_darwin_amd64.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_darwin_amd64.c' 'src/runtime/cgo/gcc_windows_386.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_windows_386.c' 'src/runtime/cgo/gcc_amd64.S' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_amd64.S' 'src/runtime/cgo/gcc_386.S' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_386.S' 'src/runtime/cgo/gcc_android.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_android.c' 'src/runtime/cgo/asm_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/asm_arm.s' 'src/runtime/cgo/gcc_arm.S' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_arm.S' 'src/runtime/cgo/gcc_util.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_util.c' 'src/runtime/cgo/libcgo.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/libcgo.h' 'src/runtime/cgo/gcc_dragonfly_386.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_dragonfly_386.c' 'src/runtime/cgo/gcc_netbsd_386.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_netbsd_386.c' 'src/runtime/cgo/gcc_darwin_386.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_darwin_386.c' 'src/runtime/cgo/netbsd.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/netbsd.c' 'src/runtime/cgo/gcc_windows_amd64.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_windows_amd64.c' 'src/runtime/cgo/gcc_setenv.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_setenv.c' 'src/runtime/cgo/gcc_openbsd_amd64.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_openbsd_amd64.c' 'src/runtime/cgo/cgo.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/cgo.go' 'src/runtime/cgo/gcc_openbsd_386.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_openbsd_386.c' 'src/runtime/cgo/gcc_android_arm.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_android_arm.c' 'src/runtime/cgo/asm_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/asm_amd64.s' 'src/runtime/cgo/iscgo.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/iscgo.c' 'src/runtime/cgo/asm_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/asm_386.s' 'src/runtime/cgo/openbsd.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/openbsd.c' 'src/runtime/cgo/gcc_fatalf.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgo/gcc_fatalf.c' 'src/runtime/os_linux.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_linux.c' 'src/runtime/rt0_nacl_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_nacl_amd64p32.s' 'src/runtime/os_dragonfly.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_dragonfly.c' 'src/runtime/zsys_darwin_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_darwin_amd64.s' 'src/runtime/sqrt.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sqrt.go' 'src/runtime/zasm_openbsd_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_openbsd_386.h' 'src/runtime/cgocall.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgocall.h' 'src/runtime/hashmap_fast.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/hashmap_fast.go' 'src/runtime/zasm_freebsd_arm.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_freebsd_arm.h' 'src/runtime/signals_nacl.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signals_nacl.h' 'src/runtime/vlrt.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/vlrt.c' 'src/runtime/sys_netbsd_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_netbsd_arm.s' 'src/runtime/malloc.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/malloc.c' 'src/runtime/time.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/time.go' 'src/runtime/env_posix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/env_posix.go' 'src/runtime/defs_solaris.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_solaris.go' 'src/runtime/mheap.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mheap.c' 'src/runtime/crash_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/crash_test.go' 'src/runtime/mem_linux.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mem_linux.c' 'src/runtime/defs_darwin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_darwin.go' 'src/runtime/os_netbsd.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_netbsd.c' 'src/runtime/signals_plan9.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signals_plan9.h' 'src/runtime/zruntime_defs_openbsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_openbsd_amd64.go' 'src/runtime/signal_freebsd_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_freebsd_amd64.h' 'src/runtime/zgoarch_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zgoarch_arm.go' 'src/runtime/zruntime_defs_plan9_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_plan9_amd64.go' 'src/runtime/os_plan9.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_plan9.c' 'src/runtime/tls_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/tls_arm.s' 'src/runtime/zsys_netbsd_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_netbsd_386.s' 'src/runtime/netpoll_nacl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/netpoll_nacl.go' 'src/runtime/os_windows.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_windows.c' 'src/runtime/memmove_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/memmove_test.go' 'src/runtime/memclr_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/memclr_amd64.s' 'src/runtime/mgc0.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mgc0.c' 'src/runtime/sys_netbsd_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_netbsd_amd64.s' 'src/runtime/signal_solaris_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_solaris_amd64.h' 'src/runtime/zsys_darwin_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_darwin_386.s' 'src/runtime/map_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/map_test.go' 'src/runtime/netpoll_epoll.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/netpoll_epoll.go' 'src/runtime/zgoarch_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zgoarch_amd64.go' 'src/runtime/os_nacl_arm.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_nacl_arm.c' 'src/runtime/runtime.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/runtime.go' 'src/runtime/zruntime_defs_darwin_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_darwin_amd64.go' 'src/runtime/mprof.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mprof.go' 'src/runtime/netpoll_windows.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/netpoll_windows.c' 'src/runtime/signal_dragonfly_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_dragonfly_386.h' 'src/runtime/chan_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/chan_test.go' 'src/runtime/zsys_freebsd_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_freebsd_386.s' 'src/runtime/mem_plan9.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mem_plan9.c' 'src/runtime/softfloat64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/softfloat64.go' 'src/runtime/defs2_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs2_linux.go' 'src/runtime/os_nacl.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_nacl.h' 'src/runtime/sigqueue.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sigqueue.go' 'src/runtime/netpoll_stub.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/netpoll_stub.c' 'src/runtime/signal_android_arm.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_android_arm.h' 'src/runtime/race.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race.c' 'src/runtime/mfixalloc.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mfixalloc.c' 'src/runtime/zasm_darwin_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_darwin_386.h' 'src/runtime/crash_cgo_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/crash_cgo_test.go' 'src/runtime/zasm_netbsd_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_netbsd_amd64.h' 'src/runtime/zgoos_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zgoos_plan9.go' 'src/runtime/mem_darwin.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mem_darwin.c' 'src/runtime/arch_arm.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/arch_arm.h' 'src/runtime/zsys_openbsd_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_openbsd_386.s' 'src/runtime/zversion.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zversion.go' 'src/runtime/atomic_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/atomic_arm.go' 'src/runtime/defs_arm_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_arm_linux.go' 'src/runtime/rt0_windows_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_windows_amd64.s' 'src/runtime/os_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_windows.go' 'src/runtime/memmove_nacl_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/memmove_nacl_amd64p32.s' 'src/runtime/futex_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/futex_test.go' 'src/runtime/zruntime_defs_windows_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_windows_amd64.go' 'src/runtime/os_windows_386.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_windows_386.c' 'src/runtime/zsys_linux_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_linux_386.s' 'src/runtime/atomic.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/atomic.go' 'src/runtime/zruntime_defs_netbsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_netbsd_amd64.go' 'src/runtime/runtime_unix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/runtime_unix_test.go' 'src/runtime/zgoos_openbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zgoos_openbsd.go' 'src/runtime/sys_nacl_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_nacl_386.s' 'src/runtime/zruntime_defs_linux_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_linux_arm.go' 'src/runtime/defs_linux_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_linux_amd64.h' 'src/runtime/rt0_windows_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_windows_386.s' 'src/runtime/mem_dragonfly.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mem_dragonfly.c' 'src/runtime/os_linux_386.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_linux_386.c' 'src/runtime/race' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race' 'src/runtime/race/race_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/race_test.go' 'src/runtime/race/race_darwin_amd64.syso' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/race_darwin_amd64.syso' 'src/runtime/race/output_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/output_test.go' 'src/runtime/race/race_linux_amd64.syso' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/race_linux_amd64.syso' 'src/runtime/race/race_freebsd_amd64.syso' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/race_freebsd_amd64.syso' 'src/runtime/race/race_unix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/race_unix_test.go' 'src/runtime/race/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/doc.go' 'src/runtime/race/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata' 'src/runtime/race/testdata/select_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata/select_test.go' 'src/runtime/race/testdata/rwmutex_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata/rwmutex_test.go' 'src/runtime/race/testdata/map_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata/map_test.go' 'src/runtime/race/testdata/chan_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata/chan_test.go' 'src/runtime/race/testdata/mop_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata/mop_test.go' 'src/runtime/race/testdata/cgo_test_main.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata/cgo_test_main.go' 'src/runtime/race/testdata/atomic_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata/atomic_test.go' 'src/runtime/race/testdata/cgo_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata/cgo_test.go' 'src/runtime/race/testdata/finalizer_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata/finalizer_test.go' 'src/runtime/race/testdata/waitgroup_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata/waitgroup_test.go' 'src/runtime/race/testdata/comp_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata/comp_test.go' 'src/runtime/race/testdata/io_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata/io_test.go' 'src/runtime/race/testdata/slice_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata/slice_test.go' 'src/runtime/race/testdata/regression_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata/regression_test.go' 'src/runtime/race/testdata/sync_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata/sync_test.go' 'src/runtime/race/testdata/mutex_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/testdata/mutex_test.go' 'src/runtime/race/race.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/race.go' 'src/runtime/race/README' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/README' 'src/runtime/race/race_windows_amd64.syso' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race/race_windows_amd64.syso' 'src/runtime/signals_openbsd.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signals_openbsd.h' 'src/runtime/zasm_netbsd_arm.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_netbsd_arm.h' 'src/runtime/zsys_linux_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_linux_amd64.s' 'src/runtime/complex.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/complex.go' 'src/runtime/typekind.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/typekind.go' 'src/runtime/signal_arm.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_arm.c' 'src/runtime/sys_linux_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_linux_arm.s' 'src/runtime/stack_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/stack_test.go' 'src/runtime/select.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/select.go' 'src/runtime/sys_windows_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_windows_386.s' 'src/runtime/os_nacl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_nacl.go' 'src/runtime/rt0_freebsd_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_freebsd_arm.s' 'src/runtime/asm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/asm.s' 'src/runtime/memmove_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/memmove_386.s' 'src/runtime/rt0_openbsd_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_openbsd_386.s' 'src/runtime/env_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/env_plan9.go' 'src/runtime/defs.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs.c' 'src/runtime/zgoos_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zgoos_windows.go' 'src/runtime/defs_netbsd_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_netbsd_amd64.h' 'src/runtime/os_android.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_android.c' 'src/runtime/zruntime_defs_darwin_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_darwin_386.go' 'src/runtime/runtime.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/runtime.h' 'src/runtime/signal_linux_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_linux_amd64.h' 'src/runtime/os_freebsd.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_freebsd.c' 'src/runtime/defs_windows_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_windows_amd64.h' 'src/runtime/defs_windows_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_windows_386.h' 'src/runtime/heapdump.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/heapdump.c' 'src/runtime/sys_netbsd_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_netbsd_386.s' 'src/runtime/os_netbsd.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_netbsd.h' 'src/runtime/defs_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_linux.go' 'src/runtime/zasm_windows_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_windows_386.h' 'src/runtime/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/export_test.go' 'src/runtime/extern.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/extern.go' 'src/runtime/zgoos_freebsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zgoos_freebsd.go' 'src/runtime/memmove_plan9_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/memmove_plan9_386.s' 'src/runtime/mem_openbsd.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mem_openbsd.c' 'src/runtime/type.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/type.h' 'src/runtime/memclr_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/memclr_arm.s' 'src/runtime/defs_plan9_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_plan9_386.h' 'src/runtime/sys_linux_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_linux_386.s' 'src/runtime/string.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/string.c' 'src/runtime/defs_solaris_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_solaris_amd64.h' 'src/runtime/mem_freebsd.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mem_freebsd.c' 'src/runtime/vlop_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/vlop_arm.s' 'src/runtime/symtab.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/symtab.go' 'src/runtime/proc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/proc.go' 'src/runtime/arch_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/arch_386.h' 'src/runtime/memclr_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/memclr_386.s' 'src/runtime/memmove_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/memmove_amd64.s' 'src/runtime/mgc0.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mgc0.h' 'src/runtime/defs_netbsd_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_netbsd_amd64.go' 'src/runtime/os_netbsd_386.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_netbsd_386.c' 'src/runtime/arch_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/arch_386.go' 'src/runtime/arch_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/arch_arm.go' 'src/runtime/os_solaris.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_solaris.go' 'src/runtime/defs_freebsd_arm.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_freebsd_arm.h' 'src/runtime/zsys_windows_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_windows_amd64.s' 'src/runtime/malloc_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/malloc_test.go' 'src/runtime/signals_freebsd.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signals_freebsd.h' 'src/runtime/defs_linux_arm.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_linux_arm.h' 'src/runtime/os_windows.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_windows.h' 'src/runtime/os_plan9_386.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_plan9_386.c' 'src/runtime/defs_netbsd_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_netbsd_arm.go' 'src/runtime/mapspeed_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mapspeed_test.go' 'src/runtime/asm_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/asm_amd64p32.s' 'src/runtime/defs_openbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_openbsd.go' 'src/runtime/rt0_dragonfly_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_dragonfly_amd64.s' 'src/runtime/defs_dragonfly_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_dragonfly_386.h' 'src/runtime/debug.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/debug.go' 'src/runtime/signal_android_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_android_386.h' 'src/runtime/zgoos_netbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zgoos_netbsd.go' 'src/runtime/signal_386.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_386.c' 'src/runtime/defs_nacl_amd64p32.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_nacl_amd64p32.h' 'src/runtime/debug' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/debug' 'src/runtime/debug/stack_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/debug/stack_test.go' 'src/runtime/debug/stack.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/debug/stack.go' 'src/runtime/debug/stubs.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/debug/stubs.s' 'src/runtime/debug/stubs.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/debug/stubs.go' 'src/runtime/debug/debug.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/debug/debug.s' 'src/runtime/debug/garbage_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/debug/garbage_test.go' 'src/runtime/debug/garbage.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/debug/garbage.go' 'src/runtime/debug/heapdump_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/debug/heapdump_test.go' 'src/runtime/malloc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/malloc.go' 'src/runtime/rt0_netbsd_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_netbsd_amd64.s' 'src/runtime/rt0_linux_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_linux_amd64.s' 'src/runtime/defs_netbsd_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_netbsd_386.h' 'src/runtime/string_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/string_test.go' 'src/runtime/gc_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/gc_test.go' 'src/runtime/rt0_dragonfly_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_dragonfly_386.s' 'src/runtime/sys_freebsd_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_freebsd_amd64.s' 'src/runtime/chan.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/chan.h' 'src/runtime/runtime.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/runtime.c' 'src/runtime/rune.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rune.go' 'src/runtime/signal_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_unix.go' 'src/runtime/os_solaris.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_solaris.h' 'src/runtime/lfstack.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/lfstack.c' 'src/runtime/mfinal_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mfinal_test.go' 'src/runtime/stack.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/stack.go' 'src/runtime/complex_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/complex_test.go' 'src/runtime/os_dragonfly.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_dragonfly.go' 'src/runtime/netpoll_kqueue.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/netpoll_kqueue.go' 'src/runtime/atomic_amd64x.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/atomic_amd64x.c' 'src/runtime/zasm_freebsd_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_freebsd_amd64.h' 'src/runtime/mgc0.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mgc0.go' 'src/runtime/rt0_android_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_android_arm.s' 'src/runtime/string.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/string.go' 'src/runtime/asm_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/asm_arm.s' 'src/runtime/sigpanic_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sigpanic_unix.go' 'src/runtime/vlop_arm_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/vlop_arm_test.go' 'src/runtime/vlop_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/vlop_386.s' 'src/runtime/zruntime_defs_linux_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_linux_amd64.go' 'src/runtime/os_darwin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_darwin.go' 'src/runtime/sys_nacl_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_nacl_amd64p32.s' 'src/runtime/zsys_netbsd_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_netbsd_amd64.s' 'src/runtime/mem.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mem.go' 'src/runtime/stack.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/stack.c' 'src/runtime/defs_darwin_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_darwin_amd64.h' 'src/runtime/gcinfo_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/gcinfo_test.go' 'src/runtime/netpoll.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/netpoll.go' 'src/runtime/signal_openbsd_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_openbsd_386.h' 'src/runtime/zsys_openbsd_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_openbsd_amd64.s' 'src/runtime/defs_freebsd_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_freebsd_amd64.h' 'src/runtime/typekind.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/typekind.h' 'src/runtime/os_openbsd.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_openbsd.h' 'src/runtime/lock_futex.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/lock_futex.go' 'src/runtime/signal.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal.c' 'src/runtime/os_windows_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_windows_386.go' 'src/runtime/hash_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/hash_test.go' 'src/runtime/defs_netbsd_arm.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_netbsd_arm.h' 'src/runtime/defs_openbsd_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_openbsd_386.h' 'src/runtime/os_openbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_openbsd.go' 'src/runtime/zsys_netbsd_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_netbsd_arm.s' 'src/runtime/proc.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/proc.c' 'src/runtime/signals_android.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signals_android.h' 'src/runtime/stubs.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/stubs.go' 'src/runtime/zsys_windows_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_windows_386.s' 'src/runtime/rt0_linux_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_linux_386.s' 'src/runtime/rt0_freebsd_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_freebsd_386.s' 'src/runtime/os_plan9_amd64.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_plan9_amd64.c' 'src/runtime/sys_openbsd_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_openbsd_amd64.s' 'src/runtime/sys_solaris_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_solaris_amd64.s' 'src/runtime/vlrt.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/vlrt.go' 'src/runtime/netpoll_solaris.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/netpoll_solaris.c' 'src/runtime/mcentral.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mcentral.c' 'src/runtime/defs_dragonfly_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_dragonfly_amd64.h' 'src/runtime/rt0_nacl_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_nacl_386.s' 'src/runtime/os_android.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_android.h' 'src/runtime/export_futex_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/export_futex_test.go' 'src/runtime/rt0_plan9_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_plan9_amd64.s' 'src/runtime/defs_openbsd_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_openbsd_amd64.h' 'src/runtime/zasm_plan9_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_plan9_amd64.h' 'src/runtime/zruntime_defs_linux_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_linux_386.go' 'src/runtime/chan.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/chan.go' 'src/runtime/os_freebsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_freebsd.go' 'src/runtime/zruntime_defs_netbsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_netbsd_386.go' 'src/runtime/sys_x86.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_x86.c' 'src/runtime/zgoos_darwin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zgoos_darwin.go' 'src/runtime/zruntime_defs_openbsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_openbsd_386.go' 'src/runtime/race.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race.go' 'src/runtime/rt0_openbsd_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_openbsd_amd64.s' 'src/runtime/signal_nacl_arm.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_nacl_arm.h' 'src/runtime/defs_netbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_netbsd.go' 'src/runtime/runtime-gdb.py' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/runtime-gdb.py' 'src/runtime/mknacl.sh' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mknacl.sh' 'src/runtime/os_dragonfly.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_dragonfly.h' 'src/runtime/rt0_netbsd_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_netbsd_arm.s' 'src/runtime/signal_freebsd_arm.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_freebsd_arm.h' 'src/runtime/signal_openbsd_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_openbsd_amd64.h' 'src/runtime/os_linux_arm.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_linux_arm.c' 'src/runtime/memmove_plan9_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/memmove_plan9_amd64.s' 'src/runtime/os_freebsd.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_freebsd.h' 'src/runtime/zasm_openbsd_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_openbsd_amd64.h' 'src/runtime/rt0_darwin_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_darwin_amd64.s' 'src/runtime/thunk_windows.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/thunk_windows.s' 'src/runtime/signal_darwin_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_darwin_386.h' 'src/runtime/msize.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/msize.c' 'src/runtime/defs_netbsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_netbsd_386.go' 'src/runtime/os_plan9.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_plan9.h' 'src/runtime/memmove_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/memmove_arm.s' 'src/runtime/iface_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/iface_test.go' 'src/runtime/defs_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_windows.go' 'src/runtime/cpuprof.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cpuprof.go' 'src/runtime/zgoos_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zgoos_linux.go' 'src/runtime/error.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/error.go' 'src/runtime/defs_nacl_arm.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_nacl_arm.h' 'src/runtime/syscall_solaris.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/syscall_solaris.c' 'src/runtime/norace_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/norace_test.go' 'src/runtime/os_netbsd_arm.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_netbsd_arm.c' 'src/runtime/mcache.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mcache.c' 'src/runtime/runtime_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/runtime_test.go' 'src/runtime/arch_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/arch_amd64.h' 'src/runtime/syscall_windows_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/syscall_windows_test.go' 'src/runtime/memmove_linux_amd64_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/memmove_linux_amd64_test.go' 'src/runtime/race0.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race0.go' 'src/runtime/runtime_linux_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/runtime_linux_test.go' 'src/runtime/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/pprof' 'src/runtime/pprof/pprof_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/pprof/pprof_test.go' 'src/runtime/pprof/pprof.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/pprof/pprof.go' 'src/runtime/pprof/mprof_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/pprof/mprof_test.go' 'src/runtime/sys_nacl_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_nacl_arm.s' 'src/runtime/rt0_netbsd_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_netbsd_386.s' 'src/runtime/slice.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/slice.go' 'src/runtime/defs_solaris_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_solaris_amd64.go' 'src/runtime/signals_darwin.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signals_darwin.h' 'src/runtime/signal_linux_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_linux_386.h' 'src/runtime/sys_freebsd_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_freebsd_386.s' 'src/runtime/zsys_linux_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_linux_arm.s' 'src/runtime/defs_plan9_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_plan9_amd64.h' 'src/runtime/signal_nacl_amd64p32.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_nacl_amd64p32.h' 'src/runtime/zasm_freebsd_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_freebsd_386.h' 'src/runtime/signal_linux_arm.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_linux_arm.h' 'src/runtime/thunk.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/thunk.s' 'src/runtime/os_darwin.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_darwin.h' 'src/runtime/parfor_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/parfor_test.go' 'src/runtime/sys_dragonfly_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_dragonfly_amd64.s' 'src/runtime/compiler.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/compiler.go' 'src/runtime/mem_netbsd.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mem_netbsd.c' 'src/runtime/parfor.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/parfor.c' 'src/runtime/os_windows_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_windows_amd64.go' 'src/runtime/malloc.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/malloc.h' 'src/runtime/syscall_solaris.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/syscall_solaris.go' 'src/runtime/panic.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/panic.go' 'src/runtime/hashmap.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/hashmap.go' 'src/runtime/zruntime_defs_freebsd_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_freebsd_386.go' 'src/runtime/defs_darwin_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_darwin_386.h' 'src/runtime/noasm_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/noasm_arm.go' 'src/runtime/arch_amd64p32.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/arch_amd64p32.h' 'src/runtime/signal_amd64x.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_amd64x.c' 'src/runtime/zruntime_defs_freebsd_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_freebsd_arm.go' 'src/runtime/sema.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sema.go' 'src/runtime/zruntime_defs_windows_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_windows_386.go' 'src/runtime/zsys_plan9_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_plan9_amd64.s' 'src/runtime/syscall_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/syscall_windows.go' 'src/runtime/zruntime_defs_netbsd_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_netbsd_arm.go' 'src/runtime/traceback.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/traceback.go' 'src/runtime/zsys_freebsd_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_freebsd_arm.s' 'src/runtime/print1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/print1.go' 'src/runtime/sys_windows_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_windows_amd64.s' 'src/runtime/defs1_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs1_linux.go' 'src/runtime/race_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/race_amd64.s' 'src/runtime/mem_windows.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mem_windows.c' 'src/runtime/zsys_plan9_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_plan9_386.s' 'src/runtime/symtab_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/symtab_test.go' 'src/runtime/sys_plan9_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_plan9_amd64.s' 'src/runtime/os_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_plan9.go' 'src/runtime/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/Makefile' 'src/runtime/zasm_netbsd_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_netbsd_386.h' 'src/runtime/closure_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/closure_test.go' 'src/runtime/sys_dragonfly_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_dragonfly_386.s' 'src/runtime/funcdata.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/funcdata.h' 'src/runtime/signals_dragonfly.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signals_dragonfly.h' 'src/runtime/signal_darwin_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_darwin_amd64.h' 'src/runtime/thunk_solaris_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/thunk_solaris_amd64.s' 'src/runtime/os_netbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_netbsd.go' 'src/runtime/alg.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/alg.go' 'src/runtime/cgocallback.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/cgocallback.go' 'src/runtime/sys_arm.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_arm.c' 'src/runtime/os_darwin.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_darwin.c' 'src/runtime/rt0_darwin_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_darwin_386.s' 'src/runtime/zgoarch_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zgoarch_386.go' 'src/runtime/signal_netbsd_arm.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_netbsd_arm.h' 'src/runtime/softfloat64_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/softfloat64_test.go' 'src/runtime/lfstack_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/lfstack_test.go' 'src/runtime/zasm_windows_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_windows_amd64.h' 'src/runtime/asm_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/asm_amd64.s' 'src/runtime/os_windows_amd64.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_windows_amd64.c' 'src/runtime/lock_sema.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/lock_sema.go' 'src/runtime/zasm_linux_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_linux_amd64.h' 'src/runtime/defs_linux_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_linux_386.h' 'src/runtime/rt0_solaris_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_solaris_amd64.s' 'src/runtime/zruntime_defs_plan9_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zruntime_defs_plan9_386.go' 'src/runtime/zsys_freebsd_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zsys_freebsd_amd64.s' 'src/runtime/zasm_darwin_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_darwin_amd64.h' 'src/runtime/sys_darwin_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_darwin_amd64.s' 'src/runtime/rt0_freebsd_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_freebsd_amd64.s' 'src/runtime/signal_unix.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_unix.c' 'src/runtime/sys_plan9_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_plan9_386.s' 'src/runtime/zasm_linux_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_linux_386.h' 'src/runtime/arch_amd64.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/arch_amd64.go' 'src/runtime/signal_freebsd_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_freebsd_386.h' 'src/runtime/sys_darwin_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_darwin_386.s' 'src/runtime/signal_unix.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_unix.h' 'src/runtime/signals_solaris.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signals_solaris.h' 'src/runtime/memclr_plan9_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/memclr_plan9_amd64.s' 'src/runtime/signals_linux.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signals_linux.h' 'src/runtime/os_solaris.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_solaris.c' 'src/runtime/os_netbsd_amd64.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_netbsd_amd64.c' 'src/runtime/defs_dragonfly.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_dragonfly.go' 'src/runtime/zasm_linux_arm.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/zasm_linux_arm.h' 'src/runtime/rt0_linux_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_linux_arm.s' 'src/runtime/signal_netbsd_amd64.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signal_netbsd_amd64.h' 'src/runtime/asm_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/asm_386.s' 'src/runtime/append_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/append_test.go' 'src/runtime/os_freebsd_arm.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_freebsd_arm.c' 'src/runtime/os_linux.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_linux.h' 'src/runtime/rt0_plan9_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_plan9_386.s' 'src/runtime/panic.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/panic.c' 'src/runtime/os_openbsd.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_openbsd.c' 'src/runtime/softfloat_arm.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/softfloat_arm.c' 'src/runtime/defs_nacl_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_nacl_386.h' 'src/runtime/memclr_plan9_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/memclr_plan9_386.s' 'src/runtime/mem_nacl.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/mem_nacl.c' 'src/runtime/defs_freebsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_freebsd.go' 'src/runtime/defs_freebsd_386.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_freebsd_386.h' 'src/runtime/defs_android_arm.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/defs_android_arm.h' 'src/runtime/sys_freebsd_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/sys_freebsd_arm.s' 'src/runtime/float.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/float.c' 'src/runtime/os_nacl.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/os_nacl.c' 'src/runtime/syscall_nacl.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/syscall_nacl.h' 'src/runtime/rt0_nacl_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rt0_nacl_arm.s' 'src/runtime/signals_netbsd.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/signals_netbsd.h' 'src/runtime/rdebug.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/runtime/rdebug.go' 'src/fmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/fmt' 'src/fmt/format.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/fmt/format.go' 'src/fmt/print.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/fmt/print.go' 'src/fmt/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/fmt/export_test.go' 'src/fmt/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/fmt/doc.go' 'src/fmt/scan.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/fmt/scan.go' 'src/fmt/scan_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/fmt/scan_test.go' 'src/fmt/stringer_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/fmt/stringer_test.go' 'src/fmt/fmt_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/fmt/fmt_test.go' 'src/all.bash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/all.bash' 'src/expvar' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/expvar' 'src/expvar/expvar_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/expvar/expvar_test.go' 'src/expvar/expvar.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/expvar/expvar.go' 'src/make.rc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/make.rc' 'src/make.bash.orig' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/make.bash.orig' 'src/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go' 'src/go/format' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/format' 'src/go/format/format.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/format/format.go' 'src/go/format/format_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/format/format_test.go' 'src/go/printer' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer' 'src/go/printer/performance_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/performance_test.go' 'src/go/printer/nodes.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/nodes.go' 'src/go/printer/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/example_test.go' 'src/go/printer/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata' 'src/go/printer/testdata/statements.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/statements.input' 'src/go/printer/testdata/comments2.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/comments2.input' 'src/go/printer/testdata/declarations.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/declarations.input' 'src/go/printer/testdata/comments2.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/comments2.golden' 'src/go/printer/testdata/comments.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/comments.input' 'src/go/printer/testdata/slow.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/slow.input' 'src/go/printer/testdata/statements.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/statements.golden' 'src/go/printer/testdata/expressions.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/expressions.golden' 'src/go/printer/testdata/comments.x' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/comments.x' 'src/go/printer/testdata/expressions.raw' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/expressions.raw' 'src/go/printer/testdata/linebreaks.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/linebreaks.golden' 'src/go/printer/testdata/expressions.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/expressions.input' 'src/go/printer/testdata/linebreaks.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/linebreaks.input' 'src/go/printer/testdata/declarations.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/declarations.golden' 'src/go/printer/testdata/empty.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/empty.input' 'src/go/printer/testdata/parser.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/parser.go' 'src/go/printer/testdata/slow.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/slow.golden' 'src/go/printer/testdata/comments.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/comments.golden' 'src/go/printer/testdata/empty.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/testdata/empty.golden' 'src/go/printer/printer_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/printer_test.go' 'src/go/printer/printer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/printer/printer.go' 'src/go/doc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc' 'src/go/doc/exports.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/exports.go' 'src/go/doc/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/example_test.go' 'src/go/doc/example.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/example.go' 'src/go/doc/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/doc.go' 'src/go/doc/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata' 'src/go/doc/testdata/error2.1.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/error2.1.golden' 'src/go/doc/testdata/error1.2.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/error1.2.golden' 'src/go/doc/testdata/bugpara.0.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/bugpara.0.golden' 'src/go/doc/testdata/a.2.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/a.2.golden' 'src/go/doc/testdata/b.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/b.go' 'src/go/doc/testdata/e.2.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/e.2.golden' 'src/go/doc/testdata/blank.1.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/blank.1.golden' 'src/go/doc/testdata/error1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/error1.go' 'src/go/doc/testdata/a.1.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/a.1.golden' 'src/go/doc/testdata/blank.2.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/blank.2.golden' 'src/go/doc/testdata/bugpara.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/bugpara.go' 'src/go/doc/testdata/d2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/d2.go' 'src/go/doc/testdata/testing.1.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/testing.1.golden' 'src/go/doc/testdata/f.2.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/f.2.golden' 'src/go/doc/testdata/c.0.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/c.0.golden' 'src/go/doc/testdata/template.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/template.txt' 'src/go/doc/testdata/testing.0.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/testing.0.golden' 'src/go/doc/testdata/a.0.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/a.0.golden' 'src/go/doc/testdata/blank.0.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/blank.0.golden' 'src/go/doc/testdata/a0.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/a0.go' 'src/go/doc/testdata/d.2.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/d.2.golden' 'src/go/doc/testdata/d.0.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/d.0.golden' 'src/go/doc/testdata/testing.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/testing.go' 'src/go/doc/testdata/example.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/example.go' 'src/go/doc/testdata/c.1.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/c.1.golden' 'src/go/doc/testdata/error2.2.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/error2.2.golden' 'src/go/doc/testdata/error1.0.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/error1.0.golden' 'src/go/doc/testdata/testing.2.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/testing.2.golden' 'src/go/doc/testdata/benchmark.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/benchmark.go' 'src/go/doc/testdata/bugpara.1.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/bugpara.1.golden' 'src/go/doc/testdata/e.0.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/e.0.golden' 'src/go/doc/testdata/error1.1.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/error1.1.golden' 'src/go/doc/testdata/b.2.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/b.2.golden' 'src/go/doc/testdata/b.1.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/b.1.golden' 'src/go/doc/testdata/e.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/e.go' 'src/go/doc/testdata/f.0.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/f.0.golden' 'src/go/doc/testdata/bugpara.2.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/bugpara.2.golden' 'src/go/doc/testdata/e.1.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/e.1.golden' 'src/go/doc/testdata/d.1.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/d.1.golden' 'src/go/doc/testdata/c.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/c.go' 'src/go/doc/testdata/f.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/f.go' 'src/go/doc/testdata/blank.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/blank.go' 'src/go/doc/testdata/error2.0.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/error2.0.golden' 'src/go/doc/testdata/b.0.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/b.0.golden' 'src/go/doc/testdata/error2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/error2.go' 'src/go/doc/testdata/c.2.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/c.2.golden' 'src/go/doc/testdata/d1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/d1.go' 'src/go/doc/testdata/f.1.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/f.1.golden' 'src/go/doc/testdata/a1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/testdata/a1.go' 'src/go/doc/filter.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/filter.go' 'src/go/doc/synopsis_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/synopsis_test.go' 'src/go/doc/headscan.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/headscan.go' 'src/go/doc/doc_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/doc_test.go' 'src/go/doc/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/Makefile' 'src/go/doc/comment_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/comment_test.go' 'src/go/doc/reader.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/reader.go' 'src/go/doc/comment.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/comment.go' 'src/go/doc/synopsis.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/doc/synopsis.go' 'src/go/build' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build' 'src/go/build/read_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/read_test.go' 'src/go/build/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/doc.go' 'src/go/build/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/testdata' 'src/go/build/testdata/multi' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/testdata/multi' 'src/go/build/testdata/multi/file_appengine.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/testdata/multi/file_appengine.go' 'src/go/build/testdata/multi/file.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/testdata/multi/file.go' 'src/go/build/testdata/empty' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/testdata/empty' 'src/go/build/testdata/empty/dummy' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/testdata/empty/dummy' 'src/go/build/testdata/other' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/testdata/other' 'src/go/build/testdata/other/main.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/testdata/other/main.go' 'src/go/build/testdata/other/file' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/testdata/other/file' 'src/go/build/testdata/other/file/file.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/testdata/other/file/file.go' 'src/go/build/deps_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/deps_test.go' 'src/go/build/build.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/build.go' 'src/go/build/build_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/build_test.go' 'src/go/build/read.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/read.go' 'src/go/build/syslist.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/syslist.go' 'src/go/build/syslist_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/build/syslist_test.go' 'src/go/ast' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/ast' 'src/go/ast/import.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/ast/import.go' 'src/go/ast/walk.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/ast/walk.go' 'src/go/ast/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/ast/example_test.go' 'src/go/ast/scope.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/ast/scope.go' 'src/go/ast/commentmap_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/ast/commentmap_test.go' 'src/go/ast/print.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/ast/print.go' 'src/go/ast/print_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/ast/print_test.go' 'src/go/ast/commentmap.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/ast/commentmap.go' 'src/go/ast/filter.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/ast/filter.go' 'src/go/ast/resolve.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/ast/resolve.go' 'src/go/ast/ast.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/ast/ast.go' 'src/go/ast/ast_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/ast/ast_test.go' 'src/go/ast/filter_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/ast/filter_test.go' 'src/go/parser' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/parser' 'src/go/parser/short_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/parser/short_test.go' 'src/go/parser/performance_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/parser/performance_test.go' 'src/go/parser/error_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/parser/error_test.go' 'src/go/parser/parser_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/parser/parser_test.go' 'src/go/parser/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/parser/example_test.go' 'src/go/parser/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/parser/testdata' 'src/go/parser/testdata/commas.src' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/parser/testdata/commas.src' 'src/go/parser/testdata/issue3106.src' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/parser/testdata/issue3106.src' 'src/go/parser/interface.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/parser/interface.go' 'src/go/parser/parser.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/parser/parser.go' 'src/go/scanner' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/scanner' 'src/go/scanner/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/scanner/example_test.go' 'src/go/scanner/errors.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/scanner/errors.go' 'src/go/scanner/scanner_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/scanner/scanner_test.go' 'src/go/scanner/scanner.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/scanner/scanner.go' 'src/go/token' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/token' 'src/go/token/token.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/token/token.go' 'src/go/token/position.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/token/position.go' 'src/go/token/serialize.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/token/serialize.go' 'src/go/token/serialize_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/token/serialize_test.go' 'src/go/token/position_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/go/token/position_test.go' 'src/cmd' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd' 'src/cmd/8g' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8g' 'src/cmd/8g/opt.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8g/opt.h' 'src/cmd/8g/ggen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8g/ggen.c' 'src/cmd/8g/cgen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8g/cgen.c' 'src/cmd/8g/reg.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8g/reg.c' 'src/cmd/8g/cgen64.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8g/cgen64.c' 'src/cmd/8g/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8g/doc.go' 'src/cmd/8g/gobj.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8g/gobj.c' 'src/cmd/8g/galign.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8g/galign.c' 'src/cmd/8g/peep.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8g/peep.c' 'src/cmd/8g/gg.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8g/gg.h' 'src/cmd/8g/gsubr.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8g/gsubr.c' 'src/cmd/8g/prog.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8g/prog.c' 'src/cmd/8g/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8g/Makefile' 'src/cmd/8l' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8l' 'src/cmd/8l/obj.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8l/obj.c' 'src/cmd/8l/l.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8l/l.h' 'src/cmd/8l/8.out.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8l/8.out.h' 'src/cmd/8l/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8l/doc.go' 'src/cmd/8l/asm.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8l/asm.c' 'src/cmd/8l/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8l/Makefile' 'src/cmd/8l/list.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8l/list.c' 'src/cmd/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cgo' 'src/cmd/cgo/out.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cgo/out.go' 'src/cmd/cgo/main.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cgo/main.go' 'src/cmd/cgo/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cgo/doc.go' 'src/cmd/cgo/gcc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cgo/gcc.go' 'src/cmd/cgo/zdefaultcc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cgo/zdefaultcc.go' 'src/cmd/cgo/ast.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cgo/ast.go' 'src/cmd/cgo/godefs.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cgo/godefs.go' 'src/cmd/cgo/util.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cgo/util.go' 'src/cmd/ld' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld' 'src/cmd/ld/pe.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/pe.h' 'src/cmd/ld/elf.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/elf.c' 'src/cmd/ld/decodesym.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/decodesym.c' 'src/cmd/ld/data.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/data.c' 'src/cmd/ld/pe.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/pe.c' 'src/cmd/ld/dwarf.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/dwarf.c' 'src/cmd/ld/pcln.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/pcln.c' 'src/cmd/ld/elf.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/elf.h' 'src/cmd/ld/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/doc.go' 'src/cmd/ld/dwarf.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/dwarf.h' 'src/cmd/ld/dwarf_defs.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/dwarf_defs.h' 'src/cmd/ld/pobj.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/pobj.c' 'src/cmd/ld/ldpe.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/ldpe.c' 'src/cmd/ld/lib.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/lib.h' 'src/cmd/ld/ldelf.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/ldelf.c' 'src/cmd/ld/symtab.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/symtab.c' 'src/cmd/ld/lib.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/lib.c' 'src/cmd/ld/textflag.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/textflag.h' 'src/cmd/ld/macho.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/macho.c' 'src/cmd/ld/go.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/go.c' 'src/cmd/ld/ldmacho.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/ldmacho.c' 'src/cmd/ld/macho.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/ld/macho.h' 'src/cmd/yacc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/yacc' 'src/cmd/yacc/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/yacc/doc.go' 'src/cmd/yacc/yacc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/yacc/yacc.go' 'src/cmd/yacc/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/yacc/testdata' 'src/cmd/yacc/testdata/expr' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/yacc/testdata/expr' 'src/cmd/yacc/testdata/expr/main.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/yacc/testdata/expr/main.go' 'src/cmd/yacc/testdata/expr/README' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/yacc/testdata/expr/README' 'src/cmd/yacc/testdata/expr/expr.y' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/yacc/testdata/expr/expr.y' 'src/cmd/6g' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6g' 'src/cmd/6g/opt.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6g/opt.h' 'src/cmd/6g/ggen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6g/ggen.c' 'src/cmd/6g/cgen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6g/cgen.c' 'src/cmd/6g/reg.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6g/reg.c' 'src/cmd/6g/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6g/doc.go' 'src/cmd/6g/gobj.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6g/gobj.c' 'src/cmd/6g/galign.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6g/galign.c' 'src/cmd/6g/peep.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6g/peep.c' 'src/cmd/6g/gg.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6g/gg.h' 'src/cmd/6g/gsubr.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6g/gsubr.c' 'src/cmd/6g/prog.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6g/prog.c' 'src/cmd/6g/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6g/Makefile' 'src/cmd/8c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8c' 'src/cmd/8c/mul.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8c/mul.c' 'src/cmd/8c/cgen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8c/cgen.c' 'src/cmd/8c/reg.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8c/reg.c' 'src/cmd/8c/cgen64.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8c/cgen64.c' 'src/cmd/8c/txt.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8c/txt.c' 'src/cmd/8c/machcap.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8c/machcap.c' 'src/cmd/8c/sgen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8c/sgen.c' 'src/cmd/8c/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8c/doc.go' 'src/cmd/8c/swt.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8c/swt.c' 'src/cmd/8c/div.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8c/div.c' 'src/cmd/8c/peep.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8c/peep.c' 'src/cmd/8c/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8c/Makefile' 'src/cmd/8c/gc.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8c/gc.h' 'src/cmd/8c/list.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8c/list.c' 'src/cmd/cc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc' 'src/cmd/cc/macbody' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/macbody' 'src/cmd/cc/pswt.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/pswt.c' 'src/cmd/cc/cc.y' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/cc.y' 'src/cmd/cc/dpchk.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/dpchk.c' 'src/cmd/cc/omachcap.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/omachcap.c' 'src/cmd/cc/mac.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/mac.c' 'src/cmd/cc/sub.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/sub.c' 'src/cmd/cc/lexbody' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/lexbody' 'src/cmd/cc/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/doc.go' 'src/cmd/cc/y.tab.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/y.tab.h' 'src/cmd/cc/bits.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/bits.c' 'src/cmd/cc/com.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/com.c' 'src/cmd/cc/y.tab.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/y.tab.c' 'src/cmd/cc/pgen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/pgen.c' 'src/cmd/cc/dcl.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/dcl.c' 'src/cmd/cc/cc.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/cc.h' 'src/cmd/cc/com64.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/com64.c' 'src/cmd/cc/scon.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/scon.c' 'src/cmd/cc/godefs.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/godefs.c' 'src/cmd/cc/lex.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/lex.c' 'src/cmd/cc/acid.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/acid.c' 'src/cmd/cc/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/Makefile' 'src/cmd/cc/funct.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/cc/funct.c' 'src/cmd/6a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6a' 'src/cmd/6a/a.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6a/a.h' 'src/cmd/6a/a.y' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6a/a.y' 'src/cmd/6a/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6a/doc.go' 'src/cmd/6a/y.tab.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6a/y.tab.h' 'src/cmd/6a/y.tab.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6a/y.tab.c' 'src/cmd/6a/lex.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6a/lex.c' 'src/cmd/6a/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6a/Makefile' 'src/cmd/8a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8a' 'src/cmd/8a/a.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8a/a.h' 'src/cmd/8a/a.y' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8a/a.y' 'src/cmd/8a/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8a/doc.go' 'src/cmd/8a/y.tab.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8a/y.tab.h' 'src/cmd/8a/y.tab.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8a/y.tab.c' 'src/cmd/8a/lex.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8a/lex.c' 'src/cmd/8a/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/8a/Makefile' 'src/cmd/objdump' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/objdump' 'src/cmd/objdump/main.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/objdump/main.go' 'src/cmd/objdump/objdump_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/objdump/objdump_test.go' 'src/cmd/objdump/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/objdump/testdata' 'src/cmd/objdump/testdata/fmthello.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/objdump/testdata/fmthello.go' 'src/cmd/5a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5a' 'src/cmd/5a/a.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5a/a.h' 'src/cmd/5a/a.y' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5a/a.y' 'src/cmd/5a/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5a/doc.go' 'src/cmd/5a/y.tab.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5a/y.tab.h' 'src/cmd/5a/y.tab.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5a/y.tab.c' 'src/cmd/5a/lex.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5a/lex.c' 'src/cmd/5a/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5a/Makefile' 'src/cmd/5c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5c' 'src/cmd/5c/mul.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5c/mul.c' 'src/cmd/5c/cgen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5c/cgen.c' 'src/cmd/5c/reg.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5c/reg.c' 'src/cmd/5c/txt.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5c/txt.c' 'src/cmd/5c/sgen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5c/sgen.c' 'src/cmd/5c/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5c/doc.go' 'src/cmd/5c/swt.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5c/swt.c' 'src/cmd/5c/peep.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5c/peep.c' 'src/cmd/5c/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5c/Makefile' 'src/cmd/5c/gc.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5c/gc.h' 'src/cmd/5c/list.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5c/list.c' 'src/cmd/5l' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5l' 'src/cmd/5l/obj.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5l/obj.c' 'src/cmd/5l/l.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5l/l.h' 'src/cmd/5l/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5l/doc.go' 'src/cmd/5l/asm.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5l/asm.c' 'src/cmd/5l/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5l/Makefile' 'src/cmd/5l/5.out.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5l/5.out.h' 'src/cmd/5l/list.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5l/list.c' 'src/cmd/api' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/api' 'src/cmd/api/run.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/api/run.go' 'src/cmd/api/goapi.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/api/goapi.go' 'src/cmd/api/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/api/testdata' 'src/cmd/api/testdata/src' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/api/testdata/src' 'src/cmd/api/testdata/src/pkg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/api/testdata/src/pkg' 'src/cmd/api/testdata/src/pkg/p3' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/api/testdata/src/pkg/p3' 'src/cmd/api/testdata/src/pkg/p3/golden.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/api/testdata/src/pkg/p3/golden.txt' 'src/cmd/api/testdata/src/pkg/p3/p3.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/api/testdata/src/pkg/p3/p3.go' 'src/cmd/api/testdata/src/pkg/p1' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/api/testdata/src/pkg/p1' 'src/cmd/api/testdata/src/pkg/p1/p1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/api/testdata/src/pkg/p1/p1.go' 'src/cmd/api/testdata/src/pkg/p1/golden.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/api/testdata/src/pkg/p1/golden.txt' 'src/cmd/api/testdata/src/pkg/p2' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/api/testdata/src/pkg/p2' 'src/cmd/api/testdata/src/pkg/p2/p2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/api/testdata/src/pkg/p2/p2.go' 'src/cmd/api/testdata/src/pkg/p2/golden.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/api/testdata/src/pkg/p2/golden.txt' 'src/cmd/api/goapi_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/api/goapi_test.go' 'src/cmd/6c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6c' 'src/cmd/6c/mul.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6c/mul.c' 'src/cmd/6c/cgen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6c/cgen.c' 'src/cmd/6c/reg.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6c/reg.c' 'src/cmd/6c/txt.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6c/txt.c' 'src/cmd/6c/machcap.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6c/machcap.c' 'src/cmd/6c/sgen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6c/sgen.c' 'src/cmd/6c/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6c/doc.go' 'src/cmd/6c/swt.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6c/swt.c' 'src/cmd/6c/div.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6c/div.c' 'src/cmd/6c/peep.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6c/peep.c' 'src/cmd/6c/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6c/Makefile' 'src/cmd/6c/gc.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6c/gc.h' 'src/cmd/6c/list.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6c/list.c' 'src/cmd/fix' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/fix' 'src/cmd/fix/main_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/fix/main_test.go' 'src/cmd/fix/typecheck.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/fix/typecheck.go' 'src/cmd/fix/netipv6zone_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/fix/netipv6zone_test.go' 'src/cmd/fix/printerconfig_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/fix/printerconfig_test.go' 'src/cmd/fix/fix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/fix/fix.go' 'src/cmd/fix/main.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/fix/main.go' 'src/cmd/fix/import_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/fix/import_test.go' 'src/cmd/fix/netipv6zone.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/fix/netipv6zone.go' 'src/cmd/fix/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/fix/doc.go' 'src/cmd/fix/printerconfig.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/fix/printerconfig.go' 'src/cmd/gofmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt' 'src/cmd/gofmt/simplify.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/simplify.go' 'src/cmd/gofmt/gofmt_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/gofmt_test.go' 'src/cmd/gofmt/gofmt.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/gofmt.go' 'src/cmd/gofmt/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/doc.go' 'src/cmd/gofmt/long_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/long_test.go' 'src/cmd/gofmt/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata' 'src/cmd/gofmt/testdata/stdin5.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/stdin5.input' 'src/cmd/gofmt/testdata/composites.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/composites.input' 'src/cmd/gofmt/testdata/rewrite1.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/rewrite1.golden' 'src/cmd/gofmt/testdata/stdin6.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/stdin6.input' 'src/cmd/gofmt/testdata/stdin3.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/stdin3.golden' 'src/cmd/gofmt/testdata/rewrite8.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/rewrite8.input' 'src/cmd/gofmt/testdata/crlf.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/crlf.golden' 'src/cmd/gofmt/testdata/rewrite5.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/rewrite5.golden' 'src/cmd/gofmt/testdata/slices2.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/slices2.input' 'src/cmd/gofmt/testdata/rewrite7.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/rewrite7.golden' 'src/cmd/gofmt/testdata/rewrite3.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/rewrite3.golden' 'src/cmd/gofmt/testdata/rewrite6.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/rewrite6.golden' 'src/cmd/gofmt/testdata/rewrite6.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/rewrite6.input' 'src/cmd/gofmt/testdata/composites.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/composites.golden' 'src/cmd/gofmt/testdata/import.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/import.golden' 'src/cmd/gofmt/testdata/stdin4.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/stdin4.input' 'src/cmd/gofmt/testdata/stdin2.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/stdin2.golden' 'src/cmd/gofmt/testdata/rewrite7.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/rewrite7.input' 'src/cmd/gofmt/testdata/ranges.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/ranges.input' 'src/cmd/gofmt/testdata/stdin6.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/stdin6.golden' 'src/cmd/gofmt/testdata/comments.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/comments.input' 'src/cmd/gofmt/testdata/slices2.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/slices2.golden' 'src/cmd/gofmt/testdata/typeswitch.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/typeswitch.input' 'src/cmd/gofmt/testdata/ranges.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/ranges.golden' 'src/cmd/gofmt/testdata/old.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/old.input' 'src/cmd/gofmt/testdata/rewrite3.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/rewrite3.input' 'src/cmd/gofmt/testdata/emptydecl.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/emptydecl.golden' 'src/cmd/gofmt/testdata/rewrite4.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/rewrite4.input' 'src/cmd/gofmt/testdata/stdin1.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/stdin1.input' 'src/cmd/gofmt/testdata/typeswitch.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/typeswitch.golden' 'src/cmd/gofmt/testdata/stdin1.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/stdin1.golden' 'src/cmd/gofmt/testdata/rewrite4.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/rewrite4.golden' 'src/cmd/gofmt/testdata/emptydecl.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/emptydecl.input' 'src/cmd/gofmt/testdata/stdin7.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/stdin7.golden' 'src/cmd/gofmt/testdata/stdin4.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/stdin4.golden' 'src/cmd/gofmt/testdata/slices1.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/slices1.input' 'src/cmd/gofmt/testdata/rewrite8.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/rewrite8.golden' 'src/cmd/gofmt/testdata/rewrite2.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/rewrite2.input' 'src/cmd/gofmt/testdata/import.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/import.input' 'src/cmd/gofmt/testdata/rewrite5.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/rewrite5.input' 'src/cmd/gofmt/testdata/crlf.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/crlf.input' 'src/cmd/gofmt/testdata/rewrite2.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/rewrite2.golden' 'src/cmd/gofmt/testdata/stdin7.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/stdin7.input' 'src/cmd/gofmt/testdata/stdin2.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/stdin2.input' 'src/cmd/gofmt/testdata/stdin3.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/stdin3.input' 'src/cmd/gofmt/testdata/old.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/old.golden' 'src/cmd/gofmt/testdata/stdin5.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/stdin5.golden' 'src/cmd/gofmt/testdata/comments.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/comments.golden' 'src/cmd/gofmt/testdata/rewrite1.input' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/rewrite1.input' 'src/cmd/gofmt/testdata/slices1.golden' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/testdata/slices1.golden' 'src/cmd/gofmt/rewrite.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gofmt/rewrite.go' 'src/cmd/addr2line' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/addr2line' 'src/cmd/addr2line/main.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/addr2line/main.go' 'src/cmd/addr2line/addr2line_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/addr2line/addr2line_test.go' 'src/cmd/nm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/nm' 'src/cmd/nm/nm_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/nm/nm_test.go' 'src/cmd/nm/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/nm/doc.go' 'src/cmd/nm/nm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/nm/nm.go' 'src/cmd/pack' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pack' 'src/cmd/pack/pack.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pack/pack.go' 'src/cmd/pack/pack_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pack/pack_test.go' 'src/cmd/pack/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pack/doc.go' 'src/cmd/6l' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6l' 'src/cmd/6l/6.out.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6l/6.out.h' 'src/cmd/6l/obj.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6l/obj.c' 'src/cmd/6l/l.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6l/l.h' 'src/cmd/6l/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6l/doc.go' 'src/cmd/6l/asm.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6l/asm.c' 'src/cmd/6l/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6l/Makefile' 'src/cmd/6l/list.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/6l/list.c' 'src/cmd/dist' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/dist' 'src/cmd/dist/build.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/dist/build.c' 'src/cmd/dist/buildgc.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/dist/buildgc.c' 'src/cmd/dist/a.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/dist/a.h' 'src/cmd/dist/windows.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/dist/windows.c' 'src/cmd/dist/buf.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/dist/buf.c' 'src/cmd/dist/buildgo.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/dist/buildgo.c' 'src/cmd/dist/buildruntime.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/dist/buildruntime.c' 'src/cmd/dist/README' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/dist/README' 'src/cmd/dist/plan9.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/dist/plan9.c' 'src/cmd/dist/unix.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/dist/unix.c' 'src/cmd/dist/arg.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/dist/arg.h' 'src/cmd/dist/arm.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/dist/arm.c' 'src/cmd/dist/main.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/dist/main.c' 'src/cmd/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal' 'src/cmd/internal/goobj' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/goobj' 'src/cmd/internal/goobj/read_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/goobj/read_test.go' 'src/cmd/internal/goobj/read.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/goobj/read.go' 'src/cmd/internal/rsc.io' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io' 'src/cmd/internal/rsc.io/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/arm' 'src/cmd/internal/rsc.io/arm/armasm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/arm/armasm' 'src/cmd/internal/rsc.io/arm/armasm/ext_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/arm/armasm/ext_test.go' 'src/cmd/internal/rsc.io/arm/armasm/objdump_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/arm/armasm/objdump_test.go' 'src/cmd/internal/rsc.io/arm/armasm/inst.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/arm/armasm/inst.go' 'src/cmd/internal/rsc.io/arm/armasm/decode.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/arm/armasm/decode.go' 'src/cmd/internal/rsc.io/arm/armasm/decode_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/arm/armasm/decode_test.go' 'src/cmd/internal/rsc.io/arm/armasm/gnu.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/arm/armasm/gnu.go' 'src/cmd/internal/rsc.io/arm/armasm/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/arm/armasm/testdata' 'src/cmd/internal/rsc.io/arm/armasm/testdata/decode.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/arm/armasm/testdata/decode.txt' 'src/cmd/internal/rsc.io/arm/armasm/testdata/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/arm/armasm/testdata/Makefile' 'src/cmd/internal/rsc.io/arm/armasm/plan9x.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/arm/armasm/plan9x.go' 'src/cmd/internal/rsc.io/arm/armasm/tables.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/arm/armasm/tables.go' 'src/cmd/internal/rsc.io/arm/armasm/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/arm/armasm/Makefile' 'src/cmd/internal/rsc.io/arm/armasm/objdumpext_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/arm/armasm/objdumpext_test.go' 'src/cmd/internal/rsc.io/x86' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86' 'src/cmd/internal/rsc.io/x86/x86asm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm' 'src/cmd/internal/rsc.io/x86/x86asm/ext_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go' 'src/cmd/internal/rsc.io/x86/x86asm/intel.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/intel.go' 'src/cmd/internal/rsc.io/x86/x86asm/plan9x_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/plan9x_test.go' 'src/cmd/internal/rsc.io/x86/x86asm/objdump_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/objdump_test.go' 'src/cmd/internal/rsc.io/x86/x86asm/inst.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/inst.go' 'src/cmd/internal/rsc.io/x86/x86asm/decode.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/decode.go' 'src/cmd/internal/rsc.io/x86/x86asm/decode_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/decode_test.go' 'src/cmd/internal/rsc.io/x86/x86asm/gnu.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/gnu.go' 'src/cmd/internal/rsc.io/x86/x86asm/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/testdata' 'src/cmd/internal/rsc.io/x86/x86asm/testdata/decode.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/testdata/decode.txt' 'src/cmd/internal/rsc.io/x86/x86asm/testdata/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/testdata/Makefile' 'src/cmd/internal/rsc.io/x86/x86asm/xedext_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/xedext_test.go' 'src/cmd/internal/rsc.io/x86/x86asm/plan9x.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/plan9x.go' 'src/cmd/internal/rsc.io/x86/x86asm/plan9ext_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/plan9ext_test.go' 'src/cmd/internal/rsc.io/x86/x86asm/inst_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/inst_test.go' 'src/cmd/internal/rsc.io/x86/x86asm/tables.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/tables.go' 'src/cmd/internal/rsc.io/x86/x86asm/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/Makefile' 'src/cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go' 'src/cmd/internal/rsc.io/x86/x86asm/xed_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/rsc.io/x86/x86asm/xed_test.go' 'src/cmd/internal/objfile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/objfile' 'src/cmd/internal/objfile/objfile.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/objfile/objfile.go' 'src/cmd/internal/objfile/pe.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/objfile/pe.go' 'src/cmd/internal/objfile/disasm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/objfile/disasm.go' 'src/cmd/internal/objfile/elf.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/objfile/elf.go' 'src/cmd/internal/objfile/goobj.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/objfile/goobj.go' 'src/cmd/internal/objfile/macho.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/objfile/macho.go' 'src/cmd/internal/objfile/plan9obj.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/internal/objfile/plan9obj.go' 'src/cmd/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go' 'src/cmd/go/run.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/run.go' 'src/cmd/go/generate.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/generate.go' 'src/cmd/go/pkg.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/pkg.go' 'src/cmd/go/match_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/match_test.go' 'src/cmd/go/tag_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/tag_test.go' 'src/cmd/go/context.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/context.go' 'src/cmd/go/testflag.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testflag.go' 'src/cmd/go/tool.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/tool.go' 'src/cmd/go/fix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/fix.go' 'src/cmd/go/main.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/main.go' 'src/cmd/go/discovery.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/discovery.go' 'src/cmd/go/generate_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/generate_test.go' 'src/cmd/go/testgo.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testgo.go' 'src/cmd/go/vcs.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/vcs.go' 'src/cmd/go/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/doc.go' 'src/cmd/go/version.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/version.go' 'src/cmd/go/pkg_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/pkg_test.go' 'src/cmd/go/bootstrap.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/bootstrap.go' 'src/cmd/go/list.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/list.go' 'src/cmd/go/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata' 'src/cmd/go/testdata/testinternal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testinternal' 'src/cmd/go/testdata/testinternal/p.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testinternal/p.go' 'src/cmd/go/testdata/generate' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/generate' 'src/cmd/go/testdata/generate/test1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/generate/test1.go' 'src/cmd/go/testdata/generate/test2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/generate/test2.go' 'src/cmd/go/testdata/generate/test3.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/generate/test3.go' 'src/cmd/go/testdata/example2_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/example2_test.go' 'src/cmd/go/testdata/norunexample' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/norunexample' 'src/cmd/go/testdata/norunexample/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/norunexample/example_test.go' 'src/cmd/go/testdata/norunexample/test_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/norunexample/test_test.go' 'src/cmd/go/testdata/src' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src' 'src/cmd/go/testdata/src/main_test' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/main_test' 'src/cmd/go/testdata/src/main_test/m_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/main_test/m_test.go' 'src/cmd/go/testdata/src/main_test/m.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/main_test/m.go' 'src/cmd/go/testdata/src/badtest' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/badtest' 'src/cmd/go/testdata/src/badtest/badsyntax' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/badtest/badsyntax' 'src/cmd/go/testdata/src/badtest/badsyntax/x.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/badtest/badsyntax/x.go' 'src/cmd/go/testdata/src/badtest/badsyntax/x_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/badtest/badsyntax/x_test.go' 'src/cmd/go/testdata/src/badtest/badvar' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/badtest/badvar' 'src/cmd/go/testdata/src/badtest/badvar/x.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/badtest/badvar/x.go' 'src/cmd/go/testdata/src/badtest/badvar/x_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/badtest/badvar/x_test.go' 'src/cmd/go/testdata/src/badtest/badexec' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/badtest/badexec' 'src/cmd/go/testdata/src/badtest/badexec/x_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/badtest/badexec/x_test.go' 'src/cmd/go/testdata/src/badpkg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/badpkg' 'src/cmd/go/testdata/src/badpkg/x.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/badpkg/x.go' 'src/cmd/go/testdata/src/badc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/badc' 'src/cmd/go/testdata/src/badc/x.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/badc/x.go' 'src/cmd/go/testdata/src/badc/x.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/badc/x.c' 'src/cmd/go/testdata/src/syntaxerror' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/syntaxerror' 'src/cmd/go/testdata/src/syntaxerror/x.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/syntaxerror/x.go' 'src/cmd/go/testdata/src/syntaxerror/x_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/syntaxerror/x_test.go' 'src/cmd/go/testdata/src/vetpkg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/vetpkg' 'src/cmd/go/testdata/src/vetpkg/b.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/vetpkg/b.go' 'src/cmd/go/testdata/src/vetpkg/a_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/vetpkg/a_test.go' 'src/cmd/go/testdata/src/go-cmd-test' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/go-cmd-test' 'src/cmd/go/testdata/src/go-cmd-test/helloworld.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/go-cmd-test/helloworld.go' 'src/cmd/go/testdata/src/xtestonly' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/xtestonly' 'src/cmd/go/testdata/src/xtestonly/f_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/xtestonly/f_test.go' 'src/cmd/go/testdata/src/xtestonly/f.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/xtestonly/f.go' 'src/cmd/go/testdata/src/cgotest' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/cgotest' 'src/cmd/go/testdata/src/cgotest/m.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/cgotest/m.go' 'src/cmd/go/testdata/src/notest' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/notest' 'src/cmd/go/testdata/src/notest/hello.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/notest/hello.go' 'src/cmd/go/testdata/src/testcycle' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/testcycle' 'src/cmd/go/testdata/src/testcycle/p3' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/testcycle/p3' 'src/cmd/go/testdata/src/testcycle/p3/p3.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/testcycle/p3/p3.go' 'src/cmd/go/testdata/src/testcycle/p3/p3_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/testcycle/p3/p3_test.go' 'src/cmd/go/testdata/src/testcycle/p1' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/testcycle/p1' 'src/cmd/go/testdata/src/testcycle/p1/p1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/testcycle/p1/p1.go' 'src/cmd/go/testdata/src/testcycle/p1/p1_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/testcycle/p1/p1_test.go' 'src/cmd/go/testdata/src/testcycle/p2' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/testcycle/p2' 'src/cmd/go/testdata/src/testcycle/p2/p2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/src/testcycle/p2/p2.go' 'src/cmd/go/testdata/shadow' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/shadow' 'src/cmd/go/testdata/shadow/root2' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/shadow/root2' 'src/cmd/go/testdata/shadow/root2/src' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/shadow/root2/src' 'src/cmd/go/testdata/shadow/root2/src/foo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/shadow/root2/src/foo' 'src/cmd/go/testdata/shadow/root2/src/foo/foo.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/shadow/root2/src/foo/foo.go' 'src/cmd/go/testdata/shadow/root1' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/shadow/root1' 'src/cmd/go/testdata/shadow/root1/src' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/shadow/root1/src' 'src/cmd/go/testdata/shadow/root1/src/math' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/shadow/root1/src/math' 'src/cmd/go/testdata/shadow/root1/src/math/math.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/shadow/root1/src/math/math.go' 'src/cmd/go/testdata/shadow/root1/src/foo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/shadow/root1/src/foo' 'src/cmd/go/testdata/shadow/root1/src/foo/foo.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/shadow/root1/src/foo/foo.go' 'src/cmd/go/testdata/testimport' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testimport' 'src/cmd/go/testdata/testimport/p1' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testimport/p1' 'src/cmd/go/testdata/testimport/p1/p1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testimport/p1/p1.go' 'src/cmd/go/testdata/testimport/p2' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testimport/p2' 'src/cmd/go/testdata/testimport/p2/p2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testimport/p2/p2.go' 'src/cmd/go/testdata/testimport/p.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testimport/p.go' 'src/cmd/go/testdata/testimport/x_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testimport/x_test.go' 'src/cmd/go/testdata/testimport/p_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testimport/p_test.go' 'src/cmd/go/testdata/importcom' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom' 'src/cmd/go/testdata/importcom/wrongplace.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom/wrongplace.go' 'src/cmd/go/testdata/importcom/src' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom/src' 'src/cmd/go/testdata/importcom/src/wrongplace' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom/src/wrongplace' 'src/cmd/go/testdata/importcom/src/wrongplace/x.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom/src/wrongplace/x.go' 'src/cmd/go/testdata/importcom/src/bad' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom/src/bad' 'src/cmd/go/testdata/importcom/src/bad/bad.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom/src/bad/bad.go' 'src/cmd/go/testdata/importcom/src/works' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom/src/works' 'src/cmd/go/testdata/importcom/src/works/x' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom/src/works/x' 'src/cmd/go/testdata/importcom/src/works/x/x1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom/src/works/x/x1.go' 'src/cmd/go/testdata/importcom/src/works/x/x.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom/src/works/x/x.go' 'src/cmd/go/testdata/importcom/src/conflict' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom/src/conflict' 'src/cmd/go/testdata/importcom/src/conflict/b.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom/src/conflict/b.go' 'src/cmd/go/testdata/importcom/src/conflict/a.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom/src/conflict/a.go' 'src/cmd/go/testdata/importcom/bad.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom/bad.go' 'src/cmd/go/testdata/importcom/conflict.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom/conflict.go' 'src/cmd/go/testdata/importcom/works.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/importcom/works.go' 'src/cmd/go/testdata/cgocover' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/cgocover' 'src/cmd/go/testdata/cgocover/p.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/cgocover/p.go' 'src/cmd/go/testdata/cgocover/p_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/cgocover/p_test.go' 'src/cmd/go/testdata/dep_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/dep_test.go' 'src/cmd/go/testdata/testonly' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testonly' 'src/cmd/go/testdata/testonly/p_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testonly/p_test.go' 'src/cmd/go/testdata/local' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/local' 'src/cmd/go/testdata/local/easysub' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/local/easysub' 'src/cmd/go/testdata/local/easysub/main.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/local/easysub/main.go' 'src/cmd/go/testdata/local/easysub/easysub.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/local/easysub/easysub.go' 'src/cmd/go/testdata/local/easy.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/local/easy.go' 'src/cmd/go/testdata/local/sub' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/local/sub' 'src/cmd/go/testdata/local/sub/sub.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/local/sub/sub.go' 'src/cmd/go/testdata/local/sub/sub' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/local/sub/sub' 'src/cmd/go/testdata/local/sub/sub/subsub.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/local/sub/sub/subsub.go' 'src/cmd/go/testdata/local/hard.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/local/hard.go' 'src/cmd/go/testdata/example1_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/example1_test.go' 'src/cmd/go/testdata/testinternal2' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testinternal2' 'src/cmd/go/testdata/testinternal2/x' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testinternal2/x' 'src/cmd/go/testdata/testinternal2/x/y' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testinternal2/x/y' 'src/cmd/go/testdata/testinternal2/x/y/z' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testinternal2/x/y/z' 'src/cmd/go/testdata/testinternal2/x/y/z/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testinternal2/x/y/z/internal' 'src/cmd/go/testdata/testinternal2/x/y/z/internal/w' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testinternal2/x/y/z/internal/w' 'src/cmd/go/testdata/testinternal2/x/y/z/internal/w/w.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testinternal2/x/y/z/internal/w/w.go' 'src/cmd/go/testdata/testinternal2/p.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/testinternal2/p.go' 'src/cmd/go/testdata/standalone_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/testdata/standalone_test.go' 'src/cmd/go/signal_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/signal_unix.go' 'src/cmd/go/fmt.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/fmt.go' 'src/cmd/go/build.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/build.go' 'src/cmd/go/script.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/script.txt' 'src/cmd/go/signal.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/signal.go' 'src/cmd/go/test.bash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/test.bash' 'src/cmd/go/help.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/help.go' 'src/cmd/go/zdefaultcc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/zdefaultcc.go' 'src/cmd/go/go_windows_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/go_windows_test.go' 'src/cmd/go/env.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/env.go' 'src/cmd/go/go11.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/go11.go' 'src/cmd/go/get.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/get.go' 'src/cmd/go/script' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/script' 'src/cmd/go/vcs_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/vcs_test.go' 'src/cmd/go/clean.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/clean.go' 'src/cmd/go/test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/test.go' 'src/cmd/go/http.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/http.go' 'src/cmd/go/vet.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/vet.go' 'src/cmd/go/mkdoc.sh' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/mkdoc.sh' 'src/cmd/go/signal_notunix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/go/signal_notunix.go' 'src/cmd/pprof' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof' 'src/cmd/pprof/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/doc.go' 'src/cmd/pprof/internal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal' 'src/cmd/pprof/internal/plugin' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/plugin' 'src/cmd/pprof/internal/plugin/plugin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/plugin/plugin.go' 'src/cmd/pprof/internal/driver' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/driver' 'src/cmd/pprof/internal/driver/interactive.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/driver/interactive.go' 'src/cmd/pprof/internal/driver/driver.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/driver/driver.go' 'src/cmd/pprof/internal/svg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/svg' 'src/cmd/pprof/internal/svg/svg.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/svg/svg.go' 'src/cmd/pprof/internal/profile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/profile' 'src/cmd/pprof/internal/profile/encode.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/profile/encode.go' 'src/cmd/pprof/internal/profile/legacy_profile.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/profile/legacy_profile.go' 'src/cmd/pprof/internal/profile/proto.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/profile/proto.go' 'src/cmd/pprof/internal/profile/filter.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/profile/filter.go' 'src/cmd/pprof/internal/profile/prune.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/profile/prune.go' 'src/cmd/pprof/internal/profile/profile.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/profile/profile.go' 'src/cmd/pprof/internal/symbolizer' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/symbolizer' 'src/cmd/pprof/internal/symbolizer/symbolizer.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/symbolizer/symbolizer.go' 'src/cmd/pprof/internal/tempfile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/tempfile' 'src/cmd/pprof/internal/tempfile/tempfile.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/tempfile/tempfile.go' 'src/cmd/pprof/internal/report' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/report' 'src/cmd/pprof/internal/report/source_html.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/report/source_html.go' 'src/cmd/pprof/internal/report/report.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/report/report.go' 'src/cmd/pprof/internal/report/source.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/report/source.go' 'src/cmd/pprof/internal/symbolz' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/symbolz' 'src/cmd/pprof/internal/symbolz/symbolz.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/symbolz/symbolz.go' 'src/cmd/pprof/internal/commands' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/commands' 'src/cmd/pprof/internal/commands/commands.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/commands/commands.go' 'src/cmd/pprof/internal/fetch' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/fetch' 'src/cmd/pprof/internal/fetch/fetch.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/internal/fetch/fetch.go' 'src/cmd/pprof/README' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/README' 'src/cmd/pprof/pprof.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/pprof/pprof.go' 'src/cmd/5g' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5g' 'src/cmd/5g/opt.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5g/opt.h' 'src/cmd/5g/ggen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5g/ggen.c' 'src/cmd/5g/cgen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5g/cgen.c' 'src/cmd/5g/reg.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5g/reg.c' 'src/cmd/5g/cgen64.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5g/cgen64.c' 'src/cmd/5g/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5g/doc.go' 'src/cmd/5g/gobj.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5g/gobj.c' 'src/cmd/5g/galign.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5g/galign.c' 'src/cmd/5g/peep.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5g/peep.c' 'src/cmd/5g/gg.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5g/gg.h' 'src/cmd/5g/gsubr.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5g/gsubr.c' 'src/cmd/5g/prog.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5g/prog.c' 'src/cmd/5g/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/5g/Makefile' 'src/cmd/gc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc' 'src/cmd/gc/closure.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/closure.c' 'src/cmd/gc/const.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/const.c' 'src/cmd/gc/obj.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/obj.c' 'src/cmd/gc/unsafe.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/unsafe.go' 'src/cmd/gc/plive.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/plive.c' 'src/cmd/gc/runtime.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/runtime.go' 'src/cmd/gc/range.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/range.c' 'src/cmd/gc/yerr.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/yerr.h' 'src/cmd/gc/esc.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/esc.c' 'src/cmd/gc/go.errors' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/go.errors' 'src/cmd/gc/select.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/select.c' 'src/cmd/gc/bv.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/bv.c' 'src/cmd/gc/subr.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/subr.c' 'src/cmd/gc/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/doc.go' 'src/cmd/gc/bisonerrors' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/bisonerrors' 'src/cmd/gc/y.tab.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/y.tab.h' 'src/cmd/gc/sinit.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/sinit.c' 'src/cmd/gc/align.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/align.c' 'src/cmd/gc/md5.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/md5.c' 'src/cmd/gc/bits.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/bits.c' 'src/cmd/gc/fmt.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/fmt.c' 'src/cmd/gc/mkbuiltin' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/mkbuiltin' 'src/cmd/gc/go.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/go.h' 'src/cmd/gc/swt.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/swt.c' 'src/cmd/gc/mkbuiltin1.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/mkbuiltin1.c' 'src/cmd/gc/y.tab.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/y.tab.c' 'src/cmd/gc/export.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/export.c' 'src/cmd/gc/mkopnames' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/mkopnames' 'src/cmd/gc/pgen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/pgen.c' 'src/cmd/gc/dcl.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/dcl.c' 'src/cmd/gc/opnames.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/opnames.h' 'src/cmd/gc/gen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/gen.c' 'src/cmd/gc/order.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/order.c' 'src/cmd/gc/builtin.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/builtin.c' 'src/cmd/gc/reflect.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/reflect.c' 'src/cmd/gc/popt.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/popt.c' 'src/cmd/gc/mparith1.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/mparith1.c' 'src/cmd/gc/init.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/init.c' 'src/cmd/gc/array.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/array.c' 'src/cmd/gc/unsafe.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/unsafe.c' 'src/cmd/gc/cplx.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/cplx.c' 'src/cmd/gc/racewalk.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/racewalk.c' 'src/cmd/gc/md5.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/md5.h' 'src/cmd/gc/lex.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/lex.c' 'src/cmd/gc/typecheck.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/typecheck.c' 'src/cmd/gc/inl.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/inl.c' 'src/cmd/gc/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/Makefile' 'src/cmd/gc/go.y' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/go.y' 'src/cmd/gc/walk.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/walk.c' 'src/cmd/gc/popt.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/popt.h' 'src/cmd/gc/mparith3.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/mparith3.c' 'src/cmd/gc/mparith2.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/cmd/gc/mparith2.c' 'src/libbio' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio' 'src/libbio/bread.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/bread.c' 'src/libbio/bprint.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/bprint.c' 'src/libbio/bflush.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/bflush.c' 'src/libbio/bputc.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/bputc.c' 'src/libbio/binit.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/binit.c' 'src/libbio/bseek.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/bseek.c' 'src/libbio/brdline.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/brdline.c' 'src/libbio/bwrite.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/bwrite.c' 'src/libbio/bgetrune.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/bgetrune.c' 'src/libbio/bgetd.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/bgetd.c' 'src/libbio/bfildes.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/bfildes.c' 'src/libbio/boffset.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/boffset.c' 'src/libbio/brdstr.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/brdstr.c' 'src/libbio/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/Makefile' 'src/libbio/bputrune.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/bputrune.c' 'src/libbio/bbuffered.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/bbuffered.c' 'src/libbio/bgetc.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/libbio/bgetc.c' 'src/unicode' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode' 'src/unicode/graphic.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/graphic.go' 'src/unicode/letter_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/letter_test.go' 'src/unicode/utf16' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/utf16' 'src/unicode/utf16/utf16.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/utf16/utf16.go' 'src/unicode/utf16/utf16_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/utf16/utf16_test.go' 'src/unicode/utf16/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/utf16/export_test.go' 'src/unicode/utf8' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/utf8' 'src/unicode/utf8/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/utf8/example_test.go' 'src/unicode/utf8/utf8.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/utf8/utf8.go' 'src/unicode/utf8/utf8_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/utf8/utf8_test.go' 'src/unicode/letter.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/letter.go' 'src/unicode/casetables.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/casetables.go' 'src/unicode/script_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/script_test.go' 'src/unicode/maketables.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/maketables.go' 'src/unicode/digit.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/digit.go' 'src/unicode/tables.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/tables.go' 'src/unicode/digit_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/digit_test.go' 'src/unicode/graphic_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/unicode/graphic_test.go' 'src/sync' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync' 'src/sync/mutex.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/mutex.go' 'src/sync/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/example_test.go' 'src/sync/rwmutex_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/rwmutex_test.go' 'src/sync/atomic' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic' 'src/sync/atomic/64bit_arm.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic/64bit_arm.go' 'src/sync/atomic/asm_netbsd_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic/asm_netbsd_arm.s' 'src/sync/atomic/race.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic/race.s' 'src/sync/atomic/export_linux_arm_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic/export_linux_arm_test.go' 'src/sync/atomic/atomic_linux_arm_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic/atomic_linux_arm_test.go' 'src/sync/atomic/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic/doc.go' 'src/sync/atomic/asm_nacl_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic/asm_nacl_arm.s' 'src/sync/atomic/asm_amd64p32.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic/asm_amd64p32.s' 'src/sync/atomic/asm_freebsd_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic/asm_freebsd_arm.s' 'src/sync/atomic/asm_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic/asm_arm.s' 'src/sync/atomic/asm_linux_arm.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic/asm_linux_arm.s' 'src/sync/atomic/value.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic/value.go' 'src/sync/atomic/atomic_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic/atomic_test.go' 'src/sync/atomic/asm_amd64.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic/asm_amd64.s' 'src/sync/atomic/asm_386.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic/asm_386.s' 'src/sync/atomic/value_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/atomic/value_test.go' 'src/sync/runtime.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/runtime.go' 'src/sync/runtime_sema_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/runtime_sema_test.go' 'src/sync/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/export_test.go' 'src/sync/cond_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/cond_test.go' 'src/sync/race.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/race.go' 'src/sync/once.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/once.go' 'src/sync/rwmutex.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/rwmutex.go' 'src/sync/waitgroup_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/waitgroup_test.go' 'src/sync/race0.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/race0.go' 'src/sync/pool.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/pool.go' 'src/sync/waitgroup.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/waitgroup.go' 'src/sync/once_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/once_test.go' 'src/sync/pool_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/pool_test.go' 'src/sync/cond.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/cond.go' 'src/sync/mutex_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/sync/mutex_test.go' 'src/path' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path' 'src/path/path.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/path.go' 'src/path/match_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/match_test.go' 'src/path/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/example_test.go' 'src/path/match.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/match.go' 'src/path/filepath' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/filepath' 'src/path/filepath/path.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/filepath/path.go' 'src/path/filepath/match_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/filepath/match_test.go' 'src/path/filepath/symlink_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/filepath/symlink_unix.go' 'src/path/filepath/match.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/filepath/match.go' 'src/path/filepath/path_windows_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/filepath/path_windows_test.go' 'src/path/filepath/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/filepath/export_test.go' 'src/path/filepath/symlink.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/filepath/symlink.go' 'src/path/filepath/example_unix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/filepath/example_unix_test.go' 'src/path/filepath/path_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/filepath/path_windows.go' 'src/path/filepath/symlink_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/filepath/symlink_windows.go' 'src/path/filepath/path_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/filepath/path_test.go' 'src/path/filepath/path_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/filepath/path_plan9.go' 'src/path/filepath/path_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/filepath/path_unix.go' 'src/path/path_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/path/path_test.go' 'src/os' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os' 'src/os/dir_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/dir_windows.go' 'src/os/exec.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/exec.go' 'src/os/error_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/error_test.go' 'src/os/file_posix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/file_posix.go' 'src/os/path.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/path.go' 'src/os/exec_posix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/exec_posix.go' 'src/os/getwd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/getwd.go' 'src/os/stat_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/stat_plan9.go' 'src/os/env_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/env_test.go' 'src/os/pipe_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/pipe_linux.go' 'src/os/file_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/file_unix.go' 'src/os/getwd_darwin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/getwd_darwin.go' 'src/os/error_windows_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/error_windows_test.go' 'src/os/exec_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/exec_plan9.go' 'src/os/os_windows_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/os_windows_test.go' 'src/os/sys_solaris.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/sys_solaris.go' 'src/os/sys_freebsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/sys_freebsd.go' 'src/os/signal' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/signal' 'src/os/signal/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/signal/example_test.go' 'src/os/signal/sig.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/signal/sig.s' 'src/os/signal/signal_stub.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/signal/signal_stub.go' 'src/os/signal/signal_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/signal/signal_unix.go' 'src/os/signal/signal_windows_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/signal/signal_windows_test.go' 'src/os/signal/signal_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/signal/signal_test.go' 'src/os/signal/signal.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/signal/signal.go' 'src/os/exec_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/exec_unix.go' 'src/os/types_notwin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/types_notwin.go' 'src/os/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/export_test.go' 'src/os/stat_darwin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/stat_darwin.go' 'src/os/file_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/file_windows.go' 'src/os/os_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/os_test.go' 'src/os/pipe_bsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/pipe_bsd.go' 'src/os/proc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/proc.go' 'src/os/stat_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/stat_windows.go' 'src/os/sys_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/sys_unix.go' 'src/os/exec_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/exec_windows.go' 'src/os/exec' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/exec' 'src/os/exec/exec.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/exec/exec.go' 'src/os/exec/lp_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/exec/lp_plan9.go' 'src/os/exec/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/exec/example_test.go' 'src/os/exec/lp_unix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/exec/lp_unix_test.go' 'src/os/exec/lp_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/exec/lp_test.go' 'src/os/exec/lp_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/exec/lp_unix.go' 'src/os/exec/lp_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/exec/lp_windows.go' 'src/os/exec/exec_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/exec/exec_test.go' 'src/os/exec/lp_windows_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/exec/lp_windows_test.go' 'src/os/doc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/doc.go' 'src/os/file_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/file_plan9.go' 'src/os/stat_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/stat_linux.go' 'src/os/file.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/file.go' 'src/os/sys_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/sys_windows.go' 'src/os/env_unix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/env_unix_test.go' 'src/os/error_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/error_plan9.go' 'src/os/sys_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/sys_linux.go' 'src/os/error_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/error_windows.go' 'src/os/error_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/error_unix.go' 'src/os/error.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/error.go' 'src/os/path_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/path_windows.go' 'src/os/stat_netbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/stat_netbsd.go' 'src/os/str.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/str.go' 'src/os/sys_darwin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/sys_darwin.go' 'src/os/env.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/env.go' 'src/os/dir_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/dir_unix.go' 'src/os/dir_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/dir_plan9.go' 'src/os/os_unix_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/os_unix_test.go' 'src/os/path_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/path_test.go' 'src/os/stat_openbsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/stat_openbsd.go' 'src/os/stat_dragonfly.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/stat_dragonfly.go' 'src/os/stat_nacl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/stat_nacl.go' 'src/os/stat_solaris.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/stat_solaris.go' 'src/os/sys_bsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/sys_bsd.go' 'src/os/path_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/path_plan9.go' 'src/os/path_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/path_unix.go' 'src/os/types_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/types_windows.go' 'src/os/sys_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/sys_plan9.go' 'src/os/stat_freebsd.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/stat_freebsd.go' 'src/os/sys_nacl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/sys_nacl.go' 'src/os/types.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/types.go' 'src/os/user' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/user' 'src/os/user/user_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/user/user_test.go' 'src/os/user/lookup_stubs.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/user/lookup_stubs.go' 'src/os/user/lookup_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/user/lookup_unix.go' 'src/os/user/lookup_plan9.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/user/lookup_plan9.go' 'src/os/user/lookup_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/user/lookup_windows.go' 'src/os/user/user.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/user/user.go' 'src/os/user/lookup.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/os/user/lookup.go' 'src/flag' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/flag' 'src/flag/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/flag/example_test.go' 'src/flag/flag_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/flag/flag_test.go' 'src/flag/export_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/flag/export_test.go' 'src/flag/flag.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/flag/flag.go' 'src/all.rc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/all.rc' 'src/errors' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/errors' 'src/errors/example_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/errors/example_test.go' 'src/errors/errors.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/errors/errors.go' 'src/errors/errors_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/errors/errors_test.go' 'src/Make.dist' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/Make.dist' 'src/race.bash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/race.bash' 'src/lib9' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9' 'src/lib9/utf' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/utf' 'src/lib9/utf/utfecpy.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/utf/utfecpy.c' 'src/lib9/utf/utfdef.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/utf/utfdef.h' 'src/lib9/utf/utfutf.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/utf/utfutf.c' 'src/lib9/utf/mkrunetype.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/utf/mkrunetype.c' 'src/lib9/utf/utf.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/utf/utf.h' 'src/lib9/utf/rune.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/utf/rune.c' 'src/lib9/utf/runetypebody-6.3.0.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/utf/runetypebody-6.3.0.h' 'src/lib9/utf/utfnlen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/utf/utfnlen.c' 'src/lib9/utf/utfrune.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/utf/utfrune.c' 'src/lib9/utf/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/utf/Makefile' 'src/lib9/utf/runetype.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/utf/runetype.c' 'src/lib9/utf/utflen.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/utf/utflen.c' 'src/lib9/utf/utfrrune.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/utf/utfrrune.c' 'src/lib9/ctime.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/ctime.c' 'src/lib9/run_plan9.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/run_plan9.c' 'src/lib9/goos.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/goos.c' 'src/lib9/notify.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/notify.c' 'src/lib9/dirfwstat.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/dirfwstat.c' 'src/lib9/dirfstat.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/dirfstat.c' 'src/lib9/tokenize.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/tokenize.c' 'src/lib9/nulldir.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/nulldir.c' 'src/lib9/dup.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/dup.c' 'src/lib9/tempdir_windows.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/tempdir_windows.c' 'src/lib9/run_windows.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/run_windows.c' 'src/lib9/rfork.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/rfork.c' 'src/lib9/dirstat.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/dirstat.c' 'src/lib9/getfields.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/getfields.c' 'src/lib9/tempdir_unix.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/tempdir_unix.c' 'src/lib9/jmp.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/jmp.c' 'src/lib9/errstr.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/errstr.c' 'src/lib9/getenv.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/getenv.c' 'src/lib9/windows.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/windows.c' 'src/lib9/win.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/win.h' 'src/lib9/seek.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/seek.c' 'src/lib9/getwd.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/getwd.c' 'src/lib9/await.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/await.c' 'src/lib9/exec.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/exec.c' 'src/lib9/open.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/open.c' 'src/lib9/exitcode.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/exitcode.c' 'src/lib9/run_unix.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/run_unix.c' 'src/lib9/create.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/create.c' 'src/lib9/strecpy.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/strecpy.c' 'src/lib9/execl.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/execl.c' 'src/lib9/time.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/time.c' 'src/lib9/dirwstat.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/dirwstat.c' 'src/lib9/fmt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt' 'src/lib9/fmt/snprint.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/snprint.c' 'src/lib9/fmt/test.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/test.c' 'src/lib9/fmt/charstod.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/charstod.c' 'src/lib9/fmt/errfmt.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/errfmt.c' 'src/lib9/fmt/smprint.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/smprint.c' 'src/lib9/fmt/vsmprint.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/vsmprint.c' 'src/lib9/fmt/sprint.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/sprint.c' 'src/lib9/fmt/seprint.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/seprint.c' 'src/lib9/fmt/fmtfd.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/fmtfd.c' 'src/lib9/fmt/fltfmt.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/fltfmt.c' 'src/lib9/fmt/dorfmt.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/dorfmt.c' 'src/lib9/fmt/fmtlocale.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/fmtlocale.c' 'src/lib9/fmt/fmt.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/fmt.c' 'src/lib9/fmt/fmtrune.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/fmtrune.c' 'src/lib9/fmt/fmtfdflush.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/fmtfdflush.c' 'src/lib9/fmt/vfprint.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/vfprint.c' 'src/lib9/fmt/nan64.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/nan64.c' 'src/lib9/fmt/fmtlock.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/fmtlock.c' 'src/lib9/fmt/fmtdef.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/fmtdef.h' 'src/lib9/fmt/vseprint.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/vseprint.c' 'src/lib9/fmt/fprint.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/fprint.c' 'src/lib9/fmt/pow10.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/pow10.c' 'src/lib9/fmt/vsnprint.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/vsnprint.c' 'src/lib9/fmt/strtod.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/strtod.c' 'src/lib9/fmt/fmtvprint.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/fmtvprint.c' 'src/lib9/fmt/fmtquote.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/fmtquote.c' 'src/lib9/fmt/dofmt.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/dofmt.c' 'src/lib9/fmt/print.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/print.c' 'src/lib9/fmt/fmtstr.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/fmtstr.c' 'src/lib9/fmt/fmtprint.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/fmtprint.c' 'src/lib9/fmt/fmtnull.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmt/fmtnull.c' 'src/lib9/_p9dir.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/_p9dir.c' 'src/lib9/flag.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/flag.c' 'src/lib9/fmtlock2.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/fmtlock2.c' 'src/lib9/exits.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/exits.c' 'src/lib9/sysfatal.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/sysfatal.c' 'src/lib9/Makefile' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/Makefile' 'src/lib9/nan.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/nan.c' 'src/lib9/tempdir_plan9.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/tempdir_plan9.c' 'src/lib9/cleanname.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/cleanname.c' 'src/lib9/readn.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/readn.c' 'src/lib9/atoi.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/atoi.c' 'src/lib9/main.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/main.c' 'src/lib9/_exits.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/lib9/_exits.c' 'src/builtin' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/builtin' 'src/builtin/builtin.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src/builtin/builtin.go' 'misc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc' 'misc/cgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo' 'misc/cgo/gmp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/gmp' 'misc/cgo/gmp/fib.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/gmp/fib.go' 'misc/cgo/gmp/pi.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/gmp/pi.go' 'misc/cgo/gmp/gmp.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/gmp/gmp.go' 'misc/cgo/testasan' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testasan' 'misc/cgo/testasan/main.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testasan/main.go' 'misc/cgo/testcdefs' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testcdefs' 'misc/cgo/testcdefs/cdefstest.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testcdefs/cdefstest.c' 'misc/cgo/testcdefs/cdefstest.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testcdefs/cdefstest.go' 'misc/cgo/testcdefs/main.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testcdefs/main.go' 'misc/cgo/testcdefs/test.bash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testcdefs/test.bash' 'misc/cgo/testcdefs/main.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testcdefs/main.c' 'misc/cgo/nocgo' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/nocgo' 'misc/cgo/nocgo/nocgo.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/nocgo/nocgo.go' 'misc/cgo/nocgo/nocgo_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/nocgo/nocgo_test.go' 'misc/cgo/life' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/life' 'misc/cgo/life/c-life.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/life/c-life.c' 'misc/cgo/life/main.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/life/main.go' 'misc/cgo/life/life.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/life/life.go' 'misc/cgo/life/main.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/life/main.out' 'misc/cgo/life/life.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/life/life.h' 'misc/cgo/testso' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testso' 'misc/cgo/testso/main.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testso/main.go' 'misc/cgo/testso/test.bat' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testso/test.bat' 'misc/cgo/testso/cgoso_unix.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testso/cgoso_unix.go' 'misc/cgo/testso/cgoso_c.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testso/cgoso_c.c' 'misc/cgo/testso/test.bash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testso/test.bash' 'misc/cgo/testso/cgoso.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testso/cgoso.go' 'misc/cgo/testso/cgoso.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testso/cgoso.c' 'misc/cgo/stdio' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/stdio' 'misc/cgo/stdio/fib.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/stdio/fib.out' 'misc/cgo/stdio/hello.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/stdio/hello.out' 'misc/cgo/stdio/fib.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/stdio/fib.go' 'misc/cgo/stdio/run.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/stdio/run.out' 'misc/cgo/stdio/stdio.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/stdio/stdio.go' 'misc/cgo/stdio/chain.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/stdio/chain.go' 'misc/cgo/stdio/file.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/stdio/file.go' 'misc/cgo/stdio/chain.out' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/stdio/chain.out' 'misc/cgo/stdio/hello.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/stdio/hello.go' 'misc/cgo/testgodefs' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testgodefs' 'misc/cgo/testgodefs/main.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testgodefs/main.go' 'misc/cgo/testgodefs/test.bash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testgodefs/test.bash' 'misc/cgo/testgodefs/issue8478.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testgodefs/issue8478.go' 'misc/cgo/testgodefs/anonunion.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testgodefs/anonunion.go' 'misc/cgo/test' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test' 'misc/cgo/test/issue3775.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue3775.go' 'misc/cgo/test/issue8828.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8828.go' 'misc/cgo/test/issue6997_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue6997_linux.go' 'misc/cgo/test/issue5242.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue5242.go' 'misc/cgo/test/issue3250.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue3250.go' 'misc/cgo/test/issue3945.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue3945.go' 'misc/cgo/test/issue6833.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue6833.go' 'misc/cgo/test/exports.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/exports.go' 'misc/cgo/test/issue5548.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue5548.go' 'misc/cgo/test/buildid_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/buildid_linux.go' 'misc/cgo/test/backdoor' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/backdoor' 'misc/cgo/test/backdoor/backdoor.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/backdoor/backdoor.go' 'misc/cgo/test/backdoor/runtime_gccgo.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/backdoor/runtime_gccgo.c' 'misc/cgo/test/backdoor/thunk.s' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/backdoor/thunk.s' 'misc/cgo/test/issue5740.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue5740.go' 'misc/cgo/test/issue1560.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue1560.go' 'misc/cgo/test/issue4857.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue4857.go' 'misc/cgo/test/sleep_windows_386.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/sleep_windows_386.go' 'misc/cgo/test/issue5227.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue5227.go' 'misc/cgo/test/callback_c_gc.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/callback_c_gc.c' 'misc/cgo/test/issue7786.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue7786.go' 'misc/cgo/test/issue1635.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue1635.go' 'misc/cgo/test/issue5986.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue5986.go' 'misc/cgo/test/issue8517_windows.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8517_windows.go' 'misc/cgo/test/api.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/api.go' 'misc/cgo/test/issue8694.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8694.go' 'misc/cgo/test/issue4029w.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue4029w.go' 'misc/cgo/test/issue6833_c.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue6833_c.c' 'misc/cgo/test/issue6506.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue6506.go' 'misc/cgo/test/issue8331a.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8331a.go' 'misc/cgo/test/callback_c.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/callback_c.c' 'misc/cgo/test/issue8428.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8428.go' 'misc/cgo/test/issue5337.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue5337.go' 'misc/cgo/test/issue3250w.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue3250w.go' 'misc/cgo/test/issue4273b.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue4273b.c' 'misc/cgo/test/callback_c_gccgo.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/callback_c_gccgo.c' 'misc/cgo/test/cgo_linux_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/cgo_linux_test.go' 'misc/cgo/test/issue8811.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8811.go' 'misc/cgo/test/issue9026.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue9026.go' 'misc/cgo/test/issue4417.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue4417.go' 'misc/cgo/test/issue7978.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue7978.go' 'misc/cgo/test/issue3729w.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue3729w.go' 'misc/cgo/test/setgid_linux.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/setgid_linux.go' 'misc/cgo/test/issue6997_linux.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue6997_linux.c' 'misc/cgo/test/issue8517.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8517.go' 'misc/cgo/test/issue5740a.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue5740a.c' 'misc/cgo/test/issue5740b.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue5740b.c' 'misc/cgo/test/fpvar.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/fpvar.go' 'misc/cgo/test/issue5603.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue5603.go' 'misc/cgo/test/issue8517_windows.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8517_windows.c' 'misc/cgo/test/issue9026' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue9026' 'misc/cgo/test/issue9026/issue9026.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue9026/issue9026.go' 'misc/cgo/test/issue5337w.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue5337w.go' 'misc/cgo/test/issue6390.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue6390.go' 'misc/cgo/test/issue3729.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue3729.go' 'misc/cgo/test/duplicate_symbol.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/duplicate_symbol.go' 'misc/cgo/test/issue4029.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue4029.go' 'misc/cgo/test/issue5548_c.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue5548_c.c' 'misc/cgo/test/callback.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/callback.go' 'misc/cgo/test/align.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/align.go' 'misc/cgo/test/issue7234_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue7234_test.go' 'misc/cgo/test/issue4054a.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue4054a.go' 'misc/cgo/test/issue8828' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8828' 'misc/cgo/test/issue8828/trivial.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8828/trivial.go' 'misc/cgo/test/issue8828/issue8828.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8828/issue8828.c' 'misc/cgo/test/issue8441.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8441.go' 'misc/cgo/test/cgo_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/cgo_test.go' 'misc/cgo/test/issue8331.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8331.h' 'misc/cgo/test/issue3261.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue3261.go' 'misc/cgo/test/issue6612.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue6612.go' 'misc/cgo/test/basic.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/basic.go' 'misc/cgo/test/issue4339.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue4339.h' 'misc/cgo/test/cthread.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/cthread.go' 'misc/cgo/test/env.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/env.go' 'misc/cgo/test/issue8811.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8811.c' 'misc/cgo/test/issue1328.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue1328.go' 'misc/cgo/test/issue2462.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue2462.go' 'misc/cgo/test/cthread_windows.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/cthread_windows.c' 'misc/cgo/test/issue6472.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue6472.go' 'misc/cgo/test/issue8092.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8092.go' 'misc/cgo/test/cflags.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/cflags.go' 'misc/cgo/test/issue4339.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue4339.go' 'misc/cgo/test/issue6128.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue6128.go' 'misc/cgo/test/issue4054b.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue4054b.go' 'misc/cgo/test/issue1222.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue1222.go' 'misc/cgo/test/issue3741.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue3741.go' 'misc/cgo/test/issue7560.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue7560.go' 'misc/cgo/test/issue8331b.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8331b.go' 'misc/cgo/test/issue4339.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue4339.c' 'misc/cgo/test/helpers.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/helpers.go' 'misc/cgo/test/issue8148.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue8148.go' 'misc/cgo/test/issue4273.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue4273.c' 'misc/cgo/test/issue7665.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/issue7665.go' 'misc/cgo/test/cthread_unix.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/test/cthread_unix.c' 'misc/cgo/testtls' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testtls' 'misc/cgo/testtls/tls_unix.c' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testtls/tls_unix.c' 'misc/cgo/testtls/tls.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testtls/tls.go' 'misc/cgo/testtls/tls_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/testtls/tls_test.go' 'misc/cgo/errors' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/errors' 'misc/cgo/errors/err1.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/errors/err1.go' 'misc/cgo/errors/err3.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/errors/err3.go' 'misc/cgo/errors/issue7757.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/errors/issue7757.go' 'misc/cgo/errors/test.bash' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/errors/test.bash' 'misc/cgo/errors/issue8442.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/errors/issue8442.go' 'misc/cgo/errors/err2.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/cgo/errors/err2.go' 'misc/chrome' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/chrome' 'misc/chrome/gophertool' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/chrome/gophertool' 'misc/chrome/gophertool/background.js' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/chrome/gophertool/background.js' 'misc/chrome/gophertool/popup.js' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/chrome/gophertool/popup.js' 'misc/chrome/gophertool/popup.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/chrome/gophertool/popup.html' 'misc/chrome/gophertool/gopher.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/chrome/gophertool/gopher.png' 'misc/chrome/gophertool/manifest.json' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/chrome/gophertool/manifest.json' 'misc/chrome/gophertool/README.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/chrome/gophertool/README.txt' 'misc/chrome/gophertool/background.html' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/chrome/gophertool/background.html' 'misc/chrome/gophertool/gopher.js' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/chrome/gophertool/gopher.js' 'misc/editors' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/editors' 'misc/arm' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/arm' 'misc/arm/a' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/arm/a' 'misc/makerelease' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease' 'misc/makerelease/windows' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/windows' 'misc/makerelease/windows/installer.wxs' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/windows/installer.wxs' 'misc/makerelease/windows/README.txt' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/windows/README.txt' 'misc/makerelease/windows/images' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/windows/images' 'misc/makerelease/windows/images/gopher.ico' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/windows/images/gopher.ico' 'misc/makerelease/windows/images/Banner.jpg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/windows/images/Banner.jpg' 'misc/makerelease/windows/images/Dialog.jpg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/windows/images/Dialog.jpg' 'misc/makerelease/windows/images/DialogLeft.jpg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/windows/images/DialogLeft.jpg' 'misc/makerelease/windows/LICENSE.rtf' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/windows/LICENSE.rtf' 'misc/makerelease/makerelease.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/makerelease.go' 'misc/makerelease/darwin' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/darwin' 'misc/makerelease/darwin/etc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/darwin/etc' 'misc/makerelease/darwin/etc/paths.d' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/darwin/etc/paths.d' 'misc/makerelease/darwin/etc/paths.d/go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/darwin/etc/paths.d/go' 'misc/makerelease/darwin/Distribution' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/darwin/Distribution' 'misc/makerelease/darwin/Resources' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/darwin/Resources' 'misc/makerelease/darwin/Resources/bg.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/darwin/Resources/bg.png' 'misc/makerelease/darwin/scripts' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/darwin/scripts' 'misc/makerelease/darwin/scripts/preinstall' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/darwin/scripts/preinstall' 'misc/makerelease/darwin/scripts/postinstall' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/makerelease/darwin/scripts/postinstall' 'misc/benchcmp' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/benchcmp' 'misc/dashboard' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/dashboard' 'misc/dashboard/codereview' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/dashboard/codereview' 'misc/dashboard/codereview/static' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/dashboard/codereview/static' 'misc/dashboard/codereview/static/gopherstamp.jpg' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/dashboard/codereview/static/gopherstamp.jpg' 'misc/dashboard/codereview/static/icon.png' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/dashboard/codereview/static/icon.png' 'misc/dashboard/codereview/index.yaml' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/dashboard/codereview/index.yaml' 'misc/dashboard/codereview/dashboard' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/dashboard/codereview/dashboard' 'misc/dashboard/codereview/dashboard/mail.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/dashboard/codereview/dashboard/mail.go' 'misc/dashboard/codereview/dashboard/gc.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/dashboard/codereview/dashboard/gc.go' 'misc/dashboard/codereview/dashboard/cl.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/dashboard/codereview/dashboard/cl.go' 'misc/dashboard/codereview/dashboard/people.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/dashboard/codereview/dashboard/people.go' 'misc/dashboard/codereview/dashboard/front.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/dashboard/codereview/dashboard/front.go' 'misc/dashboard/codereview/cron.yaml' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/dashboard/codereview/cron.yaml' 'misc/dashboard/codereview/app.yaml' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/dashboard/codereview/app.yaml' 'misc/dashboard/codereview/queue.yaml' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/dashboard/codereview/queue.yaml' 'misc/linkcheck' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/linkcheck' 'misc/linkcheck/linkcheck.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/linkcheck/linkcheck.go' 'misc/git' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/git' 'misc/git/pre-commit' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/git/pre-commit' 'misc/nacl' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/nacl' 'misc/nacl/testzip.proto' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/nacl/testzip.proto' 'misc/nacl/go_nacl_amd64p32_exec' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/nacl/go_nacl_amd64p32_exec' 'misc/nacl/testdata' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/nacl/testdata' 'misc/nacl/testdata/hosts' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/nacl/testdata/hosts' 'misc/nacl/testdata/empty' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/nacl/testdata/empty' 'misc/nacl/testdata/mime.types' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/nacl/testdata/mime.types' 'misc/nacl/testdata/bin' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/nacl/testdata/bin' 'misc/nacl/testdata/bin/placeholder' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/nacl/testdata/bin/placeholder' 'misc/nacl/testdata/group' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/nacl/testdata/group' 'misc/nacl/mkzip.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/nacl/mkzip.go' 'misc/nacl/README' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/nacl/README' 'misc/nacl/go_nacl_386_exec' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/nacl/go_nacl_386_exec' 'misc/nacl/go_nacl_arm_exec' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/nacl/go_nacl_arm_exec' 'misc/swig' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/swig' 'misc/swig/stdio' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/swig/stdio' 'misc/swig/stdio/file.swig' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/swig/stdio/file.swig' 'misc/swig/stdio/file_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/swig/stdio/file_test.go' 'misc/swig/callback' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/swig/callback' 'misc/swig/callback/callback_test.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/swig/callback/callback_test.go' 'misc/swig/callback/callback.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/swig/callback/callback.go' 'misc/swig/callback/callback.cc' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/swig/callback/callback.cc' 'misc/swig/callback/callback.h' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/swig/callback/callback.h' 'misc/swig/callback/callback.swigcxx' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/swig/callback/callback.swigcxx' 'misc/android' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/android' 'misc/android/go_android_exec.go' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/android/go_android_exec.go' 'misc/android/README' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/misc/android/README' 'VERSION' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/VERSION' + find /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/src -exec touch -r /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/VERSION '{}' ';' + touch /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg + find /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg -exec touch -r /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/pkg '{}' ';' ++ pwd + cwd=/builddir/build/BUILD/go + src_list=/builddir/build/BUILD/go/go-src.list + rm -f /builddir/build/BUILD/go/go-src.list + touch /builddir/build/BUILD/go/go-src.list + pushd /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang ~/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang ~/build/BUILD/go + find src/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find src/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goos in darwin freebsd linux netbsd openbsd plan9 windows + for goarch in 386 amd64 arm + '[' 386 = arm ']' + file_list=/builddir/build/BUILD/go/pkg-darwin-386.list + rm -f /builddir/build/BUILD/go/pkg-darwin-386.list + touch /builddir/build/BUILD/go/pkg-darwin-386.list + find pkg/darwin_386/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/darwin_386/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goarch in 386 amd64 arm + '[' amd64 = arm ']' + file_list=/builddir/build/BUILD/go/pkg-darwin-amd64.list + rm -f /builddir/build/BUILD/go/pkg-darwin-amd64.list + touch /builddir/build/BUILD/go/pkg-darwin-amd64.list + find pkg/darwin_amd64/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/darwin_amd64/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goarch in 386 amd64 arm + '[' arm = arm ']' + '[' darwin = darwin -o darwin = windows -o darwin = plan9 -o darwin = openbsd ']' + continue + for goos in darwin freebsd linux netbsd openbsd plan9 windows + for goarch in 386 amd64 arm + '[' 386 = arm ']' + file_list=/builddir/build/BUILD/go/pkg-freebsd-386.list + rm -f /builddir/build/BUILD/go/pkg-freebsd-386.list + touch /builddir/build/BUILD/go/pkg-freebsd-386.list + find pkg/freebsd_386/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/freebsd_386/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goarch in 386 amd64 arm + '[' amd64 = arm ']' + file_list=/builddir/build/BUILD/go/pkg-freebsd-amd64.list + rm -f /builddir/build/BUILD/go/pkg-freebsd-amd64.list + touch /builddir/build/BUILD/go/pkg-freebsd-amd64.list + find pkg/freebsd_amd64/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/freebsd_amd64/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goarch in 386 amd64 arm + '[' arm = arm ']' + '[' freebsd = darwin -o freebsd = windows -o freebsd = plan9 -o freebsd = openbsd ']' + file_list=/builddir/build/BUILD/go/pkg-freebsd-arm.list + rm -f /builddir/build/BUILD/go/pkg-freebsd-arm.list + touch /builddir/build/BUILD/go/pkg-freebsd-arm.list + find pkg/freebsd_arm/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/freebsd_arm/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goos in darwin freebsd linux netbsd openbsd plan9 windows + for goarch in 386 amd64 arm + '[' 386 = arm ']' + file_list=/builddir/build/BUILD/go/pkg-linux-386.list + rm -f /builddir/build/BUILD/go/pkg-linux-386.list + touch /builddir/build/BUILD/go/pkg-linux-386.list + find pkg/linux_386/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/linux_386/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goarch in 386 amd64 arm + '[' amd64 = arm ']' + file_list=/builddir/build/BUILD/go/pkg-linux-amd64.list + rm -f /builddir/build/BUILD/go/pkg-linux-amd64.list + touch /builddir/build/BUILD/go/pkg-linux-amd64.list + find pkg/linux_amd64/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/linux_amd64/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goarch in 386 amd64 arm + '[' arm = arm ']' + '[' linux = darwin -o linux = windows -o linux = plan9 -o linux = openbsd ']' + file_list=/builddir/build/BUILD/go/pkg-linux-arm.list + rm -f /builddir/build/BUILD/go/pkg-linux-arm.list + touch /builddir/build/BUILD/go/pkg-linux-arm.list + find pkg/linux_arm/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/linux_arm/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goos in darwin freebsd linux netbsd openbsd plan9 windows + for goarch in 386 amd64 arm + '[' 386 = arm ']' + file_list=/builddir/build/BUILD/go/pkg-netbsd-386.list + rm -f /builddir/build/BUILD/go/pkg-netbsd-386.list + touch /builddir/build/BUILD/go/pkg-netbsd-386.list + find pkg/netbsd_386/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/netbsd_386/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goarch in 386 amd64 arm + '[' amd64 = arm ']' + file_list=/builddir/build/BUILD/go/pkg-netbsd-amd64.list + rm -f /builddir/build/BUILD/go/pkg-netbsd-amd64.list + touch /builddir/build/BUILD/go/pkg-netbsd-amd64.list + find pkg/netbsd_amd64/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/netbsd_amd64/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goarch in 386 amd64 arm + '[' arm = arm ']' + '[' netbsd = darwin -o netbsd = windows -o netbsd = plan9 -o netbsd = openbsd ']' + file_list=/builddir/build/BUILD/go/pkg-netbsd-arm.list + rm -f /builddir/build/BUILD/go/pkg-netbsd-arm.list + touch /builddir/build/BUILD/go/pkg-netbsd-arm.list + find pkg/netbsd_arm/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/netbsd_arm/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goos in darwin freebsd linux netbsd openbsd plan9 windows + for goarch in 386 amd64 arm + '[' 386 = arm ']' + file_list=/builddir/build/BUILD/go/pkg-openbsd-386.list + rm -f /builddir/build/BUILD/go/pkg-openbsd-386.list + touch /builddir/build/BUILD/go/pkg-openbsd-386.list + find pkg/openbsd_386/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/openbsd_386/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goarch in 386 amd64 arm + '[' amd64 = arm ']' + file_list=/builddir/build/BUILD/go/pkg-openbsd-amd64.list + rm -f /builddir/build/BUILD/go/pkg-openbsd-amd64.list + touch /builddir/build/BUILD/go/pkg-openbsd-amd64.list + find pkg/openbsd_amd64/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/openbsd_amd64/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goarch in 386 amd64 arm + '[' arm = arm ']' + '[' openbsd = darwin -o openbsd = windows -o openbsd = plan9 -o openbsd = openbsd ']' + continue + for goos in darwin freebsd linux netbsd openbsd plan9 windows + for goarch in 386 amd64 arm + '[' 386 = arm ']' + file_list=/builddir/build/BUILD/go/pkg-plan9-386.list + rm -f /builddir/build/BUILD/go/pkg-plan9-386.list + touch /builddir/build/BUILD/go/pkg-plan9-386.list + find pkg/plan9_386/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/plan9_386/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goarch in 386 amd64 arm + '[' amd64 = arm ']' + file_list=/builddir/build/BUILD/go/pkg-plan9-amd64.list + rm -f /builddir/build/BUILD/go/pkg-plan9-amd64.list + touch /builddir/build/BUILD/go/pkg-plan9-amd64.list + find pkg/plan9_amd64/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/plan9_amd64/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goarch in 386 amd64 arm + '[' arm = arm ']' + '[' plan9 = darwin -o plan9 = windows -o plan9 = plan9 -o plan9 = openbsd ']' + continue + for goos in darwin freebsd linux netbsd openbsd plan9 windows + for goarch in 386 amd64 arm + '[' 386 = arm ']' + file_list=/builddir/build/BUILD/go/pkg-windows-386.list + rm -f /builddir/build/BUILD/go/pkg-windows-386.list + touch /builddir/build/BUILD/go/pkg-windows-386.list + find pkg/windows_386/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/windows_386/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goarch in 386 amd64 arm + '[' amd64 = arm ']' + file_list=/builddir/build/BUILD/go/pkg-windows-amd64.list + rm -f /builddir/build/BUILD/go/pkg-windows-amd64.list + touch /builddir/build/BUILD/go/pkg-windows-amd64.list + find pkg/windows_amd64/ -type d -printf '%%dir /usr/lib/golang/%p\n' + find pkg/windows_amd64/ '!' -type d -printf '/usr/lib/golang/%p\n' + for goarch in 386 amd64 arm ~/build/BUILD/go + '[' arm = arm ']' + '[' windows = darwin -o windows = windows -o windows = plan9 -o windows = openbsd ']' + continue + popd + rm -rfv /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/lib/time removed '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/lib/time/zoneinfo.zip' removed '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/lib/time/README' removed '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/lib/time/update.bash' removed directory: '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/lib/time' + rm -rfv /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/doc/Makefile + mkdir -p /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/linux_amd64 + mv /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/go /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/linux_amd64/go + mv /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/gofmt /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/linux_amd64/gofmt + mkdir -p /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/share/gocode/src/github.com/ + mkdir -p /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/share/gocode/src/bitbucket.org/ + mkdir -p /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/share/gocode/src/code.google.com/ + mkdir -p /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/share/gocode/src/code.google.com/p/ + pushd /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin/ ~/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/golang/bin ~/build/BUILD/go + rm -rf darwin_386 darwin_amd64 windows_386 windows_amd64 freebsd_386 freebsd_amd64 freebsd_arm netbsd_386 netbsd_amd64 netbsd_arm openbsd_386 openbsd_amd64 plan9_386 plan9_amd64 + case "amd64" in + rm -rf linux_386 linux_arm ~/build/BUILD/go + popd + rm -f /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/bin/go + ln -sf /etc/alternatives/go /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/bin/go + rm -f /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/bin/gofmt + ln -sf /etc/alternatives/gofmt /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/bin/gofmt + mkdir -p /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/etc/gdbinit.d + cp -av /builddir/build/SOURCES/golang-gdbinit /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/etc/gdbinit.d/golang.gdb '/builddir/build/SOURCES/golang-gdbinit' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/etc/gdbinit.d/golang.gdb' + mkdir -p /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/etc/prelink.conf.d + cp -av /builddir/build/SOURCES/golang-prelink.conf /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/etc/prelink.conf.d/golang.conf '/builddir/build/SOURCES/golang-prelink.conf' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/etc/prelink.conf.d/golang.conf' + mkdir -p /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/rpm/macros.d + cp -av /builddir/build/SOURCES/macros.golang /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/rpm/macros.d/macros.golang '/builddir/build/SOURCES/macros.golang' -> '/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/lib/rpm/macros.d/macros.golang' + /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.0RX71a + umask 022 + cd /builddir/build/BUILD + cd go + exit 0 Processing files: golang-1.4.2-1.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.RW7pgu + umask 022 + cd /builddir/build/BUILD + cd go + DOCDIR=/builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/share/doc/golang-1.4.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/share/doc/golang-1.4.2 + cp -pr AUTHORS /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/share/doc/golang-1.4.2 + cp -pr CONTRIBUTORS /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/share/doc/golang-1.4.2 + cp -pr LICENSE /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/share/doc/golang-1.4.2 + cp -pr PATENTS /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64/usr/share/doc/golang-1.4.2 + exit 0 warning: File listed twice: /usr/lib/golang/VERSION warning: File listed twice: /usr/lib/golang/doc/articles warning: File listed twice: /usr/lib/golang/doc/articles/go_command.html warning: File listed twice: /usr/lib/golang/doc/articles/index.html warning: File listed twice: /usr/lib/golang/doc/articles/race_detector.html warning: File listed twice: /usr/lib/golang/doc/articles/wiki warning: File listed twice: /usr/lib/golang/doc/articles/wiki/edit.html warning: File listed twice: /usr/lib/golang/doc/articles/wiki/final-noclosure.go warning: File listed twice: /usr/lib/golang/doc/articles/wiki/final-noerror.go warning: File listed twice: /usr/lib/golang/doc/articles/wiki/final-parsetemplate.go warning: File listed twice: /usr/lib/golang/doc/articles/wiki/final-template.go warning: File listed twice: /usr/lib/golang/doc/articles/wiki/final.go warning: File listed twice: /usr/lib/golang/doc/articles/wiki/get.go warning: File listed twice: /usr/lib/golang/doc/articles/wiki/http-sample.go warning: File listed twice: /usr/lib/golang/doc/articles/wiki/index.html warning: File listed twice: /usr/lib/golang/doc/articles/wiki/notemplate.go warning: File listed twice: /usr/lib/golang/doc/articles/wiki/part1-noerror.go warning: File listed twice: /usr/lib/golang/doc/articles/wiki/part1.go warning: File listed twice: /usr/lib/golang/doc/articles/wiki/part2.go warning: File listed twice: /usr/lib/golang/doc/articles/wiki/part3-errorhandling.go warning: File listed twice: /usr/lib/golang/doc/articles/wiki/part3.go warning: File listed twice: /usr/lib/golang/doc/articles/wiki/test.bash warning: File listed twice: /usr/lib/golang/doc/articles/wiki/test_Test.txt.good warning: File listed twice: /usr/lib/golang/doc/articles/wiki/test_edit.good warning: File listed twice: /usr/lib/golang/doc/articles/wiki/test_view.good warning: File listed twice: /usr/lib/golang/doc/articles/wiki/view.html warning: File listed twice: /usr/lib/golang/doc/asm.html warning: File listed twice: /usr/lib/golang/doc/cmd.html warning: File listed twice: /usr/lib/golang/doc/code.html warning: File listed twice: /usr/lib/golang/doc/codewalk warning: File listed twice: /usr/lib/golang/doc/codewalk/codewalk.css warning: File listed twice: /usr/lib/golang/doc/codewalk/codewalk.js warning: File listed twice: /usr/lib/golang/doc/codewalk/codewalk.xml warning: File listed twice: /usr/lib/golang/doc/codewalk/functions.xml warning: File listed twice: /usr/lib/golang/doc/codewalk/markov.go warning: File listed twice: /usr/lib/golang/doc/codewalk/markov.xml warning: File listed twice: /usr/lib/golang/doc/codewalk/pig.go warning: File listed twice: /usr/lib/golang/doc/codewalk/popout.png warning: File listed twice: /usr/lib/golang/doc/codewalk/run warning: File listed twice: /usr/lib/golang/doc/codewalk/sharemem.xml warning: File listed twice: /usr/lib/golang/doc/codewalk/urlpoll.go warning: File listed twice: /usr/lib/golang/doc/contrib.html warning: File listed twice: /usr/lib/golang/doc/contribute.html warning: File listed twice: /usr/lib/golang/doc/debugging_with_gdb.html warning: File listed twice: /usr/lib/golang/doc/devel warning: File listed twice: /usr/lib/golang/doc/devel/release.html warning: File listed twice: /usr/lib/golang/doc/devel/weekly.html warning: File listed twice: /usr/lib/golang/doc/docs.html warning: File listed twice: /usr/lib/golang/doc/effective_go.html warning: File listed twice: /usr/lib/golang/doc/gccgo_contribute.html warning: File listed twice: /usr/lib/golang/doc/gccgo_install.html warning: File listed twice: /usr/lib/golang/doc/go-logo-black.png warning: File listed twice: /usr/lib/golang/doc/go-logo-blue.png warning: File listed twice: /usr/lib/golang/doc/go-logo-white.png warning: File listed twice: /usr/lib/golang/doc/go1.1.html warning: File listed twice: /usr/lib/golang/doc/go1.2.html warning: File listed twice: /usr/lib/golang/doc/go1.3.html warning: File listed twice: /usr/lib/golang/doc/go1.4.html warning: File listed twice: /usr/lib/golang/doc/go1.html warning: File listed twice: /usr/lib/golang/doc/go1compat.html warning: File listed twice: /usr/lib/golang/doc/go_faq.html warning: File listed twice: /usr/lib/golang/doc/go_mem.html warning: File listed twice: /usr/lib/golang/doc/go_spec.html warning: File listed twice: /usr/lib/golang/doc/gopher warning: File listed twice: /usr/lib/golang/doc/gopher/README warning: File listed twice: /usr/lib/golang/doc/gopher/appenginegopher.jpg warning: File listed twice: /usr/lib/golang/doc/gopher/appenginegophercolor.jpg warning: File listed twice: /usr/lib/golang/doc/gopher/appenginelogo.gif warning: File listed twice: /usr/lib/golang/doc/gopher/biplane.jpg warning: File listed twice: /usr/lib/golang/doc/gopher/bumper.png warning: File listed twice: /usr/lib/golang/doc/gopher/bumper192x108.png warning: File listed twice: /usr/lib/golang/doc/gopher/bumper320x180.png warning: File listed twice: /usr/lib/golang/doc/gopher/bumper480x270.png warning: File listed twice: /usr/lib/golang/doc/gopher/bumper640x360.png warning: File listed twice: /usr/lib/golang/doc/gopher/doc.png warning: File listed twice: /usr/lib/golang/doc/gopher/fiveyears.jpg warning: File listed twice: /usr/lib/golang/doc/gopher/frontpage.png warning: File listed twice: /usr/lib/golang/doc/gopher/gopherbw.png warning: File listed twice: /usr/lib/golang/doc/gopher/gophercolor.png warning: File listed twice: /usr/lib/golang/doc/gopher/gophercolor16x16.png warning: File listed twice: /usr/lib/golang/doc/gopher/help.png warning: File listed twice: /usr/lib/golang/doc/gopher/pencil warning: File listed twice: /usr/lib/golang/doc/gopher/pencil/gopherhat.jpg warning: File listed twice: /usr/lib/golang/doc/gopher/pencil/gopherhelmet.jpg warning: File listed twice: /usr/lib/golang/doc/gopher/pencil/gophermega.jpg warning: File listed twice: /usr/lib/golang/doc/gopher/pencil/gopherrunning.jpg warning: File listed twice: /usr/lib/golang/doc/gopher/pencil/gopherswim.jpg warning: File listed twice: /usr/lib/golang/doc/gopher/pencil/gopherswrench.jpg warning: File listed twice: /usr/lib/golang/doc/gopher/pkg.png warning: File listed twice: /usr/lib/golang/doc/gopher/project.png warning: File listed twice: /usr/lib/golang/doc/gopher/ref.png warning: File listed twice: /usr/lib/golang/doc/gopher/run.png warning: File listed twice: /usr/lib/golang/doc/gopher/talks.png warning: File listed twice: /usr/lib/golang/doc/help.html warning: File listed twice: /usr/lib/golang/doc/ie.css warning: File listed twice: /usr/lib/golang/doc/install-source.html warning: File listed twice: /usr/lib/golang/doc/install.html warning: File listed twice: /usr/lib/golang/doc/logo-153x55.png warning: File listed twice: /usr/lib/golang/doc/play warning: File listed twice: /usr/lib/golang/doc/play/fib.go warning: File listed twice: /usr/lib/golang/doc/play/hello.go warning: File listed twice: /usr/lib/golang/doc/play/life.go warning: File listed twice: /usr/lib/golang/doc/play/peano.go warning: File listed twice: /usr/lib/golang/doc/play/pi.go warning: File listed twice: /usr/lib/golang/doc/play/sieve.go warning: File listed twice: /usr/lib/golang/doc/play/solitaire.go warning: File listed twice: /usr/lib/golang/doc/play/tree.go warning: File listed twice: /usr/lib/golang/doc/progs warning: File listed twice: /usr/lib/golang/doc/progs/cgo1.go warning: File listed twice: /usr/lib/golang/doc/progs/cgo2.go warning: File listed twice: /usr/lib/golang/doc/progs/cgo3.go warning: File listed twice: /usr/lib/golang/doc/progs/cgo4.go warning: File listed twice: /usr/lib/golang/doc/progs/defer.go warning: File listed twice: /usr/lib/golang/doc/progs/defer.out warning: File listed twice: /usr/lib/golang/doc/progs/defer2.go warning: File listed twice: /usr/lib/golang/doc/progs/defer2.out warning: File listed twice: /usr/lib/golang/doc/progs/eff_bytesize.go warning: File listed twice: /usr/lib/golang/doc/progs/eff_bytesize.out warning: File listed twice: /usr/lib/golang/doc/progs/eff_qr.go warning: File listed twice: /usr/lib/golang/doc/progs/eff_sequence.go warning: File listed twice: /usr/lib/golang/doc/progs/eff_sequence.out warning: File listed twice: /usr/lib/golang/doc/progs/eff_unused1.go warning: File listed twice: /usr/lib/golang/doc/progs/eff_unused2.go warning: File listed twice: /usr/lib/golang/doc/progs/error.go warning: File listed twice: /usr/lib/golang/doc/progs/error2.go warning: File listed twice: /usr/lib/golang/doc/progs/error3.go warning: File listed twice: /usr/lib/golang/doc/progs/error4.go warning: File listed twice: /usr/lib/golang/doc/progs/go1.go warning: File listed twice: /usr/lib/golang/doc/progs/gobs1.go warning: File listed twice: /usr/lib/golang/doc/progs/gobs2.go warning: File listed twice: /usr/lib/golang/doc/progs/image_draw.go warning: File listed twice: /usr/lib/golang/doc/progs/image_package1.go warning: File listed twice: /usr/lib/golang/doc/progs/image_package1.out warning: File listed twice: /usr/lib/golang/doc/progs/image_package2.go warning: File listed twice: /usr/lib/golang/doc/progs/image_package2.out warning: File listed twice: /usr/lib/golang/doc/progs/image_package3.go warning: File listed twice: /usr/lib/golang/doc/progs/image_package3.out warning: File listed twice: /usr/lib/golang/doc/progs/image_package4.go warning: File listed twice: /usr/lib/golang/doc/progs/image_package4.out warning: File listed twice: /usr/lib/golang/doc/progs/image_package5.go warning: File listed twice: /usr/lib/golang/doc/progs/image_package5.out warning: File listed twice: /usr/lib/golang/doc/progs/image_package6.go warning: File listed twice: /usr/lib/golang/doc/progs/image_package6.out warning: File listed twice: /usr/lib/golang/doc/progs/interface.go warning: File listed twice: /usr/lib/golang/doc/progs/interface2.go warning: File listed twice: /usr/lib/golang/doc/progs/interface2.out warning: File listed twice: /usr/lib/golang/doc/progs/json1.go warning: File listed twice: /usr/lib/golang/doc/progs/json2.go warning: File listed twice: /usr/lib/golang/doc/progs/json2.out warning: File listed twice: /usr/lib/golang/doc/progs/json3.go warning: File listed twice: /usr/lib/golang/doc/progs/json4.go warning: File listed twice: /usr/lib/golang/doc/progs/json5.go warning: File listed twice: /usr/lib/golang/doc/progs/run warning: File listed twice: /usr/lib/golang/doc/progs/slices.go warning: File listed twice: /usr/lib/golang/doc/progs/timeout1.go warning: File listed twice: /usr/lib/golang/doc/progs/timeout2.go warning: File listed twice: /usr/lib/golang/doc/progs/update.bash warning: File listed twice: /usr/lib/golang/doc/root.html warning: File listed twice: /usr/lib/golang/doc/share.png warning: File listed twice: /usr/lib/golang/doc/sieve.gif warning: File listed twice: /usr/lib/golang/doc/tos.html Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: go = 1.4.2-1.el7 golang = 1.4.2-1.el7 golang(x86-64) = 1.4.2-1.el7 Requires(rpmlib): rpmlib(BuiltinLuaScripts) <= 4.2.2-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Obsoletes: golang-docs < 1.1-4 golang-data < 1.1.1-4 Processing files: golang-src-1.4.2-1.el7.noarch Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: golang-src = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-bin-linux-amd64-1.4.2-1.el7.x86_64 Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: golang-bin = amd64 go(API)(go) = 1.4 golang-pkg-bin-linux-amd64 = 1.4.2-1.el7 golang-pkg-bin-linux-amd64(x86-64) = 1.4.2-1.el7 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): golang-pkg-linux-amd64 = 1.4.2-1.el7 /usr/sbin/update-alternatives /bin/sh Requires(preun): /bin/sh Requires(postun): /usr/sbin/update-alternatives Processing files: golang-pkg-linux-386-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/linux_386 warning: File listed twice: /usr/lib/golang/pkg/linux_386/archive warning: File listed twice: /usr/lib/golang/pkg/linux_386/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/bufio.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/bytes.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/compress warning: File listed twice: /usr/lib/golang/pkg/linux_386/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/container warning: File listed twice: /usr/lib/golang/pkg/linux_386/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/container/list.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/database warning: File listed twice: /usr/lib/golang/pkg/linux_386/database/sql warning: File listed twice: /usr/lib/golang/pkg/linux_386/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/debug warning: File listed twice: /usr/lib/golang/pkg/linux_386/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/encoding warning: File listed twice: /usr/lib/golang/pkg/linux_386/encoding.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/errors.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/expvar.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/flag.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/fmt.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/linux_386/go warning: File listed twice: /usr/lib/golang/pkg/linux_386/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/go/build.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/go/format.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/go/token.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/hash warning: File listed twice: /usr/lib/golang/pkg/linux_386/hash.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/html warning: File listed twice: /usr/lib/golang/pkg/linux_386/html.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/html/template.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/image warning: File listed twice: /usr/lib/golang/pkg/linux_386/image.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/image/color warning: File listed twice: /usr/lib/golang/pkg/linux_386/image/color.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/image/png.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/index warning: File listed twice: /usr/lib/golang/pkg/linux_386/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/internal warning: File listed twice: /usr/lib/golang/pkg/linux_386/internal/syscall.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/io warning: File listed twice: /usr/lib/golang/pkg/linux_386/io.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/log warning: File listed twice: /usr/lib/golang/pkg/linux_386/log.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/math warning: File listed twice: /usr/lib/golang/pkg/linux_386/math.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/math/big.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/mime warning: File listed twice: /usr/lib/golang/pkg/linux_386/mime.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/net warning: File listed twice: /usr/lib/golang/pkg/linux_386/net.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/net/http warning: File listed twice: /usr/lib/golang/pkg/linux_386/net/http.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/net/rpc warning: File listed twice: /usr/lib/golang/pkg/linux_386/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/net/url.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/os warning: File listed twice: /usr/lib/golang/pkg/linux_386/os.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/os/user.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/path warning: File listed twice: /usr/lib/golang/pkg/linux_386/path.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/reflect.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/regexp warning: File listed twice: /usr/lib/golang/pkg/linux_386/regexp.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/runtime warning: File listed twice: /usr/lib/golang/pkg/linux_386/runtime.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/runtime.h warning: File listed twice: /usr/lib/golang/pkg/linux_386/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/sort.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/strconv.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/strings.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/sync warning: File listed twice: /usr/lib/golang/pkg/linux_386/sync.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/syscall.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/testing warning: File listed twice: /usr/lib/golang/pkg/linux_386/testing.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/text warning: File listed twice: /usr/lib/golang/pkg/linux_386/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/text/template warning: File listed twice: /usr/lib/golang/pkg/linux_386/text/template.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/textflag.h warning: File listed twice: /usr/lib/golang/pkg/linux_386/time.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/unicode warning: File listed twice: /usr/lib/golang/pkg/linux_386/unicode.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/linux_386/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: go(API)(cgo) = 1.4 golang-pkg-linux-386 = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-linux-amd64-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/linux_amd64 warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/archive warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/bufio.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/bytes.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/compress warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/container warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/container/list.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/database warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/database/sql warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/debug warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/encoding warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/encoding.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/errors.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/expvar.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/flag.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/fmt.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/go warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/go/build.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/go/format.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/go/token.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/hash warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/hash.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/html warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/html.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/html/template.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/image warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/image.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/image/color warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/image/color.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/image/png.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/index warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/internal warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/internal/syscall.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/io warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/io.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/log warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/log.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/math warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/math.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/math/big.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/mime warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/mime.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net/http warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net/http.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net/rpc warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/net/url.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/os warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/os.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/os/user.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/path warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/path.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/reflect.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/regexp warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/regexp.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/runtime warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/runtime.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/runtime.h warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/sort.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/strconv.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/strings.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/sync warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/sync.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/syscall.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/testing warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/testing.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/text warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/text/template warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/text/template.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/textflag.h warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/time.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/unicode warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/unicode.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/linux_amd64/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: go(API)(cgo) = 1.4 golang-pkg-linux-amd64 = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-linux-arm-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/linux_arm warning: File listed twice: /usr/lib/golang/pkg/linux_arm/archive warning: File listed twice: /usr/lib/golang/pkg/linux_arm/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/bufio.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/bytes.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/compress warning: File listed twice: /usr/lib/golang/pkg/linux_arm/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/container warning: File listed twice: /usr/lib/golang/pkg/linux_arm/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/container/list.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/database warning: File listed twice: /usr/lib/golang/pkg/linux_arm/database/sql warning: File listed twice: /usr/lib/golang/pkg/linux_arm/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/debug warning: File listed twice: /usr/lib/golang/pkg/linux_arm/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/encoding warning: File listed twice: /usr/lib/golang/pkg/linux_arm/encoding.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/errors.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/expvar.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/flag.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/fmt.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/linux_arm/go warning: File listed twice: /usr/lib/golang/pkg/linux_arm/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/go/build.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/go/format.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/go/token.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/hash warning: File listed twice: /usr/lib/golang/pkg/linux_arm/hash.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/html warning: File listed twice: /usr/lib/golang/pkg/linux_arm/html.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/html/template.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/image warning: File listed twice: /usr/lib/golang/pkg/linux_arm/image.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/image/color warning: File listed twice: /usr/lib/golang/pkg/linux_arm/image/color.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/image/png.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/index warning: File listed twice: /usr/lib/golang/pkg/linux_arm/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/internal warning: File listed twice: /usr/lib/golang/pkg/linux_arm/internal/syscall.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/io warning: File listed twice: /usr/lib/golang/pkg/linux_arm/io.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/log warning: File listed twice: /usr/lib/golang/pkg/linux_arm/log.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/math warning: File listed twice: /usr/lib/golang/pkg/linux_arm/math.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/math/big.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/mime warning: File listed twice: /usr/lib/golang/pkg/linux_arm/mime.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net/http warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net/http.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net/rpc warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/net/url.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/os warning: File listed twice: /usr/lib/golang/pkg/linux_arm/os.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/os/user.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/path warning: File listed twice: /usr/lib/golang/pkg/linux_arm/path.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/reflect.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/regexp warning: File listed twice: /usr/lib/golang/pkg/linux_arm/regexp.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/runtime warning: File listed twice: /usr/lib/golang/pkg/linux_arm/runtime.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/runtime.h warning: File listed twice: /usr/lib/golang/pkg/linux_arm/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/sort.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/strconv.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/strings.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/sync warning: File listed twice: /usr/lib/golang/pkg/linux_arm/sync.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/syscall.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/testing warning: File listed twice: /usr/lib/golang/pkg/linux_arm/testing.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/text warning: File listed twice: /usr/lib/golang/pkg/linux_arm/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/text/template warning: File listed twice: /usr/lib/golang/pkg/linux_arm/text/template.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/textflag.h warning: File listed twice: /usr/lib/golang/pkg/linux_arm/time.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/unicode warning: File listed twice: /usr/lib/golang/pkg/linux_arm/unicode.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/linux_arm/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: go(API)(cgo) = 1.4 golang-pkg-linux-arm = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-darwin-386-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/darwin_386 warning: File listed twice: /usr/lib/golang/pkg/darwin_386/archive warning: File listed twice: /usr/lib/golang/pkg/darwin_386/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/bufio.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/bytes.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/compress warning: File listed twice: /usr/lib/golang/pkg/darwin_386/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/container warning: File listed twice: /usr/lib/golang/pkg/darwin_386/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/container/list.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/database warning: File listed twice: /usr/lib/golang/pkg/darwin_386/database/sql warning: File listed twice: /usr/lib/golang/pkg/darwin_386/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/debug warning: File listed twice: /usr/lib/golang/pkg/darwin_386/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/encoding warning: File listed twice: /usr/lib/golang/pkg/darwin_386/encoding.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/errors.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/expvar.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/flag.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/fmt.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/darwin_386/go warning: File listed twice: /usr/lib/golang/pkg/darwin_386/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/go/build.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/go/format.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/go/token.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/hash warning: File listed twice: /usr/lib/golang/pkg/darwin_386/hash.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/html warning: File listed twice: /usr/lib/golang/pkg/darwin_386/html.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/html/template.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/image warning: File listed twice: /usr/lib/golang/pkg/darwin_386/image.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/image/color warning: File listed twice: /usr/lib/golang/pkg/darwin_386/image/color.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/image/png.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/index warning: File listed twice: /usr/lib/golang/pkg/darwin_386/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/io warning: File listed twice: /usr/lib/golang/pkg/darwin_386/io.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/log warning: File listed twice: /usr/lib/golang/pkg/darwin_386/log.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/math warning: File listed twice: /usr/lib/golang/pkg/darwin_386/math.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/math/big.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/mime warning: File listed twice: /usr/lib/golang/pkg/darwin_386/mime.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net/http warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net/http.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net/rpc warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/net/url.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/os warning: File listed twice: /usr/lib/golang/pkg/darwin_386/os.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/os/user.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/path warning: File listed twice: /usr/lib/golang/pkg/darwin_386/path.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/reflect.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/regexp warning: File listed twice: /usr/lib/golang/pkg/darwin_386/regexp.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/runtime warning: File listed twice: /usr/lib/golang/pkg/darwin_386/runtime.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/runtime.h warning: File listed twice: /usr/lib/golang/pkg/darwin_386/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/sort.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/strconv.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/strings.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/sync warning: File listed twice: /usr/lib/golang/pkg/darwin_386/sync.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/syscall.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/testing warning: File listed twice: /usr/lib/golang/pkg/darwin_386/testing.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/text warning: File listed twice: /usr/lib/golang/pkg/darwin_386/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/text/template warning: File listed twice: /usr/lib/golang/pkg/darwin_386/text/template.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/textflag.h warning: File listed twice: /usr/lib/golang/pkg/darwin_386/time.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/unicode warning: File listed twice: /usr/lib/golang/pkg/darwin_386/unicode.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/darwin_386/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: golang-pkg-darwin-386 = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-darwin-amd64-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64 warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/archive warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/bufio.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/bytes.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/compress warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/container warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/container/list.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/database warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/database/sql warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/debug warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/encoding warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/encoding.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/errors.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/expvar.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/flag.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/fmt.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/go warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/go/build.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/go/format.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/go/token.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/hash warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/hash.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/html warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/html.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/html/template.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/image warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/image.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/image/color warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/image/color.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/image/png.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/index warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/io warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/io.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/log warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/log.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/math warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/math.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/math/big.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/mime warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/mime.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net/http warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net/http.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net/rpc warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/net/url.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/os warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/os.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/os/user.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/path warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/path.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/reflect.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/regexp warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/regexp.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/runtime warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/runtime.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/runtime.h warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/sort.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/strconv.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/strings.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/sync warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/sync.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/syscall.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/testing warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/testing.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/text warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/text/template warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/text/template.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/textflag.h warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/time.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/unicode warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/unicode.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/darwin_amd64/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: golang-pkg-darwin-amd64 = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-windows-386-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/windows_386 warning: File listed twice: /usr/lib/golang/pkg/windows_386/archive warning: File listed twice: /usr/lib/golang/pkg/windows_386/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/bufio.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/bytes.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/compress warning: File listed twice: /usr/lib/golang/pkg/windows_386/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/container warning: File listed twice: /usr/lib/golang/pkg/windows_386/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/container/list.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/database warning: File listed twice: /usr/lib/golang/pkg/windows_386/database/sql warning: File listed twice: /usr/lib/golang/pkg/windows_386/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/debug warning: File listed twice: /usr/lib/golang/pkg/windows_386/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/encoding warning: File listed twice: /usr/lib/golang/pkg/windows_386/encoding.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/errors.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/expvar.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/flag.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/fmt.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/windows_386/go warning: File listed twice: /usr/lib/golang/pkg/windows_386/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/go/build.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/go/format.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/go/token.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/hash warning: File listed twice: /usr/lib/golang/pkg/windows_386/hash.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/html warning: File listed twice: /usr/lib/golang/pkg/windows_386/html.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/html/template.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/image warning: File listed twice: /usr/lib/golang/pkg/windows_386/image.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/image/color warning: File listed twice: /usr/lib/golang/pkg/windows_386/image/color.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/image/png.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/index warning: File listed twice: /usr/lib/golang/pkg/windows_386/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/io warning: File listed twice: /usr/lib/golang/pkg/windows_386/io.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/log warning: File listed twice: /usr/lib/golang/pkg/windows_386/log.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/math warning: File listed twice: /usr/lib/golang/pkg/windows_386/math.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/math/big.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/mime warning: File listed twice: /usr/lib/golang/pkg/windows_386/mime.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/net warning: File listed twice: /usr/lib/golang/pkg/windows_386/net.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/net/http warning: File listed twice: /usr/lib/golang/pkg/windows_386/net/http.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/net/rpc warning: File listed twice: /usr/lib/golang/pkg/windows_386/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/net/url.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/os warning: File listed twice: /usr/lib/golang/pkg/windows_386/os.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/os/user.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/path warning: File listed twice: /usr/lib/golang/pkg/windows_386/path.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/reflect.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/regexp warning: File listed twice: /usr/lib/golang/pkg/windows_386/regexp.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/runtime warning: File listed twice: /usr/lib/golang/pkg/windows_386/runtime.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/runtime.h warning: File listed twice: /usr/lib/golang/pkg/windows_386/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/sort.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/strconv.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/strings.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/sync warning: File listed twice: /usr/lib/golang/pkg/windows_386/sync.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/syscall.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/testing warning: File listed twice: /usr/lib/golang/pkg/windows_386/testing.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/text warning: File listed twice: /usr/lib/golang/pkg/windows_386/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/text/template warning: File listed twice: /usr/lib/golang/pkg/windows_386/text/template.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/textflag.h warning: File listed twice: /usr/lib/golang/pkg/windows_386/time.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/unicode warning: File listed twice: /usr/lib/golang/pkg/windows_386/unicode.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/windows_386/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: golang-pkg-windows-386 = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-windows-amd64-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/windows_amd64 warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/archive warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/bufio.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/bytes.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/compress warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/container warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/container/list.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/database warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/database/sql warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/debug warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/encoding warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/encoding.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/errors.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/expvar.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/flag.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/fmt.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/go warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/go/build.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/go/format.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/go/token.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/hash warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/hash.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/html warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/html.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/html/template.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/image warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/image.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/image/color warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/image/color.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/image/png.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/index warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/io warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/io.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/log warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/log.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/math warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/math.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/math/big.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/mime warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/mime.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net/http warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net/http.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net/rpc warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/net/url.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/os warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/os.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/os/user.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/path warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/path.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/reflect.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/regexp warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/regexp.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/runtime warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/runtime.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/runtime.h warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/sort.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/strconv.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/strings.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/sync warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/sync.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/syscall.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/testing warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/testing.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/text warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/text/template warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/text/template.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/textflag.h warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/time.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/unicode warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/unicode.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/windows_amd64/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: golang-pkg-windows-amd64 = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-plan9-386-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/plan9_386 warning: File listed twice: /usr/lib/golang/pkg/plan9_386/archive warning: File listed twice: /usr/lib/golang/pkg/plan9_386/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/bufio.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/bytes.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/compress warning: File listed twice: /usr/lib/golang/pkg/plan9_386/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/container warning: File listed twice: /usr/lib/golang/pkg/plan9_386/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/container/list.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/database warning: File listed twice: /usr/lib/golang/pkg/plan9_386/database/sql warning: File listed twice: /usr/lib/golang/pkg/plan9_386/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/debug warning: File listed twice: /usr/lib/golang/pkg/plan9_386/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/encoding warning: File listed twice: /usr/lib/golang/pkg/plan9_386/encoding.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/errors.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/expvar.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/flag.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/fmt.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/plan9_386/go warning: File listed twice: /usr/lib/golang/pkg/plan9_386/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/go/build.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/go/format.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/go/token.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/hash warning: File listed twice: /usr/lib/golang/pkg/plan9_386/hash.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/html warning: File listed twice: /usr/lib/golang/pkg/plan9_386/html.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/html/template.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/image warning: File listed twice: /usr/lib/golang/pkg/plan9_386/image.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/image/color warning: File listed twice: /usr/lib/golang/pkg/plan9_386/image/color.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/image/png.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/index warning: File listed twice: /usr/lib/golang/pkg/plan9_386/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/io warning: File listed twice: /usr/lib/golang/pkg/plan9_386/io.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/log warning: File listed twice: /usr/lib/golang/pkg/plan9_386/log.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/math warning: File listed twice: /usr/lib/golang/pkg/plan9_386/math.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/math/big.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/mime warning: File listed twice: /usr/lib/golang/pkg/plan9_386/mime.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net/http warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net/http.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net/rpc warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/net/url.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/os warning: File listed twice: /usr/lib/golang/pkg/plan9_386/os.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/os/user.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/path warning: File listed twice: /usr/lib/golang/pkg/plan9_386/path.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/reflect.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/regexp warning: File listed twice: /usr/lib/golang/pkg/plan9_386/regexp.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/runtime warning: File listed twice: /usr/lib/golang/pkg/plan9_386/runtime.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/runtime.h warning: File listed twice: /usr/lib/golang/pkg/plan9_386/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/sort.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/strconv.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/strings.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/sync warning: File listed twice: /usr/lib/golang/pkg/plan9_386/sync.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/syscall.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/testing warning: File listed twice: /usr/lib/golang/pkg/plan9_386/testing.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/text warning: File listed twice: /usr/lib/golang/pkg/plan9_386/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/text/template warning: File listed twice: /usr/lib/golang/pkg/plan9_386/text/template.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/textflag.h warning: File listed twice: /usr/lib/golang/pkg/plan9_386/time.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/unicode warning: File listed twice: /usr/lib/golang/pkg/plan9_386/unicode.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/plan9_386/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: golang-pkg-plan9-386 = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-plan9-amd64-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64 warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/archive warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/bufio.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/bytes.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/compress warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/container warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/container/list.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/database warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/database/sql warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/debug warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/encoding warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/encoding.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/errors.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/expvar.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/flag.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/fmt.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/go warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/go/build.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/go/format.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/go/token.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/hash warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/hash.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/html warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/html.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/html/template.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/image warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/image.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/image/color warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/image/color.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/image/png.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/index warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/io warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/io.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/log warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/log.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/math warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/math.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/math/big.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/mime warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/mime.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net/http warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net/http.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net/rpc warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/net/url.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/os warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/os.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/os/user.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/path warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/path.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/reflect.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/regexp warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/regexp.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/runtime warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/runtime.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/runtime.h warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/sort.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/strconv.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/strings.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/sync warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/sync.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/syscall.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/testing warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/testing.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/text warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/text/template warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/text/template.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/textflag.h warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/time.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/unicode warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/unicode.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/plan9_amd64/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: golang-pkg-plan9-amd64 = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-freebsd-386-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/freebsd_386 warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/archive warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/bufio.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/bytes.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/compress warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/container warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/container/list.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/database warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/database/sql warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/debug warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/encoding warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/encoding.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/errors.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/expvar.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/flag.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/fmt.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/go warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/go/build.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/go/format.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/go/token.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/hash warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/hash.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/html warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/html.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/html/template.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/image warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/image.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/image/color warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/image/color.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/image/png.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/index warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/io warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/io.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/log warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/log.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/math warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/math.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/math/big.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/mime warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/mime.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net/http warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net/http.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net/rpc warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/net/url.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/os warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/os.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/os/user.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/path warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/path.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/reflect.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/regexp warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/regexp.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/runtime warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/runtime.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/runtime.h warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/sort.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/strconv.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/strings.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/sync warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/sync.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/syscall.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/testing warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/testing.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/text warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/text/template warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/text/template.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/textflag.h warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/time.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/unicode warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/unicode.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_386/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: golang-pkg-freebsd-386 = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-freebsd-amd64-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64 warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/archive warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/bufio.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/bytes.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/compress warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/container warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/container/list.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/database warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/database/sql warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/debug warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/encoding warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/encoding.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/errors.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/expvar.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/flag.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/fmt.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/go warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/go/build.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/go/format.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/go/token.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/hash warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/hash.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/html warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/html.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/html/template.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/image warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/image.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/image/color warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/image/color.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/image/png.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/index warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/io warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/io.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/log warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/log.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/math warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/math.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/math/big.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/mime warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/mime.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net/http warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net/http.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net/rpc warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/net/url.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/os warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/os.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/os/user.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/path warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/path.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/reflect.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/regexp warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/regexp.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/runtime warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/runtime.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/runtime.h warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/sort.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/strconv.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/strings.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/sync warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/sync.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/syscall.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/testing warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/testing.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/text warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/text/template warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/text/template.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/textflag.h warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/time.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/unicode warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/unicode.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_amd64/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: golang-pkg-freebsd-amd64 = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-freebsd-arm-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/archive warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/bufio.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/bytes.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/compress warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/container warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/container/list.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/database warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/database/sql warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/debug warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/encoding warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/encoding.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/errors.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/expvar.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/flag.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/fmt.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/go warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/go/build.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/go/format.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/go/token.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/hash warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/hash.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/html warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/html.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/html/template.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/image warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/image.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/image/color warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/image/color.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/image/png.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/index warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/io warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/io.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/log warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/log.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/math warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/math.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/math/big.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/mime warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/mime.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net/http warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net/http.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net/rpc warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/net/url.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/os warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/os.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/os/user.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/path warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/path.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/reflect.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/regexp warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/regexp.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/runtime warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/runtime.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/runtime.h warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/sort.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/strconv.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/strings.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/sync warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/sync.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/syscall.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/testing warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/testing.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/text warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/text/template warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/text/template.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/textflag.h warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/time.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/unicode warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/unicode.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/freebsd_arm/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: golang-pkg-freebsd-arm = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-netbsd-386-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/netbsd_386 warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/archive warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/bufio.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/bytes.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/compress warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/container warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/container/list.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/database warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/database/sql warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/debug warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/encoding warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/encoding.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/errors.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/expvar.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/flag.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/fmt.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/go warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/go/build.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/go/format.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/go/token.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/hash warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/hash.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/html warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/html.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/html/template.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/image warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/image.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/image/color warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/image/color.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/image/png.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/index warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/io warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/io.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/log warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/log.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/math warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/math.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/math/big.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/mime warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/mime.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net/http warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net/http.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net/rpc warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/net/url.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/os warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/os.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/os/user.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/path warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/path.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/reflect.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/regexp warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/regexp.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/runtime warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/runtime.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/runtime.h warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/sort.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/strconv.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/strings.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/sync warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/sync.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/syscall.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/testing warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/testing.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/text warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/text/template warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/text/template.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/textflag.h warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/time.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/unicode warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/unicode.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_386/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: golang-pkg-netbsd-386 = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-netbsd-amd64-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64 warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/archive warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/bufio.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/bytes.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/compress warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/container warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/container/list.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/database warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/database/sql warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/debug warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/encoding warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/encoding.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/errors.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/expvar.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/flag.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/fmt.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/go warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/go/build.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/go/format.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/go/token.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/hash warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/hash.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/html warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/html.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/html/template.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/image warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/image.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/image/color warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/image/color.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/image/png.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/index warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/io warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/io.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/log warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/log.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/math warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/math.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/math/big.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/mime warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/mime.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net/http warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net/http.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net/rpc warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/net/url.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/os warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/os.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/os/user.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/path warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/path.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/reflect.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/regexp warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/regexp.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/runtime warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/runtime.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/runtime.h warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/sort.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/strconv.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/strings.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/sync warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/sync.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/syscall.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/testing warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/testing.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/text warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/text/template warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/text/template.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/textflag.h warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/time.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/unicode warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/unicode.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_amd64/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: golang-pkg-netbsd-amd64 = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-netbsd-arm-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/archive warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/bufio.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/bytes.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/compress warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/container warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/container/list.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/database warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/database/sql warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/debug warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/encoding warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/encoding.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/errors.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/expvar.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/flag.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/fmt.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/go warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/go/build.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/go/format.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/go/token.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/hash warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/hash.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/html warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/html.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/html/template.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/image warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/image.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/image/color warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/image/color.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/image/png.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/index warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/io warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/io.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/log warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/log.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/math warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/math.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/math/big.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/mime warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/mime.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net/http warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net/http.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net/rpc warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/net/url.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/os warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/os.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/os/user.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/path warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/path.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/reflect.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/regexp warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/regexp.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/runtime warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/runtime.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/runtime.h warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/sort.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/strconv.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/strings.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/sync warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/sync.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/syscall.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/testing warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/testing.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/text warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/text/template warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/text/template.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/textflag.h warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/time.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/unicode warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/unicode.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/netbsd_arm/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: golang-pkg-netbsd-arm = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-openbsd-386-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/openbsd_386 warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/archive warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/bufio.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/bytes.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/compress warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/container warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/container/list.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/database warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/database/sql warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/debug warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/encoding warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/encoding.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/errors.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/expvar.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/flag.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/fmt.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/go warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/go/build.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/go/format.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/go/token.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/hash warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/hash.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/html warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/html.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/html/template.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/image warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/image.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/image/color warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/image/color.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/image/png.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/index warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/io warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/io.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/log warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/log.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/math warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/math.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/math/big.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/mime warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/mime.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net/http warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net/http.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net/rpc warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/net/url.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/os warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/os.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/os/user.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/path warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/path.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/reflect.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/regexp warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/regexp.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/runtime warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/runtime.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/runtime.h warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/sort.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/strconv.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/strings.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/sync warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/sync.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/syscall.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/testing warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/testing.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/text warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/text/template warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/text/template.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/textflag.h warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/time.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/unicode warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/unicode.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_386/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: golang-pkg-openbsd-386 = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: golang-pkg-openbsd-amd64-1.4.2-1.el7.noarch warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64 warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/archive warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/archive/tar.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/archive/zip.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/bufio.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/bytes.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cgocall.h warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/internal warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/internal/goobj.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/internal/objfile.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/internal/rsc.io warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/internal/rsc.io/arm warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/internal/rsc.io/arm/armasm.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/internal/rsc.io/x86 warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/internal/rsc.io/x86/x86asm.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/pprof warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/commands.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/driver.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/fetch.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/plugin.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/profile.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/report.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/svg.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/symbolizer.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/symbolz.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/cmd/pprof/internal/tempfile.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/compress warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/compress/bzip2.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/compress/flate.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/compress/gzip.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/compress/lzw.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/compress/zlib.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/container warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/container/heap.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/container/list.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/container/ring.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/aes.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/cipher.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/des.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/dsa.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/ecdsa.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/elliptic.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/hmac.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/md5.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/rand.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/rc4.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/rsa.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/sha1.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/sha256.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/sha512.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/subtle.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/tls.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/x509 warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/x509.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/crypto/x509/pkix.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/database warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/database/sql warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/database/sql.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/database/sql/driver.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/debug warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/debug/dwarf.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/debug/elf.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/debug/gosym.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/debug/macho.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/debug/pe.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/debug/plan9obj.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/encoding warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/encoding.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/encoding/ascii85.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/encoding/asn1.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/encoding/base32.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/encoding/base64.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/encoding/binary.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/encoding/csv.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/encoding/gob.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/encoding/hex.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/encoding/json.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/encoding/pem.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/encoding/xml.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/errors.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/expvar.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/flag.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/fmt.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/funcdata.h warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/go warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/go/ast.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/go/build.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/go/doc.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/go/format.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/go/parser.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/go/printer.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/go/scanner.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/go/token.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/hash warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/hash.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/hash/adler32.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/hash/crc32.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/hash/crc64.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/hash/fnv.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/html warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/html.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/html/template.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/image warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/image.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/image/color warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/image/color.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/image/color/palette.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/image/draw.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/image/gif.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/image/jpeg.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/image/png.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/index warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/index/suffixarray.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/io warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/io.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/io/ioutil.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/log warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/log.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/log/syslog.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/math warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/math.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/math/big.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/math/cmplx.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/math/rand.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/mime warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/mime.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/mime/multipart.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net/http warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net/http.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net/http/cgi.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net/http/cookiejar.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net/http/fcgi.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net/http/httptest.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net/http/httputil.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net/http/internal.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net/http/pprof.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net/mail.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net/rpc warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net/rpc.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net/rpc/jsonrpc.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net/smtp.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net/textproto.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/net/url.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/os warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/os.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/os/exec.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/os/signal.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/os/user.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/path warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/path.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/path/filepath.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/reflect.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/regexp warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/regexp.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/regexp/syntax.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/runtime warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/runtime.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/runtime.h warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/runtime/debug.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/runtime/pprof.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/runtime/race.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/sort.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/strconv.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/strings.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/sync warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/sync.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/sync/atomic.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/syscall.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/testing warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/testing.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/testing/iotest.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/testing/quick.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/text warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/text/scanner.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/text/tabwriter.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/text/template warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/text/template.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/text/template/parse.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/textflag.h warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/time.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/unicode warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/unicode.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/unicode/utf16.a warning: File listed twice: /usr/lib/golang/pkg/openbsd_amd64/unicode/utf8.a Finding Provides: /usr/lib/rpm/redhat/find-provides Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: Provides: golang-pkg-openbsd-amd64 = 1.4.2-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64 Wrote: /builddir/build/RPMS/golang-1.4.2-1.el7.x86_64.rpm Wrote: /builddir/build/RPMS/golang-src-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-bin-linux-amd64-1.4.2-1.el7.x86_64.rpm Wrote: /builddir/build/RPMS/golang-pkg-linux-386-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-linux-amd64-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-linux-arm-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-darwin-386-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-darwin-amd64-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-windows-386-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-windows-amd64-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-plan9-386-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-plan9-amd64-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-freebsd-386-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-freebsd-amd64-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-freebsd-arm-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-netbsd-386-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-netbsd-amd64-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-netbsd-arm-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-openbsd-386-1.4.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/golang-pkg-openbsd-amd64-1.4.2-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.kn7nvm + umask 022 + cd /builddir/build/BUILD + cd go + /usr/bin/rm -rf /builddir/build/BUILDROOT/golang-1.4.2-1.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->