Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/golang-github-gdamore-tcell.spec'], chrootPath='/var/lib/mock/f27-build-11821929-876875/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/golang-github-gdamore-tcell.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/golang-github-gdamore-tcell-1.0.0-1.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/golang-github-gdamore-tcell.spec'], chrootPath='/var/lib/mock/f27-build-11821929-876875/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/golang-github-gdamore-tcell.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.IzJLpe + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tcell-1.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/tcell-1.0.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd tcell-1.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rEj8Px + umask 022 + cd /builddir/build/BUILD + cd tcell-1.0.0 + mkdir -p src/github.com/gdamore/ ++ pwd + ln -s /builddir/build/BUILD/tcell-1.0.0 src/github.com/gdamore/tcell ++ pwd + export GOPATH=/builddir/build/BUILD/tcell-1.0.0:/usr/share/gocode + GOPATH=/builddir/build/BUILD/tcell-1.0.0:/usr/share/gocode + for f in boxes mouse unicode ++ head -c20 /dev/urandom ++ od -An -tx1 ++ tr -d ' \n' + go build -buildmode pie -compiler gc '-tags=rpm_crashtraceback ' -ldflags ' -B 0x04a16d994e2b2144223d749dfb37728b17647617 -extldflags '\''-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' -a -v -x -o bin/boxes _demos/boxes.go WORK=/tmp/go-build869027309 runtime/internal/sys mkdir -p $WORK/runtime/internal/sys/_obj/ mkdir -p $WORK/runtime/internal/ cd /usr/lib/golang/src/runtime/internal/sys /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/runtime/internal/sys.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/internal/sys -std -+ -complete -installsuffix shared -buildid e6f8c3f617ceb8a800d280491995f9d7e6669ac3 -D _/usr/lib/golang/src/runtime/internal/sys -I $WORK -pack ./arch.go ./arch_arm.go ./intrinsics.go ./stubs.go ./sys.go ./zgoarch_arm.go ./zgoos_linux.go ./zversion.go runtime/internal/atomic mkdir -p $WORK/runtime/internal/atomic/_obj/ cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/runtime/internal/atomic.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/internal/atomic -std -+ -installsuffix shared -buildid ed07a56b8bb30a5d109f039a88a13f42d1ab09c3 -D _/usr/lib/golang/src/runtime/internal/atomic -I $WORK -pack -asmhdr $WORK/runtime/internal/atomic/_obj/go_asm.h ./atomic_arm.go ./stubs.go /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/internal/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/internal/atomic/_obj/asm_arm.o ./asm_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/internal/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/internal/atomic/_obj/sys_linux_arm.o ./sys_linux_arm.s pack r $WORK/runtime/internal/atomic.a $WORK/runtime/internal/atomic/_obj/asm_arm.o $WORK/runtime/internal/atomic/_obj/sys_linux_arm.o # internal runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/runtime.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime -std -+ -installsuffix shared -buildid efea9de6af3d1d926f04742a48e735fa4df98988 -D _/usr/lib/golang/src/runtime -I $WORK -pack -asmhdr $WORK/runtime/_obj/go_asm.h ./alg.go ./atomic_pointer.go ./cgo.go ./cgocall.go ./cgocallback.go ./cgocheck.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./defs_linux_arm.go ./env_posix.go ./error.go ./extern.go ./fastlog2.go ./fastlog2table.go ./fedora.go ./float.go ./hash32.go ./hashmap.go ./hashmap_fast.go ./heapdump.go ./iface.go ./lfstack.go ./lfstack_32bit.go ./lock_futex.go ./malloc.go ./mbarrier.go ./mbitmap.go ./mcache.go ./mcentral.go ./mem_linux.go ./mfinal.go ./mfixalloc.go ./mgc.go ./mgclarge.go ./mgcmark.go ./mgcsweep.go ./mgcsweepbuf.go ./mgcwork.go ./mheap.go ./mmap.go ./mprof.go ./msan0.go ./msize.go ./mstats.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./os_linux_arm.go ./os_linux_generic.go ./panic.go ./plugin.go ./print.go ./proc.go ./profbuf.go ./proflabel.go ./race0.go ./rdebug.go ./relax_stub.go ./runtime.go ./runtime1.go ./runtime2.go ./rwmutex.go ./select.go ./sema.go ./sigaction_linux.go ./signal_arm.go ./signal_linux_arm.go ./signal_sighandler.go ./signal_unix.go ./sigqueue.go ./sigtab_linux_generic.go ./sizeclasses.go ./slice.go ./softfloat64.go ./softfloat_arm.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./stubs2.go ./stubs32.go ./stubs_asm.go ./stubs_linux.go ./symtab.go ./sys_arm.go ./sys_nonppc64x.go ./time.go ./timestub.go ./trace.go ./traceback.go ./type.go ./typekind.go ./unaligned2.go ./utf8.go ./vlrt.go ./write_err.go /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/asm_arm.o ./asm_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/duff_arm.o ./duff_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/memclr_arm.o ./memclr_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/memmove_arm.o ./memmove_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/rt0_linux_arm.o ./rt0_linux_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/sys_linux_arm.o ./sys_linux_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/tls_arm.o ./tls_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/vlop_arm.o ./vlop_arm.s pack r $WORK/runtime.a $WORK/runtime/_obj/asm.o $WORK/runtime/_obj/asm_arm.o $WORK/runtime/_obj/duff_arm.o $WORK/runtime/_obj/memclr_arm.o $WORK/runtime/_obj/memmove_arm.o $WORK/runtime/_obj/rt0_linux_arm.o $WORK/runtime/_obj/sys_linux_arm.o $WORK/runtime/_obj/tls_arm.o $WORK/runtime/_obj/vlop_arm.o # internal errors mkdir -p $WORK/errors/_obj/ internal/race sync/atomic mkdir -p $WORK/sync/atomic/_obj/ cd /usr/lib/golang/src/errors /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/errors.a -trimpath $WORK -shared -goversion go1.9.4 -p errors -std -complete -installsuffix shared -buildid 7aea51bee6b8992875c481d159e517571439d817 -D _/usr/lib/golang/src/errors -I $WORK -pack ./errors.go mkdir -p $WORK/sync/ mkdir -p $WORK/internal/race/_obj/ cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/sync/atomic.a -trimpath $WORK -shared -goversion go1.9.4 -p sync/atomic -std -installsuffix shared -buildid b4d5c76738572b2b8065ce63f45c566383fc756a -D _/usr/lib/golang/src/sync/atomic -I $WORK -pack -asmhdr $WORK/sync/atomic/_obj/go_asm.h ./64bit_arm.go ./doc.go ./value.go mkdir -p $WORK/internal/ cd /usr/lib/golang/src/internal/race /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/internal/race.a -trimpath $WORK -shared -goversion go1.9.4 -p internal/race -std -complete -installsuffix shared -buildid 4781417f47e41bf7cfabc4949fcf890f529c57a8 -D _/usr/lib/golang/src/internal/race -I $WORK -pack ./doc.go ./norace.go math mkdir -p $WORK/math/_obj/ cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/math.a -trimpath $WORK -shared -goversion go1.9.4 -p math -std -installsuffix shared -buildid 5292cd48eec010ebd848bbabfa907836739565b8 -D _/usr/lib/golang/src/math -I $WORK -pack -asmhdr $WORK/math/_obj/go_asm.h ./abs.go ./acosh.go ./asin.go ./asinh.go ./atan.go ./atan2.go ./atanh.go ./bits.go ./cbrt.go ./const.go ./copysign.go ./dim.go ./erf.go ./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/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /usr/lib/golang/src/unicode/utf8 /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/unicode/utf8.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode/utf8 -std -complete -installsuffix shared -buildid bf1055d464812103051d220f3e41ecd122ff2b44 -D _/usr/lib/golang/src/unicode/utf8 -I $WORK -pack ./utf8.go unicode mkdir -p $WORK/unicode/_obj/ cd /usr/lib/golang/src/unicode /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/unicode.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode -std -complete -installsuffix shared -buildid 7b72d5615a7e730180bff0e069a7f4f242d1bb1b -D _/usr/lib/golang/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/sync/atomic/_obj/asm_arm.o ./asm_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/sync/atomic/_obj/asm_linux_arm.o ./asm_linux_arm.s pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_arm.o $WORK/sync/atomic/_obj/asm_linux_arm.o # internal sync mkdir -p $WORK/sync/_obj/ cd /usr/lib/golang/src/sync /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/sync.a -trimpath $WORK -shared -goversion go1.9.4 -p sync -std -installsuffix shared -buildid ea7829f6b865264dc0838d14a38ff93182404854 -D _/usr/lib/golang/src/sync -I $WORK -pack ./cond.go ./map.go ./mutex.go ./once.go ./pool.go ./runtime.go ./rwmutex.go ./waitgroup.go golang.org/x/text/encoding/internal/identifier mkdir -p $WORK/golang.org/x/text/encoding/internal/identifier/_obj/ mkdir -p $WORK/golang.org/x/text/encoding/internal/ cd /usr/share/gocode/src/golang.org/x/text/encoding/internal/identifier /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding/internal/identifier.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding/internal/identifier -complete -installsuffix shared -buildid a3903a78c51c36637a62f885aa20d6c4d14209eb -D _/usr/share/gocode/src/golang.org/x/text/encoding/internal/identifier -I $WORK -pack ./identifier.go ./mib.go math/bits mkdir -p $WORK/math/bits/_obj/ mkdir -p $WORK/math/ cd /usr/lib/golang/src/math/bits /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/math/bits.a -trimpath $WORK -shared -goversion go1.9.4 -p math/bits -std -complete -installsuffix shared -buildid 6803d8c7a7543ba88c0759fdcf368b594caa74a2 -D _/usr/lib/golang/src/math/bits -I $WORK -pack ./bits.go ./bits_tables.go encoding mkdir -p $WORK/encoding/_obj/ cd /usr/lib/golang/src/encoding /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding -std -complete -installsuffix shared -buildid 8da5fd74b59023105630887abd3ce68d8852913f -D _/usr/lib/golang/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /usr/lib/golang/src/unicode/utf16 /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/unicode/utf16.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode/utf16 -std -complete -installsuffix shared -buildid 9d8602e8cbff70f48e7d2545a3922cd8c50129aa -D _/usr/lib/golang/src/unicode/utf16 -I $WORK -pack ./utf16.go io mkdir -p $WORK/io/_obj/ cd /usr/lib/golang/src/io /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/io.a -trimpath $WORK -shared -goversion go1.9.4 -p io -std -complete -installsuffix shared -buildid 37dbba30ccebcba4ed147cfdca1398923bc43808 -D _/usr/lib/golang/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/syscall.a -trimpath $WORK -shared -goversion go1.9.4 -p syscall -std -installsuffix shared -buildid 8d87e42ca34d18ed5af48dc837d4ba692068869e -D _/usr/lib/golang/src/syscall -I $WORK -pack -asmhdr $WORK/syscall/_obj/go_asm.h ./dirent.go ./endian_little.go ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./flock_linux_32bit.go ./lsf_linux.go ./msan0.go ./net.go ./netlink_linux.go ./setuidgid_32_linux.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_arm.go ./syscall_unix.go ./timestruct.go ./zerrors_linux_arm.go ./zsyscall_linux_arm.go ./zsysnum_linux_arm.go ./ztypes_linux_arm.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/asin_arm.o ./asin_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/asinh_stub.o ./asinh_stub.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/atan2_arm.o ./atan2_arm.s hash mkdir -p $WORK/hash/_obj/ cd /usr/lib/golang/src/hash /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/hash.a -trimpath $WORK -shared -goversion go1.9.4 -p hash -std -complete -installsuffix shared -buildid 37017b5f9cb4a4054e6da3570b5c625289cd046f -D _/usr/lib/golang/src/hash -I $WORK -pack ./hash.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/atan_arm.o ./atan_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/cbrt_stub.o ./cbrt_stub.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/dim_arm.o ./dim_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/erf_stub.o ./erf_stub.s hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/hash/crc32.a -trimpath $WORK -shared -goversion go1.9.4 -p hash/crc32 -std -complete -installsuffix shared -buildid d57f51af4578c1d7713a120bacedf915c15730e1 -D _/usr/lib/golang/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_generic.go ./crc32_otherarch.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/exp2_arm.o ./exp2_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/exp_arm.o ./exp_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/expm1_arm.o ./expm1_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/floor_arm.o ./floor_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/frexp_arm.o ./frexp_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/hypot_arm.o ./hypot_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/ldexp_arm.o ./ldexp_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/log10_arm.o ./log10_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/log1p_arm.o ./log1p_arm.s bytes mkdir -p $WORK/bytes/_obj/ cd /usr/lib/golang/src/bytes /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/bytes.a -trimpath $WORK -shared -goversion go1.9.4 -p bytes -std -installsuffix shared -buildid 349d5e5d35f795b39b85737c9b1e7bd602e8a219 -D _/usr/lib/golang/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./bytes_generic.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/strings.a -trimpath $WORK -shared -goversion go1.9.4 -p strings -std -installsuffix shared -buildid b49c32d84c2f205d6c2baa3aec9ca767c4661d29 -D _/usr/lib/golang/src/strings -I $WORK -pack -asmhdr $WORK/strings/_obj/go_asm.h ./compare.go ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go ./strings_generic.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/log_arm.o ./log_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/mod_arm.o ./mod_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/modf_arm.o ./modf_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/pow_stub.o ./pow_stub.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/remainder_arm.o ./remainder_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/sin_arm.o ./sin_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/sinh_stub.o ./sinh_stub.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/sqrt_arm.o ./sqrt_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/tan_arm.o ./tan_arm.s pack r $WORK/math.a $WORK/math/_obj/asin_arm.o $WORK/math/_obj/asinh_stub.o $WORK/math/_obj/atan2_arm.o $WORK/math/_obj/atan_arm.o $WORK/math/_obj/cbrt_stub.o $WORK/math/_obj/dim_arm.o $WORK/math/_obj/erf_stub.o $WORK/math/_obj/exp2_arm.o $WORK/math/_obj/exp_arm.o $WORK/math/_obj/expm1_arm.o $WORK/math/_obj/floor_arm.o $WORK/math/_obj/frexp_arm.o $WORK/math/_obj/hypot_arm.o $WORK/math/_obj/ldexp_arm.o $WORK/math/_obj/log10_arm.o $WORK/math/_obj/log1p_arm.o $WORK/math/_obj/log_arm.o $WORK/math/_obj/mod_arm.o $WORK/math/_obj/modf_arm.o $WORK/math/_obj/pow_stub.o $WORK/math/_obj/remainder_arm.o $WORK/math/_obj/sin_arm.o $WORK/math/_obj/sinh_stub.o $WORK/math/_obj/sqrt_arm.o $WORK/math/_obj/tan_arm.o # internal strconv mkdir -p $WORK/strconv/_obj/ cd /usr/lib/golang/src/strconv /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/strconv.a -trimpath $WORK -shared -goversion go1.9.4 -p strconv -std -complete -installsuffix shared -buildid baa96fed6f6f11fc17bbe21dc36532ccb9ba6910 -D _/usr/lib/golang/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./doc.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go golang.org/x/text/transform mkdir -p $WORK/golang.org/x/text/transform/_obj/ mkdir -p $WORK/golang.org/x/text/ cd /usr/share/gocode/src/golang.org/x/text/transform /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/transform.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/transform -complete -installsuffix shared -buildid 39ab0e088f77730becfe9eb36979796c4f0ba9f6 -D _/usr/share/gocode/src/golang.org/x/text/transform -I $WORK -pack ./transform.go cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/strings/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/strings/_obj/strings.o ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.o # internal bufio mkdir -p $WORK/bufio/_obj/ cd /usr/lib/golang/src/bufio /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/bufio.a -trimpath $WORK -shared -goversion go1.9.4 -p bufio -std -complete -installsuffix shared -buildid 6c7fd4ed4786cc28ad4cad0398da8de1a0671145 -D _/usr/lib/golang/src/bufio -I $WORK -pack ./bufio.go ./scan.go path mkdir -p $WORK/path/_obj/ cd /usr/lib/golang/src/path /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/path.a -trimpath $WORK -shared -goversion go1.9.4 -p path -std -complete -installsuffix shared -buildid 7cf91534b4d6a31478159eb44f346a05a6a8d7d4 -D _/usr/lib/golang/src/path -I $WORK -pack ./match.go ./path.go math/rand mkdir -p $WORK/math/rand/_obj/ cd /usr/lib/golang/src/math/rand /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/math/rand.a -trimpath $WORK -shared -goversion go1.9.4 -p math/rand -std -complete -installsuffix shared -buildid db75e4bcaf78f2dedbff60a7028a059de7dc9721 -D _/usr/lib/golang/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go reflect mkdir -p $WORK/reflect/_obj/ cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/reflect.a -trimpath $WORK -shared -goversion go1.9.4 -p reflect -std -installsuffix shared -buildid 909c0f47dbb0e3d328e77cb21700a1d033c6c0a9 -D _/usr/lib/golang/src/reflect -I $WORK -pack -asmhdr $WORK/reflect/_obj/go_asm.h ./deepequal.go ./makefunc.go ./swapper.go ./type.go ./value.go golang.org/x/text/encoding mkdir -p $WORK/golang.org/x/text/encoding/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding -complete -installsuffix shared -buildid 3bdeef6e7a5edb88cb7506587f2982433ab706df -D _/usr/share/gocode/src/golang.org/x/text/encoding -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./encoding.go cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/syscall/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/syscall/_obj/asm_linux_arm.o ./asm_linux_arm.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm_linux_arm.o # internal time mkdir -p $WORK/time/_obj/ cd /usr/lib/golang/src/time /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/time.a -trimpath $WORK -shared -goversion go1.9.4 -p time -std -installsuffix shared -buildid 15d81dbc39b5834b392ac67ee788a7e25ec66929 -D _/usr/lib/golang/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /usr/lib/golang/src/encoding/base64 /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/encoding/base64.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/base64 -std -complete -installsuffix shared -buildid 056f92e32eef58ac5f537668adca1dad434ca5d9 -D _/usr/lib/golang/src/encoding/base64 -I $WORK -pack ./base64.go github.com/gdamore/encoding mkdir -p $WORK/github.com/gdamore/encoding/_obj/ mkdir -p $WORK/github.com/gdamore/ cd /usr/share/gocode/src/github.com/gdamore/encoding /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/gdamore/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/encoding -complete -installsuffix shared -buildid a971a461eaa78fd9e89832cd0e0ed86605894835 -D _/usr/share/gocode/src/github.com/gdamore/encoding -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./ascii.go ./charmap.go ./doc.go ./ebcdic.go ./latin1.go ./latin5.go ./utf8.go internal/poll mkdir -p $WORK/internal/poll/_obj/ cd /usr/lib/golang/src/internal/poll /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/internal/poll.a -trimpath $WORK -shared -goversion go1.9.4 -p internal/poll -std -installsuffix shared -buildid e068339b4fed491f6546358367729245bac4931e -D _/usr/lib/golang/src/internal/poll -I $WORK -pack ./fd.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_posix.go ./fd_unix.go ./hook_cloexec.go ./hook_unix.go ./sendfile_linux.go ./sock_cloexec.go ./sockopt.go ./sockopt_linux.go ./sockopt_unix.go ./sockoptip.go ./writev.go os mkdir -p $WORK/os/_obj/ cd /usr/lib/golang/src/os /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/os.a -trimpath $WORK -shared -goversion go1.9.4 -p os -std -installsuffix shared -buildid 82e5c7e81d00bfe933f92970c76b63ecce52cd86 -D _/usr/lib/golang/src/os -I $WORK -pack ./dir.go ./dir_unix.go ./env.go ./error.go ./error_posix.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./executable.go ./executable_procfs.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./stat_unix.go ./sticky_notbsd.go ./str.go ./sys.go ./sys_linux.go ./sys_unix.go ./types.go ./types_unix.go ./wait_waitid.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/os/signal.a -trimpath $WORK -shared -goversion go1.9.4 -p os/signal -std -installsuffix shared -buildid 0e56659071f897b40ff396fc6036b8d9837a6e2c -D _/usr/lib/golang/src/os/signal -I $WORK -pack -asmhdr $WORK/os/signal/_obj/go_asm.h ./doc.go ./signal.go ./signal_unix.go /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/os/signal/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/os/signal/_obj/sig.o ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.o # internal cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/reflect/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/reflect/_obj/asm_arm.o ./asm_arm.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_arm.o # internal sort fmt mkdir -p $WORK/sort/_obj/ mkdir -p $WORK/fmt/_obj/ cd /usr/lib/golang/src/fmt /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/fmt.a -trimpath $WORK -shared -goversion go1.9.4 -p fmt -std -complete -installsuffix shared -buildid 7f190aab64166383f11097d382a00904265d2f65 -D _/usr/lib/golang/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary cd /usr/lib/golang/src/sort /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/sort.a -trimpath $WORK -shared -goversion go1.9.4 -p sort -std -complete -installsuffix shared -buildid b111a16b43668628efedefcd4f734e51ee841bca -D _/usr/lib/golang/src/sort -I $WORK -pack ./search.go ./sort.go ./zfuncversion.go mkdir -p $WORK/encoding/binary/_obj/ cd /usr/lib/golang/src/encoding/binary /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/encoding/binary.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/binary -std -complete -installsuffix shared -buildid 2e17626855e2765017b9b259640ed7fd68465944 -D _/usr/lib/golang/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /usr/lib/golang/src/regexp/syntax /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/regexp/syntax.a -trimpath $WORK -shared -goversion go1.9.4 -p regexp/syntax -std -complete -installsuffix shared -buildid e7d19f95b7be64ee75b0b0377b6b1a7f4e6d2935 -D _/usr/lib/golang/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go compress/flate encoding/json mkdir -p $WORK/compress/flate/_obj/ mkdir -p $WORK/compress/ mkdir -p $WORK/encoding/json/_obj/ cd /usr/lib/golang/src/compress/flate /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/compress/flate.a -trimpath $WORK -shared -goversion go1.9.4 -p compress/flate -std -complete -installsuffix shared -buildid 8a7db4d092caf544f1381f6d2d1b473b594ce29a -D _/usr/lib/golang/src/compress/flate -I $WORK -pack ./deflate.go ./deflatefast.go ./dict_decoder.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./token.go github.com/lucasb-eyer/go-colorful mkdir -p $WORK/github.com/lucasb-eyer/go-colorful/_obj/ cd /usr/lib/golang/src/encoding/json /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/encoding/json.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/json -std -complete -installsuffix shared -buildid 3810eee41189f3d6f1aa34c6b064e320c100efbb -D _/usr/lib/golang/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tables.go ./tags.go mkdir -p $WORK/github.com/lucasb-eyer/ cd /usr/share/gocode/src/github.com/lucasb-eyer/go-colorful /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/lucasb-eyer/go-colorful.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/lucasb-eyer/go-colorful -complete -installsuffix shared -buildid 30b0c4d5157ecbeee64ab479c883e1fd96b9309f -D _/usr/share/gocode/src/github.com/lucasb-eyer/go-colorful -I $WORK -pack ./colorgens.go ./colors.go ./happy_palettegen.go ./soft_palettegen.go ./warm_palettegen.go regexp mkdir -p $WORK/regexp/_obj/ cd /usr/lib/golang/src/regexp /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/regexp.a -trimpath $WORK -shared -goversion go1.9.4 -p regexp -std -complete -installsuffix shared -buildid 73e29cd9883dd831d2a713a438731bbe065486c6 -D _/usr/lib/golang/src/regexp -I $WORK -pack ./backtrack.go ./exec.go ./onepass.go ./regexp.go compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /usr/lib/golang/src/compress/gzip /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/compress/gzip.a -trimpath $WORK -shared -goversion go1.9.4 -p compress/gzip -std -complete -installsuffix shared -buildid b24c87973149cf22fbeed7744a349f070b097ee8 -D _/usr/lib/golang/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ mkdir -p $WORK/runtime/ cd /usr/lib/golang/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /usr/lib/golang/pkg/tool/linux_arm/cgo -objdir $WORK/runtime/cgo/_obj/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror cgo.go cd $WORK gcc -fdebug-prefix-map=a=b -c trivial.c gcc -gno-record-gcc-switches -c trivial.c cd $WORK/runtime/cgo/_obj gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_cgo_export.o -c _cgo_export.c github.com/mattn/go-runewidth mkdir -p $WORK/github.com/mattn/go-runewidth/_obj/ mkdir -p $WORK/github.com/mattn/ cd /usr/share/gocode/src/github.com/mattn/go-runewidth /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/mattn/go-runewidth.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/mattn/go-runewidth -complete -installsuffix shared -buildid 0e7a54e92ea1229290fa75ad69c623939965d469 -D _/usr/share/gocode/src/github.com/mattn/go-runewidth -I $WORK -pack ./runewidth.go ./runewidth_posix.go cd $WORK/runtime/cgo/_obj gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./cgo.cgo2.o -c cgo.cgo2.c cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_context.o -c gcc_context.c github.com/gdamore/tcell/terminfo mkdir -p $WORK/github.com/gdamore/tcell/terminfo/_obj/ mkdir -p $WORK/github.com/gdamore/tcell/ cd /builddir/build/BUILD/tcell-1.0.0/src/github.com/gdamore/tcell/terminfo /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/gdamore/tcell/terminfo.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/tcell/terminfo -complete -installsuffix shared -buildid 6fa9e01011c81a8dbd2508b1adf446f0daf729cc -D _/builddir/build/BUILD/tcell-1.0.0/src/github.com/gdamore/tcell/terminfo -I $WORK -pack ./term_Eterm.go ./term_Eterm_256color.go ./term_adm3a.go ./term_aixterm.go ./term_ansi.go ./term_aterm.go ./term_beterm.go ./term_bsdos_pc.go ./term_cygwin.go ./term_d200.go ./term_d210.go ./term_dtterm.go ./term_gnome.go ./term_gnome_256color.go ./term_hpterm.go ./term_hz1500.go ./term_konsole.go ./term_konsole_256color.go ./term_kterm.go ./term_linux.go ./term_pcansi.go ./term_rxvt.go ./term_rxvt_256color.go ./term_rxvt_unicode.go ./term_rxvt_unicode_256color.go ./term_screen.go ./term_screen_256color.go ./term_st.go ./term_st_meta.go ./term_st_meta_256color.go ./term_st_meta_truecolor.go ./term_st_truecolor.go ./term_sun.go ./term_sun_color.go ./term_tvi910.go ./term_tvi912.go ./term_tvi921.go ./term_tvi925.go ./term_tvi950.go ./term_tvi970.go ./term_vt100.go ./term_vt102.go ./term_vt220.go ./term_vt320.go ./term_vt400.go ./term_vt420.go ./term_vt52.go ./term_wy50.go ./term_wy60.go ./term_wy99_ansi.go ./term_wy99a_ansi.go ./term_xfce.go ./term_xnuppc.go ./term_xterm.go ./term_xterm_256color.go ./term_xterm_truecolor.go ./terminfo.go cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c gcc_fatalf.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_libinit.o -c gcc_libinit.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_arm.o -c gcc_linux_arm.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c gcc_setenv.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_traceback.o -c gcc_traceback.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c gcc_util.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_arm.o -c gcc_arm.S cd $WORK/runtime/cgo/_obj gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_cgo_main.o -c _cgo_main.c cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -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_context.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_libinit.o $WORK/runtime/cgo/_obj/gcc_linux_arm.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_traceback.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_arm.o -g -O2 -lpthread -pie /usr/lib/golang/pkg/tool/linux_arm/cgo -dynpackage cgo -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.go -dynlinker cd $WORK gcc -no-pie -c trivial.c cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -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_context.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_libinit.o $WORK/runtime/cgo/_obj/gcc_linux_arm.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_traceback.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_arm.o -g -O2 -Wl,-r -nostdlib -no-pie -Wl,--build-id=none /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/runtime/cgo.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/cgo -std -installsuffix shared -buildid 0620cb9fe6bc86a7243f19cf0ac22a054532941c -D _/usr/lib/golang/src/runtime/cgo -I $WORK -pack -asmhdr $WORK/runtime/cgo/_obj/go_asm.h ./callbacks.go ./callbacks_traceback.go ./iscgo.go ./setenv.go $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go $WORK/runtime/cgo/_obj/_cgo_import.go /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/cgo/_obj/asm_arm.o ./asm_arm.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/asm_arm.o $WORK/runtime/cgo/_obj/_all.o # internal github.com/gdamore/tcell mkdir -p $WORK/github.com/gdamore/tcell/_obj/ cd /builddir/build/BUILD/tcell-1.0.0/src/github.com/gdamore/tcell /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/gdamore/tcell.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/tcell -complete -installsuffix shared -buildid 82bb855223b40a12fc080d664d0875643cd1ab29 -D _/builddir/build/BUILD/tcell-1.0.0/src/github.com/gdamore/tcell -I $WORK -I /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm_shared -I /usr/share/gocode/pkg/linux_arm_shared -pack ./attr.go ./cell.go ./charset_unix.go ./color.go ./colorfit.go ./console_stub.go ./doc.go ./encoding.go ./errors.go ./event.go ./interrupt.go ./key.go ./mouse.go ./resize.go ./runes.go ./screen.go ./simulation.go ./style.go ./tscreen.go ./tscreen_linux.go command-line-arguments mkdir -p $WORK/command-line-arguments/_obj/ mkdir -p $WORK/command-line-arguments/_obj/exe/ cd /builddir/build/BUILD/tcell-1.0.0/_demos /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/command-line-arguments.a -trimpath $WORK -shared -goversion go1.9.4 -p main -complete -installsuffix shared -buildid 9857a34b623adb9a844eadfe816ac596692dd894 -D _/builddir/build/BUILD/tcell-1.0.0/_demos -I $WORK -I /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm_shared -pack ./boxes.go cd . /usr/lib/golang/pkg/tool/linux_arm/link -o $WORK/command-line-arguments/_obj/exe/a.out -L $WORK -L /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm_shared -L /usr/share/gocode/pkg/linux_arm_shared -installsuffix shared -extld=gcc -buildmode=pie -buildid=9857a34b623adb9a844eadfe816ac596692dd894 -B 0x04a16d994e2b2144223d749dfb37728b17647617 -extldflags "-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld " $WORK/command-line-arguments.a mkdir -p bin/ mv $WORK/command-line-arguments/_obj/exe/a.out bin/boxes + for f in boxes mouse unicode ++ head -c20 /dev/urandom ++ od -An -tx1 ++ tr -d ' \n' + go build -buildmode pie -compiler gc '-tags=rpm_crashtraceback ' -ldflags ' -B 0x42ba6a37427da6f519d40f8fa1cabd6449816297 -extldflags '\''-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' -a -v -x -o bin/mouse _demos/mouse.go WORK=/tmp/go-build911953656 runtime/internal/sys mkdir -p $WORK/runtime/internal/sys/_obj/ mkdir -p $WORK/runtime/internal/ cd /usr/lib/golang/src/runtime/internal/sys /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/runtime/internal/sys.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/internal/sys -std -+ -complete -installsuffix shared -buildid e6f8c3f617ceb8a800d280491995f9d7e6669ac3 -D _/usr/lib/golang/src/runtime/internal/sys -I $WORK -pack ./arch.go ./arch_arm.go ./intrinsics.go ./stubs.go ./sys.go ./zgoarch_arm.go ./zgoos_linux.go ./zversion.go runtime/internal/atomic mkdir -p $WORK/runtime/internal/atomic/_obj/ cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/runtime/internal/atomic.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/internal/atomic -std -+ -installsuffix shared -buildid ed07a56b8bb30a5d109f039a88a13f42d1ab09c3 -D _/usr/lib/golang/src/runtime/internal/atomic -I $WORK -pack -asmhdr $WORK/runtime/internal/atomic/_obj/go_asm.h ./atomic_arm.go ./stubs.go /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/internal/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/internal/atomic/_obj/asm_arm.o ./asm_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/internal/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/internal/atomic/_obj/sys_linux_arm.o ./sys_linux_arm.s pack r $WORK/runtime/internal/atomic.a $WORK/runtime/internal/atomic/_obj/asm_arm.o $WORK/runtime/internal/atomic/_obj/sys_linux_arm.o # internal runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/runtime.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime -std -+ -installsuffix shared -buildid efea9de6af3d1d926f04742a48e735fa4df98988 -D _/usr/lib/golang/src/runtime -I $WORK -pack -asmhdr $WORK/runtime/_obj/go_asm.h ./alg.go ./atomic_pointer.go ./cgo.go ./cgocall.go ./cgocallback.go ./cgocheck.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./defs_linux_arm.go ./env_posix.go ./error.go ./extern.go ./fastlog2.go ./fastlog2table.go ./fedora.go ./float.go ./hash32.go ./hashmap.go ./hashmap_fast.go ./heapdump.go ./iface.go ./lfstack.go ./lfstack_32bit.go ./lock_futex.go ./malloc.go ./mbarrier.go ./mbitmap.go ./mcache.go ./mcentral.go ./mem_linux.go ./mfinal.go ./mfixalloc.go ./mgc.go ./mgclarge.go ./mgcmark.go ./mgcsweep.go ./mgcsweepbuf.go ./mgcwork.go ./mheap.go ./mmap.go ./mprof.go ./msan0.go ./msize.go ./mstats.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./os_linux_arm.go ./os_linux_generic.go ./panic.go ./plugin.go ./print.go ./proc.go ./profbuf.go ./proflabel.go ./race0.go ./rdebug.go ./relax_stub.go ./runtime.go ./runtime1.go ./runtime2.go ./rwmutex.go ./select.go ./sema.go ./sigaction_linux.go ./signal_arm.go ./signal_linux_arm.go ./signal_sighandler.go ./signal_unix.go ./sigqueue.go ./sigtab_linux_generic.go ./sizeclasses.go ./slice.go ./softfloat64.go ./softfloat_arm.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./stubs2.go ./stubs32.go ./stubs_asm.go ./stubs_linux.go ./symtab.go ./sys_arm.go ./sys_nonppc64x.go ./time.go ./timestub.go ./trace.go ./traceback.go ./type.go ./typekind.go ./unaligned2.go ./utf8.go ./vlrt.go ./write_err.go /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/asm_arm.o ./asm_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/duff_arm.o ./duff_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/memclr_arm.o ./memclr_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/memmove_arm.o ./memmove_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/rt0_linux_arm.o ./rt0_linux_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/sys_linux_arm.o ./sys_linux_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/tls_arm.o ./tls_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/vlop_arm.o ./vlop_arm.s pack r $WORK/runtime.a $WORK/runtime/_obj/asm.o $WORK/runtime/_obj/asm_arm.o $WORK/runtime/_obj/duff_arm.o $WORK/runtime/_obj/memclr_arm.o $WORK/runtime/_obj/memmove_arm.o $WORK/runtime/_obj/rt0_linux_arm.o $WORK/runtime/_obj/sys_linux_arm.o $WORK/runtime/_obj/tls_arm.o $WORK/runtime/_obj/vlop_arm.o # internal errors mkdir -p $WORK/errors/_obj/ internal/race cd /usr/lib/golang/src/errors /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/errors.a -trimpath $WORK -shared -goversion go1.9.4 -p errors -std -complete -installsuffix shared -buildid 7aea51bee6b8992875c481d159e517571439d817 -D _/usr/lib/golang/src/errors -I $WORK -pack ./errors.go sync/atomic mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ math mkdir -p $WORK/math/_obj/ cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/sync/atomic.a -trimpath $WORK -shared -goversion go1.9.4 -p sync/atomic -std -installsuffix shared -buildid b4d5c76738572b2b8065ce63f45c566383fc756a -D _/usr/lib/golang/src/sync/atomic -I $WORK -pack -asmhdr $WORK/sync/atomic/_obj/go_asm.h ./64bit_arm.go ./doc.go ./value.go mkdir -p $WORK/internal/race/_obj/ cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/math.a -trimpath $WORK -shared -goversion go1.9.4 -p math -std -installsuffix shared -buildid 5292cd48eec010ebd848bbabfa907836739565b8 -D _/usr/lib/golang/src/math -I $WORK -pack -asmhdr $WORK/math/_obj/go_asm.h ./abs.go ./acosh.go ./asin.go ./asinh.go ./atan.go ./atan2.go ./atanh.go ./bits.go ./cbrt.go ./const.go ./copysign.go ./dim.go ./erf.go ./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 $WORK/internal/ cd /usr/lib/golang/src/internal/race /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/internal/race.a -trimpath $WORK -shared -goversion go1.9.4 -p internal/race -std -complete -installsuffix shared -buildid 4781417f47e41bf7cfabc4949fcf890f529c57a8 -D _/usr/lib/golang/src/internal/race -I $WORK -pack ./doc.go ./norace.go unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /usr/lib/golang/src/unicode/utf8 /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/unicode/utf8.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode/utf8 -std -complete -installsuffix shared -buildid bf1055d464812103051d220f3e41ecd122ff2b44 -D _/usr/lib/golang/src/unicode/utf8 -I $WORK -pack ./utf8.go unicode mkdir -p $WORK/unicode/_obj/ cd /usr/lib/golang/src/unicode /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/unicode.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode -std -complete -installsuffix shared -buildid 7b72d5615a7e730180bff0e069a7f4f242d1bb1b -D _/usr/lib/golang/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/sync/atomic/_obj/asm_arm.o ./asm_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/sync/atomic/_obj/asm_linux_arm.o ./asm_linux_arm.s golang.org/x/text/encoding/internal/identifier mkdir -p $WORK/golang.org/x/text/encoding/internal/identifier/_obj/ mkdir -p $WORK/golang.org/x/text/encoding/internal/ cd /usr/share/gocode/src/golang.org/x/text/encoding/internal/identifier /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding/internal/identifier.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding/internal/identifier -complete -installsuffix shared -buildid a3903a78c51c36637a62f885aa20d6c4d14209eb -D _/usr/share/gocode/src/golang.org/x/text/encoding/internal/identifier -I $WORK -pack ./identifier.go ./mib.go cd /usr/lib/golang/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_arm.o $WORK/sync/atomic/_obj/asm_linux_arm.o # internal sync mkdir -p $WORK/sync/_obj/ cd /usr/lib/golang/src/sync /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/sync.a -trimpath $WORK -shared -goversion go1.9.4 -p sync -std -installsuffix shared -buildid ea7829f6b865264dc0838d14a38ff93182404854 -D _/usr/lib/golang/src/sync -I $WORK -pack ./cond.go ./map.go ./mutex.go ./once.go ./pool.go ./runtime.go ./rwmutex.go ./waitgroup.go math/bits mkdir -p $WORK/math/bits/_obj/ mkdir -p $WORK/math/ cd /usr/lib/golang/src/math/bits /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/math/bits.a -trimpath $WORK -shared -goversion go1.9.4 -p math/bits -std -complete -installsuffix shared -buildid 6803d8c7a7543ba88c0759fdcf368b594caa74a2 -D _/usr/lib/golang/src/math/bits -I $WORK -pack ./bits.go ./bits_tables.go encoding mkdir -p $WORK/encoding/_obj/ cd /usr/lib/golang/src/encoding /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding -std -complete -installsuffix shared -buildid 8da5fd74b59023105630887abd3ce68d8852913f -D _/usr/lib/golang/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /usr/lib/golang/src/unicode/utf16 /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/unicode/utf16.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode/utf16 -std -complete -installsuffix shared -buildid 9d8602e8cbff70f48e7d2545a3922cd8c50129aa -D _/usr/lib/golang/src/unicode/utf16 -I $WORK -pack ./utf16.go io mkdir -p $WORK/io/_obj/ cd /usr/lib/golang/src/io /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/io.a -trimpath $WORK -shared -goversion go1.9.4 -p io -std -complete -installsuffix shared -buildid 37dbba30ccebcba4ed147cfdca1398923bc43808 -D _/usr/lib/golang/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/syscall.a -trimpath $WORK -shared -goversion go1.9.4 -p syscall -std -installsuffix shared -buildid 8d87e42ca34d18ed5af48dc837d4ba692068869e -D _/usr/lib/golang/src/syscall -I $WORK -pack -asmhdr $WORK/syscall/_obj/go_asm.h ./dirent.go ./endian_little.go ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./flock_linux_32bit.go ./lsf_linux.go ./msan0.go ./net.go ./netlink_linux.go ./setuidgid_32_linux.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_arm.go ./syscall_unix.go ./timestruct.go ./zerrors_linux_arm.go ./zsyscall_linux_arm.go ./zsysnum_linux_arm.go ./ztypes_linux_arm.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/asin_arm.o ./asin_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/asinh_stub.o ./asinh_stub.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/atan2_arm.o ./atan2_arm.s hash mkdir -p $WORK/hash/_obj/ cd /usr/lib/golang/src/hash /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/hash.a -trimpath $WORK -shared -goversion go1.9.4 -p hash -std -complete -installsuffix shared -buildid 37017b5f9cb4a4054e6da3570b5c625289cd046f -D _/usr/lib/golang/src/hash -I $WORK -pack ./hash.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/atan_arm.o ./atan_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/cbrt_stub.o ./cbrt_stub.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/dim_arm.o ./dim_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/erf_stub.o ./erf_stub.s hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/hash/crc32.a -trimpath $WORK -shared -goversion go1.9.4 -p hash/crc32 -std -complete -installsuffix shared -buildid d57f51af4578c1d7713a120bacedf915c15730e1 -D _/usr/lib/golang/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_generic.go ./crc32_otherarch.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/exp2_arm.o ./exp2_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/exp_arm.o ./exp_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/expm1_arm.o ./expm1_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/floor_arm.o ./floor_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/frexp_arm.o ./frexp_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/hypot_arm.o ./hypot_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/ldexp_arm.o ./ldexp_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/log10_arm.o ./log10_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/log1p_arm.o ./log1p_arm.s bytes mkdir -p $WORK/bytes/_obj/ cd /usr/lib/golang/src/bytes /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/bytes.a -trimpath $WORK -shared -goversion go1.9.4 -p bytes -std -installsuffix shared -buildid 349d5e5d35f795b39b85737c9b1e7bd602e8a219 -D _/usr/lib/golang/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./bytes_generic.go ./reader.go strings mkdir -p $WORK/strings/_obj/ cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/log_arm.o ./log_arm.s cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/strings.a -trimpath $WORK -shared -goversion go1.9.4 -p strings -std -installsuffix shared -buildid b49c32d84c2f205d6c2baa3aec9ca767c4661d29 -D _/usr/lib/golang/src/strings -I $WORK -pack -asmhdr $WORK/strings/_obj/go_asm.h ./compare.go ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go ./strings_generic.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/mod_arm.o ./mod_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/modf_arm.o ./modf_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/pow_stub.o ./pow_stub.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/remainder_arm.o ./remainder_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/sin_arm.o ./sin_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/sinh_stub.o ./sinh_stub.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/sqrt_arm.o ./sqrt_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/tan_arm.o ./tan_arm.s pack r $WORK/math.a $WORK/math/_obj/asin_arm.o $WORK/math/_obj/asinh_stub.o $WORK/math/_obj/atan2_arm.o $WORK/math/_obj/atan_arm.o $WORK/math/_obj/cbrt_stub.o $WORK/math/_obj/dim_arm.o $WORK/math/_obj/erf_stub.o $WORK/math/_obj/exp2_arm.o $WORK/math/_obj/exp_arm.o $WORK/math/_obj/expm1_arm.o $WORK/math/_obj/floor_arm.o $WORK/math/_obj/frexp_arm.o $WORK/math/_obj/hypot_arm.o $WORK/math/_obj/ldexp_arm.o $WORK/math/_obj/log10_arm.o $WORK/math/_obj/log1p_arm.o $WORK/math/_obj/log_arm.o $WORK/math/_obj/mod_arm.o $WORK/math/_obj/modf_arm.o $WORK/math/_obj/pow_stub.o $WORK/math/_obj/remainder_arm.o $WORK/math/_obj/sin_arm.o $WORK/math/_obj/sinh_stub.o $WORK/math/_obj/sqrt_arm.o $WORK/math/_obj/tan_arm.o # internal strconv mkdir -p $WORK/strconv/_obj/ cd /usr/lib/golang/src/strconv /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/strconv.a -trimpath $WORK -shared -goversion go1.9.4 -p strconv -std -complete -installsuffix shared -buildid baa96fed6f6f11fc17bbe21dc36532ccb9ba6910 -D _/usr/lib/golang/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./doc.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go golang.org/x/text/transform mkdir -p $WORK/golang.org/x/text/transform/_obj/ mkdir -p $WORK/golang.org/x/text/ cd /usr/share/gocode/src/golang.org/x/text/transform /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/transform.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/transform -complete -installsuffix shared -buildid 39ab0e088f77730becfe9eb36979796c4f0ba9f6 -D _/usr/share/gocode/src/golang.org/x/text/transform -I $WORK -pack ./transform.go cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/strings/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/strings/_obj/strings.o ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.o # internal bufio mkdir -p $WORK/bufio/_obj/ cd /usr/lib/golang/src/bufio /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/bufio.a -trimpath $WORK -shared -goversion go1.9.4 -p bufio -std -complete -installsuffix shared -buildid 6c7fd4ed4786cc28ad4cad0398da8de1a0671145 -D _/usr/lib/golang/src/bufio -I $WORK -pack ./bufio.go ./scan.go path mkdir -p $WORK/path/_obj/ cd /usr/lib/golang/src/path /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/path.a -trimpath $WORK -shared -goversion go1.9.4 -p path -std -complete -installsuffix shared -buildid 7cf91534b4d6a31478159eb44f346a05a6a8d7d4 -D _/usr/lib/golang/src/path -I $WORK -pack ./match.go ./path.go math/rand mkdir -p $WORK/math/rand/_obj/ cd /usr/lib/golang/src/math/rand /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/math/rand.a -trimpath $WORK -shared -goversion go1.9.4 -p math/rand -std -complete -installsuffix shared -buildid db75e4bcaf78f2dedbff60a7028a059de7dc9721 -D _/usr/lib/golang/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/syscall/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/syscall/_obj/asm_linux_arm.o ./asm_linux_arm.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm_linux_arm.o # internal time mkdir -p $WORK/time/_obj/ cd /usr/lib/golang/src/time /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/time.a -trimpath $WORK -shared -goversion go1.9.4 -p time -std -installsuffix shared -buildid 15d81dbc39b5834b392ac67ee788a7e25ec66929 -D _/usr/lib/golang/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go reflect mkdir -p $WORK/reflect/_obj/ cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/reflect.a -trimpath $WORK -shared -goversion go1.9.4 -p reflect -std -installsuffix shared -buildid 909c0f47dbb0e3d328e77cb21700a1d033c6c0a9 -D _/usr/lib/golang/src/reflect -I $WORK -pack -asmhdr $WORK/reflect/_obj/go_asm.h ./deepequal.go ./makefunc.go ./swapper.go ./type.go ./value.go golang.org/x/text/encoding mkdir -p $WORK/golang.org/x/text/encoding/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding -complete -installsuffix shared -buildid 3bdeef6e7a5edb88cb7506587f2982433ab706df -D _/usr/share/gocode/src/golang.org/x/text/encoding -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./encoding.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /usr/lib/golang/src/encoding/base64 /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/encoding/base64.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/base64 -std -complete -installsuffix shared -buildid 056f92e32eef58ac5f537668adca1dad434ca5d9 -D _/usr/lib/golang/src/encoding/base64 -I $WORK -pack ./base64.go github.com/gdamore/encoding mkdir -p $WORK/github.com/gdamore/encoding/_obj/ mkdir -p $WORK/github.com/gdamore/ cd /usr/share/gocode/src/github.com/gdamore/encoding /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/gdamore/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/encoding -complete -installsuffix shared -buildid a971a461eaa78fd9e89832cd0e0ed86605894835 -D _/usr/share/gocode/src/github.com/gdamore/encoding -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./ascii.go ./charmap.go ./doc.go ./ebcdic.go ./latin1.go ./latin5.go ./utf8.go golang.org/x/text/encoding/internal mkdir -p $WORK/golang.org/x/text/encoding/internal/_obj/ mkdir -p $WORK/golang.org/x/text/encoding/ cd /usr/share/gocode/src/golang.org/x/text/encoding/internal /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding/internal.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding/internal -complete -installsuffix shared -buildid c86580805351756a4804336147c0dfa950a963d1 -D _/usr/share/gocode/src/golang.org/x/text/encoding/internal -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./internal.go golang.org/x/text/encoding/charmap mkdir -p $WORK/golang.org/x/text/encoding/charmap/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding/charmap /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding/charmap.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding/charmap -complete -installsuffix shared -buildid eed9e798415efa983acfff336445cb7d69dfd257 -D _/usr/share/gocode/src/golang.org/x/text/encoding/charmap -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./charmap.go ./tables.go golang.org/x/text/encoding/japanese mkdir -p $WORK/golang.org/x/text/encoding/japanese/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding/japanese /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding/japanese.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding/japanese -complete -installsuffix shared -buildid 9eb741b3922e7281e8bb3d8083c157ef19702303 -D _/usr/share/gocode/src/golang.org/x/text/encoding/japanese -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./all.go ./eucjp.go ./iso2022jp.go ./shiftjis.go ./tables.go internal/poll mkdir -p $WORK/internal/poll/_obj/ cd /usr/lib/golang/src/internal/poll /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/internal/poll.a -trimpath $WORK -shared -goversion go1.9.4 -p internal/poll -std -installsuffix shared -buildid e068339b4fed491f6546358367729245bac4931e -D _/usr/lib/golang/src/internal/poll -I $WORK -pack ./fd.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_posix.go ./fd_unix.go ./hook_cloexec.go ./hook_unix.go ./sendfile_linux.go ./sock_cloexec.go ./sockopt.go ./sockopt_linux.go ./sockopt_unix.go ./sockoptip.go ./writev.go os mkdir -p $WORK/os/_obj/ cd /usr/lib/golang/src/os /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/os.a -trimpath $WORK -shared -goversion go1.9.4 -p os -std -installsuffix shared -buildid 82e5c7e81d00bfe933f92970c76b63ecce52cd86 -D _/usr/lib/golang/src/os -I $WORK -pack ./dir.go ./dir_unix.go ./env.go ./error.go ./error_posix.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./executable.go ./executable_procfs.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./stat_unix.go ./sticky_notbsd.go ./str.go ./sys.go ./sys_linux.go ./sys_unix.go ./types.go ./types_unix.go ./wait_waitid.go golang.org/x/text/encoding/korean mkdir -p $WORK/golang.org/x/text/encoding/korean/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding/korean /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding/korean.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding/korean -complete -installsuffix shared -buildid 30e74ef342ca8c14619b4cee0b11b69302b0cb97 -D _/usr/share/gocode/src/golang.org/x/text/encoding/korean -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./euckr.go ./tables.go golang.org/x/text/encoding/simplifiedchinese mkdir -p $WORK/golang.org/x/text/encoding/simplifiedchinese/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding/simplifiedchinese /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding/simplifiedchinese.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding/simplifiedchinese -complete -installsuffix shared -buildid 730c398a646ae7ecd4e3a8a73178e3078b661783 -D _/usr/share/gocode/src/golang.org/x/text/encoding/simplifiedchinese -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./all.go ./gbk.go ./hzgb2312.go ./tables.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/os/signal.a -trimpath $WORK -shared -goversion go1.9.4 -p os/signal -std -installsuffix shared -buildid 0e56659071f897b40ff396fc6036b8d9837a6e2c -D _/usr/lib/golang/src/os/signal -I $WORK -pack -asmhdr $WORK/os/signal/_obj/go_asm.h ./doc.go ./signal.go ./signal_unix.go /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/os/signal/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/os/signal/_obj/sig.o ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.o # internal golang.org/x/text/encoding/traditionalchinese mkdir -p $WORK/golang.org/x/text/encoding/traditionalchinese/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding/traditionalchinese /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding/traditionalchinese.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding/traditionalchinese -complete -installsuffix shared -buildid 6b0eefc8b857673f802af43cc8d06fb6948d61f3 -D _/usr/share/gocode/src/golang.org/x/text/encoding/traditionalchinese -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./big5.go ./tables.go cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/reflect/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/reflect/_obj/asm_arm.o ./asm_arm.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_arm.o # internal fmt mkdir -p $WORK/fmt/_obj/ cd /usr/lib/golang/src/fmt /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/fmt.a -trimpath $WORK -shared -goversion go1.9.4 -p fmt -std -complete -installsuffix shared -buildid 7f190aab64166383f11097d382a00904265d2f65 -D _/usr/lib/golang/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go sort mkdir -p $WORK/sort/_obj/ cd /usr/lib/golang/src/sort /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/sort.a -trimpath $WORK -shared -goversion go1.9.4 -p sort -std -complete -installsuffix shared -buildid b111a16b43668628efedefcd4f734e51ee841bca -D _/usr/lib/golang/src/sort -I $WORK -pack ./search.go ./sort.go ./zfuncversion.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /usr/lib/golang/src/encoding/binary /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/encoding/binary.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/binary -std -complete -installsuffix shared -buildid 2e17626855e2765017b9b259640ed7fd68465944 -D _/usr/lib/golang/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go compress/flate mkdir -p $WORK/compress/flate/_obj/ mkdir -p $WORK/compress/ cd /usr/lib/golang/src/compress/flate /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/compress/flate.a -trimpath $WORK -shared -goversion go1.9.4 -p compress/flate -std -complete -installsuffix shared -buildid 8a7db4d092caf544f1381f6d2d1b473b594ce29a -D _/usr/lib/golang/src/compress/flate -I $WORK -pack ./deflate.go ./deflatefast.go ./dict_decoder.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /usr/lib/golang/src/encoding/json /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/encoding/json.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/json -std -complete -installsuffix shared -buildid 3810eee41189f3d6f1aa34c6b064e320c100efbb -D _/usr/lib/golang/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tables.go ./tags.go github.com/lucasb-eyer/go-colorful mkdir -p $WORK/github.com/lucasb-eyer/go-colorful/_obj/ mkdir -p $WORK/github.com/lucasb-eyer/ cd /usr/share/gocode/src/github.com/lucasb-eyer/go-colorful /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/lucasb-eyer/go-colorful.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/lucasb-eyer/go-colorful -complete -installsuffix shared -buildid 30b0c4d5157ecbeee64ab479c883e1fd96b9309f -D _/usr/share/gocode/src/github.com/lucasb-eyer/go-colorful -I $WORK -pack ./colorgens.go ./colors.go ./happy_palettegen.go ./soft_palettegen.go ./warm_palettegen.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /usr/lib/golang/src/regexp/syntax /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/regexp/syntax.a -trimpath $WORK -shared -goversion go1.9.4 -p regexp/syntax -std -complete -installsuffix shared -buildid e7d19f95b7be64ee75b0b0377b6b1a7f4e6d2935 -D _/usr/lib/golang/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /usr/lib/golang/src/compress/gzip /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/compress/gzip.a -trimpath $WORK -shared -goversion go1.9.4 -p compress/gzip -std -complete -installsuffix shared -buildid b24c87973149cf22fbeed7744a349f070b097ee8 -D _/usr/lib/golang/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ mkdir -p $WORK/runtime/ cd /usr/lib/golang/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /usr/lib/golang/pkg/tool/linux_arm/cgo -objdir $WORK/runtime/cgo/_obj/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror cgo.go cd $WORK gcc -fdebug-prefix-map=a=b -c trivial.c gcc -gno-record-gcc-switches -c trivial.c cd $WORK/runtime/cgo/_obj gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_cgo_export.o -c _cgo_export.c gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./cgo.cgo2.o -c cgo.cgo2.c cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_context.o -c gcc_context.c regexp mkdir -p $WORK/regexp/_obj/ cd /usr/lib/golang/src/regexp /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/regexp.a -trimpath $WORK -shared -goversion go1.9.4 -p regexp -std -complete -installsuffix shared -buildid 73e29cd9883dd831d2a713a438731bbe065486c6 -D _/usr/lib/golang/src/regexp -I $WORK -pack ./backtrack.go ./exec.go ./onepass.go ./regexp.go github.com/gdamore/tcell/terminfo mkdir -p $WORK/github.com/gdamore/tcell/terminfo/_obj/ mkdir -p $WORK/github.com/gdamore/tcell/ cd /builddir/build/BUILD/tcell-1.0.0/src/github.com/gdamore/tcell/terminfo /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/gdamore/tcell/terminfo.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/tcell/terminfo -complete -installsuffix shared -buildid 6fa9e01011c81a8dbd2508b1adf446f0daf729cc -D _/builddir/build/BUILD/tcell-1.0.0/src/github.com/gdamore/tcell/terminfo -I $WORK -pack ./term_Eterm.go ./term_Eterm_256color.go ./term_adm3a.go ./term_aixterm.go ./term_ansi.go ./term_aterm.go ./term_beterm.go ./term_bsdos_pc.go ./term_cygwin.go ./term_d200.go ./term_d210.go ./term_dtterm.go ./term_gnome.go ./term_gnome_256color.go ./term_hpterm.go ./term_hz1500.go ./term_konsole.go ./term_konsole_256color.go ./term_kterm.go ./term_linux.go ./term_pcansi.go ./term_rxvt.go ./term_rxvt_256color.go ./term_rxvt_unicode.go ./term_rxvt_unicode_256color.go ./term_screen.go ./term_screen_256color.go ./term_st.go ./term_st_meta.go ./term_st_meta_256color.go ./term_st_meta_truecolor.go ./term_st_truecolor.go ./term_sun.go ./term_sun_color.go ./term_tvi910.go ./term_tvi912.go ./term_tvi921.go ./term_tvi925.go ./term_tvi950.go ./term_tvi970.go ./term_vt100.go ./term_vt102.go ./term_vt220.go ./term_vt320.go ./term_vt400.go ./term_vt420.go ./term_vt52.go ./term_wy50.go ./term_wy60.go ./term_wy99_ansi.go ./term_wy99a_ansi.go ./term_xfce.go ./term_xnuppc.go ./term_xterm.go ./term_xterm_256color.go ./term_xterm_truecolor.go ./terminfo.go cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c gcc_fatalf.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_libinit.o -c gcc_libinit.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_arm.o -c gcc_linux_arm.c github.com/mattn/go-runewidth mkdir -p $WORK/github.com/mattn/go-runewidth/_obj/ mkdir -p $WORK/github.com/mattn/ cd /usr/share/gocode/src/github.com/mattn/go-runewidth /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/mattn/go-runewidth.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/mattn/go-runewidth -complete -installsuffix shared -buildid 0e7a54e92ea1229290fa75ad69c623939965d469 -D _/usr/share/gocode/src/github.com/mattn/go-runewidth -I $WORK -pack ./runewidth.go ./runewidth_posix.go cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c gcc_setenv.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_traceback.o -c gcc_traceback.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c gcc_util.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_arm.o -c gcc_arm.S cd $WORK/runtime/cgo/_obj gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_cgo_main.o -c _cgo_main.c cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -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_context.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_libinit.o $WORK/runtime/cgo/_obj/gcc_linux_arm.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_traceback.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_arm.o -g -O2 -lpthread -pie /usr/lib/golang/pkg/tool/linux_arm/cgo -dynpackage cgo -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.go -dynlinker cd $WORK gcc -no-pie -c trivial.c cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -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_context.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_libinit.o $WORK/runtime/cgo/_obj/gcc_linux_arm.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_traceback.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_arm.o -g -O2 -Wl,-r -nostdlib -no-pie -Wl,--build-id=none /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/runtime/cgo.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/cgo -std -installsuffix shared -buildid 0620cb9fe6bc86a7243f19cf0ac22a054532941c -D _/usr/lib/golang/src/runtime/cgo -I $WORK -pack -asmhdr $WORK/runtime/cgo/_obj/go_asm.h ./callbacks.go ./callbacks_traceback.go ./iscgo.go ./setenv.go $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go $WORK/runtime/cgo/_obj/_cgo_import.go /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/cgo/_obj/asm_arm.o ./asm_arm.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/asm_arm.o $WORK/runtime/cgo/_obj/_all.o # internal github.com/gdamore/tcell mkdir -p $WORK/github.com/gdamore/tcell/_obj/ cd /builddir/build/BUILD/tcell-1.0.0/src/github.com/gdamore/tcell /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/gdamore/tcell.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/tcell -complete -installsuffix shared -buildid 82bb855223b40a12fc080d664d0875643cd1ab29 -D _/builddir/build/BUILD/tcell-1.0.0/src/github.com/gdamore/tcell -I $WORK -I /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm_shared -I /usr/share/gocode/pkg/linux_arm_shared -pack ./attr.go ./cell.go ./charset_unix.go ./color.go ./colorfit.go ./console_stub.go ./doc.go ./encoding.go ./errors.go ./event.go ./interrupt.go ./key.go ./mouse.go ./resize.go ./runes.go ./screen.go ./simulation.go ./style.go ./tscreen.go ./tscreen_linux.go github.com/gdamore/tcell/encoding mkdir -p $WORK/github.com/gdamore/tcell/encoding/_obj/ cd /builddir/build/BUILD/tcell-1.0.0/src/github.com/gdamore/tcell/encoding /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/gdamore/tcell/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/tcell/encoding -complete -installsuffix shared -buildid bbdb02c3dca4d7734fa4cfcdf5a618da96269d16 -D _/builddir/build/BUILD/tcell-1.0.0/src/github.com/gdamore/tcell/encoding -I $WORK -I /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm_shared -I /usr/share/gocode/pkg/linux_arm_shared -pack ./all.go command-line-arguments mkdir -p $WORK/command-line-arguments/_obj/ mkdir -p $WORK/command-line-arguments/_obj/exe/ cd /builddir/build/BUILD/tcell-1.0.0/_demos /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/command-line-arguments.a -trimpath $WORK -shared -goversion go1.9.4 -p main -complete -installsuffix shared -buildid 5bc32ca98b943ddb593adb4519a7dde6fe6f6ea0 -D _/builddir/build/BUILD/tcell-1.0.0/_demos -I $WORK -I /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm_shared -I /usr/share/gocode/pkg/linux_arm_shared -pack ./mouse.go cd . /usr/lib/golang/pkg/tool/linux_arm/link -o $WORK/command-line-arguments/_obj/exe/a.out -L $WORK -L /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm_shared -L /usr/share/gocode/pkg/linux_arm_shared -installsuffix shared -extld=gcc -buildmode=pie -buildid=5bc32ca98b943ddb593adb4519a7dde6fe6f6ea0 -B 0x42ba6a37427da6f519d40f8fa1cabd6449816297 -extldflags "-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld " $WORK/command-line-arguments.a mkdir -p bin/ mv $WORK/command-line-arguments/_obj/exe/a.out bin/mouse + for f in boxes mouse unicode ++ head -c20 /dev/urandom ++ od -An -tx1 ++ tr -d ' \n' + go build -buildmode pie -compiler gc '-tags=rpm_crashtraceback ' -ldflags ' -B 0xfcc79bcc550a0c87ff415cbbddf5b393dabe59f2 -extldflags '\''-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' -a -v -x -o bin/unicode _demos/unicode.go WORK=/tmp/go-build968594460 runtime/internal/sys mkdir -p $WORK/runtime/internal/sys/_obj/ mkdir -p $WORK/runtime/internal/ cd /usr/lib/golang/src/runtime/internal/sys /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/runtime/internal/sys.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/internal/sys -std -+ -complete -installsuffix shared -buildid e6f8c3f617ceb8a800d280491995f9d7e6669ac3 -D _/usr/lib/golang/src/runtime/internal/sys -I $WORK -pack ./arch.go ./arch_arm.go ./intrinsics.go ./stubs.go ./sys.go ./zgoarch_arm.go ./zgoos_linux.go ./zversion.go runtime/internal/atomic mkdir -p $WORK/runtime/internal/atomic/_obj/ cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/runtime/internal/atomic.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/internal/atomic -std -+ -installsuffix shared -buildid ed07a56b8bb30a5d109f039a88a13f42d1ab09c3 -D _/usr/lib/golang/src/runtime/internal/atomic -I $WORK -pack -asmhdr $WORK/runtime/internal/atomic/_obj/go_asm.h ./atomic_arm.go ./stubs.go /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/internal/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/internal/atomic/_obj/asm_arm.o ./asm_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/internal/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/internal/atomic/_obj/sys_linux_arm.o ./sys_linux_arm.s pack r $WORK/runtime/internal/atomic.a $WORK/runtime/internal/atomic/_obj/asm_arm.o $WORK/runtime/internal/atomic/_obj/sys_linux_arm.o # internal runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/runtime.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime -std -+ -installsuffix shared -buildid efea9de6af3d1d926f04742a48e735fa4df98988 -D _/usr/lib/golang/src/runtime -I $WORK -pack -asmhdr $WORK/runtime/_obj/go_asm.h ./alg.go ./atomic_pointer.go ./cgo.go ./cgocall.go ./cgocallback.go ./cgocheck.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./debug.go ./defs_linux_arm.go ./env_posix.go ./error.go ./extern.go ./fastlog2.go ./fastlog2table.go ./fedora.go ./float.go ./hash32.go ./hashmap.go ./hashmap_fast.go ./heapdump.go ./iface.go ./lfstack.go ./lfstack_32bit.go ./lock_futex.go ./malloc.go ./mbarrier.go ./mbitmap.go ./mcache.go ./mcentral.go ./mem_linux.go ./mfinal.go ./mfixalloc.go ./mgc.go ./mgclarge.go ./mgcmark.go ./mgcsweep.go ./mgcsweepbuf.go ./mgcwork.go ./mheap.go ./mmap.go ./mprof.go ./msan0.go ./msize.go ./mstats.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./os_linux_arm.go ./os_linux_generic.go ./panic.go ./plugin.go ./print.go ./proc.go ./profbuf.go ./proflabel.go ./race0.go ./rdebug.go ./relax_stub.go ./runtime.go ./runtime1.go ./runtime2.go ./rwmutex.go ./select.go ./sema.go ./sigaction_linux.go ./signal_arm.go ./signal_linux_arm.go ./signal_sighandler.go ./signal_unix.go ./sigqueue.go ./sigtab_linux_generic.go ./sizeclasses.go ./slice.go ./softfloat64.go ./softfloat_arm.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./stubs2.go ./stubs32.go ./stubs_asm.go ./stubs_linux.go ./symtab.go ./sys_arm.go ./sys_nonppc64x.go ./time.go ./timestub.go ./trace.go ./traceback.go ./type.go ./typekind.go ./unaligned2.go ./utf8.go ./vlrt.go ./write_err.go /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/asm_arm.o ./asm_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/duff_arm.o ./duff_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/memclr_arm.o ./memclr_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/memmove_arm.o ./memmove_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/rt0_linux_arm.o ./rt0_linux_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/sys_linux_arm.o ./sys_linux_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/tls_arm.o ./tls_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/_obj/vlop_arm.o ./vlop_arm.s pack r $WORK/runtime.a $WORK/runtime/_obj/asm.o $WORK/runtime/_obj/asm_arm.o $WORK/runtime/_obj/duff_arm.o $WORK/runtime/_obj/memclr_arm.o $WORK/runtime/_obj/memmove_arm.o $WORK/runtime/_obj/rt0_linux_arm.o $WORK/runtime/_obj/sys_linux_arm.o $WORK/runtime/_obj/tls_arm.o $WORK/runtime/_obj/vlop_arm.o # internal errors mkdir -p $WORK/errors/_obj/ internal/race sync/atomic cd /usr/lib/golang/src/errors /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/errors.a -trimpath $WORK -shared -goversion go1.9.4 -p errors -std -complete -installsuffix shared -buildid 7aea51bee6b8992875c481d159e517571439d817 -D _/usr/lib/golang/src/errors -I $WORK -pack ./errors.go mkdir -p $WORK/sync/atomic/_obj/ mkdir -p $WORK/sync/ mkdir -p $WORK/internal/race/_obj/ cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/sync/atomic.a -trimpath $WORK -shared -goversion go1.9.4 -p sync/atomic -std -installsuffix shared -buildid b4d5c76738572b2b8065ce63f45c566383fc756a -D _/usr/lib/golang/src/sync/atomic -I $WORK -pack -asmhdr $WORK/sync/atomic/_obj/go_asm.h ./64bit_arm.go ./doc.go ./value.go math mkdir -p $WORK/internal/ mkdir -p $WORK/math/_obj/ cd /usr/lib/golang/src/internal/race /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/internal/race.a -trimpath $WORK -shared -goversion go1.9.4 -p internal/race -std -complete -installsuffix shared -buildid 4781417f47e41bf7cfabc4949fcf890f529c57a8 -D _/usr/lib/golang/src/internal/race -I $WORK -pack ./doc.go ./norace.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/math.a -trimpath $WORK -shared -goversion go1.9.4 -p math -std -installsuffix shared -buildid 5292cd48eec010ebd848bbabfa907836739565b8 -D _/usr/lib/golang/src/math -I $WORK -pack -asmhdr $WORK/math/_obj/go_asm.h ./abs.go ./acosh.go ./asin.go ./asinh.go ./atan.go ./atan2.go ./atanh.go ./bits.go ./cbrt.go ./const.go ./copysign.go ./dim.go ./erf.go ./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/utf8 mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ cd /usr/lib/golang/src/unicode/utf8 /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/unicode/utf8.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode/utf8 -std -complete -installsuffix shared -buildid bf1055d464812103051d220f3e41ecd122ff2b44 -D _/usr/lib/golang/src/unicode/utf8 -I $WORK -pack ./utf8.go unicode mkdir -p $WORK/unicode/_obj/ cd /usr/lib/golang/src/unicode /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/unicode.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode -std -complete -installsuffix shared -buildid 7b72d5615a7e730180bff0e069a7f4f242d1bb1b -D _/usr/lib/golang/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/sync/atomic/_obj/asm_arm.o ./asm_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/sync/atomic/_obj/asm_linux_arm.o ./asm_linux_arm.s pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_arm.o $WORK/sync/atomic/_obj/asm_linux_arm.o # internal sync mkdir -p $WORK/sync/_obj/ cd /usr/lib/golang/src/sync /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/sync.a -trimpath $WORK -shared -goversion go1.9.4 -p sync -std -installsuffix shared -buildid ea7829f6b865264dc0838d14a38ff93182404854 -D _/usr/lib/golang/src/sync -I $WORK -pack ./cond.go ./map.go ./mutex.go ./once.go ./pool.go ./runtime.go ./rwmutex.go ./waitgroup.go golang.org/x/text/encoding/internal/identifier mkdir -p $WORK/golang.org/x/text/encoding/internal/identifier/_obj/ mkdir -p $WORK/golang.org/x/text/encoding/internal/ cd /usr/share/gocode/src/golang.org/x/text/encoding/internal/identifier /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding/internal/identifier.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding/internal/identifier -complete -installsuffix shared -buildid a3903a78c51c36637a62f885aa20d6c4d14209eb -D _/usr/share/gocode/src/golang.org/x/text/encoding/internal/identifier -I $WORK -pack ./identifier.go ./mib.go math/bits mkdir -p $WORK/math/bits/_obj/ mkdir -p $WORK/math/ cd /usr/lib/golang/src/math/bits /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/math/bits.a -trimpath $WORK -shared -goversion go1.9.4 -p math/bits -std -complete -installsuffix shared -buildid 6803d8c7a7543ba88c0759fdcf368b594caa74a2 -D _/usr/lib/golang/src/math/bits -I $WORK -pack ./bits.go ./bits_tables.go encoding mkdir -p $WORK/encoding/_obj/ cd /usr/lib/golang/src/encoding /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding -std -complete -installsuffix shared -buildid 8da5fd74b59023105630887abd3ce68d8852913f -D _/usr/lib/golang/src/encoding -I $WORK -pack ./encoding.go unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /usr/lib/golang/src/unicode/utf16 /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/unicode/utf16.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode/utf16 -std -complete -installsuffix shared -buildid 9d8602e8cbff70f48e7d2545a3922cd8c50129aa -D _/usr/lib/golang/src/unicode/utf16 -I $WORK -pack ./utf16.go io mkdir -p $WORK/io/_obj/ cd /usr/lib/golang/src/io /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/io.a -trimpath $WORK -shared -goversion go1.9.4 -p io -std -complete -installsuffix shared -buildid 37dbba30ccebcba4ed147cfdca1398923bc43808 -D _/usr/lib/golang/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/syscall/_obj/ cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/syscall.a -trimpath $WORK -shared -goversion go1.9.4 -p syscall -std -installsuffix shared -buildid 8d87e42ca34d18ed5af48dc837d4ba692068869e -D _/usr/lib/golang/src/syscall -I $WORK -pack -asmhdr $WORK/syscall/_obj/go_asm.h ./dirent.go ./endian_little.go ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./flock_linux_32bit.go ./lsf_linux.go ./msan0.go ./net.go ./netlink_linux.go ./setuidgid_32_linux.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_arm.go ./syscall_unix.go ./timestruct.go ./zerrors_linux_arm.go ./zsyscall_linux_arm.go ./zsysnum_linux_arm.go ./ztypes_linux_arm.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/asin_arm.o ./asin_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/asinh_stub.o ./asinh_stub.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/atan2_arm.o ./atan2_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/atan_arm.o ./atan_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/cbrt_stub.o ./cbrt_stub.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/dim_arm.o ./dim_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/erf_stub.o ./erf_stub.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/exp2_arm.o ./exp2_arm.s hash mkdir -p $WORK/hash/_obj/ cd /usr/lib/golang/src/hash /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/hash.a -trimpath $WORK -shared -goversion go1.9.4 -p hash -std -complete -installsuffix shared -buildid 37017b5f9cb4a4054e6da3570b5c625289cd046f -D _/usr/lib/golang/src/hash -I $WORK -pack ./hash.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/exp_arm.o ./exp_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/expm1_arm.o ./expm1_arm.s hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ mkdir -p $WORK/hash/ /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/floor_arm.o ./floor_arm.s cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/hash/crc32.a -trimpath $WORK -shared -goversion go1.9.4 -p hash/crc32 -std -complete -installsuffix shared -buildid d57f51af4578c1d7713a120bacedf915c15730e1 -D _/usr/lib/golang/src/hash/crc32 -I $WORK -pack ./crc32.go ./crc32_generic.go ./crc32_otherarch.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/frexp_arm.o ./frexp_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/hypot_arm.o ./hypot_arm.s bytes mkdir -p $WORK/bytes/_obj/ cd /usr/lib/golang/src/bytes /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/bytes.a -trimpath $WORK -shared -goversion go1.9.4 -p bytes -std -installsuffix shared -buildid 349d5e5d35f795b39b85737c9b1e7bd602e8a219 -D _/usr/lib/golang/src/bytes -I $WORK -pack ./buffer.go ./bytes.go ./bytes_decl.go ./bytes_generic.go ./reader.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/ldexp_arm.o ./ldexp_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/log10_arm.o ./log10_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/log1p_arm.o ./log1p_arm.s strings mkdir -p $WORK/strings/_obj/ cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/strings.a -trimpath $WORK -shared -goversion go1.9.4 -p strings -std -installsuffix shared -buildid b49c32d84c2f205d6c2baa3aec9ca767c4661d29 -D _/usr/lib/golang/src/strings -I $WORK -pack -asmhdr $WORK/strings/_obj/go_asm.h ./compare.go ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go ./strings_generic.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/log_arm.o ./log_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/mod_arm.o ./mod_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/modf_arm.o ./modf_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/pow_stub.o ./pow_stub.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/remainder_arm.o ./remainder_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/sin_arm.o ./sin_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/sinh_stub.o ./sinh_stub.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/sqrt_arm.o ./sqrt_arm.s /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/math/_obj/tan_arm.o ./tan_arm.s pack r $WORK/math.a $WORK/math/_obj/asin_arm.o $WORK/math/_obj/asinh_stub.o $WORK/math/_obj/atan2_arm.o $WORK/math/_obj/atan_arm.o $WORK/math/_obj/cbrt_stub.o $WORK/math/_obj/dim_arm.o $WORK/math/_obj/erf_stub.o $WORK/math/_obj/exp2_arm.o $WORK/math/_obj/exp_arm.o $WORK/math/_obj/expm1_arm.o $WORK/math/_obj/floor_arm.o $WORK/math/_obj/frexp_arm.o $WORK/math/_obj/hypot_arm.o $WORK/math/_obj/ldexp_arm.o $WORK/math/_obj/log10_arm.o $WORK/math/_obj/log1p_arm.o $WORK/math/_obj/log_arm.o $WORK/math/_obj/mod_arm.o $WORK/math/_obj/modf_arm.o $WORK/math/_obj/pow_stub.o $WORK/math/_obj/remainder_arm.o $WORK/math/_obj/sin_arm.o $WORK/math/_obj/sinh_stub.o $WORK/math/_obj/sqrt_arm.o $WORK/math/_obj/tan_arm.o # internal strconv mkdir -p $WORK/strconv/_obj/ cd /usr/lib/golang/src/strconv /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/strconv.a -trimpath $WORK -shared -goversion go1.9.4 -p strconv -std -complete -installsuffix shared -buildid baa96fed6f6f11fc17bbe21dc36532ccb9ba6910 -D _/usr/lib/golang/src/strconv -I $WORK -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./doc.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go golang.org/x/text/transform mkdir -p $WORK/golang.org/x/text/transform/_obj/ mkdir -p $WORK/golang.org/x/text/ cd /usr/share/gocode/src/golang.org/x/text/transform /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/transform.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/transform -complete -installsuffix shared -buildid 39ab0e088f77730becfe9eb36979796c4f0ba9f6 -D _/usr/share/gocode/src/golang.org/x/text/transform -I $WORK -pack ./transform.go cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/strings/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/strings/_obj/strings.o ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.o # internal bufio mkdir -p $WORK/bufio/_obj/ cd /usr/lib/golang/src/bufio /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/bufio.a -trimpath $WORK -shared -goversion go1.9.4 -p bufio -std -complete -installsuffix shared -buildid 6c7fd4ed4786cc28ad4cad0398da8de1a0671145 -D _/usr/lib/golang/src/bufio -I $WORK -pack ./bufio.go ./scan.go path mkdir -p $WORK/path/_obj/ cd /usr/lib/golang/src/path /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/path.a -trimpath $WORK -shared -goversion go1.9.4 -p path -std -complete -installsuffix shared -buildid 7cf91534b4d6a31478159eb44f346a05a6a8d7d4 -D _/usr/lib/golang/src/path -I $WORK -pack ./match.go ./path.go math/rand mkdir -p $WORK/math/rand/_obj/ cd /usr/lib/golang/src/math/rand /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/math/rand.a -trimpath $WORK -shared -goversion go1.9.4 -p math/rand -std -complete -installsuffix shared -buildid db75e4bcaf78f2dedbff60a7028a059de7dc9721 -D _/usr/lib/golang/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/syscall/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/syscall/_obj/asm_linux_arm.o ./asm_linux_arm.s reflect mkdir -p $WORK/reflect/_obj/ cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/reflect.a -trimpath $WORK -shared -goversion go1.9.4 -p reflect -std -installsuffix shared -buildid 909c0f47dbb0e3d328e77cb21700a1d033c6c0a9 -D _/usr/lib/golang/src/reflect -I $WORK -pack -asmhdr $WORK/reflect/_obj/go_asm.h ./deepequal.go ./makefunc.go ./swapper.go ./type.go ./value.go golang.org/x/text/encoding mkdir -p $WORK/golang.org/x/text/encoding/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding -complete -installsuffix shared -buildid 3bdeef6e7a5edb88cb7506587f2982433ab706df -D _/usr/share/gocode/src/golang.org/x/text/encoding -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./encoding.go cd /usr/lib/golang/src/syscall pack r $WORK/syscall.a $WORK/syscall/_obj/asm_linux_arm.o # internal time mkdir -p $WORK/time/_obj/ cd /usr/lib/golang/src/time /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/time.a -trimpath $WORK -shared -goversion go1.9.4 -p time -std -installsuffix shared -buildid 15d81dbc39b5834b392ac67ee788a7e25ec66929 -D _/usr/lib/golang/src/time -I $WORK -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /usr/lib/golang/src/encoding/base64 /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/encoding/base64.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/base64 -std -complete -installsuffix shared -buildid 056f92e32eef58ac5f537668adca1dad434ca5d9 -D _/usr/lib/golang/src/encoding/base64 -I $WORK -pack ./base64.go github.com/gdamore/encoding mkdir -p $WORK/github.com/gdamore/encoding/_obj/ mkdir -p $WORK/github.com/gdamore/ cd /usr/share/gocode/src/github.com/gdamore/encoding /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/gdamore/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/encoding -complete -installsuffix shared -buildid a971a461eaa78fd9e89832cd0e0ed86605894835 -D _/usr/share/gocode/src/github.com/gdamore/encoding -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./ascii.go ./charmap.go ./doc.go ./ebcdic.go ./latin1.go ./latin5.go ./utf8.go golang.org/x/text/encoding/internal mkdir -p $WORK/golang.org/x/text/encoding/internal/_obj/ mkdir -p $WORK/golang.org/x/text/encoding/ cd /usr/share/gocode/src/golang.org/x/text/encoding/internal /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding/internal.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding/internal -complete -installsuffix shared -buildid c86580805351756a4804336147c0dfa950a963d1 -D _/usr/share/gocode/src/golang.org/x/text/encoding/internal -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./internal.go golang.org/x/text/encoding/charmap mkdir -p $WORK/golang.org/x/text/encoding/charmap/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding/charmap /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding/charmap.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding/charmap -complete -installsuffix shared -buildid eed9e798415efa983acfff336445cb7d69dfd257 -D _/usr/share/gocode/src/golang.org/x/text/encoding/charmap -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./charmap.go ./tables.go golang.org/x/text/encoding/japanese mkdir -p $WORK/golang.org/x/text/encoding/japanese/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding/japanese /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding/japanese.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding/japanese -complete -installsuffix shared -buildid 9eb741b3922e7281e8bb3d8083c157ef19702303 -D _/usr/share/gocode/src/golang.org/x/text/encoding/japanese -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./all.go ./eucjp.go ./iso2022jp.go ./shiftjis.go ./tables.go internal/poll mkdir -p $WORK/internal/poll/_obj/ cd /usr/lib/golang/src/internal/poll /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/internal/poll.a -trimpath $WORK -shared -goversion go1.9.4 -p internal/poll -std -installsuffix shared -buildid e068339b4fed491f6546358367729245bac4931e -D _/usr/lib/golang/src/internal/poll -I $WORK -pack ./fd.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_posix.go ./fd_unix.go ./hook_cloexec.go ./hook_unix.go ./sendfile_linux.go ./sock_cloexec.go ./sockopt.go ./sockopt_linux.go ./sockopt_unix.go ./sockoptip.go ./writev.go os mkdir -p $WORK/os/_obj/ cd /usr/lib/golang/src/os /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/os.a -trimpath $WORK -shared -goversion go1.9.4 -p os -std -installsuffix shared -buildid 82e5c7e81d00bfe933f92970c76b63ecce52cd86 -D _/usr/lib/golang/src/os -I $WORK -pack ./dir.go ./dir_unix.go ./env.go ./error.go ./error_posix.go ./error_unix.go ./exec.go ./exec_posix.go ./exec_unix.go ./executable.go ./executable_procfs.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./stat_linux.go ./stat_unix.go ./sticky_notbsd.go ./str.go ./sys.go ./sys_linux.go ./sys_unix.go ./types.go ./types_unix.go ./wait_waitid.go golang.org/x/text/encoding/korean mkdir -p $WORK/golang.org/x/text/encoding/korean/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding/korean /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding/korean.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding/korean -complete -installsuffix shared -buildid 30e74ef342ca8c14619b4cee0b11b69302b0cb97 -D _/usr/share/gocode/src/golang.org/x/text/encoding/korean -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./euckr.go ./tables.go golang.org/x/text/encoding/simplifiedchinese mkdir -p $WORK/golang.org/x/text/encoding/simplifiedchinese/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding/simplifiedchinese /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding/simplifiedchinese.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding/simplifiedchinese -complete -installsuffix shared -buildid 730c398a646ae7ecd4e3a8a73178e3078b661783 -D _/usr/share/gocode/src/golang.org/x/text/encoding/simplifiedchinese -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./all.go ./gbk.go ./hzgb2312.go ./tables.go os/signal mkdir -p $WORK/os/signal/_obj/ mkdir -p $WORK/os/ cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/os/signal.a -trimpath $WORK -shared -goversion go1.9.4 -p os/signal -std -installsuffix shared -buildid 0e56659071f897b40ff396fc6036b8d9837a6e2c -D _/usr/lib/golang/src/os/signal -I $WORK -pack -asmhdr $WORK/os/signal/_obj/go_asm.h ./doc.go ./signal.go ./signal_unix.go cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/reflect/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/reflect/_obj/asm_arm.o ./asm_arm.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_arm.o # internal fmt mkdir -p $WORK/fmt/_obj/ cd /usr/lib/golang/src/fmt /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/fmt.a -trimpath $WORK -shared -goversion go1.9.4 -p fmt -std -complete -installsuffix shared -buildid 7f190aab64166383f11097d382a00904265d2f65 -D _/usr/lib/golang/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/os/signal/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/os/signal/_obj/sig.o ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.o # internal sort mkdir -p $WORK/sort/_obj/ cd /usr/lib/golang/src/sort /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/sort.a -trimpath $WORK -shared -goversion go1.9.4 -p sort -std -complete -installsuffix shared -buildid b111a16b43668628efedefcd4f734e51ee841bca -D _/usr/lib/golang/src/sort -I $WORK -pack ./search.go ./sort.go ./zfuncversion.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /usr/lib/golang/src/encoding/binary /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/encoding/binary.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/binary -std -complete -installsuffix shared -buildid 2e17626855e2765017b9b259640ed7fd68465944 -D _/usr/lib/golang/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go regexp/syntax mkdir -p $WORK/regexp/syntax/_obj/ mkdir -p $WORK/regexp/ cd /usr/lib/golang/src/regexp/syntax /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/regexp/syntax.a -trimpath $WORK -shared -goversion go1.9.4 -p regexp/syntax -std -complete -installsuffix shared -buildid e7d19f95b7be64ee75b0b0377b6b1a7f4e6d2935 -D _/usr/lib/golang/src/regexp/syntax -I $WORK -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go golang.org/x/text/encoding/traditionalchinese mkdir -p $WORK/golang.org/x/text/encoding/traditionalchinese/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding/traditionalchinese /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/golang.org/x/text/encoding/traditionalchinese.a -trimpath $WORK -shared -goversion go1.9.4 -p golang.org/x/text/encoding/traditionalchinese -complete -installsuffix shared -buildid 6b0eefc8b857673f802af43cc8d06fb6948d61f3 -D _/usr/share/gocode/src/golang.org/x/text/encoding/traditionalchinese -I $WORK -I /usr/share/gocode/pkg/linux_arm_shared -pack ./big5.go ./tables.go compress/flate mkdir -p $WORK/compress/flate/_obj/ mkdir -p $WORK/compress/ cd /usr/lib/golang/src/compress/flate /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/compress/flate.a -trimpath $WORK -shared -goversion go1.9.4 -p compress/flate -std -complete -installsuffix shared -buildid 8a7db4d092caf544f1381f6d2d1b473b594ce29a -D _/usr/lib/golang/src/compress/flate -I $WORK -pack ./deflate.go ./deflatefast.go ./dict_decoder.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./token.go encoding/json mkdir -p $WORK/encoding/json/_obj/ cd /usr/lib/golang/src/encoding/json /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/encoding/json.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/json -std -complete -installsuffix shared -buildid 3810eee41189f3d6f1aa34c6b064e320c100efbb -D _/usr/lib/golang/src/encoding/json -I $WORK -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tables.go ./tags.go github.com/lucasb-eyer/go-colorful mkdir -p $WORK/github.com/lucasb-eyer/go-colorful/_obj/ mkdir -p $WORK/github.com/lucasb-eyer/ cd /usr/share/gocode/src/github.com/lucasb-eyer/go-colorful /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/lucasb-eyer/go-colorful.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/lucasb-eyer/go-colorful -complete -installsuffix shared -buildid 30b0c4d5157ecbeee64ab479c883e1fd96b9309f -D _/usr/share/gocode/src/github.com/lucasb-eyer/go-colorful -I $WORK -pack ./colorgens.go ./colors.go ./happy_palettegen.go ./soft_palettegen.go ./warm_palettegen.go compress/gzip mkdir -p $WORK/compress/gzip/_obj/ cd /usr/lib/golang/src/compress/gzip /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/compress/gzip.a -trimpath $WORK -shared -goversion go1.9.4 -p compress/gzip -std -complete -installsuffix shared -buildid b24c87973149cf22fbeed7744a349f070b097ee8 -D _/usr/lib/golang/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go regexp mkdir -p $WORK/regexp/_obj/ cd /usr/lib/golang/src/regexp /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/regexp.a -trimpath $WORK -shared -goversion go1.9.4 -p regexp -std -complete -installsuffix shared -buildid 73e29cd9883dd831d2a713a438731bbe065486c6 -D _/usr/lib/golang/src/regexp -I $WORK -pack ./backtrack.go ./exec.go ./onepass.go ./regexp.go runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ mkdir -p $WORK/runtime/ cd /usr/lib/golang/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /usr/lib/golang/pkg/tool/linux_arm/cgo -objdir $WORK/runtime/cgo/_obj/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror cgo.go cd $WORK gcc -fdebug-prefix-map=a=b -c trivial.c gcc -gno-record-gcc-switches -c trivial.c cd $WORK/runtime/cgo/_obj gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_cgo_export.o -c _cgo_export.c gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./cgo.cgo2.o -c cgo.cgo2.c github.com/gdamore/tcell/terminfo mkdir -p $WORK/github.com/gdamore/tcell/terminfo/_obj/ mkdir -p $WORK/github.com/gdamore/tcell/ cd /builddir/build/BUILD/tcell-1.0.0/src/github.com/gdamore/tcell/terminfo /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/gdamore/tcell/terminfo.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/tcell/terminfo -complete -installsuffix shared -buildid 6fa9e01011c81a8dbd2508b1adf446f0daf729cc -D _/builddir/build/BUILD/tcell-1.0.0/src/github.com/gdamore/tcell/terminfo -I $WORK -pack ./term_Eterm.go ./term_Eterm_256color.go ./term_adm3a.go ./term_aixterm.go ./term_ansi.go ./term_aterm.go ./term_beterm.go ./term_bsdos_pc.go ./term_cygwin.go ./term_d200.go ./term_d210.go ./term_dtterm.go ./term_gnome.go ./term_gnome_256color.go ./term_hpterm.go ./term_hz1500.go ./term_konsole.go ./term_konsole_256color.go ./term_kterm.go ./term_linux.go ./term_pcansi.go ./term_rxvt.go ./term_rxvt_256color.go ./term_rxvt_unicode.go ./term_rxvt_unicode_256color.go ./term_screen.go ./term_screen_256color.go ./term_st.go ./term_st_meta.go ./term_st_meta_256color.go ./term_st_meta_truecolor.go ./term_st_truecolor.go ./term_sun.go ./term_sun_color.go ./term_tvi910.go ./term_tvi912.go ./term_tvi921.go ./term_tvi925.go ./term_tvi950.go ./term_tvi970.go ./term_vt100.go ./term_vt102.go ./term_vt220.go ./term_vt320.go ./term_vt400.go ./term_vt420.go ./term_vt52.go ./term_wy50.go ./term_wy60.go ./term_wy99_ansi.go ./term_wy99a_ansi.go ./term_xfce.go ./term_xnuppc.go ./term_xterm.go ./term_xterm_256color.go ./term_xterm_truecolor.go ./terminfo.go cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_context.o -c gcc_context.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_fatalf.o -c gcc_fatalf.c github.com/mattn/go-runewidth mkdir -p $WORK/github.com/mattn/go-runewidth/_obj/ mkdir -p $WORK/github.com/mattn/ cd /usr/share/gocode/src/github.com/mattn/go-runewidth /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/mattn/go-runewidth.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/mattn/go-runewidth -complete -installsuffix shared -buildid 0e7a54e92ea1229290fa75ad69c623939965d469 -D _/usr/share/gocode/src/github.com/mattn/go-runewidth -I $WORK -pack ./runewidth.go ./runewidth_posix.go cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_libinit.o -c gcc_libinit.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_linux_arm.o -c gcc_linux_arm.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_setenv.o -c gcc_setenv.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_traceback.o -c gcc_traceback.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_util.o -c gcc_util.c gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I $WORK/runtime/cgo/_obj/ -g -O2 -Wall -Werror -o $WORK/runtime/cgo/_obj/gcc_arm.o -c gcc_arm.S cd $WORK/runtime/cgo/_obj gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_cgo_main.o -c _cgo_main.c cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -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_context.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_libinit.o $WORK/runtime/cgo/_obj/gcc_linux_arm.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_traceback.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_arm.o -g -O2 -lpthread -pie /usr/lib/golang/pkg/tool/linux_arm/cgo -dynpackage cgo -dynimport $WORK/runtime/cgo/_obj/_cgo_.o -dynout $WORK/runtime/cgo/_obj/_cgo_import.go -dynlinker cd $WORK gcc -no-pie -c trivial.c cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK=/tmp/go-build -gno-record-gcc-switches -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_context.o $WORK/runtime/cgo/_obj/gcc_fatalf.o $WORK/runtime/cgo/_obj/gcc_libinit.o $WORK/runtime/cgo/_obj/gcc_linux_arm.o $WORK/runtime/cgo/_obj/gcc_setenv.o $WORK/runtime/cgo/_obj/gcc_traceback.o $WORK/runtime/cgo/_obj/gcc_util.o $WORK/runtime/cgo/_obj/gcc_arm.o -g -O2 -Wl,-r -nostdlib -no-pie -Wl,--build-id=none /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/runtime/cgo.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/cgo -std -installsuffix shared -buildid 0620cb9fe6bc86a7243f19cf0ac22a054532941c -D _/usr/lib/golang/src/runtime/cgo -I $WORK -pack -asmhdr $WORK/runtime/cgo/_obj/go_asm.h ./callbacks.go ./callbacks_traceback.go ./iscgo.go ./setenv.go $WORK/runtime/cgo/_obj/_cgo_gotypes.go $WORK/runtime/cgo/_obj/cgo.cgo1.go $WORK/runtime/cgo/_obj/_cgo_import.go /usr/lib/golang/pkg/tool/linux_arm/asm -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm -shared -o $WORK/runtime/cgo/_obj/asm_arm.o ./asm_arm.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/asm_arm.o $WORK/runtime/cgo/_obj/_all.o # internal github.com/gdamore/tcell mkdir -p $WORK/github.com/gdamore/tcell/_obj/ cd /builddir/build/BUILD/tcell-1.0.0/src/github.com/gdamore/tcell /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/gdamore/tcell.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/tcell -complete -installsuffix shared -buildid 82bb855223b40a12fc080d664d0875643cd1ab29 -D _/builddir/build/BUILD/tcell-1.0.0/src/github.com/gdamore/tcell -I $WORK -I /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm_shared -I /usr/share/gocode/pkg/linux_arm_shared -pack ./attr.go ./cell.go ./charset_unix.go ./color.go ./colorfit.go ./console_stub.go ./doc.go ./encoding.go ./errors.go ./event.go ./interrupt.go ./key.go ./mouse.go ./resize.go ./runes.go ./screen.go ./simulation.go ./style.go ./tscreen.go ./tscreen_linux.go github.com/gdamore/tcell/encoding mkdir -p $WORK/github.com/gdamore/tcell/encoding/_obj/ cd /builddir/build/BUILD/tcell-1.0.0/src/github.com/gdamore/tcell/encoding /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/github.com/gdamore/tcell/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/tcell/encoding -complete -installsuffix shared -buildid bbdb02c3dca4d7734fa4cfcdf5a618da96269d16 -D _/builddir/build/BUILD/tcell-1.0.0/src/github.com/gdamore/tcell/encoding -I $WORK -I /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm_shared -I /usr/share/gocode/pkg/linux_arm_shared -pack ./all.go command-line-arguments mkdir -p $WORK/command-line-arguments/_obj/ mkdir -p $WORK/command-line-arguments/_obj/exe/ cd /builddir/build/BUILD/tcell-1.0.0/_demos /usr/lib/golang/pkg/tool/linux_arm/compile -o $WORK/command-line-arguments.a -trimpath $WORK -shared -goversion go1.9.4 -p main -complete -installsuffix shared -buildid 6e11fbe085b05ab9034d98e0da6f22c2431bb42c -D _/builddir/build/BUILD/tcell-1.0.0/_demos -I $WORK -I /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm_shared -I /usr/share/gocode/pkg/linux_arm_shared -pack ./unicode.go cd . /usr/lib/golang/pkg/tool/linux_arm/link -o $WORK/command-line-arguments/_obj/exe/a.out -L $WORK -L /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm_shared -L /usr/share/gocode/pkg/linux_arm_shared -installsuffix shared -extld=gcc -buildmode=pie -buildid=6e11fbe085b05ab9034d98e0da6f22c2431bb42c -B 0xfcc79bcc550a0c87ff415cbbddf5b393dabe59f2 -extldflags "-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld " $WORK/command-line-arguments.a mkdir -p bin/ mv $WORK/command-line-arguments/_obj/exe/a.out bin/unicode + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.781YX7 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm ++ dirname /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm + cd tcell-1.0.0 + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/ + echo '%dir %{gopath}/src/%{import_path}/.' ++ find . '(' -iname '*.go' -or -iname '*.s' ')' '!' -iname '*_test.go' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./termbox/compat.go + dirprefix=./termbox + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./termbox + cp -pav ./termbox/compat.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./termbox/compat.go './termbox/compat.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./termbox/compat.go' + echo '%{gopath}/src/%{import_path}/./termbox/compat.go' + '[' ./termbox '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./termbox' ++ dirname ./termbox + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./event.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./event.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./event.go './event.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./event.go' + echo '%{gopath}/src/%{import_path}/./event.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./views/textarea.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views + cp -pav ./views/textarea.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/textarea.go './views/textarea.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/textarea.go' + echo '%{gopath}/src/%{import_path}/./views/textarea.go' + '[' ./views '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views' ++ dirname ./views + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./views/panel.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views + cp -pav ./views/panel.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/panel.go './views/panel.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/panel.go' + echo '%{gopath}/src/%{import_path}/./views/panel.go' + '[' ./views '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views' ++ dirname ./views + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./views/view.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views + cp -pav ./views/view.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/view.go './views/view.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/view.go' + echo '%{gopath}/src/%{import_path}/./views/view.go' + '[' ./views '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views' ++ dirname ./views + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./views/app.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views + cp -pav ./views/app.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/app.go './views/app.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/app.go' + echo '%{gopath}/src/%{import_path}/./views/app.go' + '[' ./views '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views' ++ dirname ./views + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./views/widget.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views + cp -pav ./views/widget.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/widget.go './views/widget.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/widget.go' + echo '%{gopath}/src/%{import_path}/./views/widget.go' + '[' ./views '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views' ++ dirname ./views + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./views/sstext.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views + cp -pav ./views/sstext.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/sstext.go './views/sstext.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/sstext.go' + echo '%{gopath}/src/%{import_path}/./views/sstext.go' + '[' ./views '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views' ++ dirname ./views + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./views/textbar.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views + cp -pav ./views/textbar.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/textbar.go './views/textbar.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/textbar.go' + echo '%{gopath}/src/%{import_path}/./views/textbar.go' + '[' ./views '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views' ++ dirname ./views + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./views/sstextbar.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views + cp -pav ./views/sstextbar.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/sstextbar.go './views/sstextbar.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/sstextbar.go' + echo '%{gopath}/src/%{import_path}/./views/sstextbar.go' + '[' ./views '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views' ++ dirname ./views + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./views/spacer.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views + cp -pav ./views/spacer.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/spacer.go './views/spacer.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/spacer.go' + echo '%{gopath}/src/%{import_path}/./views/spacer.go' + '[' ./views '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views' ++ dirname ./views + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./views/boxlayout.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views + cp -pav ./views/boxlayout.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/boxlayout.go './views/boxlayout.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/boxlayout.go' + echo '%{gopath}/src/%{import_path}/./views/boxlayout.go' + '[' ./views '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views' ++ dirname ./views + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./views/_demos/hbox.go + dirprefix=./views/_demos + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/_demos + cp -pav ./views/_demos/hbox.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/_demos/hbox.go './views/_demos/hbox.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/_demos/hbox.go' + echo '%{gopath}/src/%{import_path}/./views/_demos/hbox.go' + '[' ./views/_demos '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views/_demos' ++ dirname ./views/_demos + dirprefix=./views + '[' ./views '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views' ++ dirname ./views + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./views/_demos/cellview.go + dirprefix=./views/_demos + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/_demos + cp -pav ./views/_demos/cellview.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/_demos/cellview.go './views/_demos/cellview.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/_demos/cellview.go' + echo '%{gopath}/src/%{import_path}/./views/_demos/cellview.go' + '[' ./views/_demos '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views/_demos' ++ dirname ./views/_demos + dirprefix=./views + '[' ./views '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views' ++ dirname ./views + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./views/_demos/vbox.go + dirprefix=./views/_demos + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/_demos + cp -pav ./views/_demos/vbox.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/_demos/vbox.go './views/_demos/vbox.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/_demos/vbox.go' + echo '%{gopath}/src/%{import_path}/./views/_demos/vbox.go' + '[' ./views/_demos '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views/_demos' ++ dirname ./views/_demos + dirprefix=./views + '[' ./views '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views' ++ dirname ./views + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./views/cellarea.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views + cp -pav ./views/cellarea.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/cellarea.go './views/cellarea.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/cellarea.go' + echo '%{gopath}/src/%{import_path}/./views/cellarea.go' + '[' ./views '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views' ++ dirname ./views + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./views/constants.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views + cp -pav ./views/constants.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/constants.go './views/constants.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/constants.go' + echo '%{gopath}/src/%{import_path}/./views/constants.go' + '[' ./views '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views' ++ dirname ./views + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./views/text.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views + cp -pav ./views/text.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/text.go './views/text.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./views/text.go' + echo '%{gopath}/src/%{import_path}/./views/text.go' + '[' ./views '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./views' ++ dirname ./views + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./colorfit.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./colorfit.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./colorfit.go './colorfit.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./colorfit.go' + echo '%{gopath}/src/%{import_path}/./colorfit.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./tscreen_stub.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./tscreen_stub.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./tscreen_stub.go './tscreen_stub.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./tscreen_stub.go' + echo '%{gopath}/src/%{import_path}/./tscreen_stub.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./doc.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./doc.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./doc.go './doc.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./doc.go' + echo '%{gopath}/src/%{import_path}/./doc.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./encoding.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./encoding.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./encoding.go './encoding.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./encoding.go' + echo '%{gopath}/src/%{import_path}/./encoding.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./tscreen_posix.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./tscreen_posix.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./tscreen_posix.go './tscreen_posix.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./tscreen_posix.go' + echo '%{gopath}/src/%{import_path}/./tscreen_posix.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./runes.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./runes.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./runes.go './runes.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./runes.go' + echo '%{gopath}/src/%{import_path}/./runes.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./tscreen_linux.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./tscreen_linux.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./tscreen_linux.go './tscreen_linux.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./tscreen_linux.go' + echo '%{gopath}/src/%{import_path}/./tscreen_linux.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./cell.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./cell.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./cell.go './cell.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./cell.go' + echo '%{gopath}/src/%{import_path}/./cell.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./key.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./key.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./key.go './key.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./key.go' + echo '%{gopath}/src/%{import_path}/./key.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./screen.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./screen.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./screen.go './screen.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./screen.go' + echo '%{gopath}/src/%{import_path}/./screen.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./charset_unix.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./charset_unix.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./charset_unix.go './charset_unix.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./charset_unix.go' + echo '%{gopath}/src/%{import_path}/./charset_unix.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./mouse.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./mouse.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./mouse.go './mouse.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./mouse.go' + echo '%{gopath}/src/%{import_path}/./mouse.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./charset_stub.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./charset_stub.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./charset_stub.go './charset_stub.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./charset_stub.go' + echo '%{gopath}/src/%{import_path}/./charset_stub.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./encoding/all.go + dirprefix=./encoding + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./encoding + cp -pav ./encoding/all.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./encoding/all.go './encoding/all.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./encoding/all.go' + echo '%{gopath}/src/%{import_path}/./encoding/all.go' + '[' ./encoding '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./encoding' ++ dirname ./encoding + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./simulation.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./simulation.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./simulation.go './simulation.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./simulation.go' + echo '%{gopath}/src/%{import_path}/./simulation.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./resize.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./resize.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./resize.go './resize.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./resize.go' + echo '%{gopath}/src/%{import_path}/./resize.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./console_stub.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./console_stub.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./console_stub.go './console_stub.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./console_stub.go' + echo '%{gopath}/src/%{import_path}/./console_stub.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./style.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./style.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./style.go './style.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./style.go' + echo '%{gopath}/src/%{import_path}/./style.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./console_win.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./console_win.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./console_win.go './console_win.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./console_win.go' + echo '%{gopath}/src/%{import_path}/./console_win.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./charset_windows.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./charset_windows.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./charset_windows.go './charset_windows.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./charset_windows.go' + echo '%{gopath}/src/%{import_path}/./charset_windows.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_vt320.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_vt320.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_vt320.go './terminfo/term_vt320.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_vt320.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_vt320.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_tvi912.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_tvi912.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_tvi912.go './terminfo/term_tvi912.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_tvi912.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_tvi912.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_wy99a_ansi.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_wy99a_ansi.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_wy99a_ansi.go './terminfo/term_wy99a_ansi.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_wy99a_ansi.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_wy99a_ansi.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_xterm_truecolor.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_xterm_truecolor.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_xterm_truecolor.go './terminfo/term_xterm_truecolor.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_xterm_truecolor.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_xterm_truecolor.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_bsdos_pc.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_bsdos_pc.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_bsdos_pc.go './terminfo/term_bsdos_pc.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_bsdos_pc.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_bsdos_pc.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_st_meta_256color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_st_meta_256color.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_st_meta_256color.go './terminfo/term_st_meta_256color.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_st_meta_256color.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_st_meta_256color.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_sun.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_sun.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_sun.go './terminfo/term_sun.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_sun.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_sun.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_Eterm_256color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_Eterm_256color.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_Eterm_256color.go './terminfo/term_Eterm_256color.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_Eterm_256color.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_Eterm_256color.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_konsole.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_konsole.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_konsole.go './terminfo/term_konsole.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_konsole.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_konsole.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_sun_color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_sun_color.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_sun_color.go './terminfo/term_sun_color.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_sun_color.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_sun_color.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_tvi950.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_tvi950.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_tvi950.go './terminfo/term_tvi950.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_tvi950.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_tvi950.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_d200.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_d200.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_d200.go './terminfo/term_d200.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_d200.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_d200.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_tvi970.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_tvi970.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_tvi970.go './terminfo/term_tvi970.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_tvi970.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_tvi970.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_screen_256color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_screen_256color.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_screen_256color.go './terminfo/term_screen_256color.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_screen_256color.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_screen_256color.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_gnome_256color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_gnome_256color.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_gnome_256color.go './terminfo/term_gnome_256color.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_gnome_256color.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_gnome_256color.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_xnuppc.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_xnuppc.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_xnuppc.go './terminfo/term_xnuppc.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_xnuppc.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_xnuppc.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_vt52.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_vt52.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_vt52.go './terminfo/term_vt52.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_vt52.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_vt52.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_kterm.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_kterm.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_kterm.go './terminfo/term_kterm.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_kterm.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_kterm.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_hz1500.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_hz1500.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_hz1500.go './terminfo/term_hz1500.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_hz1500.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_hz1500.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_st.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_st.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_st.go './terminfo/term_st.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_st.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_st.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_aixterm.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_aixterm.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_aixterm.go './terminfo/term_aixterm.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_aixterm.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_aixterm.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/mkinfo.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/mkinfo.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/mkinfo.go './terminfo/mkinfo.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/mkinfo.go' + echo '%{gopath}/src/%{import_path}/./terminfo/mkinfo.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_vt102.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_vt102.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_vt102.go './terminfo/term_vt102.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_vt102.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_vt102.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_vt220.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_vt220.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_vt220.go './terminfo/term_vt220.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_vt220.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_vt220.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_tvi921.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_tvi921.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_tvi921.go './terminfo/term_tvi921.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_tvi921.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_tvi921.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_wy99_ansi.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_wy99_ansi.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_wy99_ansi.go './terminfo/term_wy99_ansi.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_wy99_ansi.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_wy99_ansi.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_cygwin.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_cygwin.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_cygwin.go './terminfo/term_cygwin.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_cygwin.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_cygwin.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_ansi.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_ansi.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_ansi.go './terminfo/term_ansi.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_ansi.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_ansi.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_wy60.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_wy60.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_wy60.go './terminfo/term_wy60.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_wy60.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_wy60.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_linux.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_linux.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_linux.go './terminfo/term_linux.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_linux.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_linux.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_tvi925.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_tvi925.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_tvi925.go './terminfo/term_tvi925.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_tvi925.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_tvi925.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_konsole_256color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_konsole_256color.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_konsole_256color.go './terminfo/term_konsole_256color.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_konsole_256color.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_konsole_256color.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_aterm.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_aterm.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_aterm.go './terminfo/term_aterm.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_aterm.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_aterm.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_rxvt.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_rxvt.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_rxvt.go './terminfo/term_rxvt.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_rxvt.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_rxvt.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_adm3a.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_adm3a.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_adm3a.go './terminfo/term_adm3a.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_adm3a.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_adm3a.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_dtterm.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_dtterm.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_dtterm.go './terminfo/term_dtterm.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_dtterm.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_dtterm.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_xterm.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_xterm.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_xterm.go './terminfo/term_xterm.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_xterm.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_xterm.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_gnome.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_gnome.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_gnome.go './terminfo/term_gnome.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_gnome.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_gnome.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_beterm.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_beterm.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_beterm.go './terminfo/term_beterm.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_beterm.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_beterm.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_st_meta.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_st_meta.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_st_meta.go './terminfo/term_st_meta.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_st_meta.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_st_meta.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_st_truecolor.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_st_truecolor.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_st_truecolor.go './terminfo/term_st_truecolor.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_st_truecolor.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_st_truecolor.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_vt400.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_vt400.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_vt400.go './terminfo/term_vt400.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_vt400.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_vt400.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_vt100.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_vt100.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_vt100.go './terminfo/term_vt100.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_vt100.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_vt100.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_tvi910.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_tvi910.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_tvi910.go './terminfo/term_tvi910.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_tvi910.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_tvi910.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_st_meta_truecolor.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_st_meta_truecolor.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_st_meta_truecolor.go './terminfo/term_st_meta_truecolor.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_st_meta_truecolor.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_st_meta_truecolor.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_hpterm.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_hpterm.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_hpterm.go './terminfo/term_hpterm.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_hpterm.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_hpterm.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_vt420.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_vt420.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_vt420.go './terminfo/term_vt420.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_vt420.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_vt420.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_rxvt_unicode_256color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_rxvt_unicode_256color.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_rxvt_unicode_256color.go './terminfo/term_rxvt_unicode_256color.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_rxvt_unicode_256color.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_rxvt_unicode_256color.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_screen.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_screen.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_screen.go './terminfo/term_screen.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_screen.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_screen.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_wy50.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_wy50.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_wy50.go './terminfo/term_wy50.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_wy50.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_wy50.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_d210.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_d210.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_d210.go './terminfo/term_d210.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_d210.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_d210.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_xterm_256color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_xterm_256color.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_xterm_256color.go './terminfo/term_xterm_256color.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_xterm_256color.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_xterm_256color.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_pcansi.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_pcansi.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_pcansi.go './terminfo/term_pcansi.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_pcansi.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_pcansi.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_Eterm.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_Eterm.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_Eterm.go './terminfo/term_Eterm.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_Eterm.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_Eterm.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_rxvt_unicode.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_rxvt_unicode.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_rxvt_unicode.go './terminfo/term_rxvt_unicode.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_rxvt_unicode.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_rxvt_unicode.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_rxvt_256color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_rxvt_256color.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_rxvt_256color.go './terminfo/term_rxvt_256color.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_rxvt_256color.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_rxvt_256color.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/term_xfce.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/term_xfce.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_xfce.go './terminfo/term_xfce.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/term_xfce.go' + echo '%{gopath}/src/%{import_path}/./terminfo/term_xfce.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./terminfo/terminfo.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/terminfo.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/terminfo.go './terminfo/terminfo.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/terminfo.go' + echo '%{gopath}/src/%{import_path}/./terminfo/terminfo.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./tscreen_windows.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./tscreen_windows.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./tscreen_windows.go './tscreen_windows.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./tscreen_windows.go' + echo '%{gopath}/src/%{import_path}/./tscreen_windows.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./_demos/boxes.go + dirprefix=./_demos + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./_demos + cp -pav ./_demos/boxes.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./_demos/boxes.go './_demos/boxes.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./_demos/boxes.go' + echo '%{gopath}/src/%{import_path}/./_demos/boxes.go' + '[' ./_demos '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./_demos' ++ dirname ./_demos + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./_demos/unicode.go + dirprefix=./_demos + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./_demos + cp -pav ./_demos/unicode.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./_demos/unicode.go './_demos/unicode.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./_demos/unicode.go' + echo '%{gopath}/src/%{import_path}/./_demos/unicode.go' + '[' ./_demos '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./_demos' ++ dirname ./_demos + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./_demos/mouse.go + dirprefix=./_demos + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./_demos + cp -pav ./_demos/mouse.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./_demos/mouse.go './_demos/mouse.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./_demos/mouse.go' + echo '%{gopath}/src/%{import_path}/./_demos/mouse.go' + '[' ./_demos '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./_demos' ++ dirname ./_demos + dirprefix=. + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./tscreen.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./tscreen.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./tscreen.go './tscreen.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./tscreen.go' + echo '%{gopath}/src/%{import_path}/./tscreen.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./errors.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./errors.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./errors.go './errors.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./errors.go' + echo '%{gopath}/src/%{import_path}/./errors.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./attr.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./attr.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./attr.go './attr.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./attr.go' + echo '%{gopath}/src/%{import_path}/./attr.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./tscreen_bsd.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./tscreen_bsd.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./tscreen_bsd.go './tscreen_bsd.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./tscreen_bsd.go' + echo '%{gopath}/src/%{import_path}/./tscreen_bsd.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./interrupt.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./interrupt.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./interrupt.go './interrupt.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./interrupt.go' + echo '%{gopath}/src/%{import_path}/./interrupt.go' + '[' . '!=' . ']' + for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ++ dirname ./color.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./color.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./color.go './color.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./color.go' + echo '%{gopath}/src/%{import_path}/./color.go' + '[' . '!=' . ']' + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/ ++ find . -iname '*_test.go' + for file in $(find . -iname "*_test.go") ++ dirname ./runes_test.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./runes_test.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./runes_test.go './runes_test.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./runes_test.go' + echo '%{gopath}/src/%{import_path}/./runes_test.go' + '[' . '!=' . ']' + for file in $(find . -iname "*_test.go") ++ dirname ./style_test.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./style_test.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./style_test.go './style_test.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./style_test.go' + echo '%{gopath}/src/%{import_path}/./style_test.go' + '[' . '!=' . ']' + for file in $(find . -iname "*_test.go") ++ dirname ./color_test.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./color_test.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./color_test.go './color_test.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./color_test.go' + echo '%{gopath}/src/%{import_path}/./color_test.go' + '[' . '!=' . ']' + for file in $(find . -iname "*_test.go") ++ dirname ./terminfo/terminfo_test.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo + cp -pav ./terminfo/terminfo_test.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/terminfo_test.go './terminfo/terminfo_test.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./terminfo/terminfo_test.go' + echo '%{gopath}/src/%{import_path}/./terminfo/terminfo_test.go' + '[' ./terminfo '!=' . ']' + echo '%dir %{gopath}/src/%{import_path}/./terminfo' ++ dirname ./terminfo + dirprefix=. + '[' . '!=' . ']' + for file in $(find . -iname "*_test.go") ++ dirname ./sim_test.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./sim_test.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./sim_test.go './sim_test.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./sim_test.go' + echo '%{gopath}/src/%{import_path}/./sim_test.go' + '[' . '!=' . ']' + for file in $(find . -iname "*_test.go") ++ dirname ./event_test.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./event_test.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./event_test.go './event_test.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode/src/github.com/gdamore/tcell/./event_test.go' + echo '%{gopath}/src/%{import_path}/./event_test.go' + '[' . '!=' . ']' + sort -u -o devel.file-list devel.file-list + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.5aYFOO + umask 022 + cd /builddir/build/BUILD + cd tcell-1.0.0 + export GOPATH=/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode:/usr/share/gocode + GOPATH=/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm//usr/share/gocode:/usr/share/gocode + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/gdamore/tcell # testmain warning: unable to find runtime/cgo.a ok github.com/gdamore/tcell 0.086s + exit 0 Processing files: golang-github-gdamore-tcell-devel-1.0.0-1.fc27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.l0JdlR + umask 022 + cd /builddir/build/BUILD + cd tcell-1.0.0 + DOCDIR=/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm/usr/share/doc/golang-github-gdamore-tcell-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm/usr/share/doc/golang-github-gdamore-tcell-devel + cp -pr AUTHORS /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm/usr/share/doc/golang-github-gdamore-tcell-devel + cp -pr README.md /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm/usr/share/doc/golang-github-gdamore-tcell-devel + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.tFaIwT + umask 022 + cd /builddir/build/BUILD + cd tcell-1.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm/usr/share/licenses/golang-github-gdamore-tcell-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm/usr/share/licenses/golang-github-gdamore-tcell-devel + cp -pr LICENSE /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm/usr/share/licenses/golang-github-gdamore-tcell-devel + exit 0 Provides: golang(github.com/gdamore/tcell) = 1.0.0-1.fc27 golang(github.com/gdamore/tcell/encoding) = 1.0.0-1.fc27 golang(github.com/gdamore/tcell/termbox) = 1.0.0-1.fc27 golang(github.com/gdamore/tcell/views) = 1.0.0-1.fc27 golang-github-gdamore-tcell-devel = 1.0.0-1.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: golang-github-gdamore-tcell-unit-test-devel-1.0.0-1.fc27.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9yXy5u + umask 022 + cd /builddir/build/BUILD + cd tcell-1.0.0 + DOCDIR=/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm/usr/share/doc/golang-github-gdamore-tcell-unit-test-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm/usr/share/doc/golang-github-gdamore-tcell-unit-test-devel + cp -pr AUTHORS /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm/usr/share/doc/golang-github-gdamore-tcell-unit-test-devel + cp -pr README.md /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm/usr/share/doc/golang-github-gdamore-tcell-unit-test-devel + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vyCjVa + umask 022 + cd /builddir/build/BUILD + cd tcell-1.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm/usr/share/licenses/golang-github-gdamore-tcell-unit-test-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm/usr/share/licenses/golang-github-gdamore-tcell-unit-test-devel + cp -pr LICENSE /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm/usr/share/licenses/golang-github-gdamore-tcell-unit-test-devel + exit 0 Provides: golang-github-gdamore-tcell-unit-test-devel = 1.0.0-1.fc27 golang-github-gdamore-tcell-unit-test-devel(armv7hl-32) = 1.0.0-1.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm Wrote: /builddir/build/RPMS/golang-github-gdamore-tcell-devel-1.0.0-1.fc27.noarch.rpm Wrote: /builddir/build/RPMS/golang-github-gdamore-tcell-unit-test-devel-1.0.0-1.fc27.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ppwutg + umask 022 + cd /builddir/build/BUILD + cd tcell-1.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.arm + exit 0 Child return code was: 0