Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/golang-github-gdamore-tcell.spec'], chrootPath='/var/lib/mock/f27-build-11821927-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 aarch64 --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: aarch64 Building for target aarch64 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 aarch64 --nodeps /builddir/build/SPECS/golang-github-gdamore-tcell.spec'], chrootPath='/var/lib/mock/f27-build-11821927-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 aarch64 --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: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.yPuHvy + 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.e4qjnd + 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 0xff9bff535bb5c4c7eb2126a99819f807c6cc9ca0 -extldflags '\''-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' -a -v -x -o bin/boxes _demos/boxes.go WORK=/tmp/go-build358786564 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_arm64/compile -o $WORK/runtime/internal/sys.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/internal/sys -std -+ -complete -installsuffix shared -buildid 3c6da1a555fccce066a33015e6a563351b7fc23c -D _/usr/lib/golang/src/runtime/internal/sys -I $WORK -pack ./arch.go ./arch_arm64.go ./intrinsics.go ./stubs.go ./sys.go ./zgoarch_arm64.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_arm64/compile -o $WORK/runtime/internal/atomic.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/internal/atomic -std -+ -installsuffix shared -buildid a4942f611620cc53fd37532bb03e031b33ead8a2 -D _/usr/lib/golang/src/runtime/internal/atomic -I $WORK -pack -asmhdr $WORK/runtime/internal/atomic/_obj/go_asm.h ./atomic_arm64.go ./stubs.go /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/internal/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/internal/atomic/_obj/asm_arm64.o ./asm_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/internal/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/internal/atomic/_obj/atomic_arm64.o ./atomic_arm64.s pack r $WORK/runtime/internal/atomic.a $WORK/runtime/internal/atomic/_obj/asm_arm64.o $WORK/runtime/internal/atomic/_obj/atomic_arm64.o # internal runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/runtime.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime -std -+ -installsuffix shared -buildid 6547186d3f8df5a54966b1756c7ad49dfb8d4477 -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_arm64.go ./env_posix.go ./error.go ./extern.go ./fastlog2.go ./fastlog2table.go ./fedora.go ./float.go ./hash64.go ./hashmap.go ./hashmap_fast.go ./heapdump.go ./iface.go ./lfstack.go ./lfstack_64bit.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_arm64.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_arm64.go ./signal_linux_arm64.go ./signal_sighandler.go ./signal_unix.go ./sigqueue.go ./sigtab_linux_generic.go ./sizeclasses.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./stubs2.go ./stubs_asm.go ./stubs_linux.go ./symtab.go ./sys_arm64.go ./sys_nonppc64x.go ./time.go ./timestub.go ./trace.go ./traceback.go ./type.go ./typekind.go ./unaligned1.go ./utf8.go ./write_err.go cp /usr/lib/golang/src/runtime/tls_arm64.h $WORK/runtime/_obj/tls_GOARCH.h /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/asm_arm64.o ./asm_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/atomic_arm64.o ./atomic_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/duff_arm64.o ./duff_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/memclr_arm64.o ./memclr_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/memmove_arm64.o ./memmove_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/rt0_linux_arm64.o ./rt0_linux_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/sys_linux_arm64.o ./sys_linux_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/tls_arm64.o ./tls_arm64.s pack r $WORK/runtime.a $WORK/runtime/_obj/asm.o $WORK/runtime/_obj/asm_arm64.o $WORK/runtime/_obj/atomic_arm64.o $WORK/runtime/_obj/duff_arm64.o $WORK/runtime/_obj/memclr_arm64.o $WORK/runtime/_obj/memmove_arm64.o $WORK/runtime/_obj/rt0_linux_arm64.o $WORK/runtime/_obj/sys_linux_arm64.o $WORK/runtime/_obj/tls_arm64.o # internal errors mkdir -p $WORK/errors/_obj/ internal/race cd /usr/lib/golang/src/errors /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/errors.a -trimpath $WORK -shared -goversion go1.9.4 -p errors -std -complete -installsuffix shared -buildid e6d5aa8a384b917ea861211c560c3cd174cc2bee -D _/usr/lib/golang/src/errors -I $WORK -pack ./errors.go mkdir -p $WORK/internal/race/_obj/ mkdir -p $WORK/internal/ sync/atomic mkdir -p $WORK/sync/atomic/_obj/ cd /usr/lib/golang/src/internal/race /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/internal/race.a -trimpath $WORK -shared -goversion go1.9.4 -p internal/race -std -complete -installsuffix shared -buildid bf7a56ad7c9d69e48eafb9759db84e43992977c5 -D _/usr/lib/golang/src/internal/race -I $WORK -pack ./doc.go ./norace.go math unicode/utf8 unicode golang.org/x/text/encoding/internal/identifier math/bits mkdir -p $WORK/sync/ mkdir -p $WORK/math/_obj/ cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/sync/atomic.a -trimpath $WORK -shared -goversion go1.9.4 -p sync/atomic -std -installsuffix shared -buildid 96c1e2a2e5e480114362d332bd22e3f3062a802c -D _/usr/lib/golang/src/sync/atomic -I $WORK -pack -asmhdr $WORK/sync/atomic/_obj/go_asm.h ./doc.go ./value.go mkdir -p $WORK/unicode/utf8/_obj/ cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/math.a -trimpath $WORK -shared -goversion go1.9.4 -p math -std -installsuffix shared -buildid 060882cc139d1743dcd6ae6e45e89410c87e79d1 -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/unicode/ mkdir -p $WORK/unicode/_obj/ cd /usr/lib/golang/src/unicode/utf8 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/unicode/utf8.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode/utf8 -std -complete -installsuffix shared -buildid da87afe3c4b049fa03657f56898ca8a616ed48f7 -D _/usr/lib/golang/src/unicode/utf8 -I $WORK -pack ./utf8.go mkdir -p $WORK/golang.org/x/text/encoding/internal/identifier/_obj/ mkdir -p $WORK/math/bits/_obj/ mkdir -p $WORK/golang.org/x/text/encoding/internal/ mkdir -p $WORK/math/ cd /usr/lib/golang/src/unicode /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/unicode.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode -std -complete -installsuffix shared -buildid 231ee0ccff80caae6818384fd326f869e4d55395 -D _/usr/lib/golang/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go cd /usr/lib/golang/src/math/bits /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/math/bits.a -trimpath $WORK -shared -goversion go1.9.4 -p math/bits -std -complete -installsuffix shared -buildid fa071ba80970f08c572da2548f8d4f966777751c -D _/usr/lib/golang/src/math/bits -I $WORK -pack ./bits.go ./bits_tables.go cd /usr/share/gocode/src/golang.org/x/text/encoding/internal/identifier /usr/lib/golang/pkg/tool/linux_arm64/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 488696673051e84a92db283d682ae8f448d9c0b8 -D _/usr/share/gocode/src/golang.org/x/text/encoding/internal/identifier -I $WORK -pack ./identifier.go ./mib.go encoding mkdir -p $WORK/encoding/_obj/ unicode/utf16 mkdir -p $WORK/unicode/utf16/_obj/ cd /usr/lib/golang/src/encoding /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding -std -complete -installsuffix shared -buildid 746602c78e2d48c2e2849212f49af8ebf00748d9 -D _/usr/lib/golang/src/encoding -I $WORK -pack ./encoding.go cd /usr/lib/golang/src/unicode/utf16 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/unicode/utf16.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode/utf16 -std -complete -installsuffix shared -buildid 0f929f514aaf3e2d739c2280c53a92ead7bdf563 -D _/usr/lib/golang/src/unicode/utf16 -I $WORK -pack ./utf16.go cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/sync/atomic/_obj/asm_arm64.o ./asm_arm64.s pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_arm64.o # internal sync mkdir -p $WORK/sync/_obj/ cd /usr/lib/golang/src/sync /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/sync.a -trimpath $WORK -shared -goversion go1.9.4 -p sync -std -installsuffix shared -buildid e3f3d8ffe1a122958736da02a6429f35176235fe -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 syscall mkdir -p $WORK/syscall/_obj/ io mkdir -p $WORK/io/_obj/ cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/syscall.a -trimpath $WORK -shared -goversion go1.9.4 -p syscall -std -installsuffix shared -buildid a77889c6d52a64672490500ec39d23ec70610dc3 -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 ./lsf_linux.go ./msan0.go ./net.go ./netlink_linux.go ./setuidgid_linux.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_arm64.go ./syscall_unix.go ./timestruct.go ./zerrors_linux_arm64.go ./zsyscall_linux_arm64.go ./zsysnum_linux_arm64.go ./ztypes_linux_arm64.go cd /usr/lib/golang/src/io /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/io.a -trimpath $WORK -shared -goversion go1.9.4 -p io -std -complete -installsuffix shared -buildid c8d9fd34e97248070d774b9d085922ebfd5fd424 -D _/usr/lib/golang/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go hash mkdir -p $WORK/hash/_obj/ cd /usr/lib/golang/src/hash /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/hash.a -trimpath $WORK -shared -goversion go1.9.4 -p hash -std -complete -installsuffix shared -buildid 11775907a09a88ce90dbd4a2a427da54a9c973de -D _/usr/lib/golang/src/hash -I $WORK -pack ./hash.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/math/_obj/dim_arm64.o ./dim_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/math/_obj/floor_arm64.o ./floor_arm64.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_arm64/compile -o $WORK/hash/crc32.a -trimpath $WORK -shared -goversion go1.9.4 -p hash/crc32 -std -installsuffix shared -buildid 578efff4b66339faaf69821156651c77d1f81f97 -D _/usr/lib/golang/src/hash/crc32 -I $WORK -pack -asmhdr $WORK/hash/crc32/_obj/go_asm.h ./crc32.go ./crc32_arm64.go ./crc32_generic.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/math/_obj/modf_arm64.o ./modf_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/math/_obj/sqrt_arm64.o ./sqrt_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/math/_obj/stubs_arm64.o ./stubs_arm64.s pack r $WORK/math.a $WORK/math/_obj/dim_arm64.o $WORK/math/_obj/floor_arm64.o $WORK/math/_obj/modf_arm64.o $WORK/math/_obj/sqrt_arm64.o $WORK/math/_obj/stubs_arm64.o # internal strconv mkdir -p $WORK/strconv/_obj/ cd /usr/lib/golang/src/strconv /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/strconv.a -trimpath $WORK -shared -goversion go1.9.4 -p strconv -std -complete -installsuffix shared -buildid bba52408b338885f6de97e554e1e59e139c6d150 -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 math/rand mkdir -p $WORK/math/rand/_obj/ cd /usr/lib/golang/src/math/rand /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/math/rand.a -trimpath $WORK -shared -goversion go1.9.4 -p math/rand -std -complete -installsuffix shared -buildid 2d84309f15b29291fd4e760f28461d18149c9f38 -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/hash/crc32 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/hash/crc32/_obj/crc32_arm64.o ./crc32_arm64.s pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_arm64.o # internal bytes mkdir -p $WORK/bytes/_obj/ strings mkdir -p $WORK/strings/_obj/ cd /usr/lib/golang/src/bytes /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/bytes.a -trimpath $WORK -shared -goversion go1.9.4 -p bytes -std -installsuffix shared -buildid 54e3622ad251ec0e6fb91a87dddb916a160504b5 -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/strings /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/strings.a -trimpath $WORK -shared -goversion go1.9.4 -p strings -std -installsuffix shared -buildid f6a8580d62ec88c6425dbaee9e2e02a92f4865be -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 golang.org/x/text/transform mkdir -p $WORK/golang.org/x/text/transform/_obj/ bufio mkdir -p $WORK/golang.org/x/text/ mkdir -p $WORK/bufio/_obj/ cd /usr/share/gocode/src/golang.org/x/text/transform /usr/lib/golang/pkg/tool/linux_arm64/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 2db7e66d92c0775b4d3ef7af1db9c7beac616eb2 -D _/usr/share/gocode/src/golang.org/x/text/transform -I $WORK -pack ./transform.go cd /usr/lib/golang/src/bufio /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/bufio.a -trimpath $WORK -shared -goversion go1.9.4 -p bufio -std -complete -installsuffix shared -buildid 0d9def703521655dbc22724b78ddb298b9882b4f -D _/usr/lib/golang/src/bufio -I $WORK -pack ./bufio.go ./scan.go cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/strings/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/strings/_obj/strings.o ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.o # internal path mkdir -p $WORK/path/_obj/ reflect mkdir -p $WORK/reflect/_obj/ cd /usr/lib/golang/src/path /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/path.a -trimpath $WORK -shared -goversion go1.9.4 -p path -std -complete -installsuffix shared -buildid 375b7e4e37c3c39d1bb99e447e5a9b65979244fb -D _/usr/lib/golang/src/path -I $WORK -pack ./match.go ./path.go encoding/base64 mkdir -p $WORK/encoding/base64/_obj/ mkdir -p $WORK/encoding/ cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/reflect.a -trimpath $WORK -shared -goversion go1.9.4 -p reflect -std -installsuffix shared -buildid 372d2358502bfe17a9cb8b7771ab9f9b52bb88bf -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 cd /usr/lib/golang/src/encoding/base64 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/encoding/base64.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/base64 -std -complete -installsuffix shared -buildid e2ac6387d3311a86d8c4f272406b1f1c31ff3b6a -D _/usr/lib/golang/src/encoding/base64 -I $WORK -pack ./base64.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_arm64/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 c753ba62aab6c37a8aa3524596c91bebd7f046da -D _/usr/share/gocode/src/golang.org/x/text/encoding -I $WORK -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./encoding.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_arm64/compile -o $WORK/github.com/gdamore/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/encoding -complete -installsuffix shared -buildid 8e1902ffdd8b1e0e3edaf72881b60232d2d20a86 -D _/usr/share/gocode/src/github.com/gdamore/encoding -I $WORK -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./ascii.go ./charmap.go ./doc.go ./ebcdic.go ./latin1.go ./latin5.go ./utf8.go cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/syscall/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/syscall/_obj/asm_linux_arm64.o ./asm_linux_arm64.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm_linux_arm64.o # internal time mkdir -p $WORK/time/_obj/ cd /usr/lib/golang/src/time /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/time.a -trimpath $WORK -shared -goversion go1.9.4 -p time -std -installsuffix shared -buildid 578e4fb529919b19464150ab4cf1b18d136cd5cc -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 internal/poll mkdir -p $WORK/internal/poll/_obj/ cd /usr/lib/golang/src/internal/poll /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/internal/poll.a -trimpath $WORK -shared -goversion go1.9.4 -p internal/poll -std -installsuffix shared -buildid 83ef9c2f98eae5387b2fc80cde19d9b88ba4b722 -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_arm64/compile -o $WORK/os.a -trimpath $WORK -shared -goversion go1.9.4 -p os -std -installsuffix shared -buildid 3ba9b7d09b362a5db8569a9078266eacf665ea51 -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_arm64/compile -o $WORK/os/signal.a -trimpath $WORK -shared -goversion go1.9.4 -p os/signal -std -installsuffix shared -buildid 25f3c00bde7cdfe79a6044020da02cc04c8a46bd -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_arm64/asm -trimpath $WORK -I $WORK/reflect/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/reflect/_obj/asm_arm64.o ./asm_arm64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_arm64.o # internal fmt sort mkdir -p $WORK/fmt/_obj/ mkdir -p $WORK/sort/_obj/ cd /usr/lib/golang/src/fmt /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/fmt.a -trimpath $WORK -shared -goversion go1.9.4 -p fmt -std -complete -installsuffix shared -buildid f5499424648130134e31bf403a8a21d7fb99afc7 -D _/usr/lib/golang/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /usr/lib/golang/src/encoding/binary /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/encoding/binary.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/binary -std -complete -installsuffix shared -buildid 20f7d84f601529515650c8b41535470201e44463 -D _/usr/lib/golang/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go cd /usr/lib/golang/src/sort /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/sort.a -trimpath $WORK -shared -goversion go1.9.4 -p sort -std -complete -installsuffix shared -buildid cb9be9362e9ebf1d2e928fde86d9be5a55f34bcf -D _/usr/lib/golang/src/sort -I $WORK -pack ./search.go ./sort.go ./zfuncversion.go cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/os/signal/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/os/signal/_obj/sig.o ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.o # internal 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_arm64/compile -o $WORK/regexp/syntax.a -trimpath $WORK -shared -goversion go1.9.4 -p regexp/syntax -std -complete -installsuffix shared -buildid e49f4ea0b75a51abb24c37b1c7f752337ff9363f -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 encoding/json compress/flate github.com/lucasb-eyer/go-colorful mkdir -p $WORK/github.com/lucasb-eyer/go-colorful/_obj/ mkdir -p $WORK/github.com/lucasb-eyer/ mkdir -p $WORK/encoding/json/_obj/ cd /usr/share/gocode/src/github.com/lucasb-eyer/go-colorful /usr/lib/golang/pkg/tool/linux_arm64/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 43c1285ab0c41043d0170dd9af5005ae79594012 -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 mkdir -p $WORK/compress/flate/_obj/ mkdir -p $WORK/compress/ cd /usr/lib/golang/src/encoding/json /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/encoding/json.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/json -std -complete -installsuffix shared -buildid 9eafd3234e3f8414b96b3c7b9c608996d5c17a12 -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 cd /usr/lib/golang/src/compress/flate /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/compress/flate.a -trimpath $WORK -shared -goversion go1.9.4 -p compress/flate -std -complete -installsuffix shared -buildid 65e84fbe34f9eac147f4802995f92dd15af09254 -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 regexp mkdir -p $WORK/regexp/_obj/ cd /usr/lib/golang/src/regexp /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/regexp.a -trimpath $WORK -shared -goversion go1.9.4 -p regexp -std -complete -installsuffix shared -buildid d488b0bf75c16e204f8aa9cfdab11b42b69eef34 -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/ runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /usr/lib/golang/src/compress/gzip /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/compress/gzip.a -trimpath $WORK -shared -goversion go1.9.4 -p compress/gzip -std -complete -installsuffix shared -buildid 02850e30f220d4b7557b8be47b0dac79cbf3a0db -D _/usr/lib/golang/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go mkdir -p $WORK/runtime/ cd /usr/lib/golang/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /usr/lib/golang/pkg/tool/linux_arm64/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 -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_arm64/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 bf67b0568dcdf1d33ad93187792c9d1c21619c34 -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 -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 -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_arm64/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 77c5bfd6f46d51316a9290ca0c442b389f71a1da -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 -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 -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 -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_arm64.o -c gcc_linux_arm64.c gcc -I . -fPIC -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 -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 -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 -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_arm64.o -c gcc_arm64.S cd $WORK/runtime/cgo/_obj gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -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 -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_arm64.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_arm64.o -g -O2 -lpthread /usr/lib/golang/pkg/tool/linux_arm64/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 -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_arm64.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_arm64.o -g -O2 -Wl,-r -nostdlib -no-pie -Wl,--build-id=none /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/runtime/cgo.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/cgo -std -installsuffix shared -buildid 7399520e1341e38dd8390c30aec9c272b8af138a -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_arm64/asm -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/cgo/_obj/asm_arm64.o ./asm_arm64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/asm_arm64.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_arm64/compile -o $WORK/github.com/gdamore/tcell.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/tcell -complete -installsuffix shared -buildid 9419e9ca03a07d0071f86ebdcc15dda6e427c91c -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_arm64_shared -I /usr/share/gocode/pkg/linux_arm64_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_arm64/compile -o $WORK/command-line-arguments.a -trimpath $WORK -shared -goversion go1.9.4 -p main -complete -installsuffix shared -buildid 4e55a6e9aee572062498a34c5ac4be58c74a08f1 -D _/builddir/build/BUILD/tcell-1.0.0/_demos -I $WORK -I /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm64_shared -pack ./boxes.go cd . /usr/lib/golang/pkg/tool/linux_arm64/link -o $WORK/command-line-arguments/_obj/exe/a.out -L $WORK -L /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm64_shared -L /usr/share/gocode/pkg/linux_arm64_shared -installsuffix shared -extld=gcc -buildmode=pie -buildid=4e55a6e9aee572062498a34c5ac4be58c74a08f1 -B 0xff9bff535bb5c4c7eb2126a99819f807c6cc9ca0 -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 0x3c192643e5ea7bc7ac7f0ba68e55ae152f9a3507 -extldflags '\''-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' -a -v -x -o bin/mouse _demos/mouse.go WORK=/tmp/go-build165562016 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_arm64/compile -o $WORK/runtime/internal/sys.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/internal/sys -std -+ -complete -installsuffix shared -buildid 3c6da1a555fccce066a33015e6a563351b7fc23c -D _/usr/lib/golang/src/runtime/internal/sys -I $WORK -pack ./arch.go ./arch_arm64.go ./intrinsics.go ./stubs.go ./sys.go ./zgoarch_arm64.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_arm64/compile -o $WORK/runtime/internal/atomic.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/internal/atomic -std -+ -installsuffix shared -buildid a4942f611620cc53fd37532bb03e031b33ead8a2 -D _/usr/lib/golang/src/runtime/internal/atomic -I $WORK -pack -asmhdr $WORK/runtime/internal/atomic/_obj/go_asm.h ./atomic_arm64.go ./stubs.go /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/internal/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/internal/atomic/_obj/asm_arm64.o ./asm_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/internal/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/internal/atomic/_obj/atomic_arm64.o ./atomic_arm64.s pack r $WORK/runtime/internal/atomic.a $WORK/runtime/internal/atomic/_obj/asm_arm64.o $WORK/runtime/internal/atomic/_obj/atomic_arm64.o # internal runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/runtime.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime -std -+ -installsuffix shared -buildid 6547186d3f8df5a54966b1756c7ad49dfb8d4477 -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_arm64.go ./env_posix.go ./error.go ./extern.go ./fastlog2.go ./fastlog2table.go ./fedora.go ./float.go ./hash64.go ./hashmap.go ./hashmap_fast.go ./heapdump.go ./iface.go ./lfstack.go ./lfstack_64bit.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_arm64.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_arm64.go ./signal_linux_arm64.go ./signal_sighandler.go ./signal_unix.go ./sigqueue.go ./sigtab_linux_generic.go ./sizeclasses.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./stubs2.go ./stubs_asm.go ./stubs_linux.go ./symtab.go ./sys_arm64.go ./sys_nonppc64x.go ./time.go ./timestub.go ./trace.go ./traceback.go ./type.go ./typekind.go ./unaligned1.go ./utf8.go ./write_err.go cp /usr/lib/golang/src/runtime/tls_arm64.h $WORK/runtime/_obj/tls_GOARCH.h /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/asm_arm64.o ./asm_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/atomic_arm64.o ./atomic_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/duff_arm64.o ./duff_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/memclr_arm64.o ./memclr_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/memmove_arm64.o ./memmove_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/rt0_linux_arm64.o ./rt0_linux_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/sys_linux_arm64.o ./sys_linux_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/tls_arm64.o ./tls_arm64.s pack r $WORK/runtime.a $WORK/runtime/_obj/asm.o $WORK/runtime/_obj/asm_arm64.o $WORK/runtime/_obj/atomic_arm64.o $WORK/runtime/_obj/duff_arm64.o $WORK/runtime/_obj/memclr_arm64.o $WORK/runtime/_obj/memmove_arm64.o $WORK/runtime/_obj/rt0_linux_arm64.o $WORK/runtime/_obj/sys_linux_arm64.o $WORK/runtime/_obj/tls_arm64.o # internal math sync/atomic mkdir -p $WORK/math/_obj/ internal/race errors mkdir -p $WORK/sync/atomic/_obj/ cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/math.a -trimpath $WORK -shared -goversion go1.9.4 -p math -std -installsuffix shared -buildid 060882cc139d1743dcd6ae6e45e89410c87e79d1 -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/sync/ unicode/utf8 mkdir -p $WORK/unicode/utf8/_obj/ cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/sync/atomic.a -trimpath $WORK -shared -goversion go1.9.4 -p sync/atomic -std -installsuffix shared -buildid 96c1e2a2e5e480114362d332bd22e3f3062a802c -D _/usr/lib/golang/src/sync/atomic -I $WORK -pack -asmhdr $WORK/sync/atomic/_obj/go_asm.h ./doc.go ./value.go unicode golang.org/x/text/encoding/internal/identifier math/bits mkdir -p $WORK/internal/race/_obj/ mkdir -p $WORK/errors/_obj/ mkdir -p $WORK/unicode/ mkdir -p $WORK/unicode/_obj/ cd /usr/lib/golang/src/unicode /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/unicode.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode -std -complete -installsuffix shared -buildid 231ee0ccff80caae6818384fd326f869e4d55395 -D _/usr/lib/golang/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go cd /usr/lib/golang/src/unicode/utf8 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/unicode/utf8.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode/utf8 -std -complete -installsuffix shared -buildid da87afe3c4b049fa03657f56898ca8a616ed48f7 -D _/usr/lib/golang/src/unicode/utf8 -I $WORK -pack ./utf8.go mkdir -p $WORK/golang.org/x/text/encoding/internal/identifier/_obj/ mkdir -p $WORK/golang.org/x/text/encoding/internal/ mkdir -p $WORK/math/bits/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding/internal/identifier /usr/lib/golang/pkg/tool/linux_arm64/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 488696673051e84a92db283d682ae8f448d9c0b8 -D _/usr/share/gocode/src/golang.org/x/text/encoding/internal/identifier -I $WORK -pack ./identifier.go ./mib.go mkdir -p $WORK/math/ cd /usr/lib/golang/src/math/bits /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/math/bits.a -trimpath $WORK -shared -goversion go1.9.4 -p math/bits -std -complete -installsuffix shared -buildid fa071ba80970f08c572da2548f8d4f966777751c -D _/usr/lib/golang/src/math/bits -I $WORK -pack ./bits.go ./bits_tables.go mkdir -p $WORK/internal/ cd /usr/lib/golang/src/internal/race /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/internal/race.a -trimpath $WORK -shared -goversion go1.9.4 -p internal/race -std -complete -installsuffix shared -buildid bf7a56ad7c9d69e48eafb9759db84e43992977c5 -D _/usr/lib/golang/src/internal/race -I $WORK -pack ./doc.go ./norace.go cd /usr/lib/golang/src/errors /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/errors.a -trimpath $WORK -shared -goversion go1.9.4 -p errors -std -complete -installsuffix shared -buildid e6d5aa8a384b917ea861211c560c3cd174cc2bee -D _/usr/lib/golang/src/errors -I $WORK -pack ./errors.go encoding mkdir -p $WORK/encoding/_obj/ cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/sync/atomic/_obj/asm_arm64.o ./asm_arm64.s cd /usr/lib/golang/src/encoding /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding -std -complete -installsuffix shared -buildid 746602c78e2d48c2e2849212f49af8ebf00748d9 -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_arm64/compile -o $WORK/unicode/utf16.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode/utf16 -std -complete -installsuffix shared -buildid 0f929f514aaf3e2d739c2280c53a92ead7bdf563 -D _/usr/lib/golang/src/unicode/utf16 -I $WORK -pack ./utf16.go cd /usr/lib/golang/src/sync/atomic pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_arm64.o # internal sync mkdir -p $WORK/sync/_obj/ cd /usr/lib/golang/src/sync /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/sync.a -trimpath $WORK -shared -goversion go1.9.4 -p sync -std -installsuffix shared -buildid e3f3d8ffe1a122958736da02a6429f35176235fe -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 io mkdir -p $WORK/io/_obj/ cd /usr/lib/golang/src/io /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/io.a -trimpath $WORK -shared -goversion go1.9.4 -p io -std -complete -installsuffix shared -buildid c8d9fd34e97248070d774b9d085922ebfd5fd424 -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_arm64/compile -o $WORK/syscall.a -trimpath $WORK -shared -goversion go1.9.4 -p syscall -std -installsuffix shared -buildid a77889c6d52a64672490500ec39d23ec70610dc3 -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 ./lsf_linux.go ./msan0.go ./net.go ./netlink_linux.go ./setuidgid_linux.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_arm64.go ./syscall_unix.go ./timestruct.go ./zerrors_linux_arm64.go ./zsyscall_linux_arm64.go ./zsysnum_linux_arm64.go ./ztypes_linux_arm64.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/math/_obj/dim_arm64.o ./dim_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/math/_obj/floor_arm64.o ./floor_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/math/_obj/modf_arm64.o ./modf_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/math/_obj/sqrt_arm64.o ./sqrt_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/math/_obj/stubs_arm64.o ./stubs_arm64.s hash mkdir -p $WORK/hash/_obj/ pack r $WORK/math.a $WORK/math/_obj/dim_arm64.o $WORK/math/_obj/floor_arm64.o $WORK/math/_obj/modf_arm64.o $WORK/math/_obj/sqrt_arm64.o $WORK/math/_obj/stubs_arm64.o # internal strconv mkdir -p $WORK/strconv/_obj/ cd /usr/lib/golang/src/hash /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/hash.a -trimpath $WORK -shared -goversion go1.9.4 -p hash -std -complete -installsuffix shared -buildid 11775907a09a88ce90dbd4a2a427da54a9c973de -D _/usr/lib/golang/src/hash -I $WORK -pack ./hash.go math/rand mkdir -p $WORK/math/rand/_obj/ cd /usr/lib/golang/src/strconv /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/strconv.a -trimpath $WORK -shared -goversion go1.9.4 -p strconv -std -complete -installsuffix shared -buildid bba52408b338885f6de97e554e1e59e139c6d150 -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 cd /usr/lib/golang/src/math/rand /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/math/rand.a -trimpath $WORK -shared -goversion go1.9.4 -p math/rand -std -complete -installsuffix shared -buildid 2d84309f15b29291fd4e760f28461d18149c9f38 -D _/usr/lib/golang/src/math/rand -I $WORK -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go 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_arm64/compile -o $WORK/hash/crc32.a -trimpath $WORK -shared -goversion go1.9.4 -p hash/crc32 -std -installsuffix shared -buildid 578efff4b66339faaf69821156651c77d1f81f97 -D _/usr/lib/golang/src/hash/crc32 -I $WORK -pack -asmhdr $WORK/hash/crc32/_obj/go_asm.h ./crc32.go ./crc32_arm64.go ./crc32_generic.go bytes mkdir -p $WORK/bytes/_obj/ cd /usr/lib/golang/src/bytes /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/bytes.a -trimpath $WORK -shared -goversion go1.9.4 -p bytes -std -installsuffix shared -buildid 54e3622ad251ec0e6fb91a87dddb916a160504b5 -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_arm64/compile -o $WORK/strings.a -trimpath $WORK -shared -goversion go1.9.4 -p strings -std -installsuffix shared -buildid f6a8580d62ec88c6425dbaee9e2e02a92f4865be -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/hash/crc32 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/hash/crc32/_obj/crc32_arm64.o ./crc32_arm64.s pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_arm64.o # internal bufio mkdir -p $WORK/bufio/_obj/ golang.org/x/text/transform mkdir -p $WORK/golang.org/x/text/transform/_obj/ cd /usr/lib/golang/src/bufio /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/bufio.a -trimpath $WORK -shared -goversion go1.9.4 -p bufio -std -complete -installsuffix shared -buildid 0d9def703521655dbc22724b78ddb298b9882b4f -D _/usr/lib/golang/src/bufio -I $WORK -pack ./bufio.go ./scan.go mkdir -p $WORK/golang.org/x/text/ cd /usr/share/gocode/src/golang.org/x/text/transform /usr/lib/golang/pkg/tool/linux_arm64/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 2db7e66d92c0775b4d3ef7af1db9c7beac616eb2 -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_arm64/asm -trimpath $WORK -I $WORK/strings/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/strings/_obj/strings.o ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.o # internal path mkdir -p $WORK/path/_obj/ cd /usr/lib/golang/src/path /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/path.a -trimpath $WORK -shared -goversion go1.9.4 -p path -std -complete -installsuffix shared -buildid 375b7e4e37c3c39d1bb99e447e5a9b65979244fb -D _/usr/lib/golang/src/path -I $WORK -pack ./match.go ./path.go reflect mkdir -p $WORK/reflect/_obj/ 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_arm64/compile -o $WORK/encoding/base64.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/base64 -std -complete -installsuffix shared -buildid e2ac6387d3311a86d8c4f272406b1f1c31ff3b6a -D _/usr/lib/golang/src/encoding/base64 -I $WORK -pack ./base64.go cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/reflect.a -trimpath $WORK -shared -goversion go1.9.4 -p reflect -std -installsuffix shared -buildid 372d2358502bfe17a9cb8b7771ab9f9b52bb88bf -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_arm64/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 c753ba62aab6c37a8aa3524596c91bebd7f046da -D _/usr/share/gocode/src/golang.org/x/text/encoding -I $WORK -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./encoding.go golang.org/x/text/encoding/internal mkdir -p $WORK/golang.org/x/text/encoding/internal/_obj/ github.com/gdamore/encoding mkdir -p $WORK/golang.org/x/text/encoding/ mkdir -p $WORK/github.com/gdamore/encoding/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding/internal /usr/lib/golang/pkg/tool/linux_arm64/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 77d8a9039f4902a89f93d7071898c4d64546ff6e -D _/usr/share/gocode/src/golang.org/x/text/encoding/internal -I $WORK -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./internal.go mkdir -p $WORK/github.com/gdamore/ cd /usr/share/gocode/src/github.com/gdamore/encoding /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/github.com/gdamore/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/encoding -complete -installsuffix shared -buildid 8e1902ffdd8b1e0e3edaf72881b60232d2d20a86 -D _/usr/share/gocode/src/github.com/gdamore/encoding -I $WORK -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./ascii.go ./charmap.go ./doc.go ./ebcdic.go ./latin1.go ./latin5.go ./utf8.go golang.org/x/text/encoding/charmap golang.org/x/text/encoding/japanese mkdir -p $WORK/golang.org/x/text/encoding/charmap/_obj/ 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/charmap /usr/lib/golang/pkg/tool/linux_arm64/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 f33a574bea689748f40673c5a9a32f8550b8c164 -D _/usr/share/gocode/src/golang.org/x/text/encoding/charmap -I $WORK -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./charmap.go ./tables.go mkdir -p $WORK/golang.org/x/text/encoding/japanese/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding/korean /usr/lib/golang/pkg/tool/linux_arm64/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 7b680ed37f1897ef74a9dc58cd5bbbc244e48521 -D _/usr/share/gocode/src/golang.org/x/text/encoding/korean -I $WORK -I /usr/share/gocode/pkg/linux_arm64_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/japanese /usr/lib/golang/pkg/tool/linux_arm64/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 bf22ef5d7c6b744463aea966d9a8b9c25a57f8a5 -D _/usr/share/gocode/src/golang.org/x/text/encoding/japanese -I $WORK -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./all.go ./eucjp.go ./iso2022jp.go ./shiftjis.go ./tables.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/simplifiedchinese /usr/lib/golang/pkg/tool/linux_arm64/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 dec32ac221130dfd0451212d42d1f2568af2660b -D _/usr/share/gocode/src/golang.org/x/text/encoding/simplifiedchinese -I $WORK -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./all.go ./gbk.go ./hzgb2312.go ./tables.go cd /usr/share/gocode/src/golang.org/x/text/encoding/traditionalchinese /usr/lib/golang/pkg/tool/linux_arm64/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 c0081176bc803c8fced1cb12f028a6fdf0a2cf64 -D _/usr/share/gocode/src/golang.org/x/text/encoding/traditionalchinese -I $WORK -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./big5.go ./tables.go cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/syscall/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/syscall/_obj/asm_linux_arm64.o ./asm_linux_arm64.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm_linux_arm64.o # internal time mkdir -p $WORK/time/_obj/ cd /usr/lib/golang/src/time /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/time.a -trimpath $WORK -shared -goversion go1.9.4 -p time -std -installsuffix shared -buildid 578e4fb529919b19464150ab4cf1b18d136cd5cc -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 internal/poll mkdir -p $WORK/internal/poll/_obj/ cd /usr/lib/golang/src/internal/poll /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/internal/poll.a -trimpath $WORK -shared -goversion go1.9.4 -p internal/poll -std -installsuffix shared -buildid 83ef9c2f98eae5387b2fc80cde19d9b88ba4b722 -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_arm64/compile -o $WORK/os.a -trimpath $WORK -shared -goversion go1.9.4 -p os -std -installsuffix shared -buildid 3ba9b7d09b362a5db8569a9078266eacf665ea51 -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_arm64/compile -o $WORK/os/signal.a -trimpath $WORK -shared -goversion go1.9.4 -p os/signal -std -installsuffix shared -buildid 25f3c00bde7cdfe79a6044020da02cc04c8a46bd -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_arm64/asm -trimpath $WORK -I $WORK/reflect/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/reflect/_obj/asm_arm64.o ./asm_arm64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_arm64.o # internal fmt sort mkdir -p $WORK/fmt/_obj/ encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /usr/lib/golang/src/fmt /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/fmt.a -trimpath $WORK -shared -goversion go1.9.4 -p fmt -std -complete -installsuffix shared -buildid f5499424648130134e31bf403a8a21d7fb99afc7 -D _/usr/lib/golang/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go mkdir -p $WORK/sort/_obj/ cd /usr/lib/golang/src/encoding/binary /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/encoding/binary.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/binary -std -complete -installsuffix shared -buildid 20f7d84f601529515650c8b41535470201e44463 -D _/usr/lib/golang/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go cd /usr/lib/golang/src/sort /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/sort.a -trimpath $WORK -shared -goversion go1.9.4 -p sort -std -complete -installsuffix shared -buildid cb9be9362e9ebf1d2e928fde86d9be5a55f34bcf -D _/usr/lib/golang/src/sort -I $WORK -pack ./search.go ./sort.go ./zfuncversion.go cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/os/signal/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/os/signal/_obj/sig.o ./sig.s pack r $WORK/os/signal.a $WORK/os/signal/_obj/sig.o # internal 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_arm64/compile -o $WORK/regexp/syntax.a -trimpath $WORK -shared -goversion go1.9.4 -p regexp/syntax -std -complete -installsuffix shared -buildid e49f4ea0b75a51abb24c37b1c7f752337ff9363f -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 encoding/json github.com/lucasb-eyer/go-colorful mkdir -p $WORK/encoding/json/_obj/ compress/flate mkdir -p $WORK/github.com/lucasb-eyer/go-colorful/_obj/ cd /usr/lib/golang/src/encoding/json /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/encoding/json.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/json -std -complete -installsuffix shared -buildid 9eafd3234e3f8414b96b3c7b9c608996d5c17a12 -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/ mkdir -p $WORK/compress/flate/_obj/ cd /usr/share/gocode/src/github.com/lucasb-eyer/go-colorful /usr/lib/golang/pkg/tool/linux_arm64/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 43c1285ab0c41043d0170dd9af5005ae79594012 -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 mkdir -p $WORK/compress/ cd /usr/lib/golang/src/compress/flate /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/compress/flate.a -trimpath $WORK -shared -goversion go1.9.4 -p compress/flate -std -complete -installsuffix shared -buildid 65e84fbe34f9eac147f4802995f92dd15af09254 -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 regexp mkdir -p $WORK/regexp/_obj/ cd /usr/lib/golang/src/regexp /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/regexp.a -trimpath $WORK -shared -goversion go1.9.4 -p regexp -std -complete -installsuffix shared -buildid d488b0bf75c16e204f8aa9cfdab11b42b69eef34 -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/ runtime/cgo mkdir -p $WORK/runtime/cgo/_obj/ cd /usr/lib/golang/src/compress/gzip /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/compress/gzip.a -trimpath $WORK -shared -goversion go1.9.4 -p compress/gzip -std -complete -installsuffix shared -buildid 02850e30f220d4b7557b8be47b0dac79cbf3a0db -D _/usr/lib/golang/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go mkdir -p $WORK/runtime/ cd /usr/lib/golang/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /usr/lib/golang/pkg/tool/linux_arm64/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 -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_arm64/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 bf67b0568dcdf1d33ad93187792c9d1c21619c34 -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 -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 -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_arm64/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 77c5bfd6f46d51316a9290ca0c442b389f71a1da -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 -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 -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 -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_arm64.o -c gcc_linux_arm64.c gcc -I . -fPIC -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 -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 -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 -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_arm64.o -c gcc_arm64.S cd $WORK/runtime/cgo/_obj gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -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 -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_arm64.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_arm64.o -g -O2 -lpthread /usr/lib/golang/pkg/tool/linux_arm64/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 -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_arm64.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_arm64.o -g -O2 -Wl,-r -nostdlib -no-pie -Wl,--build-id=none /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/runtime/cgo.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/cgo -std -installsuffix shared -buildid 7399520e1341e38dd8390c30aec9c272b8af138a -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_arm64/asm -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/cgo/_obj/asm_arm64.o ./asm_arm64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/asm_arm64.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_arm64/compile -o $WORK/github.com/gdamore/tcell.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/tcell -complete -installsuffix shared -buildid 9419e9ca03a07d0071f86ebdcc15dda6e427c91c -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_arm64_shared -I /usr/share/gocode/pkg/linux_arm64_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_arm64/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 03382999c1b40917cfab0faf67069f752b0a2aa3 -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_arm64_shared -I /usr/share/gocode/pkg/linux_arm64_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_arm64/compile -o $WORK/command-line-arguments.a -trimpath $WORK -shared -goversion go1.9.4 -p main -complete -installsuffix shared -buildid 3eb8540396b497e3f0f51a4490b37b607b19a172 -D _/builddir/build/BUILD/tcell-1.0.0/_demos -I $WORK -I /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm64_shared -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./mouse.go cd . /usr/lib/golang/pkg/tool/linux_arm64/link -o $WORK/command-line-arguments/_obj/exe/a.out -L $WORK -L /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm64_shared -L /usr/share/gocode/pkg/linux_arm64_shared -installsuffix shared -extld=gcc -buildmode=pie -buildid=3eb8540396b497e3f0f51a4490b37b607b19a172 -B 0x3c192643e5ea7bc7ac7f0ba68e55ae152f9a3507 -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 0x6fee108b44a000c7d08c3ab7924444465d5897b3 -extldflags '\''-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' -a -v -x -o bin/unicode _demos/unicode.go WORK=/tmp/go-build597338821 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_arm64/compile -o $WORK/runtime/internal/sys.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/internal/sys -std -+ -complete -installsuffix shared -buildid 3c6da1a555fccce066a33015e6a563351b7fc23c -D _/usr/lib/golang/src/runtime/internal/sys -I $WORK -pack ./arch.go ./arch_arm64.go ./intrinsics.go ./stubs.go ./sys.go ./zgoarch_arm64.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_arm64/compile -o $WORK/runtime/internal/atomic.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/internal/atomic -std -+ -installsuffix shared -buildid a4942f611620cc53fd37532bb03e031b33ead8a2 -D _/usr/lib/golang/src/runtime/internal/atomic -I $WORK -pack -asmhdr $WORK/runtime/internal/atomic/_obj/go_asm.h ./atomic_arm64.go ./stubs.go /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/internal/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/internal/atomic/_obj/asm_arm64.o ./asm_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/internal/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/internal/atomic/_obj/atomic_arm64.o ./atomic_arm64.s pack r $WORK/runtime/internal/atomic.a $WORK/runtime/internal/atomic/_obj/asm_arm64.o $WORK/runtime/internal/atomic/_obj/atomic_arm64.o # internal runtime mkdir -p $WORK/runtime/_obj/ mkdir -p $WORK/ cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/runtime.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime -std -+ -installsuffix shared -buildid 6547186d3f8df5a54966b1756c7ad49dfb8d4477 -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_arm64.go ./env_posix.go ./error.go ./extern.go ./fastlog2.go ./fastlog2table.go ./fedora.go ./float.go ./hash64.go ./hashmap.go ./hashmap_fast.go ./heapdump.go ./iface.go ./lfstack.go ./lfstack_64bit.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_arm64.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_arm64.go ./signal_linux_arm64.go ./signal_sighandler.go ./signal_unix.go ./sigqueue.go ./sigtab_linux_generic.go ./sizeclasses.go ./slice.go ./softfloat64.go ./sqrt.go ./stack.go ./string.go ./stubs.go ./stubs2.go ./stubs_asm.go ./stubs_linux.go ./symtab.go ./sys_arm64.go ./sys_nonppc64x.go ./time.go ./timestub.go ./trace.go ./traceback.go ./type.go ./typekind.go ./unaligned1.go ./utf8.go ./write_err.go cp /usr/lib/golang/src/runtime/tls_arm64.h $WORK/runtime/_obj/tls_GOARCH.h /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/asm_arm64.o ./asm_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/atomic_arm64.o ./atomic_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/duff_arm64.o ./duff_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/memclr_arm64.o ./memclr_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/memmove_arm64.o ./memmove_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/rt0_linux_arm64.o ./rt0_linux_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/sys_linux_arm64.o ./sys_linux_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/runtime/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/_obj/tls_arm64.o ./tls_arm64.s pack r $WORK/runtime.a $WORK/runtime/_obj/asm.o $WORK/runtime/_obj/asm_arm64.o $WORK/runtime/_obj/atomic_arm64.o $WORK/runtime/_obj/duff_arm64.o $WORK/runtime/_obj/memclr_arm64.o $WORK/runtime/_obj/memmove_arm64.o $WORK/runtime/_obj/rt0_linux_arm64.o $WORK/runtime/_obj/sys_linux_arm64.o $WORK/runtime/_obj/tls_arm64.o # internal errors mkdir -p $WORK/errors/_obj/ internal/race cd /usr/lib/golang/src/errors /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/errors.a -trimpath $WORK -shared -goversion go1.9.4 -p errors -std -complete -installsuffix shared -buildid e6d5aa8a384b917ea861211c560c3cd174cc2bee -D _/usr/lib/golang/src/errors -I $WORK -pack ./errors.go mkdir -p $WORK/internal/race/_obj/ mkdir -p $WORK/internal/ sync/atomic mkdir -p $WORK/sync/atomic/_obj/ cd /usr/lib/golang/src/internal/race /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/internal/race.a -trimpath $WORK -shared -goversion go1.9.4 -p internal/race -std -complete -installsuffix shared -buildid bf7a56ad7c9d69e48eafb9759db84e43992977c5 -D _/usr/lib/golang/src/internal/race -I $WORK -pack ./doc.go ./norace.go math unicode/utf8 unicode golang.org/x/text/encoding/internal/identifier math/bits mkdir -p $WORK/sync/ mkdir -p $WORK/math/_obj/ cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/sync/atomic.a -trimpath $WORK -shared -goversion go1.9.4 -p sync/atomic -std -installsuffix shared -buildid 96c1e2a2e5e480114362d332bd22e3f3062a802c -D _/usr/lib/golang/src/sync/atomic -I $WORK -pack -asmhdr $WORK/sync/atomic/_obj/go_asm.h ./doc.go ./value.go mkdir -p $WORK/unicode/utf8/_obj/ mkdir -p $WORK/unicode/ mkdir -p $WORK/unicode/_obj/ cd /usr/lib/golang/src/unicode/utf8 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/unicode/utf8.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode/utf8 -std -complete -installsuffix shared -buildid da87afe3c4b049fa03657f56898ca8a616ed48f7 -D _/usr/lib/golang/src/unicode/utf8 -I $WORK -pack ./utf8.go mkdir -p $WORK/golang.org/x/text/encoding/internal/identifier/_obj/ cd /usr/lib/golang/src/unicode /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/unicode.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode -std -complete -installsuffix shared -buildid 231ee0ccff80caae6818384fd326f869e4d55395 -D _/usr/lib/golang/src/unicode -I $WORK -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/math.a -trimpath $WORK -shared -goversion go1.9.4 -p math -std -installsuffix shared -buildid 060882cc139d1743dcd6ae6e45e89410c87e79d1 -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/golang.org/x/text/encoding/internal/ cd /usr/share/gocode/src/golang.org/x/text/encoding/internal/identifier /usr/lib/golang/pkg/tool/linux_arm64/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 488696673051e84a92db283d682ae8f448d9c0b8 -D _/usr/share/gocode/src/golang.org/x/text/encoding/internal/identifier -I $WORK -pack ./identifier.go ./mib.go mkdir -p $WORK/math/bits/_obj/ mkdir -p $WORK/math/ cd /usr/lib/golang/src/math/bits /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/math/bits.a -trimpath $WORK -shared -goversion go1.9.4 -p math/bits -std -complete -installsuffix shared -buildid fa071ba80970f08c572da2548f8d4f966777751c -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_arm64/compile -o $WORK/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding -std -complete -installsuffix shared -buildid 746602c78e2d48c2e2849212f49af8ebf00748d9 -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_arm64/compile -o $WORK/unicode/utf16.a -trimpath $WORK -shared -goversion go1.9.4 -p unicode/utf16 -std -complete -installsuffix shared -buildid 0f929f514aaf3e2d739c2280c53a92ead7bdf563 -D _/usr/lib/golang/src/unicode/utf16 -I $WORK -pack ./utf16.go cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/sync/atomic/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/sync/atomic/_obj/asm_arm64.o ./asm_arm64.s pack r $WORK/sync/atomic.a $WORK/sync/atomic/_obj/asm_arm64.o # internal sync mkdir -p $WORK/sync/_obj/ cd /usr/lib/golang/src/sync /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/sync.a -trimpath $WORK -shared -goversion go1.9.4 -p sync -std -installsuffix shared -buildid e3f3d8ffe1a122958736da02a6429f35176235fe -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 io mkdir -p $WORK/io/_obj/ syscall mkdir -p $WORK/syscall/_obj/ cd /usr/lib/golang/src/io /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/io.a -trimpath $WORK -shared -goversion go1.9.4 -p io -std -complete -installsuffix shared -buildid c8d9fd34e97248070d774b9d085922ebfd5fd424 -D _/usr/lib/golang/src/io -I $WORK -pack ./io.go ./multi.go ./pipe.go cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/syscall.a -trimpath $WORK -shared -goversion go1.9.4 -p syscall -std -installsuffix shared -buildid a77889c6d52a64672490500ec39d23ec70610dc3 -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 ./lsf_linux.go ./msan0.go ./net.go ./netlink_linux.go ./setuidgid_linux.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_arm64.go ./syscall_unix.go ./timestruct.go ./zerrors_linux_arm64.go ./zsyscall_linux_arm64.go ./zsysnum_linux_arm64.go ./ztypes_linux_arm64.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/math/_obj/dim_arm64.o ./dim_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/math/_obj/floor_arm64.o ./floor_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/math/_obj/modf_arm64.o ./modf_arm64.s hash mkdir -p $WORK/hash/_obj/ cd /usr/lib/golang/src/hash /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/hash.a -trimpath $WORK -shared -goversion go1.9.4 -p hash -std -complete -installsuffix shared -buildid 11775907a09a88ce90dbd4a2a427da54a9c973de -D _/usr/lib/golang/src/hash -I $WORK -pack ./hash.go bytes mkdir -p $WORK/bytes/_obj/ strings mkdir -p $WORK/strings/_obj/ cd /usr/lib/golang/src/bytes /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/bytes.a -trimpath $WORK -shared -goversion go1.9.4 -p bytes -std -installsuffix shared -buildid 54e3622ad251ec0e6fb91a87dddb916a160504b5 -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/strings /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/strings.a -trimpath $WORK -shared -goversion go1.9.4 -p strings -std -installsuffix shared -buildid f6a8580d62ec88c6425dbaee9e2e02a92f4865be -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_arm64/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/math/_obj/sqrt_arm64.o ./sqrt_arm64.s hash/crc32 mkdir -p $WORK/hash/crc32/_obj/ /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/math/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/math/_obj/stubs_arm64.o ./stubs_arm64.s mkdir -p $WORK/hash/ cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/hash/crc32.a -trimpath $WORK -shared -goversion go1.9.4 -p hash/crc32 -std -installsuffix shared -buildid 578efff4b66339faaf69821156651c77d1f81f97 -D _/usr/lib/golang/src/hash/crc32 -I $WORK -pack -asmhdr $WORK/hash/crc32/_obj/go_asm.h ./crc32.go ./crc32_arm64.go ./crc32_generic.go cd /usr/lib/golang/src/math pack r $WORK/math.a $WORK/math/_obj/dim_arm64.o $WORK/math/_obj/floor_arm64.o $WORK/math/_obj/modf_arm64.o $WORK/math/_obj/sqrt_arm64.o $WORK/math/_obj/stubs_arm64.o # internal strconv mkdir -p $WORK/strconv/_obj/ math/rand mkdir -p $WORK/math/rand/_obj/ cd /usr/lib/golang/src/strconv /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/strconv.a -trimpath $WORK -shared -goversion go1.9.4 -p strconv -std -complete -installsuffix shared -buildid bba52408b338885f6de97e554e1e59e139c6d150 -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 cd /usr/lib/golang/src/math/rand /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/math/rand.a -trimpath $WORK -shared -goversion go1.9.4 -p math/rand -std -complete -installsuffix shared -buildid 2d84309f15b29291fd4e760f28461d18149c9f38 -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/hash/crc32 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/hash/crc32/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/hash/crc32/_obj/crc32_arm64.o ./crc32_arm64.s pack r $WORK/hash/crc32.a $WORK/hash/crc32/_obj/crc32_arm64.o # internal golang.org/x/text/transform bufio 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_arm64/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 2db7e66d92c0775b4d3ef7af1db9c7beac616eb2 -D _/usr/share/gocode/src/golang.org/x/text/transform -I $WORK -pack ./transform.go mkdir -p $WORK/bufio/_obj/ cd /usr/lib/golang/src/bufio /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/bufio.a -trimpath $WORK -shared -goversion go1.9.4 -p bufio -std -complete -installsuffix shared -buildid 0d9def703521655dbc22724b78ddb298b9882b4f -D _/usr/lib/golang/src/bufio -I $WORK -pack ./bufio.go ./scan.go cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/strings/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/strings/_obj/strings.o ./strings.s pack r $WORK/strings.a $WORK/strings/_obj/strings.o # internal path mkdir -p $WORK/path/_obj/ cd /usr/lib/golang/src/path /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/path.a -trimpath $WORK -shared -goversion go1.9.4 -p path -std -complete -installsuffix shared -buildid 375b7e4e37c3c39d1bb99e447e5a9b65979244fb -D _/usr/lib/golang/src/path -I $WORK -pack ./match.go ./path.go cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath $WORK -I $WORK/syscall/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/syscall/_obj/asm_linux_arm64.o ./asm_linux_arm64.s pack r $WORK/syscall.a $WORK/syscall/_obj/asm_linux_arm64.o # internal time mkdir -p $WORK/time/_obj/ cd /usr/lib/golang/src/time /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/time.a -trimpath $WORK -shared -goversion go1.9.4 -p time -std -installsuffix shared -buildid 578e4fb529919b19464150ab4cf1b18d136cd5cc -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/ golang.org/x/text/encoding encoding/base64 mkdir -p $WORK/golang.org/x/text/encoding/_obj/ cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/reflect.a -trimpath $WORK -shared -goversion go1.9.4 -p reflect -std -installsuffix shared -buildid 372d2358502bfe17a9cb8b7771ab9f9b52bb88bf -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 mkdir -p $WORK/encoding/base64/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding /usr/lib/golang/pkg/tool/linux_arm64/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 c753ba62aab6c37a8aa3524596c91bebd7f046da -D _/usr/share/gocode/src/golang.org/x/text/encoding -I $WORK -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./encoding.go mkdir -p $WORK/encoding/ cd /usr/lib/golang/src/encoding/base64 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/encoding/base64.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/base64 -std -complete -installsuffix shared -buildid e2ac6387d3311a86d8c4f272406b1f1c31ff3b6a -D _/usr/lib/golang/src/encoding/base64 -I $WORK -pack ./base64.go github.com/gdamore/encoding mkdir -p $WORK/github.com/gdamore/encoding/_obj/ golang.org/x/text/encoding/internal mkdir -p $WORK/github.com/gdamore/ mkdir -p $WORK/golang.org/x/text/encoding/internal/_obj/ cd /usr/share/gocode/src/github.com/gdamore/encoding /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/github.com/gdamore/encoding.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/encoding -complete -installsuffix shared -buildid 8e1902ffdd8b1e0e3edaf72881b60232d2d20a86 -D _/usr/share/gocode/src/github.com/gdamore/encoding -I $WORK -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./ascii.go ./charmap.go ./doc.go ./ebcdic.go ./latin1.go ./latin5.go ./utf8.go 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_arm64/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 77d8a9039f4902a89f93d7071898c4d64546ff6e -D _/usr/share/gocode/src/golang.org/x/text/encoding/internal -I $WORK -I /usr/share/gocode/pkg/linux_arm64_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_arm64/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 f33a574bea689748f40673c5a9a32f8550b8c164 -D _/usr/share/gocode/src/golang.org/x/text/encoding/charmap -I $WORK -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./charmap.go ./tables.go golang.org/x/text/encoding/japanese mkdir -p $WORK/golang.org/x/text/encoding/japanese/_obj/ golang.org/x/text/encoding/korean golang.org/x/text/encoding/simplifiedchinese golang.org/x/text/encoding/traditionalchinese mkdir -p $WORK/golang.org/x/text/encoding/korean/_obj/ cd /usr/share/gocode/src/golang.org/x/text/encoding/japanese /usr/lib/golang/pkg/tool/linux_arm64/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 bf22ef5d7c6b744463aea966d9a8b9c25a57f8a5 -D _/usr/share/gocode/src/golang.org/x/text/encoding/japanese -I $WORK -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./all.go ./eucjp.go ./iso2022jp.go ./shiftjis.go ./tables.go cd /usr/share/gocode/src/golang.org/x/text/encoding/korean /usr/lib/golang/pkg/tool/linux_arm64/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 7b680ed37f1897ef74a9dc58cd5bbbc244e48521 -D _/usr/share/gocode/src/golang.org/x/text/encoding/korean -I $WORK -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./euckr.go ./tables.go 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_arm64/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 dec32ac221130dfd0451212d42d1f2568af2660b -D _/usr/share/gocode/src/golang.org/x/text/encoding/simplifiedchinese -I $WORK -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./all.go ./gbk.go ./hzgb2312.go ./tables.go 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_arm64/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 c0081176bc803c8fced1cb12f028a6fdf0a2cf64 -D _/usr/share/gocode/src/golang.org/x/text/encoding/traditionalchinese -I $WORK -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./big5.go ./tables.go internal/poll mkdir -p $WORK/internal/poll/_obj/ cd /usr/lib/golang/src/internal/poll /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/internal/poll.a -trimpath $WORK -shared -goversion go1.9.4 -p internal/poll -std -installsuffix shared -buildid 83ef9c2f98eae5387b2fc80cde19d9b88ba4b722 -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_arm64/compile -o $WORK/os.a -trimpath $WORK -shared -goversion go1.9.4 -p os -std -installsuffix shared -buildid 3ba9b7d09b362a5db8569a9078266eacf665ea51 -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_arm64/compile -o $WORK/os/signal.a -trimpath $WORK -shared -goversion go1.9.4 -p os/signal -std -installsuffix shared -buildid 25f3c00bde7cdfe79a6044020da02cc04c8a46bd -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_arm64/asm -trimpath $WORK -I $WORK/os/signal/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -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_arm64/asm -trimpath $WORK -I $WORK/reflect/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/reflect/_obj/asm_arm64.o ./asm_arm64.s pack r $WORK/reflect.a $WORK/reflect/_obj/asm_arm64.o # internal fmt mkdir -p $WORK/fmt/_obj/ sort cd /usr/lib/golang/src/fmt /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/fmt.a -trimpath $WORK -shared -goversion go1.9.4 -p fmt -std -complete -installsuffix shared -buildid f5499424648130134e31bf403a8a21d7fb99afc7 -D _/usr/lib/golang/src/fmt -I $WORK -pack ./doc.go ./format.go ./print.go ./scan.go mkdir -p $WORK/sort/_obj/ encoding/binary mkdir -p $WORK/encoding/binary/_obj/ cd /usr/lib/golang/src/encoding/binary /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/encoding/binary.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/binary -std -complete -installsuffix shared -buildid 20f7d84f601529515650c8b41535470201e44463 -D _/usr/lib/golang/src/encoding/binary -I $WORK -pack ./binary.go ./varint.go cd /usr/lib/golang/src/sort /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/sort.a -trimpath $WORK -shared -goversion go1.9.4 -p sort -std -complete -installsuffix shared -buildid cb9be9362e9ebf1d2e928fde86d9be5a55f34bcf -D _/usr/lib/golang/src/sort -I $WORK -pack ./search.go ./sort.go ./zfuncversion.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_arm64/compile -o $WORK/regexp/syntax.a -trimpath $WORK -shared -goversion go1.9.4 -p regexp/syntax -std -complete -installsuffix shared -buildid e49f4ea0b75a51abb24c37b1c7f752337ff9363f -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 mkdir -p $WORK/compress/flate/_obj/ encoding/json github.com/lucasb-eyer/go-colorful mkdir -p $WORK/compress/ mkdir -p $WORK/encoding/json/_obj/ cd /usr/lib/golang/src/compress/flate /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/compress/flate.a -trimpath $WORK -shared -goversion go1.9.4 -p compress/flate -std -complete -installsuffix shared -buildid 65e84fbe34f9eac147f4802995f92dd15af09254 -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 mkdir -p $WORK/github.com/lucasb-eyer/go-colorful/_obj/ cd /usr/lib/golang/src/encoding/json /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/encoding/json.a -trimpath $WORK -shared -goversion go1.9.4 -p encoding/json -std -complete -installsuffix shared -buildid 9eafd3234e3f8414b96b3c7b9c608996d5c17a12 -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_arm64/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 43c1285ab0c41043d0170dd9af5005ae79594012 -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_arm64/compile -o $WORK/regexp.a -trimpath $WORK -shared -goversion go1.9.4 -p regexp -std -complete -installsuffix shared -buildid d488b0bf75c16e204f8aa9cfdab11b42b69eef34 -D _/usr/lib/golang/src/regexp -I $WORK -pack ./backtrack.go ./exec.go ./onepass.go ./regexp.go compress/gzip runtime/cgo mkdir -p $WORK/compress/gzip/_obj/ mkdir -p $WORK/runtime/cgo/_obj/ cd /usr/lib/golang/src/compress/gzip /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/compress/gzip.a -trimpath $WORK -shared -goversion go1.9.4 -p compress/gzip -std -complete -installsuffix shared -buildid 02850e30f220d4b7557b8be47b0dac79cbf3a0db -D _/usr/lib/golang/src/compress/gzip -I $WORK -pack ./gunzip.go ./gzip.go mkdir -p $WORK/runtime/ cd /usr/lib/golang/src/runtime/cgo CGO_LDFLAGS="-g" "-O2" "-lpthread" /usr/lib/golang/pkg/tool/linux_arm64/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 -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_arm64/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 bf67b0568dcdf1d33ad93187792c9d1c21619c34 -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 -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 -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_arm64/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 77c5bfd6f46d51316a9290ca0c442b389f71a1da -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 -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 -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 -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_arm64.o -c gcc_linux_arm64.c gcc -I . -fPIC -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 -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 -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 -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_arm64.o -c gcc_arm64.S cd $WORK/runtime/cgo/_obj gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -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 -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_arm64.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_arm64.o -g -O2 -lpthread /usr/lib/golang/pkg/tool/linux_arm64/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 -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_arm64.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_arm64.o -g -O2 -Wl,-r -nostdlib -no-pie -Wl,--build-id=none /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/runtime/cgo.a -trimpath $WORK -shared -goversion go1.9.4 -p runtime/cgo -std -installsuffix shared -buildid 7399520e1341e38dd8390c30aec9c272b8af138a -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_arm64/asm -trimpath $WORK -I $WORK/runtime/cgo/_obj/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/runtime/cgo/_obj/asm_arm64.o ./asm_arm64.s pack r $WORK/runtime/cgo.a $WORK/runtime/cgo/_obj/asm_arm64.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_arm64/compile -o $WORK/github.com/gdamore/tcell.a -trimpath $WORK -shared -goversion go1.9.4 -p github.com/gdamore/tcell -complete -installsuffix shared -buildid 9419e9ca03a07d0071f86ebdcc15dda6e427c91c -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_arm64_shared -I /usr/share/gocode/pkg/linux_arm64_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_arm64/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 03382999c1b40917cfab0faf67069f752b0a2aa3 -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_arm64_shared -I /usr/share/gocode/pkg/linux_arm64_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_arm64/compile -o $WORK/command-line-arguments.a -trimpath $WORK -shared -goversion go1.9.4 -p main -complete -installsuffix shared -buildid d09651f86e03d820653cf0f134b4502404039359 -D _/builddir/build/BUILD/tcell-1.0.0/_demos -I $WORK -I /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm64_shared -I /usr/share/gocode/pkg/linux_arm64_shared -pack ./unicode.go cd . /usr/lib/golang/pkg/tool/linux_arm64/link -o $WORK/command-line-arguments/_obj/exe/a.out -L $WORK -L /builddir/build/BUILD/tcell-1.0.0/pkg/linux_arm64_shared -L /usr/share/gocode/pkg/linux_arm64_shared -installsuffix shared -extld=gcc -buildmode=pie -buildid=d09651f86e03d820653cf0f134b4502404039359 -B 0x6fee108b44a000c7d08c3ab7924444465d5897b3 -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.wNV90c + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64 ++ dirname /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64 + cd tcell-1.0.0 + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./encoding/all.go + dirprefix=./encoding + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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 ./termbox/compat.go + dirprefix=./termbox + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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 ./errors.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./errors.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./errors.go './errors.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./console_win.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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 ./event.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./event.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./event.go './event.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./doc.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./doc.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./doc.go './doc.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./tscreen_windows.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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 ./key.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./key.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./key.go './key.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./console_stub.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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 ./simulation.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./simulation.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./simulation.go './simulation.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./interrupt.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./interrupt.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./interrupt.go './interrupt.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./cell.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./cell.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./cell.go './cell.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./charset_windows.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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 ./tscreen_linux.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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 ./charset_unix.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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 ./encoding.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./encoding.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./encoding.go './encoding.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./screen.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./screen.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./screen.go './screen.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./colorfit.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./colorfit.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./colorfit.go './colorfit.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./style.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./style.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./style.go './style.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./tscreen_stub.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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 ./terminfo/terminfo.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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 ./terminfo/term_vt52.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_cygwin.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_xfce.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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/term_st_meta_truecolor.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_d210.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_sun_color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_tvi912.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_Eterm.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_hz1500.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_d200.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_vt420.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_tvi921.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_aixterm.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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/term_rxvt.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_dtterm.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_linux.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_rxvt_256color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_konsole.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_hpterm.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_tvi950.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_xterm.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_screen_256color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_wy99a_ansi.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_rxvt_unicode_256color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_vt320.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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/mkinfo.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_konsole_256color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_vt102.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_rxvt_unicode.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_xterm_256color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_vt220.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_pcansi.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_xterm_truecolor.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_Eterm_256color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_screen.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_tvi970.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_gnome_256color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_st_meta.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_aterm.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_wy60.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_xnuppc.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_st_truecolor.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_adm3a.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_st.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_tvi910.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_beterm.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_sun.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_tvi925.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_wy50.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_kterm.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_bsdos_pc.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_wy99_ansi.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_vt400.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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_st_meta_256color.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_gnome.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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_ansi.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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 ./tscreen.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./tscreen.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./tscreen.go './tscreen.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./tscreen_bsd.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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 ./tscreen_posix.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./runes.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./runes.go './runes.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./resize.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./resize.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./resize.go './resize.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./views/sstext.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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/cellarea.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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/textarea.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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/sstextbar.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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/panel.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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/text.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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 ./views/app.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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/spacer.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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/textbar.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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/_demos/hbox.go + dirprefix=./views/_demos + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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/boxlayout.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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/constants.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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/view.go + dirprefix=./views + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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 ./color.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./color.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./color.go './color.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./color.go' + echo '%{gopath}/src/%{import_path}/./color.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.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./mouse.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./mouse.go './mouse.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./_demos/boxes.go + dirprefix=./_demos + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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 ./attr.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/. + cp -pav ./attr.go /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./attr.go './attr.go' -> '/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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 ./charset_stub.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./charset_stub.go' + echo '%{gopath}/src/%{import_path}/./charset_stub.go' + '[' . '!=' . ']' + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/ ++ find . -iname '*_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.aarch64//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.aarch64//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.aarch64//usr/share/gocode/src/github.com/gdamore/tcell/./event_test.go' + echo '%{gopath}/src/%{import_path}/./event_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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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 ./sim_test.go + dirprefix=. + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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 ./terminfo/terminfo_test.go + dirprefix=./terminfo + install -d -p /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.aarch64//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.aarch64//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=. + '[' . '!=' . ']' + 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.1ynm6t + 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.aarch64//usr/share/gocode:/usr/share/gocode + GOPATH=/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64//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.051s + exit 0 Processing files: golang-github-gdamore-tcell-devel-1.0.0-1.fc27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.niy2ku + umask 022 + cd /builddir/build/BUILD + cd tcell-1.0.0 + DOCDIR=/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64/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.aarch64/usr/share/doc/golang-github-gdamore-tcell-devel + cp -pr AUTHORS /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64/usr/share/doc/golang-github-gdamore-tcell-devel + cp -pr README.md /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64/usr/share/doc/golang-github-gdamore-tcell-devel + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.7v4mly + umask 022 + cd /builddir/build/BUILD + cd tcell-1.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64/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.aarch64/usr/share/licenses/golang-github-gdamore-tcell-devel + cp -pr LICENSE /builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64/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.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.agl12P + umask 022 + cd /builddir/build/BUILD + cd tcell-1.0.0 + DOCDIR=/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64/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.aarch64/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.aarch64/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.aarch64/usr/share/doc/golang-github-gdamore-tcell-unit-test-devel + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.JEYKY6 + umask 022 + cd /builddir/build/BUILD + cd tcell-1.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/golang-github-gdamore-tcell-1.0.0-1.fc27.aarch64/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.aarch64/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.aarch64/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(aarch-64) = 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.aarch64 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.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.KBQ6CF + 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.aarch64 + exit 0 Child return code was: 0