Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/syncthing.spec'], chrootPath='/var/lib/mock/f28-build-13693088-991247/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 s390x --nodeps /builddir/build/SPECS/syncthing.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: s390x Building for target s390x Wrote: /builddir/build/SRPMS/syncthing-0.14.50-1.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/syncthing.spec'], chrootPath='/var/lib/mock/f28-build-13693088-991247/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 s390x --nodeps /builddir/build/SPECS/syncthing.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: s390x Building for target s390x Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.FH2Gxc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf syncthing + /usr/bin/gzip -dc /builddir/build/SOURCES/syncthing-source-v0.14.50.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd syncthing + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/02-leveldb-nonosync.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4hI3r0 + umask 022 + cd /builddir/build/BUILD + cd syncthing + rm -r vendor + mkdir -p ./_build/src/github.com/syncthing ++ pwd ~/build/BUILD/syncthing/_build/src/github.com/syncthing ~/build/BUILD/syncthing ~/build/BUILD/syncthing + TOP=/builddir/build/BUILD/syncthing + pushd _build/src/github.com/syncthing + ln -s /builddir/build/BUILD/syncthing syncthing + popd ++ pwd + export GOPATH=/builddir/build/BUILD/syncthing/_build:/usr/share/gocode + GOPATH=/builddir/build/BUILD/syncthing/_build:/usr/share/gocode ++ pwd + export BUILDDIR=/builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing + BUILDDIR=/builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing + pushd _build/src/github.com/syncthing/syncthing ~/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing ~/build/BUILD/syncthing + go run build.go assets You seem to have GOPATH set but the Syncthing source not placed correctly within it, which may cause problems. + rm build.go + popd + export BUILD_HOST=fedora-koji + BUILD_HOST=fedora-koji ~/build/BUILD/syncthing ++ date +%s + export 'LDFLAGS=-X main.Version=v0.14.50 -X main.BuildStamp=1536660452 -X main.BuildUser=mockbuild -X main.BuildHost=fedora-koji' + LDFLAGS='-X main.Version=v0.14.50 -X main.BuildStamp=1536660452 -X main.BuildUser=mockbuild -X main.BuildHost=fedora-koji' + export BUILDTAGS=noupgrade + BUILDTAGS=noupgrade ++ head -c20 /dev/urandom ++ od -An -tx1 ++ tr -d ' \n' + go build -buildmode pie -compiler gc '-tags=rpm_crashtraceback noupgrade' -ldflags '-X main.Version=v0.14.50 -X main.BuildStamp=1536660452 -X main.BuildUser=mockbuild -X main.BuildHost=fedora-koji -B 0x7636e13d79f12649dec81c089eec96dffa270d79 -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' -a -v -x -o _bin/syncthing github.com/syncthing/syncthing/cmd/syncthing WORK=/tmp/go-build351027020 errors mkdir -p $WORK/b004/ cat >$WORK/b004/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/errors /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b004/_pkg_.a -trimpath $WORK/b004 -shared -p errors -std -complete -installsuffix shared -buildid Cc_7-_W6hZRaEdujSeHt/Cc_7-_W6hZRaEdujSeHt -goversion go1.10.4 -D "" -importcfg $WORK/b004/importcfg -pack ./errors.go internal/race mkdir -p $WORK/b007/ cat >$WORK/b007/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/internal/race /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b007/_pkg_.a -trimpath $WORK/b007 -shared -p internal/race -std -complete -installsuffix shared -buildid H0d-zAOXGr-BCJdvFo1i/H0d-zAOXGr-BCJdvFo1i -goversion go1.10.4 -D "" -importcfg $WORK/b007/importcfg -pack ./doc.go ./norace.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b004/_pkg_.a # internal cp $WORK/b004/_pkg_.a /builddir/.cache/go-build/8a/8a5ec668c3e7373adbc26096bd494b88c780faedda9181068238a411c0d643cd-d # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b007/_pkg_.a # internal cp $WORK/b007/_pkg_.a /builddir/.cache/go-build/f0/f0ebced0a6bb84071a5cb68534c0a533625f10d3f0afe9992e88851fb291280b-d # internal runtime/internal/sys mkdir -p $WORK/b011/ runtime/internal/atomic cat >$WORK/b011/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b010/ cat >$WORK/b010/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b010/_pkg_.a -trimpath $WORK/b010 -shared -p runtime/internal/atomic -std -+ -installsuffix shared -buildid Q8IQ9CQcNCe3lu23ZcdX/Q8IQ9CQcNCe3lu23ZcdX -goversion go1.10.4 -D "" -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h ./atomic_s390x.go ./stubs.go cd /usr/lib/golang/src/runtime/internal/sys /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b011/_pkg_.a -trimpath $WORK/b011 -shared -p runtime/internal/sys -std -+ -complete -installsuffix shared -buildid Y-Z9rcRRgDUbMDRQh3W1/Y-Z9rcRRgDUbMDRQh3W1 -goversion go1.10.4 -D "" -importcfg $WORK/b011/importcfg -pack ./arch.go ./arch_s390x.go ./intrinsics.go ./stubs.go ./sys.go ./zgoarch_s390x.go ./zgoos_linux.go ./zversion.go cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b010 -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b010/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b011/_pkg_.a # internal cp $WORK/b011/_pkg_.a /builddir/.cache/go-build/32/3205e712daa954e4a2d59d3cfa442cf713334753ac36b1c1425baa7ed8e03f43-d # internal sync/atomic mkdir -p $WORK/b012/ cat >$WORK/b012/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b012/_pkg_.a -trimpath $WORK/b012 -shared -p sync/atomic -std -installsuffix shared -buildid btqqfum0TmsbamPjyVTI/btqqfum0TmsbamPjyVTI -goversion go1.10.4 -D "" -importcfg $WORK/b012/importcfg -pack -asmhdr $WORK/b012/go_asm.h ./doc.go ./value.go cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b010/_pkg_.a $WORK/b010/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b010/_pkg_.a # internal cp $WORK/b010/_pkg_.a /builddir/.cache/go-build/94/94adc92c29a1b74a9076fdbf06bf2662189630ee35d8f51c6dc51bac84de4b8f-d # internal runtime mkdir -p $WORK/b009/ cat >$WORK/b009/importcfg << 'EOF' # internal # import config packagefile runtime/internal/atomic=$WORK/b010/_pkg_.a packagefile runtime/internal/sys=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b009/_pkg_.a -trimpath $WORK/b009 -shared -p runtime -std -+ -installsuffix shared -buildid 4McEidXe_hO29syW5IOW/4McEidXe_hO29syW5IOW -goversion go1.10.4 -D "" -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h ./alg.go ./atomic_pointer.go ./cgo.go ./cgocall.go ./cgocallback.go ./cgocheck.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./cputicks.go ./debug.go ./defs_linux_s390x.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 ./mwbbuf.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./os_linux_be64.go ./os_linux_s390x.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_linux_s390x.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_nonppc64x.go ./sys_s390x.go ./time.go ./timestub.go ./trace.go ./traceback.go ./type.go ./typekind.go ./unaligned1.go ./utf8.go ./write_err.go cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b012 -I $WORK/b012/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b012/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b012/_pkg_.a $WORK/b012/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b012/_pkg_.a # internal cp $WORK/b012/_pkg_.a /builddir/.cache/go-build/19/19b1dd9f429d081ff3c4b88a8b12a9339f0beb0f6a1fd65d2f0899417b3dfd2f-d # internal unicode mkdir -p $WORK/b013/ cat >$WORK/b013/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b013/_pkg_.a -trimpath $WORK/b013 -shared -p unicode -std -complete -installsuffix shared -buildid 9voAT53NswC0ceKk8tNa/9voAT53NswC0ceKk8tNa -goversion go1.10.4 -D "" -importcfg $WORK/b013/importcfg -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b013/_pkg_.a # internal cp $WORK/b013/_pkg_.a /builddir/.cache/go-build/a0/a0309f7d863a245daa8c678714661e8ccabcee721c81d1361a331c9ac55b1abb-d # internal unicode/utf8 mkdir -p $WORK/b014/ cat >$WORK/b014/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode/utf8 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b014/_pkg_.a -trimpath $WORK/b014 -shared -p unicode/utf8 -std -complete -installsuffix shared -buildid S441SJdMhfbUpwaFSuSz/S441SJdMhfbUpwaFSuSz -goversion go1.10.4 -D "" -importcfg $WORK/b014/importcfg -pack ./utf8.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b014/_pkg_.a # internal cp $WORK/b014/_pkg_.a /builddir/.cache/go-build/08/081cec317fef7d3593dd3300e9c876e4693c843c62ffdbe28b7f4d31404a109c-d # internal math mkdir -p $WORK/b018/ cat >$WORK/b018/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b018/_pkg_.a -trimpath $WORK/b018 -shared -p math -std -installsuffix shared -buildid CnAmRYjRSLLxISeWthLz/CnAmRYjRSLLxISeWthLz -goversion go1.10.4 -D "" -importcfg $WORK/b018/importcfg -pack -asmhdr $WORK/b018/go_asm.h ./abs.go ./acosh.go ./arith_s390x.go ./asin.go ./asinh.go ./atan.go ./atan2.go ./atanh.go ./bits.go ./cbrt.go ./const.go ./copysign.go ./dim.go ./erf.go ./erfinv.go ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/acos_s390x.o ./acos_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/acosh_s390x.o ./acosh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/asin_s390x.o ./asin_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/asinh_s390x.o ./asinh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/atan2_s390x.o ./atan2_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/atan_s390x.o ./atan_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/atanh_s390x.o ./atanh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/cbrt_s390x.o ./cbrt_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/cosh_s390x.o ./cosh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/dim_s390x.o ./dim_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/erf_s390x.o ./erf_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/erfc_s390x.o ./erfc_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/exp_s390x.o ./exp_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/expm1_s390x.o ./expm1_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/floor_s390x.o ./floor_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/log10_s390x.o ./log10_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/log1p_s390x.o ./log1p_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/log_s390x.o ./log_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/pow_s390x.o ./pow_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/sin_s390x.o ./sin_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/sinh_s390x.o ./sinh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/sqrt_s390x.o ./sqrt_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/stubs_s390x.o ./stubs_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/tan_s390x.o ./tan_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/tanh_s390x.o ./tanh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b018/_pkg_.a $WORK/b018/acos_s390x.o $WORK/b018/acosh_s390x.o $WORK/b018/asin_s390x.o $WORK/b018/asinh_s390x.o $WORK/b018/atan2_s390x.o $WORK/b018/atan_s390x.o $WORK/b018/atanh_s390x.o $WORK/b018/cbrt_s390x.o $WORK/b018/cosh_s390x.o $WORK/b018/dim_s390x.o $WORK/b018/erf_s390x.o $WORK/b018/erfc_s390x.o $WORK/b018/exp_s390x.o $WORK/b018/expm1_s390x.o $WORK/b018/floor_s390x.o $WORK/b018/log10_s390x.o $WORK/b018/log1p_s390x.o $WORK/b018/log_s390x.o $WORK/b018/pow_s390x.o $WORK/b018/sin_s390x.o $WORK/b018/sinh_s390x.o $WORK/b018/sqrt_s390x.o $WORK/b018/stubs_s390x.o $WORK/b018/tan_s390x.o $WORK/b018/tanh_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b018/_pkg_.a # internal cp $WORK/b018/_pkg_.a /builddir/.cache/go-build/ef/efdb5b33e2d838a9f266df915e76da8938da3700ce255c729b5b3ebcde61b0a9-d # internal internal/testlog mkdir -p $WORK/b023/ cat >$WORK/b023/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b012/_pkg_.a EOF cd /usr/lib/golang/src/internal/testlog /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b023/_pkg_.a -trimpath $WORK/b023 -shared -p internal/testlog -std -complete -installsuffix shared -buildid ZeeFM55AEHQoG5mpXy80/ZeeFM55AEHQoG5mpXy80 -goversion go1.10.4 -D "" -importcfg $WORK/b023/importcfg -pack ./log.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b023/_pkg_.a # internal cp $WORK/b023/_pkg_.a /builddir/.cache/go-build/55/55a9660eb41b09f79f51477ee31b8b727a33903db72bd4d9f53ec7b019a89916-d # internal strconv mkdir -p $WORK/b025/ cat >$WORK/b025/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/strconv /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b025/_pkg_.a -trimpath $WORK/b025 -shared -p strconv -std -complete -installsuffix shared -buildid qJdcM_nyPfzBYxr5Ni9q/qJdcM_nyPfzBYxr5Ni9q -goversion go1.10.4 -D "" -importcfg $WORK/b025/importcfg -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./doc.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b025/_pkg_.a # internal cp $WORK/b025/_pkg_.a /builddir/.cache/go-build/4d/4d30e0a75f8d9dbbfc25b4d68a282e7f7ea55d19534d926728976ceae78979fd-d # internal math/bits mkdir -p $WORK/b026/ cat >$WORK/b026/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/math/bits /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b026/_pkg_.a -trimpath $WORK/b026 -shared -p math/bits -std -complete -installsuffix shared -buildid OYdarkONIn5ie2QvBWkb/OYdarkONIn5ie2QvBWkb -goversion go1.10.4 -D "" -importcfg $WORK/b026/importcfg -pack ./bits.go ./bits_tables.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b026/_pkg_.a # internal cp $WORK/b026/_pkg_.a /builddir/.cache/go-build/79/790ee6517b39435f81e52087eb0c237be7d0bd42f6c175e775bd04920e3774b8-d # internal crypto/subtle mkdir -p $WORK/b035/ cat >$WORK/b035/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/crypto/subtle /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b035/_pkg_.a -trimpath $WORK/b035 -shared -p crypto/subtle -std -complete -installsuffix shared -buildid mnbXpsALbV9Rv4_hPlhS/mnbXpsALbV9Rv4_hPlhS -goversion go1.10.4 -D "" -importcfg $WORK/b035/importcfg -pack ./constant_time.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b035/_pkg_.a # internal cp $WORK/b035/_pkg_.a /builddir/.cache/go-build/e6/e635f618627e91016b8a36bbd9b4bbb32a97242d53b9f74938b68a4551d83478-d # internal crypto/internal/cipherhw mkdir -p $WORK/b036/ cat >$WORK/b036/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/crypto/internal/cipherhw /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b036/_pkg_.a -trimpath $WORK/b036 -shared -p crypto/internal/cipherhw -std -installsuffix shared -buildid 2Qt_JpRtk5t57a03XpGE/2Qt_JpRtk5t57a03XpGE -goversion go1.10.4 -D "" -importcfg $WORK/b036/importcfg -pack -asmhdr $WORK/b036/go_asm.h ./cipherhw_s390x.go ./doc.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b036 -I $WORK/b036/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b036/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b036/_pkg_.a $WORK/b036/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b036/_pkg_.a # internal cp $WORK/b036/_pkg_.a /builddir/.cache/go-build/a1/a18c284403e4f44462dac340b4e9d8afaa760ce08aa6fd7e28b0fbd4456d57d3-d # internal container/list mkdir -p $WORK/b042/ cat >$WORK/b042/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/container/list /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b042/_pkg_.a -trimpath $WORK/b042 -shared -p container/list -std -complete -installsuffix shared -buildid VLJ96rvcrhG0uJBcdPNL/VLJ96rvcrhG0uJBcdPNL -goversion go1.10.4 -D "" -importcfg $WORK/b042/importcfg -pack ./list.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b042/_pkg_.a # internal cp $WORK/b042/_pkg_.a /builddir/.cache/go-build/d2/d29849380116a10cc2cfcd9adcd5615c65424dd103f0d91fcd773cc80f142039-d # internal crypto/rc4 mkdir -p $WORK/b051/ cat >$WORK/b051/importcfg << 'EOF' # internal # import config packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rc4 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b051/_pkg_.a -trimpath $WORK/b051 -shared -p crypto/rc4 -std -complete -installsuffix shared -buildid Y500VoWHRU-koeS6QLzZ/Y500VoWHRU-koeS6QLzZ -goversion go1.10.4 -D "" -importcfg $WORK/b051/importcfg -pack ./rc4.go ./rc4_ref.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b051/_pkg_.a # internal cp $WORK/b051/_pkg_.a /builddir/.cache/go-build/9c/9c132f54f4af33bed255170d423cf8be08ed018c73dc6ceb0e9da7bf7c61bff3-d # internal vendor/golang_org/x/crypto/cryptobyte/asn1 mkdir -p $WORK/b062/ cat >$WORK/b062/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/cryptobyte/asn1 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b062/_pkg_.a -trimpath $WORK/b062 -shared -p vendor/golang_org/x/crypto/cryptobyte/asn1 -std -complete -installsuffix shared -buildid nLEeZ0PC2LFNFt9Pd7O4/nLEeZ0PC2LFNFt9Pd7O4 -goversion go1.10.4 -D "" -importcfg $WORK/b062/importcfg -pack ./asn1.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b062/_pkg_.a # internal cp $WORK/b062/_pkg_.a /builddir/.cache/go-build/40/40b089008939135fc82d0c29cf67ca7ea5b7ff93d107398f6ae7a7376e331b73-d # internal internal/nettrace mkdir -p $WORK/b066/ cat >$WORK/b066/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/internal/nettrace /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b066/_pkg_.a -trimpath $WORK/b066 -shared -p internal/nettrace -std -complete -installsuffix shared -buildid RCZg0CM_z8Kx4FmyfypM/RCZg0CM_z8Kx4FmyfypM -goversion go1.10.4 -D "" -importcfg $WORK/b066/importcfg -pack ./nettrace.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b066/_pkg_.a # internal cp $WORK/b066/_pkg_.a /builddir/.cache/go-build/ba/ba6c6fa92183592f0583cebf706ea8c29ec2857b80f967ec201070d3335c190b-d # internal runtime/cgo mkdir -p $WORK/b068/ cd /usr/lib/golang/src/runtime/cgo CGO_LDFLAGS='"-g" "-O2" "-lpthread"' /usr/lib/golang/pkg/tool/linux_s390x/cgo -objdir $WORK/b068/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I $WORK/b068/ -g -O2 -Wall -Werror ./cgo.go cd $WORK gcc -fno-caret-diagnostics -c -x c - || true gcc -Qunused-arguments -c -x c - || true gcc -fdebug-prefix-map=a=b -c -x c - || true gcc -gno-record-gcc-switches -c -x c - || true cd $WORK/b068 gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_x001.o -c _cgo_export.c gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_x002.o -c cgo.cgo2.c cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -g -O2 -Wall -Werror -o $WORK/b068/_x003.o -c gcc_context.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -g -O2 -Wall -Werror -o $WORK/b068/_x004.o -c gcc_fatalf.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -g -O2 -Wall -Werror -o $WORK/b068/_x005.o -c gcc_libinit.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -g -O2 -Wall -Werror -o $WORK/b068/_x006.o -c gcc_linux_s390x.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -g -O2 -Wall -Werror -o $WORK/b068/_x007.o -c gcc_setenv.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -g -O2 -Wall -Werror -o $WORK/b068/_x008.o -c gcc_traceback.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -g -O2 -Wall -Werror -o $WORK/b068/_x009.o -c gcc_util.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -g -O2 -Wall -Werror -o $WORK/b068/_x010.o -c gcc_s390x.S cd $WORK/b068 gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/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 -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -o $WORK/b068/_cgo_.o $WORK/b068/_cgo_main.o $WORK/b068/_x001.o $WORK/b068/_x002.o $WORK/b068/_x003.o $WORK/b068/_x004.o $WORK/b068/_x005.o $WORK/b068/_x006.o $WORK/b068/_x007.o $WORK/b068/_x008.o $WORK/b068/_x009.o $WORK/b068/_x010.o -g -O2 -lpthread /usr/lib/golang/pkg/tool/linux_s390x/cgo -dynpackage cgo -dynimport $WORK/b068/_cgo_.o -dynout $WORK/b068/_cgo_import.go -dynlinker cat >$WORK/b068/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b068/_pkg_.a -trimpath $WORK/b068 -shared -p runtime/cgo -std -installsuffix shared -buildid 1N2PaaT_nYuCeAQMkx9o/1N2PaaT_nYuCeAQMkx9o -goversion go1.10.4 -D "" -importcfg $WORK/b068/importcfg -pack -asmhdr $WORK/b068/go_asm.h ./callbacks.go ./callbacks_traceback.go ./iscgo.go ./setenv.go $WORK/b068/_cgo_gotypes.go $WORK/b068/cgo.cgo1.go $WORK/b068/_cgo_import.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b068 -I $WORK/b068/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b068/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b068/_pkg_.a $WORK/b068/asm_s390x.o $WORK/b068/_x001.o $WORK/b068/_x002.o $WORK/b068/_x003.o $WORK/b068/_x004.o $WORK/b068/_x005.o $WORK/b068/_x006.o $WORK/b068/_x007.o $WORK/b068/_x008.o $WORK/b068/_x009.o $WORK/b068/_x010.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b068/_pkg_.a # internal cp $WORK/b068/_pkg_.a /builddir/.cache/go-build/97/979720263831fceb05f2e2da5c01254ef9a4fe356f8008e3455b8b7718d8de2a-d # internal encoding mkdir -p $WORK/b075/ cat >$WORK/b075/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/encoding /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b075/_pkg_.a -trimpath $WORK/b075 -shared -p encoding -std -complete -installsuffix shared -buildid UQU5zmyEAJCcWSJH-dMf/UQU5zmyEAJCcWSJH-dMf -goversion go1.10.4 -D "" -importcfg $WORK/b075/importcfg -pack ./encoding.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b075/_pkg_.a # internal cp $WORK/b075/_pkg_.a /builddir/.cache/go-build/48/48e8d67fa2442fee9e6a4df1d82c0fe0a6d51f12ad7f1a5376dcf8864e053006-d # internal unicode/utf16 mkdir -p $WORK/b076/ cat >$WORK/b076/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode/utf16 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b076/_pkg_.a -trimpath $WORK/b076 -shared -p unicode/utf16 -std -complete -installsuffix shared -buildid a3sXmXNnsTZXsxPMVyHG/a3sXmXNnsTZXsxPMVyHG -goversion go1.10.4 -D "" -importcfg $WORK/b076/importcfg -pack ./utf16.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b076/_pkg_.a # internal cp $WORK/b076/_pkg_.a /builddir/.cache/go-build/fd/fd7419ca2ccdc8a03baff300adc9d6e6b115a61da05417b99351abefbffbf1f8-d # internal github.com/syncthing/syncthing/lib/auto mkdir -p $WORK/b082/ cat >$WORK/b082/importcfg << 'EOF' # internal # import config EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/auto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b082/_pkg_.a -trimpath $WORK/b082 -shared -p github.com/syncthing/syncthing/lib/auto -complete -installsuffix shared -buildid ezLgqOftfz_9i5d2crSp/ezLgqOftfz_9i5d2crSp -goversion go1.10.4 -D "" -importcfg $WORK/b082/importcfg -pack ./doc.go ./gui.files.go cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b009 -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b009/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b009 -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b009/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b009 -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b009/memclr_s390x.o ./memclr_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b009 -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b009/memmove_s390x.o ./memmove_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b009 -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b009/rt0_linux_s390x.o ./rt0_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b009 -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b009/sys_linux_s390x.o ./sys_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b009 -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b009/tls_s390x.o ./tls_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b009/_pkg_.a $WORK/b009/asm.o $WORK/b009/asm_s390x.o $WORK/b009/memclr_s390x.o $WORK/b009/memmove_s390x.o $WORK/b009/rt0_linux_s390x.o $WORK/b009/sys_linux_s390x.o $WORK/b009/tls_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b009/_pkg_.a # internal cp $WORK/b009/_pkg_.a /builddir/.cache/go-build/31/31ac52e9727ad2ed3d8cfb82213ac5d6ecd902a58cf6c4e4c1e186243064f74e-d # internal sync mkdir -p $WORK/b006/ cat >$WORK/b006/importcfg << 'EOF' # internal # import config packagefile internal/race=$WORK/b007/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a EOF cd /usr/lib/golang/src/sync /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b006/_pkg_.a -trimpath $WORK/b006 -shared -p sync -std -installsuffix shared -buildid JEb321U3p2HZyTbaeHLg/JEb321U3p2HZyTbaeHLg -goversion go1.10.4 -D "" -importcfg $WORK/b006/importcfg -pack ./cond.go ./map.go ./mutex.go ./once.go ./pool.go ./runtime.go ./rwmutex.go ./waitgroup.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b006/_pkg_.a # internal cp $WORK/b006/_pkg_.a /builddir/.cache/go-build/c0/c0a6ab84bb393e7d807cac356973f47808e54e937143fc7ac54190e058c7869b-d # internal io mkdir -p $WORK/b005/ cat >$WORK/b005/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a EOF cd /usr/lib/golang/src/io /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b005/_pkg_.a -trimpath $WORK/b005 -shared -p io -std -complete -installsuffix shared -buildid qoEwIgn1n4bXASuCExQN/qoEwIgn1n4bXASuCExQN -goversion go1.10.4 -D "" -importcfg $WORK/b005/importcfg -pack ./io.go ./multi.go ./pipe.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b082/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b005/_pkg_.a # internal cp $WORK/b005/_pkg_.a /builddir/.cache/go-build/a3/a3e94a0e1086f0f323a430cc6e135364765e74d076720c1e1504742eefb2a489-d # internal bytes mkdir -p $WORK/b003/ cat >$WORK/b003/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile unicode=$WORK/b013/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/bytes /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b003/_pkg_.a -trimpath $WORK/b003 -shared -p bytes -std -installsuffix shared -buildid 9CYP260jekrMY0yrqLw7/9CYP260jekrMY0yrqLw7 -goversion go1.10.4 -D "" -importcfg $WORK/b003/importcfg -pack ./buffer.go ./bytes.go ./bytes_decl.go ./bytes_s390x.go ./reader.go cp $WORK/b082/_pkg_.a /builddir/.cache/go-build/d1/d1f689c6041a5226b1cd3be2c3ad6a21eff2af3af8b7db48d010591f8fd22b8e-d # internal syscall mkdir -p $WORK/b021/ cat >$WORK/b021/importcfg << 'EOF' # internal # import config packagefile internal/race=$WORK/b007/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a EOF cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b021/_pkg_.a -trimpath $WORK/b021 -shared -p syscall -std -installsuffix shared -buildid jaE6CM9kbq6EP-maydnF/jaE6CM9kbq6EP-maydnF -goversion go1.10.4 -D "" -importcfg $WORK/b021/importcfg -pack -asmhdr $WORK/b021/go_asm.h ./dirent.go ./endian_big.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_s390x.go ./syscall_unix.go ./timestruct.go ./zerrors_linux_s390x.go ./zsyscall_linux_s390x.go ./zsysnum_linux_s390x.go ./ztypes_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b003/_pkg_.a # internal cp $WORK/b003/_pkg_.a /builddir/.cache/go-build/73/733a297dc2578f5c0dac790ea45e8fb31fb76a8b5c9898887201c6313d105aae-d # internal bufio mkdir -p $WORK/b002/ cat >$WORK/b002/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/bufio /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b002/_pkg_.a -trimpath $WORK/b002 -shared -p bufio -std -complete -installsuffix shared -buildid WXf5Mp3RbyUS4g5AbL4Q/WXf5Mp3RbyUS4g5AbL4Q -goversion go1.10.4 -D "" -importcfg $WORK/b002/importcfg -pack ./bufio.go ./scan.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b002/_pkg_.a # internal cp $WORK/b002/_pkg_.a /builddir/.cache/go-build/a4/a43fd8acb27c2d6fa8e15c5f36c1394da6258e4879515843a0e5abbfc36cf5a3-d # internal reflect mkdir -p $WORK/b024/ cat >$WORK/b024/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b018/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile unicode=$WORK/b013/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b024/_pkg_.a -trimpath $WORK/b024 -shared -p reflect -std -installsuffix shared -buildid uGRaqEJ0ZmUsN0Dloy1j/uGRaqEJ0ZmUsN0Dloy1j -goversion go1.10.4 -D "" -importcfg $WORK/b024/importcfg -pack -asmhdr $WORK/b024/go_asm.h ./deepequal.go ./makefunc.go ./swapper.go ./type.go ./value.go cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/asm_linux_s390x.o ./asm_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b021/_pkg_.a $WORK/b021/asm_linux_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b021/_pkg_.a # internal cp $WORK/b021/_pkg_.a /builddir/.cache/go-build/32/32232e39530d5eb342fd761c0cdd441fe6cb6fa7315e3827a6bd2b0910a72e60-d # internal time mkdir -p $WORK/b022/ cat >$WORK/b022/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /usr/lib/golang/src/time /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b022/_pkg_.a -trimpath $WORK/b022 -shared -p time -std -installsuffix shared -buildid XU26IAQ7zLOrk5gxEsbT/XU26IAQ7zLOrk5gxEsbT -goversion go1.10.4 -D "" -importcfg $WORK/b022/importcfg -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b022/_pkg_.a # internal cp $WORK/b022/_pkg_.a /builddir/.cache/go-build/ef/ef33dc25a05a6f017b639b3fca7d3f329da3989d6db112c20ca56e08d6eae71d-d # internal internal/poll mkdir -p $WORK/b020/ cat >$WORK/b020/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/internal/poll /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b020/_pkg_.a -trimpath $WORK/b020 -shared -p internal/poll -std -installsuffix shared -buildid q4qxSNy3_2NYnkQMj_cz/q4qxSNy3_2NYnkQMj_cz -goversion go1.10.4 -D "" -importcfg $WORK/b020/importcfg -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 /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b020/_pkg_.a # internal cp $WORK/b020/_pkg_.a /builddir/.cache/go-build/85/85a1cd167035d17375555cd2afa689d1ec72071d9cde89436788748f174bdcc2-d # internal os mkdir -p $WORK/b019/ cat >$WORK/b019/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile internal/poll=$WORK/b020/_pkg_.a packagefile internal/testlog=$WORK/b023/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/os /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b019/_pkg_.a -trimpath $WORK/b019 -shared -p os -std -installsuffix shared -buildid FeVtnw7-bSbLHDsO_WCd/FeVtnw7-bSbLHDsO_WCd -goversion go1.10.4 -D "" -importcfg $WORK/b019/importcfg -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.go ./stat_linux.go ./stat_unix.go ./sticky_notbsd.go ./str.go ./sys.go ./sys_linux.go ./sys_unix.go ./types.go ./types_unix.go ./wait_waitid.go cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b024 -I $WORK/b024/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b024/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b024/_pkg_.a $WORK/b024/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b024/_pkg_.a # internal cp $WORK/b024/_pkg_.a /builddir/.cache/go-build/96/96d846f4906aa6e3326bde0315738ca426a73bd4849bcb8152d4592e36b586bd-d # internal sort mkdir -p $WORK/b027/ cat >$WORK/b027/importcfg << 'EOF' # internal # import config packagefile reflect=$WORK/b024/_pkg_.a EOF cd /usr/lib/golang/src/sort /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b027/_pkg_.a -trimpath $WORK/b027 -shared -p sort -std -complete -installsuffix shared -buildid wb-cxiej1WgLARX0WacM/wb-cxiej1WgLARX0WacM -goversion go1.10.4 -D "" -importcfg $WORK/b027/importcfg -pack ./search.go ./slice.go ./sort.go ./zfuncversion.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b027/_pkg_.a # internal cp $WORK/b027/_pkg_.a /builddir/.cache/go-build/52/52c925e7b9fc0b0c5449a54d936e3802c8217a25eb3a95eb35ca5a93454ecae6-d # internal encoding/binary mkdir -p $WORK/b028/ cat >$WORK/b028/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a EOF cd /usr/lib/golang/src/encoding/binary /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b028/_pkg_.a -trimpath $WORK/b028 -shared -p encoding/binary -std -complete -installsuffix shared -buildid WdTmFoTXcHXSXipWWHzg/WdTmFoTXcHXSXipWWHzg -goversion go1.10.4 -D "" -importcfg $WORK/b028/importcfg -pack ./binary.go ./varint.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b019/_pkg_.a # internal cp $WORK/b019/_pkg_.a /builddir/.cache/go-build/ec/ec97d0fedcc38a59d9acee91393dff2182375b7d9a1cb68ef83731f510dafafa-d # internal fmt mkdir -p $WORK/b017/ cat >$WORK/b017/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/fmt /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b017/_pkg_.a -trimpath $WORK/b017 -shared -p fmt -std -complete -installsuffix shared -buildid sG8OhHk9n_sBPrA0Ea-r/sG8OhHk9n_sBPrA0Ea-r -goversion go1.10.4 -D "" -importcfg $WORK/b017/importcfg -pack ./doc.go ./format.go ./print.go ./scan.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b028/_pkg_.a # internal cp $WORK/b028/_pkg_.a /builddir/.cache/go-build/33/33746d5995ad3187c3d625ef6759f182e90b9685a99a0952824bc658809d45ad-d # internal hash mkdir -p $WORK/b030/ cat >$WORK/b030/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/hash /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b030/_pkg_.a -trimpath $WORK/b030 -shared -p hash -std -complete -installsuffix shared -buildid q2Eise0nTMwi7dVAu4Kj/q2Eise0nTMwi7dVAu4Kj -goversion go1.10.4 -D "" -importcfg $WORK/b030/importcfg -pack ./hash.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b030/_pkg_.a # internal cp $WORK/b030/_pkg_.a /builddir/.cache/go-build/55/558c572fc8325a9abaa6d8d6ee29fcf5a834294df04ed10771b9afc3a2345854-d # internal hash/crc32 mkdir -p $WORK/b029/ cat >$WORK/b029/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a EOF cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b029/_pkg_.a -trimpath $WORK/b029 -shared -p hash/crc32 -std -installsuffix shared -buildid ZOE5WUc-T9osY7VlR3Iz/ZOE5WUc-T9osY7VlR3Iz -goversion go1.10.4 -D "" -importcfg $WORK/b029/importcfg -pack -asmhdr $WORK/b029/go_asm.h ./crc32.go ./crc32_generic.go ./crc32_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b029 -I $WORK/b029/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b029/crc32_s390x.o ./crc32_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b029/_pkg_.a $WORK/b029/crc32_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b029/_pkg_.a # internal cp $WORK/b029/_pkg_.a /builddir/.cache/go-build/8e/8e20dfded700b0a913a17d8ca70ed51d980c3721a0cd1ae448b2faabb034d94f-d # internal crypto/cipher mkdir -p $WORK/b034/ cat >$WORK/b034/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b035/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a EOF cd /usr/lib/golang/src/crypto/cipher /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b034/_pkg_.a -trimpath $WORK/b034 -shared -p crypto/cipher -std -complete -installsuffix shared -buildid hMPp4MtKT-Nof0c0Ltl4/hMPp4MtKT-Nof0c0Ltl4 -goversion go1.10.4 -D "" -importcfg $WORK/b034/importcfg -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b017/_pkg_.a # internal cp $WORK/b017/_pkg_.a /builddir/.cache/go-build/f7/f77559f95fe9f2f11d7cee268518874c60a468de638cd87bde3c9161a03c8ef2-d # internal compress/flate mkdir -p $WORK/b016/ cat >$WORK/b016/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile math/bits=$WORK/b026/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a EOF cd /usr/lib/golang/src/compress/flate /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b016/_pkg_.a -trimpath $WORK/b016 -shared -p compress/flate -std -complete -installsuffix shared -buildid iK0UZPQL6Co73JJGVVo8/iK0UZPQL6Co73JJGVVo8 -goversion go1.10.4 -D "" -importcfg $WORK/b016/importcfg -pack ./deflate.go ./deflatefast.go ./dict_decoder.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./token.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b034/_pkg_.a # internal cp $WORK/b034/_pkg_.a /builddir/.cache/go-build/b0/b01253c206aa3261f2a1c9261f1a05fd966af14ba8e9fdbc2bd5064f5f27c3e9-d # internal context mkdir -p $WORK/b031/ cat >$WORK/b031/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/context /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b031/_pkg_.a -trimpath $WORK/b031 -shared -p context -std -complete -installsuffix shared -buildid MtZTpVXIag_DfbNLzdaN/MtZTpVXIag_DfbNLzdaN -goversion go1.10.4 -D "" -importcfg $WORK/b031/importcfg -pack ./context.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b031/_pkg_.a # internal cp $WORK/b031/_pkg_.a /builddir/.cache/go-build/bf/bf982bbd3e28330b62b9465ed2e33391ab3ab6da0a31e89f0a28010ab694e6e1-d # internal crypto/aes mkdir -p $WORK/b033/ cat >$WORK/b033/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=$WORK/b034/_pkg_.a packagefile crypto/internal/cipherhw=$WORK/b036/_pkg_.a packagefile crypto/subtle=$WORK/b035/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b033/_pkg_.a -trimpath $WORK/b033 -shared -p crypto/aes -std -installsuffix shared -buildid Dq-Xuf7a024_i2AWwp4O/Dq-Xuf7a024_i2AWwp4O -goversion go1.10.4 -D "" -importcfg $WORK/b033/importcfg -pack -asmhdr $WORK/b033/go_asm.h ./block.go ./cbc_s390x.go ./cipher.go ./cipher_s390x.go ./const.go ./ctr_s390x.go ./gcm_s390x.go ./modes.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b033 -I $WORK/b033/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b033/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b033/_pkg_.a $WORK/b033/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b033/_pkg_.a # internal cp $WORK/b033/_pkg_.a /builddir/.cache/go-build/8a/8a9f96993c246b0038c2f1a843e59f14f4bb338096a195f58b2536752882219d-d # internal internal/syscall/unix mkdir -p $WORK/b037/ cat >$WORK/b037/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b012/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /usr/lib/golang/src/internal/syscall/unix /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b037/_pkg_.a -trimpath $WORK/b037 -shared -p internal/syscall/unix -std -complete -installsuffix shared -buildid yhQTfJwbHybzXroh2cZr/yhQTfJwbHybzXroh2cZr -goversion go1.10.4 -D "" -importcfg $WORK/b037/importcfg -pack ./getrandom_linux.go ./getrandom_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b037/_pkg_.a # internal cp $WORK/b037/_pkg_.a /builddir/.cache/go-build/61/611146b5721fc5e98d443d377c507e0d1eaa8506d7de42d646c84a4ebe0558f2-d # internal math/rand mkdir -p $WORK/b039/ cat >$WORK/b039/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b018/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a EOF cd /usr/lib/golang/src/math/rand /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b039/_pkg_.a -trimpath $WORK/b039 -shared -p math/rand -std -complete -installsuffix shared -buildid Vi9NApqKkuI9m8e9vwc-/Vi9NApqKkuI9m8e9vwc- -goversion go1.10.4 -D "" -importcfg $WORK/b039/importcfg -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b016/_pkg_.a # internal cp $WORK/b016/_pkg_.a /builddir/.cache/go-build/fc/fcb75e2e7a3526e366c22adf2a14e681d2e681ce871748668e2d3a0730ec8f13-d # internal compress/gzip mkdir -p $WORK/b015/ cat >$WORK/b015/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile compress/flate=$WORK/b016/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile hash/crc32=$WORK/b029/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/compress/gzip /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b015/_pkg_.a -trimpath $WORK/b015 -shared -p compress/gzip -std -complete -installsuffix shared -buildid w2OfZf1OBiTY46K6udlZ/w2OfZf1OBiTY46K6udlZ -goversion go1.10.4 -D "" -importcfg $WORK/b015/importcfg -pack ./gunzip.go ./gzip.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b039/_pkg_.a # internal cp $WORK/b039/_pkg_.a /builddir/.cache/go-build/2b/2bac00feaaab998c70a91b03b84afcde681eb508839abf7cdff4205c1acf96c4-d # internal strings mkdir -p $WORK/b040/ cat >$WORK/b040/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile unicode=$WORK/b013/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b040/_pkg_.a -trimpath $WORK/b040 -shared -p strings -std -installsuffix shared -buildid S4wxkHJCQyBt4eQkTlEg/S4wxkHJCQyBt4eQkTlEg -goversion go1.10.4 -D "" -importcfg $WORK/b040/importcfg -pack -asmhdr $WORK/b040/go_asm.h ./builder.go ./compare.go ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go ./strings_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b015/_pkg_.a # internal cp $WORK/b015/_pkg_.a /builddir/.cache/go-build/ff/ff3ae9801a5acf12418201f189af85085985815acf0d4eba9e8c2d88bc107b34-d # internal crypto mkdir -p $WORK/b043/ cat >$WORK/b043/importcfg << 'EOF' # internal # import config packagefile hash=$WORK/b030/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/crypto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b043/_pkg_.a -trimpath $WORK/b043 -shared -p crypto -std -complete -installsuffix shared -buildid 0H5YesXmcTBwHfZWHVc3/0H5YesXmcTBwHfZWHVc3 -goversion go1.10.4 -D "" -importcfg $WORK/b043/importcfg -pack ./crypto.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b043/_pkg_.a # internal cp $WORK/b043/_pkg_.a /builddir/.cache/go-build/9e/9e48bc5ca57bc8c12b1eddb4bb1f5bb2844e3111fe81903c63a4d4564d18e746-d # internal crypto/des mkdir -p $WORK/b044/ cat >$WORK/b044/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=$WORK/b034/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/crypto/des /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b044/_pkg_.a -trimpath $WORK/b044 -shared -p crypto/des -std -complete -installsuffix shared -buildid QG5mwzgAKh3evT8EFb0E/QG5mwzgAKh3evT8EFb0E -goversion go1.10.4 -D "" -importcfg $WORK/b044/importcfg -pack ./block.go ./cipher.go ./const.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b044/_pkg_.a # internal cp $WORK/b044/_pkg_.a /builddir/.cache/go-build/7a/7adc2e6da9d95e2a54b6fa7bed2668f7a6a98a7d7f76032471710aa2c2020939-d # internal crypto/sha512 mkdir -p $WORK/b047/ cat >$WORK/b047/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b043/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha512 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b047/_pkg_.a -trimpath $WORK/b047 -shared -p crypto/sha512 -std -installsuffix shared -buildid Zx42I7mgLAX-Qf6N7tNY/Zx42I7mgLAX-Qf6N7tNY -goversion go1.10.4 -D "" -importcfg $WORK/b047/importcfg -pack -asmhdr $WORK/b047/go_asm.h ./sha512.go ./sha512block.go ./sha512block_decl.go ./sha512block_s390x.go cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b040 -I $WORK/b040/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b040/strings.o ./strings.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b040/_pkg_.a $WORK/b040/strings.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b040/_pkg_.a # internal cp $WORK/b040/_pkg_.a /builddir/.cache/go-build/bc/bc4ab2ebc1fbdff4ac3809cf340cd7f1991c51d35222d4d8ea22262ec97d977d-d # internal math/big mkdir -p $WORK/b038/ cat >$WORK/b038/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile math/bits=$WORK/b026/_pkg_.a packagefile math/rand=$WORK/b039/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a EOF cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b038/_pkg_.a -trimpath $WORK/b038 -shared -p math/big -std -installsuffix shared -buildid Fa2IHWd6e_JzyXHcwn9a/Fa2IHWd6e_JzyXHcwn9a -goversion go1.10.4 -D "" -importcfg $WORK/b038/importcfg -pack -asmhdr $WORK/b038/go_asm.h ./accuracy_string.go ./arith.go ./arith_decl.go ./arith_decl_s390x.go ./decimal.go ./doc.go ./float.go ./floatconv.go ./floatmarsh.go ./ftoa.go ./int.go ./intconv.go ./intmarsh.go ./nat.go ./natconv.go ./prime.go ./rat.go ./ratconv.go ./ratmarsh.go ./roundingmode_string.go ./sqrt.go cd /usr/lib/golang/src/crypto/sha512 /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b047 -I $WORK/b047/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b047/sha512block_s390x.o ./sha512block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b047/_pkg_.a $WORK/b047/sha512block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b047/_pkg_.a # internal cp $WORK/b047/_pkg_.a /builddir/.cache/go-build/ab/abde4420b753aba7f48d6ddf6513017ac0dfee3993b52e42112e61cd2983ec03-d # internal crypto/hmac mkdir -p $WORK/b049/ cat >$WORK/b049/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b035/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/crypto/hmac /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b049/_pkg_.a -trimpath $WORK/b049 -shared -p crypto/hmac -std -complete -installsuffix shared -buildid AZuRyLOnw6wEcx5yE4sv/AZuRyLOnw6wEcx5yE4sv -goversion go1.10.4 -D "" -importcfg $WORK/b049/importcfg -pack ./hmac.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b049/_pkg_.a # internal cp $WORK/b049/_pkg_.a /builddir/.cache/go-build/5e/5e82f93fdb81fa025dedfd7cd445d92661a53a0efd8348eee0cd376fb37049a0-d # internal crypto/md5 mkdir -p $WORK/b050/ cat >$WORK/b050/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b043/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a EOF cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b050/_pkg_.a -trimpath $WORK/b050 -shared -p crypto/md5 -std -installsuffix shared -buildid 3CjS52mO280qoEUuNa31/3CjS52mO280qoEUuNa31 -goversion go1.10.4 -D "" -importcfg $WORK/b050/importcfg -pack -asmhdr $WORK/b050/go_asm.h ./md5.go ./md5block.go ./md5block_decl.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b050 -I $WORK/b050/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b050/md5block_s390x.o ./md5block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b050/_pkg_.a $WORK/b050/md5block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b050/_pkg_.a # internal cp $WORK/b050/_pkg_.a /builddir/.cache/go-build/5c/5c57efb38626effbcaad78c73279ad642cfb91f01e2e6c395b1eecb92c3d8e9a-d # internal crypto/sha1 mkdir -p $WORK/b053/ cat >$WORK/b053/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b043/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b053/_pkg_.a -trimpath $WORK/b053 -shared -p crypto/sha1 -std -installsuffix shared -buildid vhxStMkJKxV0Sme9qgQI/vhxStMkJKxV0Sme9qgQI -goversion go1.10.4 -D "" -importcfg $WORK/b053/importcfg -pack -asmhdr $WORK/b053/go_asm.h ./sha1.go ./sha1block.go ./sha1block_decl.go ./sha1block_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b053 -I $WORK/b053/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b053/sha1block_s390x.o ./sha1block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b053/_pkg_.a $WORK/b053/sha1block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b053/_pkg_.a # internal cp $WORK/b053/_pkg_.a /builddir/.cache/go-build/1d/1d60ad2c1d9570f1150b2304049807c4f9da06122f0631a0d5a943eb476a5673-d # internal crypto/sha256 mkdir -p $WORK/b054/ cat >$WORK/b054/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b043/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha256 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b054/_pkg_.a -trimpath $WORK/b054 -shared -p crypto/sha256 -std -installsuffix shared -buildid U68lt2LX3_OZTZ_4bW5p/U68lt2LX3_OZTZ_4bW5p -goversion go1.10.4 -D "" -importcfg $WORK/b054/importcfg -pack -asmhdr $WORK/b054/go_asm.h ./sha256.go ./sha256block.go ./sha256block_decl.go ./sha256block_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b054 -I $WORK/b054/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b054/sha256block_s390x.o ./sha256block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b054/_pkg_.a $WORK/b054/sha256block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b054/_pkg_.a # internal cp $WORK/b054/_pkg_.a /builddir/.cache/go-build/64/6469267c81bfa769f464c17e2afd0304f8f1158c2fd38e2034a5380dea8c7dd5-d # internal encoding/hex mkdir -p $WORK/b058/ cat >$WORK/b058/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/encoding/hex /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b058/_pkg_.a -trimpath $WORK/b058 -shared -p encoding/hex -std -complete -installsuffix shared -buildid I8TOxgf1grwagu_OevwO/I8TOxgf1grwagu_OevwO -goversion go1.10.4 -D "" -importcfg $WORK/b058/importcfg -pack ./hex.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b058/_pkg_.a # internal cp $WORK/b058/_pkg_.a /builddir/.cache/go-build/16/16ae40f224287b198422faef5597406b08ca9b99e417411fd9aaed7ac1385038-d # internal encoding/base64 mkdir -p $WORK/b060/ cat >$WORK/b060/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/encoding/base64 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b060/_pkg_.a -trimpath $WORK/b060 -shared -p encoding/base64 -std -complete -installsuffix shared -buildid 5E04123UTUncpph_WWFE/5E04123UTUncpph_WWFE -goversion go1.10.4 -D "" -importcfg $WORK/b060/importcfg -pack ./base64.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b060/_pkg_.a # internal cp $WORK/b060/_pkg_.a /builddir/.cache/go-build/99/994250dbfc66cf23e5e0567b1c15134adf7380a54732fab8bed7808c84a7a9c1-d # internal encoding/pem mkdir -p $WORK/b059/ cat >$WORK/b059/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/base64=$WORK/b060/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a EOF cd /usr/lib/golang/src/encoding/pem /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b059/_pkg_.a -trimpath $WORK/b059 -shared -p encoding/pem -std -complete -installsuffix shared -buildid -ocZZqGqJEX3eXHCa_zT/-ocZZqGqJEX3eXHCa_zT -goversion go1.10.4 -D "" -importcfg $WORK/b059/importcfg -pack ./pem.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b059/_pkg_.a # internal cp $WORK/b059/_pkg_.a /builddir/.cache/go-build/65/650a72e5027f9c0121b522c8711c4f53cacaab0e6c465ab4f8cc46e2f2aa3440-d # internal path/filepath mkdir -p $WORK/b064/ cat >$WORK/b064/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/path/filepath /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b064/_pkg_.a -trimpath $WORK/b064 -shared -p path/filepath -std -complete -installsuffix shared -buildid s7P_d9ZXcFDZhpvHCBID/s7P_d9ZXcFDZhpvHCBID -goversion go1.10.4 -D "" -importcfg $WORK/b064/importcfg -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b064/_pkg_.a # internal cp $WORK/b064/_pkg_.a /builddir/.cache/go-build/fb/fb1ca5753fba5e1e1176a57a19add393198a43e36fea5cb033941bdd8e0d1bf1-d # internal io/ioutil mkdir -p $WORK/b063/ cat >$WORK/b063/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/io/ioutil /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b063/_pkg_.a -trimpath $WORK/b063 -shared -p io/ioutil -std -complete -installsuffix shared -buildid OtC_cf0Fw3LtJ6eM3F7O/OtC_cf0Fw3LtJ6eM3F7O -goversion go1.10.4 -D "" -importcfg $WORK/b063/importcfg -pack ./ioutil.go ./tempfile.go cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b038 -I $WORK/b038/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b038/arith_s390x.o ./arith_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b038/_pkg_.a $WORK/b038/arith_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b038/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b063/_pkg_.a # internal cp $WORK/b063/_pkg_.a /builddir/.cache/go-build/17/17179f5eb39544977d1bb63915320c28cf3e3275028295fba64a45aa0f565de0-d # internal internal/singleflight mkdir -p $WORK/b067/ cat >$WORK/b067/importcfg << 'EOF' # internal # import config packagefile sync=$WORK/b006/_pkg_.a EOF cd /usr/lib/golang/src/internal/singleflight /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b067/_pkg_.a -trimpath $WORK/b067 -shared -p internal/singleflight -std -complete -installsuffix shared -buildid xToJ3DUdW6hWL2RZ71t1/xToJ3DUdW6hWL2RZ71t1 -goversion go1.10.4 -D "" -importcfg $WORK/b067/importcfg -pack ./singleflight.go cp $WORK/b038/_pkg_.a /builddir/.cache/go-build/38/38b9113e2a938ba3df21e6f80ed29052a4a2d1893be838caf21f6e864073f047-d # internal crypto/rand mkdir -p $WORK/b032/ cat >$WORK/b032/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile crypto/aes=$WORK/b033/_pkg_.a packagefile crypto/cipher=$WORK/b034/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile internal/syscall/unix=$WORK/b037/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile math/big=$WORK/b038/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rand /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b032/_pkg_.a -trimpath $WORK/b032 -shared -p crypto/rand -std -complete -installsuffix shared -buildid KgKuo8VPn8JzHsRUlSYi/KgKuo8VPn8JzHsRUlSYi -goversion go1.10.4 -D "" -importcfg $WORK/b032/importcfg -pack ./eagain.go ./rand.go ./rand_linux.go ./rand_unix.go ./util.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b067/_pkg_.a # internal cp $WORK/b067/_pkg_.a /builddir/.cache/go-build/c7/c7188dd00764eab50ab92afbe6833cdbad7e435a1deb48891b914d6f7b4002a3-d # internal crypto/elliptic mkdir -p $WORK/b046/ cat >$WORK/b046/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b035/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile math/big=$WORK/b038/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a EOF cd /usr/lib/golang/src/crypto/elliptic /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b046/_pkg_.a -trimpath $WORK/b046 -shared -p crypto/elliptic -std -installsuffix shared -buildid gpPWj-1xcTszf9A9XhxB/gpPWj-1xcTszf9A9XhxB -goversion go1.10.4 -D "" -importcfg $WORK/b046/importcfg -pack -asmhdr $WORK/b046/go_asm.h ./elliptic.go ./p224.go ./p256.go ./p256_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b032/_pkg_.a # internal cp $WORK/b032/_pkg_.a /builddir/.cache/go-build/c1/c1b13174d53215d9a42688e31f631ebc347c947af43e266f0bbbb5f2a490bd8c-d # internal encoding/asn1 mkdir -p $WORK/b048/ cat >$WORK/b048/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile math/big=$WORK/b038/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/encoding/asn1 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b048/_pkg_.a -trimpath $WORK/b048 -shared -p encoding/asn1 -std -complete -installsuffix shared -buildid 5Yk0cgQqXdfwvlfzVV8c/5Yk0cgQqXdfwvlfzVV8c -goversion go1.10.4 -D "" -importcfg $WORK/b048/importcfg -pack ./asn1.go ./common.go ./marshal.go cd /usr/lib/golang/src/crypto/elliptic /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b046 -I $WORK/b046/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b046/p256_asm_s390x.o ./p256_asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b046/_pkg_.a $WORK/b046/p256_asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b046/_pkg_.a # internal cp $WORK/b046/_pkg_.a /builddir/.cache/go-build/6b/6b136d1f091a99f12ef5bb0b09eb6fa303799f682f7c099c187d8432f5de5f0b-d # internal crypto/rsa mkdir -p $WORK/b052/ cat >$WORK/b052/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto=$WORK/b043/_pkg_.a packagefile crypto/rand=$WORK/b032/_pkg_.a packagefile crypto/subtle=$WORK/b035/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile math/big=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rsa /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b052/_pkg_.a -trimpath $WORK/b052 -shared -p crypto/rsa -std -complete -installsuffix shared -buildid w3r6c3EB1zKplqFdg4ha/w3r6c3EB1zKplqFdg4ha -goversion go1.10.4 -D "" -importcfg $WORK/b052/importcfg -pack ./pkcs1v15.go ./pss.go ./rsa.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b048/_pkg_.a # internal cp $WORK/b048/_pkg_.a /builddir/.cache/go-build/8f/8f7adef43e92f12dbdd2d434beb234a0145517e2df31e1e9a0cff444428ad119-d # internal crypto/ecdsa mkdir -p $WORK/b045/ cat >$WORK/b045/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b043/_pkg_.a packagefile crypto/aes=$WORK/b033/_pkg_.a packagefile crypto/cipher=$WORK/b034/_pkg_.a packagefile crypto/elliptic=$WORK/b046/_pkg_.a packagefile crypto/sha512=$WORK/b047/_pkg_.a packagefile encoding/asn1=$WORK/b048/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile math/big=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/crypto/ecdsa /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b045/_pkg_.a -trimpath $WORK/b045 -shared -p crypto/ecdsa -std -complete -installsuffix shared -buildid D-G55s_0wwFSRoycMtvb/D-G55s_0wwFSRoycMtvb -goversion go1.10.4 -D "" -importcfg $WORK/b045/importcfg -pack ./ecdsa.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b045/_pkg_.a # internal cp $WORK/b045/_pkg_.a /builddir/.cache/go-build/1f/1fbfe8b7b5a8f69a874c45fdee8962a863317d5a82abec27a3afb5a089766341-d # internal crypto/dsa mkdir -p $WORK/b056/ cat >$WORK/b056/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile math/big=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/crypto/dsa /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b056/_pkg_.a -trimpath $WORK/b056 -shared -p crypto/dsa -std -complete -installsuffix shared -buildid GMh7f1qu2urA1_M0Zt9H/GMh7f1qu2urA1_M0Zt9H -goversion go1.10.4 -D "" -importcfg $WORK/b056/importcfg -pack ./dsa.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b052/_pkg_.a # internal cp $WORK/b052/_pkg_.a /builddir/.cache/go-build/72/72c13d50cad1c0763eb36ce10a04e3542977fd30a332cec7a9cd0513481ae19c-d # internal crypto/x509/pkix mkdir -p $WORK/b057/ cat >$WORK/b057/importcfg << 'EOF' # internal # import config packagefile encoding/asn1=$WORK/b048/_pkg_.a packagefile encoding/hex=$WORK/b058/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile math/big=$WORK/b038/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/crypto/x509/pkix /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b057/_pkg_.a -trimpath $WORK/b057 -shared -p crypto/x509/pkix -std -complete -installsuffix shared -buildid 2dfQMLqAO1pzhkkBsiG8/2dfQMLqAO1pzhkkBsiG8 -goversion go1.10.4 -D "" -importcfg $WORK/b057/importcfg -pack ./pkix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b056/_pkg_.a # internal cp $WORK/b056/_pkg_.a /builddir/.cache/go-build/b6/b642d69ef31d8c3133810df4113e5c8f63cce6bbb23aee19ea26257ca13cd7d4-d # internal vendor/golang_org/x/crypto/cryptobyte mkdir -p $WORK/b061/ cat >$WORK/b061/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/cryptobyte/asn1=vendor/golang_org/x/crypto/cryptobyte/asn1 packagefile encoding/asn1=$WORK/b048/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=$WORK/b062/_pkg_.a packagefile math/big=$WORK/b038/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/cryptobyte /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b061/_pkg_.a -trimpath $WORK/b061 -shared -p vendor/golang_org/x/crypto/cryptobyte -std -complete -installsuffix shared -buildid W9B6EGzAfq9TR2UWt_MP/W9B6EGzAfq9TR2UWt_MP -goversion go1.10.4 -D "" -importcfg $WORK/b061/importcfg -pack ./asn1.go ./builder.go ./string.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b057/_pkg_.a # internal cp $WORK/b057/_pkg_.a /builddir/.cache/go-build/5c/5c966dd46b0e3bb6d5fe92d0d60304dcd4e5a5d182d6e14ad01333c2b6bfb0ff-d # internal net mkdir -p $WORK/b065/ cd /usr/lib/golang/src/net CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_s390x/cgo -objdir $WORK/b065/ -importpath net -- -I $WORK/b065/ -g -O2 ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b061/_pkg_.a # internal cp $WORK/b061/_pkg_.a /builddir/.cache/go-build/67/679cec526362725885de51ae10ab4f2198ffc81d0b9c4c031d09c53dfe43b487-d # internal net/url mkdir -p $WORK/b069/ cat >$WORK/b069/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a EOF cd /usr/lib/golang/src/net/url /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b069/_pkg_.a -trimpath $WORK/b069 -shared -p net/url -std -complete -installsuffix shared -buildid BqjBU300BrfpOypeGB3C/BqjBU300BrfpOypeGB3C -goversion go1.10.4 -D "" -importcfg $WORK/b069/importcfg -pack ./url.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b069/_pkg_.a # internal cp $WORK/b069/_pkg_.a /builddir/.cache/go-build/07/07fd5b4d7a6e12411da08e0bf80b9ab720f513bcdb0d650ebe53f85badfd9844-d # internal vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 mkdir -p $WORK/b071/ cat >$WORK/b071/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b071/_pkg_.a -trimpath $WORK/b071 -shared -p vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 -std -complete -installsuffix shared -buildid wpdNC2CaBsANdkhbIdy4/wpdNC2CaBsANdkhbIdy4 -goversion go1.10.4 -D "" -importcfg $WORK/b071/importcfg -pack ./chacha_generic.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b071/_pkg_.a # internal cp $WORK/b071/_pkg_.a /builddir/.cache/go-build/5b/5bd321cb6d1eaa6e24ea4203855fcd45354593300b145935a475c3f6de29f152-d # internal vendor/golang_org/x/crypto/poly1305 mkdir -p $WORK/b072/ cat >$WORK/b072/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b035/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/poly1305 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b072/_pkg_.a -trimpath $WORK/b072 -shared -p vendor/golang_org/x/crypto/poly1305 -std -complete -installsuffix shared -buildid WlVWkJ2sdlh-qooqtbV8/WlVWkJ2sdlh-qooqtbV8 -goversion go1.10.4 -D "" -importcfg $WORK/b072/importcfg -pack ./poly1305.go ./sum_ref.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b072/_pkg_.a # internal cp $WORK/b072/_pkg_.a /builddir/.cache/go-build/50/50fafd7fffa7c6edbf6e73daeeb2610ebd6456aea04855c8738feaafb5545c0c-d # internal vendor/golang_org/x/crypto/chacha20poly1305 mkdir -p $WORK/b070/ cat >$WORK/b070/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/chacha20poly1305/internal/chacha20=vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 importmap golang_org/x/crypto/poly1305=vendor/golang_org/x/crypto/poly1305 packagefile crypto/cipher=$WORK/b034/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20=$WORK/b071/_pkg_.a packagefile vendor/golang_org/x/crypto/poly1305=$WORK/b072/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/chacha20poly1305 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b070/_pkg_.a -trimpath $WORK/b070 -shared -p vendor/golang_org/x/crypto/chacha20poly1305 -std -complete -installsuffix shared -buildid 2FAWLS7ntV4DzSNFcHv8/2FAWLS7ntV4DzSNFcHv8 -goversion go1.10.4 -D "" -importcfg $WORK/b070/importcfg -pack ./chacha20poly1305.go ./chacha20poly1305_generic.go ./chacha20poly1305_noasm.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b070/_pkg_.a # internal cp $WORK/b070/_pkg_.a /builddir/.cache/go-build/3b/3b006f0c8470b44bc91b952f16de90859fb1acc051d24cd20c03fef8c628a852-d # internal vendor/golang_org/x/crypto/curve25519 mkdir -p $WORK/b073/ cat >$WORK/b073/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/curve25519 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b073/_pkg_.a -trimpath $WORK/b073 -shared -p vendor/golang_org/x/crypto/curve25519 -std -complete -installsuffix shared -buildid 0XkFHpmgIZfkA0N3feob/0XkFHpmgIZfkA0N3feob -goversion go1.10.4 -D "" -importcfg $WORK/b073/importcfg -pack ./curve25519.go ./doc.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b073/_pkg_.a # internal cp $WORK/b073/_pkg_.a /builddir/.cache/go-build/82/8285a62c237cb848f0350b32cf4f73866b61411bd9cc90c45072c413f87270a7-d # internal encoding/json mkdir -p $WORK/b074/ cat >$WORK/b074/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding=$WORK/b075/_pkg_.a packagefile encoding/base64=$WORK/b060/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a packagefile unicode=$WORK/b013/_pkg_.a packagefile unicode/utf16=$WORK/b076/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/encoding/json /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b074/_pkg_.a -trimpath $WORK/b074 -shared -p encoding/json -std -complete -installsuffix shared -buildid SKq9feA9F_0tAN_vNM94/SKq9feA9F_0tAN_vNM94 -goversion go1.10.4 -D "" -importcfg $WORK/b074/importcfg -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tables.go ./tags.go cd $WORK/b065 gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c cgo_linux.cgo2.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x003.o -c cgo_resnew.cgo2.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x004.o -c cgo_socknew.cgo2.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x005.o -c cgo_unix.cgo2.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c cd /usr/lib/golang/src/net gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -o $WORK/b065/_cgo_.o $WORK/b065/_cgo_main.o $WORK/b065/_x001.o $WORK/b065/_x002.o $WORK/b065/_x003.o $WORK/b065/_x004.o $WORK/b065/_x005.o -g -O2 /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b074/_pkg_.a # internal cp $WORK/b074/_pkg_.a /builddir/.cache/go-build/3e/3e4c1f4fc201ca0cfcd948b42fe4971a3d61aaea1c0e3ddcc9a1e6deee918a94-d # internal flag mkdir -p $WORK/b077/ cat >$WORK/b077/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/flag /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b077/_pkg_.a -trimpath $WORK/b077 -shared -p flag -std -complete -installsuffix shared -buildid 3NxwbQdV1gm0mbGQDsiJ/3NxwbQdV1gm0mbGQDsiJ -goversion go1.10.4 -D "" -importcfg $WORK/b077/importcfg -pack ./flag.go cd /usr/lib/golang/src/net /usr/lib/golang/pkg/tool/linux_s390x/cgo -dynpackage net -dynimport $WORK/b065/_cgo_.o -dynout $WORK/b065/_cgo_import.go cat >$WORK/b065/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b031/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile internal/nettrace=$WORK/b066/_pkg_.a packagefile internal/poll=$WORK/b020/_pkg_.a packagefile internal/singleflight=$WORK/b067/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile math/rand=$WORK/b039/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile runtime/cgo=$WORK/b068/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b065/_pkg_.a -trimpath $WORK/b065 -shared -p net -std -installsuffix shared -buildid Ad_Neh9sUySvqDHaMXZV/Ad_Neh9sUySvqDHaMXZV -goversion go1.10.4 -D "" -importcfg $WORK/b065/importcfg -pack ./addrselect.go ./conf.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./error_posix.go ./fd_unix.go ./file.go ./file_unix.go ./hook.go ./hook_unix.go ./hosts.go ./interface.go ./interface_linux.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./nss.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./rawconn.go ./sendfile_linux.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go ./writev_unix.go $WORK/b065/_cgo_gotypes.go $WORK/b065/cgo_linux.cgo1.go $WORK/b065/cgo_resnew.cgo1.go $WORK/b065/cgo_socknew.cgo1.go $WORK/b065/cgo_unix.cgo1.go $WORK/b065/_cgo_import.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b077/_pkg_.a # internal cp $WORK/b077/_pkg_.a /builddir/.cache/go-build/d9/d951fb28e142b415d022cf385fcde79445e952565ec6af1063fb42b7a3000a9c-d # internal log mkdir -p $WORK/b079/ cat >$WORK/b079/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/log /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b079/_pkg_.a -trimpath $WORK/b079 -shared -p log -std -complete -installsuffix shared -buildid prItjwSgPMPheKaJ_sa6/prItjwSgPMPheKaJ_sa6 -goversion go1.10.4 -D "" -importcfg $WORK/b079/importcfg -pack ./log.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b079/_pkg_.a # internal cp $WORK/b079/_pkg_.a /builddir/.cache/go-build/69/69b9fe5962886f72e214cfa7ca06cbf8d594724bc081cfb5a0e78d1a79184fde-d # internal runtime/debug mkdir -p $WORK/b081/ cat >$WORK/b081/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b081/_pkg_.a -trimpath $WORK/b081 -shared -p runtime/debug -std -installsuffix shared -buildid ML88L4gbVMDaZToH-dxP/ML88L4gbVMDaZToH-dxP -goversion go1.10.4 -D "" -importcfg $WORK/b081/importcfg -pack -asmhdr $WORK/b081/go_asm.h ./garbage.go ./stack.go ./stubs.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b081 -I $WORK/b081/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b081/debug.o ./debug.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b081/_pkg_.a $WORK/b081/debug.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b081/_pkg_.a # internal cp $WORK/b081/_pkg_.a /builddir/.cache/go-build/27/27b5d46eeb99b57e65c2248a4d298ae341b17becbd11bb2203ac635c9ef282f3-d # internal encoding/xml mkdir -p $WORK/b084/ cat >$WORK/b084/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding=$WORK/b075/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile unicode=$WORK/b013/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/encoding/xml /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b084/_pkg_.a -trimpath $WORK/b084 -shared -p encoding/xml -std -complete -installsuffix shared -buildid qUcAEDlYkgGcca5wO_Bl/qUcAEDlYkgGcca5wO_Bl -goversion go1.10.4 -D "" -importcfg $WORK/b084/importcfg -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b084/_pkg_.a # internal cp $WORK/b084/_pkg_.a /builddir/.cache/go-build/de/deb15349daac681f67742d5b23f115b4b0d622777838634366ea0243e690ec40-d # internal github.com/syncthing/syncthing/lib/logger mkdir -p $WORK/b086/ cat >$WORK/b086/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/logger /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b086/_pkg_.a -trimpath $WORK/b086 -shared -p github.com/syncthing/syncthing/lib/logger -complete -installsuffix shared -buildid Ym5JKmapQqfh26tQsHyI/Ym5JKmapQqfh26tQsHyI -goversion go1.10.4 -D "" -importcfg $WORK/b086/importcfg -pack ./logger.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b086/_pkg_.a # internal cp $WORK/b086/_pkg_.a /builddir/.cache/go-build/37/378bdad957603b888d8d72d6f2c1f27221574acebf94e4f244eb5ab225512065-d # internal github.com/petermattis/goid mkdir -p $WORK/b089/ cat >$WORK/b089/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/share/gocode/src/github.com/petermattis/goid /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b089/_pkg_.a -trimpath $WORK/b089 -shared -p github.com/petermattis/goid -complete -installsuffix shared -buildid LWRxGxkjj2jgwVq9Z2f2/LWRxGxkjj2jgwVq9Z2f2 -goversion go1.10.4 -D "" -importcfg $WORK/b089/importcfg -pack ./goid.go ./goid_slow.go ./runtime_go1.9.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b089/_pkg_.a # internal cp $WORK/b089/_pkg_.a /builddir/.cache/go-build/f8/f8a3b3b4118346fc6cfbd425d7eab1957850a806ef71d7558033aaa34ee014ab-d # internal os/user mkdir -p $WORK/b090/ cd /usr/lib/golang/src/os/user CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_s390x/cgo -objdir $WORK/b090/ -importpath os/user -- -I $WORK/b090/ -g -O2 ./cgo_lookup_unix.go ./getgrouplist_unix.go ./listgroups_unix.go cd /usr/lib/golang/src/net /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b065/_pkg_.a $WORK/b065/_x001.o $WORK/b065/_x002.o $WORK/b065/_x003.o $WORK/b065/_x004.o $WORK/b065/_x005.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b065/_pkg_.a # internal cp $WORK/b065/_pkg_.a /builddir/.cache/go-build/a7/a77c8683e630c4152d146987d677df15815f8ce1803d76eabbd8b226ee7e1caa-d # internal crypto/x509 mkdir -p $WORK/b055/ cat >$WORK/b055/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/cryptobyte=vendor/golang_org/x/crypto/cryptobyte importmap golang_org/x/crypto/cryptobyte/asn1=vendor/golang_org/x/crypto/cryptobyte/asn1 packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto=$WORK/b043/_pkg_.a packagefile crypto/aes=$WORK/b033/_pkg_.a packagefile crypto/cipher=$WORK/b034/_pkg_.a packagefile crypto/des=$WORK/b044/_pkg_.a packagefile crypto/dsa=$WORK/b056/_pkg_.a packagefile crypto/ecdsa=$WORK/b045/_pkg_.a packagefile crypto/elliptic=$WORK/b046/_pkg_.a packagefile crypto/md5=$WORK/b050/_pkg_.a packagefile crypto/rsa=$WORK/b052/_pkg_.a packagefile crypto/sha1=$WORK/b053/_pkg_.a packagefile crypto/sha256=$WORK/b054/_pkg_.a packagefile crypto/sha512=$WORK/b047/_pkg_.a packagefile crypto/x509/pkix=$WORK/b057/_pkg_.a packagefile encoding/asn1=$WORK/b048/_pkg_.a packagefile encoding/hex=$WORK/b058/_pkg_.a packagefile encoding/pem=$WORK/b059/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte=$WORK/b061/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=$WORK/b062/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile math/big=$WORK/b038/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/crypto/x509 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b055/_pkg_.a -trimpath $WORK/b055 -shared -p crypto/x509 -std -complete -installsuffix shared -buildid ipnBkx9b9y-MoBegpqlj/ipnBkx9b9y-MoBegpqlj -goversion go1.10.4 -D "" -importcfg $WORK/b055/importcfg -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_linux.go ./root_unix.go ./sec1.go ./verify.go ./x509.go cd $WORK/b090 gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c cgo_lookup_unix.cgo2.c gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x003.o -c getgrouplist_unix.cgo2.c gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x004.o -c listgroups_unix.cgo2.c gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c cd /usr/lib/golang/src/os/user gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b090=/tmp/go-build -gno-record-gcc-switches -o $WORK/b090/_cgo_.o $WORK/b090/_cgo_main.o $WORK/b090/_x001.o $WORK/b090/_x002.o $WORK/b090/_x003.o $WORK/b090/_x004.o -g -O2 /usr/lib/golang/pkg/tool/linux_s390x/cgo -dynpackage user -dynimport $WORK/b090/_cgo_.o -dynout $WORK/b090/_cgo_import.go cat >$WORK/b090/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile runtime/cgo=$WORK/b068/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b090/_pkg_.a -trimpath $WORK/b090 -shared -p os/user -std -installsuffix shared -buildid 0V0dbtDpRzM2tIdHaSKN/0V0dbtDpRzM2tIdHaSKN -goversion go1.10.4 -D "" -importcfg $WORK/b090/importcfg -pack ./lookup.go ./user.go $WORK/b090/_cgo_gotypes.go $WORK/b090/cgo_lookup_unix.cgo1.go $WORK/b090/getgrouplist_unix.cgo1.go $WORK/b090/listgroups_unix.cgo1.go $WORK/b090/_cgo_import.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b055/_pkg_.a # internal cp $WORK/b055/_pkg_.a /builddir/.cache/go-build/bb/bbbe9b99932f054c558fe4d9dff96020812569930cf61d6b77c47e4e26e60b04-d # internal crypto/tls mkdir -p $WORK/b041/ cat >$WORK/b041/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/chacha20poly1305=vendor/golang_org/x/crypto/chacha20poly1305 importmap golang_org/x/crypto/curve25519=vendor/golang_org/x/crypto/curve25519 packagefile bytes=$WORK/b003/_pkg_.a packagefile container/list=$WORK/b042/_pkg_.a packagefile crypto=$WORK/b043/_pkg_.a packagefile crypto/aes=$WORK/b033/_pkg_.a packagefile crypto/cipher=$WORK/b034/_pkg_.a packagefile crypto/des=$WORK/b044/_pkg_.a packagefile crypto/ecdsa=$WORK/b045/_pkg_.a packagefile crypto/elliptic=$WORK/b046/_pkg_.a packagefile crypto/hmac=$WORK/b049/_pkg_.a packagefile crypto/internal/cipherhw=$WORK/b036/_pkg_.a packagefile crypto/md5=$WORK/b050/_pkg_.a packagefile crypto/rand=$WORK/b032/_pkg_.a packagefile crypto/rc4=$WORK/b051/_pkg_.a packagefile crypto/rsa=$WORK/b052/_pkg_.a packagefile crypto/sha1=$WORK/b053/_pkg_.a packagefile crypto/sha256=$WORK/b054/_pkg_.a packagefile crypto/sha512=$WORK/b047/_pkg_.a packagefile crypto/subtle=$WORK/b035/_pkg_.a packagefile crypto/x509=$WORK/b055/_pkg_.a packagefile encoding/asn1=$WORK/b048/_pkg_.a packagefile encoding/pem=$WORK/b059/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305=$WORK/b070/_pkg_.a packagefile vendor/golang_org/x/crypto/curve25519=$WORK/b073/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile math/big=$WORK/b038/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/crypto/tls /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b041/_pkg_.a -trimpath $WORK/b041 -shared -p crypto/tls -std -complete -installsuffix shared -buildid x3m24oTO5ksQdYC1OgiL/x3m24oTO5ksQdYC1OgiL -goversion go1.10.4 -D "" -importcfg $WORK/b041/importcfg -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go cd /usr/lib/golang/src/os/user /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b090/_pkg_.a $WORK/b090/_x001.o $WORK/b090/_x002.o $WORK/b090/_x003.o $WORK/b090/_x004.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b090/_pkg_.a # internal cp $WORK/b090/_pkg_.a /builddir/.cache/go-build/73/73066ac1d22918fa075ec85a6ba2b028d22f36136dc3013e20fbe4b945e0c71b-d # internal log/syslog mkdir -p $WORK/b080/ cat >$WORK/b080/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/log/syslog /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b080/_pkg_.a -trimpath $WORK/b080 -shared -p log/syslog -std -complete -installsuffix shared -buildid lWi5r6EnoVWDffmG5NsM/lWi5r6EnoVWDffmG5NsM -goversion go1.10.4 -D "" -importcfg $WORK/b080/importcfg -pack ./doc.go ./syslog.go ./syslog_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b080/_pkg_.a # internal cp $WORK/b080/_pkg_.a /builddir/.cache/go-build/bd/bd8bc483648acd973afa9de4012a20f176a78f6a22b3200a127eb105429ea4c8-d # internal github.com/rcrowley/go-metrics mkdir -p $WORK/b078/ cat >$WORK/b078/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile encoding/json=$WORK/b074/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile log/syslog=$WORK/b080/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile math/rand=$WORK/b039/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile runtime/debug=$WORK/b081/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/github.com/rcrowley/go-metrics /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b078/_pkg_.a -trimpath $WORK/b078 -shared -p github.com/rcrowley/go-metrics -complete -installsuffix shared -buildid ewpu2CysEII9SQRsvVfq/ewpu2CysEII9SQRsvVfq -goversion go1.10.4 -D "" -importcfg $WORK/b078/importcfg -pack ./counter.go ./debug.go ./ewma.go ./gauge.go ./gauge_float64.go ./graphite.go ./healthcheck.go ./histogram.go ./json.go ./log.go ./meter.go ./metrics.go ./opentsdb.go ./registry.go ./runtime.go ./runtime_cgo.go ./sample.go ./syslog.go ./timer.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b078/_pkg_.a # internal cp $WORK/b078/_pkg_.a /builddir/.cache/go-build/92/928567b25c5f724a09e3fc89cbb6abf7800bb3e5c6cfb66ab33bcc06bd0fc885-d # internal github.com/sasha-s/go-deadlock mkdir -p $WORK/b088/ cat >$WORK/b088/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/petermattis/goid=$WORK/b089/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile os/user=$WORK/b090/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/github.com/sasha-s/go-deadlock /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b088/_pkg_.a -trimpath $WORK/b088 -shared -p github.com/sasha-s/go-deadlock -complete -installsuffix shared -buildid _R1P_VgWTNaIp-kysP9_/_R1P_VgWTNaIp-kysP9_ -goversion go1.10.4 -D "" -importcfg $WORK/b088/importcfg -pack ./deadlock.go ./stacktraces.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b041/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b088/_pkg_.a # internal cp $WORK/b088/_pkg_.a /builddir/.cache/go-build/50/50bc745e7e6e2dbda520872ab3d41dbb3762518306fcdec0c6ebdd5b1efe857c-d # internal github.com/syncthing/syncthing/lib/sync mkdir -p $WORK/b087/ cat >$WORK/b087/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/sasha-s/go-deadlock=$WORK/b088/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/sync /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b087/_pkg_.a -trimpath $WORK/b087 -shared -p github.com/syncthing/syncthing/lib/sync -complete -installsuffix shared -buildid BjHQl-6gumwtNmSMFDRp/BjHQl-6gumwtNmSMFDRp -goversion go1.10.4 -D "" -importcfg $WORK/b087/importcfg -pack ./debug.go ./sync.go cp $WORK/b041/_pkg_.a /builddir/.cache/go-build/f0/f09845f78a5a0c81199f4a032345bac7105f1c4b8629be58a709c35d954eb638-d # internal github.com/calmh/du mkdir -p $WORK/b092/ cat >$WORK/b092/importcfg << 'EOF' # internal # import config packagefile path/filepath=$WORK/b064/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /usr/share/gocode/src/github.com/calmh/du /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b092/_pkg_.a -trimpath $WORK/b092 -shared -p github.com/calmh/du -complete -installsuffix shared -buildid 2U6gHEHHHiX7fK9Vu9Qd/2U6gHEHHHiX7fK9Vu9Qd -goversion go1.10.4 -D "" -importcfg $WORK/b092/importcfg -pack ./diskusage.go ./diskusage_posix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b092/_pkg_.a # internal cp $WORK/b092/_pkg_.a /builddir/.cache/go-build/c3/c365c80c0ce45c7600707735420ab79efd1260f57e81858828250d648391c9bf-d # internal golang.org/x/sys/unix mkdir -p $WORK/b094/ cat >$WORK/b094/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b094/_pkg_.a -trimpath $WORK/b094 -shared -p golang.org/x/sys/unix -installsuffix shared -buildid UlA8-D15oG0bXJUY85qj/UlA8-D15oG0bXJUY85qj -goversion go1.10.4 -D "" -importcfg $WORK/b094/importcfg -pack -asmhdr $WORK/b094/go_asm.h ./affinity_linux.go ./bluetooth_linux.go ./constants.go ./dev_linux.go ./dirent.go ./endian_big.go ./env_unix.go ./fcntl.go ./pagesize_unix.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_gc.go ./syscall_linux_s390x.go ./syscall_unix.go ./syscall_unix_gc.go ./timestruct.go ./zerrors_linux_s390x.go ./zsyscall_linux_s390x.go ./zsysnum_linux_s390x.go ./ztypes_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b087/_pkg_.a # internal cp $WORK/b087/_pkg_.a /builddir/.cache/go-build/54/54fbce80700b5c0c8d8a6ad37a8a8d33f114a6140918a6332a2508a2716fcdaa-d # internal github.com/syncthing/syncthing/lib/events mkdir -p $WORK/b085/ cat >$WORK/b085/importcfg << 'EOF' # internal # import config packagefile encoding/json=$WORK/b074/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b087/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/events /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b085/_pkg_.a -trimpath $WORK/b085 -shared -p github.com/syncthing/syncthing/lib/events -complete -installsuffix shared -buildid 8VOzQnfzJTBP2RXlOBCC/8VOzQnfzJTBP2RXlOBCC -goversion go1.10.4 -D "" -importcfg $WORK/b085/importcfg -pack ./debug.go ./events.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b085/_pkg_.a # internal cp $WORK/b085/_pkg_.a /builddir/.cache/go-build/c3/c3c70ca69181aea21505baa08e90d35d90807dc7dbfa619ac27294ec8535afcc-d # internal path mkdir -p $WORK/b097/ cat >$WORK/b097/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/path /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b097/_pkg_.a -trimpath $WORK/b097 -shared -p path -std -complete -installsuffix shared -buildid 8u7O5RXRdxGU4-T4UQeM/8u7O5RXRdxGU4-T4UQeM -goversion go1.10.4 -D "" -importcfg $WORK/b097/importcfg -pack ./match.go ./path.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b097/_pkg_.a # internal cp $WORK/b097/_pkg_.a /builddir/.cache/go-build/73/73a850ab7920cd70f700e5a45fb684be1e99684f3452ecfe865b784f1a12492b-d # internal github.com/pkg/errors mkdir -p $WORK/b096/ cat >$WORK/b096/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile path=$WORK/b097/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a EOF cd /usr/share/gocode/src/github.com/pkg/errors /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b096/_pkg_.a -trimpath $WORK/b096 -shared -p github.com/pkg/errors -complete -installsuffix shared -buildid _3DHNut_yK0WfzJMdnE4/_3DHNut_yK0WfzJMdnE4 -goversion go1.10.4 -D "" -importcfg $WORK/b096/importcfg -pack ./errors.go ./stack.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b096/_pkg_.a # internal cp $WORK/b096/_pkg_.a /builddir/.cache/go-build/f2/f294d6e9f699a038771478a288333047d715e12d56cf85845ec2700c9c6953fd-d # internal golang.org/x/net/bpf mkdir -p $WORK/b100/ cat >$WORK/b100/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/bpf /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b100/_pkg_.a -trimpath $WORK/b100 -shared -p golang.org/x/net/bpf -complete -installsuffix shared -buildid ze0eXa1WHbYPenowhnsW/ze0eXa1WHbYPenowhnsW -goversion go1.10.4 -D "" -importcfg $WORK/b100/importcfg -pack ./asm.go ./constants.go ./doc.go ./instructions.go ./setter.go ./vm.go ./vm_instructions.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b100/_pkg_.a # internal cp $WORK/b100/_pkg_.a /builddir/.cache/go-build/96/9699b6d16e5897f2083878c8d21b340eab3e1eb591b18c345e3c9c9e7d662d96-d # internal golang.org/x/net/internal/iana mkdir -p $WORK/b101/ cat >$WORK/b101/importcfg << 'EOF' # internal # import config EOF cd /usr/share/gocode/src/golang.org/x/net/internal/iana /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b101/_pkg_.a -trimpath $WORK/b101 -shared -p golang.org/x/net/internal/iana -complete -installsuffix shared -buildid 7l6Y5OEZntgmgE0QfvbO/7l6Y5OEZntgmgE0QfvbO -goversion go1.10.4 -D "" -importcfg $WORK/b101/importcfg -pack ./const.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b101/_pkg_.a # internal cp $WORK/b101/_pkg_.a /builddir/.cache/go-build/5e/5e99ce787046792f91f1b527eae4011911198564a2882d557edab8cdfe00ab22-d # internal golang.org/x/net/internal/socket mkdir -p $WORK/b102/ cat >$WORK/b102/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/internal/socket /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b102/_pkg_.a -trimpath $WORK/b102 -shared -p golang.org/x/net/internal/socket -installsuffix shared -buildid p26FDnaqdrtY9CDUtpWu/p26FDnaqdrtY9CDUtpWu -goversion go1.10.4 -D "" -importcfg $WORK/b102/importcfg -pack -asmhdr $WORK/b102/go_asm.h ./cmsghdr.go ./cmsghdr_linux_64bit.go ./error_unix.go ./iovec_64bit.go ./mmsghdr_unix.go ./msghdr_linux.go ./msghdr_linux_64bit.go ./rawconn.go ./rawconn_mmsg.go ./rawconn_msg.go ./socket.go ./sys.go ./sys_linux_s390x.go ./sys_posix.go ./zsys_linux_s390x.go cd /usr/share/gocode/src/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b094 -I $WORK/b094/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b094/asm_linux_s390x.o ./asm_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b094/_pkg_.a $WORK/b094/asm_linux_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b094/_pkg_.a # internal cp $WORK/b094/_pkg_.a /builddir/.cache/go-build/8a/8afa0faa23244e8804f84ece90bc2b4dcdd7b111f2517b920cdbe2f5be7a3f67-d # internal github.com/syncthing/notify mkdir -p $WORK/b093/ cat >$WORK/b093/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b094/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syncthing/notify /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b093/_pkg_.a -trimpath $WORK/b093 -shared -p github.com/syncthing/notify -complete -installsuffix shared -buildid ALisJCAxUj0XIk7108ib/ALisJCAxUj0XIk7108ib -goversion go1.10.4 -D "" -importcfg $WORK/b093/importcfg -pack ./debug.go ./debug_nodebug.go ./doc.go ./event.go ./event_inotify.go ./node.go ./notify.go ./tree.go ./tree_nonrecursive.go ./tree_recursive.go ./util.go ./watcher.go ./watcher_inotify.go ./watcher_stub.go ./watchpoint.go ./watchpoint_other.go cd /usr/share/gocode/src/golang.org/x/net/internal/socket /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b102 -I $WORK/b102/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b102/sys_linux_s390x.o ./sys_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b102/_pkg_.a $WORK/b102/sys_linux_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b102/_pkg_.a # internal cp $WORK/b102/_pkg_.a /builddir/.cache/go-build/eb/eb6df5c117b59857766e092b18d968f1e7202e195948a72118a632181edf115b-d # internal golang.org/x/net/ipv4 mkdir -p $WORK/b099/ cat >$WORK/b099/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile golang.org/x/net/bpf=$WORK/b100/_pkg_.a packagefile golang.org/x/net/internal/iana=$WORK/b101/_pkg_.a packagefile golang.org/x/net/internal/socket=$WORK/b102/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/ipv4 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b099/_pkg_.a -trimpath $WORK/b099 -shared -p golang.org/x/net/ipv4 -complete -installsuffix shared -buildid iT9D5o-EEv4-VwOC-y7E/iT9D5o-EEv4-VwOC-y7E -goversion go1.10.4 -D "" -importcfg $WORK/b099/importcfg -pack ./batch.go ./control.go ./control_pktinfo.go ./control_unix.go ./dgramopt.go ./doc.go ./endpoint.go ./genericopt.go ./header.go ./helper.go ./iana.go ./icmp.go ./icmp_linux.go ./packet.go ./packet_go1_9.go ./payload.go ./payload_cmsg.go ./payload_cmsg_go1_9.go ./sockopt.go ./sockopt_posix.go ./sys_asmreq_stub.go ./sys_asmreqn.go ./sys_bpf.go ./sys_linux.go ./sys_ssmreq.go ./zsys_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b093/_pkg_.a # internal cp $WORK/b093/_pkg_.a /builddir/.cache/go-build/c1/c18c9e88d72d00ca3687ef8c08384b40fee2c6fd9529a211ec7895a24d191dfb-d # internal github.com/syncthing/syncthing/lib/fs mkdir -p $WORK/b091/ cat >$WORK/b091/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b031/_pkg_.a packagefile crypto/md5=$WORK/b050/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/calmh/du=$WORK/b092/_pkg_.a packagefile github.com/syncthing/notify=$WORK/b093/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode=$WORK/b013/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/fs /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b091/_pkg_.a -trimpath $WORK/b091 -shared -p github.com/syncthing/syncthing/lib/fs -complete -installsuffix shared -buildid ny8XHz19tNkOVfXxJ4bt/ny8XHz19tNkOVfXxJ4bt -goversion go1.10.4 -D "" -importcfg $WORK/b091/importcfg -pack ./basicfs.go ./basicfs_unix.go ./basicfs_watch.go ./basicfs_watch_errors_linux.go ./basicfs_watch_eventtypes_inotify.go ./debug.go ./errorfs.go ./filesystem.go ./folding.go ./fsfileinfo_unix.go ./logfs.go ./lstat_broken.go ./mtimefs.go ./tempname.go ./types.go ./util.go ./walkfs.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b099/_pkg_.a # internal cp $WORK/b099/_pkg_.a /builddir/.cache/go-build/62/62ff0e9f1f3e15bcb9a80b468a3e29efdb81ee3c80c57c945f82e1361bccb74b-d # internal golang.org/x/net/ipv6 mkdir -p $WORK/b103/ cat >$WORK/b103/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile golang.org/x/net/bpf=$WORK/b100/_pkg_.a packagefile golang.org/x/net/internal/iana=$WORK/b101/_pkg_.a packagefile golang.org/x/net/internal/socket=$WORK/b102/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/ipv6 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b103/_pkg_.a -trimpath $WORK/b103 -shared -p golang.org/x/net/ipv6 -complete -installsuffix shared -buildid yIBKGMkWI4s_LL-Kl_3I/yIBKGMkWI4s_LL-Kl_3I -goversion go1.10.4 -D "" -importcfg $WORK/b103/importcfg -pack ./batch.go ./control.go ./control_rfc3542_unix.go ./control_unix.go ./dgramopt.go ./doc.go ./endpoint.go ./genericopt.go ./header.go ./helper.go ./iana.go ./icmp.go ./icmp_linux.go ./payload.go ./payload_cmsg.go ./payload_cmsg_go1_9.go ./sockopt.go ./sockopt_posix.go ./sys_asmreq.go ./sys_bpf.go ./sys_linux.go ./sys_ssmreq.go ./zsys_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b091/_pkg_.a # internal cp $WORK/b091/_pkg_.a /builddir/.cache/go-build/20/202cb21c5aa3928b60110ed57285d9a56235d7f942ac99ee1fad8aa0be3483f7-d # internal golang.org/x/net/internal/socks mkdir -p $WORK/b105/ cat >$WORK/b105/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b031/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/internal/socks /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b105/_pkg_.a -trimpath $WORK/b105 -shared -p golang.org/x/net/internal/socks -complete -installsuffix shared -buildid Wb2QsDrehcHYm4PoFNkd/Wb2QsDrehcHYm4PoFNkd -goversion go1.10.4 -D "" -importcfg $WORK/b105/importcfg -pack ./client.go ./socks.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b103/_pkg_.a # internal cp $WORK/b103/_pkg_.a /builddir/.cache/go-build/f9/f94cd5205b6c8d2a69d54911a7930aba160bf50348eefe5cef3fa21ed0215c82-d # internal vendor/golang_org/x/net/http2/hpack mkdir -p $WORK/b107/ cat >$WORK/b107/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/http2/hpack /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b107/_pkg_.a -trimpath $WORK/b107 -shared -p vendor/golang_org/x/net/http2/hpack -std -complete -installsuffix shared -buildid T8GZcdhGOr9ZprCNO18t/T8GZcdhGOr9ZprCNO18t -goversion go1.10.4 -D "" -importcfg $WORK/b107/importcfg -pack ./encode.go ./hpack.go ./huffman.go ./tables.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b105/_pkg_.a # internal cp $WORK/b105/_pkg_.a /builddir/.cache/go-build/82/82e0e36c8ac096c7b1e6b571be983ebb095c6497dbd70ddc8f58fc02b4f9fc3e-d # internal golang.org/x/net/proxy mkdir -p $WORK/b104/ cat >$WORK/b104/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b031/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile golang.org/x/net/internal/socks=$WORK/b105/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/proxy /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b104/_pkg_.a -trimpath $WORK/b104 -shared -p golang.org/x/net/proxy -complete -installsuffix shared -buildid Uwm6S0ui7CqEN76RF3rd/Uwm6S0ui7CqEN76RF3rd -goversion go1.10.4 -D "" -importcfg $WORK/b104/importcfg -pack ./direct.go ./per_host.go ./proxy.go ./socks5.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b107/_pkg_.a # internal cp $WORK/b107/_pkg_.a /builddir/.cache/go-build/d4/d4e92a547252825673eca4f5b2858e3f9f03320a3398bb9f7ca2cd9c06f73d6d-d # internal vendor/golang_org/x/text/transform mkdir -p $WORK/b110/ cat >$WORK/b110/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/transform /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b110/_pkg_.a -trimpath $WORK/b110 -shared -p vendor/golang_org/x/text/transform -std -complete -installsuffix shared -buildid hDjCEKB7pZBZ8Srk8_Pz/hDjCEKB7pZBZ8Srk8_Pz -goversion go1.10.4 -D "" -importcfg $WORK/b110/importcfg -pack ./transform.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b104/_pkg_.a # internal cp $WORK/b104/_pkg_.a /builddir/.cache/go-build/08/08d93f5f8ad52683941035ba43b553219b44f5e5bb01b45bb7152f221000c387-d # internal vendor/golang_org/x/text/unicode/bidi mkdir -p $WORK/b111/ cat >$WORK/b111/importcfg << 'EOF' # internal # import config packagefile container/list=$WORK/b042/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/unicode/bidi /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b111/_pkg_.a -trimpath $WORK/b111 -shared -p vendor/golang_org/x/text/unicode/bidi -std -complete -installsuffix shared -buildid iaFNt4f732-V4t-D9bDk/iaFNt4f732-V4t-D9bDk -goversion go1.10.4 -D "" -importcfg $WORK/b111/importcfg -pack ./bidi.go ./bracket.go ./core.go ./prop.go ./tables.go ./trieval.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b110/_pkg_.a # internal cp $WORK/b110/_pkg_.a /builddir/.cache/go-build/cb/cb6246af57dd454b00db7a68dfa47a60f84ea0b6d26dbc8f2e495c1861d0608c-d # internal vendor/golang_org/x/text/unicode/norm mkdir -p $WORK/b112/ cat >$WORK/b112/importcfg << 'EOF' # internal # import config importmap golang_org/x/text/transform=vendor/golang_org/x/text/transform packagefile fmt=$WORK/b017/_pkg_.a packagefile vendor/golang_org/x/text/transform=$WORK/b110/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/unicode/norm /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b112/_pkg_.a -trimpath $WORK/b112 -shared -p vendor/golang_org/x/text/unicode/norm -std -complete -installsuffix shared -buildid 0xKl18greOGJATRlpH5B/0xKl18greOGJATRlpH5B -goversion go1.10.4 -D "" -importcfg $WORK/b112/importcfg -pack ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables.go ./transform.go ./trie.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b111/_pkg_.a # internal cp $WORK/b111/_pkg_.a /builddir/.cache/go-build/a6/a62c2da9f9c970a8fddb61bf698b9d5ad11eff7d6618f359a2c388fb3e6687ca-d # internal vendor/golang_org/x/text/secure/bidirule mkdir -p $WORK/b109/ cat >$WORK/b109/importcfg << 'EOF' # internal # import config importmap golang_org/x/text/transform=vendor/golang_org/x/text/transform importmap golang_org/x/text/unicode/bidi=vendor/golang_org/x/text/unicode/bidi packagefile errors=$WORK/b004/_pkg_.a packagefile vendor/golang_org/x/text/transform=$WORK/b110/_pkg_.a packagefile vendor/golang_org/x/text/unicode/bidi=$WORK/b111/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/secure/bidirule /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b109/_pkg_.a -trimpath $WORK/b109 -shared -p vendor/golang_org/x/text/secure/bidirule -std -complete -installsuffix shared -buildid thpzZuetJtGHKsjO9YFa/thpzZuetJtGHKsjO9YFa -goversion go1.10.4 -D "" -importcfg $WORK/b109/importcfg -pack ./bidirule.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b109/_pkg_.a # internal cp $WORK/b109/_pkg_.a /builddir/.cache/go-build/55/557dcc31dfbf6558dd657a4cc610f93aef5be5ffb90e673edba58252f1c9f17a-d # internal vendor/golang_org/x/net/proxy mkdir -p $WORK/b114/ cat >$WORK/b114/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/proxy /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b114/_pkg_.a -trimpath $WORK/b114 -shared -p vendor/golang_org/x/net/proxy -std -complete -installsuffix shared -buildid -FTG3aQSnVXX6c4YtjGM/-FTG3aQSnVXX6c4YtjGM -goversion go1.10.4 -D "" -importcfg $WORK/b114/importcfg -pack ./direct.go ./per_host.go ./proxy.go ./socks5.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b114/_pkg_.a # internal cp $WORK/b114/_pkg_.a /builddir/.cache/go-build/4c/4cd8b8f865585876d0e389a93377a6f6e945062160e407f2f2503aa288e31e58-d # internal mime mkdir -p $WORK/b115/ cat >$WORK/b115/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/base64=$WORK/b060/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile unicode=$WORK/b013/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/mime /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b115/_pkg_.a -trimpath $WORK/b115 -shared -p mime -std -complete -installsuffix shared -buildid w4wBiqK_vQcbn7GhBzQz/w4wBiqK_vQcbn7GhBzQz -goversion go1.10.4 -D "" -importcfg $WORK/b115/importcfg -pack ./encodedword.go ./grammar.go ./mediatype.go ./type.go ./type_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b112/_pkg_.a # internal cp $WORK/b112/_pkg_.a /builddir/.cache/go-build/78/7807f0f3732fd58fab25668246e2efc1cfc956a9128fdb89c001abb3c20d0f42-d # internal vendor/golang_org/x/net/idna mkdir -p $WORK/b108/ cat >$WORK/b108/importcfg << 'EOF' # internal # import config importmap golang_org/x/text/secure/bidirule=vendor/golang_org/x/text/secure/bidirule importmap golang_org/x/text/unicode/bidi=vendor/golang_org/x/text/unicode/bidi importmap golang_org/x/text/unicode/norm=vendor/golang_org/x/text/unicode/norm packagefile fmt=$WORK/b017/_pkg_.a packagefile vendor/golang_org/x/text/secure/bidirule=$WORK/b109/_pkg_.a packagefile vendor/golang_org/x/text/unicode/bidi=$WORK/b111/_pkg_.a packagefile vendor/golang_org/x/text/unicode/norm=$WORK/b112/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/idna /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b108/_pkg_.a -trimpath $WORK/b108 -shared -p vendor/golang_org/x/net/idna -std -complete -installsuffix shared -buildid -C6a3D3HW5gmXv3KLlmG/-C6a3D3HW5gmXv3KLlmG -goversion go1.10.4 -D "" -importcfg $WORK/b108/importcfg -pack ./idna.go ./punycode.go ./tables.go ./trie.go ./trieval.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b115/_pkg_.a # internal cp $WORK/b115/_pkg_.a /builddir/.cache/go-build/3e/3ee0cd03ee527016ff72f8086a86c38949235c8bba8b25ec188e6dc521a1ffbb-d # internal mime/quotedprintable mkdir -p $WORK/b117/ cat >$WORK/b117/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/mime/quotedprintable /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b117/_pkg_.a -trimpath $WORK/b117 -shared -p mime/quotedprintable -std -complete -installsuffix shared -buildid auw3UKedfDESEzfrTcyj/auw3UKedfDESEzfrTcyj -goversion go1.10.4 -D "" -importcfg $WORK/b117/importcfg -pack ./reader.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b117/_pkg_.a # internal cp $WORK/b117/_pkg_.a /builddir/.cache/go-build/94/9437ce830041927385effd68b05567f4f352bfc7a235b465a1d5846bd3f4b06d-d # internal net/textproto mkdir -p $WORK/b118/ cat >$WORK/b118/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a EOF cd /usr/lib/golang/src/net/textproto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b118/_pkg_.a -trimpath $WORK/b118 -shared -p net/textproto -std -complete -installsuffix shared -buildid QMymgkpOAo5_TmYaQm0R/QMymgkpOAo5_TmYaQm0R -goversion go1.10.4 -D "" -importcfg $WORK/b118/importcfg -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b118/_pkg_.a # internal cp $WORK/b118/_pkg_.a /builddir/.cache/go-build/8e/8ef7e6d5f3aee28218d319571a6c94af20e7712f85a67134e1e3e2e850840282-d # internal mime/multipart mkdir -p $WORK/b116/ cat >$WORK/b116/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto/rand=$WORK/b032/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile mime=$WORK/b115/_pkg_.a packagefile mime/quotedprintable=$WORK/b117/_pkg_.a packagefile net/textproto=$WORK/b118/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a EOF cd /usr/lib/golang/src/mime/multipart /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b116/_pkg_.a -trimpath $WORK/b116 -shared -p mime/multipart -std -complete -installsuffix shared -buildid laNP5Jbinbj43Sts0SaS/laNP5Jbinbj43Sts0SaS -goversion go1.10.4 -D "" -importcfg $WORK/b116/importcfg -pack ./formdata.go ./multipart.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b108/_pkg_.a # internal cp $WORK/b108/_pkg_.a /builddir/.cache/go-build/ad/add3c74a6b3bf75e3b43f6917ef413f7dac8ba007a1bf20c9d4735eb6afca814-d # internal vendor/golang_org/x/net/lex/httplex mkdir -p $WORK/b113/ cat >$WORK/b113/importcfg << 'EOF' # internal # import config importmap golang_org/x/net/idna=vendor/golang_org/x/net/idna packagefile vendor/golang_org/x/net/idna=$WORK/b108/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/lex/httplex /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b113/_pkg_.a -trimpath $WORK/b113 -shared -p vendor/golang_org/x/net/lex/httplex -std -complete -installsuffix shared -buildid wep0-zAVcLWsd1Qx_km6/wep0-zAVcLWsd1Qx_km6 -goversion go1.10.4 -D "" -importcfg $WORK/b113/importcfg -pack ./httplex.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b116/_pkg_.a # internal cp $WORK/b116/_pkg_.a /builddir/.cache/go-build/a0/a05a12af6762a63376006d29418a45f3e2b9e21690e4c2192de584903032cee0-d # internal net/http/httptrace mkdir -p $WORK/b119/ cat >$WORK/b119/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b031/_pkg_.a packagefile crypto/tls=$WORK/b041/_pkg_.a packagefile internal/nettrace=$WORK/b066/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/net/http/httptrace /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b119/_pkg_.a -trimpath $WORK/b119 -shared -p net/http/httptrace -std -complete -installsuffix shared -buildid zWwWcDfSBcYg338lzmq7/zWwWcDfSBcYg338lzmq7 -goversion go1.10.4 -D "" -importcfg $WORK/b119/importcfg -pack ./trace.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b113/_pkg_.a # internal cp $WORK/b113/_pkg_.a /builddir/.cache/go-build/71/71a8ee8a727806af58f576a9eaa081ad6bb1582bb694ec686079c29895734f59-d # internal net/http/internal mkdir -p $WORK/b120/ cat >$WORK/b120/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/net/http/internal /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b120/_pkg_.a -trimpath $WORK/b120 -shared -p net/http/internal -std -complete -installsuffix shared -buildid 4oFYkmUv_u31OlE2Z3Qh/4oFYkmUv_u31OlE2Z3Qh -goversion go1.10.4 -D "" -importcfg $WORK/b120/importcfg -pack ./chunked.go ./testcert.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b120/_pkg_.a # internal cp $WORK/b120/_pkg_.a /builddir/.cache/go-build/62/62a2a6124c6d94e98ed8b61744677c4359079cd02f3d37cbcfc41915545a9a0c-d # internal golang.org/x/text/transform mkdir -p $WORK/b122/ cat >$WORK/b122/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/text/transform /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b122/_pkg_.a -trimpath $WORK/b122 -shared -p golang.org/x/text/transform -complete -installsuffix shared -buildid a-wCXk7-A4IDy-W513b2/a-wCXk7-A4IDy-W513b2 -goversion go1.10.4 -D "" -importcfg $WORK/b122/importcfg -pack ./transform.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b119/_pkg_.a # internal cp $WORK/b119/_pkg_.a /builddir/.cache/go-build/6f/6f50d73d5ea4824e7701b7674c002ea872d9adcf24eb69f853939199c4730a56-d # internal net/http mkdir -p $WORK/b106/ cat >$WORK/b106/importcfg << 'EOF' # internal # import config importmap golang_org/x/net/http2/hpack=vendor/golang_org/x/net/http2/hpack importmap golang_org/x/net/idna=vendor/golang_org/x/net/idna importmap golang_org/x/net/lex/httplex=vendor/golang_org/x/net/lex/httplex importmap golang_org/x/net/proxy=vendor/golang_org/x/net/proxy packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/gzip=$WORK/b015/_pkg_.a packagefile container/list=$WORK/b042/_pkg_.a packagefile context=$WORK/b031/_pkg_.a packagefile crypto/rand=$WORK/b032/_pkg_.a packagefile crypto/tls=$WORK/b041/_pkg_.a packagefile encoding/base64=$WORK/b060/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile vendor/golang_org/x/net/http2/hpack=$WORK/b107/_pkg_.a packagefile vendor/golang_org/x/net/idna=$WORK/b108/_pkg_.a packagefile vendor/golang_org/x/net/lex/httplex=$WORK/b113/_pkg_.a packagefile vendor/golang_org/x/net/proxy=$WORK/b114/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile math/rand=$WORK/b039/_pkg_.a packagefile mime=$WORK/b115/_pkg_.a packagefile mime/multipart=$WORK/b116/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile net/http/httptrace=$WORK/b119/_pkg_.a packagefile net/http/internal=$WORK/b120/_pkg_.a packagefile net/textproto=$WORK/b118/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path=$WORK/b097/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/net/http /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b106/_pkg_.a -trimpath $WORK/b106 -shared -p net/http -std -complete -installsuffix shared -buildid _blx5Kt84SDjZa2CapqL/_blx5Kt84SDjZa2CapqL -goversion go1.10.4 -D "" -importcfg $WORK/b106/importcfg -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./h2_bundle.go ./header.go ./http.go ./jar.go ./method.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b122/_pkg_.a # internal cp $WORK/b122/_pkg_.a /builddir/.cache/go-build/51/5103dbf38597cc3a59bff33ec1528d338af021f8af56b915e2f33f5f3a3d4443-d # internal golang.org/x/text/unicode/norm mkdir -p $WORK/b121/ cat >$WORK/b121/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile golang.org/x/text/transform=$WORK/b122/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/text/unicode/norm /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b121/_pkg_.a -trimpath $WORK/b121 -shared -p golang.org/x/text/unicode/norm -complete -installsuffix shared -buildid z65mE-paXClXVzb-HzG-/z65mE-paXClXVzb-HzG- -goversion go1.10.4 -D "" -importcfg $WORK/b121/importcfg -pack ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables.go ./transform.go ./trie.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b121/_pkg_.a # internal cp $WORK/b121/_pkg_.a /builddir/.cache/go-build/cc/cce3c0f459cec6cedfb48fc30af330025a6c0da1fe3e4be69018a2ce8e4459f3-d # internal encoding/base32 mkdir -p $WORK/b124/ cat >$WORK/b124/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a EOF cd /usr/lib/golang/src/encoding/base32 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b124/_pkg_.a -trimpath $WORK/b124 -shared -p encoding/base32 -std -complete -installsuffix shared -buildid 3omRAtw87NYkRq5Lg3ai/3omRAtw87NYkRq5Lg3ai -goversion go1.10.4 -D "" -importcfg $WORK/b124/importcfg -pack ./base32.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b124/_pkg_.a # internal cp $WORK/b124/_pkg_.a /builddir/.cache/go-build/3c/3c9e08013c03c55f3f29079a0300fce816713cdd6bc1ba9a32ec0ea87cc3389b-d # internal github.com/bkaradzic/go-lz4 mkdir -p $WORK/b125/ cat >$WORK/b125/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b005/_pkg_.a EOF cd /usr/share/gocode/src/github.com/bkaradzic/go-lz4 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b125/_pkg_.a -trimpath $WORK/b125 -shared -p github.com/bkaradzic/go-lz4 -complete -installsuffix shared -buildid OL64fxKLrV_Jw3TQAx3G/OL64fxKLrV_Jw3TQAx3G -goversion go1.10.4 -D "" -importcfg $WORK/b125/importcfg -pack ./reader.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b125/_pkg_.a # internal cp $WORK/b125/_pkg_.a /builddir/.cache/go-build/6c/6c5d904da57d74b2dcb3c24eae2a9303100e74c554bcec57ab35c5624b93e684-d # internal github.com/calmh/xdr mkdir -p $WORK/b126/ cat >$WORK/b126/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a EOF cd /usr/share/gocode/src/github.com/calmh/xdr /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b126/_pkg_.a -trimpath $WORK/b126 -shared -p github.com/calmh/xdr -complete -installsuffix shared -buildid TiAUeGQ-hdpR9FupuMvB/TiAUeGQ-hdpR9FupuMvB -goversion go1.10.4 -D "" -importcfg $WORK/b126/importcfg -pack ./common.go ./doc.go ./marshaller.go ./unmarshal.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b126/_pkg_.a # internal cp $WORK/b126/_pkg_.a /builddir/.cache/go-build/64/640c7188edbf0c244f211082be60b35c3b41a128811e4d6aa9cd478d4d763629-d # internal github.com/gogo/protobuf/proto mkdir -p $WORK/b128/ cat >$WORK/b128/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding=$WORK/b075/_pkg_.a packagefile encoding/json=$WORK/b074/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gogo/protobuf/proto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b128/_pkg_.a -trimpath $WORK/b128 -shared -p github.com/gogo/protobuf/proto -complete -installsuffix shared -buildid 4O4L-2u8_WzpPeszf3Mx/4O4L-2u8_WzpPeszf3Mx -goversion go1.10.4 -D "" -importcfg $WORK/b128/importcfg -pack ./clone.go ./decode.go ./decode_gogo.go ./duration.go ./duration_gogo.go ./encode.go ./encode_gogo.go ./equal.go ./extensions.go ./extensions_gogo.go ./lib.go ./lib_gogo.go ./message_set.go ./pointer_unsafe.go ./pointer_unsafe_gogo.go ./properties.go ./properties_gogo.go ./skip_gogo.go ./text.go ./text_gogo.go ./text_parser.go ./timestamp.go ./timestamp_gogo.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b128/_pkg_.a # internal cp $WORK/b128/_pkg_.a /builddir/.cache/go-build/5e/5e9a04d6cc5454a595e00a9e4d4c8d41f6ee6c7e06aea22e863a5c8c38340804-d # internal github.com/gogo/protobuf/protoc-gen-gogo/descriptor mkdir -p $WORK/b129/ cat >$WORK/b129/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/gzip=$WORK/b015/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b128/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gogo/protobuf/protoc-gen-gogo/descriptor /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b129/_pkg_.a -trimpath $WORK/b129 -shared -p github.com/gogo/protobuf/protoc-gen-gogo/descriptor -complete -installsuffix shared -buildid AOSn1vYBt7JphIsR4Mcu/AOSn1vYBt7JphIsR4Mcu -goversion go1.10.4 -D "" -importcfg $WORK/b129/importcfg -pack ./descriptor.go ./descriptor.pb.go ./descriptor_gostring.gen.go ./helper.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b106/_pkg_.a # internal cp $WORK/b106/_pkg_.a /builddir/.cache/go-build/48/482ffbdb2351e5b3379db17d9be14713004573ce14d16c929f86aa48d87abe8c-d # internal github.com/syncthing/syncthing/lib/dialer mkdir -p $WORK/b098/ cat >$WORK/b098/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile golang.org/x/net/ipv4=$WORK/b099/_pkg_.a packagefile golang.org/x/net/ipv6=$WORK/b103/_pkg_.a packagefile golang.org/x/net/proxy=$WORK/b104/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile net/http=$WORK/b106/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/dialer /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b098/_pkg_.a -trimpath $WORK/b098 -shared -p github.com/syncthing/syncthing/lib/dialer -complete -installsuffix shared -buildid pFMKGCB7jX67Kdlse0b3/pFMKGCB7jX67Kdlse0b3 -goversion go1.10.4 -D "" -importcfg $WORK/b098/importcfg -pack ./internal.go ./public.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b098/_pkg_.a # internal cp $WORK/b098/_pkg_.a /builddir/.cache/go-build/0e/0e2019cae6db030d75a8f06cc3ebd9d51c0594d29636909cc203fe31785d9632-d # internal github.com/syncthing/syncthing/lib/osutil mkdir -p $WORK/b095/ cat >$WORK/b095/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/pkg/errors=$WORK/b096/_pkg_.a packagefile github.com/syncthing/syncthing/lib/dialer=$WORK/b098/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b091/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b087/_pkg_.a packagefile golang.org/x/text/unicode/norm=$WORK/b121/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/osutil /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b095/_pkg_.a -trimpath $WORK/b095 -shared -p github.com/syncthing/syncthing/lib/osutil -complete -installsuffix shared -buildid totZjn0dxJM5TnoMmB0m/totZjn0dxJM5TnoMmB0m -goversion go1.10.4 -D "" -importcfg $WORK/b095/importcfg -pack ./atomic.go ./filenames_unix.go ./hidden_unix.go ./lan.go ./lowprio_linux.go ./net.go ./osutil.go ./ping.go ./replacingwriter.go ./rlimit_unix.go ./symlink.go ./tempfile.go ./traversessymlink.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b129/_pkg_.a # internal cp $WORK/b129/_pkg_.a /builddir/.cache/go-build/f6/f6a99cf33fff84e667f3b9a181db1c5993729f3f2627b6fc65fc5d70d4c5c96d-d # internal github.com/gogo/protobuf/gogoproto mkdir -p $WORK/b127/ cat >$WORK/b127/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b128/_pkg_.a packagefile github.com/gogo/protobuf/protoc-gen-gogo/descriptor=$WORK/b129/_pkg_.a packagefile math=$WORK/b018/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gogo/protobuf/gogoproto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b127/_pkg_.a -trimpath $WORK/b127 -shared -p github.com/gogo/protobuf/gogoproto -complete -installsuffix shared -buildid 6AX1a90zkNrbD3aOzhBT/6AX1a90zkNrbD3aOzhBT -goversion go1.10.4 -D "" -importcfg $WORK/b127/importcfg -pack ./doc.go ./gogo.pb.go ./helper.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b127/_pkg_.a # internal cp $WORK/b127/_pkg_.a /builddir/.cache/go-build/53/53038b0edc02b4b15e0f53382ed0f58e1cc3a6bf63b168cbe43798c797c2d5da-d # internal github.com/syncthing/syncthing/lib/rand mkdir -p $WORK/b130/ cat >$WORK/b130/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile crypto/md5=$WORK/b050/_pkg_.a packagefile crypto/rand=$WORK/b032/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile math/rand=$WORK/b039/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/rand /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b130/_pkg_.a -trimpath $WORK/b130 -shared -p github.com/syncthing/syncthing/lib/rand -complete -installsuffix shared -buildid Gzsu_5ki5gqpbWvK-ItQ/Gzsu_5ki5gqpbWvK-ItQ -goversion go1.10.4 -D "" -importcfg $WORK/b130/importcfg -pack ./random.go ./securesource.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b095/_pkg_.a # internal cp $WORK/b095/_pkg_.a /builddir/.cache/go-build/c7/c7fc0205e17c1b0a06eee6dfaae8496284faa76886047ff528f8c11f04951a52-d # internal github.com/minio/sha256-simd mkdir -p $WORK/b132/ cat >$WORK/b132/importcfg << 'EOF' # internal # import config packagefile crypto/sha256=$WORK/b054/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a EOF cd /usr/share/gocode/src/github.com/minio/sha256-simd /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b132/_pkg_.a -trimpath $WORK/b132 -shared -p github.com/minio/sha256-simd -complete -installsuffix shared -buildid 36jt2ALkDJgZFCAOf1oQ/36jt2ALkDJgZFCAOf1oQ -goversion go1.10.4 -D "" -importcfg $WORK/b132/importcfg -pack ./cpuid.go ./cpuid_other.go ./sha256.go ./sha256block_noasm.go ./sha256block_other.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b130/_pkg_.a # internal cp $WORK/b130/_pkg_.a /builddir/.cache/go-build/80/80df31cd6877c6889a712c110e063a61f9ffbdabddc76dd31d43c32911c9ea38-d # internal github.com/syncthing/syncthing/lib/upgrade mkdir -p $WORK/b133/ cat >$WORK/b133/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path=$WORK/b097/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/upgrade /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b133/_pkg_.a -trimpath $WORK/b133 -shared -p github.com/syncthing/syncthing/lib/upgrade -complete -installsuffix shared -buildid -WR-FV1Bq3uzF-fuN2SO/-WR-FV1Bq3uzF-fuN2SO -goversion go1.10.4 -D "" -importcfg $WORK/b133/importcfg -pack ./debug.go ./signingkey.go ./upgrade_common.go ./upgrade_unsupp.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b132/_pkg_.a # internal cp $WORK/b132/_pkg_.a /builddir/.cache/go-build/3f/3fad8bb667c7dc3de86b3f3e16a3ebaa8e0255ac45587832a10b55928b9b75af-d # internal github.com/syncthing/syncthing/lib/sha256 mkdir -p $WORK/b131/ cat >$WORK/b131/importcfg << 'EOF' # internal # import config packagefile crypto/rand=$WORK/b032/_pkg_.a packagefile crypto/sha256=$WORK/b054/_pkg_.a packagefile encoding/hex=$WORK/b058/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/minio/sha256-simd=$WORK/b132/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/sha256 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b131/_pkg_.a -trimpath $WORK/b131 -shared -p github.com/syncthing/syncthing/lib/sha256 -complete -installsuffix shared -buildid TeDpJES7qeZ-vW3TH6yH/TeDpJES7qeZ-vW3TH6yH -goversion go1.10.4 -D "" -importcfg $WORK/b131/importcfg -pack ./sha256.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b133/_pkg_.a # internal cp $WORK/b133/_pkg_.a /builddir/.cache/go-build/b8/b80e965500549360d87c9a0e80f42ded5e697d5712dd561407286d02672b785b-d # internal github.com/syncthing/syncthing/lib/util mkdir -p $WORK/b134/ cat >$WORK/b134/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/util /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b134/_pkg_.a -trimpath $WORK/b134 -shared -p github.com/syncthing/syncthing/lib/util -complete -installsuffix shared -buildid BCVlg6yYZ-zQ5qu0Velf/BCVlg6yYZ-zQ5qu0Velf -goversion go1.10.4 -D "" -importcfg $WORK/b134/importcfg -pack ./utils.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b131/_pkg_.a # internal cp $WORK/b131/_pkg_.a /builddir/.cache/go-build/6c/6c1995b578e71be229caba0623899b8c0b2f3b8681c1b279a3878e2772c35f66-d # internal github.com/syncthing/syncthing/lib/protocol mkdir -p $WORK/b123/ cat >$WORK/b123/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto/sha256=$WORK/b054/_pkg_.a packagefile encoding/base32=$WORK/b124/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/bkaradzic/go-lz4=$WORK/b125/_pkg_.a packagefile github.com/calmh/xdr=$WORK/b126/_pkg_.a packagefile github.com/gogo/protobuf/gogoproto=$WORK/b127/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b128/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b130/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sha256=$WORK/b131/_pkg_.a packagefile golang.org/x/text/unicode/norm=$WORK/b121/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path=$WORK/b097/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/protocol /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b123/_pkg_.a -trimpath $WORK/b123 -shared -p github.com/syncthing/syncthing/lib/protocol -complete -installsuffix shared -buildid SdXeU6IK8YmTqKQq5GRE/SdXeU6IK8YmTqKQq5GRE -goversion go1.10.4 -D "" -importcfg $WORK/b123/importcfg -pack ./bep.pb.go ./bep_extensions.go ./bufferpool.go ./compression.go ./counting.go ./debug.go ./deviceid.go ./deviceid_test.pb.go ./doc.go ./errors.go ./hello.go ./hello_v0.13.go ./hello_v0.13_xdr.go ./luhn.go ./nativemodel_unix.go ./protocol.go ./vector.go ./wireformat.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b134/_pkg_.a # internal cp $WORK/b134/_pkg_.a /builddir/.cache/go-build/0b/0bb80392d8416a5e30b3fe626046732617af5cb1afcfc0d1a73b5660ba296b34-d # internal github.com/kballard/go-shellquote mkdir -p $WORK/b136/ cat >$WORK/b136/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/share/gocode/src/github.com/kballard/go-shellquote /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b136/_pkg_.a -trimpath $WORK/b136 -shared -p github.com/kballard/go-shellquote -complete -installsuffix shared -buildid CrOHZU6OEaJA0iNbq25v/CrOHZU6OEaJA0iNbq25v -goversion go1.10.4 -D "" -importcfg $WORK/b136/importcfg -pack ./doc.go ./quote.go ./unquote.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b136/_pkg_.a # internal cp $WORK/b136/_pkg_.a /builddir/.cache/go-build/33/33da9b2b003de1a9a99e8b2bb61887e60768c3e04584e323f156321e26f8745d-d # internal os/exec mkdir -p $WORK/b137/ cat >$WORK/b137/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b031/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /usr/lib/golang/src/os/exec /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b137/_pkg_.a -trimpath $WORK/b137 -shared -p os/exec -std -complete -installsuffix shared -buildid 1ORFBKMwz3gOS9jKkePm/1ORFBKMwz3gOS9jKkePm -goversion go1.10.4 -D "" -importcfg $WORK/b137/importcfg -pack ./exec.go ./exec_unix.go ./lp_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b137/_pkg_.a # internal cp $WORK/b137/_pkg_.a /builddir/.cache/go-build/f2/f23db351fdd6fdbfd196839b6f6a4d04838618d9220401b0e62087f4bf3628d5-d # internal regexp/syntax mkdir -p $WORK/b139/ cat >$WORK/b139/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile unicode=$WORK/b013/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/regexp/syntax /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b139/_pkg_.a -trimpath $WORK/b139 -shared -p regexp/syntax -std -complete -installsuffix shared -buildid MW-8lZOwHAdwHaViiRRb/MW-8lZOwHAdwHaViiRRb -goversion go1.10.4 -D "" -importcfg $WORK/b139/importcfg -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b139/_pkg_.a # internal cp $WORK/b139/_pkg_.a /builddir/.cache/go-build/74/744bafd05730375dd557df7ca2d9fc262e4b82d03a2a8fb0e30ce09409a2b90b-d # internal regexp mkdir -p $WORK/b138/ cat >$WORK/b138/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile regexp/syntax=$WORK/b139/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile unicode=$WORK/b013/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/regexp /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b138/_pkg_.a -trimpath $WORK/b138 -shared -p regexp -std -complete -installsuffix shared -buildid 9EWyJ4g2C0_wo-Vq_rcs/9EWyJ4g2C0_wo-Vq_rcs -goversion go1.10.4 -D "" -importcfg $WORK/b138/importcfg -pack ./backtrack.go ./exec.go ./onepass.go ./regexp.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b123/_pkg_.a # internal cp $WORK/b123/_pkg_.a /builddir/.cache/go-build/c6/c697e4959babbdd7c65a410dd0dedec07a601c9627b0d9bac917dc681c465623-d # internal github.com/thejerf/suture mkdir -p $WORK/b143/ cat >$WORK/b143/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/github.com/thejerf/suture /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b143/_pkg_.a -trimpath $WORK/b143 -shared -p github.com/thejerf/suture -complete -installsuffix shared -buildid w_E8IUQ54FeLcpvmddi1/w_E8IUQ54FeLcpvmddi1 -goversion go1.10.4 -D "" -importcfg $WORK/b143/importcfg -pack ./doc.go ./messages.go ./service.go ./supervisor.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b143/_pkg_.a # internal cp $WORK/b143/_pkg_.a /builddir/.cache/go-build/c0/c0fa9abe245794738cd02e85a8b2be440347f6d18cd1f1becc69dd7711459a74-d # internal github.com/syncthing/syncthing/lib/beacon mkdir -p $WORK/b142/ cat >$WORK/b142/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b087/_pkg_.a packagefile github.com/thejerf/suture=$WORK/b143/_pkg_.a packagefile golang.org/x/net/ipv6=$WORK/b103/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/beacon /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b142/_pkg_.a -trimpath $WORK/b142 -shared -p github.com/syncthing/syncthing/lib/beacon -complete -installsuffix shared -buildid T4zrkHr8XLm6QPke46BP/T4zrkHr8XLm6QPke46BP -goversion go1.10.4 -D "" -importcfg $WORK/b142/importcfg -pack ./beacon.go ./broadcast.go ./debug.go ./doc.go ./multicast.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b138/_pkg_.a # internal cp $WORK/b138/_pkg_.a /builddir/.cache/go-build/d3/d31f958191aefcc3533843a30d1eb33252cde18cf89a7b3e0e0f2322c5147df5-d # internal github.com/syncthing/syncthing/lib/versioner mkdir -p $WORK/b135/ cat >$WORK/b135/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/kballard/go-shellquote=$WORK/b136/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b091/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b095/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b087/_pkg_.a packagefile github.com/syncthing/syncthing/lib/util=$WORK/b134/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile os/exec=$WORK/b137/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile regexp=$WORK/b138/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/versioner /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b135/_pkg_.a -trimpath $WORK/b135 -shared -p github.com/syncthing/syncthing/lib/versioner -complete -installsuffix shared -buildid un7y18yO17rzhTVjbt_T/un7y18yO17rzhTVjbt_T -goversion go1.10.4 -D "" -importcfg $WORK/b135/importcfg -pack ./debug.go ./empty_dir_tracker.go ./external.go ./simple.go ./staggered.go ./trashcan.go ./util.go ./versioner.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b142/_pkg_.a # internal cp $WORK/b142/_pkg_.a /builddir/.cache/go-build/08/089ef84bf6b3bb16ae81d78342a5879ef1ca03d9af9193dab8da0ac3b4eec7f6-d # internal github.com/syncthing/syncthing/lib/discover mkdir -p $WORK/b141/ cat >$WORK/b141/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto/tls=$WORK/b041/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile encoding/hex=$WORK/b058/_pkg_.a packagefile encoding/json=$WORK/b074/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/gogo/protobuf/gogoproto=$WORK/b127/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b128/_pkg_.a packagefile github.com/syncthing/syncthing/lib/beacon=$WORK/b142/_pkg_.a packagefile github.com/syncthing/syncthing/lib/dialer=$WORK/b098/_pkg_.a packagefile github.com/syncthing/syncthing/lib/events=$WORK/b085/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b123/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b130/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b087/_pkg_.a packagefile github.com/syncthing/syncthing/lib/util=$WORK/b134/_pkg_.a packagefile github.com/thejerf/suture=$WORK/b143/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile net/http=$WORK/b106/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/discover /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b141/_pkg_.a -trimpath $WORK/b141 -shared -p github.com/syncthing/syncthing/lib/discover -complete -installsuffix shared -buildid RYh2lYyuLYOj4y_P27M8/RYh2lYyuLYOj4y_P27M8 -goversion go1.10.4 -D "" -importcfg $WORK/b141/importcfg -pack ./cache.go ./debug.go ./discover.go ./doc.go ./global.go ./local.go ./local.pb.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b135/_pkg_.a # internal cp $WORK/b135/_pkg_.a /builddir/.cache/go-build/4a/4a3a392117c9ec9f3ae66acbea8d895726ea7aebd139ee4630d84fff9e9f12f1-d # internal github.com/syncthing/syncthing/lib/config mkdir -p $WORK/b083/ cat >$WORK/b083/importcfg << 'EOF' # internal # import config packagefile encoding/json=$WORK/b074/_pkg_.a packagefile encoding/xml=$WORK/b084/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syncthing/syncthing/lib/events=$WORK/b085/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b091/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b095/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b123/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b130/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b087/_pkg_.a packagefile github.com/syncthing/syncthing/lib/upgrade=$WORK/b133/_pkg_.a packagefile github.com/syncthing/syncthing/lib/util=$WORK/b134/_pkg_.a packagefile github.com/syncthing/syncthing/lib/versioner=$WORK/b135/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path=$WORK/b097/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/config /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b083/_pkg_.a -trimpath $WORK/b083 -shared -p github.com/syncthing/syncthing/lib/config -complete -installsuffix shared -buildid EW1JoTXkb624XfXtMKrr/EW1JoTXkb624XfXtMKrr -goversion go1.10.4 -D "" -importcfg $WORK/b083/importcfg -pack ./config.go ./debug.go ./deviceconfiguration.go ./folderconfiguration.go ./foldertype.go ./guiconfiguration.go ./optionsconfiguration.go ./pullorder.go ./size.go ./versioningconfiguration.go ./wrapper.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b141/_pkg_.a # internal cp $WORK/b141/_pkg_.a /builddir/.cache/go-build/34/34d5902a096eec1a5b5d55be0d861324ba37880a932f56f4a920ea84c598f07c-d # internal hash/fnv mkdir -p $WORK/b145/ cat >$WORK/b145/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/hash/fnv /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b145/_pkg_.a -trimpath $WORK/b145 -shared -p hash/fnv -std -complete -installsuffix shared -buildid 0KoA7RHqUg6cZ6vqbtSe/0KoA7RHqUg6cZ6vqbtSe -goversion go1.10.4 -D "" -importcfg $WORK/b145/importcfg -pack ./fnv.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b083/_pkg_.a # internal cp $WORK/b083/_pkg_.a /builddir/.cache/go-build/00/00bc0eed30cc32b41c061907ce6881bbc1047726ca7e2b52d3b07c66a6c93592-d # internal github.com/AudriusButkevicius/go-nat-pmp mkdir -p $WORK/b147/ cat >$WORK/b147/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/github.com/AudriusButkevicius/go-nat-pmp /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b147/_pkg_.a -trimpath $WORK/b147 -shared -p github.com/AudriusButkevicius/go-nat-pmp -complete -installsuffix shared -buildid ERNJLZJMzqmliQuJlHbg/ERNJLZJMzqmliQuJlHbg -goversion go1.10.4 -D "" -importcfg $WORK/b147/importcfg -pack ./natpmp.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b145/_pkg_.a # internal cp $WORK/b145/_pkg_.a /builddir/.cache/go-build/cc/cc0912bf5f3f09657289fdfc5b243a901f6ae6712978721f7a7647c58e915434-d # internal github.com/syncthing/syncthing/lib/nat mkdir -p $WORK/b144/ cat >$WORK/b144/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syncthing/syncthing/lib/config=$WORK/b083/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b123/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b087/_pkg_.a packagefile hash/fnv=$WORK/b145/_pkg_.a packagefile math/rand=$WORK/b039/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/nat /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b144/_pkg_.a -trimpath $WORK/b144 -shared -p github.com/syncthing/syncthing/lib/nat -complete -installsuffix shared -buildid lMeF-lZ1LXivnmTPzSBz/lMeF-lZ1LXivnmTPzSBz -goversion go1.10.4 -D "" -importcfg $WORK/b144/importcfg -pack ./debug.go ./interface.go ./registry.go ./service.go ./structs.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b147/_pkg_.a # internal cp $WORK/b147/_pkg_.a /builddir/.cache/go-build/4c/4c16fc258d76de915e569424be5eda929d6f33be911d833f479ae3deedd08a60-d # internal github.com/jackpal/gateway mkdir -p $WORK/b148/ cat >$WORK/b148/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile os/exec=$WORK/b137/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a EOF cd /usr/share/gocode/src/github.com/jackpal/gateway /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b148/_pkg_.a -trimpath $WORK/b148 -shared -p github.com/jackpal/gateway -complete -installsuffix shared -buildid pha6a8l4-cd2v6u0ZZtH/pha6a8l4-cd2v6u0ZZtH -goversion go1.10.4 -D "" -importcfg $WORK/b148/importcfg -pack ./gateway_common.go ./gateway_linux.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b148/_pkg_.a # internal cp $WORK/b148/_pkg_.a /builddir/.cache/go-build/03/0341ea8cff7b66fbcdb906f1e7c1becaee20524db37044b77c281a8bb1e0bfa2-d # internal github.com/syncthing/syncthing/lib/relay/protocol mkdir -p $WORK/b150/ cat >$WORK/b150/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/calmh/xdr=$WORK/b126/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b123/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile net=$WORK/b065/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/relay/protocol /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b150/_pkg_.a -trimpath $WORK/b150 -shared -p github.com/syncthing/syncthing/lib/relay/protocol -complete -installsuffix shared -buildid 3NVWH8w2qn2aduz_ISLJ/3NVWH8w2qn2aduz_ISLJ -goversion go1.10.4 -D "" -importcfg $WORK/b150/importcfg -pack ./packets.go ./packets_xdr.go ./protocol.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b144/_pkg_.a # internal cp $WORK/b144/_pkg_.a /builddir/.cache/go-build/b7/b7a212504f83a6f7aae11b9b6a5edf38bc79cd904b5c2f453c4da25ad4c69ac6-d # internal github.com/syncthing/syncthing/lib/pmp mkdir -p $WORK/b146/ cat >$WORK/b146/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/AudriusButkevicius/go-nat-pmp=$WORK/b147/_pkg_.a packagefile github.com/jackpal/gateway=$WORK/b148/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/nat=$WORK/b144/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/pmp /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b146/_pkg_.a -trimpath $WORK/b146 -shared -p github.com/syncthing/syncthing/lib/pmp -complete -installsuffix shared -buildid asRiplQpoAWwuq5jypWw/asRiplQpoAWwuq5jypWw -goversion go1.10.4 -D "" -importcfg $WORK/b146/importcfg -pack ./debug.go ./pmp.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b146/_pkg_.a # internal cp $WORK/b146/_pkg_.a /builddir/.cache/go-build/84/8419ba6e77d2256c31ededc37e3056cb6c540aa4747e2a3d84e05dd96d9e8f5f-d # internal github.com/syncthing/syncthing/lib/upnp mkdir -p $WORK/b151/ cat >$WORK/b151/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/xml=$WORK/b084/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syncthing/syncthing/lib/dialer=$WORK/b098/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/nat=$WORK/b144/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile net/http=$WORK/b106/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/upnp /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b151/_pkg_.a -trimpath $WORK/b151 -shared -p github.com/syncthing/syncthing/lib/upnp -complete -installsuffix shared -buildid uTkZvA1UIY5pmlDbsf7b/uTkZvA1UIY5pmlDbsf7b -goversion go1.10.4 -D "" -importcfg $WORK/b151/importcfg -pack ./debug.go ./igd_service.go ./upnp.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b150/_pkg_.a # internal cp $WORK/b150/_pkg_.a /builddir/.cache/go-build/37/370364204673a0143d070e2426796901a1c208e5678485e9c5a9e9f0e776a4de-d # internal github.com/syncthing/syncthing/lib/relay/client mkdir -p $WORK/b149/ cat >$WORK/b149/importcfg << 'EOF' # internal # import config packagefile crypto/tls=$WORK/b041/_pkg_.a packagefile encoding/json=$WORK/b074/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syncthing/syncthing/lib/dialer=$WORK/b098/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b095/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b123/_pkg_.a packagefile github.com/syncthing/syncthing/lib/relay/protocol=$WORK/b150/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b087/_pkg_.a packagefile math/rand=$WORK/b039/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile net/http=$WORK/b106/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/relay/client /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b149/_pkg_.a -trimpath $WORK/b149 -shared -p github.com/syncthing/syncthing/lib/relay/client -complete -installsuffix shared -buildid c_g_iMT0VPiX5U2Xd1w_/c_g_iMT0VPiX5U2Xd1w_ -goversion go1.10.4 -D "" -importcfg $WORK/b149/importcfg -pack ./client.go ./debug.go ./dynamic.go ./methods.go ./static.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b151/_pkg_.a # internal cp $WORK/b151/_pkg_.a /builddir/.cache/go-build/7b/7b72c40f1b06f4fc46c9afa830ff53bfd272bc95a35dfa78b2b40e4ab59ed803-d # internal golang.org/x/time/rate mkdir -p $WORK/b152/ cat >$WORK/b152/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b031/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/time/rate /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b152/_pkg_.a -trimpath $WORK/b152 -shared -p golang.org/x/time/rate -complete -installsuffix shared -buildid VISrHhhqGuMZA-FvPiW-/VISrHhhqGuMZA-FvPiW- -goversion go1.10.4 -D "" -importcfg $WORK/b152/importcfg -pack ./rate.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b149/_pkg_.a # internal cp $WORK/b149/_pkg_.a /builddir/.cache/go-build/48/48ef850148904681387cb84fd9c34dce2b3baa89deeb95fb6c56cf0bdf3e53c5-d # internal github.com/syndtr/goleveldb/leveldb/util mkdir -p $WORK/b156/ cat >$WORK/b156/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile hash/crc32=$WORK/b029/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/util /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b156/_pkg_.a -trimpath $WORK/b156 -shared -p github.com/syndtr/goleveldb/leveldb/util -complete -installsuffix shared -buildid TfQGVdTID7ez3dnA9kAr/TfQGVdTID7ez3dnA9kAr -goversion go1.10.4 -D "" -importcfg $WORK/b156/importcfg -pack ./buffer.go ./buffer_pool.go ./crc32.go ./hash.go ./pool.go ./range.go ./util.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b152/_pkg_.a # internal cp $WORK/b152/_pkg_.a /builddir/.cache/go-build/24/24b55002bb2dc26703e9ffa7e31faf0ef01efc6e4ebb1bf56b56af0141012388-d # internal github.com/syncthing/syncthing/lib/connections mkdir -p $WORK/b140/ cat >$WORK/b140/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b031/_pkg_.a packagefile crypto/tls=$WORK/b041/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syncthing/syncthing/lib/config=$WORK/b083/_pkg_.a packagefile github.com/syncthing/syncthing/lib/dialer=$WORK/b098/_pkg_.a packagefile github.com/syncthing/syncthing/lib/discover=$WORK/b141/_pkg_.a packagefile github.com/syncthing/syncthing/lib/events=$WORK/b085/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/nat=$WORK/b144/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b095/_pkg_.a packagefile github.com/syncthing/syncthing/lib/pmp=$WORK/b146/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b123/_pkg_.a packagefile github.com/syncthing/syncthing/lib/relay/client=$WORK/b149/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b087/_pkg_.a packagefile github.com/syncthing/syncthing/lib/upnp=$WORK/b151/_pkg_.a packagefile github.com/syncthing/syncthing/lib/util=$WORK/b134/_pkg_.a packagefile github.com/thejerf/suture=$WORK/b143/_pkg_.a packagefile golang.org/x/time/rate=$WORK/b152/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/connections /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b140/_pkg_.a -trimpath $WORK/b140 -shared -p github.com/syncthing/syncthing/lib/connections -complete -installsuffix shared -buildid cxZO0N84jJGP39QgHK7w/cxZO0N84jJGP39QgHK7w -goversion go1.10.4 -D "" -importcfg $WORK/b140/importcfg -pack ./config.go ./debug.go ./deprecated.go ./limiter.go ./relay_dial.go ./relay_listen.go ./service.go ./structs.go ./tcp_dial.go ./tcp_listen.go ./util.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b156/_pkg_.a # internal cp $WORK/b156/_pkg_.a /builddir/.cache/go-build/93/93168960e696af59a07982f92d5cc60bef74907100ae4e5aa10c647c355eadb3-d # internal github.com/syndtr/goleveldb/leveldb/cache mkdir -p $WORK/b155/ cat >$WORK/b155/importcfg << 'EOF' # internal # import config packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b156/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/cache /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b155/_pkg_.a -trimpath $WORK/b155 -shared -p github.com/syndtr/goleveldb/leveldb/cache -complete -installsuffix shared -buildid UBTRW1WgvHBcsYFE9zam/UBTRW1WgvHBcsYFE9zam -goversion go1.10.4 -D "" -importcfg $WORK/b155/importcfg -pack ./cache.go ./lru.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b155/_pkg_.a # internal cp $WORK/b155/_pkg_.a /builddir/.cache/go-build/89/897addfc1487892583b717b3ed9c1391d413f1d8cad20e2e9ca3ae4a822c8271-d # internal github.com/syndtr/goleveldb/leveldb/comparer mkdir -p $WORK/b157/ cat >$WORK/b157/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/comparer /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b157/_pkg_.a -trimpath $WORK/b157 -shared -p github.com/syndtr/goleveldb/leveldb/comparer -complete -installsuffix shared -buildid ov3wWlBQgxU1-RdIVwYa/ov3wWlBQgxU1-RdIVwYa -goversion go1.10.4 -D "" -importcfg $WORK/b157/importcfg -pack ./bytes_comparer.go ./comparer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b157/_pkg_.a # internal cp $WORK/b157/_pkg_.a /builddir/.cache/go-build/7e/7ed383983aceeaa7575cb92e6d83363b231945dac9ec2cc46335a43d8a317588-d # internal github.com/syndtr/goleveldb/leveldb/storage mkdir -p $WORK/b159/ cat >$WORK/b159/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b156/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/storage /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b159/_pkg_.a -trimpath $WORK/b159 -shared -p github.com/syndtr/goleveldb/leveldb/storage -complete -installsuffix shared -buildid TenslRx81qKd6D6rqC-s/TenslRx81qKd6D6rqC-s -goversion go1.10.4 -D "" -importcfg $WORK/b159/importcfg -pack ./file_storage.go ./file_storage_unix.go ./mem_storage.go ./storage.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b159/_pkg_.a # internal cp $WORK/b159/_pkg_.a /builddir/.cache/go-build/ed/edc57541123310c037dd6451eb14a72088e7970100db33474dc2cea5530a82a2-d # internal github.com/syndtr/goleveldb/leveldb/errors mkdir -p $WORK/b158/ cat >$WORK/b158/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/storage=$WORK/b159/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b156/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/errors /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b158/_pkg_.a -trimpath $WORK/b158 -shared -p github.com/syndtr/goleveldb/leveldb/errors -complete -installsuffix shared -buildid dRmdP7b0Q95PIGASTj1t/dRmdP7b0Q95PIGASTj1t -goversion go1.10.4 -D "" -importcfg $WORK/b158/importcfg -pack ./errors.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b158/_pkg_.a # internal cp $WORK/b158/_pkg_.a /builddir/.cache/go-build/18/18525ab94c9ca8d5b115f4b25aa9ffe4be44e60931d046422e3bc3d0b440e012-d # internal github.com/syndtr/goleveldb/leveldb/filter mkdir -p $WORK/b160/ cat >$WORK/b160/importcfg << 'EOF' # internal # import config packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b156/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/filter /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b160/_pkg_.a -trimpath $WORK/b160 -shared -p github.com/syndtr/goleveldb/leveldb/filter -complete -installsuffix shared -buildid ucyTs3OC34STBpV9-uYu/ucyTs3OC34STBpV9-uYu -goversion go1.10.4 -D "" -importcfg $WORK/b160/importcfg -pack ./bloom.go ./filter.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b140/_pkg_.a # internal cp $WORK/b140/_pkg_.a /builddir/.cache/go-build/26/2603ae2fb4a13d5cd72bf08419481ce017d0891d3ac7847177443e26dc0c8c82-d # internal github.com/syndtr/goleveldb/leveldb/iterator mkdir -p $WORK/b161/ cat >$WORK/b161/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/comparer=$WORK/b157/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/errors=$WORK/b158/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b156/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/iterator /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b161/_pkg_.a -trimpath $WORK/b161 -shared -p github.com/syndtr/goleveldb/leveldb/iterator -complete -installsuffix shared -buildid QiylYXnOvt6-FdqAzdW4/QiylYXnOvt6-FdqAzdW4 -goversion go1.10.4 -D "" -importcfg $WORK/b161/importcfg -pack ./array_iter.go ./indexed_iter.go ./iter.go ./merged_iter.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b160/_pkg_.a # internal cp $WORK/b160/_pkg_.a /builddir/.cache/go-build/fc/fc8df28056c9278da0ebcc33eb57c0a3f284563a55373ebcc45954a8ff507898-d # internal github.com/syndtr/goleveldb/leveldb/journal mkdir -p $WORK/b162/ cat >$WORK/b162/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/errors=$WORK/b158/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b156/_pkg_.a packagefile io=$WORK/b005/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/journal /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b162/_pkg_.a -trimpath $WORK/b162 -shared -p github.com/syndtr/goleveldb/leveldb/journal -complete -installsuffix shared -buildid 1U52Wxb5jDMzndgHbFNi/1U52Wxb5jDMzndgHbFNi -goversion go1.10.4 -D "" -importcfg $WORK/b162/importcfg -pack ./journal.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b162/_pkg_.a # internal cp $WORK/b162/_pkg_.a /builddir/.cache/go-build/27/271a335da2b9e6dd7b3162cb66b9f2ed194291268af26aecf114b61ee178a2d9-d # internal github.com/syndtr/goleveldb/leveldb/opt mkdir -p $WORK/b164/ cat >$WORK/b164/importcfg << 'EOF' # internal # import config packagefile github.com/syndtr/goleveldb/leveldb/cache=$WORK/b155/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/comparer=$WORK/b157/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/filter=$WORK/b160/_pkg_.a packagefile math=$WORK/b018/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/opt /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b164/_pkg_.a -trimpath $WORK/b164 -shared -p github.com/syndtr/goleveldb/leveldb/opt -complete -installsuffix shared -buildid ZYdblsgmIc1tOoWNtNvO/ZYdblsgmIc1tOoWNtNvO -goversion go1.10.4 -D "" -importcfg $WORK/b164/importcfg -pack ./options.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b164/_pkg_.a # internal cp $WORK/b164/_pkg_.a /builddir/.cache/go-build/33/33de747e1b9d53d9963ad18461bfa56b5ea091a11bfcf1109639e9860b63dff8-d # internal github.com/syndtr/gosnappy/snappy mkdir -p $WORK/b166/ cat >$WORK/b166/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash/crc32=$WORK/b029/_pkg_.a packagefile io=$WORK/b005/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/gosnappy/snappy /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b166/_pkg_.a -trimpath $WORK/b166 -shared -p github.com/syndtr/gosnappy/snappy -complete -installsuffix shared -buildid pq4DGzJ-u-PVqYPnE-E1/pq4DGzJ-u-PVqYPnE-E1 -goversion go1.10.4 -D "" -importcfg $WORK/b166/importcfg -pack ./decode.go ./encode.go ./snappy.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b161/_pkg_.a # internal cp $WORK/b161/_pkg_.a /builddir/.cache/go-build/d7/d7556f5da42903554a11cf9bfbf146bb939bfe7f20da63194b49b567996f8979-d # internal github.com/syndtr/goleveldb/leveldb/memdb mkdir -p $WORK/b163/ cat >$WORK/b163/importcfg << 'EOF' # internal # import config packagefile github.com/syndtr/goleveldb/leveldb/comparer=$WORK/b157/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/errors=$WORK/b158/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/iterator=$WORK/b161/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b156/_pkg_.a packagefile math/rand=$WORK/b039/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/memdb /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b163/_pkg_.a -trimpath $WORK/b163 -shared -p github.com/syndtr/goleveldb/leveldb/memdb -complete -installsuffix shared -buildid KOuS2VshBkpw1Bq-LQab/KOuS2VshBkpw1Bq-LQab -goversion go1.10.4 -D "" -importcfg $WORK/b163/importcfg -pack ./memdb.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b166/_pkg_.a # internal cp $WORK/b166/_pkg_.a /builddir/.cache/go-build/89/8982de5c47e02a4631e5bbfc58ca93f9884fd3db2f60300617e395f7f9952aac-d # internal github.com/syndtr/goleveldb/leveldb/table mkdir -p $WORK/b165/ cat >$WORK/b165/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/cache=$WORK/b155/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/comparer=$WORK/b157/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/errors=$WORK/b158/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/filter=$WORK/b160/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/iterator=$WORK/b161/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/opt=$WORK/b164/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/storage=$WORK/b159/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b156/_pkg_.a packagefile github.com/syndtr/gosnappy/snappy=$WORK/b166/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/table /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b165/_pkg_.a -trimpath $WORK/b165 -shared -p github.com/syndtr/goleveldb/leveldb/table -complete -installsuffix shared -buildid WsVc_1axvyUt31MGHYGv/WsVc_1axvyUt31MGHYGv -goversion go1.10.4 -D "" -importcfg $WORK/b165/importcfg -pack ./reader.go ./table.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b163/_pkg_.a # internal cp $WORK/b163/_pkg_.a /builddir/.cache/go-build/0c/0c6fbe5d8490d10943180727f5c39fb62da8065894c0c4de84edf33cdf02c302-d # internal github.com/gobwas/glob/util/runes mkdir -p $WORK/b172/ cat >$WORK/b172/importcfg << 'EOF' # internal # import config EOF cd /usr/share/gocode/src/github.com/gobwas/glob/util/runes /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b172/_pkg_.a -trimpath $WORK/b172 -shared -p github.com/gobwas/glob/util/runes -complete -installsuffix shared -buildid oxEDQf-vrQiwpa-0NaCV/oxEDQf-vrQiwpa-0NaCV -goversion go1.10.4 -D "" -importcfg $WORK/b172/importcfg -pack ./runes.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b172/_pkg_.a # internal cp $WORK/b172/_pkg_.a /builddir/.cache/go-build/04/04579a16641b23e8628e4aa2b436d1dcbd78268ff58fae8a6427d741ddf17e25-d # internal github.com/gobwas/glob/util/strings mkdir -p $WORK/b173/ cat >$WORK/b173/importcfg << 'EOF' # internal # import config packagefile strings=$WORK/b040/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gobwas/glob/util/strings /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b173/_pkg_.a -trimpath $WORK/b173 -shared -p github.com/gobwas/glob/util/strings -complete -installsuffix shared -buildid lThiEdbQMI1qeOLMY3iD/lThiEdbQMI1qeOLMY3iD -goversion go1.10.4 -D "" -importcfg $WORK/b173/importcfg -pack ./strings.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b173/_pkg_.a # internal cp $WORK/b173/_pkg_.a /builddir/.cache/go-build/0e/0e9d792416ddd4b2587b8d6eb6a168a850dbb8a8ef35f26b13ae727773b2c466-d # internal github.com/gobwas/glob/match mkdir -p $WORK/b171/ cat >$WORK/b171/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/gobwas/glob/util/runes=$WORK/b172/_pkg_.a packagefile github.com/gobwas/glob/util/strings=$WORK/b173/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gobwas/glob/match /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b171/_pkg_.a -trimpath $WORK/b171 -shared -p github.com/gobwas/glob/match -complete -installsuffix shared -buildid Mm9i8u6unuKf6HX5YWfS/Mm9i8u6unuKf6HX5YWfS -goversion go1.10.4 -D "" -importcfg $WORK/b171/importcfg -pack ./any.go ./any_of.go ./btree.go ./contains.go ./every_of.go ./list.go ./match.go ./max.go ./min.go ./nothing.go ./prefix.go ./prefix_any.go ./prefix_suffix.go ./range.go ./row.go ./segments.go ./single.go ./suffix.go ./suffix_any.go ./super.go ./text.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b165/_pkg_.a # internal cp $WORK/b165/_pkg_.a /builddir/.cache/go-build/51/517f30534e505c0230869e073fb70be891d595b272b4e68f967707f14900f380-d # internal github.com/syndtr/goleveldb/leveldb mkdir -p $WORK/b154/ cat >$WORK/b154/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile container/list=$WORK/b042/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/cache=$WORK/b155/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/comparer=$WORK/b157/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/errors=$WORK/b158/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/filter=$WORK/b160/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/iterator=$WORK/b161/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/journal=$WORK/b162/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/memdb=$WORK/b163/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/opt=$WORK/b164/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/storage=$WORK/b159/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/table=$WORK/b165/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b156/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile math/rand=$WORK/b039/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b154/_pkg_.a -trimpath $WORK/b154 -shared -p github.com/syndtr/goleveldb/leveldb -complete -installsuffix shared -buildid 24x2kP7P8hShzKAyB4hA/24x2kP7P8hShzKAyB4hA -goversion go1.10.4 -D "" -importcfg $WORK/b154/importcfg -pack ./batch.go ./comparer.go ./db.go ./db_compaction.go ./db_iter.go ./db_snapshot.go ./db_state.go ./db_util.go ./db_write.go ./doc.go ./errors.go ./filter.go ./key.go ./options.go ./session.go ./session_record.go ./session_util.go ./table.go ./util.go ./version.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b171/_pkg_.a # internal cp $WORK/b171/_pkg_.a /builddir/.cache/go-build/92/928bf10c9031ad82dd86dbeede9af695154b0432f6ca8666bf9fbaa8164b190e-d # internal github.com/gobwas/glob/syntax/lexer mkdir -p $WORK/b175/ cat >$WORK/b175/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/gobwas/glob/util/runes=$WORK/b172/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gobwas/glob/syntax/lexer /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b175/_pkg_.a -trimpath $WORK/b175 -shared -p github.com/gobwas/glob/syntax/lexer -complete -installsuffix shared -buildid 0tr1JP4hFGE6ok-sVr6s/0tr1JP4hFGE6ok-sVr6s -goversion go1.10.4 -D "" -importcfg $WORK/b175/importcfg -pack ./lexer.go ./token.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b175/_pkg_.a # internal cp $WORK/b175/_pkg_.a /builddir/.cache/go-build/8e/8e291bd258b4534fc65546fa9b2a4dcc144fb7660a62f82816a08e96435ff2f9-d # internal github.com/gobwas/glob/syntax/ast mkdir -p $WORK/b174/ cat >$WORK/b174/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/gobwas/glob/syntax/lexer=$WORK/b175/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gobwas/glob/syntax/ast /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b174/_pkg_.a -trimpath $WORK/b174 -shared -p github.com/gobwas/glob/syntax/ast -complete -installsuffix shared -buildid PWaKGcxelnP3cKxvnJ9n/PWaKGcxelnP3cKxvnJ9n -goversion go1.10.4 -D "" -importcfg $WORK/b174/importcfg -pack ./ast.go ./parser.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b174/_pkg_.a # internal cp $WORK/b174/_pkg_.a /builddir/.cache/go-build/9e/9eeeefe527511caf27e32c6114c964c16a63ce10ea1c50223fd9ab7c05773165-d # internal github.com/gobwas/glob/compiler mkdir -p $WORK/b170/ cat >$WORK/b170/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/gobwas/glob/match=$WORK/b171/_pkg_.a packagefile github.com/gobwas/glob/syntax/ast=$WORK/b174/_pkg_.a packagefile github.com/gobwas/glob/util/runes=$WORK/b172/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gobwas/glob/compiler /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b170/_pkg_.a -trimpath $WORK/b170 -shared -p github.com/gobwas/glob/compiler -complete -installsuffix shared -buildid DJgAislFd_FGt7gUIOEe/DJgAislFd_FGt7gUIOEe -goversion go1.10.4 -D "" -importcfg $WORK/b170/importcfg -pack ./compiler.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b170/_pkg_.a # internal cp $WORK/b170/_pkg_.a /builddir/.cache/go-build/7e/7e1c60ab5c2fd3f360ab6ec4a5b528e6c1f7459f3eeec2b53213c633c43ecee2-d # internal github.com/gobwas/glob/syntax mkdir -p $WORK/b176/ cat >$WORK/b176/importcfg << 'EOF' # internal # import config packagefile github.com/gobwas/glob/syntax/ast=$WORK/b174/_pkg_.a packagefile github.com/gobwas/glob/syntax/lexer=$WORK/b175/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gobwas/glob/syntax /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b176/_pkg_.a -trimpath $WORK/b176 -shared -p github.com/gobwas/glob/syntax -complete -installsuffix shared -buildid XeXFgdoIZw2Y6dJ9ztTL/XeXFgdoIZw2Y6dJ9ztTL -goversion go1.10.4 -D "" -importcfg $WORK/b176/importcfg -pack ./syntax.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b176/_pkg_.a # internal cp $WORK/b176/_pkg_.a /builddir/.cache/go-build/e3/e3206db1abfafb1e3e37062af968072822b8b4ba0640169d48d3459cbb8e1dce-d # internal github.com/gobwas/glob mkdir -p $WORK/b169/ cat >$WORK/b169/importcfg << 'EOF' # internal # import config packagefile github.com/gobwas/glob/compiler=$WORK/b170/_pkg_.a packagefile github.com/gobwas/glob/syntax=$WORK/b176/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gobwas/glob /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b169/_pkg_.a -trimpath $WORK/b169 -shared -p github.com/gobwas/glob -complete -installsuffix shared -buildid O2sc5lnca_I35W5QIvtM/O2sc5lnca_I35W5QIvtM -goversion go1.10.4 -D "" -importcfg $WORK/b169/importcfg -pack ./glob.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b169/_pkg_.a # internal cp $WORK/b169/_pkg_.a /builddir/.cache/go-build/23/232807cebf01d67de0f1b7d4ad7f710c385ab5c197909e587b75ada165a11c52-d # internal github.com/syncthing/syncthing/lib/ignore mkdir -p $WORK/b168/ cat >$WORK/b168/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto/md5=$WORK/b050/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/gobwas/glob=$WORK/b169/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b091/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b095/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b087/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/ignore /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b168/_pkg_.a -trimpath $WORK/b168 -shared -p github.com/syncthing/syncthing/lib/ignore -complete -installsuffix shared -buildid mTLeqBaoc_7J5_W9o9Dm/mTLeqBaoc_7J5_W9o9Dm -goversion go1.10.4 -D "" -importcfg $WORK/b168/importcfg -pack ./cache.go ./ignore.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b168/_pkg_.a # internal cp $WORK/b168/_pkg_.a /builddir/.cache/go-build/e4/e4de744f16c6072d04af1c65ebbea903a39f9ee4eca850a643bf183e90e07f7c-d # internal github.com/chmduquesne/rollinghash mkdir -p $WORK/b179/ cat >$WORK/b179/importcfg << 'EOF' # internal # import config packagefile hash=$WORK/b030/_pkg_.a EOF cd /usr/share/gocode/src/github.com/chmduquesne/rollinghash /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b179/_pkg_.a -trimpath $WORK/b179 -shared -p github.com/chmduquesne/rollinghash -complete -installsuffix shared -buildid mkZifY-4Oj1z3K-ZA9L3/mkZifY-4Oj1z3K-ZA9L3 -goversion go1.10.4 -D "" -importcfg $WORK/b179/importcfg -pack ./rollinghash.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b179/_pkg_.a # internal cp $WORK/b179/_pkg_.a /builddir/.cache/go-build/26/2659e43aee31070dbc53f9bd6e0527475121e5f5db938c2de46dbf149b7cbec6-d # internal hash/adler32 mkdir -p $WORK/b180/ cat >$WORK/b180/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/hash/adler32 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b180/_pkg_.a -trimpath $WORK/b180 -shared -p hash/adler32 -std -complete -installsuffix shared -buildid lfFK0i9DcoftUrX0Tyjl/lfFK0i9DcoftUrX0Tyjl -goversion go1.10.4 -D "" -importcfg $WORK/b180/importcfg -pack ./adler32.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b180/_pkg_.a # internal cp $WORK/b180/_pkg_.a /builddir/.cache/go-build/6a/6ad97df37e022c205cd940056455e45c51e32d662e31d4aad1e54ccacf22e6e6-d # internal github.com/chmduquesne/rollinghash/adler32 mkdir -p $WORK/b178/ cat >$WORK/b178/importcfg << 'EOF' # internal # import config packagefile github.com/chmduquesne/rollinghash=$WORK/b179/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile hash/adler32=$WORK/b180/_pkg_.a EOF cd /usr/share/gocode/src/github.com/chmduquesne/rollinghash/adler32 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b178/_pkg_.a -trimpath $WORK/b178 -shared -p github.com/chmduquesne/rollinghash/adler32 -complete -installsuffix shared -buildid esZnQoZf_lFEgb3uwhF2/esZnQoZf_lFEgb3uwhF2 -goversion go1.10.4 -D "" -importcfg $WORK/b178/importcfg -pack ./adler32.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b178/_pkg_.a # internal cp $WORK/b178/_pkg_.a /builddir/.cache/go-build/53/537c0b9959338756234300cabec7d1e987231a7ffdb2d45b4fe3b64954d94a9d-d # internal github.com/syncthing/syncthing/lib/scanner mkdir -p $WORK/b177/ cat >$WORK/b177/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b031/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile github.com/chmduquesne/rollinghash/adler32=$WORK/b178/_pkg_.a packagefile github.com/rcrowley/go-metrics=$WORK/b078/_pkg_.a packagefile github.com/syncthing/syncthing/lib/events=$WORK/b085/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b091/_pkg_.a packagefile github.com/syncthing/syncthing/lib/ignore=$WORK/b168/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b095/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b123/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sha256=$WORK/b131/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b087/_pkg_.a packagefile golang.org/x/text/unicode/norm=$WORK/b121/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/scanner /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b177/_pkg_.a -trimpath $WORK/b177 -shared -p github.com/syncthing/syncthing/lib/scanner -complete -installsuffix shared -buildid e_PAOrgxbo2Aah0pc22d/e_PAOrgxbo2Aah0pc22d -goversion go1.10.4 -D "" -importcfg $WORK/b177/importcfg -pack ./blockqueue.go ./blocks.go ./debug.go ./doc.go ./walk.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b154/_pkg_.a # internal cp $WORK/b154/_pkg_.a /builddir/.cache/go-build/36/369ddfaeb0ade04e35e7102836d5302d82baab2e14d3f467c4986dded93737af-d # internal github.com/syncthing/syncthing/lib/db mkdir -p $WORK/b153/ cat >$WORK/b153/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/gogo/protobuf/gogoproto=$WORK/b127/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b128/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b091/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b095/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b123/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b087/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb=$WORK/b154/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/errors=$WORK/b158/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/iterator=$WORK/b161/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/opt=$WORK/b164/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/storage=$WORK/b159/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b156/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile math/bits=$WORK/b026/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/db /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b153/_pkg_.a -trimpath $WORK/b153 -shared -p github.com/syncthing/syncthing/lib/db -complete -installsuffix shared -buildid UHY2SiHobv_R6SSTpwSk/UHY2SiHobv_R6SSTpwSk -goversion go1.10.4 -D "" -importcfg $WORK/b153/importcfg -pack ./blockmap.go ./debug.go ./leveldb.go ./leveldb_dbinstance.go ./leveldb_dbinstance_updateschema.go ./leveldb_transactions.go ./meta.go ./namespaced.go ./set.go ./structs.go ./structs.pb.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b177/_pkg_.a # internal cp $WORK/b177/_pkg_.a /builddir/.cache/go-build/64/649f86d7184c07ac6d05c1d8a9c0493d717261fb56f687c5472051b3209e21de-d # internal github.com/syncthing/syncthing/lib/watchaggregator mkdir -p $WORK/b182/ cat >$WORK/b182/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b031/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syncthing/syncthing/lib/config=$WORK/b083/_pkg_.a packagefile github.com/syncthing/syncthing/lib/events=$WORK/b085/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b091/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/watchaggregator /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b182/_pkg_.a -trimpath $WORK/b182 -shared -p github.com/syncthing/syncthing/lib/watchaggregator -complete -installsuffix shared -buildid 2nQH_PKWM5kHILEob-Br/2nQH_PKWM5kHILEob-Br -goversion go1.10.4 -D "" -importcfg $WORK/b182/importcfg -pack ./aggregator.go ./debug.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b182/_pkg_.a # internal cp $WORK/b182/_pkg_.a /builddir/.cache/go-build/1f/1fded07e1d57387e6ab2cbd3c8d969985d9b5c4efe31e277a3308cb19447cb02-d # internal github.com/syncthing/syncthing/lib/weakhash mkdir -p $WORK/b183/ cat >$WORK/b183/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile context=$WORK/b031/_pkg_.a packagefile github.com/chmduquesne/rollinghash/adler32=$WORK/b178/_pkg_.a packagefile io=$WORK/b005/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/weakhash /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b183/_pkg_.a -trimpath $WORK/b183 -shared -p github.com/syncthing/syncthing/lib/weakhash -complete -installsuffix shared -buildid wSk679P9umviUA1OgDQG/wSk679P9umviUA1OgDQG -goversion go1.10.4 -D "" -importcfg $WORK/b183/importcfg -pack ./weakhash.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b183/_pkg_.a # internal cp $WORK/b183/_pkg_.a /builddir/.cache/go-build/8f/8ffd7c48b10f717d29aad4c5798666e20fe67bae7bd013691e93d97ff4e812f1-d # internal github.com/syncthing/syncthing/lib/tlsutil mkdir -p $WORK/b184/ cat >$WORK/b184/importcfg << 'EOF' # internal # import config packagefile crypto/ecdsa=$WORK/b045/_pkg_.a packagefile crypto/elliptic=$WORK/b046/_pkg_.a packagefile crypto/rsa=$WORK/b052/_pkg_.a packagefile crypto/tls=$WORK/b041/_pkg_.a packagefile crypto/x509=$WORK/b055/_pkg_.a packagefile crypto/x509/pkix=$WORK/b057/_pkg_.a packagefile encoding/pem=$WORK/b059/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b130/_pkg_.a packagefile math/big=$WORK/b038/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/tlsutil /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b184/_pkg_.a -trimpath $WORK/b184 -shared -p github.com/syncthing/syncthing/lib/tlsutil -complete -installsuffix shared -buildid J06ipZ01hh6J98urz38h/J06ipZ01hh6J98urz38h -goversion go1.10.4 -D "" -importcfg $WORK/b184/importcfg -pack ./tlsutil.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b184/_pkg_.a # internal cp $WORK/b184/_pkg_.a /builddir/.cache/go-build/59/598158b96805ac49bfe0be1268bdffb371cd62730ed0f0f24da8a2c0d9cbefa1-d # internal github.com/vitrun/qart/gf256 mkdir -p $WORK/b187/ cat >$WORK/b187/importcfg << 'EOF' # internal # import config packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/share/gocode/src/github.com/vitrun/qart/gf256 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b187/_pkg_.a -trimpath $WORK/b187 -shared -p github.com/vitrun/qart/gf256 -complete -installsuffix shared -buildid Hz_oiHc4XKFQ8HwF5Ri4/Hz_oiHc4XKFQ8HwF5Ri4 -goversion go1.10.4 -D "" -importcfg $WORK/b187/importcfg -pack ./gf256.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b187/_pkg_.a # internal cp $WORK/b187/_pkg_.a /builddir/.cache/go-build/10/10cd191153d83b6fe014ed4ecc1cddfb1937a5a13a6c5cb4c085203a395502c6-d # internal github.com/vitrun/qart/coding mkdir -p $WORK/b186/ cat >$WORK/b186/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/vitrun/qart/gf256=$WORK/b187/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a EOF cd /usr/share/gocode/src/github.com/vitrun/qart/coding /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b186/_pkg_.a -trimpath $WORK/b186 -shared -p github.com/vitrun/qart/coding -complete -installsuffix shared -buildid DtvRNfKjyUEfdywCtUgJ/DtvRNfKjyUEfdywCtUgJ -goversion go1.10.4 -D "" -importcfg $WORK/b186/importcfg -pack ./coding.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b186/_pkg_.a # internal cp $WORK/b186/_pkg_.a /builddir/.cache/go-build/3f/3f5f570fe1c98273e60622857925d44f4c689893ffab9ba4854fd5ba464e9b37-d # internal image/color mkdir -p $WORK/b189/ cat >$WORK/b189/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/image/color /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b189/_pkg_.a -trimpath $WORK/b189 -shared -p image/color -std -complete -installsuffix shared -buildid q7wcwmbkh3P3l2Wl1kWv/q7wcwmbkh3P3l2Wl1kWv -goversion go1.10.4 -D "" -importcfg $WORK/b189/importcfg -pack ./color.go ./ycbcr.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b189/_pkg_.a # internal cp $WORK/b189/_pkg_.a /builddir/.cache/go-build/5a/5a8b620a94e39103cc3175edbce05db4a352d61e8517e25d445e29553011577f-d # internal image mkdir -p $WORK/b188/ cat >$WORK/b188/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile image/color=$WORK/b189/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/image /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b188/_pkg_.a -trimpath $WORK/b188 -shared -p image -std -complete -installsuffix shared -buildid pl4KFKlNk7ph6FHu5CtY/pl4KFKlNk7ph6FHu5CtY -goversion go1.10.4 -D "" -importcfg $WORK/b188/importcfg -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b153/_pkg_.a # internal cp $WORK/b153/_pkg_.a /builddir/.cache/go-build/26/26c72e33e1b687b0264c6ac06e3b54f661b008b3d318d14dc728d3be49357333-d # internal github.com/syncthing/syncthing/lib/stats mkdir -p $WORK/b181/ cat >$WORK/b181/importcfg << 'EOF' # internal # import config packagefile github.com/syncthing/syncthing/lib/db=$WORK/b153/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/stats /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b181/_pkg_.a -trimpath $WORK/b181 -shared -p github.com/syncthing/syncthing/lib/stats -complete -installsuffix shared -buildid NUjA3654izcDnl85AMJ4/NUjA3654izcDnl85AMJ4 -goversion go1.10.4 -D "" -importcfg $WORK/b181/importcfg -pack ./debug.go ./device.go ./folder.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b181/_pkg_.a # internal cp $WORK/b181/_pkg_.a /builddir/.cache/go-build/5e/5e875460e2b52e47fa9a20c48cb8fd296f9d318c0c630e3d7efaaf96e9438a37-d # internal github.com/syncthing/syncthing/lib/model mkdir -p $WORK/b167/ cat >$WORK/b167/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b031/_pkg_.a packagefile crypto/tls=$WORK/b041/_pkg_.a packagefile encoding/json=$WORK/b074/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syncthing/syncthing/lib/config=$WORK/b083/_pkg_.a packagefile github.com/syncthing/syncthing/lib/connections=$WORK/b140/_pkg_.a packagefile github.com/syncthing/syncthing/lib/db=$WORK/b153/_pkg_.a packagefile github.com/syncthing/syncthing/lib/events=$WORK/b085/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b091/_pkg_.a packagefile github.com/syncthing/syncthing/lib/ignore=$WORK/b168/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b095/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b123/_pkg_.a packagefile github.com/syncthing/syncthing/lib/scanner=$WORK/b177/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sha256=$WORK/b131/_pkg_.a packagefile github.com/syncthing/syncthing/lib/stats=$WORK/b181/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b087/_pkg_.a packagefile github.com/syncthing/syncthing/lib/upgrade=$WORK/b133/_pkg_.a packagefile github.com/syncthing/syncthing/lib/versioner=$WORK/b135/_pkg_.a packagefile github.com/syncthing/syncthing/lib/watchaggregator=$WORK/b182/_pkg_.a packagefile github.com/syncthing/syncthing/lib/weakhash=$WORK/b183/_pkg_.a packagefile github.com/thejerf/suture=$WORK/b143/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile math/rand=$WORK/b039/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/model /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b167/_pkg_.a -trimpath $WORK/b167 -shared -p github.com/syncthing/syncthing/lib/model -complete -installsuffix shared -buildid sRgrqy2PIibEJ8nHiHPC/sRgrqy2PIibEJ8nHiHPC -goversion go1.10.4 -D "" -importcfg $WORK/b167/importcfg -pack ./debug.go ./deviceactivity.go ./devicedownloadstate.go ./doc.go ./folder.go ./folder_recvonly.go ./folder_sendonly.go ./folder_sendrecv.go ./folderstate.go ./model.go ./progressemitter.go ./queue.go ./sentdownloadstate.go ./sharedpullerstate.go ./util.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b188/_pkg_.a # internal cp $WORK/b188/_pkg_.a /builddir/.cache/go-build/61/61a1ca127b8c532a7e3d405b56d09309b3584379f3922f526d2afb42563a0502-d # internal github.com/vitrun/qart/qr mkdir -p $WORK/b185/ cat >$WORK/b185/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile github.com/vitrun/qart/coding=$WORK/b186/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile hash/crc32=$WORK/b029/_pkg_.a packagefile image=$WORK/b188/_pkg_.a packagefile image/color=$WORK/b189/_pkg_.a EOF cd /usr/share/gocode/src/github.com/vitrun/qart/qr /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b185/_pkg_.a -trimpath $WORK/b185 -shared -p github.com/vitrun/qart/qr -complete -installsuffix shared -buildid fxox9Xhczi-t3BkN44zy/fxox9Xhczi-t3BkN44zy -goversion go1.10.4 -D "" -importcfg $WORK/b185/importcfg -pack ./png.go ./qr.go ./resize.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b185/_pkg_.a # internal cp $WORK/b185/_pkg_.a /builddir/.cache/go-build/2a/2a6ab6d93d38081eebb9ba213a2d3d4af33bbb34f315a7ba41f044ac28a871f1-d # internal golang.org/x/crypto/blowfish mkdir -p $WORK/b191/ cat >$WORK/b191/importcfg << 'EOF' # internal # import config packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/crypto/blowfish /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b191/_pkg_.a -trimpath $WORK/b191 -shared -p golang.org/x/crypto/blowfish -complete -installsuffix shared -buildid 85jkRODBwSJT8onwy3cW/85jkRODBwSJT8onwy3cW -goversion go1.10.4 -D "" -importcfg $WORK/b191/importcfg -pack ./block.go ./cipher.go ./const.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b191/_pkg_.a # internal cp $WORK/b191/_pkg_.a /builddir/.cache/go-build/6d/6d23fbe461cd9b26d64e28c4695d3a88e25f069001ecd9d85bd267cccd994340-d # internal golang.org/x/crypto/bcrypt mkdir -p $WORK/b190/ cat >$WORK/b190/importcfg << 'EOF' # internal # import config packagefile crypto/rand=$WORK/b032/_pkg_.a packagefile crypto/subtle=$WORK/b035/_pkg_.a packagefile encoding/base64=$WORK/b060/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile golang.org/x/crypto/blowfish=$WORK/b191/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/crypto/bcrypt /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b190/_pkg_.a -trimpath $WORK/b190 -shared -p golang.org/x/crypto/bcrypt -complete -installsuffix shared -buildid 0-VU-9OmtDaV3F6LdP49/0-VU-9OmtDaV3F6LdP49 -goversion go1.10.4 -D "" -importcfg $WORK/b190/importcfg -pack ./base64.go ./bcrypt.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b190/_pkg_.a # internal cp $WORK/b190/_pkg_.a /builddir/.cache/go-build/ec/ece33f86e9eeae07d6e175e767df33df9d622967f393a2a9ae41b847d908f4d8-d # internal html mkdir -p $WORK/b194/ cat >$WORK/b194/importcfg << 'EOF' # internal # import config packagefile strings=$WORK/b040/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/html /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b194/_pkg_.a -trimpath $WORK/b194 -shared -p html -std -complete -installsuffix shared -buildid L5rzeAoKZF1M2RZ6JRdD/L5rzeAoKZF1M2RZ6JRdD -goversion go1.10.4 -D "" -importcfg $WORK/b194/importcfg -pack ./entity.go ./escape.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b194/_pkg_.a # internal cp $WORK/b194/_pkg_.a /builddir/.cache/go-build/03/03b5a8d17d2c4440ad4a17e6ecc1194fa15f8104c0049c74c4d14b693ae26277-d # internal text/template/parse mkdir -p $WORK/b196/ cat >$WORK/b196/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile unicode=$WORK/b013/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/text/template/parse /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b196/_pkg_.a -trimpath $WORK/b196 -shared -p text/template/parse -std -complete -installsuffix shared -buildid tzZi9y46KjOao9MQcRgq/tzZi9y46KjOao9MQcRgq -goversion go1.10.4 -D "" -importcfg $WORK/b196/importcfg -pack ./lex.go ./node.go ./parse.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b196/_pkg_.a # internal cp $WORK/b196/_pkg_.a /builddir/.cache/go-build/de/de99babb53c1d0d1969f26e6dc82849aac788395df23d1b364171b82a7137829-d # internal text/template mkdir -p $WORK/b195/ cat >$WORK/b195/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile text/template/parse=$WORK/b196/_pkg_.a packagefile unicode=$WORK/b013/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/text/template /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b195/_pkg_.a -trimpath $WORK/b195 -shared -p text/template -std -complete -installsuffix shared -buildid 82FCUzTb-kZ9sKXOVX71/82FCUzTb-kZ9sKXOVX71 -goversion go1.10.4 -D "" -importcfg $WORK/b195/importcfg -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./option.go ./template.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b195/_pkg_.a # internal cp $WORK/b195/_pkg_.a /builddir/.cache/go-build/1c/1ca5d9f517ef4359258eedca2ccc98497ac6a19b703ba01f1649a2112e5a33eb-d # internal html/template mkdir -p $WORK/b193/ cat >$WORK/b193/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b074/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile html=$WORK/b194/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile text/template=$WORK/b195/_pkg_.a packagefile text/template/parse=$WORK/b196/_pkg_.a packagefile unicode=$WORK/b013/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/html/template /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b193/_pkg_.a -trimpath $WORK/b193 -shared -p html/template -std -complete -installsuffix shared -buildid Lzbvq4VnFzINRDGz9OHJ/Lzbvq4VnFzINRDGz9OHJ -goversion go1.10.4 -D "" -importcfg $WORK/b193/importcfg -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b167/_pkg_.a # internal cp $WORK/b167/_pkg_.a /builddir/.cache/go-build/26/26941e18de43c5ac2c2bcdd3c558cd31ed6e6b8082c5213ce76f2539b54b74c8-d # internal text/tabwriter mkdir -p $WORK/b198/ cat >$WORK/b198/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/text/tabwriter /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b198/_pkg_.a -trimpath $WORK/b198 -shared -p text/tabwriter -std -complete -installsuffix shared -buildid NJ4UoRZR9XPoxni7vAOe/NJ4UoRZR9XPoxni7vAOe -goversion go1.10.4 -D "" -importcfg $WORK/b198/importcfg -pack ./tabwriter.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b198/_pkg_.a # internal cp $WORK/b198/_pkg_.a /builddir/.cache/go-build/01/01ff518c26fd58f5ae550cccc046c7360921f97ec55e55577661298c944067b6-d # internal runtime/pprof mkdir -p $WORK/b197/ cat >$WORK/b197/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/gzip=$WORK/b015/_pkg_.a packagefile context=$WORK/b031/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile text/tabwriter=$WORK/b198/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/runtime/pprof /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b197/_pkg_.a -trimpath $WORK/b197 -shared -p runtime/pprof -std -installsuffix shared -buildid s1FO6Wzz8d6XwJKtLiPq/s1FO6Wzz8d6XwJKtLiPq -goversion go1.10.4 -D "" -importcfg $WORK/b197/importcfg -pack ./elf.go ./label.go ./map.go ./pprof.go ./proto.go ./protobuf.go ./protomem.go ./runtime.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b197/_pkg_.a # internal cp $WORK/b197/_pkg_.a /builddir/.cache/go-build/45/45ff0f30d0d339988120745e27a88c913d03ffcebeec27185e69b828589775b1-d # internal runtime/trace mkdir -p $WORK/b199/ cat >$WORK/b199/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b005/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a EOF cd /usr/lib/golang/src/runtime/trace /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b199/_pkg_.a -trimpath $WORK/b199 -shared -p runtime/trace -std -complete -installsuffix shared -buildid mlO5unV4IKaoMEOI5XCf/mlO5unV4IKaoMEOI5XCf -goversion go1.10.4 -D "" -importcfg $WORK/b199/importcfg -pack ./trace.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b199/_pkg_.a # internal cp $WORK/b199/_pkg_.a /builddir/.cache/go-build/b2/b20064ac05538f5cd7a2fa2814ded13151ca457333629cf4f942bc80be29165e-d # internal os/signal mkdir -p $WORK/b200/ cat >$WORK/b200/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b019/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b200/_pkg_.a -trimpath $WORK/b200 -shared -p os/signal -std -installsuffix shared -buildid LuJzSPwZ8185IupUGP5N/LuJzSPwZ8185IupUGP5N -goversion go1.10.4 -D "" -importcfg $WORK/b200/importcfg -pack -asmhdr $WORK/b200/go_asm.h ./doc.go ./signal.go ./signal_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b193/_pkg_.a # internal cp $WORK/b193/_pkg_.a /builddir/.cache/go-build/55/55a80b9d2df13f4641c931e950327ec14666a01936787cd09c7f2be50bcdf0ba-d # internal net/http/pprof mkdir -p $WORK/b192/ cat >$WORK/b192/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile html/template=$WORK/b193/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile net/http=$WORK/b106/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile runtime/pprof=$WORK/b197/_pkg_.a packagefile runtime/trace=$WORK/b199/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/net/http/pprof /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b192/_pkg_.a -trimpath $WORK/b192 -shared -p net/http/pprof -std -complete -installsuffix shared -buildid AHgVW2GNl-kxGS2046mw/AHgVW2GNl-kxGS2046mw -goversion go1.10.4 -D "" -importcfg $WORK/b192/importcfg -pack ./pprof.go cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b200 -I $WORK/b200/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b200/sig.o ./sig.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b200/_pkg_.a $WORK/b200/sig.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b200/_pkg_.a # internal cp $WORK/b200/_pkg_.a /builddir/.cache/go-build/c0/c0e823aea382d00e842d0c206988aaddc6f1f4af348fd841a095cb5dff05fbaf-d # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b192/_pkg_.a # internal cp $WORK/b192/_pkg_.a /builddir/.cache/go-build/15/15fb74f7308e59ecef50a6bc5bd4af170ebe6ef6590f2e5e0d6afb1c6455977c-d # internal github.com/syncthing/syncthing/cmd/syncthing mkdir -p $WORK/b001/ cat >$WORK/b001/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/gzip=$WORK/b015/_pkg_.a packagefile context=$WORK/b031/_pkg_.a packagefile crypto/rand=$WORK/b032/_pkg_.a packagefile crypto/tls=$WORK/b041/_pkg_.a packagefile encoding/base64=$WORK/b060/_pkg_.a packagefile encoding/json=$WORK/b074/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile flag=$WORK/b077/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/rcrowley/go-metrics=$WORK/b078/_pkg_.a packagefile github.com/syncthing/syncthing/lib/auto=$WORK/b082/_pkg_.a packagefile github.com/syncthing/syncthing/lib/config=$WORK/b083/_pkg_.a packagefile github.com/syncthing/syncthing/lib/connections=$WORK/b140/_pkg_.a packagefile github.com/syncthing/syncthing/lib/db=$WORK/b153/_pkg_.a packagefile github.com/syncthing/syncthing/lib/dialer=$WORK/b098/_pkg_.a packagefile github.com/syncthing/syncthing/lib/discover=$WORK/b141/_pkg_.a packagefile github.com/syncthing/syncthing/lib/events=$WORK/b085/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b091/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/model=$WORK/b167/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b095/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b123/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b130/_pkg_.a packagefile github.com/syncthing/syncthing/lib/scanner=$WORK/b177/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sha256=$WORK/b131/_pkg_.a packagefile github.com/syncthing/syncthing/lib/stats=$WORK/b181/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b087/_pkg_.a packagefile github.com/syncthing/syncthing/lib/tlsutil=$WORK/b184/_pkg_.a packagefile github.com/syncthing/syncthing/lib/upgrade=$WORK/b133/_pkg_.a packagefile github.com/syncthing/syncthing/lib/versioner=$WORK/b135/_pkg_.a packagefile github.com/thejerf/suture=$WORK/b143/_pkg_.a packagefile github.com/vitrun/qart/qr=$WORK/b185/_pkg_.a packagefile golang.org/x/crypto/bcrypt=$WORK/b190/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile mime=$WORK/b115/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile net/http=$WORK/b106/_pkg_.a packagefile net/http/pprof=$WORK/b192/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile os/exec=$WORK/b137/_pkg_.a packagefile os/signal=$WORK/b200/_pkg_.a packagefile path=$WORK/b097/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile regexp=$WORK/b138/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile runtime/debug=$WORK/b081/_pkg_.a packagefile runtime/pprof=$WORK/b197/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile text/tabwriter=$WORK/b198/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile runtime/cgo=$WORK/b068/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/cmd/syncthing /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b001/_pkg_.a -trimpath $WORK/b001 -shared -p main -complete -installsuffix shared -buildid f8CPT9Y0EsCDbXG1opxj/f8CPT9Y0EsCDbXG1opxj -goversion go1.10.4 -D "" -importcfg $WORK/b001/importcfg -pack ./auditservice.go ./blockprof.go ./buildtag_noupgrade.go ./cpuusage.go ./cpuusage_unix.go ./debug.go ./gui.go ./gui_auth.go ./gui_csrf.go ./gui_statics.go ./heapprof.go ./locations.go ./main.go ./memsize_linux.go ./monitor.go ./openurl_unix.go ./perfstats_unix.go ./summaryservice.go ./superuser_unix.go ./traceback.go ./usage.go ./usage_report.go ./verboseservice.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b001/_pkg_.a # internal cp $WORK/b001/_pkg_.a /builddir/.cache/go-build/5e/5e8cdfa51d54b79eedb2a5558e86c3b48cec3190d7398aad736a5860d915158e-d # internal cat >$WORK/b001/importcfg.link << 'EOF' # internal packagefile github.com/syncthing/syncthing/cmd/syncthing=$WORK/b001/_pkg_.a packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/gzip=$WORK/b015/_pkg_.a packagefile context=$WORK/b031/_pkg_.a packagefile crypto/rand=$WORK/b032/_pkg_.a packagefile crypto/tls=$WORK/b041/_pkg_.a packagefile encoding/base64=$WORK/b060/_pkg_.a packagefile encoding/json=$WORK/b074/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile flag=$WORK/b077/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/rcrowley/go-metrics=$WORK/b078/_pkg_.a packagefile github.com/syncthing/syncthing/lib/auto=$WORK/b082/_pkg_.a packagefile github.com/syncthing/syncthing/lib/config=$WORK/b083/_pkg_.a packagefile github.com/syncthing/syncthing/lib/connections=$WORK/b140/_pkg_.a packagefile github.com/syncthing/syncthing/lib/db=$WORK/b153/_pkg_.a packagefile github.com/syncthing/syncthing/lib/dialer=$WORK/b098/_pkg_.a packagefile github.com/syncthing/syncthing/lib/discover=$WORK/b141/_pkg_.a packagefile github.com/syncthing/syncthing/lib/events=$WORK/b085/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b091/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/model=$WORK/b167/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b095/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b123/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b130/_pkg_.a packagefile github.com/syncthing/syncthing/lib/scanner=$WORK/b177/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sha256=$WORK/b131/_pkg_.a packagefile github.com/syncthing/syncthing/lib/stats=$WORK/b181/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b087/_pkg_.a packagefile github.com/syncthing/syncthing/lib/tlsutil=$WORK/b184/_pkg_.a packagefile github.com/syncthing/syncthing/lib/upgrade=$WORK/b133/_pkg_.a packagefile github.com/syncthing/syncthing/lib/versioner=$WORK/b135/_pkg_.a packagefile github.com/thejerf/suture=$WORK/b143/_pkg_.a packagefile github.com/vitrun/qart/qr=$WORK/b185/_pkg_.a packagefile golang.org/x/crypto/bcrypt=$WORK/b190/_pkg_.a packagefile io=$WORK/b005/_pkg_.a packagefile io/ioutil=$WORK/b063/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile mime=$WORK/b115/_pkg_.a packagefile net=$WORK/b065/_pkg_.a packagefile net/http=$WORK/b106/_pkg_.a packagefile net/http/pprof=$WORK/b192/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile os/exec=$WORK/b137/_pkg_.a packagefile os/signal=$WORK/b200/_pkg_.a packagefile path=$WORK/b097/_pkg_.a packagefile path/filepath=$WORK/b064/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile regexp=$WORK/b138/_pkg_.a packagefile runtime=$WORK/b009/_pkg_.a packagefile runtime/debug=$WORK/b081/_pkg_.a packagefile runtime/pprof=$WORK/b197/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b040/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile text/tabwriter=$WORK/b198/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile runtime/cgo=$WORK/b068/_pkg_.a packagefile unicode/utf8=$WORK/b014/_pkg_.a packagefile unicode=$WORK/b013/_pkg_.a packagefile compress/flate=$WORK/b016/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile hash/crc32=$WORK/b029/_pkg_.a packagefile sync=$WORK/b006/_pkg_.a packagefile crypto/aes=$WORK/b033/_pkg_.a packagefile crypto/cipher=$WORK/b034/_pkg_.a packagefile internal/syscall/unix=$WORK/b037/_pkg_.a packagefile math/big=$WORK/b038/_pkg_.a packagefile container/list=$WORK/b042/_pkg_.a packagefile crypto=$WORK/b043/_pkg_.a packagefile crypto/des=$WORK/b044/_pkg_.a packagefile crypto/ecdsa=$WORK/b045/_pkg_.a packagefile crypto/elliptic=$WORK/b046/_pkg_.a packagefile crypto/hmac=$WORK/b049/_pkg_.a packagefile crypto/internal/cipherhw=$WORK/b036/_pkg_.a packagefile crypto/md5=$WORK/b050/_pkg_.a packagefile crypto/rc4=$WORK/b051/_pkg_.a packagefile crypto/rsa=$WORK/b052/_pkg_.a packagefile crypto/sha1=$WORK/b053/_pkg_.a packagefile crypto/sha256=$WORK/b054/_pkg_.a packagefile crypto/sha512=$WORK/b047/_pkg_.a packagefile crypto/subtle=$WORK/b035/_pkg_.a packagefile crypto/x509=$WORK/b055/_pkg_.a packagefile encoding/asn1=$WORK/b048/_pkg_.a packagefile encoding/pem=$WORK/b059/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305=$WORK/b070/_pkg_.a packagefile vendor/golang_org/x/crypto/curve25519=$WORK/b073/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile sync/atomic=$WORK/b012/_pkg_.a packagefile encoding=$WORK/b075/_pkg_.a packagefile unicode/utf16=$WORK/b076/_pkg_.a packagefile log/syslog=$WORK/b080/_pkg_.a packagefile math/rand=$WORK/b039/_pkg_.a packagefile encoding/xml=$WORK/b084/_pkg_.a packagefile github.com/syncthing/syncthing/lib/util=$WORK/b134/_pkg_.a packagefile github.com/syncthing/syncthing/lib/nat=$WORK/b144/_pkg_.a packagefile github.com/syncthing/syncthing/lib/pmp=$WORK/b146/_pkg_.a packagefile github.com/syncthing/syncthing/lib/relay/client=$WORK/b149/_pkg_.a packagefile github.com/syncthing/syncthing/lib/upnp=$WORK/b151/_pkg_.a packagefile golang.org/x/time/rate=$WORK/b152/_pkg_.a packagefile github.com/gogo/protobuf/gogoproto=$WORK/b127/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b128/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb=$WORK/b154/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/errors=$WORK/b158/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/iterator=$WORK/b161/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/opt=$WORK/b164/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/storage=$WORK/b159/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b156/_pkg_.a packagefile math/bits=$WORK/b026/_pkg_.a packagefile golang.org/x/net/ipv4=$WORK/b099/_pkg_.a packagefile golang.org/x/net/ipv6=$WORK/b103/_pkg_.a packagefile golang.org/x/net/proxy=$WORK/b104/_pkg_.a packagefile encoding/hex=$WORK/b058/_pkg_.a packagefile github.com/syncthing/syncthing/lib/beacon=$WORK/b142/_pkg_.a packagefile github.com/calmh/du=$WORK/b092/_pkg_.a packagefile github.com/syncthing/notify=$WORK/b093/_pkg_.a packagefile github.com/syncthing/syncthing/lib/ignore=$WORK/b168/_pkg_.a packagefile github.com/syncthing/syncthing/lib/watchaggregator=$WORK/b182/_pkg_.a packagefile github.com/syncthing/syncthing/lib/weakhash=$WORK/b183/_pkg_.a packagefile github.com/pkg/errors=$WORK/b096/_pkg_.a packagefile golang.org/x/text/unicode/norm=$WORK/b121/_pkg_.a packagefile encoding/base32=$WORK/b124/_pkg_.a packagefile github.com/bkaradzic/go-lz4=$WORK/b125/_pkg_.a packagefile github.com/calmh/xdr=$WORK/b126/_pkg_.a packagefile github.com/chmduquesne/rollinghash/adler32=$WORK/b178/_pkg_.a packagefile github.com/minio/sha256-simd=$WORK/b132/_pkg_.a packagefile github.com/sasha-s/go-deadlock=$WORK/b088/_pkg_.a packagefile crypto/x509/pkix=$WORK/b057/_pkg_.a packagefile github.com/kballard/go-shellquote=$WORK/b136/_pkg_.a packagefile github.com/vitrun/qart/coding=$WORK/b186/_pkg_.a packagefile image=$WORK/b188/_pkg_.a packagefile image/color=$WORK/b189/_pkg_.a packagefile golang.org/x/crypto/blowfish=$WORK/b191/_pkg_.a packagefile internal/nettrace=$WORK/b066/_pkg_.a packagefile internal/poll=$WORK/b020/_pkg_.a packagefile internal/singleflight=$WORK/b067/_pkg_.a packagefile vendor/golang_org/x/net/http2/hpack=$WORK/b107/_pkg_.a packagefile vendor/golang_org/x/net/idna=$WORK/b108/_pkg_.a packagefile vendor/golang_org/x/net/lex/httplex=$WORK/b113/_pkg_.a packagefile vendor/golang_org/x/net/proxy=$WORK/b114/_pkg_.a packagefile mime/multipart=$WORK/b116/_pkg_.a packagefile net/http/httptrace=$WORK/b119/_pkg_.a packagefile net/http/internal=$WORK/b120/_pkg_.a packagefile net/textproto=$WORK/b118/_pkg_.a packagefile html/template=$WORK/b193/_pkg_.a packagefile runtime/trace=$WORK/b199/_pkg_.a packagefile internal/testlog=$WORK/b023/_pkg_.a packagefile regexp/syntax=$WORK/b139/_pkg_.a packagefile runtime/internal/atomic=$WORK/b010/_pkg_.a packagefile runtime/internal/sys=$WORK/b011/_pkg_.a packagefile internal/race=$WORK/b007/_pkg_.a packagefile crypto/dsa=$WORK/b056/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte=$WORK/b061/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=$WORK/b062/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20=$WORK/b071/_pkg_.a packagefile vendor/golang_org/x/crypto/poly1305=$WORK/b072/_pkg_.a packagefile hash/fnv=$WORK/b145/_pkg_.a packagefile github.com/AudriusButkevicius/go-nat-pmp=$WORK/b147/_pkg_.a packagefile github.com/jackpal/gateway=$WORK/b148/_pkg_.a packagefile github.com/syncthing/syncthing/lib/relay/protocol=$WORK/b150/_pkg_.a packagefile github.com/gogo/protobuf/protoc-gen-gogo/descriptor=$WORK/b129/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/cache=$WORK/b155/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/comparer=$WORK/b157/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/filter=$WORK/b160/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/journal=$WORK/b162/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/memdb=$WORK/b163/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/table=$WORK/b165/_pkg_.a packagefile golang.org/x/net/bpf=$WORK/b100/_pkg_.a packagefile golang.org/x/net/internal/iana=$WORK/b101/_pkg_.a packagefile golang.org/x/net/internal/socket=$WORK/b102/_pkg_.a packagefile golang.org/x/net/internal/socks=$WORK/b105/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b094/_pkg_.a packagefile github.com/gobwas/glob=$WORK/b169/_pkg_.a packagefile golang.org/x/text/transform=$WORK/b122/_pkg_.a packagefile github.com/chmduquesne/rollinghash=$WORK/b179/_pkg_.a packagefile hash/adler32=$WORK/b180/_pkg_.a packagefile github.com/petermattis/goid=$WORK/b089/_pkg_.a packagefile os/user=$WORK/b090/_pkg_.a packagefile github.com/vitrun/qart/gf256=$WORK/b187/_pkg_.a packagefile vendor/golang_org/x/text/secure/bidirule=$WORK/b109/_pkg_.a packagefile vendor/golang_org/x/text/unicode/bidi=$WORK/b111/_pkg_.a packagefile vendor/golang_org/x/text/unicode/norm=$WORK/b112/_pkg_.a packagefile mime/quotedprintable=$WORK/b117/_pkg_.a packagefile html=$WORK/b194/_pkg_.a packagefile text/template=$WORK/b195/_pkg_.a packagefile text/template/parse=$WORK/b196/_pkg_.a packagefile github.com/syndtr/gosnappy/snappy=$WORK/b166/_pkg_.a packagefile github.com/gobwas/glob/compiler=$WORK/b170/_pkg_.a packagefile github.com/gobwas/glob/syntax=$WORK/b176/_pkg_.a packagefile vendor/golang_org/x/text/transform=$WORK/b110/_pkg_.a packagefile github.com/gobwas/glob/match=$WORK/b171/_pkg_.a packagefile github.com/gobwas/glob/syntax/ast=$WORK/b174/_pkg_.a packagefile github.com/gobwas/glob/util/runes=$WORK/b172/_pkg_.a packagefile github.com/gobwas/glob/syntax/lexer=$WORK/b175/_pkg_.a packagefile github.com/gobwas/glob/util/strings=$WORK/b173/_pkg_.a EOF mkdir -p $WORK/b001/exe/ cd . /usr/lib/golang/pkg/tool/linux_s390x/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -buildmode=pie -buildid=WF_qKIBVJgG-q7TzPzM7/f8CPT9Y0EsCDbXG1opxj/5TQ_GC313SZNWn_eCm--/WF_qKIBVJgG-q7TzPzM7 -X main.Version=v0.14.50 -X main.BuildStamp=1536660452 -X main.BuildUser=mockbuild -X main.BuildHost=fedora-koji -B 0x7636e13d79f12649dec81c089eec96dffa270d79 -extldflags "-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld " -extld=gcc $WORK/b001/_pkg_.a /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b001/exe/a.out # internal mkdir -p _bin/ mv $WORK/b001/exe/a.out _bin/syncthing rm -r $WORK/b001/ ++ head -c20 /dev/urandom ++ od -An -tx1 ++ tr -d ' \n' + go build -buildmode pie -compiler gc '-tags=rpm_crashtraceback noupgrade' -ldflags '-X main.Version=v0.14.50 -X main.BuildStamp=1536660452 -X main.BuildUser=mockbuild -X main.BuildHost=fedora-koji -B 0x08d4d1e1240d2117cbf2c1826872ba16a7565657 -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' -a -v -x -o _bin/stdiscosrv github.com/syncthing/syncthing/cmd/stdiscosrv WORK=/tmp/go-build137014486 errors mkdir -p $WORK/b003/ cat >$WORK/b003/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/errors /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b003/_pkg_.a -trimpath $WORK/b003 -shared -p errors -std -complete -installsuffix shared -buildid Cc_7-_W6hZRaEdujSeHt/Cc_7-_W6hZRaEdujSeHt -goversion go1.10.4 -D "" -importcfg $WORK/b003/importcfg -pack ./errors.go internal/race mkdir -p $WORK/b006/ cat >$WORK/b006/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/internal/race /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b006/_pkg_.a -trimpath $WORK/b006 -shared -p internal/race -std -complete -installsuffix shared -buildid H0d-zAOXGr-BCJdvFo1i/H0d-zAOXGr-BCJdvFo1i -goversion go1.10.4 -D "" -importcfg $WORK/b006/importcfg -pack ./doc.go ./norace.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b003/_pkg_.a # internal cp $WORK/b003/_pkg_.a /builddir/.cache/go-build/8a/8a5ec668c3e7373adbc26096bd494b88c780faedda9181068238a411c0d643cd-d # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b006/_pkg_.a # internal cp $WORK/b006/_pkg_.a /builddir/.cache/go-build/f0/f0ebced0a6bb84071a5cb68534c0a533625f10d3f0afe9992e88851fb291280b-d # internal runtime/internal/sys mkdir -p $WORK/b010/ cat >$WORK/b010/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/runtime/internal/sys /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b010/_pkg_.a -trimpath $WORK/b010 -shared -p runtime/internal/sys -std -+ -complete -installsuffix shared -buildid Y-Z9rcRRgDUbMDRQh3W1/Y-Z9rcRRgDUbMDRQh3W1 -goversion go1.10.4 -D "" -importcfg $WORK/b010/importcfg -pack ./arch.go ./arch_s390x.go ./intrinsics.go ./stubs.go ./sys.go ./zgoarch_s390x.go ./zgoos_linux.go ./zversion.go runtime/internal/atomic mkdir -p $WORK/b009/ cat >$WORK/b009/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b009/_pkg_.a -trimpath $WORK/b009 -shared -p runtime/internal/atomic -std -+ -installsuffix shared -buildid Q8IQ9CQcNCe3lu23ZcdX/Q8IQ9CQcNCe3lu23ZcdX -goversion go1.10.4 -D "" -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h ./atomic_s390x.go ./stubs.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b010/_pkg_.a # internal cp $WORK/b010/_pkg_.a /builddir/.cache/go-build/32/3205e712daa954e4a2d59d3cfa442cf713334753ac36b1c1425baa7ed8e03f43-d # internal sync/atomic mkdir -p $WORK/b011/ cat >$WORK/b011/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b011/_pkg_.a -trimpath $WORK/b011 -shared -p sync/atomic -std -installsuffix shared -buildid btqqfum0TmsbamPjyVTI/btqqfum0TmsbamPjyVTI -goversion go1.10.4 -D "" -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h ./doc.go ./value.go cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b009 -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b009/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b009/_pkg_.a $WORK/b009/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b009/_pkg_.a # internal cp $WORK/b009/_pkg_.a /builddir/.cache/go-build/94/94adc92c29a1b74a9076fdbf06bf2662189630ee35d8f51c6dc51bac84de4b8f-d # internal cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b011 -I $WORK/b011/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b011/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b011/_pkg_.a $WORK/b011/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b011/_pkg_.a # internal cp $WORK/b011/_pkg_.a /builddir/.cache/go-build/19/19b1dd9f429d081ff3c4b88a8b12a9339f0beb0f6a1fd65d2f0899417b3dfd2f-d # internal unicode mkdir -p $WORK/b012/ cat >$WORK/b012/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b012/_pkg_.a -trimpath $WORK/b012 -shared -p unicode -std -complete -installsuffix shared -buildid 9voAT53NswC0ceKk8tNa/9voAT53NswC0ceKk8tNa -goversion go1.10.4 -D "" -importcfg $WORK/b012/importcfg -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go runtime mkdir -p $WORK/b008/ cat >$WORK/b008/importcfg << 'EOF' # internal # import config packagefile runtime/internal/atomic=$WORK/b009/_pkg_.a packagefile runtime/internal/sys=$WORK/b010/_pkg_.a EOF cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b008/_pkg_.a -trimpath $WORK/b008 -shared -p runtime -std -+ -installsuffix shared -buildid 4McEidXe_hO29syW5IOW/4McEidXe_hO29syW5IOW -goversion go1.10.4 -D "" -importcfg $WORK/b008/importcfg -pack -asmhdr $WORK/b008/go_asm.h ./alg.go ./atomic_pointer.go ./cgo.go ./cgocall.go ./cgocallback.go ./cgocheck.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./cputicks.go ./debug.go ./defs_linux_s390x.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 ./mwbbuf.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./os_linux_be64.go ./os_linux_s390x.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_linux_s390x.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_nonppc64x.go ./sys_s390x.go ./time.go ./timestub.go ./trace.go ./traceback.go ./type.go ./typekind.go ./unaligned1.go ./utf8.go ./write_err.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b012/_pkg_.a # internal cp $WORK/b012/_pkg_.a /builddir/.cache/go-build/a0/a0309f7d863a245daa8c678714661e8ccabcee721c81d1361a331c9ac55b1abb-d # internal unicode/utf8 mkdir -p $WORK/b013/ cat >$WORK/b013/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode/utf8 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b013/_pkg_.a -trimpath $WORK/b013 -shared -p unicode/utf8 -std -complete -installsuffix shared -buildid S441SJdMhfbUpwaFSuSz/S441SJdMhfbUpwaFSuSz -goversion go1.10.4 -D "" -importcfg $WORK/b013/importcfg -pack ./utf8.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b013/_pkg_.a # internal cp $WORK/b013/_pkg_.a /builddir/.cache/go-build/08/081cec317fef7d3593dd3300e9c876e4693c843c62ffdbe28b7f4d31404a109c-d # internal math mkdir -p $WORK/b016/ cat >$WORK/b016/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b016/_pkg_.a -trimpath $WORK/b016 -shared -p math -std -installsuffix shared -buildid CnAmRYjRSLLxISeWthLz/CnAmRYjRSLLxISeWthLz -goversion go1.10.4 -D "" -importcfg $WORK/b016/importcfg -pack -asmhdr $WORK/b016/go_asm.h ./abs.go ./acosh.go ./arith_s390x.go ./asin.go ./asinh.go ./atan.go ./atan2.go ./atanh.go ./bits.go ./cbrt.go ./const.go ./copysign.go ./dim.go ./erf.go ./erfinv.go ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/acos_s390x.o ./acos_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/acosh_s390x.o ./acosh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/asin_s390x.o ./asin_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/asinh_s390x.o ./asinh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/atan2_s390x.o ./atan2_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/atan_s390x.o ./atan_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/atanh_s390x.o ./atanh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/cbrt_s390x.o ./cbrt_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/cosh_s390x.o ./cosh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/dim_s390x.o ./dim_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/erf_s390x.o ./erf_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/erfc_s390x.o ./erfc_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/exp_s390x.o ./exp_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/expm1_s390x.o ./expm1_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/floor_s390x.o ./floor_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/log10_s390x.o ./log10_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/log1p_s390x.o ./log1p_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/log_s390x.o ./log_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/pow_s390x.o ./pow_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/sin_s390x.o ./sin_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/sinh_s390x.o ./sinh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/sqrt_s390x.o ./sqrt_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/stubs_s390x.o ./stubs_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/tan_s390x.o ./tan_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/tanh_s390x.o ./tanh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b016/_pkg_.a $WORK/b016/acos_s390x.o $WORK/b016/acosh_s390x.o $WORK/b016/asin_s390x.o $WORK/b016/asinh_s390x.o $WORK/b016/atan2_s390x.o $WORK/b016/atan_s390x.o $WORK/b016/atanh_s390x.o $WORK/b016/cbrt_s390x.o $WORK/b016/cosh_s390x.o $WORK/b016/dim_s390x.o $WORK/b016/erf_s390x.o $WORK/b016/erfc_s390x.o $WORK/b016/exp_s390x.o $WORK/b016/expm1_s390x.o $WORK/b016/floor_s390x.o $WORK/b016/log10_s390x.o $WORK/b016/log1p_s390x.o $WORK/b016/log_s390x.o $WORK/b016/pow_s390x.o $WORK/b016/sin_s390x.o $WORK/b016/sinh_s390x.o $WORK/b016/sqrt_s390x.o $WORK/b016/stubs_s390x.o $WORK/b016/tan_s390x.o $WORK/b016/tanh_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b016/_pkg_.a # internal cp $WORK/b016/_pkg_.a /builddir/.cache/go-build/ef/efdb5b33e2d838a9f266df915e76da8938da3700ce255c729b5b3ebcde61b0a9-d # internal internal/testlog mkdir -p $WORK/b021/ cat >$WORK/b021/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/internal/testlog /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b021/_pkg_.a -trimpath $WORK/b021 -shared -p internal/testlog -std -complete -installsuffix shared -buildid ZeeFM55AEHQoG5mpXy80/ZeeFM55AEHQoG5mpXy80 -goversion go1.10.4 -D "" -importcfg $WORK/b021/importcfg -pack ./log.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b021/_pkg_.a # internal cp $WORK/b021/_pkg_.a /builddir/.cache/go-build/55/55a9660eb41b09f79f51477ee31b8b727a33903db72bd4d9f53ec7b019a89916-d # internal strconv mkdir -p $WORK/b023/ cat >$WORK/b023/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/strconv /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b023/_pkg_.a -trimpath $WORK/b023 -shared -p strconv -std -complete -installsuffix shared -buildid qJdcM_nyPfzBYxr5Ni9q/qJdcM_nyPfzBYxr5Ni9q -goversion go1.10.4 -D "" -importcfg $WORK/b023/importcfg -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./doc.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b023/_pkg_.a # internal cp $WORK/b023/_pkg_.a /builddir/.cache/go-build/4d/4d30e0a75f8d9dbbfc25b4d68a282e7f7ea55d19534d926728976ceae78979fd-d # internal container/list mkdir -p $WORK/b025/ cat >$WORK/b025/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/container/list /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b025/_pkg_.a -trimpath $WORK/b025 -shared -p container/list -std -complete -installsuffix shared -buildid VLJ96rvcrhG0uJBcdPNL/VLJ96rvcrhG0uJBcdPNL -goversion go1.10.4 -D "" -importcfg $WORK/b025/importcfg -pack ./list.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b025/_pkg_.a # internal cp $WORK/b025/_pkg_.a /builddir/.cache/go-build/d2/d29849380116a10cc2cfcd9adcd5615c65424dd103f0d91fcd773cc80f142039-d # internal crypto/subtle mkdir -p $WORK/b030/ cat >$WORK/b030/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/crypto/subtle /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b030/_pkg_.a -trimpath $WORK/b030 -shared -p crypto/subtle -std -complete -installsuffix shared -buildid mnbXpsALbV9Rv4_hPlhS/mnbXpsALbV9Rv4_hPlhS -goversion go1.10.4 -D "" -importcfg $WORK/b030/importcfg -pack ./constant_time.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b030/_pkg_.a # internal cp $WORK/b030/_pkg_.a /builddir/.cache/go-build/e6/e635f618627e91016b8a36bbd9b4bbb32a97242d53b9f74938b68a4551d83478-d # internal crypto/internal/cipherhw mkdir -p $WORK/b031/ cat >$WORK/b031/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/crypto/internal/cipherhw /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b031/_pkg_.a -trimpath $WORK/b031 -shared -p crypto/internal/cipherhw -std -installsuffix shared -buildid 2Qt_JpRtk5t57a03XpGE/2Qt_JpRtk5t57a03XpGE -goversion go1.10.4 -D "" -importcfg $WORK/b031/importcfg -pack -asmhdr $WORK/b031/go_asm.h ./cipherhw_s390x.go ./doc.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b031 -I $WORK/b031/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b031/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b031/_pkg_.a $WORK/b031/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b031/_pkg_.a # internal cp $WORK/b031/_pkg_.a /builddir/.cache/go-build/a1/a18c284403e4f44462dac340b4e9d8afaa760ce08aa6fd7e28b0fbd4456d57d3-d # internal math/bits mkdir -p $WORK/b037/ cat >$WORK/b037/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/math/bits /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b037/_pkg_.a -trimpath $WORK/b037 -shared -p math/bits -std -complete -installsuffix shared -buildid OYdarkONIn5ie2QvBWkb/OYdarkONIn5ie2QvBWkb -goversion go1.10.4 -D "" -importcfg $WORK/b037/importcfg -pack ./bits.go ./bits_tables.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b037/_pkg_.a # internal cp $WORK/b037/_pkg_.a /builddir/.cache/go-build/79/790ee6517b39435f81e52087eb0c237be7d0bd42f6c175e775bd04920e3774b8-d # internal crypto/rc4 mkdir -p $WORK/b047/ cat >$WORK/b047/importcfg << 'EOF' # internal # import config packagefile strconv=$WORK/b023/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rc4 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b047/_pkg_.a -trimpath $WORK/b047 -shared -p crypto/rc4 -std -complete -installsuffix shared -buildid Y500VoWHRU-koeS6QLzZ/Y500VoWHRU-koeS6QLzZ -goversion go1.10.4 -D "" -importcfg $WORK/b047/importcfg -pack ./rc4.go ./rc4_ref.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b047/_pkg_.a # internal cp $WORK/b047/_pkg_.a /builddir/.cache/go-build/9c/9c132f54f4af33bed255170d423cf8be08ed018c73dc6ceb0e9da7bf7c61bff3-d # internal vendor/golang_org/x/crypto/cryptobyte/asn1 mkdir -p $WORK/b059/ cat >$WORK/b059/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/cryptobyte/asn1 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b059/_pkg_.a -trimpath $WORK/b059 -shared -p vendor/golang_org/x/crypto/cryptobyte/asn1 -std -complete -installsuffix shared -buildid nLEeZ0PC2LFNFt9Pd7O4/nLEeZ0PC2LFNFt9Pd7O4 -goversion go1.10.4 -D "" -importcfg $WORK/b059/importcfg -pack ./asn1.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b059/_pkg_.a # internal cp $WORK/b059/_pkg_.a /builddir/.cache/go-build/40/40b089008939135fc82d0c29cf67ca7ea5b7ff93d107398f6ae7a7376e331b73-d # internal internal/nettrace mkdir -p $WORK/b063/ cat >$WORK/b063/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/internal/nettrace /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b063/_pkg_.a -trimpath $WORK/b063 -shared -p internal/nettrace -std -complete -installsuffix shared -buildid RCZg0CM_z8Kx4FmyfypM/RCZg0CM_z8Kx4FmyfypM -goversion go1.10.4 -D "" -importcfg $WORK/b063/importcfg -pack ./nettrace.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b063/_pkg_.a # internal cp $WORK/b063/_pkg_.a /builddir/.cache/go-build/ba/ba6c6fa92183592f0583cebf706ea8c29ec2857b80f967ec201070d3335c190b-d # internal runtime/cgo mkdir -p $WORK/b065/ cd /usr/lib/golang/src/runtime/cgo CGO_LDFLAGS='"-g" "-O2" "-lpthread"' /usr/lib/golang/pkg/tool/linux_s390x/cgo -objdir $WORK/b065/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I $WORK/b065/ -g -O2 -Wall -Werror ./cgo.go cd $WORK gcc -fno-caret-diagnostics -c -x c - || true gcc -Qunused-arguments -c -x c - || true gcc -fdebug-prefix-map=a=b -c -x c - || true gcc -gno-record-gcc-switches -c -x c - || true cd $WORK/b065 gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_x001.o -c _cgo_export.c gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_x002.o -c cgo.cgo2.c cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x003.o -c gcc_context.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x004.o -c gcc_fatalf.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x005.o -c gcc_libinit.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x006.o -c gcc_linux_s390x.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x007.o -c gcc_setenv.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x008.o -c gcc_traceback.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x009.o -c gcc_util.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x010.o -c gcc_s390x.S cd $WORK/b065 gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/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 -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -o $WORK/b065/_cgo_.o $WORK/b065/_cgo_main.o $WORK/b065/_x001.o $WORK/b065/_x002.o $WORK/b065/_x003.o $WORK/b065/_x004.o $WORK/b065/_x005.o $WORK/b065/_x006.o $WORK/b065/_x007.o $WORK/b065/_x008.o $WORK/b065/_x009.o $WORK/b065/_x010.o -g -O2 -lpthread /usr/lib/golang/pkg/tool/linux_s390x/cgo -dynpackage cgo -dynimport $WORK/b065/_cgo_.o -dynout $WORK/b065/_cgo_import.go -dynlinker cat >$WORK/b065/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b065/_pkg_.a -trimpath $WORK/b065 -shared -p runtime/cgo -std -installsuffix shared -buildid 1N2PaaT_nYuCeAQMkx9o/1N2PaaT_nYuCeAQMkx9o -goversion go1.10.4 -D "" -importcfg $WORK/b065/importcfg -pack -asmhdr $WORK/b065/go_asm.h ./callbacks.go ./callbacks_traceback.go ./iscgo.go ./setenv.go $WORK/b065/_cgo_gotypes.go $WORK/b065/cgo.cgo1.go $WORK/b065/_cgo_import.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b065 -I $WORK/b065/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b065/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b065/_pkg_.a $WORK/b065/asm_s390x.o $WORK/b065/_x001.o $WORK/b065/_x002.o $WORK/b065/_x003.o $WORK/b065/_x004.o $WORK/b065/_x005.o $WORK/b065/_x006.o $WORK/b065/_x007.o $WORK/b065/_x008.o $WORK/b065/_x009.o $WORK/b065/_x010.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b065/_pkg_.a # internal cp $WORK/b065/_pkg_.a /builddir/.cache/go-build/97/979720263831fceb05f2e2da5c01254ef9a4fe356f8008e3455b8b7718d8de2a-d # internal encoding mkdir -p $WORK/b072/ cat >$WORK/b072/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/encoding /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b072/_pkg_.a -trimpath $WORK/b072 -shared -p encoding -std -complete -installsuffix shared -buildid UQU5zmyEAJCcWSJH-dMf/UQU5zmyEAJCcWSJH-dMf -goversion go1.10.4 -D "" -importcfg $WORK/b072/importcfg -pack ./encoding.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b072/_pkg_.a # internal cp $WORK/b072/_pkg_.a /builddir/.cache/go-build/48/48e8d67fa2442fee9e6a4df1d82c0fe0a6d51f12ad7f1a5376dcf8864e053006-d # internal unicode/utf16 mkdir -p $WORK/b073/ cat >$WORK/b073/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode/utf16 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b073/_pkg_.a -trimpath $WORK/b073 -shared -p unicode/utf16 -std -complete -installsuffix shared -buildid a3sXmXNnsTZXsxPMVyHG/a3sXmXNnsTZXsxPMVyHG -goversion go1.10.4 -D "" -importcfg $WORK/b073/importcfg -pack ./utf16.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b073/_pkg_.a # internal cp $WORK/b073/_pkg_.a /builddir/.cache/go-build/fd/fd7419ca2ccdc8a03baff300adc9d6e6b115a61da05417b99351abefbffbf1f8-d # internal github.com/prometheus/procfs/internal/util mkdir -p $WORK/b111/ cat >$WORK/b111/importcfg << 'EOF' # internal # import config packagefile strconv=$WORK/b023/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/procfs/internal/util /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b111/_pkg_.a -trimpath $WORK/b111 -shared -p github.com/prometheus/procfs/internal/util -complete -installsuffix shared -buildid f7NTeGpo-ggLUc41JVh1/f7NTeGpo-ggLUc41JVh1 -goversion go1.10.4 -D "" -importcfg $WORK/b111/importcfg -pack ./parse.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b111/_pkg_.a # internal cp $WORK/b111/_pkg_.a /builddir/.cache/go-build/0e/0e5fd3d621ce6b376e337403d47a75f679b2753fa0835639a0a10361f0b0e19c-d # internal cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/memclr_s390x.o ./memclr_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/memmove_s390x.o ./memmove_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/rt0_linux_s390x.o ./rt0_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/sys_linux_s390x.o ./sys_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/tls_s390x.o ./tls_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b008/_pkg_.a $WORK/b008/asm.o $WORK/b008/asm_s390x.o $WORK/b008/memclr_s390x.o $WORK/b008/memmove_s390x.o $WORK/b008/rt0_linux_s390x.o $WORK/b008/sys_linux_s390x.o $WORK/b008/tls_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b008/_pkg_.a # internal cp $WORK/b008/_pkg_.a /builddir/.cache/go-build/31/31ac52e9727ad2ed3d8cfb82213ac5d6ecd902a58cf6c4e4c1e186243064f74e-d # internal sync mkdir -p $WORK/b005/ cat >$WORK/b005/importcfg << 'EOF' # internal # import config packagefile internal/race=$WORK/b006/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/sync /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b005/_pkg_.a -trimpath $WORK/b005 -shared -p sync -std -installsuffix shared -buildid JEb321U3p2HZyTbaeHLg/JEb321U3p2HZyTbaeHLg -goversion go1.10.4 -D "" -importcfg $WORK/b005/importcfg -pack ./cond.go ./map.go ./mutex.go ./once.go ./pool.go ./runtime.go ./rwmutex.go ./waitgroup.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b005/_pkg_.a # internal cp $WORK/b005/_pkg_.a /builddir/.cache/go-build/c0/c0a6ab84bb393e7d807cac356973f47808e54e937143fc7ac54190e058c7869b-d # internal io mkdir -p $WORK/b004/ cat >$WORK/b004/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/io /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b004/_pkg_.a -trimpath $WORK/b004 -shared -p io -std -complete -installsuffix shared -buildid qoEwIgn1n4bXASuCExQN/qoEwIgn1n4bXASuCExQN -goversion go1.10.4 -D "" -importcfg $WORK/b004/importcfg -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/b019/ cat >$WORK/b019/importcfg << 'EOF' # internal # import config packagefile internal/race=$WORK/b006/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b019/_pkg_.a -trimpath $WORK/b019 -shared -p syscall -std -installsuffix shared -buildid jaE6CM9kbq6EP-maydnF/jaE6CM9kbq6EP-maydnF -goversion go1.10.4 -D "" -importcfg $WORK/b019/importcfg -pack -asmhdr $WORK/b019/go_asm.h ./dirent.go ./endian_big.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_s390x.go ./syscall_unix.go ./timestruct.go ./zerrors_linux_s390x.go ./zsyscall_linux_s390x.go ./zsysnum_linux_s390x.go ./ztypes_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b004/_pkg_.a # internal cp $WORK/b004/_pkg_.a /builddir/.cache/go-build/a3/a3e94a0e1086f0f323a430cc6e135364765e74d076720c1e1504742eefb2a489-d # internal bytes mkdir -p $WORK/b002/ cat >$WORK/b002/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/bytes /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b002/_pkg_.a -trimpath $WORK/b002 -shared -p bytes -std -installsuffix shared -buildid 9CYP260jekrMY0yrqLw7/9CYP260jekrMY0yrqLw7 -goversion go1.10.4 -D "" -importcfg $WORK/b002/importcfg -pack ./buffer.go ./bytes.go ./bytes_decl.go ./bytes_s390x.go ./reader.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b002/_pkg_.a # internal cp $WORK/b002/_pkg_.a /builddir/.cache/go-build/73/733a297dc2578f5c0dac790ea45e8fb31fb76a8b5c9898887201c6313d105aae-d # internal reflect mkdir -p $WORK/b022/ cat >$WORK/b022/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b016/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b022/_pkg_.a -trimpath $WORK/b022 -shared -p reflect -std -installsuffix shared -buildid uGRaqEJ0ZmUsN0Dloy1j/uGRaqEJ0ZmUsN0Dloy1j -goversion go1.10.4 -D "" -importcfg $WORK/b022/importcfg -pack -asmhdr $WORK/b022/go_asm.h ./deepequal.go ./makefunc.go ./swapper.go ./type.go ./value.go cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/asm_linux_s390x.o ./asm_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b019/_pkg_.a $WORK/b019/asm_linux_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b019/_pkg_.a # internal cp $WORK/b019/_pkg_.a /builddir/.cache/go-build/32/32232e39530d5eb342fd761c0cdd441fe6cb6fa7315e3827a6bd2b0910a72e60-d # internal time mkdir -p $WORK/b020/ cat >$WORK/b020/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/time /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b020/_pkg_.a -trimpath $WORK/b020 -shared -p time -std -installsuffix shared -buildid XU26IAQ7zLOrk5gxEsbT/XU26IAQ7zLOrk5gxEsbT -goversion go1.10.4 -D "" -importcfg $WORK/b020/importcfg -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b020/_pkg_.a # internal cp $WORK/b020/_pkg_.a /builddir/.cache/go-build/ef/ef33dc25a05a6f017b639b3fca7d3f329da3989d6db112c20ca56e08d6eae71d-d # internal internal/poll mkdir -p $WORK/b018/ cat >$WORK/b018/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b019/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/internal/poll /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b018/_pkg_.a -trimpath $WORK/b018 -shared -p internal/poll -std -installsuffix shared -buildid q4qxSNy3_2NYnkQMj_cz/q4qxSNy3_2NYnkQMj_cz -goversion go1.10.4 -D "" -importcfg $WORK/b018/importcfg -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 /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b018/_pkg_.a # internal cp $WORK/b018/_pkg_.a /builddir/.cache/go-build/85/85a1cd167035d17375555cd2afa689d1ec72071d9cde89436788748f174bdcc2-d # internal cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b022 -I $WORK/b022/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b022/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b022/_pkg_.a $WORK/b022/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b022/_pkg_.a # internal cp $WORK/b022/_pkg_.a /builddir/.cache/go-build/96/96d846f4906aa6e3326bde0315738ca426a73bd4849bcb8152d4592e36b586bd-d # internal hash mkdir -p $WORK/b027/ cat >$WORK/b027/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/hash /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b027/_pkg_.a -trimpath $WORK/b027 -shared -p hash -std -complete -installsuffix shared -buildid q2Eise0nTMwi7dVAu4Kj/q2Eise0nTMwi7dVAu4Kj -goversion go1.10.4 -D "" -importcfg $WORK/b027/importcfg -pack ./hash.go os mkdir -p $WORK/b017/ cat >$WORK/b017/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile internal/poll=$WORK/b018/_pkg_.a packagefile internal/testlog=$WORK/b021/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b019/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/os /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b017/_pkg_.a -trimpath $WORK/b017 -shared -p os -std -installsuffix shared -buildid FeVtnw7-bSbLHDsO_WCd/FeVtnw7-bSbLHDsO_WCd -goversion go1.10.4 -D "" -importcfg $WORK/b017/importcfg -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.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 /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b027/_pkg_.a # internal cp $WORK/b027/_pkg_.a /builddir/.cache/go-build/55/558c572fc8325a9abaa6d8d6ee29fcf5a834294df04ed10771b9afc3a2345854-d # internal crypto mkdir -p $WORK/b026/ cat >$WORK/b026/importcfg << 'EOF' # internal # import config packagefile hash=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a EOF cd /usr/lib/golang/src/crypto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b026/_pkg_.a -trimpath $WORK/b026 -shared -p crypto -std -complete -installsuffix shared -buildid 0H5YesXmcTBwHfZWHVc3/0H5YesXmcTBwHfZWHVc3 -goversion go1.10.4 -D "" -importcfg $WORK/b026/importcfg -pack ./crypto.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b026/_pkg_.a # internal cp $WORK/b026/_pkg_.a /builddir/.cache/go-build/9e/9e48bc5ca57bc8c12b1eddb4bb1f5bb2844e3111fe81903c63a4d4564d18e746-d # internal crypto/cipher mkdir -p $WORK/b029/ cat >$WORK/b029/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b030/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a EOF cd /usr/lib/golang/src/crypto/cipher /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b029/_pkg_.a -trimpath $WORK/b029 -shared -p crypto/cipher -std -complete -installsuffix shared -buildid hMPp4MtKT-Nof0c0Ltl4/hMPp4MtKT-Nof0c0Ltl4 -goversion go1.10.4 -D "" -importcfg $WORK/b029/importcfg -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b029/_pkg_.a # internal cp $WORK/b029/_pkg_.a /builddir/.cache/go-build/b0/b01253c206aa3261f2a1c9261f1a05fd966af14ba8e9fdbc2bd5064f5f27c3e9-d # internal crypto/aes mkdir -p $WORK/b028/ cat >$WORK/b028/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=$WORK/b029/_pkg_.a packagefile crypto/internal/cipherhw=$WORK/b031/_pkg_.a packagefile crypto/subtle=$WORK/b030/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a EOF cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b028/_pkg_.a -trimpath $WORK/b028 -shared -p crypto/aes -std -installsuffix shared -buildid Dq-Xuf7a024_i2AWwp4O/Dq-Xuf7a024_i2AWwp4O -goversion go1.10.4 -D "" -importcfg $WORK/b028/importcfg -pack -asmhdr $WORK/b028/go_asm.h ./block.go ./cbc_s390x.go ./cipher.go ./cipher_s390x.go ./const.go ./ctr_s390x.go ./gcm_s390x.go ./modes.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b017/_pkg_.a # internal cp $WORK/b017/_pkg_.a /builddir/.cache/go-build/ec/ec97d0fedcc38a59d9acee91393dff2182375b7d9a1cb68ef83731f510dafafa-d # internal fmt mkdir -p $WORK/b015/ cat >$WORK/b015/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile reflect=$WORK/b022/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/fmt /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b015/_pkg_.a -trimpath $WORK/b015 -shared -p fmt -std -complete -installsuffix shared -buildid sG8OhHk9n_sBPrA0Ea-r/sG8OhHk9n_sBPrA0Ea-r -goversion go1.10.4 -D "" -importcfg $WORK/b015/importcfg -pack ./doc.go ./format.go ./print.go ./scan.go cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b028 -I $WORK/b028/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b028/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b028/_pkg_.a $WORK/b028/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b028/_pkg_.a # internal cp $WORK/b028/_pkg_.a /builddir/.cache/go-build/8a/8a9f96993c246b0038c2f1a843e59f14f4bb338096a195f58b2536752882219d-d # internal encoding/binary mkdir -p $WORK/b033/ cat >$WORK/b033/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile reflect=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/encoding/binary /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b033/_pkg_.a -trimpath $WORK/b033 -shared -p encoding/binary -std -complete -installsuffix shared -buildid WdTmFoTXcHXSXipWWHzg/WdTmFoTXcHXSXipWWHzg -goversion go1.10.4 -D "" -importcfg $WORK/b033/importcfg -pack ./binary.go ./varint.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b033/_pkg_.a # internal cp $WORK/b033/_pkg_.a /builddir/.cache/go-build/33/33746d5995ad3187c3d625ef6759f182e90b9685a99a0952824bc658809d45ad-d # internal crypto/des mkdir -p $WORK/b032/ cat >$WORK/b032/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=$WORK/b029/_pkg_.a packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a EOF cd /usr/lib/golang/src/crypto/des /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b032/_pkg_.a -trimpath $WORK/b032 -shared -p crypto/des -std -complete -installsuffix shared -buildid QG5mwzgAKh3evT8EFb0E/QG5mwzgAKh3evT8EFb0E -goversion go1.10.4 -D "" -importcfg $WORK/b032/importcfg -pack ./block.go ./cipher.go ./const.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b032/_pkg_.a # internal cp $WORK/b032/_pkg_.a /builddir/.cache/go-build/7a/7adc2e6da9d95e2a54b6fa7bed2668f7a6a98a7d7f76032471710aa2c2020939-d # internal math/rand mkdir -p $WORK/b038/ cat >$WORK/b038/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b016/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/math/rand /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b038/_pkg_.a -trimpath $WORK/b038 -shared -p math/rand -std -complete -installsuffix shared -buildid Vi9NApqKkuI9m8e9vwc-/Vi9NApqKkuI9m8e9vwc- -goversion go1.10.4 -D "" -importcfg $WORK/b038/importcfg -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b015/_pkg_.a # internal cp $WORK/b015/_pkg_.a /builddir/.cache/go-build/f7/f77559f95fe9f2f11d7cee268518874c60a468de638cd87bde3c9161a03c8ef2-d # internal context mkdir -p $WORK/b014/ cat >$WORK/b014/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile reflect=$WORK/b022/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/context /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b014/_pkg_.a -trimpath $WORK/b014 -shared -p context -std -complete -installsuffix shared -buildid MtZTpVXIag_DfbNLzdaN/MtZTpVXIag_DfbNLzdaN -goversion go1.10.4 -D "" -importcfg $WORK/b014/importcfg -pack ./context.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b038/_pkg_.a # internal cp $WORK/b038/_pkg_.a /builddir/.cache/go-build/2b/2bac00feaaab998c70a91b03b84afcde681eb508839abf7cdff4205c1acf96c4-d # internal strings mkdir -p $WORK/b039/ cat >$WORK/b039/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b039/_pkg_.a -trimpath $WORK/b039 -shared -p strings -std -installsuffix shared -buildid S4wxkHJCQyBt4eQkTlEg/S4wxkHJCQyBt4eQkTlEg -goversion go1.10.4 -D "" -importcfg $WORK/b039/importcfg -pack -asmhdr $WORK/b039/go_asm.h ./builder.go ./compare.go ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go ./strings_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b014/_pkg_.a # internal cp $WORK/b014/_pkg_.a /builddir/.cache/go-build/bf/bf982bbd3e28330b62b9465ed2e33391ab3ab6da0a31e89f0a28010ab694e6e1-d # internal crypto/sha512 mkdir -p $WORK/b040/ cat >$WORK/b040/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b026/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b027/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha512 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b040/_pkg_.a -trimpath $WORK/b040 -shared -p crypto/sha512 -std -installsuffix shared -buildid Zx42I7mgLAX-Qf6N7tNY/Zx42I7mgLAX-Qf6N7tNY -goversion go1.10.4 -D "" -importcfg $WORK/b040/importcfg -pack -asmhdr $WORK/b040/go_asm.h ./sha512.go ./sha512block.go ./sha512block_decl.go ./sha512block_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b040 -I $WORK/b040/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b040/sha512block_s390x.o ./sha512block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b040/_pkg_.a $WORK/b040/sha512block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b040/_pkg_.a # internal cp $WORK/b040/_pkg_.a /builddir/.cache/go-build/ab/abde4420b753aba7f48d6ddf6513017ac0dfee3993b52e42112e61cd2983ec03-d # internal crypto/hmac mkdir -p $WORK/b042/ cat >$WORK/b042/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b030/_pkg_.a packagefile hash=$WORK/b027/_pkg_.a EOF cd /usr/lib/golang/src/crypto/hmac /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b042/_pkg_.a -trimpath $WORK/b042 -shared -p crypto/hmac -std -complete -installsuffix shared -buildid AZuRyLOnw6wEcx5yE4sv/AZuRyLOnw6wEcx5yE4sv -goversion go1.10.4 -D "" -importcfg $WORK/b042/importcfg -pack ./hmac.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b042/_pkg_.a # internal cp $WORK/b042/_pkg_.a /builddir/.cache/go-build/5e/5e82f93fdb81fa025dedfd7cd445d92661a53a0efd8348eee0cd376fb37049a0-d # internal crypto/md5 mkdir -p $WORK/b043/ cat >$WORK/b043/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b026/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b027/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a EOF cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b043/_pkg_.a -trimpath $WORK/b043 -shared -p crypto/md5 -std -installsuffix shared -buildid 3CjS52mO280qoEUuNa31/3CjS52mO280qoEUuNa31 -goversion go1.10.4 -D "" -importcfg $WORK/b043/importcfg -pack -asmhdr $WORK/b043/go_asm.h ./md5.go ./md5block.go ./md5block_decl.go cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b039 -I $WORK/b039/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b039/strings.o ./strings.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b039/_pkg_.a $WORK/b039/strings.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b039/_pkg_.a # internal cp $WORK/b039/_pkg_.a /builddir/.cache/go-build/bc/bc4ab2ebc1fbdff4ac3809cf340cd7f1991c51d35222d4d8ea22262ec97d977d-d # internal math/big mkdir -p $WORK/b036/ cat >$WORK/b036/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile math/bits=$WORK/b037/_pkg_.a packagefile math/rand=$WORK/b038/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b036/_pkg_.a -trimpath $WORK/b036 -shared -p math/big -std -installsuffix shared -buildid Fa2IHWd6e_JzyXHcwn9a/Fa2IHWd6e_JzyXHcwn9a -goversion go1.10.4 -D "" -importcfg $WORK/b036/importcfg -pack -asmhdr $WORK/b036/go_asm.h ./accuracy_string.go ./arith.go ./arith_decl.go ./arith_decl_s390x.go ./decimal.go ./doc.go ./float.go ./floatconv.go ./floatmarsh.go ./ftoa.go ./int.go ./intconv.go ./intmarsh.go ./nat.go ./natconv.go ./prime.go ./rat.go ./ratconv.go ./ratmarsh.go ./roundingmode_string.go ./sqrt.go cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b043 -I $WORK/b043/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b043/md5block_s390x.o ./md5block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b043/_pkg_.a $WORK/b043/md5block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b043/_pkg_.a # internal cp $WORK/b043/_pkg_.a /builddir/.cache/go-build/5c/5c57efb38626effbcaad78c73279ad642cfb91f01e2e6c395b1eecb92c3d8e9a-d # internal bufio mkdir -p $WORK/b045/ cat >$WORK/b045/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/bufio /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b045/_pkg_.a -trimpath $WORK/b045 -shared -p bufio -std -complete -installsuffix shared -buildid WXf5Mp3RbyUS4g5AbL4Q/WXf5Mp3RbyUS4g5AbL4Q -goversion go1.10.4 -D "" -importcfg $WORK/b045/importcfg -pack ./bufio.go ./scan.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b045/_pkg_.a # internal cp $WORK/b045/_pkg_.a /builddir/.cache/go-build/a4/a43fd8acb27c2d6fa8e15c5f36c1394da6258e4879515843a0e5abbfc36cf5a3-d # internal internal/syscall/unix mkdir -p $WORK/b046/ cat >$WORK/b046/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/internal/syscall/unix /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b046/_pkg_.a -trimpath $WORK/b046 -shared -p internal/syscall/unix -std -complete -installsuffix shared -buildid yhQTfJwbHybzXroh2cZr/yhQTfJwbHybzXroh2cZr -goversion go1.10.4 -D "" -importcfg $WORK/b046/importcfg -pack ./getrandom_linux.go ./getrandom_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b046/_pkg_.a # internal cp $WORK/b046/_pkg_.a /builddir/.cache/go-build/61/611146b5721fc5e98d443d377c507e0d1eaa8506d7de42d646c84a4ebe0558f2-d # internal crypto/sha1 mkdir -p $WORK/b049/ cat >$WORK/b049/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b026/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b027/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b049/_pkg_.a -trimpath $WORK/b049 -shared -p crypto/sha1 -std -installsuffix shared -buildid vhxStMkJKxV0Sme9qgQI/vhxStMkJKxV0Sme9qgQI -goversion go1.10.4 -D "" -importcfg $WORK/b049/importcfg -pack -asmhdr $WORK/b049/go_asm.h ./sha1.go ./sha1block.go ./sha1block_decl.go ./sha1block_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b049 -I $WORK/b049/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b049/sha1block_s390x.o ./sha1block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b049/_pkg_.a $WORK/b049/sha1block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b049/_pkg_.a # internal cp $WORK/b049/_pkg_.a /builddir/.cache/go-build/1d/1d60ad2c1d9570f1150b2304049807c4f9da06122f0631a0d5a943eb476a5673-d # internal crypto/sha256 mkdir -p $WORK/b050/ cat >$WORK/b050/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b026/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b027/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha256 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b050/_pkg_.a -trimpath $WORK/b050 -shared -p crypto/sha256 -std -installsuffix shared -buildid U68lt2LX3_OZTZ_4bW5p/U68lt2LX3_OZTZ_4bW5p -goversion go1.10.4 -D "" -importcfg $WORK/b050/importcfg -pack -asmhdr $WORK/b050/go_asm.h ./sha256.go ./sha256block.go ./sha256block_decl.go ./sha256block_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b050 -I $WORK/b050/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b050/sha256block_s390x.o ./sha256block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b050/_pkg_.a $WORK/b050/sha256block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b050/_pkg_.a # internal cp $WORK/b050/_pkg_.a /builddir/.cache/go-build/64/6469267c81bfa769f464c17e2afd0304f8f1158c2fd38e2034a5380dea8c7dd5-d # internal encoding/hex mkdir -p $WORK/b054/ cat >$WORK/b054/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/encoding/hex /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b054/_pkg_.a -trimpath $WORK/b054 -shared -p encoding/hex -std -complete -installsuffix shared -buildid I8TOxgf1grwagu_OevwO/I8TOxgf1grwagu_OevwO -goversion go1.10.4 -D "" -importcfg $WORK/b054/importcfg -pack ./hex.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b054/_pkg_.a # internal cp $WORK/b054/_pkg_.a /builddir/.cache/go-build/16/16ae40f224287b198422faef5597406b08ca9b99e417411fd9aaed7ac1385038-d # internal encoding/base64 mkdir -p $WORK/b056/ cat >$WORK/b056/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a EOF cd /usr/lib/golang/src/encoding/base64 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b056/_pkg_.a -trimpath $WORK/b056 -shared -p encoding/base64 -std -complete -installsuffix shared -buildid 5E04123UTUncpph_WWFE/5E04123UTUncpph_WWFE -goversion go1.10.4 -D "" -importcfg $WORK/b056/importcfg -pack ./base64.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b056/_pkg_.a # internal cp $WORK/b056/_pkg_.a /builddir/.cache/go-build/99/994250dbfc66cf23e5e0567b1c15134adf7380a54732fab8bed7808c84a7a9c1-d # internal sort mkdir -p $WORK/b057/ cat >$WORK/b057/importcfg << 'EOF' # internal # import config packagefile reflect=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/sort /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b057/_pkg_.a -trimpath $WORK/b057 -shared -p sort -std -complete -installsuffix shared -buildid wb-cxiej1WgLARX0WacM/wb-cxiej1WgLARX0WacM -goversion go1.10.4 -D "" -importcfg $WORK/b057/importcfg -pack ./search.go ./slice.go ./sort.go ./zfuncversion.go cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b036 -I $WORK/b036/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b036/arith_s390x.o ./arith_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b036/_pkg_.a $WORK/b036/arith_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b036/_pkg_.a # internal cp $WORK/b036/_pkg_.a /builddir/.cache/go-build/38/38b9113e2a938ba3df21e6f80ed29052a4a2d1893be838caf21f6e864073f047-d # internal crypto/elliptic mkdir -p $WORK/b035/ cat >$WORK/b035/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/big=$WORK/b036/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/crypto/elliptic /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b035/_pkg_.a -trimpath $WORK/b035 -shared -p crypto/elliptic -std -installsuffix shared -buildid gpPWj-1xcTszf9A9XhxB/gpPWj-1xcTszf9A9XhxB -goversion go1.10.4 -D "" -importcfg $WORK/b035/importcfg -pack -asmhdr $WORK/b035/go_asm.h ./elliptic.go ./p224.go ./p256.go ./p256_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b057/_pkg_.a # internal cp $WORK/b057/_pkg_.a /builddir/.cache/go-build/52/52c925e7b9fc0b0c5449a54d936e3802c8217a25eb3a95eb35ca5a93454ecae6-d # internal encoding/asn1 mkdir -p $WORK/b041/ cat >$WORK/b041/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile math/big=$WORK/b036/_pkg_.a packagefile reflect=$WORK/b022/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/encoding/asn1 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b041/_pkg_.a -trimpath $WORK/b041 -shared -p encoding/asn1 -std -complete -installsuffix shared -buildid 5Yk0cgQqXdfwvlfzVV8c/5Yk0cgQqXdfwvlfzVV8c -goversion go1.10.4 -D "" -importcfg $WORK/b041/importcfg -pack ./asn1.go ./common.go ./marshal.go cd /usr/lib/golang/src/crypto/elliptic /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b035 -I $WORK/b035/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b035/p256_asm_s390x.o ./p256_asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b041/_pkg_.a # internal cp $WORK/b041/_pkg_.a /builddir/.cache/go-build/8f/8f7adef43e92f12dbdd2d434beb234a0145517e2df31e1e9a0cff444428ad119-d # internal crypto/rand mkdir -p $WORK/b044/ cat >$WORK/b044/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile crypto/aes=$WORK/b028/_pkg_.a packagefile crypto/cipher=$WORK/b029/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile internal/syscall/unix=$WORK/b046/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/big=$WORK/b036/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b019/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rand /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b044/_pkg_.a -trimpath $WORK/b044 -shared -p crypto/rand -std -complete -installsuffix shared -buildid KgKuo8VPn8JzHsRUlSYi/KgKuo8VPn8JzHsRUlSYi -goversion go1.10.4 -D "" -importcfg $WORK/b044/importcfg -pack ./eagain.go ./rand.go ./rand_linux.go ./rand_unix.go ./util.go cd /usr/lib/golang/src/crypto/elliptic /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b035/_pkg_.a $WORK/b035/p256_asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b035/_pkg_.a # internal cp $WORK/b035/_pkg_.a /builddir/.cache/go-build/6b/6b136d1f091a99f12ef5bb0b09eb6fa303799f682f7c099c187d8432f5de5f0b-d # internal crypto/ecdsa mkdir -p $WORK/b034/ cat >$WORK/b034/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b026/_pkg_.a packagefile crypto/aes=$WORK/b028/_pkg_.a packagefile crypto/cipher=$WORK/b029/_pkg_.a packagefile crypto/elliptic=$WORK/b035/_pkg_.a packagefile crypto/sha512=$WORK/b040/_pkg_.a packagefile encoding/asn1=$WORK/b041/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/big=$WORK/b036/_pkg_.a EOF cd /usr/lib/golang/src/crypto/ecdsa /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b034/_pkg_.a -trimpath $WORK/b034 -shared -p crypto/ecdsa -std -complete -installsuffix shared -buildid D-G55s_0wwFSRoycMtvb/D-G55s_0wwFSRoycMtvb -goversion go1.10.4 -D "" -importcfg $WORK/b034/importcfg -pack ./ecdsa.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b044/_pkg_.a # internal cp $WORK/b044/_pkg_.a /builddir/.cache/go-build/c1/c1b13174d53215d9a42688e31f631ebc347c947af43e266f0bbbb5f2a490bd8c-d # internal crypto/rsa mkdir -p $WORK/b048/ cat >$WORK/b048/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto=$WORK/b026/_pkg_.a packagefile crypto/rand=$WORK/b044/_pkg_.a packagefile crypto/subtle=$WORK/b030/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile math/big=$WORK/b036/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rsa /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b048/_pkg_.a -trimpath $WORK/b048 -shared -p crypto/rsa -std -complete -installsuffix shared -buildid w3r6c3EB1zKplqFdg4ha/w3r6c3EB1zKplqFdg4ha -goversion go1.10.4 -D "" -importcfg $WORK/b048/importcfg -pack ./pkcs1v15.go ./pss.go ./rsa.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b034/_pkg_.a # internal cp $WORK/b034/_pkg_.a /builddir/.cache/go-build/1f/1fbfe8b7b5a8f69a874c45fdee8962a863317d5a82abec27a3afb5a089766341-d # internal crypto/dsa mkdir -p $WORK/b052/ cat >$WORK/b052/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/big=$WORK/b036/_pkg_.a EOF cd /usr/lib/golang/src/crypto/dsa /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b052/_pkg_.a -trimpath $WORK/b052 -shared -p crypto/dsa -std -complete -installsuffix shared -buildid GMh7f1qu2urA1_M0Zt9H/GMh7f1qu2urA1_M0Zt9H -goversion go1.10.4 -D "" -importcfg $WORK/b052/importcfg -pack ./dsa.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b052/_pkg_.a # internal cp $WORK/b052/_pkg_.a /builddir/.cache/go-build/b6/b642d69ef31d8c3133810df4113e5c8f63cce6bbb23aee19ea26257ca13cd7d4-d # internal crypto/x509/pkix mkdir -p $WORK/b053/ cat >$WORK/b053/importcfg << 'EOF' # internal # import config packagefile encoding/asn1=$WORK/b041/_pkg_.a packagefile encoding/hex=$WORK/b054/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile math/big=$WORK/b036/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/crypto/x509/pkix /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b053/_pkg_.a -trimpath $WORK/b053 -shared -p crypto/x509/pkix -std -complete -installsuffix shared -buildid 2dfQMLqAO1pzhkkBsiG8/2dfQMLqAO1pzhkkBsiG8 -goversion go1.10.4 -D "" -importcfg $WORK/b053/importcfg -pack ./pkix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b048/_pkg_.a # internal cp $WORK/b048/_pkg_.a /builddir/.cache/go-build/72/72c13d50cad1c0763eb36ce10a04e3542977fd30a332cec7a9cd0513481ae19c-d # internal encoding/pem mkdir -p $WORK/b055/ cat >$WORK/b055/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/base64=$WORK/b056/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b053/_pkg_.a # internal cd /usr/lib/golang/src/encoding/pem /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b055/_pkg_.a -trimpath $WORK/b055 -shared -p encoding/pem -std -complete -installsuffix shared -buildid -ocZZqGqJEX3eXHCa_zT/-ocZZqGqJEX3eXHCa_zT -goversion go1.10.4 -D "" -importcfg $WORK/b055/importcfg -pack ./pem.go cp $WORK/b053/_pkg_.a /builddir/.cache/go-build/5c/5c966dd46b0e3bb6d5fe92d0d60304dcd4e5a5d182d6e14ad01333c2b6bfb0ff-d # internal vendor/golang_org/x/crypto/cryptobyte mkdir -p $WORK/b058/ cat >$WORK/b058/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/cryptobyte/asn1=vendor/golang_org/x/crypto/cryptobyte/asn1 packagefile encoding/asn1=$WORK/b041/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=$WORK/b059/_pkg_.a packagefile math/big=$WORK/b036/_pkg_.a packagefile reflect=$WORK/b022/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/cryptobyte /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b058/_pkg_.a -trimpath $WORK/b058 -shared -p vendor/golang_org/x/crypto/cryptobyte -std -complete -installsuffix shared -buildid W9B6EGzAfq9TR2UWt_MP/W9B6EGzAfq9TR2UWt_MP -goversion go1.10.4 -D "" -importcfg $WORK/b058/importcfg -pack ./asn1.go ./builder.go ./string.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b055/_pkg_.a # internal cp $WORK/b055/_pkg_.a /builddir/.cache/go-build/65/650a72e5027f9c0121b522c8711c4f53cacaab0e6c465ab4f8cc46e2f2aa3440-d # internal path/filepath mkdir -p $WORK/b061/ cat >$WORK/b061/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/path/filepath /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b061/_pkg_.a -trimpath $WORK/b061 -shared -p path/filepath -std -complete -installsuffix shared -buildid s7P_d9ZXcFDZhpvHCBID/s7P_d9ZXcFDZhpvHCBID -goversion go1.10.4 -D "" -importcfg $WORK/b061/importcfg -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b061/_pkg_.a # internal cp $WORK/b061/_pkg_.a /builddir/.cache/go-build/fb/fb1ca5753fba5e1e1176a57a19add393198a43e36fea5cb033941bdd8e0d1bf1-d # internal io/ioutil mkdir -p $WORK/b060/ cat >$WORK/b060/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile path/filepath=$WORK/b061/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/io/ioutil /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b060/_pkg_.a -trimpath $WORK/b060 -shared -p io/ioutil -std -complete -installsuffix shared -buildid OtC_cf0Fw3LtJ6eM3F7O/OtC_cf0Fw3LtJ6eM3F7O -goversion go1.10.4 -D "" -importcfg $WORK/b060/importcfg -pack ./ioutil.go ./tempfile.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b058/_pkg_.a # internal cp $WORK/b058/_pkg_.a /builddir/.cache/go-build/67/679cec526362725885de51ae10ab4f2198ffc81d0b9c4c031d09c53dfe43b487-d # internal internal/singleflight mkdir -p $WORK/b064/ cat >$WORK/b064/importcfg << 'EOF' # internal # import config packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/internal/singleflight /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b064/_pkg_.a -trimpath $WORK/b064 -shared -p internal/singleflight -std -complete -installsuffix shared -buildid xToJ3DUdW6hWL2RZ71t1/xToJ3DUdW6hWL2RZ71t1 -goversion go1.10.4 -D "" -importcfg $WORK/b064/importcfg -pack ./singleflight.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b064/_pkg_.a # internal cp $WORK/b064/_pkg_.a /builddir/.cache/go-build/c7/c7188dd00764eab50ab92afbe6833cdbad7e435a1deb48891b914d6f7b4002a3-d # internal net mkdir -p $WORK/b062/ cd /usr/lib/golang/src/net CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_s390x/cgo -objdir $WORK/b062/ -importpath net -- -I $WORK/b062/ -g -O2 ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b060/_pkg_.a # internal cp $WORK/b060/_pkg_.a /builddir/.cache/go-build/17/17179f5eb39544977d1bb63915320c28cf3e3275028295fba64a45aa0f565de0-d # internal net/url mkdir -p $WORK/b066/ cat >$WORK/b066/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a EOF cd /usr/lib/golang/src/net/url /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b066/_pkg_.a -trimpath $WORK/b066 -shared -p net/url -std -complete -installsuffix shared -buildid BqjBU300BrfpOypeGB3C/BqjBU300BrfpOypeGB3C -goversion go1.10.4 -D "" -importcfg $WORK/b066/importcfg -pack ./url.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b066/_pkg_.a # internal cp $WORK/b066/_pkg_.a /builddir/.cache/go-build/07/07fd5b4d7a6e12411da08e0bf80b9ab720f513bcdb0d650ebe53f85badfd9844-d # internal vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 mkdir -p $WORK/b068/ cat >$WORK/b068/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b033/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b068/_pkg_.a -trimpath $WORK/b068 -shared -p vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 -std -complete -installsuffix shared -buildid wpdNC2CaBsANdkhbIdy4/wpdNC2CaBsANdkhbIdy4 -goversion go1.10.4 -D "" -importcfg $WORK/b068/importcfg -pack ./chacha_generic.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b068/_pkg_.a # internal cp $WORK/b068/_pkg_.a /builddir/.cache/go-build/5b/5bd321cb6d1eaa6e24ea4203855fcd45354593300b145935a475c3f6de29f152-d # internal vendor/golang_org/x/crypto/poly1305 mkdir -p $WORK/b069/ cat >$WORK/b069/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b030/_pkg_.a packagefile encoding/binary=$WORK/b033/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/poly1305 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b069/_pkg_.a -trimpath $WORK/b069 -shared -p vendor/golang_org/x/crypto/poly1305 -std -complete -installsuffix shared -buildid WlVWkJ2sdlh-qooqtbV8/WlVWkJ2sdlh-qooqtbV8 -goversion go1.10.4 -D "" -importcfg $WORK/b069/importcfg -pack ./poly1305.go ./sum_ref.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b069/_pkg_.a # internal cp $WORK/b069/_pkg_.a /builddir/.cache/go-build/50/50fafd7fffa7c6edbf6e73daeeb2610ebd6456aea04855c8738feaafb5545c0c-d # internal vendor/golang_org/x/crypto/chacha20poly1305 mkdir -p $WORK/b067/ cat >$WORK/b067/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/chacha20poly1305/internal/chacha20=vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 importmap golang_org/x/crypto/poly1305=vendor/golang_org/x/crypto/poly1305 packagefile crypto/cipher=$WORK/b029/_pkg_.a packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20=$WORK/b068/_pkg_.a packagefile vendor/golang_org/x/crypto/poly1305=$WORK/b069/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/chacha20poly1305 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b067/_pkg_.a -trimpath $WORK/b067 -shared -p vendor/golang_org/x/crypto/chacha20poly1305 -std -complete -installsuffix shared -buildid 2FAWLS7ntV4DzSNFcHv8/2FAWLS7ntV4DzSNFcHv8 -goversion go1.10.4 -D "" -importcfg $WORK/b067/importcfg -pack ./chacha20poly1305.go ./chacha20poly1305_generic.go ./chacha20poly1305_noasm.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b067/_pkg_.a # internal cp $WORK/b067/_pkg_.a /builddir/.cache/go-build/3b/3b006f0c8470b44bc91b952f16de90859fb1acc051d24cd20c03fef8c628a852-d # internal vendor/golang_org/x/crypto/curve25519 mkdir -p $WORK/b070/ cat >$WORK/b070/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b033/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/curve25519 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b070/_pkg_.a -trimpath $WORK/b070 -shared -p vendor/golang_org/x/crypto/curve25519 -std -complete -installsuffix shared -buildid 0XkFHpmgIZfkA0N3feob/0XkFHpmgIZfkA0N3feob -goversion go1.10.4 -D "" -importcfg $WORK/b070/importcfg -pack ./curve25519.go ./doc.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b070/_pkg_.a # internal cp $WORK/b070/_pkg_.a /builddir/.cache/go-build/82/8285a62c237cb848f0350b32cf4f73866b61411bd9cc90c45072c413f87270a7-d # internal encoding/json mkdir -p $WORK/b071/ cat >$WORK/b071/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding=$WORK/b072/_pkg_.a packagefile encoding/base64=$WORK/b056/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile reflect=$WORK/b022/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf16=$WORK/b073/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/encoding/json /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b071/_pkg_.a -trimpath $WORK/b071 -shared -p encoding/json -std -complete -installsuffix shared -buildid SKq9feA9F_0tAN_vNM94/SKq9feA9F_0tAN_vNM94 -goversion go1.10.4 -D "" -importcfg $WORK/b071/importcfg -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tables.go ./tags.go cd $WORK/b062 gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b062=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b062=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c cgo_linux.cgo2.c /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b071/_pkg_.a # internal cp $WORK/b071/_pkg_.a /builddir/.cache/go-build/3e/3e4c1f4fc201ca0cfcd948b42fe4971a3d61aaea1c0e3ddcc9a1e6deee918a94-d # internal flag mkdir -p $WORK/b074/ cat >$WORK/b074/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile reflect=$WORK/b022/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/flag /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b074/_pkg_.a -trimpath $WORK/b074 -shared -p flag -std -complete -installsuffix shared -buildid 3NxwbQdV1gm0mbGQDsiJ/3NxwbQdV1gm0mbGQDsiJ -goversion go1.10.4 -D "" -importcfg $WORK/b074/importcfg -pack ./flag.go cd $WORK/b062 gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b062=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x003.o -c cgo_resnew.cgo2.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b062=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x004.o -c cgo_socknew.cgo2.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b062=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x005.o -c cgo_unix.cgo2.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b062=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b074/_pkg_.a # internal cp $WORK/b074/_pkg_.a /builddir/.cache/go-build/d9/d951fb28e142b415d022cf385fcde79445e952565ec6af1063fb42b7a3000a9c-d # internal log mkdir -p $WORK/b077/ cat >$WORK/b077/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b015/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/log /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b077/_pkg_.a -trimpath $WORK/b077 -shared -p log -std -complete -installsuffix shared -buildid prItjwSgPMPheKaJ_sa6/prItjwSgPMPheKaJ_sa6 -goversion go1.10.4 -D "" -importcfg $WORK/b077/importcfg -pack ./log.go cd /usr/lib/golang/src/net gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b062=/tmp/go-build -gno-record-gcc-switches -o $WORK/b062/_cgo_.o $WORK/b062/_cgo_main.o $WORK/b062/_x001.o $WORK/b062/_x002.o $WORK/b062/_x003.o $WORK/b062/_x004.o $WORK/b062/_x005.o -g -O2 /usr/lib/golang/pkg/tool/linux_s390x/cgo -dynpackage net -dynimport $WORK/b062/_cgo_.o -dynout $WORK/b062/_cgo_import.go cat >$WORK/b062/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b014/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile internal/nettrace=$WORK/b063/_pkg_.a packagefile internal/poll=$WORK/b018/_pkg_.a packagefile internal/singleflight=$WORK/b064/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/rand=$WORK/b038/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b019/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile runtime/cgo=$WORK/b065/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b062/_pkg_.a -trimpath $WORK/b062 -shared -p net -std -installsuffix shared -buildid Ad_Neh9sUySvqDHaMXZV/Ad_Neh9sUySvqDHaMXZV -goversion go1.10.4 -D "" -importcfg $WORK/b062/importcfg -pack ./addrselect.go ./conf.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./error_posix.go ./fd_unix.go ./file.go ./file_unix.go ./hook.go ./hook_unix.go ./hosts.go ./interface.go ./interface_linux.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./nss.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./rawconn.go ./sendfile_linux.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go ./writev_unix.go $WORK/b062/_cgo_gotypes.go $WORK/b062/cgo_linux.cgo1.go $WORK/b062/cgo_resnew.cgo1.go $WORK/b062/cgo_socknew.cgo1.go $WORK/b062/cgo_unix.cgo1.go $WORK/b062/_cgo_import.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b077/_pkg_.a # internal cp $WORK/b077/_pkg_.a /builddir/.cache/go-build/69/69b9fe5962886f72e214cfa7ca06cbf8d594724bc081cfb5a0e78d1a79184fde-d # internal github.com/gogo/protobuf/proto mkdir -p $WORK/b076/ cat >$WORK/b076/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding=$WORK/b072/_pkg_.a packagefile encoding/json=$WORK/b071/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile log=$WORK/b077/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile reflect=$WORK/b022/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gogo/protobuf/proto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b076/_pkg_.a -trimpath $WORK/b076 -shared -p github.com/gogo/protobuf/proto -complete -installsuffix shared -buildid 4O4L-2u8_WzpPeszf3Mx/4O4L-2u8_WzpPeszf3Mx -goversion go1.10.4 -D "" -importcfg $WORK/b076/importcfg -pack ./clone.go ./decode.go ./decode_gogo.go ./duration.go ./duration_gogo.go ./encode.go ./encode_gogo.go ./equal.go ./extensions.go ./extensions_gogo.go ./lib.go ./lib_gogo.go ./message_set.go ./pointer_unsafe.go ./pointer_unsafe_gogo.go ./properties.go ./properties_gogo.go ./skip_gogo.go ./text.go ./text_gogo.go ./text_parser.go ./timestamp.go ./timestamp_gogo.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b076/_pkg_.a # internal cp $WORK/b076/_pkg_.a /builddir/.cache/go-build/5e/5e9a04d6cc5454a595e00a9e4d4c8d41f6ee6c7e06aea22e863a5c8c38340804-d # internal compress/flate mkdir -p $WORK/b080/ cat >$WORK/b080/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile math/bits=$WORK/b037/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/compress/flate /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b080/_pkg_.a -trimpath $WORK/b080 -shared -p compress/flate -std -complete -installsuffix shared -buildid iK0UZPQL6Co73JJGVVo8/iK0UZPQL6Co73JJGVVo8 -goversion go1.10.4 -D "" -importcfg $WORK/b080/importcfg -pack ./deflate.go ./deflatefast.go ./dict_decoder.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./token.go cd /usr/lib/golang/src/net /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b062/_pkg_.a $WORK/b062/_x001.o $WORK/b062/_x002.o $WORK/b062/_x003.o $WORK/b062/_x004.o $WORK/b062/_x005.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b062/_pkg_.a # internal cp $WORK/b062/_pkg_.a /builddir/.cache/go-build/a7/a77c8683e630c4152d146987d677df15815f8ce1803d76eabbd8b226ee7e1caa-d # internal crypto/x509 mkdir -p $WORK/b051/ cat >$WORK/b051/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/cryptobyte=vendor/golang_org/x/crypto/cryptobyte importmap golang_org/x/crypto/cryptobyte/asn1=vendor/golang_org/x/crypto/cryptobyte/asn1 packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto=$WORK/b026/_pkg_.a packagefile crypto/aes=$WORK/b028/_pkg_.a packagefile crypto/cipher=$WORK/b029/_pkg_.a packagefile crypto/des=$WORK/b032/_pkg_.a packagefile crypto/dsa=$WORK/b052/_pkg_.a packagefile crypto/ecdsa=$WORK/b034/_pkg_.a packagefile crypto/elliptic=$WORK/b035/_pkg_.a packagefile crypto/md5=$WORK/b043/_pkg_.a packagefile crypto/rsa=$WORK/b048/_pkg_.a packagefile crypto/sha1=$WORK/b049/_pkg_.a packagefile crypto/sha256=$WORK/b050/_pkg_.a packagefile crypto/sha512=$WORK/b040/_pkg_.a packagefile crypto/x509/pkix=$WORK/b053/_pkg_.a packagefile encoding/asn1=$WORK/b041/_pkg_.a packagefile encoding/hex=$WORK/b054/_pkg_.a packagefile encoding/pem=$WORK/b055/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte=$WORK/b058/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=$WORK/b059/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b060/_pkg_.a packagefile math/big=$WORK/b036/_pkg_.a packagefile net=$WORK/b062/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile reflect=$WORK/b022/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/crypto/x509 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b051/_pkg_.a -trimpath $WORK/b051 -shared -p crypto/x509 -std -complete -installsuffix shared -buildid ipnBkx9b9y-MoBegpqlj/ipnBkx9b9y-MoBegpqlj -goversion go1.10.4 -D "" -importcfg $WORK/b051/importcfg -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_linux.go ./root_unix.go ./sec1.go ./verify.go ./x509.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b080/_pkg_.a # internal cp $WORK/b080/_pkg_.a /builddir/.cache/go-build/fc/fcb75e2e7a3526e366c22adf2a14e681d2e681ce871748668e2d3a0730ec8f13-d # internal hash/crc32 mkdir -p $WORK/b081/ cat >$WORK/b081/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b027/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b081/_pkg_.a -trimpath $WORK/b081 -shared -p hash/crc32 -std -installsuffix shared -buildid ZOE5WUc-T9osY7VlR3Iz/ZOE5WUc-T9osY7VlR3Iz -goversion go1.10.4 -D "" -importcfg $WORK/b081/importcfg -pack -asmhdr $WORK/b081/go_asm.h ./crc32.go ./crc32_generic.go ./crc32_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b081 -I $WORK/b081/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b081/crc32_s390x.o ./crc32_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b081/_pkg_.a $WORK/b081/crc32_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b081/_pkg_.a # internal cp $WORK/b081/_pkg_.a /builddir/.cache/go-build/8e/8e20dfded700b0a913a17d8ca70ed51d980c3721a0cd1ae448b2faabb034d94f-d # internal compress/gzip mkdir -p $WORK/b079/ cat >$WORK/b079/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile compress/flate=$WORK/b080/_pkg_.a packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile hash/crc32=$WORK/b081/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/compress/gzip /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b079/_pkg_.a -trimpath $WORK/b079 -shared -p compress/gzip -std -complete -installsuffix shared -buildid w2OfZf1OBiTY46K6udlZ/w2OfZf1OBiTY46K6udlZ -goversion go1.10.4 -D "" -importcfg $WORK/b079/importcfg -pack ./gunzip.go ./gzip.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b079/_pkg_.a # internal cp $WORK/b079/_pkg_.a /builddir/.cache/go-build/ff/ff3ae9801a5acf12418201f189af85085985815acf0d4eba9e8c2d88bc107b34-d # internal github.com/gogo/protobuf/protoc-gen-gogo/descriptor mkdir -p $WORK/b078/ cat >$WORK/b078/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile compress/gzip=$WORK/b079/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b076/_pkg_.a packagefile io/ioutil=$WORK/b060/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile reflect=$WORK/b022/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gogo/protobuf/protoc-gen-gogo/descriptor /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b078/_pkg_.a -trimpath $WORK/b078 -shared -p github.com/gogo/protobuf/protoc-gen-gogo/descriptor -complete -installsuffix shared -buildid AOSn1vYBt7JphIsR4Mcu/AOSn1vYBt7JphIsR4Mcu -goversion go1.10.4 -D "" -importcfg $WORK/b078/importcfg -pack ./descriptor.go ./descriptor.pb.go ./descriptor_gostring.gen.go ./helper.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b051/_pkg_.a # internal cp $WORK/b051/_pkg_.a /builddir/.cache/go-build/bb/bbbe9b99932f054c558fe4d9dff96020812569930cf61d6b77c47e4e26e60b04-d # internal crypto/tls mkdir -p $WORK/b024/ cat >$WORK/b024/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/chacha20poly1305=vendor/golang_org/x/crypto/chacha20poly1305 importmap golang_org/x/crypto/curve25519=vendor/golang_org/x/crypto/curve25519 packagefile bytes=$WORK/b002/_pkg_.a packagefile container/list=$WORK/b025/_pkg_.a packagefile crypto=$WORK/b026/_pkg_.a packagefile crypto/aes=$WORK/b028/_pkg_.a packagefile crypto/cipher=$WORK/b029/_pkg_.a packagefile crypto/des=$WORK/b032/_pkg_.a packagefile crypto/ecdsa=$WORK/b034/_pkg_.a packagefile crypto/elliptic=$WORK/b035/_pkg_.a packagefile crypto/hmac=$WORK/b042/_pkg_.a packagefile crypto/internal/cipherhw=$WORK/b031/_pkg_.a packagefile crypto/md5=$WORK/b043/_pkg_.a packagefile crypto/rand=$WORK/b044/_pkg_.a packagefile crypto/rc4=$WORK/b047/_pkg_.a packagefile crypto/rsa=$WORK/b048/_pkg_.a packagefile crypto/sha1=$WORK/b049/_pkg_.a packagefile crypto/sha256=$WORK/b050/_pkg_.a packagefile crypto/sha512=$WORK/b040/_pkg_.a packagefile crypto/subtle=$WORK/b030/_pkg_.a packagefile crypto/x509=$WORK/b051/_pkg_.a packagefile encoding/asn1=$WORK/b041/_pkg_.a packagefile encoding/pem=$WORK/b055/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305=$WORK/b067/_pkg_.a packagefile vendor/golang_org/x/crypto/curve25519=$WORK/b070/_pkg_.a packagefile hash=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b060/_pkg_.a packagefile math/big=$WORK/b036/_pkg_.a packagefile net=$WORK/b062/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/crypto/tls /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b024/_pkg_.a -trimpath $WORK/b024 -shared -p crypto/tls -std -complete -installsuffix shared -buildid x3m24oTO5ksQdYC1OgiL/x3m24oTO5ksQdYC1OgiL -goversion go1.10.4 -D "" -importcfg $WORK/b024/importcfg -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b078/_pkg_.a # internal cp $WORK/b078/_pkg_.a /builddir/.cache/go-build/f6/f6a99cf33fff84e667f3b9a181db1c5993729f3f2627b6fc65fc5d70d4c5c96d-d # internal github.com/gogo/protobuf/gogoproto mkdir -p $WORK/b075/ cat >$WORK/b075/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b076/_pkg_.a packagefile github.com/gogo/protobuf/protoc-gen-gogo/descriptor=$WORK/b078/_pkg_.a packagefile math=$WORK/b016/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gogo/protobuf/gogoproto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b075/_pkg_.a -trimpath $WORK/b075 -shared -p github.com/gogo/protobuf/gogoproto -complete -installsuffix shared -buildid 6AX1a90zkNrbD3aOzhBT/6AX1a90zkNrbD3aOzhBT -goversion go1.10.4 -D "" -importcfg $WORK/b075/importcfg -pack ./doc.go ./gogo.pb.go ./helper.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b075/_pkg_.a # internal cp $WORK/b075/_pkg_.a /builddir/.cache/go-build/53/53038b0edc02b4b15e0f53382ed0f58e1cc3a6bf63b168cbe43798c797c2d5da-d # internal vendor/golang_org/x/net/http2/hpack mkdir -p $WORK/b085/ cat >$WORK/b085/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/http2/hpack /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b085/_pkg_.a -trimpath $WORK/b085 -shared -p vendor/golang_org/x/net/http2/hpack -std -complete -installsuffix shared -buildid T8GZcdhGOr9ZprCNO18t/T8GZcdhGOr9ZprCNO18t -goversion go1.10.4 -D "" -importcfg $WORK/b085/importcfg -pack ./encode.go ./hpack.go ./huffman.go ./tables.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b085/_pkg_.a # internal cp $WORK/b085/_pkg_.a /builddir/.cache/go-build/d4/d4e92a547252825673eca4f5b2858e3f9f03320a3398bb9f7ca2cd9c06f73d6d-d # internal vendor/golang_org/x/text/transform mkdir -p $WORK/b088/ cat >$WORK/b088/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/transform /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b088/_pkg_.a -trimpath $WORK/b088 -shared -p vendor/golang_org/x/text/transform -std -complete -installsuffix shared -buildid hDjCEKB7pZBZ8Srk8_Pz/hDjCEKB7pZBZ8Srk8_Pz -goversion go1.10.4 -D "" -importcfg $WORK/b088/importcfg -pack ./transform.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b088/_pkg_.a # internal cp $WORK/b088/_pkg_.a /builddir/.cache/go-build/cb/cb6246af57dd454b00db7a68dfa47a60f84ea0b6d26dbc8f2e495c1861d0608c-d # internal vendor/golang_org/x/text/unicode/bidi mkdir -p $WORK/b089/ cat >$WORK/b089/importcfg << 'EOF' # internal # import config packagefile container/list=$WORK/b025/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile log=$WORK/b077/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/unicode/bidi /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b089/_pkg_.a -trimpath $WORK/b089 -shared -p vendor/golang_org/x/text/unicode/bidi -std -complete -installsuffix shared -buildid iaFNt4f732-V4t-D9bDk/iaFNt4f732-V4t-D9bDk -goversion go1.10.4 -D "" -importcfg $WORK/b089/importcfg -pack ./bidi.go ./bracket.go ./core.go ./prop.go ./tables.go ./trieval.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b024/_pkg_.a # internal cp $WORK/b024/_pkg_.a /builddir/.cache/go-build/f0/f09845f78a5a0c81199f4a032345bac7105f1c4b8629be58a709c35d954eb638-d # internal vendor/golang_org/x/text/unicode/norm mkdir -p $WORK/b090/ cat >$WORK/b090/importcfg << 'EOF' # internal # import config importmap golang_org/x/text/transform=vendor/golang_org/x/text/transform packagefile fmt=$WORK/b015/_pkg_.a packagefile vendor/golang_org/x/text/transform=$WORK/b088/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/unicode/norm /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b090/_pkg_.a -trimpath $WORK/b090 -shared -p vendor/golang_org/x/text/unicode/norm -std -complete -installsuffix shared -buildid 0xKl18greOGJATRlpH5B/0xKl18greOGJATRlpH5B -goversion go1.10.4 -D "" -importcfg $WORK/b090/importcfg -pack ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables.go ./transform.go ./trie.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b089/_pkg_.a # internal cp $WORK/b089/_pkg_.a /builddir/.cache/go-build/a6/a62c2da9f9c970a8fddb61bf698b9d5ad11eff7d6618f359a2c388fb3e6687ca-d # internal vendor/golang_org/x/text/secure/bidirule mkdir -p $WORK/b087/ cat >$WORK/b087/importcfg << 'EOF' # internal # import config importmap golang_org/x/text/transform=vendor/golang_org/x/text/transform importmap golang_org/x/text/unicode/bidi=vendor/golang_org/x/text/unicode/bidi packagefile errors=$WORK/b003/_pkg_.a packagefile vendor/golang_org/x/text/transform=$WORK/b088/_pkg_.a packagefile vendor/golang_org/x/text/unicode/bidi=$WORK/b089/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/secure/bidirule /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b087/_pkg_.a -trimpath $WORK/b087 -shared -p vendor/golang_org/x/text/secure/bidirule -std -complete -installsuffix shared -buildid thpzZuetJtGHKsjO9YFa/thpzZuetJtGHKsjO9YFa -goversion go1.10.4 -D "" -importcfg $WORK/b087/importcfg -pack ./bidirule.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b087/_pkg_.a # internal cp $WORK/b087/_pkg_.a /builddir/.cache/go-build/55/557dcc31dfbf6558dd657a4cc610f93aef5be5ffb90e673edba58252f1c9f17a-d # internal vendor/golang_org/x/net/proxy mkdir -p $WORK/b092/ cat >$WORK/b092/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile net=$WORK/b062/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/proxy /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b092/_pkg_.a -trimpath $WORK/b092 -shared -p vendor/golang_org/x/net/proxy -std -complete -installsuffix shared -buildid -FTG3aQSnVXX6c4YtjGM/-FTG3aQSnVXX6c4YtjGM -goversion go1.10.4 -D "" -importcfg $WORK/b092/importcfg -pack ./direct.go ./per_host.go ./proxy.go ./socks5.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b092/_pkg_.a # internal cp $WORK/b092/_pkg_.a /builddir/.cache/go-build/4c/4cd8b8f865585876d0e389a93377a6f6e945062160e407f2f2503aa288e31e58-d # internal mime mkdir -p $WORK/b093/ cat >$WORK/b093/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/base64=$WORK/b056/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/mime /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b093/_pkg_.a -trimpath $WORK/b093 -shared -p mime -std -complete -installsuffix shared -buildid w4wBiqK_vQcbn7GhBzQz/w4wBiqK_vQcbn7GhBzQz -goversion go1.10.4 -D "" -importcfg $WORK/b093/importcfg -pack ./encodedword.go ./grammar.go ./mediatype.go ./type.go ./type_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b093/_pkg_.a # internal cp $WORK/b093/_pkg_.a /builddir/.cache/go-build/3e/3ee0cd03ee527016ff72f8086a86c38949235c8bba8b25ec188e6dc521a1ffbb-d # internal mime/quotedprintable mkdir -p $WORK/b095/ cat >$WORK/b095/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/mime/quotedprintable /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b095/_pkg_.a -trimpath $WORK/b095 -shared -p mime/quotedprintable -std -complete -installsuffix shared -buildid auw3UKedfDESEzfrTcyj/auw3UKedfDESEzfrTcyj -goversion go1.10.4 -D "" -importcfg $WORK/b095/importcfg -pack ./reader.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b095/_pkg_.a # internal cp $WORK/b095/_pkg_.a /builddir/.cache/go-build/94/9437ce830041927385effd68b05567f4f352bfc7a235b465a1d5846bd3f4b06d-d # internal net/textproto mkdir -p $WORK/b096/ cat >$WORK/b096/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b060/_pkg_.a packagefile net=$WORK/b062/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/net/textproto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b096/_pkg_.a -trimpath $WORK/b096 -shared -p net/textproto -std -complete -installsuffix shared -buildid QMymgkpOAo5_TmYaQm0R/QMymgkpOAo5_TmYaQm0R -goversion go1.10.4 -D "" -importcfg $WORK/b096/importcfg -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b090/_pkg_.a # internal cp $WORK/b090/_pkg_.a /builddir/.cache/go-build/78/7807f0f3732fd58fab25668246e2efc1cfc956a9128fdb89c001abb3c20d0f42-d # internal vendor/golang_org/x/net/idna mkdir -p $WORK/b086/ cat >$WORK/b086/importcfg << 'EOF' # internal # import config importmap golang_org/x/text/secure/bidirule=vendor/golang_org/x/text/secure/bidirule importmap golang_org/x/text/unicode/bidi=vendor/golang_org/x/text/unicode/bidi importmap golang_org/x/text/unicode/norm=vendor/golang_org/x/text/unicode/norm packagefile fmt=$WORK/b015/_pkg_.a packagefile vendor/golang_org/x/text/secure/bidirule=$WORK/b087/_pkg_.a packagefile vendor/golang_org/x/text/unicode/bidi=$WORK/b089/_pkg_.a packagefile vendor/golang_org/x/text/unicode/norm=$WORK/b090/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/idna /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b086/_pkg_.a -trimpath $WORK/b086 -shared -p vendor/golang_org/x/net/idna -std -complete -installsuffix shared -buildid -C6a3D3HW5gmXv3KLlmG/-C6a3D3HW5gmXv3KLlmG -goversion go1.10.4 -D "" -importcfg $WORK/b086/importcfg -pack ./idna.go ./punycode.go ./tables.go ./trie.go ./trieval.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b096/_pkg_.a # internal cp $WORK/b096/_pkg_.a /builddir/.cache/go-build/8e/8ef7e6d5f3aee28218d319571a6c94af20e7712f85a67134e1e3e2e850840282-d # internal mime/multipart mkdir -p $WORK/b094/ cat >$WORK/b094/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto/rand=$WORK/b044/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b060/_pkg_.a packagefile mime=$WORK/b093/_pkg_.a packagefile mime/quotedprintable=$WORK/b095/_pkg_.a packagefile net/textproto=$WORK/b096/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a EOF cd /usr/lib/golang/src/mime/multipart /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b094/_pkg_.a -trimpath $WORK/b094 -shared -p mime/multipart -std -complete -installsuffix shared -buildid laNP5Jbinbj43Sts0SaS/laNP5Jbinbj43Sts0SaS -goversion go1.10.4 -D "" -importcfg $WORK/b094/importcfg -pack ./formdata.go ./multipart.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b094/_pkg_.a # internal cp $WORK/b094/_pkg_.a /builddir/.cache/go-build/a0/a05a12af6762a63376006d29418a45f3e2b9e21690e4c2192de584903032cee0-d # internal net/http/httptrace mkdir -p $WORK/b097/ cat >$WORK/b097/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b014/_pkg_.a packagefile crypto/tls=$WORK/b024/_pkg_.a packagefile internal/nettrace=$WORK/b063/_pkg_.a packagefile net=$WORK/b062/_pkg_.a packagefile reflect=$WORK/b022/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/net/http/httptrace /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b097/_pkg_.a -trimpath $WORK/b097 -shared -p net/http/httptrace -std -complete -installsuffix shared -buildid zWwWcDfSBcYg338lzmq7/zWwWcDfSBcYg338lzmq7 -goversion go1.10.4 -D "" -importcfg $WORK/b097/importcfg -pack ./trace.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b086/_pkg_.a # internal cp $WORK/b086/_pkg_.a /builddir/.cache/go-build/ad/add3c74a6b3bf75e3b43f6917ef413f7dac8ba007a1bf20c9d4735eb6afca814-d # internal vendor/golang_org/x/net/lex/httplex mkdir -p $WORK/b091/ cat >$WORK/b091/importcfg << 'EOF' # internal # import config importmap golang_org/x/net/idna=vendor/golang_org/x/net/idna packagefile vendor/golang_org/x/net/idna=$WORK/b086/_pkg_.a packagefile net=$WORK/b062/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/lex/httplex /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b091/_pkg_.a -trimpath $WORK/b091 -shared -p vendor/golang_org/x/net/lex/httplex -std -complete -installsuffix shared -buildid wep0-zAVcLWsd1Qx_km6/wep0-zAVcLWsd1Qx_km6 -goversion go1.10.4 -D "" -importcfg $WORK/b091/importcfg -pack ./httplex.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b097/_pkg_.a # internal cp $WORK/b097/_pkg_.a /builddir/.cache/go-build/6f/6f50d73d5ea4824e7701b7674c002ea872d9adcf24eb69f853939199c4730a56-d # internal net/http/internal mkdir -p $WORK/b098/ cat >$WORK/b098/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/net/http/internal /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b098/_pkg_.a -trimpath $WORK/b098 -shared -p net/http/internal -std -complete -installsuffix shared -buildid 4oFYkmUv_u31OlE2Z3Qh/4oFYkmUv_u31OlE2Z3Qh -goversion go1.10.4 -D "" -importcfg $WORK/b098/importcfg -pack ./chunked.go ./testcert.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b091/_pkg_.a # internal cp $WORK/b091/_pkg_.a /builddir/.cache/go-build/71/71a8ee8a727806af58f576a9eaa081ad6bb1582bb694ec686079c29895734f59-d # internal path mkdir -p $WORK/b099/ cat >$WORK/b099/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/path /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b099/_pkg_.a -trimpath $WORK/b099 -shared -p path -std -complete -installsuffix shared -buildid 8u7O5RXRdxGU4-T4UQeM/8u7O5RXRdxGU4-T4UQeM -goversion go1.10.4 -D "" -importcfg $WORK/b099/importcfg -pack ./match.go ./path.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b098/_pkg_.a # internal cp $WORK/b098/_pkg_.a /builddir/.cache/go-build/62/62a2a6124c6d94e98ed8b61744677c4359079cd02f3d37cbcfc41915545a9a0c-d # internal github.com/beorn7/perks/quantile mkdir -p $WORK/b100/ cat >$WORK/b100/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b016/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a EOF cd /usr/share/gocode/src/github.com/beorn7/perks/quantile /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b100/_pkg_.a -trimpath $WORK/b100 -shared -p github.com/beorn7/perks/quantile -complete -installsuffix shared -buildid bfszZH-GIlTS49tMD7qG/bfszZH-GIlTS49tMD7qG -goversion go1.10.4 -D "" -importcfg $WORK/b100/importcfg -pack ./stream.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b099/_pkg_.a # internal cp $WORK/b099/_pkg_.a /builddir/.cache/go-build/73/73a850ab7920cd70f700e5a45fb684be1e99684f3452ecfe865b784f1a12492b-d # internal net/http mkdir -p $WORK/b084/ cat >$WORK/b084/importcfg << 'EOF' # internal # import config importmap golang_org/x/net/http2/hpack=vendor/golang_org/x/net/http2/hpack importmap golang_org/x/net/idna=vendor/golang_org/x/net/idna importmap golang_org/x/net/lex/httplex=vendor/golang_org/x/net/lex/httplex importmap golang_org/x/net/proxy=vendor/golang_org/x/net/proxy packagefile bufio=$WORK/b045/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile compress/gzip=$WORK/b079/_pkg_.a packagefile container/list=$WORK/b025/_pkg_.a packagefile context=$WORK/b014/_pkg_.a packagefile crypto/rand=$WORK/b044/_pkg_.a packagefile crypto/tls=$WORK/b024/_pkg_.a packagefile encoding/base64=$WORK/b056/_pkg_.a packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile vendor/golang_org/x/net/http2/hpack=$WORK/b085/_pkg_.a packagefile vendor/golang_org/x/net/idna=$WORK/b086/_pkg_.a packagefile vendor/golang_org/x/net/lex/httplex=$WORK/b091/_pkg_.a packagefile vendor/golang_org/x/net/proxy=$WORK/b092/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b060/_pkg_.a packagefile log=$WORK/b077/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile math/rand=$WORK/b038/_pkg_.a packagefile mime=$WORK/b093/_pkg_.a packagefile mime/multipart=$WORK/b094/_pkg_.a packagefile net=$WORK/b062/_pkg_.a packagefile net/http/httptrace=$WORK/b097/_pkg_.a packagefile net/http/internal=$WORK/b098/_pkg_.a packagefile net/textproto=$WORK/b096/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile path=$WORK/b099/_pkg_.a packagefile path/filepath=$WORK/b061/_pkg_.a packagefile reflect=$WORK/b022/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/net/http /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b084/_pkg_.a -trimpath $WORK/b084 -shared -p net/http -std -complete -installsuffix shared -buildid _blx5Kt84SDjZa2CapqL/_blx5Kt84SDjZa2CapqL -goversion go1.10.4 -D "" -importcfg $WORK/b084/importcfg -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./h2_bundle.go ./header.go ./http.go ./jar.go ./method.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b100/_pkg_.a # internal cp $WORK/b100/_pkg_.a /builddir/.cache/go-build/96/969c09a70a4c34bcae7d1d9eed4dc1da11c887ee4e58f0d9362a64ae6aeb7c9a-d # internal github.com/golang/protobuf/proto mkdir -p $WORK/b101/ cat >$WORK/b101/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding=$WORK/b072/_pkg_.a packagefile encoding/json=$WORK/b071/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile log=$WORK/b077/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile reflect=$WORK/b022/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/github.com/golang/protobuf/proto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b101/_pkg_.a -trimpath $WORK/b101 -shared -p github.com/golang/protobuf/proto -complete -installsuffix shared -buildid 5_5k0PAY1tuNCfSthPY2/5_5k0PAY1tuNCfSthPY2 -goversion go1.10.4 -D "" -importcfg $WORK/b101/importcfg -pack ./clone.go ./decode.go ./encode.go ./equal.go ./extensions.go ./lib.go ./message_set.go ./pointer_unsafe.go ./properties.go ./text.go ./text_parser.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b101/_pkg_.a # internal cp $WORK/b101/_pkg_.a /builddir/.cache/go-build/07/075e4262028869a423152b6ce0475bb498fe84177b28f6942992a4caac43d445-d # internal github.com/prometheus/client_model/go mkdir -p $WORK/b102/ cat >$WORK/b102/importcfg << 'EOF' # internal # import config packagefile github.com/golang/protobuf/proto=$WORK/b101/_pkg_.a packagefile math=$WORK/b016/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/client_model/go /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b102/_pkg_.a -trimpath $WORK/b102 -shared -p github.com/prometheus/client_model/go -complete -installsuffix shared -buildid aPrvxMwyiIqHAQB-rYmr/aPrvxMwyiIqHAQB-rYmr -goversion go1.10.4 -D "" -importcfg $WORK/b102/importcfg -pack ./metrics.pb.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b102/_pkg_.a # internal cp $WORK/b102/_pkg_.a /builddir/.cache/go-build/e5/e59b8c0ab64d57d549f88353543c10b6813eed8c41e78b90a0c358cc00e64bd0-d # internal bitbucket.org/ww/goautoneg mkdir -p $WORK/b104/ cat >$WORK/b104/importcfg << 'EOF' # internal # import config packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a EOF cd /usr/share/gocode/src/bitbucket.org/ww/goautoneg /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b104/_pkg_.a -trimpath $WORK/b104 -shared -p bitbucket.org/ww/goautoneg -complete -installsuffix shared -buildid xuvsjKL2N3cqwMkBXhCh/xuvsjKL2N3cqwMkBXhCh -goversion go1.10.4 -D "" -importcfg $WORK/b104/importcfg -pack ./autoneg.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b104/_pkg_.a # internal cp $WORK/b104/_pkg_.a /builddir/.cache/go-build/b6/b6b76f6e359c441a9400eb99779387a07b1dd050aab52fe02573d67ad5b42468-d # internal github.com/matttproud/golang_protobuf_extensions/pbutil mkdir -p $WORK/b105/ cat >$WORK/b105/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b101/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/pbutil /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b105/_pkg_.a -trimpath $WORK/b105 -shared -p github.com/matttproud/golang_protobuf_extensions/pbutil -complete -installsuffix shared -buildid C-hlLcp2Hpvv7PXiVKKF/C-hlLcp2Hpvv7PXiVKKF -goversion go1.10.4 -D "" -importcfg $WORK/b105/importcfg -pack ./decode.go ./doc.go ./encode.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b105/_pkg_.a # internal cp $WORK/b105/_pkg_.a /builddir/.cache/go-build/e4/e4c6fa1e6a2c3e7b510805bc210589a2d017d61a3b12b009bb22b769d3b2fd55-d # internal regexp/syntax mkdir -p $WORK/b108/ cat >$WORK/b108/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/regexp/syntax /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b108/_pkg_.a -trimpath $WORK/b108 -shared -p regexp/syntax -std -complete -installsuffix shared -buildid MW-8lZOwHAdwHaViiRRb/MW-8lZOwHAdwHaViiRRb -goversion go1.10.4 -D "" -importcfg $WORK/b108/importcfg -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b108/_pkg_.a # internal cp $WORK/b108/_pkg_.a /builddir/.cache/go-build/74/744bafd05730375dd557df7ca2d9fc262e4b82d03a2a8fb0e30ce09409a2b90b-d # internal regexp mkdir -p $WORK/b107/ cat >$WORK/b107/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile regexp/syntax=$WORK/b108/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/regexp /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b107/_pkg_.a -trimpath $WORK/b107 -shared -p regexp -std -complete -installsuffix shared -buildid 9EWyJ4g2C0_wo-Vq_rcs/9EWyJ4g2C0_wo-Vq_rcs -goversion go1.10.4 -D "" -importcfg $WORK/b107/importcfg -pack ./backtrack.go ./exec.go ./onepass.go ./regexp.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b107/_pkg_.a # internal cp $WORK/b107/_pkg_.a /builddir/.cache/go-build/d3/d31f958191aefcc3533843a30d1eb33252cde18cf89a7b3e0e0f2322c5147df5-d # internal github.com/prometheus/common/model mkdir -p $WORK/b106/ cat >$WORK/b106/importcfg << 'EOF' # internal # import config packagefile encoding/json=$WORK/b071/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile regexp=$WORK/b107/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/common/model /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b106/_pkg_.a -trimpath $WORK/b106 -shared -p github.com/prometheus/common/model -complete -installsuffix shared -buildid -d9nh45bH4XnCf37ldwr/-d9nh45bH4XnCf37ldwr -goversion go1.10.4 -D "" -importcfg $WORK/b106/importcfg -pack ./alert.go ./fingerprinting.go ./fnv.go ./labels.go ./labelset.go ./metric.go ./model.go ./signature.go ./silence.go ./time.go ./value.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b106/_pkg_.a # internal cp $WORK/b106/_pkg_.a /builddir/.cache/go-build/dc/dcfb7a2438b200881196007d68246f47eeb680896d4a1c946e9cc33a86018cf7-d # internal github.com/prometheus/procfs/nfs mkdir -p $WORK/b110/ cat >$WORK/b110/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/prometheus/procfs/internal/util=$WORK/b111/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/procfs/nfs /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b110/_pkg_.a -trimpath $WORK/b110 -shared -p github.com/prometheus/procfs/nfs -complete -installsuffix shared -buildid i_Lx1WylGnjsSut6swSO/i_Lx1WylGnjsSut6swSO -goversion go1.10.4 -D "" -importcfg $WORK/b110/importcfg -pack ./nfs.go ./parse.go ./parse_nfs.go ./parse_nfsd.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b110/_pkg_.a # internal cp $WORK/b110/_pkg_.a /builddir/.cache/go-build/cc/cc0a9d6134daf021a2b0f1df2a3d8dafd8bc7741b1c095914adf270cada6d25f-d # internal github.com/prometheus/procfs/xfs mkdir -p $WORK/b112/ cat >$WORK/b112/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/prometheus/procfs/internal/util=$WORK/b111/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/procfs/xfs /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b112/_pkg_.a -trimpath $WORK/b112 -shared -p github.com/prometheus/procfs/xfs -complete -installsuffix shared -buildid CRiuBpbyDUZMQ9k0iBZw/CRiuBpbyDUZMQ9k0iBZw -goversion go1.10.4 -D "" -importcfg $WORK/b112/importcfg -pack ./parse.go ./xfs.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b112/_pkg_.a # internal cp $WORK/b112/_pkg_.a /builddir/.cache/go-build/08/089e113092a7ef9dc099e5d3021b07fbfdfb51846477b53e87f01860e7e036e3-d # internal github.com/prometheus/procfs mkdir -p $WORK/b109/ cat >$WORK/b109/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/hex=$WORK/b054/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/prometheus/procfs/nfs=$WORK/b110/_pkg_.a packagefile github.com/prometheus/procfs/xfs=$WORK/b112/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b060/_pkg_.a packagefile net=$WORK/b062/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile path=$WORK/b099/_pkg_.a packagefile regexp=$WORK/b107/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/procfs /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b109/_pkg_.a -trimpath $WORK/b109 -shared -p github.com/prometheus/procfs -complete -installsuffix shared -buildid u4xCacGUmnXjdWrZNLpV/u4xCacGUmnXjdWrZNLpV -goversion go1.10.4 -D "" -importcfg $WORK/b109/importcfg -pack ./buddyinfo.go ./doc.go ./fs.go ./ipvs.go ./mdstat.go ./mountstats.go ./net_dev.go ./proc.go ./proc_io.go ./proc_limits.go ./proc_ns.go ./proc_stat.go ./stat.go ./xfrm.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b084/_pkg_.a # internal cp $WORK/b084/_pkg_.a /builddir/.cache/go-build/48/482ffbdb2351e5b3379db17d9be14713004573ce14d16c929f86aa48d87abe8c-d # internal expvar mkdir -p $WORK/b083/ cat >$WORK/b083/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/json=$WORK/b071/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile log=$WORK/b077/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile net/http=$WORK/b084/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/expvar /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b083/_pkg_.a -trimpath $WORK/b083 -shared -p expvar -std -complete -installsuffix shared -buildid kDtdcI_fK5VNqA4yL-kg/kDtdcI_fK5VNqA4yL-kg -goversion go1.10.4 -D "" -importcfg $WORK/b083/importcfg -pack ./expvar.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b083/_pkg_.a # internal cp $WORK/b083/_pkg_.a /builddir/.cache/go-build/35/3510a02ff716bf1591f1643b33656a2a044f44c08f5d8573c2c75916f3ee7fd1-d # internal github.com/prometheus/common/expfmt mkdir -p $WORK/b103/ cat >$WORK/b103/importcfg << 'EOF' # internal # import config packagefile bitbucket.org/ww/goautoneg=$WORK/b104/_pkg_.a packagefile bufio=$WORK/b045/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b101/_pkg_.a packagefile github.com/matttproud/golang_protobuf_extensions/pbutil=$WORK/b105/_pkg_.a packagefile github.com/prometheus/client_model/go=$WORK/b102/_pkg_.a packagefile github.com/prometheus/common/model=$WORK/b106/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile mime=$WORK/b093/_pkg_.a packagefile net/http=$WORK/b084/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/common/expfmt /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b103/_pkg_.a -trimpath $WORK/b103 -shared -p github.com/prometheus/common/expfmt -complete -installsuffix shared -buildid bZdrFF_K_J9U65oIxllN/bZdrFF_K_J9U65oIxllN -goversion go1.10.4 -D "" -importcfg $WORK/b103/importcfg -pack ./decode.go ./encode.go ./expfmt.go ./text_create.go ./text_parse.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b109/_pkg_.a # internal cp $WORK/b109/_pkg_.a /builddir/.cache/go-build/c0/c0f98965df1c0018baa10ae0b8bd0bf5445d5bde2806ecbb4a676007c0c8dfcf-d # internal runtime/debug mkdir -p $WORK/b113/ cat >$WORK/b113/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b017/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b113/_pkg_.a -trimpath $WORK/b113 -shared -p runtime/debug -std -installsuffix shared -buildid ML88L4gbVMDaZToH-dxP/ML88L4gbVMDaZToH-dxP -goversion go1.10.4 -D "" -importcfg $WORK/b113/importcfg -pack -asmhdr $WORK/b113/go_asm.h ./garbage.go ./stack.go ./stubs.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b113 -I $WORK/b113/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b113/debug.o ./debug.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b113/_pkg_.a $WORK/b113/debug.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b113/_pkg_.a # internal cp $WORK/b113/_pkg_.a /builddir/.cache/go-build/27/27b5d46eeb99b57e65c2248a4d298ae341b17becbd11bb2203ac635c9ef282f3-d # internal encoding/base32 mkdir -p $WORK/b116/ cat >$WORK/b116/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a EOF cd /usr/lib/golang/src/encoding/base32 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b116/_pkg_.a -trimpath $WORK/b116 -shared -p encoding/base32 -std -complete -installsuffix shared -buildid 3omRAtw87NYkRq5Lg3ai/3omRAtw87NYkRq5Lg3ai -goversion go1.10.4 -D "" -importcfg $WORK/b116/importcfg -pack ./base32.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b116/_pkg_.a # internal cp $WORK/b116/_pkg_.a /builddir/.cache/go-build/3c/3c9e08013c03c55f3f29079a0300fce816713cdd6bc1ba9a32ec0ea87cc3389b-d # internal github.com/bkaradzic/go-lz4 mkdir -p $WORK/b117/ cat >$WORK/b117/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/share/gocode/src/github.com/bkaradzic/go-lz4 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b117/_pkg_.a -trimpath $WORK/b117 -shared -p github.com/bkaradzic/go-lz4 -complete -installsuffix shared -buildid OL64fxKLrV_Jw3TQAx3G/OL64fxKLrV_Jw3TQAx3G -goversion go1.10.4 -D "" -importcfg $WORK/b117/importcfg -pack ./reader.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b117/_pkg_.a # internal cp $WORK/b117/_pkg_.a /builddir/.cache/go-build/6c/6c5d904da57d74b2dcb3c24eae2a9303100e74c554bcec57ab35c5624b93e684-d # internal github.com/calmh/xdr mkdir -p $WORK/b118/ cat >$WORK/b118/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b015/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile reflect=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/github.com/calmh/xdr /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b118/_pkg_.a -trimpath $WORK/b118 -shared -p github.com/calmh/xdr -complete -installsuffix shared -buildid TiAUeGQ-hdpR9FupuMvB/TiAUeGQ-hdpR9FupuMvB -goversion go1.10.4 -D "" -importcfg $WORK/b118/importcfg -pack ./common.go ./doc.go ./marshaller.go ./unmarshal.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b103/_pkg_.a # internal cp $WORK/b103/_pkg_.a /builddir/.cache/go-build/e6/e68c827a2d873630fe585e4518cb79395f20aa2f8755995c567ef427ae569c7e-d # internal github.com/prometheus/client_golang/prometheus mkdir -p $WORK/b082/ cat >$WORK/b082/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile compress/gzip=$WORK/b079/_pkg_.a packagefile encoding/json=$WORK/b071/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile expvar=$WORK/b083/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/beorn7/perks/quantile=$WORK/b100/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b101/_pkg_.a packagefile github.com/prometheus/client_model/go=$WORK/b102/_pkg_.a packagefile github.com/prometheus/common/expfmt=$WORK/b103/_pkg_.a packagefile github.com/prometheus/common/model=$WORK/b106/_pkg_.a packagefile github.com/prometheus/procfs=$WORK/b109/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile net=$WORK/b062/_pkg_.a packagefile net/http=$WORK/b084/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile runtime/debug=$WORK/b113/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/client_golang/prometheus /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b082/_pkg_.a -trimpath $WORK/b082 -shared -p github.com/prometheus/client_golang/prometheus -complete -installsuffix shared -buildid 9tE4uDR2L4fWaWfIY8_T/9tE4uDR2L4fWaWfIY8_T -goversion go1.10.4 -D "" -importcfg $WORK/b082/importcfg -pack ./collector.go ./counter.go ./desc.go ./doc.go ./expvar_collector.go ./fnv.go ./gauge.go ./go_collector.go ./histogram.go ./http.go ./labels.go ./metric.go ./observer.go ./process_collector.go ./registry.go ./summary.go ./timer.go ./untyped.go ./value.go ./vec.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b118/_pkg_.a # internal cp $WORK/b118/_pkg_.a /builddir/.cache/go-build/64/640c7188edbf0c244f211082be60b35c3b41a128811e4d6aa9cd478d4d763629-d # internal github.com/syncthing/syncthing/lib/logger mkdir -p $WORK/b119/ cat >$WORK/b119/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b015/_pkg_.a packagefile io/ioutil=$WORK/b060/_pkg_.a packagefile log=$WORK/b077/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/logger /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b119/_pkg_.a -trimpath $WORK/b119 -shared -p github.com/syncthing/syncthing/lib/logger -complete -installsuffix shared -buildid Ym5JKmapQqfh26tQsHyI/Ym5JKmapQqfh26tQsHyI -goversion go1.10.4 -D "" -importcfg $WORK/b119/importcfg -pack ./logger.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b119/_pkg_.a # internal cp $WORK/b119/_pkg_.a /builddir/.cache/go-build/37/378bdad957603b888d8d72d6f2c1f27221574acebf94e4f244eb5ab225512065-d # internal github.com/syncthing/syncthing/lib/rand mkdir -p $WORK/b120/ cat >$WORK/b120/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile crypto/md5=$WORK/b043/_pkg_.a packagefile crypto/rand=$WORK/b044/_pkg_.a packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/rand=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/rand /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b120/_pkg_.a -trimpath $WORK/b120 -shared -p github.com/syncthing/syncthing/lib/rand -complete -installsuffix shared -buildid Gzsu_5ki5gqpbWvK-ItQ/Gzsu_5ki5gqpbWvK-ItQ -goversion go1.10.4 -D "" -importcfg $WORK/b120/importcfg -pack ./random.go ./securesource.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b120/_pkg_.a # internal cp $WORK/b120/_pkg_.a /builddir/.cache/go-build/80/80df31cd6877c6889a712c110e063a61f9ffbdabddc76dd31d43c32911c9ea38-d # internal github.com/minio/sha256-simd mkdir -p $WORK/b122/ cat >$WORK/b122/importcfg << 'EOF' # internal # import config packagefile crypto/sha256=$WORK/b050/_pkg_.a packagefile hash=$WORK/b027/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a EOF cd /usr/share/gocode/src/github.com/minio/sha256-simd /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b122/_pkg_.a -trimpath $WORK/b122 -shared -p github.com/minio/sha256-simd -complete -installsuffix shared -buildid 36jt2ALkDJgZFCAOf1oQ/36jt2ALkDJgZFCAOf1oQ -goversion go1.10.4 -D "" -importcfg $WORK/b122/importcfg -pack ./cpuid.go ./cpuid_other.go ./sha256.go ./sha256block_noasm.go ./sha256block_other.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b122/_pkg_.a # internal cp $WORK/b122/_pkg_.a /builddir/.cache/go-build/3f/3fad8bb667c7dc3de86b3f3e16a3ebaa8e0255ac45587832a10b55928b9b75af-d # internal github.com/syncthing/syncthing/lib/sha256 mkdir -p $WORK/b121/ cat >$WORK/b121/importcfg << 'EOF' # internal # import config packagefile crypto/rand=$WORK/b044/_pkg_.a packagefile crypto/sha256=$WORK/b050/_pkg_.a packagefile encoding/hex=$WORK/b054/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/minio/sha256-simd=$WORK/b122/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b119/_pkg_.a packagefile hash=$WORK/b027/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/sha256 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b121/_pkg_.a -trimpath $WORK/b121 -shared -p github.com/syncthing/syncthing/lib/sha256 -complete -installsuffix shared -buildid TeDpJES7qeZ-vW3TH6yH/TeDpJES7qeZ-vW3TH6yH -goversion go1.10.4 -D "" -importcfg $WORK/b121/importcfg -pack ./sha256.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b121/_pkg_.a # internal cp $WORK/b121/_pkg_.a /builddir/.cache/go-build/6c/6c1995b578e71be229caba0623899b8c0b2f3b8681c1b279a3878e2772c35f66-d # internal golang.org/x/text/transform mkdir -p $WORK/b124/ cat >$WORK/b124/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/text/transform /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b124/_pkg_.a -trimpath $WORK/b124 -shared -p golang.org/x/text/transform -complete -installsuffix shared -buildid a-wCXk7-A4IDy-W513b2/a-wCXk7-A4IDy-W513b2 -goversion go1.10.4 -D "" -importcfg $WORK/b124/importcfg -pack ./transform.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b124/_pkg_.a # internal cp $WORK/b124/_pkg_.a /builddir/.cache/go-build/51/5103dbf38597cc3a59bff33ec1528d338af021f8af56b915e2f33f5f3a3d4443-d # internal golang.org/x/text/unicode/norm mkdir -p $WORK/b123/ cat >$WORK/b123/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b015/_pkg_.a packagefile golang.org/x/text/transform=$WORK/b124/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/text/unicode/norm /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b123/_pkg_.a -trimpath $WORK/b123 -shared -p golang.org/x/text/unicode/norm -complete -installsuffix shared -buildid z65mE-paXClXVzb-HzG-/z65mE-paXClXVzb-HzG- -goversion go1.10.4 -D "" -importcfg $WORK/b123/importcfg -pack ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables.go ./transform.go ./trie.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b082/_pkg_.a # internal cp $WORK/b082/_pkg_.a /builddir/.cache/go-build/b1/b1d67dcfa9d6c6d09d6a6d54e760da7936f477bf9318aee0113ab9f026ec6e53-d # internal github.com/prometheus/client_golang/prometheus/promhttp mkdir -p $WORK/b114/ cat >$WORK/b114/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile compress/gzip=$WORK/b079/_pkg_.a packagefile context=$WORK/b014/_pkg_.a packagefile crypto/tls=$WORK/b024/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/prometheus/client_golang/prometheus=$WORK/b082/_pkg_.a packagefile github.com/prometheus/client_model/go=$WORK/b102/_pkg_.a packagefile github.com/prometheus/common/expfmt=$WORK/b103/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile net=$WORK/b062/_pkg_.a packagefile net/http=$WORK/b084/_pkg_.a packagefile net/http/httptrace=$WORK/b097/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/client_golang/prometheus/promhttp /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b114/_pkg_.a -trimpath $WORK/b114 -shared -p github.com/prometheus/client_golang/prometheus/promhttp -complete -installsuffix shared -buildid GKs8CGYn6BQ3oL7Rfxok/GKs8CGYn6BQ3oL7Rfxok -goversion go1.10.4 -D "" -importcfg $WORK/b114/importcfg -pack ./delegator.go ./delegator_1_8.go ./http.go ./instrument_client.go ./instrument_client_1_8.go ./instrument_server.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b123/_pkg_.a # internal cp $WORK/b123/_pkg_.a /builddir/.cache/go-build/cc/cce3c0f459cec6cedfb48fc30af330025a6c0da1fe3e4be69018a2ce8e4459f3-d # internal github.com/syncthing/syncthing/lib/protocol mkdir -p $WORK/b115/ cat >$WORK/b115/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto/sha256=$WORK/b050/_pkg_.a packagefile encoding/base32=$WORK/b116/_pkg_.a packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/bkaradzic/go-lz4=$WORK/b117/_pkg_.a packagefile github.com/calmh/xdr=$WORK/b118/_pkg_.a packagefile github.com/gogo/protobuf/gogoproto=$WORK/b075/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b076/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b119/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b120/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sha256=$WORK/b121/_pkg_.a packagefile golang.org/x/text/unicode/norm=$WORK/b123/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile path=$WORK/b099/_pkg_.a packagefile path/filepath=$WORK/b061/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/protocol /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b115/_pkg_.a -trimpath $WORK/b115 -shared -p github.com/syncthing/syncthing/lib/protocol -complete -installsuffix shared -buildid SdXeU6IK8YmTqKQq5GRE/SdXeU6IK8YmTqKQq5GRE -goversion go1.10.4 -D "" -importcfg $WORK/b115/importcfg -pack ./bep.pb.go ./bep_extensions.go ./bufferpool.go ./compression.go ./counting.go ./debug.go ./deviceid.go ./deviceid_test.pb.go ./doc.go ./errors.go ./hello.go ./hello_v0.13.go ./hello_v0.13_xdr.go ./luhn.go ./nativemodel_unix.go ./protocol.go ./vector.go ./wireformat.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b114/_pkg_.a # internal cp $WORK/b114/_pkg_.a /builddir/.cache/go-build/4d/4d4c873004aa0d80be0d48a3a4c0384ddd27932a8e2869409d4c7794eb20b9a4-d # internal github.com/syncthing/syncthing/lib/tlsutil mkdir -p $WORK/b125/ cat >$WORK/b125/importcfg << 'EOF' # internal # import config packagefile crypto/ecdsa=$WORK/b034/_pkg_.a packagefile crypto/elliptic=$WORK/b035/_pkg_.a packagefile crypto/rsa=$WORK/b048/_pkg_.a packagefile crypto/tls=$WORK/b024/_pkg_.a packagefile crypto/x509=$WORK/b051/_pkg_.a packagefile crypto/x509/pkix=$WORK/b053/_pkg_.a packagefile encoding/pem=$WORK/b055/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b120/_pkg_.a packagefile math/big=$WORK/b036/_pkg_.a packagefile net=$WORK/b062/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/tlsutil /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b125/_pkg_.a -trimpath $WORK/b125 -shared -p github.com/syncthing/syncthing/lib/tlsutil -complete -installsuffix shared -buildid J06ipZ01hh6J98urz38h/J06ipZ01hh6J98urz38h -goversion go1.10.4 -D "" -importcfg $WORK/b125/importcfg -pack ./tlsutil.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b125/_pkg_.a # internal cp $WORK/b125/_pkg_.a /builddir/.cache/go-build/59/598158b96805ac49bfe0be1268bdffb371cd62730ed0f0f24da8a2c0d9cbefa1-d # internal github.com/syndtr/goleveldb/leveldb/util mkdir -p $WORK/b128/ cat >$WORK/b128/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile hash/crc32=$WORK/b081/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/util /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b128/_pkg_.a -trimpath $WORK/b128 -shared -p github.com/syndtr/goleveldb/leveldb/util -complete -installsuffix shared -buildid TfQGVdTID7ez3dnA9kAr/TfQGVdTID7ez3dnA9kAr -goversion go1.10.4 -D "" -importcfg $WORK/b128/importcfg -pack ./buffer.go ./buffer_pool.go ./crc32.go ./hash.go ./pool.go ./range.go ./util.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b128/_pkg_.a # internal cp $WORK/b128/_pkg_.a /builddir/.cache/go-build/93/93168960e696af59a07982f92d5cc60bef74907100ae4e5aa10c647c355eadb3-d # internal github.com/syndtr/goleveldb/leveldb/cache mkdir -p $WORK/b127/ cat >$WORK/b127/importcfg << 'EOF' # internal # import config packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b128/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/cache /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b127/_pkg_.a -trimpath $WORK/b127 -shared -p github.com/syndtr/goleveldb/leveldb/cache -complete -installsuffix shared -buildid UBTRW1WgvHBcsYFE9zam/UBTRW1WgvHBcsYFE9zam -goversion go1.10.4 -D "" -importcfg $WORK/b127/importcfg -pack ./cache.go ./lru.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b127/_pkg_.a # internal cp $WORK/b127/_pkg_.a /builddir/.cache/go-build/89/897addfc1487892583b717b3ed9c1391d413f1d8cad20e2e9ca3ae4a822c8271-d # internal github.com/syndtr/goleveldb/leveldb/comparer mkdir -p $WORK/b129/ cat >$WORK/b129/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/comparer /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b129/_pkg_.a -trimpath $WORK/b129 -shared -p github.com/syndtr/goleveldb/leveldb/comparer -complete -installsuffix shared -buildid ov3wWlBQgxU1-RdIVwYa/ov3wWlBQgxU1-RdIVwYa -goversion go1.10.4 -D "" -importcfg $WORK/b129/importcfg -pack ./bytes_comparer.go ./comparer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b129/_pkg_.a # internal cp $WORK/b129/_pkg_.a /builddir/.cache/go-build/7e/7ed383983aceeaa7575cb92e6d83363b231945dac9ec2cc46335a43d8a317588-d # internal github.com/syndtr/goleveldb/leveldb/storage mkdir -p $WORK/b131/ cat >$WORK/b131/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b128/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b060/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile path/filepath=$WORK/b061/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b019/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/storage /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b131/_pkg_.a -trimpath $WORK/b131 -shared -p github.com/syndtr/goleveldb/leveldb/storage -complete -installsuffix shared -buildid TenslRx81qKd6D6rqC-s/TenslRx81qKd6D6rqC-s -goversion go1.10.4 -D "" -importcfg $WORK/b131/importcfg -pack ./file_storage.go ./file_storage_unix.go ./mem_storage.go ./storage.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b115/_pkg_.a # internal cp $WORK/b115/_pkg_.a /builddir/.cache/go-build/c6/c697e4959babbdd7c65a410dd0dedec07a601c9627b0d9bac917dc681c465623-d # internal github.com/syndtr/goleveldb/leveldb/filter mkdir -p $WORK/b132/ cat >$WORK/b132/importcfg << 'EOF' # internal # import config packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b128/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/filter /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b132/_pkg_.a -trimpath $WORK/b132 -shared -p github.com/syndtr/goleveldb/leveldb/filter -complete -installsuffix shared -buildid ucyTs3OC34STBpV9-uYu/ucyTs3OC34STBpV9-uYu -goversion go1.10.4 -D "" -importcfg $WORK/b132/importcfg -pack ./bloom.go ./filter.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b132/_pkg_.a # internal cp $WORK/b132/_pkg_.a /builddir/.cache/go-build/fc/fc8df28056c9278da0ebcc33eb57c0a3f284563a55373ebcc45954a8ff507898-d # internal github.com/syndtr/goleveldb/leveldb/opt mkdir -p $WORK/b136/ cat >$WORK/b136/importcfg << 'EOF' # internal # import config packagefile github.com/syndtr/goleveldb/leveldb/cache=$WORK/b127/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/comparer=$WORK/b129/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/filter=$WORK/b132/_pkg_.a packagefile math=$WORK/b016/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/opt /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b136/_pkg_.a -trimpath $WORK/b136 -shared -p github.com/syndtr/goleveldb/leveldb/opt -complete -installsuffix shared -buildid ZYdblsgmIc1tOoWNtNvO/ZYdblsgmIc1tOoWNtNvO -goversion go1.10.4 -D "" -importcfg $WORK/b136/importcfg -pack ./options.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b131/_pkg_.a # internal cp $WORK/b131/_pkg_.a /builddir/.cache/go-build/ed/edc57541123310c037dd6451eb14a72088e7970100db33474dc2cea5530a82a2-d # internal github.com/syndtr/goleveldb/leveldb/errors mkdir -p $WORK/b130/ cat >$WORK/b130/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/storage=$WORK/b131/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b128/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/errors /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b130/_pkg_.a -trimpath $WORK/b130 -shared -p github.com/syndtr/goleveldb/leveldb/errors -complete -installsuffix shared -buildid dRmdP7b0Q95PIGASTj1t/dRmdP7b0Q95PIGASTj1t -goversion go1.10.4 -D "" -importcfg $WORK/b130/importcfg -pack ./errors.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b130/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b136/_pkg_.a # internal cp $WORK/b136/_pkg_.a /builddir/.cache/go-build/33/33de747e1b9d53d9963ad18461bfa56b5ea091a11bfcf1109639e9860b63dff8-d # internal github.com/syndtr/gosnappy/snappy mkdir -p $WORK/b138/ cat >$WORK/b138/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash/crc32=$WORK/b081/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/gosnappy/snappy /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b138/_pkg_.a -trimpath $WORK/b138 -shared -p github.com/syndtr/gosnappy/snappy -complete -installsuffix shared -buildid pq4DGzJ-u-PVqYPnE-E1/pq4DGzJ-u-PVqYPnE-E1 -goversion go1.10.4 -D "" -importcfg $WORK/b138/importcfg -pack ./decode.go ./encode.go ./snappy.go cp $WORK/b130/_pkg_.a /builddir/.cache/go-build/18/18525ab94c9ca8d5b115f4b25aa9ffe4be44e60931d046422e3bc3d0b440e012-d # internal github.com/syndtr/goleveldb/leveldb/iterator mkdir -p $WORK/b133/ cat >$WORK/b133/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/comparer=$WORK/b129/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/errors=$WORK/b130/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b128/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/iterator /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b133/_pkg_.a -trimpath $WORK/b133 -shared -p github.com/syndtr/goleveldb/leveldb/iterator -complete -installsuffix shared -buildid QiylYXnOvt6-FdqAzdW4/QiylYXnOvt6-FdqAzdW4 -goversion go1.10.4 -D "" -importcfg $WORK/b133/importcfg -pack ./array_iter.go ./indexed_iter.go ./iter.go ./merged_iter.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b138/_pkg_.a # internal cp $WORK/b138/_pkg_.a /builddir/.cache/go-build/89/8982de5c47e02a4631e5bbfc58ca93f9884fd3db2f60300617e395f7f9952aac-d # internal github.com/syndtr/goleveldb/leveldb/journal mkdir -p $WORK/b134/ cat >$WORK/b134/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/errors=$WORK/b130/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b128/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/journal /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b134/_pkg_.a -trimpath $WORK/b134 -shared -p github.com/syndtr/goleveldb/leveldb/journal -complete -installsuffix shared -buildid 1U52Wxb5jDMzndgHbFNi/1U52Wxb5jDMzndgHbFNi -goversion go1.10.4 -D "" -importcfg $WORK/b134/importcfg -pack ./journal.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b133/_pkg_.a # internal cp $WORK/b133/_pkg_.a /builddir/.cache/go-build/d7/d7556f5da42903554a11cf9bfbf146bb939bfe7f20da63194b49b567996f8979-d # internal github.com/syndtr/goleveldb/leveldb/memdb mkdir -p $WORK/b135/ cat >$WORK/b135/importcfg << 'EOF' # internal # import config packagefile github.com/syndtr/goleveldb/leveldb/comparer=$WORK/b129/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/errors=$WORK/b130/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/iterator=$WORK/b133/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b128/_pkg_.a packagefile math/rand=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/memdb /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b135/_pkg_.a -trimpath $WORK/b135 -shared -p github.com/syndtr/goleveldb/leveldb/memdb -complete -installsuffix shared -buildid KOuS2VshBkpw1Bq-LQab/KOuS2VshBkpw1Bq-LQab -goversion go1.10.4 -D "" -importcfg $WORK/b135/importcfg -pack ./memdb.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b134/_pkg_.a # internal cp $WORK/b134/_pkg_.a /builddir/.cache/go-build/27/271a335da2b9e6dd7b3162cb66b9f2ed194291268af26aecf114b61ee178a2d9-d # internal github.com/syndtr/goleveldb/leveldb/table mkdir -p $WORK/b137/ cat >$WORK/b137/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/cache=$WORK/b127/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/comparer=$WORK/b129/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/errors=$WORK/b130/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/filter=$WORK/b132/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/iterator=$WORK/b133/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/opt=$WORK/b136/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/storage=$WORK/b131/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b128/_pkg_.a packagefile github.com/syndtr/gosnappy/snappy=$WORK/b138/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/table /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b137/_pkg_.a -trimpath $WORK/b137 -shared -p github.com/syndtr/goleveldb/leveldb/table -complete -installsuffix shared -buildid WsVc_1axvyUt31MGHYGv/WsVc_1axvyUt31MGHYGv -goversion go1.10.4 -D "" -importcfg $WORK/b137/importcfg -pack ./reader.go ./table.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b135/_pkg_.a # internal cp $WORK/b135/_pkg_.a /builddir/.cache/go-build/0c/0c6fbe5d8490d10943180727f5c39fb62da8065894c0c4de84edf33cdf02c302-d # internal github.com/thejerf/suture mkdir -p $WORK/b139/ cat >$WORK/b139/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile log=$WORK/b077/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/share/gocode/src/github.com/thejerf/suture /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b139/_pkg_.a -trimpath $WORK/b139 -shared -p github.com/thejerf/suture -complete -installsuffix shared -buildid w_E8IUQ54FeLcpvmddi1/w_E8IUQ54FeLcpvmddi1 -goversion go1.10.4 -D "" -importcfg $WORK/b139/importcfg -pack ./doc.go ./messages.go ./service.go ./supervisor.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b139/_pkg_.a # internal cp $WORK/b139/_pkg_.a /builddir/.cache/go-build/c0/c0fa9abe245794738cd02e85a8b2be440347f6d18cd1f1becc69dd7711459a74-d # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b137/_pkg_.a # internal cp $WORK/b137/_pkg_.a /builddir/.cache/go-build/51/517f30534e505c0230869e073fb70be891d595b272b4e68f967707f14900f380-d # internal github.com/syndtr/goleveldb/leveldb mkdir -p $WORK/b126/ cat >$WORK/b126/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b045/_pkg_.a packagefile container/list=$WORK/b025/_pkg_.a packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/cache=$WORK/b127/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/comparer=$WORK/b129/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/errors=$WORK/b130/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/filter=$WORK/b132/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/iterator=$WORK/b133/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/journal=$WORK/b134/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/memdb=$WORK/b135/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/opt=$WORK/b136/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/storage=$WORK/b131/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/table=$WORK/b137/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b128/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/rand=$WORK/b038/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b126/_pkg_.a -trimpath $WORK/b126 -shared -p github.com/syndtr/goleveldb/leveldb -complete -installsuffix shared -buildid 24x2kP7P8hShzKAyB4hA/24x2kP7P8hShzKAyB4hA -goversion go1.10.4 -D "" -importcfg $WORK/b126/importcfg -pack ./batch.go ./comparer.go ./db.go ./db_compaction.go ./db_iter.go ./db_snapshot.go ./db_state.go ./db_util.go ./db_write.go ./doc.go ./errors.go ./filter.go ./key.go ./options.go ./session.go ./session_record.go ./session_util.go ./table.go ./util.go ./version.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b126/_pkg_.a # internal cp $WORK/b126/_pkg_.a /builddir/.cache/go-build/36/369ddfaeb0ade04e35e7102836d5302d82baab2e14d3f467c4986dded93737af-d # internal github.com/syncthing/syncthing/cmd/stdiscosrv mkdir -p $WORK/b001/ cat >$WORK/b001/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile context=$WORK/b014/_pkg_.a packagefile crypto/tls=$WORK/b024/_pkg_.a packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile encoding/json=$WORK/b071/_pkg_.a packagefile encoding/pem=$WORK/b055/_pkg_.a packagefile flag=$WORK/b074/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/gogo/protobuf/gogoproto=$WORK/b075/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b076/_pkg_.a packagefile github.com/prometheus/client_golang/prometheus=$WORK/b082/_pkg_.a packagefile github.com/prometheus/client_golang/prometheus/promhttp=$WORK/b114/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b115/_pkg_.a packagefile github.com/syncthing/syncthing/lib/tlsutil=$WORK/b125/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb=$WORK/b126/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/opt=$WORK/b136/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b128/_pkg_.a packagefile github.com/thejerf/suture=$WORK/b139/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile log=$WORK/b077/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile math/rand=$WORK/b038/_pkg_.a packagefile net=$WORK/b062/_pkg_.a packagefile net/http=$WORK/b084/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile runtime/cgo=$WORK/b065/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/cmd/stdiscosrv /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b001/_pkg_.a -trimpath $WORK/b001 -shared -p main -complete -installsuffix shared -buildid 6M0_JaUHMpFkk8EZebA-/6M0_JaUHMpFkk8EZebA- -goversion go1.10.4 -D "" -importcfg $WORK/b001/importcfg -pack ./apisrv.go ./database.go ./database.pb.go ./main.go ./replication.go ./stats.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b001/_pkg_.a # internal cp $WORK/b001/_pkg_.a /builddir/.cache/go-build/99/997ef728b0225a6eb76da5096ec2f8534a0a0791e38623d103c2a40e7094fe2b-d # internal cat >$WORK/b001/importcfg.link << 'EOF' # internal packagefile github.com/syncthing/syncthing/cmd/stdiscosrv=$WORK/b001/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile context=$WORK/b014/_pkg_.a packagefile crypto/tls=$WORK/b024/_pkg_.a packagefile encoding/binary=$WORK/b033/_pkg_.a packagefile encoding/json=$WORK/b071/_pkg_.a packagefile encoding/pem=$WORK/b055/_pkg_.a packagefile flag=$WORK/b074/_pkg_.a packagefile fmt=$WORK/b015/_pkg_.a packagefile github.com/gogo/protobuf/gogoproto=$WORK/b075/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b076/_pkg_.a packagefile github.com/prometheus/client_golang/prometheus=$WORK/b082/_pkg_.a packagefile github.com/prometheus/client_golang/prometheus/promhttp=$WORK/b114/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b115/_pkg_.a packagefile github.com/syncthing/syncthing/lib/tlsutil=$WORK/b125/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb=$WORK/b126/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/opt=$WORK/b136/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/util=$WORK/b128/_pkg_.a packagefile github.com/thejerf/suture=$WORK/b139/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile log=$WORK/b077/_pkg_.a packagefile math=$WORK/b016/_pkg_.a packagefile math/rand=$WORK/b038/_pkg_.a packagefile net=$WORK/b062/_pkg_.a packagefile net/http=$WORK/b084/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b017/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b057/_pkg_.a packagefile strconv=$WORK/b023/_pkg_.a packagefile strings=$WORK/b039/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile runtime/cgo=$WORK/b065/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a packagefile reflect=$WORK/b022/_pkg_.a packagefile container/list=$WORK/b025/_pkg_.a packagefile crypto=$WORK/b026/_pkg_.a packagefile crypto/aes=$WORK/b028/_pkg_.a packagefile crypto/cipher=$WORK/b029/_pkg_.a packagefile crypto/des=$WORK/b032/_pkg_.a packagefile crypto/ecdsa=$WORK/b034/_pkg_.a packagefile crypto/elliptic=$WORK/b035/_pkg_.a packagefile crypto/hmac=$WORK/b042/_pkg_.a packagefile crypto/internal/cipherhw=$WORK/b031/_pkg_.a packagefile crypto/md5=$WORK/b043/_pkg_.a packagefile crypto/rand=$WORK/b044/_pkg_.a packagefile crypto/rc4=$WORK/b047/_pkg_.a packagefile crypto/rsa=$WORK/b048/_pkg_.a packagefile crypto/sha1=$WORK/b049/_pkg_.a packagefile crypto/sha256=$WORK/b050/_pkg_.a packagefile crypto/sha512=$WORK/b040/_pkg_.a packagefile crypto/subtle=$WORK/b030/_pkg_.a packagefile crypto/x509=$WORK/b051/_pkg_.a packagefile encoding/asn1=$WORK/b041/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305=$WORK/b067/_pkg_.a packagefile vendor/golang_org/x/crypto/curve25519=$WORK/b070/_pkg_.a packagefile hash=$WORK/b027/_pkg_.a packagefile io/ioutil=$WORK/b060/_pkg_.a packagefile math/big=$WORK/b036/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile encoding=$WORK/b072/_pkg_.a packagefile encoding/base64=$WORK/b056/_pkg_.a packagefile unicode/utf16=$WORK/b073/_pkg_.a packagefile github.com/gogo/protobuf/protoc-gen-gogo/descriptor=$WORK/b078/_pkg_.a packagefile bufio=$WORK/b045/_pkg_.a packagefile compress/gzip=$WORK/b079/_pkg_.a packagefile expvar=$WORK/b083/_pkg_.a packagefile github.com/beorn7/perks/quantile=$WORK/b100/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b101/_pkg_.a packagefile github.com/prometheus/client_model/go=$WORK/b102/_pkg_.a packagefile github.com/prometheus/common/expfmt=$WORK/b103/_pkg_.a packagefile github.com/prometheus/common/model=$WORK/b106/_pkg_.a packagefile github.com/prometheus/procfs=$WORK/b109/_pkg_.a packagefile runtime/debug=$WORK/b113/_pkg_.a packagefile net/http/httptrace=$WORK/b097/_pkg_.a packagefile encoding/base32=$WORK/b116/_pkg_.a packagefile github.com/bkaradzic/go-lz4=$WORK/b117/_pkg_.a packagefile github.com/calmh/xdr=$WORK/b118/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b119/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b120/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sha256=$WORK/b121/_pkg_.a packagefile golang.org/x/text/unicode/norm=$WORK/b123/_pkg_.a packagefile path=$WORK/b099/_pkg_.a packagefile path/filepath=$WORK/b061/_pkg_.a packagefile crypto/x509/pkix=$WORK/b053/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/cache=$WORK/b127/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/comparer=$WORK/b129/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/errors=$WORK/b130/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/filter=$WORK/b132/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/iterator=$WORK/b133/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/journal=$WORK/b134/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/memdb=$WORK/b135/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/storage=$WORK/b131/_pkg_.a packagefile github.com/syndtr/goleveldb/leveldb/table=$WORK/b137/_pkg_.a packagefile hash/crc32=$WORK/b081/_pkg_.a packagefile internal/nettrace=$WORK/b063/_pkg_.a packagefile internal/poll=$WORK/b018/_pkg_.a packagefile internal/singleflight=$WORK/b064/_pkg_.a packagefile syscall=$WORK/b019/_pkg_.a packagefile vendor/golang_org/x/net/http2/hpack=$WORK/b085/_pkg_.a packagefile vendor/golang_org/x/net/idna=$WORK/b086/_pkg_.a packagefile vendor/golang_org/x/net/lex/httplex=$WORK/b091/_pkg_.a packagefile vendor/golang_org/x/net/proxy=$WORK/b092/_pkg_.a packagefile mime=$WORK/b093/_pkg_.a packagefile mime/multipart=$WORK/b094/_pkg_.a packagefile net/http/internal=$WORK/b098/_pkg_.a packagefile net/textproto=$WORK/b096/_pkg_.a packagefile internal/testlog=$WORK/b021/_pkg_.a packagefile runtime/internal/atomic=$WORK/b009/_pkg_.a packagefile runtime/internal/sys=$WORK/b010/_pkg_.a packagefile internal/race=$WORK/b006/_pkg_.a packagefile internal/syscall/unix=$WORK/b046/_pkg_.a packagefile crypto/dsa=$WORK/b052/_pkg_.a packagefile encoding/hex=$WORK/b054/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte=$WORK/b058/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=$WORK/b059/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20=$WORK/b068/_pkg_.a packagefile vendor/golang_org/x/crypto/poly1305=$WORK/b069/_pkg_.a packagefile math/bits=$WORK/b037/_pkg_.a packagefile compress/flate=$WORK/b080/_pkg_.a packagefile bitbucket.org/ww/goautoneg=$WORK/b104/_pkg_.a packagefile github.com/matttproud/golang_protobuf_extensions/pbutil=$WORK/b105/_pkg_.a packagefile regexp=$WORK/b107/_pkg_.a packagefile github.com/prometheus/procfs/nfs=$WORK/b110/_pkg_.a packagefile github.com/prometheus/procfs/xfs=$WORK/b112/_pkg_.a packagefile github.com/minio/sha256-simd=$WORK/b122/_pkg_.a packagefile golang.org/x/text/transform=$WORK/b124/_pkg_.a packagefile github.com/syndtr/gosnappy/snappy=$WORK/b138/_pkg_.a packagefile vendor/golang_org/x/text/secure/bidirule=$WORK/b087/_pkg_.a packagefile vendor/golang_org/x/text/unicode/bidi=$WORK/b089/_pkg_.a packagefile vendor/golang_org/x/text/unicode/norm=$WORK/b090/_pkg_.a packagefile mime/quotedprintable=$WORK/b095/_pkg_.a packagefile regexp/syntax=$WORK/b108/_pkg_.a packagefile github.com/prometheus/procfs/internal/util=$WORK/b111/_pkg_.a packagefile vendor/golang_org/x/text/transform=$WORK/b088/_pkg_.a EOF mkdir -p $WORK/b001/exe/ cd . /usr/lib/golang/pkg/tool/linux_s390x/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -buildmode=pie -buildid=oiWnyhoMUK4BQJJBE4Ca/6M0_JaUHMpFkk8EZebA-/YIJJC-O6YlzD2t5xrdTt/oiWnyhoMUK4BQJJBE4Ca -X main.Version=v0.14.50 -X main.BuildStamp=1536660452 -X main.BuildUser=mockbuild -X main.BuildHost=fedora-koji -B 0x08d4d1e1240d2117cbf2c1826872ba16a7565657 -extldflags "-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld " -extld=gcc $WORK/b001/_pkg_.a /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b001/exe/a.out # internal mkdir -p _bin/ mv $WORK/b001/exe/a.out _bin/stdiscosrv rm -r $WORK/b001/ ++ head -c20 /dev/urandom ++ od -An -tx1 ++ tr -d ' \n' + go build -buildmode pie -compiler gc '-tags=rpm_crashtraceback noupgrade' -ldflags '-X main.Version=v0.14.50 -X main.BuildStamp=1536660452 -X main.BuildUser=mockbuild -X main.BuildHost=fedora-koji -B 0xbc6c247ad6bbb487e8cb417f6d4516b44c9d4859 -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' -a -v -x -o _bin/strelaysrv github.com/syncthing/syncthing/cmd/strelaysrv WORK=/tmp/go-build198248384 errors mkdir -p $WORK/b003/ cat >$WORK/b003/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/errors /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b003/_pkg_.a -trimpath $WORK/b003 -shared -p errors -std -complete -installsuffix shared -buildid Cc_7-_W6hZRaEdujSeHt/Cc_7-_W6hZRaEdujSeHt -goversion go1.10.4 -D "" -importcfg $WORK/b003/importcfg -pack ./errors.go internal/race mkdir -p $WORK/b006/ cat >$WORK/b006/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/internal/race /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b006/_pkg_.a -trimpath $WORK/b006 -shared -p internal/race -std -complete -installsuffix shared -buildid H0d-zAOXGr-BCJdvFo1i/H0d-zAOXGr-BCJdvFo1i -goversion go1.10.4 -D "" -importcfg $WORK/b006/importcfg -pack ./doc.go ./norace.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b003/_pkg_.a # internal cp $WORK/b003/_pkg_.a /builddir/.cache/go-build/8a/8a5ec668c3e7373adbc26096bd494b88c780faedda9181068238a411c0d643cd-d # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b006/_pkg_.a # internal cp $WORK/b006/_pkg_.a /builddir/.cache/go-build/f0/f0ebced0a6bb84071a5cb68534c0a533625f10d3f0afe9992e88851fb291280b-d # internal runtime/internal/sys mkdir -p $WORK/b010/ cat >$WORK/b010/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/runtime/internal/sys /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b010/_pkg_.a -trimpath $WORK/b010 -shared -p runtime/internal/sys -std -+ -complete -installsuffix shared -buildid Y-Z9rcRRgDUbMDRQh3W1/Y-Z9rcRRgDUbMDRQh3W1 -goversion go1.10.4 -D "" -importcfg $WORK/b010/importcfg -pack ./arch.go ./arch_s390x.go ./intrinsics.go ./stubs.go ./sys.go ./zgoarch_s390x.go ./zgoos_linux.go ./zversion.go runtime/internal/atomic mkdir -p $WORK/b009/ cat >$WORK/b009/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b009/_pkg_.a -trimpath $WORK/b009 -shared -p runtime/internal/atomic -std -+ -installsuffix shared -buildid Q8IQ9CQcNCe3lu23ZcdX/Q8IQ9CQcNCe3lu23ZcdX -goversion go1.10.4 -D "" -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h ./atomic_s390x.go ./stubs.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b010/_pkg_.a # internal cp $WORK/b010/_pkg_.a /builddir/.cache/go-build/32/3205e712daa954e4a2d59d3cfa442cf713334753ac36b1c1425baa7ed8e03f43-d # internal sync/atomic mkdir -p $WORK/b011/ cat >$WORK/b011/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b011/_pkg_.a -trimpath $WORK/b011 -shared -p sync/atomic -std -installsuffix shared -buildid btqqfum0TmsbamPjyVTI/btqqfum0TmsbamPjyVTI -goversion go1.10.4 -D "" -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h ./doc.go ./value.go cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b009 -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b009/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b009/_pkg_.a $WORK/b009/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b009/_pkg_.a # internal cp $WORK/b009/_pkg_.a /builddir/.cache/go-build/94/94adc92c29a1b74a9076fdbf06bf2662189630ee35d8f51c6dc51bac84de4b8f-d # internal runtime mkdir -p $WORK/b008/ cat >$WORK/b008/importcfg << 'EOF' # internal # import config packagefile runtime/internal/atomic=$WORK/b009/_pkg_.a packagefile runtime/internal/sys=$WORK/b010/_pkg_.a EOF cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b008/_pkg_.a -trimpath $WORK/b008 -shared -p runtime -std -+ -installsuffix shared -buildid 4McEidXe_hO29syW5IOW/4McEidXe_hO29syW5IOW -goversion go1.10.4 -D "" -importcfg $WORK/b008/importcfg -pack -asmhdr $WORK/b008/go_asm.h ./alg.go ./atomic_pointer.go ./cgo.go ./cgocall.go ./cgocallback.go ./cgocheck.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./cputicks.go ./debug.go ./defs_linux_s390x.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 ./mwbbuf.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./os_linux_be64.go ./os_linux_s390x.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_linux_s390x.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_nonppc64x.go ./sys_s390x.go ./time.go ./timestub.go ./trace.go ./traceback.go ./type.go ./typekind.go ./unaligned1.go ./utf8.go ./write_err.go cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b011 -I $WORK/b011/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b011/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b011/_pkg_.a $WORK/b011/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b011/_pkg_.a # internal cp $WORK/b011/_pkg_.a /builddir/.cache/go-build/19/19b1dd9f429d081ff3c4b88a8b12a9339f0beb0f6a1fd65d2f0899417b3dfd2f-d # internal unicode mkdir -p $WORK/b012/ cat >$WORK/b012/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b012/_pkg_.a -trimpath $WORK/b012 -shared -p unicode -std -complete -installsuffix shared -buildid 9voAT53NswC0ceKk8tNa/9voAT53NswC0ceKk8tNa -goversion go1.10.4 -D "" -importcfg $WORK/b012/importcfg -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b012/_pkg_.a # internal cp $WORK/b012/_pkg_.a /builddir/.cache/go-build/a0/a0309f7d863a245daa8c678714661e8ccabcee721c81d1361a331c9ac55b1abb-d # internal unicode/utf8 mkdir -p $WORK/b013/ cat >$WORK/b013/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode/utf8 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b013/_pkg_.a -trimpath $WORK/b013 -shared -p unicode/utf8 -std -complete -installsuffix shared -buildid S441SJdMhfbUpwaFSuSz/S441SJdMhfbUpwaFSuSz -goversion go1.10.4 -D "" -importcfg $WORK/b013/importcfg -pack ./utf8.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b013/_pkg_.a # internal cp $WORK/b013/_pkg_.a /builddir/.cache/go-build/08/081cec317fef7d3593dd3300e9c876e4693c843c62ffdbe28b7f4d31404a109c-d # internal crypto/subtle mkdir -p $WORK/b018/ cat >$WORK/b018/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/crypto/subtle /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b018/_pkg_.a -trimpath $WORK/b018 -shared -p crypto/subtle -std -complete -installsuffix shared -buildid mnbXpsALbV9Rv4_hPlhS/mnbXpsALbV9Rv4_hPlhS -goversion go1.10.4 -D "" -importcfg $WORK/b018/importcfg -pack ./constant_time.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b018/_pkg_.a # internal cp $WORK/b018/_pkg_.a /builddir/.cache/go-build/e6/e635f618627e91016b8a36bbd9b4bbb32a97242d53b9f74938b68a4551d83478-d # internal crypto/internal/cipherhw mkdir -p $WORK/b019/ cat >$WORK/b019/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/crypto/internal/cipherhw /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b019/_pkg_.a -trimpath $WORK/b019 -shared -p crypto/internal/cipherhw -std -installsuffix shared -buildid 2Qt_JpRtk5t57a03XpGE/2Qt_JpRtk5t57a03XpGE -goversion go1.10.4 -D "" -importcfg $WORK/b019/importcfg -pack -asmhdr $WORK/b019/go_asm.h ./cipherhw_s390x.go ./doc.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b019/_pkg_.a $WORK/b019/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b019/_pkg_.a # internal cp $WORK/b019/_pkg_.a /builddir/.cache/go-build/a1/a18c284403e4f44462dac340b4e9d8afaa760ce08aa6fd7e28b0fbd4456d57d3-d # internal math mkdir -p $WORK/b021/ cat >$WORK/b021/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b021/_pkg_.a -trimpath $WORK/b021 -shared -p math -std -installsuffix shared -buildid CnAmRYjRSLLxISeWthLz/CnAmRYjRSLLxISeWthLz -goversion go1.10.4 -D "" -importcfg $WORK/b021/importcfg -pack -asmhdr $WORK/b021/go_asm.h ./abs.go ./acosh.go ./arith_s390x.go ./asin.go ./asinh.go ./atan.go ./atan2.go ./atanh.go ./bits.go ./cbrt.go ./const.go ./copysign.go ./dim.go ./erf.go ./erfinv.go ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/acos_s390x.o ./acos_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/acosh_s390x.o ./acosh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/asin_s390x.o ./asin_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/asinh_s390x.o ./asinh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/atan2_s390x.o ./atan2_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/atan_s390x.o ./atan_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/atanh_s390x.o ./atanh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/cbrt_s390x.o ./cbrt_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/cosh_s390x.o ./cosh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/dim_s390x.o ./dim_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/erf_s390x.o ./erf_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/erfc_s390x.o ./erfc_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/exp_s390x.o ./exp_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/expm1_s390x.o ./expm1_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/floor_s390x.o ./floor_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/log10_s390x.o ./log10_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/log1p_s390x.o ./log1p_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/log_s390x.o ./log_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/pow_s390x.o ./pow_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/sin_s390x.o ./sin_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/sinh_s390x.o ./sinh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/sqrt_s390x.o ./sqrt_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/stubs_s390x.o ./stubs_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/tan_s390x.o ./tan_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/tanh_s390x.o ./tanh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b021/_pkg_.a $WORK/b021/acos_s390x.o $WORK/b021/acosh_s390x.o $WORK/b021/asin_s390x.o $WORK/b021/asinh_s390x.o $WORK/b021/atan2_s390x.o $WORK/b021/atan_s390x.o $WORK/b021/atanh_s390x.o $WORK/b021/cbrt_s390x.o $WORK/b021/cosh_s390x.o $WORK/b021/dim_s390x.o $WORK/b021/erf_s390x.o $WORK/b021/erfc_s390x.o $WORK/b021/exp_s390x.o $WORK/b021/expm1_s390x.o $WORK/b021/floor_s390x.o $WORK/b021/log10_s390x.o $WORK/b021/log1p_s390x.o $WORK/b021/log_s390x.o $WORK/b021/pow_s390x.o $WORK/b021/sin_s390x.o $WORK/b021/sinh_s390x.o $WORK/b021/sqrt_s390x.o $WORK/b021/stubs_s390x.o $WORK/b021/tan_s390x.o $WORK/b021/tanh_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b021/_pkg_.a # internal cp $WORK/b021/_pkg_.a /builddir/.cache/go-build/ef/efdb5b33e2d838a9f266df915e76da8938da3700ce255c729b5b3ebcde61b0a9-d # internal strconv mkdir -p $WORK/b020/ cat >$WORK/b020/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/strconv /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b020/_pkg_.a -trimpath $WORK/b020 -shared -p strconv -std -complete -installsuffix shared -buildid qJdcM_nyPfzBYxr5Ni9q/qJdcM_nyPfzBYxr5Ni9q -goversion go1.10.4 -D "" -importcfg $WORK/b020/importcfg -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./doc.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b020/_pkg_.a # internal cp $WORK/b020/_pkg_.a /builddir/.cache/go-build/4d/4d30e0a75f8d9dbbfc25b4d68a282e7f7ea55d19534d926728976ceae78979fd-d # internal internal/testlog mkdir -p $WORK/b031/ cat >$WORK/b031/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/internal/testlog /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b031/_pkg_.a -trimpath $WORK/b031 -shared -p internal/testlog -std -complete -installsuffix shared -buildid ZeeFM55AEHQoG5mpXy80/ZeeFM55AEHQoG5mpXy80 -goversion go1.10.4 -D "" -importcfg $WORK/b031/importcfg -pack ./log.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b031/_pkg_.a # internal cp $WORK/b031/_pkg_.a /builddir/.cache/go-build/55/55a9660eb41b09f79f51477ee31b8b727a33903db72bd4d9f53ec7b019a89916-d # internal math/bits mkdir -p $WORK/b032/ cat >$WORK/b032/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/math/bits /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b032/_pkg_.a -trimpath $WORK/b032 -shared -p math/bits -std -complete -installsuffix shared -buildid OYdarkONIn5ie2QvBWkb/OYdarkONIn5ie2QvBWkb -goversion go1.10.4 -D "" -importcfg $WORK/b032/importcfg -pack ./bits.go ./bits_tables.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b032/_pkg_.a # internal cp $WORK/b032/_pkg_.a /builddir/.cache/go-build/79/790ee6517b39435f81e52087eb0c237be7d0bd42f6c175e775bd04920e3774b8-d # internal container/list mkdir -p $WORK/b036/ cat >$WORK/b036/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/container/list /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b036/_pkg_.a -trimpath $WORK/b036 -shared -p container/list -std -complete -installsuffix shared -buildid VLJ96rvcrhG0uJBcdPNL/VLJ96rvcrhG0uJBcdPNL -goversion go1.10.4 -D "" -importcfg $WORK/b036/importcfg -pack ./list.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b036/_pkg_.a # internal cp $WORK/b036/_pkg_.a /builddir/.cache/go-build/d2/d29849380116a10cc2cfcd9adcd5615c65424dd103f0d91fcd773cc80f142039-d # internal crypto/rc4 mkdir -p $WORK/b046/ cat >$WORK/b046/importcfg << 'EOF' # internal # import config packagefile strconv=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rc4 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b046/_pkg_.a -trimpath $WORK/b046 -shared -p crypto/rc4 -std -complete -installsuffix shared -buildid Y500VoWHRU-koeS6QLzZ/Y500VoWHRU-koeS6QLzZ -goversion go1.10.4 -D "" -importcfg $WORK/b046/importcfg -pack ./rc4.go ./rc4_ref.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b046/_pkg_.a # internal cp $WORK/b046/_pkg_.a /builddir/.cache/go-build/9c/9c132f54f4af33bed255170d423cf8be08ed018c73dc6ceb0e9da7bf7c61bff3-d # internal vendor/golang_org/x/crypto/cryptobyte/asn1 mkdir -p $WORK/b058/ cat >$WORK/b058/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/cryptobyte/asn1 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b058/_pkg_.a -trimpath $WORK/b058 -shared -p vendor/golang_org/x/crypto/cryptobyte/asn1 -std -complete -installsuffix shared -buildid nLEeZ0PC2LFNFt9Pd7O4/nLEeZ0PC2LFNFt9Pd7O4 -goversion go1.10.4 -D "" -importcfg $WORK/b058/importcfg -pack ./asn1.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b058/_pkg_.a # internal cp $WORK/b058/_pkg_.a /builddir/.cache/go-build/40/40b089008939135fc82d0c29cf67ca7ea5b7ff93d107398f6ae7a7376e331b73-d # internal internal/nettrace mkdir -p $WORK/b063/ cat >$WORK/b063/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/internal/nettrace /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b063/_pkg_.a -trimpath $WORK/b063 -shared -p internal/nettrace -std -complete -installsuffix shared -buildid RCZg0CM_z8Kx4FmyfypM/RCZg0CM_z8Kx4FmyfypM -goversion go1.10.4 -D "" -importcfg $WORK/b063/importcfg -pack ./nettrace.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b063/_pkg_.a # internal cp $WORK/b063/_pkg_.a /builddir/.cache/go-build/ba/ba6c6fa92183592f0583cebf706ea8c29ec2857b80f967ec201070d3335c190b-d # internal runtime/cgo mkdir -p $WORK/b065/ cd /usr/lib/golang/src/runtime/cgo CGO_LDFLAGS='"-g" "-O2" "-lpthread"' /usr/lib/golang/pkg/tool/linux_s390x/cgo -objdir $WORK/b065/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I $WORK/b065/ -g -O2 -Wall -Werror ./cgo.go cd $WORK gcc -fno-caret-diagnostics -c -x c - || true gcc -Qunused-arguments -c -x c - || true gcc -fdebug-prefix-map=a=b -c -x c - || true gcc -gno-record-gcc-switches -c -x c - || true cd $WORK/b065 gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_x001.o -c _cgo_export.c gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_x002.o -c cgo.cgo2.c cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x003.o -c gcc_context.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x004.o -c gcc_fatalf.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x005.o -c gcc_libinit.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x006.o -c gcc_linux_s390x.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x007.o -c gcc_setenv.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x008.o -c gcc_traceback.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x009.o -c gcc_util.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x010.o -c gcc_s390x.S cd $WORK/b065 gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/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 -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -o $WORK/b065/_cgo_.o $WORK/b065/_cgo_main.o $WORK/b065/_x001.o $WORK/b065/_x002.o $WORK/b065/_x003.o $WORK/b065/_x004.o $WORK/b065/_x005.o $WORK/b065/_x006.o $WORK/b065/_x007.o $WORK/b065/_x008.o $WORK/b065/_x009.o $WORK/b065/_x010.o -g -O2 -lpthread /usr/lib/golang/pkg/tool/linux_s390x/cgo -dynpackage cgo -dynimport $WORK/b065/_cgo_.o -dynout $WORK/b065/_cgo_import.go -dynlinker cat >$WORK/b065/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b065/_pkg_.a -trimpath $WORK/b065 -shared -p runtime/cgo -std -installsuffix shared -buildid 1N2PaaT_nYuCeAQMkx9o/1N2PaaT_nYuCeAQMkx9o -goversion go1.10.4 -D "" -importcfg $WORK/b065/importcfg -pack -asmhdr $WORK/b065/go_asm.h ./callbacks.go ./callbacks_traceback.go ./iscgo.go ./setenv.go $WORK/b065/_cgo_gotypes.go $WORK/b065/cgo.cgo1.go $WORK/b065/_cgo_import.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b065 -I $WORK/b065/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b065/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b065/_pkg_.a $WORK/b065/asm_s390x.o $WORK/b065/_x001.o $WORK/b065/_x002.o $WORK/b065/_x003.o $WORK/b065/_x004.o $WORK/b065/_x005.o $WORK/b065/_x006.o $WORK/b065/_x007.o $WORK/b065/_x008.o $WORK/b065/_x009.o $WORK/b065/_x010.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b065/_pkg_.a # internal cp $WORK/b065/_pkg_.a /builddir/.cache/go-build/97/979720263831fceb05f2e2da5c01254ef9a4fe356f8008e3455b8b7718d8de2a-d # internal encoding mkdir -p $WORK/b072/ cat >$WORK/b072/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/encoding /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b072/_pkg_.a -trimpath $WORK/b072 -shared -p encoding -std -complete -installsuffix shared -buildid UQU5zmyEAJCcWSJH-dMf/UQU5zmyEAJCcWSJH-dMf -goversion go1.10.4 -D "" -importcfg $WORK/b072/importcfg -pack ./encoding.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b072/_pkg_.a # internal cp $WORK/b072/_pkg_.a /builddir/.cache/go-build/48/48e8d67fa2442fee9e6a4df1d82c0fe0a6d51f12ad7f1a5376dcf8864e053006-d # internal unicode/utf16 mkdir -p $WORK/b073/ cat >$WORK/b073/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode/utf16 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b073/_pkg_.a -trimpath $WORK/b073 -shared -p unicode/utf16 -std -complete -installsuffix shared -buildid a3sXmXNnsTZXsxPMVyHG/a3sXmXNnsTZXsxPMVyHG -goversion go1.10.4 -D "" -importcfg $WORK/b073/importcfg -pack ./utf16.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b073/_pkg_.a # internal cp $WORK/b073/_pkg_.a /builddir/.cache/go-build/fd/fd7419ca2ccdc8a03baff300adc9d6e6b115a61da05417b99351abefbffbf1f8-d # internal golang.org/x/net/internal/iana mkdir -p $WORK/b094/ cat >$WORK/b094/importcfg << 'EOF' # internal # import config EOF cd /usr/share/gocode/src/golang.org/x/net/internal/iana /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b094/_pkg_.a -trimpath $WORK/b094 -shared -p golang.org/x/net/internal/iana -complete -installsuffix shared -buildid 7l6Y5OEZntgmgE0QfvbO/7l6Y5OEZntgmgE0QfvbO -goversion go1.10.4 -D "" -importcfg $WORK/b094/importcfg -pack ./const.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b094/_pkg_.a # internal cp $WORK/b094/_pkg_.a /builddir/.cache/go-build/5e/5e99ce787046792f91f1b527eae4011911198564a2882d557edab8cdfe00ab22-d # internal cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/memclr_s390x.o ./memclr_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/memmove_s390x.o ./memmove_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/rt0_linux_s390x.o ./rt0_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/sys_linux_s390x.o ./sys_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/tls_s390x.o ./tls_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b008/_pkg_.a $WORK/b008/asm.o $WORK/b008/asm_s390x.o $WORK/b008/memclr_s390x.o $WORK/b008/memmove_s390x.o $WORK/b008/rt0_linux_s390x.o $WORK/b008/sys_linux_s390x.o $WORK/b008/tls_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b008/_pkg_.a # internal cp $WORK/b008/_pkg_.a /builddir/.cache/go-build/31/31ac52e9727ad2ed3d8cfb82213ac5d6ecd902a58cf6c4e4c1e186243064f74e-d # internal sync mkdir -p $WORK/b005/ cat >$WORK/b005/importcfg << 'EOF' # internal # import config packagefile internal/race=$WORK/b006/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/sync /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b005/_pkg_.a -trimpath $WORK/b005 -shared -p sync -std -installsuffix shared -buildid JEb321U3p2HZyTbaeHLg/JEb321U3p2HZyTbaeHLg -goversion go1.10.4 -D "" -importcfg $WORK/b005/importcfg -pack ./cond.go ./map.go ./mutex.go ./once.go ./pool.go ./runtime.go ./rwmutex.go ./waitgroup.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b005/_pkg_.a # internal cp $WORK/b005/_pkg_.a /builddir/.cache/go-build/c0/c0a6ab84bb393e7d807cac356973f47808e54e937143fc7ac54190e058c7869b-d # internal io mkdir -p $WORK/b004/ cat >$WORK/b004/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/io /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b004/_pkg_.a -trimpath $WORK/b004 -shared -p io -std -complete -installsuffix shared -buildid qoEwIgn1n4bXASuCExQN/qoEwIgn1n4bXASuCExQN -goversion go1.10.4 -D "" -importcfg $WORK/b004/importcfg -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/b023/ cat >$WORK/b023/importcfg << 'EOF' # internal # import config packagefile internal/race=$WORK/b006/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b023/_pkg_.a -trimpath $WORK/b023 -shared -p syscall -std -installsuffix shared -buildid jaE6CM9kbq6EP-maydnF/jaE6CM9kbq6EP-maydnF -goversion go1.10.4 -D "" -importcfg $WORK/b023/importcfg -pack -asmhdr $WORK/b023/go_asm.h ./dirent.go ./endian_big.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_s390x.go ./syscall_unix.go ./timestruct.go ./zerrors_linux_s390x.go ./zsyscall_linux_s390x.go ./zsysnum_linux_s390x.go ./ztypes_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b004/_pkg_.a # internal cp $WORK/b004/_pkg_.a /builddir/.cache/go-build/a3/a3e94a0e1086f0f323a430cc6e135364765e74d076720c1e1504742eefb2a489-d # internal bytes mkdir -p $WORK/b002/ cat >$WORK/b002/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/bytes /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b002/_pkg_.a -trimpath $WORK/b002 -shared -p bytes -std -installsuffix shared -buildid 9CYP260jekrMY0yrqLw7/9CYP260jekrMY0yrqLw7 -goversion go1.10.4 -D "" -importcfg $WORK/b002/importcfg -pack ./buffer.go ./bytes.go ./bytes_decl.go ./bytes_s390x.go ./reader.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b002/_pkg_.a # internal cp $WORK/b002/_pkg_.a /builddir/.cache/go-build/73/733a297dc2578f5c0dac790ea45e8fb31fb76a8b5c9898887201c6313d105aae-d # internal bufio mkdir -p $WORK/b015/ cat >$WORK/b015/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/bufio /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b015/_pkg_.a -trimpath $WORK/b015 -shared -p bufio -std -complete -installsuffix shared -buildid WXf5Mp3RbyUS4g5AbL4Q/WXf5Mp3RbyUS4g5AbL4Q -goversion go1.10.4 -D "" -importcfg $WORK/b015/importcfg -pack ./bufio.go ./scan.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b015/_pkg_.a # internal cp $WORK/b015/_pkg_.a /builddir/.cache/go-build/a4/a43fd8acb27c2d6fa8e15c5f36c1394da6258e4879515843a0e5abbfc36cf5a3-d # internal crypto/cipher mkdir -p $WORK/b017/ cat >$WORK/b017/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b018/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a EOF cd /usr/lib/golang/src/crypto/cipher /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b017/_pkg_.a -trimpath $WORK/b017 -shared -p crypto/cipher -std -complete -installsuffix shared -buildid hMPp4MtKT-Nof0c0Ltl4/hMPp4MtKT-Nof0c0Ltl4 -goversion go1.10.4 -D "" -importcfg $WORK/b017/importcfg -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b017/_pkg_.a # internal cp $WORK/b017/_pkg_.a /builddir/.cache/go-build/b0/b01253c206aa3261f2a1c9261f1a05fd966af14ba8e9fdbc2bd5064f5f27c3e9-d # internal crypto/aes mkdir -p $WORK/b016/ cat >$WORK/b016/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=$WORK/b017/_pkg_.a packagefile crypto/internal/cipherhw=$WORK/b019/_pkg_.a packagefile crypto/subtle=$WORK/b018/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b016/_pkg_.a -trimpath $WORK/b016 -shared -p crypto/aes -std -installsuffix shared -buildid Dq-Xuf7a024_i2AWwp4O/Dq-Xuf7a024_i2AWwp4O -goversion go1.10.4 -D "" -importcfg $WORK/b016/importcfg -pack -asmhdr $WORK/b016/go_asm.h ./block.go ./cbc_s390x.go ./cipher.go ./cipher_s390x.go ./const.go ./ctr_s390x.go ./gcm_s390x.go ./modes.go cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b023 -I $WORK/b023/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b023/asm_linux_s390x.o ./asm_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b023/_pkg_.a $WORK/b023/asm_linux_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b023/_pkg_.a # internal cp $WORK/b023/_pkg_.a /builddir/.cache/go-build/32/32232e39530d5eb342fd761c0cdd441fe6cb6fa7315e3827a6bd2b0910a72e60-d # internal internal/syscall/unix mkdir -p $WORK/b022/ cat >$WORK/b022/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a EOF cd /usr/lib/golang/src/internal/syscall/unix /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b022/_pkg_.a -trimpath $WORK/b022 -shared -p internal/syscall/unix -std -complete -installsuffix shared -buildid yhQTfJwbHybzXroh2cZr/yhQTfJwbHybzXroh2cZr -goversion go1.10.4 -D "" -importcfg $WORK/b022/importcfg -pack ./getrandom_linux.go ./getrandom_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b022/_pkg_.a # internal cp $WORK/b022/_pkg_.a /builddir/.cache/go-build/61/611146b5721fc5e98d443d377c507e0d1eaa8506d7de42d646c84a4ebe0558f2-d # internal reflect mkdir -p $WORK/b026/ cat >$WORK/b026/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b021/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b026/_pkg_.a -trimpath $WORK/b026 -shared -p reflect -std -installsuffix shared -buildid uGRaqEJ0ZmUsN0Dloy1j/uGRaqEJ0ZmUsN0Dloy1j -goversion go1.10.4 -D "" -importcfg $WORK/b026/importcfg -pack -asmhdr $WORK/b026/go_asm.h ./deepequal.go ./makefunc.go ./swapper.go ./type.go ./value.go cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b016 -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b016/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b016/_pkg_.a $WORK/b016/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b016/_pkg_.a # internal cp $WORK/b016/_pkg_.a /builddir/.cache/go-build/8a/8a9f96993c246b0038c2f1a843e59f14f4bb338096a195f58b2536752882219d-d # internal time mkdir -p $WORK/b030/ cat >$WORK/b030/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a EOF cd /usr/lib/golang/src/time /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b030/_pkg_.a -trimpath $WORK/b030 -shared -p time -std -installsuffix shared -buildid XU26IAQ7zLOrk5gxEsbT/XU26IAQ7zLOrk5gxEsbT -goversion go1.10.4 -D "" -importcfg $WORK/b030/importcfg -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b030/_pkg_.a # internal cp $WORK/b030/_pkg_.a /builddir/.cache/go-build/ef/ef33dc25a05a6f017b639b3fca7d3f329da3989d6db112c20ca56e08d6eae71d-d # internal internal/poll mkdir -p $WORK/b029/ cat >$WORK/b029/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/internal/poll /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b029/_pkg_.a -trimpath $WORK/b029 -shared -p internal/poll -std -installsuffix shared -buildid q4qxSNy3_2NYnkQMj_cz/q4qxSNy3_2NYnkQMj_cz -goversion go1.10.4 -D "" -importcfg $WORK/b029/importcfg -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 /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b029/_pkg_.a # internal cp $WORK/b029/_pkg_.a /builddir/.cache/go-build/85/85a1cd167035d17375555cd2afa689d1ec72071d9cde89436788748f174bdcc2-d # internal os mkdir -p $WORK/b028/ cat >$WORK/b028/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile internal/poll=$WORK/b029/_pkg_.a packagefile internal/testlog=$WORK/b031/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/os /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b028/_pkg_.a -trimpath $WORK/b028 -shared -p os -std -installsuffix shared -buildid FeVtnw7-bSbLHDsO_WCd/FeVtnw7-bSbLHDsO_WCd -goversion go1.10.4 -D "" -importcfg $WORK/b028/importcfg -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.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 /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b028/_pkg_.a # internal cp $WORK/b028/_pkg_.a /builddir/.cache/go-build/ec/ec97d0fedcc38a59d9acee91393dff2182375b7d9a1cb68ef83731f510dafafa-d # internal math/rand mkdir -p $WORK/b033/ cat >$WORK/b033/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b021/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/math/rand /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b033/_pkg_.a -trimpath $WORK/b033 -shared -p math/rand -std -complete -installsuffix shared -buildid Vi9NApqKkuI9m8e9vwc-/Vi9NApqKkuI9m8e9vwc- -goversion go1.10.4 -D "" -importcfg $WORK/b033/importcfg -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b033/_pkg_.a # internal cp $WORK/b033/_pkg_.a /builddir/.cache/go-build/2b/2bac00feaaab998c70a91b03b84afcde681eb508839abf7cdff4205c1acf96c4-d # internal strings mkdir -p $WORK/b034/ cat >$WORK/b034/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b034/_pkg_.a -trimpath $WORK/b034 -shared -p strings -std -installsuffix shared -buildid S4wxkHJCQyBt4eQkTlEg/S4wxkHJCQyBt4eQkTlEg -goversion go1.10.4 -D "" -importcfg $WORK/b034/importcfg -pack -asmhdr $WORK/b034/go_asm.h ./builder.go ./compare.go ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go ./strings_s390x.go cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b026 -I $WORK/b026/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b026/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b026/_pkg_.a $WORK/b026/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b026/_pkg_.a # internal cp $WORK/b026/_pkg_.a /builddir/.cache/go-build/96/96d846f4906aa6e3326bde0315738ca426a73bd4849bcb8152d4592e36b586bd-d # internal encoding/binary mkdir -p $WORK/b025/ cat >$WORK/b025/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a EOF cd /usr/lib/golang/src/encoding/binary /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b025/_pkg_.a -trimpath $WORK/b025 -shared -p encoding/binary -std -complete -installsuffix shared -buildid WdTmFoTXcHXSXipWWHzg/WdTmFoTXcHXSXipWWHzg -goversion go1.10.4 -D "" -importcfg $WORK/b025/importcfg -pack ./binary.go ./varint.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b025/_pkg_.a # internal cp $WORK/b025/_pkg_.a /builddir/.cache/go-build/33/33746d5995ad3187c3d625ef6759f182e90b9685a99a0952824bc658809d45ad-d # internal fmt mkdir -p $WORK/b027/ cat >$WORK/b027/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/fmt /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b027/_pkg_.a -trimpath $WORK/b027 -shared -p fmt -std -complete -installsuffix shared -buildid sG8OhHk9n_sBPrA0Ea-r/sG8OhHk9n_sBPrA0Ea-r -goversion go1.10.4 -D "" -importcfg $WORK/b027/importcfg -pack ./doc.go ./format.go ./print.go ./scan.go cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b034 -I $WORK/b034/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b034/strings.o ./strings.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b034/_pkg_.a $WORK/b034/strings.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b034/_pkg_.a # internal cp $WORK/b034/_pkg_.a /builddir/.cache/go-build/bc/bc4ab2ebc1fbdff4ac3809cf340cd7f1991c51d35222d4d8ea22262ec97d977d-d # internal hash mkdir -p $WORK/b038/ cat >$WORK/b038/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/hash /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b038/_pkg_.a -trimpath $WORK/b038 -shared -p hash -std -complete -installsuffix shared -buildid q2Eise0nTMwi7dVAu4Kj/q2Eise0nTMwi7dVAu4Kj -goversion go1.10.4 -D "" -importcfg $WORK/b038/importcfg -pack ./hash.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b038/_pkg_.a # internal cp $WORK/b038/_pkg_.a /builddir/.cache/go-build/55/558c572fc8325a9abaa6d8d6ee29fcf5a834294df04ed10771b9afc3a2345854-d # internal crypto mkdir -p $WORK/b037/ cat >$WORK/b037/importcfg << 'EOF' # internal # import config packagefile hash=$WORK/b038/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/crypto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b037/_pkg_.a -trimpath $WORK/b037 -shared -p crypto -std -complete -installsuffix shared -buildid 0H5YesXmcTBwHfZWHVc3/0H5YesXmcTBwHfZWHVc3 -goversion go1.10.4 -D "" -importcfg $WORK/b037/importcfg -pack ./crypto.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b037/_pkg_.a # internal cp $WORK/b037/_pkg_.a /builddir/.cache/go-build/9e/9e48bc5ca57bc8c12b1eddb4bb1f5bb2844e3111fe81903c63a4d4564d18e746-d # internal crypto/des mkdir -p $WORK/b039/ cat >$WORK/b039/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=$WORK/b017/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/crypto/des /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b039/_pkg_.a -trimpath $WORK/b039 -shared -p crypto/des -std -complete -installsuffix shared -buildid QG5mwzgAKh3evT8EFb0E/QG5mwzgAKh3evT8EFb0E -goversion go1.10.4 -D "" -importcfg $WORK/b039/importcfg -pack ./block.go ./cipher.go ./const.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b039/_pkg_.a # internal cp $WORK/b039/_pkg_.a /builddir/.cache/go-build/7a/7adc2e6da9d95e2a54b6fa7bed2668f7a6a98a7d7f76032471710aa2c2020939-d # internal crypto/sha512 mkdir -p $WORK/b042/ cat >$WORK/b042/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b037/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha512 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b042/_pkg_.a -trimpath $WORK/b042 -shared -p crypto/sha512 -std -installsuffix shared -buildid Zx42I7mgLAX-Qf6N7tNY/Zx42I7mgLAX-Qf6N7tNY -goversion go1.10.4 -D "" -importcfg $WORK/b042/importcfg -pack -asmhdr $WORK/b042/go_asm.h ./sha512.go ./sha512block.go ./sha512block_decl.go ./sha512block_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b042 -I $WORK/b042/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b042/sha512block_s390x.o ./sha512block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b042/_pkg_.a $WORK/b042/sha512block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b042/_pkg_.a # internal cp $WORK/b042/_pkg_.a /builddir/.cache/go-build/ab/abde4420b753aba7f48d6ddf6513017ac0dfee3993b52e42112e61cd2983ec03-d # internal crypto/hmac mkdir -p $WORK/b044/ cat >$WORK/b044/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b018/_pkg_.a packagefile hash=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/crypto/hmac /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b044/_pkg_.a -trimpath $WORK/b044 -shared -p crypto/hmac -std -complete -installsuffix shared -buildid AZuRyLOnw6wEcx5yE4sv/AZuRyLOnw6wEcx5yE4sv -goversion go1.10.4 -D "" -importcfg $WORK/b044/importcfg -pack ./hmac.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b044/_pkg_.a # internal cp $WORK/b044/_pkg_.a /builddir/.cache/go-build/5e/5e82f93fdb81fa025dedfd7cd445d92661a53a0efd8348eee0cd376fb37049a0-d # internal crypto/md5 mkdir -p $WORK/b045/ cat >$WORK/b045/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b037/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b038/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a EOF cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b045/_pkg_.a -trimpath $WORK/b045 -shared -p crypto/md5 -std -installsuffix shared -buildid 3CjS52mO280qoEUuNa31/3CjS52mO280qoEUuNa31 -goversion go1.10.4 -D "" -importcfg $WORK/b045/importcfg -pack -asmhdr $WORK/b045/go_asm.h ./md5.go ./md5block.go ./md5block_decl.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b045 -I $WORK/b045/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b045/md5block_s390x.o ./md5block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b027/_pkg_.a # internal cp $WORK/b027/_pkg_.a /builddir/.cache/go-build/f7/f77559f95fe9f2f11d7cee268518874c60a468de638cd87bde3c9161a03c8ef2-d # internal math/big mkdir -p $WORK/b024/ cat >$WORK/b024/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile math/bits=$WORK/b032/_pkg_.a packagefile math/rand=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b024/_pkg_.a -trimpath $WORK/b024 -shared -p math/big -std -installsuffix shared -buildid Fa2IHWd6e_JzyXHcwn9a/Fa2IHWd6e_JzyXHcwn9a -goversion go1.10.4 -D "" -importcfg $WORK/b024/importcfg -pack -asmhdr $WORK/b024/go_asm.h ./accuracy_string.go ./arith.go ./arith_decl.go ./arith_decl_s390x.go ./decimal.go ./doc.go ./float.go ./floatconv.go ./floatmarsh.go ./ftoa.go ./int.go ./intconv.go ./intmarsh.go ./nat.go ./natconv.go ./prime.go ./rat.go ./ratconv.go ./ratmarsh.go ./roundingmode_string.go ./sqrt.go cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b045/_pkg_.a $WORK/b045/md5block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b045/_pkg_.a # internal cp $WORK/b045/_pkg_.a /builddir/.cache/go-build/5c/5c57efb38626effbcaad78c73279ad642cfb91f01e2e6c395b1eecb92c3d8e9a-d # internal crypto/sha1 mkdir -p $WORK/b048/ cat >$WORK/b048/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b037/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b048/_pkg_.a -trimpath $WORK/b048 -shared -p crypto/sha1 -std -installsuffix shared -buildid vhxStMkJKxV0Sme9qgQI/vhxStMkJKxV0Sme9qgQI -goversion go1.10.4 -D "" -importcfg $WORK/b048/importcfg -pack -asmhdr $WORK/b048/go_asm.h ./sha1.go ./sha1block.go ./sha1block_decl.go ./sha1block_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b048 -I $WORK/b048/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b048/sha1block_s390x.o ./sha1block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b048/_pkg_.a $WORK/b048/sha1block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b048/_pkg_.a # internal cp $WORK/b048/_pkg_.a /builddir/.cache/go-build/1d/1d60ad2c1d9570f1150b2304049807c4f9da06122f0631a0d5a943eb476a5673-d # internal crypto/sha256 mkdir -p $WORK/b049/ cat >$WORK/b049/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b037/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha256 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b049/_pkg_.a -trimpath $WORK/b049 -shared -p crypto/sha256 -std -installsuffix shared -buildid U68lt2LX3_OZTZ_4bW5p/U68lt2LX3_OZTZ_4bW5p -goversion go1.10.4 -D "" -importcfg $WORK/b049/importcfg -pack -asmhdr $WORK/b049/go_asm.h ./sha256.go ./sha256block.go ./sha256block_decl.go ./sha256block_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b049 -I $WORK/b049/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b049/sha256block_s390x.o ./sha256block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b049/_pkg_.a $WORK/b049/sha256block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b049/_pkg_.a # internal cp $WORK/b049/_pkg_.a /builddir/.cache/go-build/64/6469267c81bfa769f464c17e2afd0304f8f1158c2fd38e2034a5380dea8c7dd5-d # internal encoding/hex mkdir -p $WORK/b053/ cat >$WORK/b053/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/encoding/hex /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b053/_pkg_.a -trimpath $WORK/b053 -shared -p encoding/hex -std -complete -installsuffix shared -buildid I8TOxgf1grwagu_OevwO/I8TOxgf1grwagu_OevwO -goversion go1.10.4 -D "" -importcfg $WORK/b053/importcfg -pack ./hex.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b053/_pkg_.a # internal cp $WORK/b053/_pkg_.a /builddir/.cache/go-build/16/16ae40f224287b198422faef5597406b08ca9b99e417411fd9aaed7ac1385038-d # internal encoding/base64 mkdir -p $WORK/b055/ cat >$WORK/b055/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/encoding/base64 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b055/_pkg_.a -trimpath $WORK/b055 -shared -p encoding/base64 -std -complete -installsuffix shared -buildid 5E04123UTUncpph_WWFE/5E04123UTUncpph_WWFE -goversion go1.10.4 -D "" -importcfg $WORK/b055/importcfg -pack ./base64.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b055/_pkg_.a # internal cp $WORK/b055/_pkg_.a /builddir/.cache/go-build/99/994250dbfc66cf23e5e0567b1c15134adf7380a54732fab8bed7808c84a7a9c1-d # internal sort mkdir -p $WORK/b056/ cat >$WORK/b056/importcfg << 'EOF' # internal # import config packagefile reflect=$WORK/b026/_pkg_.a EOF cd /usr/lib/golang/src/sort /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b056/_pkg_.a -trimpath $WORK/b056 -shared -p sort -std -complete -installsuffix shared -buildid wb-cxiej1WgLARX0WacM/wb-cxiej1WgLARX0WacM -goversion go1.10.4 -D "" -importcfg $WORK/b056/importcfg -pack ./search.go ./slice.go ./sort.go ./zfuncversion.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b056/_pkg_.a # internal cp $WORK/b056/_pkg_.a /builddir/.cache/go-build/52/52c925e7b9fc0b0c5449a54d936e3802c8217a25eb3a95eb35ca5a93454ecae6-d # internal encoding/pem mkdir -p $WORK/b054/ cat >$WORK/b054/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/base64=$WORK/b055/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/encoding/pem /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b054/_pkg_.a -trimpath $WORK/b054 -shared -p encoding/pem -std -complete -installsuffix shared -buildid -ocZZqGqJEX3eXHCa_zT/-ocZZqGqJEX3eXHCa_zT -goversion go1.10.4 -D "" -importcfg $WORK/b054/importcfg -pack ./pem.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b054/_pkg_.a # internal cp $WORK/b054/_pkg_.a /builddir/.cache/go-build/65/650a72e5027f9c0121b522c8711c4f53cacaab0e6c465ab4f8cc46e2f2aa3440-d # internal path/filepath mkdir -p $WORK/b060/ cat >$WORK/b060/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/path/filepath /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b060/_pkg_.a -trimpath $WORK/b060 -shared -p path/filepath -std -complete -installsuffix shared -buildid s7P_d9ZXcFDZhpvHCBID/s7P_d9ZXcFDZhpvHCBID -goversion go1.10.4 -D "" -importcfg $WORK/b060/importcfg -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b060/_pkg_.a # internal cp $WORK/b060/_pkg_.a /builddir/.cache/go-build/fb/fb1ca5753fba5e1e1176a57a19add393198a43e36fea5cb033941bdd8e0d1bf1-d # internal io/ioutil mkdir -p $WORK/b059/ cat >$WORK/b059/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/io/ioutil /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b059/_pkg_.a -trimpath $WORK/b059 -shared -p io/ioutil -std -complete -installsuffix shared -buildid OtC_cf0Fw3LtJ6eM3F7O/OtC_cf0Fw3LtJ6eM3F7O -goversion go1.10.4 -D "" -importcfg $WORK/b059/importcfg -pack ./ioutil.go ./tempfile.go cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b024 -I $WORK/b024/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b024/arith_s390x.o ./arith_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b024/_pkg_.a $WORK/b024/arith_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b024/_pkg_.a # internal cp $WORK/b024/_pkg_.a /builddir/.cache/go-build/38/38b9113e2a938ba3df21e6f80ed29052a4a2d1893be838caf21f6e864073f047-d # internal crypto/rand mkdir -p $WORK/b014/ cat >$WORK/b014/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile crypto/aes=$WORK/b016/_pkg_.a packagefile crypto/cipher=$WORK/b017/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile internal/syscall/unix=$WORK/b022/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/big=$WORK/b024/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rand /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b014/_pkg_.a -trimpath $WORK/b014 -shared -p crypto/rand -std -complete -installsuffix shared -buildid KgKuo8VPn8JzHsRUlSYi/KgKuo8VPn8JzHsRUlSYi -goversion go1.10.4 -D "" -importcfg $WORK/b014/importcfg -pack ./eagain.go ./rand.go ./rand_linux.go ./rand_unix.go ./util.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b059/_pkg_.a # internal cp $WORK/b059/_pkg_.a /builddir/.cache/go-build/17/17179f5eb39544977d1bb63915320c28cf3e3275028295fba64a45aa0f565de0-d # internal crypto/elliptic mkdir -p $WORK/b041/ cat >$WORK/b041/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b018/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/big=$WORK/b024/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/crypto/elliptic /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b041/_pkg_.a -trimpath $WORK/b041 -shared -p crypto/elliptic -std -installsuffix shared -buildid gpPWj-1xcTszf9A9XhxB/gpPWj-1xcTszf9A9XhxB -goversion go1.10.4 -D "" -importcfg $WORK/b041/importcfg -pack -asmhdr $WORK/b041/go_asm.h ./elliptic.go ./p224.go ./p256.go ./p256_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b014/_pkg_.a # internal cp $WORK/b014/_pkg_.a /builddir/.cache/go-build/c1/c1b13174d53215d9a42688e31f631ebc347c947af43e266f0bbbb5f2a490bd8c-d # internal encoding/asn1 mkdir -p $WORK/b043/ cat >$WORK/b043/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile math/big=$WORK/b024/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile time=$WORK/b030/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/encoding/asn1 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b043/_pkg_.a -trimpath $WORK/b043 -shared -p encoding/asn1 -std -complete -installsuffix shared -buildid 5Yk0cgQqXdfwvlfzVV8c/5Yk0cgQqXdfwvlfzVV8c -goversion go1.10.4 -D "" -importcfg $WORK/b043/importcfg -pack ./asn1.go ./common.go ./marshal.go cd /usr/lib/golang/src/crypto/elliptic /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b041 -I $WORK/b041/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b041/p256_asm_s390x.o ./p256_asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b041/_pkg_.a $WORK/b041/p256_asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b041/_pkg_.a # internal cp $WORK/b041/_pkg_.a /builddir/.cache/go-build/6b/6b136d1f091a99f12ef5bb0b09eb6fa303799f682f7c099c187d8432f5de5f0b-d # internal crypto/rsa mkdir -p $WORK/b047/ cat >$WORK/b047/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto=$WORK/b037/_pkg_.a packagefile crypto/rand=$WORK/b014/_pkg_.a packagefile crypto/subtle=$WORK/b018/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b038/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile math/big=$WORK/b024/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rsa /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b047/_pkg_.a -trimpath $WORK/b047 -shared -p crypto/rsa -std -complete -installsuffix shared -buildid w3r6c3EB1zKplqFdg4ha/w3r6c3EB1zKplqFdg4ha -goversion go1.10.4 -D "" -importcfg $WORK/b047/importcfg -pack ./pkcs1v15.go ./pss.go ./rsa.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b043/_pkg_.a # internal cp $WORK/b043/_pkg_.a /builddir/.cache/go-build/8f/8f7adef43e92f12dbdd2d434beb234a0145517e2df31e1e9a0cff444428ad119-d # internal crypto/ecdsa mkdir -p $WORK/b040/ cat >$WORK/b040/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b037/_pkg_.a packagefile crypto/aes=$WORK/b016/_pkg_.a packagefile crypto/cipher=$WORK/b017/_pkg_.a packagefile crypto/elliptic=$WORK/b041/_pkg_.a packagefile crypto/sha512=$WORK/b042/_pkg_.a packagefile encoding/asn1=$WORK/b043/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/big=$WORK/b024/_pkg_.a EOF cd /usr/lib/golang/src/crypto/ecdsa /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b040/_pkg_.a -trimpath $WORK/b040 -shared -p crypto/ecdsa -std -complete -installsuffix shared -buildid D-G55s_0wwFSRoycMtvb/D-G55s_0wwFSRoycMtvb -goversion go1.10.4 -D "" -importcfg $WORK/b040/importcfg -pack ./ecdsa.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b040/_pkg_.a # internal cp $WORK/b040/_pkg_.a /builddir/.cache/go-build/1f/1fbfe8b7b5a8f69a874c45fdee8962a863317d5a82abec27a3afb5a089766341-d # internal crypto/dsa mkdir -p $WORK/b051/ cat >$WORK/b051/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/big=$WORK/b024/_pkg_.a EOF cd /usr/lib/golang/src/crypto/dsa /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b051/_pkg_.a -trimpath $WORK/b051 -shared -p crypto/dsa -std -complete -installsuffix shared -buildid GMh7f1qu2urA1_M0Zt9H/GMh7f1qu2urA1_M0Zt9H -goversion go1.10.4 -D "" -importcfg $WORK/b051/importcfg -pack ./dsa.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b047/_pkg_.a # internal cp $WORK/b047/_pkg_.a /builddir/.cache/go-build/72/72c13d50cad1c0763eb36ce10a04e3542977fd30a332cec7a9cd0513481ae19c-d # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b051/_pkg_.a # internal crypto/x509/pkix mkdir -p $WORK/b052/ cat >$WORK/b052/importcfg << 'EOF' # internal # import config packagefile encoding/asn1=$WORK/b043/_pkg_.a packagefile encoding/hex=$WORK/b053/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile math/big=$WORK/b024/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cp $WORK/b051/_pkg_.a /builddir/.cache/go-build/b6/b642d69ef31d8c3133810df4113e5c8f63cce6bbb23aee19ea26257ca13cd7d4-d # internal cd /usr/lib/golang/src/crypto/x509/pkix /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b052/_pkg_.a -trimpath $WORK/b052 -shared -p crypto/x509/pkix -std -complete -installsuffix shared -buildid 2dfQMLqAO1pzhkkBsiG8/2dfQMLqAO1pzhkkBsiG8 -goversion go1.10.4 -D "" -importcfg $WORK/b052/importcfg -pack ./pkix.go vendor/golang_org/x/crypto/cryptobyte mkdir -p $WORK/b057/ cat >$WORK/b057/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/cryptobyte/asn1=vendor/golang_org/x/crypto/cryptobyte/asn1 packagefile encoding/asn1=$WORK/b043/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=$WORK/b058/_pkg_.a packagefile math/big=$WORK/b024/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/cryptobyte /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b057/_pkg_.a -trimpath $WORK/b057 -shared -p vendor/golang_org/x/crypto/cryptobyte -std -complete -installsuffix shared -buildid W9B6EGzAfq9TR2UWt_MP/W9B6EGzAfq9TR2UWt_MP -goversion go1.10.4 -D "" -importcfg $WORK/b057/importcfg -pack ./asn1.go ./builder.go ./string.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b052/_pkg_.a # internal cp $WORK/b052/_pkg_.a /builddir/.cache/go-build/5c/5c966dd46b0e3bb6d5fe92d0d60304dcd4e5a5d182d6e14ad01333c2b6bfb0ff-d # internal context mkdir -p $WORK/b062/ cat >$WORK/b062/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/context /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b062/_pkg_.a -trimpath $WORK/b062 -shared -p context -std -complete -installsuffix shared -buildid MtZTpVXIag_DfbNLzdaN/MtZTpVXIag_DfbNLzdaN -goversion go1.10.4 -D "" -importcfg $WORK/b062/importcfg -pack ./context.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b062/_pkg_.a # internal cp $WORK/b062/_pkg_.a /builddir/.cache/go-build/bf/bf982bbd3e28330b62b9465ed2e33391ab3ab6da0a31e89f0a28010ab694e6e1-d # internal internal/singleflight mkdir -p $WORK/b064/ cat >$WORK/b064/importcfg << 'EOF' # internal # import config packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/internal/singleflight /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b064/_pkg_.a -trimpath $WORK/b064 -shared -p internal/singleflight -std -complete -installsuffix shared -buildid xToJ3DUdW6hWL2RZ71t1/xToJ3DUdW6hWL2RZ71t1 -goversion go1.10.4 -D "" -importcfg $WORK/b064/importcfg -pack ./singleflight.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b057/_pkg_.a # internal cp $WORK/b057/_pkg_.a /builddir/.cache/go-build/67/679cec526362725885de51ae10ab4f2198ffc81d0b9c4c031d09c53dfe43b487-d # internal net/url mkdir -p $WORK/b066/ cat >$WORK/b066/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/net/url /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b066/_pkg_.a -trimpath $WORK/b066 -shared -p net/url -std -complete -installsuffix shared -buildid BqjBU300BrfpOypeGB3C/BqjBU300BrfpOypeGB3C -goversion go1.10.4 -D "" -importcfg $WORK/b066/importcfg -pack ./url.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b064/_pkg_.a # internal cp $WORK/b064/_pkg_.a /builddir/.cache/go-build/c7/c7188dd00764eab50ab92afbe6833cdbad7e435a1deb48891b914d6f7b4002a3-d # internal net mkdir -p $WORK/b061/ cd /usr/lib/golang/src/net CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_s390x/cgo -objdir $WORK/b061/ -importpath net -- -I $WORK/b061/ -g -O2 ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b066/_pkg_.a # internal cp $WORK/b066/_pkg_.a /builddir/.cache/go-build/07/07fd5b4d7a6e12411da08e0bf80b9ab720f513bcdb0d650ebe53f85badfd9844-d # internal vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 mkdir -p $WORK/b068/ cat >$WORK/b068/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b068/_pkg_.a -trimpath $WORK/b068 -shared -p vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 -std -complete -installsuffix shared -buildid wpdNC2CaBsANdkhbIdy4/wpdNC2CaBsANdkhbIdy4 -goversion go1.10.4 -D "" -importcfg $WORK/b068/importcfg -pack ./chacha_generic.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b068/_pkg_.a # internal cp $WORK/b068/_pkg_.a /builddir/.cache/go-build/5b/5bd321cb6d1eaa6e24ea4203855fcd45354593300b145935a475c3f6de29f152-d # internal vendor/golang_org/x/crypto/poly1305 mkdir -p $WORK/b069/ cat >$WORK/b069/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b018/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/poly1305 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b069/_pkg_.a -trimpath $WORK/b069 -shared -p vendor/golang_org/x/crypto/poly1305 -std -complete -installsuffix shared -buildid WlVWkJ2sdlh-qooqtbV8/WlVWkJ2sdlh-qooqtbV8 -goversion go1.10.4 -D "" -importcfg $WORK/b069/importcfg -pack ./poly1305.go ./sum_ref.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b069/_pkg_.a # internal cp $WORK/b069/_pkg_.a /builddir/.cache/go-build/50/50fafd7fffa7c6edbf6e73daeeb2610ebd6456aea04855c8738feaafb5545c0c-d # internal vendor/golang_org/x/crypto/chacha20poly1305 mkdir -p $WORK/b067/ cat >$WORK/b067/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/chacha20poly1305/internal/chacha20=vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 importmap golang_org/x/crypto/poly1305=vendor/golang_org/x/crypto/poly1305 packagefile crypto/cipher=$WORK/b017/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20=$WORK/b068/_pkg_.a packagefile vendor/golang_org/x/crypto/poly1305=$WORK/b069/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/chacha20poly1305 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b067/_pkg_.a -trimpath $WORK/b067 -shared -p vendor/golang_org/x/crypto/chacha20poly1305 -std -complete -installsuffix shared -buildid 2FAWLS7ntV4DzSNFcHv8/2FAWLS7ntV4DzSNFcHv8 -goversion go1.10.4 -D "" -importcfg $WORK/b067/importcfg -pack ./chacha20poly1305.go ./chacha20poly1305_generic.go ./chacha20poly1305_noasm.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b067/_pkg_.a # internal cp $WORK/b067/_pkg_.a /builddir/.cache/go-build/3b/3b006f0c8470b44bc91b952f16de90859fb1acc051d24cd20c03fef8c628a852-d # internal vendor/golang_org/x/crypto/curve25519 mkdir -p $WORK/b070/ cat >$WORK/b070/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/curve25519 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b070/_pkg_.a -trimpath $WORK/b070 -shared -p vendor/golang_org/x/crypto/curve25519 -std -complete -installsuffix shared -buildid 0XkFHpmgIZfkA0N3feob/0XkFHpmgIZfkA0N3feob -goversion go1.10.4 -D "" -importcfg $WORK/b070/importcfg -pack ./curve25519.go ./doc.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b070/_pkg_.a # internal cp $WORK/b070/_pkg_.a /builddir/.cache/go-build/82/8285a62c237cb848f0350b32cf4f73866b61411bd9cc90c45072c413f87270a7-d # internal encoding/json mkdir -p $WORK/b071/ cat >$WORK/b071/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding=$WORK/b072/_pkg_.a packagefile encoding/base64=$WORK/b055/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf16=$WORK/b073/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/encoding/json /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b071/_pkg_.a -trimpath $WORK/b071 -shared -p encoding/json -std -complete -installsuffix shared -buildid SKq9feA9F_0tAN_vNM94/SKq9feA9F_0tAN_vNM94 -goversion go1.10.4 -D "" -importcfg $WORK/b071/importcfg -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tables.go ./tags.go cd $WORK/b061 gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b071/_pkg_.a # internal cp $WORK/b071/_pkg_.a /builddir/.cache/go-build/3e/3e4c1f4fc201ca0cfcd948b42fe4971a3d61aaea1c0e3ddcc9a1e6deee918a94-d # internal flag mkdir -p $WORK/b074/ cat >$WORK/b074/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/flag /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b074/_pkg_.a -trimpath $WORK/b074 -shared -p flag -std -complete -installsuffix shared -buildid 3NxwbQdV1gm0mbGQDsiJ/3NxwbQdV1gm0mbGQDsiJ -goversion go1.10.4 -D "" -importcfg $WORK/b074/importcfg -pack ./flag.go cd $WORK/b061 gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c cgo_linux.cgo2.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x003.o -c cgo_resnew.cgo2.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x004.o -c cgo_socknew.cgo2.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x005.o -c cgo_unix.cgo2.c /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b074/_pkg_.a # internal cp $WORK/b074/_pkg_.a /builddir/.cache/go-build/d9/d951fb28e142b415d022cf385fcde79445e952565ec6af1063fb42b7a3000a9c-d # internal encoding/xml mkdir -p $WORK/b076/ cat >$WORK/b076/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding=$WORK/b072/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/encoding/xml /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b076/_pkg_.a -trimpath $WORK/b076 -shared -p encoding/xml -std -complete -installsuffix shared -buildid qUcAEDlYkgGcca5wO_Bl/qUcAEDlYkgGcca5wO_Bl -goversion go1.10.4 -D "" -importcfg $WORK/b076/importcfg -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go cd $WORK/b061 gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c cd /usr/lib/golang/src/net gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -o $WORK/b061/_cgo_.o $WORK/b061/_cgo_main.o $WORK/b061/_x001.o $WORK/b061/_x002.o $WORK/b061/_x003.o $WORK/b061/_x004.o $WORK/b061/_x005.o -g -O2 /usr/lib/golang/pkg/tool/linux_s390x/cgo -dynpackage net -dynimport $WORK/b061/_cgo_.o -dynout $WORK/b061/_cgo_import.go cat >$WORK/b061/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b062/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile internal/nettrace=$WORK/b063/_pkg_.a packagefile internal/poll=$WORK/b029/_pkg_.a packagefile internal/singleflight=$WORK/b064/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/rand=$WORK/b033/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b030/_pkg_.a packagefile runtime/cgo=$WORK/b065/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b061/_pkg_.a -trimpath $WORK/b061 -shared -p net -std -installsuffix shared -buildid Ad_Neh9sUySvqDHaMXZV/Ad_Neh9sUySvqDHaMXZV -goversion go1.10.4 -D "" -importcfg $WORK/b061/importcfg -pack ./addrselect.go ./conf.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./error_posix.go ./fd_unix.go ./file.go ./file_unix.go ./hook.go ./hook_unix.go ./hosts.go ./interface.go ./interface_linux.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./nss.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./rawconn.go ./sendfile_linux.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go ./writev_unix.go $WORK/b061/_cgo_gotypes.go $WORK/b061/cgo_linux.cgo1.go $WORK/b061/cgo_resnew.cgo1.go $WORK/b061/cgo_socknew.cgo1.go $WORK/b061/cgo_unix.cgo1.go $WORK/b061/_cgo_import.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b076/_pkg_.a # internal cp $WORK/b076/_pkg_.a /builddir/.cache/go-build/de/deb15349daac681f67742d5b23f115b4b0d622777838634366ea0243e690ec40-d # internal log mkdir -p $WORK/b079/ cat >$WORK/b079/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/log /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b079/_pkg_.a -trimpath $WORK/b079 -shared -p log -std -complete -installsuffix shared -buildid prItjwSgPMPheKaJ_sa6/prItjwSgPMPheKaJ_sa6 -goversion go1.10.4 -D "" -importcfg $WORK/b079/importcfg -pack ./log.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b079/_pkg_.a # internal cp $WORK/b079/_pkg_.a /builddir/.cache/go-build/69/69b9fe5962886f72e214cfa7ca06cbf8d594724bc081cfb5a0e78d1a79184fde-d # internal github.com/syncthing/syncthing/lib/logger mkdir -p $WORK/b078/ cat >$WORK/b078/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b027/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/logger /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b078/_pkg_.a -trimpath $WORK/b078 -shared -p github.com/syncthing/syncthing/lib/logger -complete -installsuffix shared -buildid Ym5JKmapQqfh26tQsHyI/Ym5JKmapQqfh26tQsHyI -goversion go1.10.4 -D "" -importcfg $WORK/b078/importcfg -pack ./logger.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b078/_pkg_.a # internal cp $WORK/b078/_pkg_.a /builddir/.cache/go-build/37/378bdad957603b888d8d72d6f2c1f27221574acebf94e4f244eb5ab225512065-d # internal github.com/petermattis/goid mkdir -p $WORK/b082/ cat >$WORK/b082/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a EOF cd /usr/share/gocode/src/github.com/petermattis/goid /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b082/_pkg_.a -trimpath $WORK/b082 -shared -p github.com/petermattis/goid -complete -installsuffix shared -buildid LWRxGxkjj2jgwVq9Z2f2/LWRxGxkjj2jgwVq9Z2f2 -goversion go1.10.4 -D "" -importcfg $WORK/b082/importcfg -pack ./goid.go ./goid_slow.go ./runtime_go1.9.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b082/_pkg_.a # internal cp $WORK/b082/_pkg_.a /builddir/.cache/go-build/f8/f8a3b3b4118346fc6cfbd425d7eab1957850a806ef71d7558033aaa34ee014ab-d # internal os/user mkdir -p $WORK/b083/ cd /usr/lib/golang/src/os/user CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_s390x/cgo -objdir $WORK/b083/ -importpath os/user -- -I $WORK/b083/ -g -O2 ./cgo_lookup_unix.go ./getgrouplist_unix.go ./listgroups_unix.go cd $WORK/b083 gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b083=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b083=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c cgo_lookup_unix.cgo2.c gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b083=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x003.o -c getgrouplist_unix.cgo2.c cd /usr/lib/golang/src/net /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b061/_pkg_.a $WORK/b061/_x001.o $WORK/b061/_x002.o $WORK/b061/_x003.o $WORK/b061/_x004.o $WORK/b061/_x005.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b061/_pkg_.a # internal cp $WORK/b061/_pkg_.a /builddir/.cache/go-build/a7/a77c8683e630c4152d146987d677df15815f8ce1803d76eabbd8b226ee7e1caa-d # internal crypto/x509 mkdir -p $WORK/b050/ cat >$WORK/b050/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/cryptobyte=vendor/golang_org/x/crypto/cryptobyte importmap golang_org/x/crypto/cryptobyte/asn1=vendor/golang_org/x/crypto/cryptobyte/asn1 packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto=$WORK/b037/_pkg_.a packagefile crypto/aes=$WORK/b016/_pkg_.a packagefile crypto/cipher=$WORK/b017/_pkg_.a packagefile crypto/des=$WORK/b039/_pkg_.a packagefile crypto/dsa=$WORK/b051/_pkg_.a packagefile crypto/ecdsa=$WORK/b040/_pkg_.a packagefile crypto/elliptic=$WORK/b041/_pkg_.a packagefile crypto/md5=$WORK/b045/_pkg_.a packagefile crypto/rsa=$WORK/b047/_pkg_.a packagefile crypto/sha1=$WORK/b048/_pkg_.a packagefile crypto/sha256=$WORK/b049/_pkg_.a packagefile crypto/sha512=$WORK/b042/_pkg_.a packagefile crypto/x509/pkix=$WORK/b052/_pkg_.a packagefile encoding/asn1=$WORK/b043/_pkg_.a packagefile encoding/hex=$WORK/b053/_pkg_.a packagefile encoding/pem=$WORK/b054/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte=$WORK/b057/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=$WORK/b058/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile math/big=$WORK/b024/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b030/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/crypto/x509 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b050/_pkg_.a -trimpath $WORK/b050 -shared -p crypto/x509 -std -complete -installsuffix shared -buildid ipnBkx9b9y-MoBegpqlj/ipnBkx9b9y-MoBegpqlj -goversion go1.10.4 -D "" -importcfg $WORK/b050/importcfg -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_linux.go ./root_unix.go ./sec1.go ./verify.go ./x509.go cd $WORK/b083 gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b083=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x004.o -c listgroups_unix.cgo2.c gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b083=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c cd /usr/lib/golang/src/os/user gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b083=/tmp/go-build -gno-record-gcc-switches -o $WORK/b083/_cgo_.o $WORK/b083/_cgo_main.o $WORK/b083/_x001.o $WORK/b083/_x002.o $WORK/b083/_x003.o $WORK/b083/_x004.o -g -O2 /usr/lib/golang/pkg/tool/linux_s390x/cgo -dynpackage user -dynimport $WORK/b083/_cgo_.o -dynout $WORK/b083/_cgo_import.go cat >$WORK/b083/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile runtime/cgo=$WORK/b065/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b083/_pkg_.a -trimpath $WORK/b083 -shared -p os/user -std -installsuffix shared -buildid 0V0dbtDpRzM2tIdHaSKN/0V0dbtDpRzM2tIdHaSKN -goversion go1.10.4 -D "" -importcfg $WORK/b083/importcfg -pack ./lookup.go ./user.go $WORK/b083/_cgo_gotypes.go $WORK/b083/cgo_lookup_unix.cgo1.go $WORK/b083/getgrouplist_unix.cgo1.go $WORK/b083/listgroups_unix.cgo1.go $WORK/b083/_cgo_import.go /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b083/_pkg_.a $WORK/b083/_x001.o $WORK/b083/_x002.o $WORK/b083/_x003.o $WORK/b083/_x004.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b083/_pkg_.a # internal cp $WORK/b083/_pkg_.a /builddir/.cache/go-build/73/73066ac1d22918fa075ec85a6ba2b028d22f36136dc3013e20fbe4b945e0c71b-d # internal github.com/sasha-s/go-deadlock mkdir -p $WORK/b081/ cat >$WORK/b081/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/petermattis/goid=$WORK/b082/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile os/user=$WORK/b083/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/share/gocode/src/github.com/sasha-s/go-deadlock /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b081/_pkg_.a -trimpath $WORK/b081 -shared -p github.com/sasha-s/go-deadlock -complete -installsuffix shared -buildid _R1P_VgWTNaIp-kysP9_/_R1P_VgWTNaIp-kysP9_ -goversion go1.10.4 -D "" -importcfg $WORK/b081/importcfg -pack ./deadlock.go ./stacktraces.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b081/_pkg_.a # internal cp $WORK/b081/_pkg_.a /builddir/.cache/go-build/50/50bc745e7e6e2dbda520872ab3d41dbb3762518306fcdec0c6ebdd5b1efe857c-d # internal github.com/syncthing/syncthing/lib/sync mkdir -p $WORK/b080/ cat >$WORK/b080/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/sasha-s/go-deadlock=$WORK/b081/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b078/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/sync /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b080/_pkg_.a -trimpath $WORK/b080 -shared -p github.com/syncthing/syncthing/lib/sync -complete -installsuffix shared -buildid BjHQl-6gumwtNmSMFDRp/BjHQl-6gumwtNmSMFDRp -goversion go1.10.4 -D "" -importcfg $WORK/b080/importcfg -pack ./debug.go ./sync.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b050/_pkg_.a # internal cp $WORK/b050/_pkg_.a /builddir/.cache/go-build/bb/bbbe9b99932f054c558fe4d9dff96020812569930cf61d6b77c47e4e26e60b04-d # internal crypto/tls mkdir -p $WORK/b035/ cat >$WORK/b035/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/chacha20poly1305=vendor/golang_org/x/crypto/chacha20poly1305 importmap golang_org/x/crypto/curve25519=vendor/golang_org/x/crypto/curve25519 packagefile bytes=$WORK/b002/_pkg_.a packagefile container/list=$WORK/b036/_pkg_.a packagefile crypto=$WORK/b037/_pkg_.a packagefile crypto/aes=$WORK/b016/_pkg_.a packagefile crypto/cipher=$WORK/b017/_pkg_.a packagefile crypto/des=$WORK/b039/_pkg_.a packagefile crypto/ecdsa=$WORK/b040/_pkg_.a packagefile crypto/elliptic=$WORK/b041/_pkg_.a packagefile crypto/hmac=$WORK/b044/_pkg_.a packagefile crypto/internal/cipherhw=$WORK/b019/_pkg_.a packagefile crypto/md5=$WORK/b045/_pkg_.a packagefile crypto/rand=$WORK/b014/_pkg_.a packagefile crypto/rc4=$WORK/b046/_pkg_.a packagefile crypto/rsa=$WORK/b047/_pkg_.a packagefile crypto/sha1=$WORK/b048/_pkg_.a packagefile crypto/sha256=$WORK/b049/_pkg_.a packagefile crypto/sha512=$WORK/b042/_pkg_.a packagefile crypto/subtle=$WORK/b018/_pkg_.a packagefile crypto/x509=$WORK/b050/_pkg_.a packagefile encoding/asn1=$WORK/b043/_pkg_.a packagefile encoding/pem=$WORK/b054/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305=$WORK/b067/_pkg_.a packagefile vendor/golang_org/x/crypto/curve25519=$WORK/b070/_pkg_.a packagefile hash=$WORK/b038/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile math/big=$WORK/b024/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/crypto/tls /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b035/_pkg_.a -trimpath $WORK/b035 -shared -p crypto/tls -std -complete -installsuffix shared -buildid x3m24oTO5ksQdYC1OgiL/x3m24oTO5ksQdYC1OgiL -goversion go1.10.4 -D "" -importcfg $WORK/b035/importcfg -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b080/_pkg_.a # internal cp $WORK/b080/_pkg_.a /builddir/.cache/go-build/54/54fbce80700b5c0c8d8a6ad37a8a8d33f114a6140918a6332a2508a2716fcdaa-d # internal github.com/syncthing/syncthing/lib/events mkdir -p $WORK/b077/ cat >$WORK/b077/importcfg << 'EOF' # internal # import config packagefile encoding/json=$WORK/b071/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b078/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b080/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/events /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b077/_pkg_.a -trimpath $WORK/b077 -shared -p github.com/syncthing/syncthing/lib/events -complete -installsuffix shared -buildid 8VOzQnfzJTBP2RXlOBCC/8VOzQnfzJTBP2RXlOBCC -goversion go1.10.4 -D "" -importcfg $WORK/b077/importcfg -pack ./debug.go ./events.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b077/_pkg_.a # internal cp $WORK/b077/_pkg_.a /builddir/.cache/go-build/c3/c3c70ca69181aea21505baa08e90d35d90807dc7dbfa619ac27294ec8535afcc-d # internal github.com/calmh/du mkdir -p $WORK/b085/ cat >$WORK/b085/importcfg << 'EOF' # internal # import config packagefile path/filepath=$WORK/b060/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a EOF cd /usr/share/gocode/src/github.com/calmh/du /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b085/_pkg_.a -trimpath $WORK/b085 -shared -p github.com/calmh/du -complete -installsuffix shared -buildid 2U6gHEHHHiX7fK9Vu9Qd/2U6gHEHHHiX7fK9Vu9Qd -goversion go1.10.4 -D "" -importcfg $WORK/b085/importcfg -pack ./diskusage.go ./diskusage_posix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b085/_pkg_.a # internal cp $WORK/b085/_pkg_.a /builddir/.cache/go-build/c3/c365c80c0ce45c7600707735420ab79efd1260f57e81858828250d648391c9bf-d # internal golang.org/x/sys/unix mkdir -p $WORK/b087/ cat >$WORK/b087/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b087/_pkg_.a -trimpath $WORK/b087 -shared -p golang.org/x/sys/unix -installsuffix shared -buildid UlA8-D15oG0bXJUY85qj/UlA8-D15oG0bXJUY85qj -goversion go1.10.4 -D "" -importcfg $WORK/b087/importcfg -pack -asmhdr $WORK/b087/go_asm.h ./affinity_linux.go ./bluetooth_linux.go ./constants.go ./dev_linux.go ./dirent.go ./endian_big.go ./env_unix.go ./fcntl.go ./pagesize_unix.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_gc.go ./syscall_linux_s390x.go ./syscall_unix.go ./syscall_unix_gc.go ./timestruct.go ./zerrors_linux_s390x.go ./zsyscall_linux_s390x.go ./zsysnum_linux_s390x.go ./ztypes_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b087 -I $WORK/b087/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b087/asm_linux_s390x.o ./asm_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b087/_pkg_.a $WORK/b087/asm_linux_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b087/_pkg_.a # internal cp $WORK/b087/_pkg_.a /builddir/.cache/go-build/8a/8afa0faa23244e8804f84ece90bc2b4dcdd7b111f2517b920cdbe2f5be7a3f67-d # internal github.com/syncthing/notify mkdir -p $WORK/b086/ cat >$WORK/b086/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b087/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syncthing/notify /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b086/_pkg_.a -trimpath $WORK/b086 -shared -p github.com/syncthing/notify -complete -installsuffix shared -buildid ALisJCAxUj0XIk7108ib/ALisJCAxUj0XIk7108ib -goversion go1.10.4 -D "" -importcfg $WORK/b086/importcfg -pack ./debug.go ./debug_nodebug.go ./doc.go ./event.go ./event_inotify.go ./node.go ./notify.go ./tree.go ./tree_nonrecursive.go ./tree_recursive.go ./util.go ./watcher.go ./watcher_inotify.go ./watcher_stub.go ./watchpoint.go ./watchpoint_other.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b035/_pkg_.a # internal cp $WORK/b035/_pkg_.a /builddir/.cache/go-build/f0/f09845f78a5a0c81199f4a032345bac7105f1c4b8629be58a709c35d954eb638-d # internal path mkdir -p $WORK/b090/ cat >$WORK/b090/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/path /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b090/_pkg_.a -trimpath $WORK/b090 -shared -p path -std -complete -installsuffix shared -buildid 8u7O5RXRdxGU4-T4UQeM/8u7O5RXRdxGU4-T4UQeM -goversion go1.10.4 -D "" -importcfg $WORK/b090/importcfg -pack ./match.go ./path.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b090/_pkg_.a # internal cp $WORK/b090/_pkg_.a /builddir/.cache/go-build/73/73a850ab7920cd70f700e5a45fb684be1e99684f3452ecfe865b784f1a12492b-d # internal github.com/pkg/errors mkdir -p $WORK/b089/ cat >$WORK/b089/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile path=$WORK/b090/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a EOF cd /usr/share/gocode/src/github.com/pkg/errors /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b089/_pkg_.a -trimpath $WORK/b089 -shared -p github.com/pkg/errors -complete -installsuffix shared -buildid _3DHNut_yK0WfzJMdnE4/_3DHNut_yK0WfzJMdnE4 -goversion go1.10.4 -D "" -importcfg $WORK/b089/importcfg -pack ./errors.go ./stack.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b089/_pkg_.a # internal cp $WORK/b089/_pkg_.a /builddir/.cache/go-build/f2/f294d6e9f699a038771478a288333047d715e12d56cf85845ec2700c9c6953fd-d # internal golang.org/x/net/bpf mkdir -p $WORK/b093/ cat >$WORK/b093/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/bpf /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b093/_pkg_.a -trimpath $WORK/b093 -shared -p golang.org/x/net/bpf -complete -installsuffix shared -buildid ze0eXa1WHbYPenowhnsW/ze0eXa1WHbYPenowhnsW -goversion go1.10.4 -D "" -importcfg $WORK/b093/importcfg -pack ./asm.go ./constants.go ./doc.go ./instructions.go ./setter.go ./vm.go ./vm_instructions.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b093/_pkg_.a # internal cp $WORK/b093/_pkg_.a /builddir/.cache/go-build/96/9699b6d16e5897f2083878c8d21b340eab3e1eb591b18c345e3c9c9e7d662d96-d # internal golang.org/x/net/internal/socket mkdir -p $WORK/b095/ cat >$WORK/b095/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/internal/socket /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b095/_pkg_.a -trimpath $WORK/b095 -shared -p golang.org/x/net/internal/socket -installsuffix shared -buildid p26FDnaqdrtY9CDUtpWu/p26FDnaqdrtY9CDUtpWu -goversion go1.10.4 -D "" -importcfg $WORK/b095/importcfg -pack -asmhdr $WORK/b095/go_asm.h ./cmsghdr.go ./cmsghdr_linux_64bit.go ./error_unix.go ./iovec_64bit.go ./mmsghdr_unix.go ./msghdr_linux.go ./msghdr_linux_64bit.go ./rawconn.go ./rawconn_mmsg.go ./rawconn_msg.go ./socket.go ./sys.go ./sys_linux_s390x.go ./sys_posix.go ./zsys_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b086/_pkg_.a # internal cp $WORK/b086/_pkg_.a /builddir/.cache/go-build/c1/c18c9e88d72d00ca3687ef8c08384b40fee2c6fd9529a211ec7895a24d191dfb-d # internal github.com/syncthing/syncthing/lib/fs mkdir -p $WORK/b084/ cat >$WORK/b084/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b062/_pkg_.a packagefile crypto/md5=$WORK/b045/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/calmh/du=$WORK/b085/_pkg_.a packagefile github.com/syncthing/notify=$WORK/b086/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b078/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b030/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/fs /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b084/_pkg_.a -trimpath $WORK/b084 -shared -p github.com/syncthing/syncthing/lib/fs -complete -installsuffix shared -buildid ny8XHz19tNkOVfXxJ4bt/ny8XHz19tNkOVfXxJ4bt -goversion go1.10.4 -D "" -importcfg $WORK/b084/importcfg -pack ./basicfs.go ./basicfs_unix.go ./basicfs_watch.go ./basicfs_watch_errors_linux.go ./basicfs_watch_eventtypes_inotify.go ./debug.go ./errorfs.go ./filesystem.go ./folding.go ./fsfileinfo_unix.go ./logfs.go ./lstat_broken.go ./mtimefs.go ./tempname.go ./types.go ./util.go ./walkfs.go cd /usr/share/gocode/src/golang.org/x/net/internal/socket /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b095 -I $WORK/b095/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b095/sys_linux_s390x.o ./sys_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b095/_pkg_.a $WORK/b095/sys_linux_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b095/_pkg_.a # internal cp $WORK/b095/_pkg_.a /builddir/.cache/go-build/eb/eb6df5c117b59857766e092b18d968f1e7202e195948a72118a632181edf115b-d # internal golang.org/x/net/ipv4 mkdir -p $WORK/b092/ cat >$WORK/b092/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile golang.org/x/net/bpf=$WORK/b093/_pkg_.a packagefile golang.org/x/net/internal/iana=$WORK/b094/_pkg_.a packagefile golang.org/x/net/internal/socket=$WORK/b095/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/ipv4 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b092/_pkg_.a -trimpath $WORK/b092 -shared -p golang.org/x/net/ipv4 -complete -installsuffix shared -buildid iT9D5o-EEv4-VwOC-y7E/iT9D5o-EEv4-VwOC-y7E -goversion go1.10.4 -D "" -importcfg $WORK/b092/importcfg -pack ./batch.go ./control.go ./control_pktinfo.go ./control_unix.go ./dgramopt.go ./doc.go ./endpoint.go ./genericopt.go ./header.go ./helper.go ./iana.go ./icmp.go ./icmp_linux.go ./packet.go ./packet_go1_9.go ./payload.go ./payload_cmsg.go ./payload_cmsg_go1_9.go ./sockopt.go ./sockopt_posix.go ./sys_asmreq_stub.go ./sys_asmreqn.go ./sys_bpf.go ./sys_linux.go ./sys_ssmreq.go ./zsys_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b084/_pkg_.a # internal cp $WORK/b084/_pkg_.a /builddir/.cache/go-build/20/202cb21c5aa3928b60110ed57285d9a56235d7f942ac99ee1fad8aa0be3483f7-d # internal golang.org/x/net/ipv6 mkdir -p $WORK/b096/ cat >$WORK/b096/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile golang.org/x/net/bpf=$WORK/b093/_pkg_.a packagefile golang.org/x/net/internal/iana=$WORK/b094/_pkg_.a packagefile golang.org/x/net/internal/socket=$WORK/b095/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/ipv6 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b096/_pkg_.a -trimpath $WORK/b096 -shared -p golang.org/x/net/ipv6 -complete -installsuffix shared -buildid yIBKGMkWI4s_LL-Kl_3I/yIBKGMkWI4s_LL-Kl_3I -goversion go1.10.4 -D "" -importcfg $WORK/b096/importcfg -pack ./batch.go ./control.go ./control_rfc3542_unix.go ./control_unix.go ./dgramopt.go ./doc.go ./endpoint.go ./genericopt.go ./header.go ./helper.go ./iana.go ./icmp.go ./icmp_linux.go ./payload.go ./payload_cmsg.go ./payload_cmsg_go1_9.go ./sockopt.go ./sockopt_posix.go ./sys_asmreq.go ./sys_bpf.go ./sys_linux.go ./sys_ssmreq.go ./zsys_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b092/_pkg_.a # internal cp $WORK/b092/_pkg_.a /builddir/.cache/go-build/62/62ff0e9f1f3e15bcb9a80b468a3e29efdb81ee3c80c57c945f82e1361bccb74b-d # internal golang.org/x/net/internal/socks mkdir -p $WORK/b098/ cat >$WORK/b098/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b062/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/internal/socks /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b098/_pkg_.a -trimpath $WORK/b098 -shared -p golang.org/x/net/internal/socks -complete -installsuffix shared -buildid Wb2QsDrehcHYm4PoFNkd/Wb2QsDrehcHYm4PoFNkd -goversion go1.10.4 -D "" -importcfg $WORK/b098/importcfg -pack ./client.go ./socks.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b098/_pkg_.a # internal cp $WORK/b098/_pkg_.a /builddir/.cache/go-build/82/82e0e36c8ac096c7b1e6b571be983ebb095c6497dbd70ddc8f58fc02b4f9fc3e-d # internal golang.org/x/net/proxy mkdir -p $WORK/b097/ cat >$WORK/b097/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b062/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile golang.org/x/net/internal/socks=$WORK/b098/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/proxy /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b097/_pkg_.a -trimpath $WORK/b097 -shared -p golang.org/x/net/proxy -complete -installsuffix shared -buildid Uwm6S0ui7CqEN76RF3rd/Uwm6S0ui7CqEN76RF3rd -goversion go1.10.4 -D "" -importcfg $WORK/b097/importcfg -pack ./direct.go ./per_host.go ./proxy.go ./socks5.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b096/_pkg_.a # internal cp $WORK/b096/_pkg_.a /builddir/.cache/go-build/f9/f94cd5205b6c8d2a69d54911a7930aba160bf50348eefe5cef3fa21ed0215c82-d # internal compress/flate mkdir -p $WORK/b101/ cat >$WORK/b101/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile math/bits=$WORK/b032/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/compress/flate /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b101/_pkg_.a -trimpath $WORK/b101 -shared -p compress/flate -std -complete -installsuffix shared -buildid iK0UZPQL6Co73JJGVVo8/iK0UZPQL6Co73JJGVVo8 -goversion go1.10.4 -D "" -importcfg $WORK/b101/importcfg -pack ./deflate.go ./deflatefast.go ./dict_decoder.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./token.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b097/_pkg_.a # internal cp $WORK/b097/_pkg_.a /builddir/.cache/go-build/08/08d93f5f8ad52683941035ba43b553219b44f5e5bb01b45bb7152f221000c387-d # internal hash/crc32 mkdir -p $WORK/b102/ cat >$WORK/b102/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b102/_pkg_.a -trimpath $WORK/b102 -shared -p hash/crc32 -std -installsuffix shared -buildid ZOE5WUc-T9osY7VlR3Iz/ZOE5WUc-T9osY7VlR3Iz -goversion go1.10.4 -D "" -importcfg $WORK/b102/importcfg -pack -asmhdr $WORK/b102/go_asm.h ./crc32.go ./crc32_generic.go ./crc32_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b102 -I $WORK/b102/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b102/crc32_s390x.o ./crc32_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b102/_pkg_.a $WORK/b102/crc32_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b102/_pkg_.a # internal cp $WORK/b102/_pkg_.a /builddir/.cache/go-build/8e/8e20dfded700b0a913a17d8ca70ed51d980c3721a0cd1ae448b2faabb034d94f-d # internal vendor/golang_org/x/net/http2/hpack mkdir -p $WORK/b103/ cat >$WORK/b103/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/http2/hpack /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b103/_pkg_.a -trimpath $WORK/b103 -shared -p vendor/golang_org/x/net/http2/hpack -std -complete -installsuffix shared -buildid T8GZcdhGOr9ZprCNO18t/T8GZcdhGOr9ZprCNO18t -goversion go1.10.4 -D "" -importcfg $WORK/b103/importcfg -pack ./encode.go ./hpack.go ./huffman.go ./tables.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b103/_pkg_.a # internal cp $WORK/b103/_pkg_.a /builddir/.cache/go-build/d4/d4e92a547252825673eca4f5b2858e3f9f03320a3398bb9f7ca2cd9c06f73d6d-d # internal vendor/golang_org/x/text/transform mkdir -p $WORK/b106/ cat >$WORK/b106/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/transform /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b106/_pkg_.a -trimpath $WORK/b106 -shared -p vendor/golang_org/x/text/transform -std -complete -installsuffix shared -buildid hDjCEKB7pZBZ8Srk8_Pz/hDjCEKB7pZBZ8Srk8_Pz -goversion go1.10.4 -D "" -importcfg $WORK/b106/importcfg -pack ./transform.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b101/_pkg_.a # internal cp $WORK/b101/_pkg_.a /builddir/.cache/go-build/fc/fcb75e2e7a3526e366c22adf2a14e681d2e681ce871748668e2d3a0730ec8f13-d # internal compress/gzip mkdir -p $WORK/b100/ cat >$WORK/b100/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile compress/flate=$WORK/b101/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile hash/crc32=$WORK/b102/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/compress/gzip /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b100/_pkg_.a -trimpath $WORK/b100 -shared -p compress/gzip -std -complete -installsuffix shared -buildid w2OfZf1OBiTY46K6udlZ/w2OfZf1OBiTY46K6udlZ -goversion go1.10.4 -D "" -importcfg $WORK/b100/importcfg -pack ./gunzip.go ./gzip.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b106/_pkg_.a # internal cp $WORK/b106/_pkg_.a /builddir/.cache/go-build/cb/cb6246af57dd454b00db7a68dfa47a60f84ea0b6d26dbc8f2e495c1861d0608c-d # internal vendor/golang_org/x/text/unicode/bidi mkdir -p $WORK/b107/ cat >$WORK/b107/importcfg << 'EOF' # internal # import config packagefile container/list=$WORK/b036/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/unicode/bidi /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b107/_pkg_.a -trimpath $WORK/b107 -shared -p vendor/golang_org/x/text/unicode/bidi -std -complete -installsuffix shared -buildid iaFNt4f732-V4t-D9bDk/iaFNt4f732-V4t-D9bDk -goversion go1.10.4 -D "" -importcfg $WORK/b107/importcfg -pack ./bidi.go ./bracket.go ./core.go ./prop.go ./tables.go ./trieval.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b100/_pkg_.a # internal cp $WORK/b100/_pkg_.a /builddir/.cache/go-build/ff/ff3ae9801a5acf12418201f189af85085985815acf0d4eba9e8c2d88bc107b34-d # internal vendor/golang_org/x/text/unicode/norm mkdir -p $WORK/b108/ cat >$WORK/b108/importcfg << 'EOF' # internal # import config importmap golang_org/x/text/transform=vendor/golang_org/x/text/transform packagefile fmt=$WORK/b027/_pkg_.a packagefile vendor/golang_org/x/text/transform=$WORK/b106/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/unicode/norm /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b108/_pkg_.a -trimpath $WORK/b108 -shared -p vendor/golang_org/x/text/unicode/norm -std -complete -installsuffix shared -buildid 0xKl18greOGJATRlpH5B/0xKl18greOGJATRlpH5B -goversion go1.10.4 -D "" -importcfg $WORK/b108/importcfg -pack ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables.go ./transform.go ./trie.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b107/_pkg_.a # internal cp $WORK/b107/_pkg_.a /builddir/.cache/go-build/a6/a62c2da9f9c970a8fddb61bf698b9d5ad11eff7d6618f359a2c388fb3e6687ca-d # internal vendor/golang_org/x/text/secure/bidirule mkdir -p $WORK/b105/ cat >$WORK/b105/importcfg << 'EOF' # internal # import config importmap golang_org/x/text/transform=vendor/golang_org/x/text/transform importmap golang_org/x/text/unicode/bidi=vendor/golang_org/x/text/unicode/bidi packagefile errors=$WORK/b003/_pkg_.a packagefile vendor/golang_org/x/text/transform=$WORK/b106/_pkg_.a packagefile vendor/golang_org/x/text/unicode/bidi=$WORK/b107/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/secure/bidirule /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b105/_pkg_.a -trimpath $WORK/b105 -shared -p vendor/golang_org/x/text/secure/bidirule -std -complete -installsuffix shared -buildid thpzZuetJtGHKsjO9YFa/thpzZuetJtGHKsjO9YFa -goversion go1.10.4 -D "" -importcfg $WORK/b105/importcfg -pack ./bidirule.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b105/_pkg_.a # internal cp $WORK/b105/_pkg_.a /builddir/.cache/go-build/55/557dcc31dfbf6558dd657a4cc610f93aef5be5ffb90e673edba58252f1c9f17a-d # internal vendor/golang_org/x/net/proxy mkdir -p $WORK/b110/ cat >$WORK/b110/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/proxy /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b110/_pkg_.a -trimpath $WORK/b110 -shared -p vendor/golang_org/x/net/proxy -std -complete -installsuffix shared -buildid -FTG3aQSnVXX6c4YtjGM/-FTG3aQSnVXX6c4YtjGM -goversion go1.10.4 -D "" -importcfg $WORK/b110/importcfg -pack ./direct.go ./per_host.go ./proxy.go ./socks5.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b110/_pkg_.a # internal cp $WORK/b110/_pkg_.a /builddir/.cache/go-build/4c/4cd8b8f865585876d0e389a93377a6f6e945062160e407f2f2503aa288e31e58-d # internal mime mkdir -p $WORK/b111/ cat >$WORK/b111/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/base64=$WORK/b055/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/mime /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b111/_pkg_.a -trimpath $WORK/b111 -shared -p mime -std -complete -installsuffix shared -buildid w4wBiqK_vQcbn7GhBzQz/w4wBiqK_vQcbn7GhBzQz -goversion go1.10.4 -D "" -importcfg $WORK/b111/importcfg -pack ./encodedword.go ./grammar.go ./mediatype.go ./type.go ./type_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b108/_pkg_.a # internal cp $WORK/b108/_pkg_.a /builddir/.cache/go-build/78/7807f0f3732fd58fab25668246e2efc1cfc956a9128fdb89c001abb3c20d0f42-d # internal vendor/golang_org/x/net/idna mkdir -p $WORK/b104/ cat >$WORK/b104/importcfg << 'EOF' # internal # import config importmap golang_org/x/text/secure/bidirule=vendor/golang_org/x/text/secure/bidirule importmap golang_org/x/text/unicode/bidi=vendor/golang_org/x/text/unicode/bidi importmap golang_org/x/text/unicode/norm=vendor/golang_org/x/text/unicode/norm packagefile fmt=$WORK/b027/_pkg_.a packagefile vendor/golang_org/x/text/secure/bidirule=$WORK/b105/_pkg_.a packagefile vendor/golang_org/x/text/unicode/bidi=$WORK/b107/_pkg_.a packagefile vendor/golang_org/x/text/unicode/norm=$WORK/b108/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/idna /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b104/_pkg_.a -trimpath $WORK/b104 -shared -p vendor/golang_org/x/net/idna -std -complete -installsuffix shared -buildid -C6a3D3HW5gmXv3KLlmG/-C6a3D3HW5gmXv3KLlmG -goversion go1.10.4 -D "" -importcfg $WORK/b104/importcfg -pack ./idna.go ./punycode.go ./tables.go ./trie.go ./trieval.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b111/_pkg_.a # internal cp $WORK/b111/_pkg_.a /builddir/.cache/go-build/3e/3ee0cd03ee527016ff72f8086a86c38949235c8bba8b25ec188e6dc521a1ffbb-d # internal mime/quotedprintable mkdir -p $WORK/b113/ cat >$WORK/b113/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/mime/quotedprintable /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b113/_pkg_.a -trimpath $WORK/b113 -shared -p mime/quotedprintable -std -complete -installsuffix shared -buildid auw3UKedfDESEzfrTcyj/auw3UKedfDESEzfrTcyj -goversion go1.10.4 -D "" -importcfg $WORK/b113/importcfg -pack ./reader.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b113/_pkg_.a # internal cp $WORK/b113/_pkg_.a /builddir/.cache/go-build/94/9437ce830041927385effd68b05567f4f352bfc7a235b465a1d5846bd3f4b06d-d # internal net/textproto mkdir -p $WORK/b114/ cat >$WORK/b114/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/net/textproto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b114/_pkg_.a -trimpath $WORK/b114 -shared -p net/textproto -std -complete -installsuffix shared -buildid QMymgkpOAo5_TmYaQm0R/QMymgkpOAo5_TmYaQm0R -goversion go1.10.4 -D "" -importcfg $WORK/b114/importcfg -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b114/_pkg_.a # internal cp $WORK/b114/_pkg_.a /builddir/.cache/go-build/8e/8ef7e6d5f3aee28218d319571a6c94af20e7712f85a67134e1e3e2e850840282-d # internal mime/multipart mkdir -p $WORK/b112/ cat >$WORK/b112/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto/rand=$WORK/b014/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile mime=$WORK/b111/_pkg_.a packagefile mime/quotedprintable=$WORK/b113/_pkg_.a packagefile net/textproto=$WORK/b114/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/mime/multipart /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b112/_pkg_.a -trimpath $WORK/b112 -shared -p mime/multipart -std -complete -installsuffix shared -buildid laNP5Jbinbj43Sts0SaS/laNP5Jbinbj43Sts0SaS -goversion go1.10.4 -D "" -importcfg $WORK/b112/importcfg -pack ./formdata.go ./multipart.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b104/_pkg_.a # internal cp $WORK/b104/_pkg_.a /builddir/.cache/go-build/ad/add3c74a6b3bf75e3b43f6917ef413f7dac8ba007a1bf20c9d4735eb6afca814-d # internal vendor/golang_org/x/net/lex/httplex mkdir -p $WORK/b109/ cat >$WORK/b109/importcfg << 'EOF' # internal # import config importmap golang_org/x/net/idna=vendor/golang_org/x/net/idna packagefile vendor/golang_org/x/net/idna=$WORK/b104/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/lex/httplex /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b109/_pkg_.a -trimpath $WORK/b109 -shared -p vendor/golang_org/x/net/lex/httplex -std -complete -installsuffix shared -buildid wep0-zAVcLWsd1Qx_km6/wep0-zAVcLWsd1Qx_km6 -goversion go1.10.4 -D "" -importcfg $WORK/b109/importcfg -pack ./httplex.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b109/_pkg_.a # internal cp $WORK/b109/_pkg_.a /builddir/.cache/go-build/71/71a8ee8a727806af58f576a9eaa081ad6bb1582bb694ec686079c29895734f59-d # internal net/http/httptrace mkdir -p $WORK/b115/ cat >$WORK/b115/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b062/_pkg_.a packagefile crypto/tls=$WORK/b035/_pkg_.a packagefile internal/nettrace=$WORK/b063/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/net/http/httptrace /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b115/_pkg_.a -trimpath $WORK/b115 -shared -p net/http/httptrace -std -complete -installsuffix shared -buildid zWwWcDfSBcYg338lzmq7/zWwWcDfSBcYg338lzmq7 -goversion go1.10.4 -D "" -importcfg $WORK/b115/importcfg -pack ./trace.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b112/_pkg_.a # internal cp $WORK/b112/_pkg_.a /builddir/.cache/go-build/a0/a05a12af6762a63376006d29418a45f3e2b9e21690e4c2192de584903032cee0-d # internal net/http/internal mkdir -p $WORK/b116/ cat >$WORK/b116/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/net/http/internal /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b116/_pkg_.a -trimpath $WORK/b116 -shared -p net/http/internal -std -complete -installsuffix shared -buildid 4oFYkmUv_u31OlE2Z3Qh/4oFYkmUv_u31OlE2Z3Qh -goversion go1.10.4 -D "" -importcfg $WORK/b116/importcfg -pack ./chunked.go ./testcert.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b116/_pkg_.a # internal cp $WORK/b116/_pkg_.a /builddir/.cache/go-build/62/62a2a6124c6d94e98ed8b61744677c4359079cd02f3d37cbcfc41915545a9a0c-d # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b115/_pkg_.a # internal golang.org/x/text/transform mkdir -p $WORK/b118/ cat >$WORK/b118/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/text/transform /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b118/_pkg_.a -trimpath $WORK/b118 -shared -p golang.org/x/text/transform -complete -installsuffix shared -buildid a-wCXk7-A4IDy-W513b2/a-wCXk7-A4IDy-W513b2 -goversion go1.10.4 -D "" -importcfg $WORK/b118/importcfg -pack ./transform.go cp $WORK/b115/_pkg_.a /builddir/.cache/go-build/6f/6f50d73d5ea4824e7701b7674c002ea872d9adcf24eb69f853939199c4730a56-d # internal net/http mkdir -p $WORK/b099/ cat >$WORK/b099/importcfg << 'EOF' # internal # import config importmap golang_org/x/net/http2/hpack=vendor/golang_org/x/net/http2/hpack importmap golang_org/x/net/idna=vendor/golang_org/x/net/idna importmap golang_org/x/net/lex/httplex=vendor/golang_org/x/net/lex/httplex importmap golang_org/x/net/proxy=vendor/golang_org/x/net/proxy packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile compress/gzip=$WORK/b100/_pkg_.a packagefile container/list=$WORK/b036/_pkg_.a packagefile context=$WORK/b062/_pkg_.a packagefile crypto/rand=$WORK/b014/_pkg_.a packagefile crypto/tls=$WORK/b035/_pkg_.a packagefile encoding/base64=$WORK/b055/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile vendor/golang_org/x/net/http2/hpack=$WORK/b103/_pkg_.a packagefile vendor/golang_org/x/net/idna=$WORK/b104/_pkg_.a packagefile vendor/golang_org/x/net/lex/httplex=$WORK/b109/_pkg_.a packagefile vendor/golang_org/x/net/proxy=$WORK/b110/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile math/rand=$WORK/b033/_pkg_.a packagefile mime=$WORK/b111/_pkg_.a packagefile mime/multipart=$WORK/b112/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/http/httptrace=$WORK/b115/_pkg_.a packagefile net/http/internal=$WORK/b116/_pkg_.a packagefile net/textproto=$WORK/b114/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile path=$WORK/b090/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b030/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/net/http /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b099/_pkg_.a -trimpath $WORK/b099 -shared -p net/http -std -complete -installsuffix shared -buildid _blx5Kt84SDjZa2CapqL/_blx5Kt84SDjZa2CapqL -goversion go1.10.4 -D "" -importcfg $WORK/b099/importcfg -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./h2_bundle.go ./header.go ./http.go ./jar.go ./method.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b118/_pkg_.a # internal cp $WORK/b118/_pkg_.a /builddir/.cache/go-build/51/5103dbf38597cc3a59bff33ec1528d338af021f8af56b915e2f33f5f3a3d4443-d # internal golang.org/x/text/unicode/norm mkdir -p $WORK/b117/ cat >$WORK/b117/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b027/_pkg_.a packagefile golang.org/x/text/transform=$WORK/b118/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/text/unicode/norm /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b117/_pkg_.a -trimpath $WORK/b117 -shared -p golang.org/x/text/unicode/norm -complete -installsuffix shared -buildid z65mE-paXClXVzb-HzG-/z65mE-paXClXVzb-HzG- -goversion go1.10.4 -D "" -importcfg $WORK/b117/importcfg -pack ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables.go ./transform.go ./trie.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b117/_pkg_.a # internal cp $WORK/b117/_pkg_.a /builddir/.cache/go-build/cc/cce3c0f459cec6cedfb48fc30af330025a6c0da1fe3e4be69018a2ce8e4459f3-d # internal encoding/base32 mkdir -p $WORK/b120/ cat >$WORK/b120/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/encoding/base32 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b120/_pkg_.a -trimpath $WORK/b120 -shared -p encoding/base32 -std -complete -installsuffix shared -buildid 3omRAtw87NYkRq5Lg3ai/3omRAtw87NYkRq5Lg3ai -goversion go1.10.4 -D "" -importcfg $WORK/b120/importcfg -pack ./base32.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b120/_pkg_.a # internal cp $WORK/b120/_pkg_.a /builddir/.cache/go-build/3c/3c9e08013c03c55f3f29079a0300fce816713cdd6bc1ba9a32ec0ea87cc3389b-d # internal github.com/bkaradzic/go-lz4 mkdir -p $WORK/b121/ cat >$WORK/b121/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/share/gocode/src/github.com/bkaradzic/go-lz4 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b121/_pkg_.a -trimpath $WORK/b121 -shared -p github.com/bkaradzic/go-lz4 -complete -installsuffix shared -buildid OL64fxKLrV_Jw3TQAx3G/OL64fxKLrV_Jw3TQAx3G -goversion go1.10.4 -D "" -importcfg $WORK/b121/importcfg -pack ./reader.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b121/_pkg_.a # internal cp $WORK/b121/_pkg_.a /builddir/.cache/go-build/6c/6c5d904da57d74b2dcb3c24eae2a9303100e74c554bcec57ab35c5624b93e684-d # internal github.com/calmh/xdr mkdir -p $WORK/b122/ cat >$WORK/b122/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a EOF cd /usr/share/gocode/src/github.com/calmh/xdr /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b122/_pkg_.a -trimpath $WORK/b122 -shared -p github.com/calmh/xdr -complete -installsuffix shared -buildid TiAUeGQ-hdpR9FupuMvB/TiAUeGQ-hdpR9FupuMvB -goversion go1.10.4 -D "" -importcfg $WORK/b122/importcfg -pack ./common.go ./doc.go ./marshaller.go ./unmarshal.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b122/_pkg_.a # internal cp $WORK/b122/_pkg_.a /builddir/.cache/go-build/64/640c7188edbf0c244f211082be60b35c3b41a128811e4d6aa9cd478d4d763629-d # internal github.com/gogo/protobuf/proto mkdir -p $WORK/b124/ cat >$WORK/b124/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding=$WORK/b072/_pkg_.a packagefile encoding/json=$WORK/b071/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b030/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gogo/protobuf/proto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b124/_pkg_.a -trimpath $WORK/b124 -shared -p github.com/gogo/protobuf/proto -complete -installsuffix shared -buildid 4O4L-2u8_WzpPeszf3Mx/4O4L-2u8_WzpPeszf3Mx -goversion go1.10.4 -D "" -importcfg $WORK/b124/importcfg -pack ./clone.go ./decode.go ./decode_gogo.go ./duration.go ./duration_gogo.go ./encode.go ./encode_gogo.go ./equal.go ./extensions.go ./extensions_gogo.go ./lib.go ./lib_gogo.go ./message_set.go ./pointer_unsafe.go ./pointer_unsafe_gogo.go ./properties.go ./properties_gogo.go ./skip_gogo.go ./text.go ./text_gogo.go ./text_parser.go ./timestamp.go ./timestamp_gogo.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b124/_pkg_.a # internal cp $WORK/b124/_pkg_.a /builddir/.cache/go-build/5e/5e9a04d6cc5454a595e00a9e4d4c8d41f6ee6c7e06aea22e863a5c8c38340804-d # internal github.com/gogo/protobuf/protoc-gen-gogo/descriptor mkdir -p $WORK/b125/ cat >$WORK/b125/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile compress/gzip=$WORK/b100/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b124/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gogo/protobuf/protoc-gen-gogo/descriptor /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b125/_pkg_.a -trimpath $WORK/b125 -shared -p github.com/gogo/protobuf/protoc-gen-gogo/descriptor -complete -installsuffix shared -buildid AOSn1vYBt7JphIsR4Mcu/AOSn1vYBt7JphIsR4Mcu -goversion go1.10.4 -D "" -importcfg $WORK/b125/importcfg -pack ./descriptor.go ./descriptor.pb.go ./descriptor_gostring.gen.go ./helper.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b099/_pkg_.a # internal cp $WORK/b099/_pkg_.a /builddir/.cache/go-build/48/482ffbdb2351e5b3379db17d9be14713004573ce14d16c929f86aa48d87abe8c-d # internal github.com/syncthing/syncthing/lib/dialer mkdir -p $WORK/b091/ cat >$WORK/b091/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b078/_pkg_.a packagefile golang.org/x/net/ipv4=$WORK/b092/_pkg_.a packagefile golang.org/x/net/ipv6=$WORK/b096/_pkg_.a packagefile golang.org/x/net/proxy=$WORK/b097/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/http=$WORK/b099/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/dialer /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b091/_pkg_.a -trimpath $WORK/b091 -shared -p github.com/syncthing/syncthing/lib/dialer -complete -installsuffix shared -buildid pFMKGCB7jX67Kdlse0b3/pFMKGCB7jX67Kdlse0b3 -goversion go1.10.4 -D "" -importcfg $WORK/b091/importcfg -pack ./internal.go ./public.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b091/_pkg_.a # internal cp $WORK/b091/_pkg_.a /builddir/.cache/go-build/0e/0e2019cae6db030d75a8f06cc3ebd9d51c0594d29636909cc203fe31785d9632-d # internal github.com/syncthing/syncthing/lib/osutil mkdir -p $WORK/b088/ cat >$WORK/b088/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/pkg/errors=$WORK/b089/_pkg_.a packagefile github.com/syncthing/syncthing/lib/dialer=$WORK/b091/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b084/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b080/_pkg_.a packagefile golang.org/x/text/unicode/norm=$WORK/b117/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/osutil /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b088/_pkg_.a -trimpath $WORK/b088 -shared -p github.com/syncthing/syncthing/lib/osutil -complete -installsuffix shared -buildid totZjn0dxJM5TnoMmB0m/totZjn0dxJM5TnoMmB0m -goversion go1.10.4 -D "" -importcfg $WORK/b088/importcfg -pack ./atomic.go ./filenames_unix.go ./hidden_unix.go ./lan.go ./lowprio_linux.go ./net.go ./osutil.go ./ping.go ./replacingwriter.go ./rlimit_unix.go ./symlink.go ./tempfile.go ./traversessymlink.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b125/_pkg_.a # internal cp $WORK/b125/_pkg_.a /builddir/.cache/go-build/f6/f6a99cf33fff84e667f3b9a181db1c5993729f3f2627b6fc65fc5d70d4c5c96d-d # internal github.com/gogo/protobuf/gogoproto mkdir -p $WORK/b123/ cat >$WORK/b123/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b124/_pkg_.a packagefile github.com/gogo/protobuf/protoc-gen-gogo/descriptor=$WORK/b125/_pkg_.a packagefile math=$WORK/b021/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gogo/protobuf/gogoproto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b123/_pkg_.a -trimpath $WORK/b123 -shared -p github.com/gogo/protobuf/gogoproto -complete -installsuffix shared -buildid 6AX1a90zkNrbD3aOzhBT/6AX1a90zkNrbD3aOzhBT -goversion go1.10.4 -D "" -importcfg $WORK/b123/importcfg -pack ./doc.go ./gogo.pb.go ./helper.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b088/_pkg_.a # internal cp $WORK/b088/_pkg_.a /builddir/.cache/go-build/c7/c7fc0205e17c1b0a06eee6dfaae8496284faa76886047ff528f8c11f04951a52-d # internal github.com/syncthing/syncthing/lib/rand mkdir -p $WORK/b126/ cat >$WORK/b126/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile crypto/md5=$WORK/b045/_pkg_.a packagefile crypto/rand=$WORK/b014/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/rand=$WORK/b033/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/rand /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b126/_pkg_.a -trimpath $WORK/b126 -shared -p github.com/syncthing/syncthing/lib/rand -complete -installsuffix shared -buildid Gzsu_5ki5gqpbWvK-ItQ/Gzsu_5ki5gqpbWvK-ItQ -goversion go1.10.4 -D "" -importcfg $WORK/b126/importcfg -pack ./random.go ./securesource.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b126/_pkg_.a # internal cp $WORK/b126/_pkg_.a /builddir/.cache/go-build/80/80df31cd6877c6889a712c110e063a61f9ffbdabddc76dd31d43c32911c9ea38-d # internal github.com/minio/sha256-simd mkdir -p $WORK/b128/ cat >$WORK/b128/importcfg << 'EOF' # internal # import config packagefile crypto/sha256=$WORK/b049/_pkg_.a packagefile hash=$WORK/b038/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a EOF cd /usr/share/gocode/src/github.com/minio/sha256-simd /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b128/_pkg_.a -trimpath $WORK/b128 -shared -p github.com/minio/sha256-simd -complete -installsuffix shared -buildid 36jt2ALkDJgZFCAOf1oQ/36jt2ALkDJgZFCAOf1oQ -goversion go1.10.4 -D "" -importcfg $WORK/b128/importcfg -pack ./cpuid.go ./cpuid_other.go ./sha256.go ./sha256block_noasm.go ./sha256block_other.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b123/_pkg_.a # internal cp $WORK/b123/_pkg_.a /builddir/.cache/go-build/53/53038b0edc02b4b15e0f53382ed0f58e1cc3a6bf63b168cbe43798c797c2d5da-d # internal github.com/syncthing/syncthing/lib/upgrade mkdir -p $WORK/b129/ cat >$WORK/b129/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b078/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile path=$WORK/b090/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/upgrade /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b129/_pkg_.a -trimpath $WORK/b129 -shared -p github.com/syncthing/syncthing/lib/upgrade -complete -installsuffix shared -buildid -WR-FV1Bq3uzF-fuN2SO/-WR-FV1Bq3uzF-fuN2SO -goversion go1.10.4 -D "" -importcfg $WORK/b129/importcfg -pack ./debug.go ./signingkey.go ./upgrade_common.go ./upgrade_unsupp.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b128/_pkg_.a # internal cp $WORK/b128/_pkg_.a /builddir/.cache/go-build/3f/3fad8bb667c7dc3de86b3f3e16a3ebaa8e0255ac45587832a10b55928b9b75af-d # internal github.com/syncthing/syncthing/lib/sha256 mkdir -p $WORK/b127/ cat >$WORK/b127/importcfg << 'EOF' # internal # import config packagefile crypto/rand=$WORK/b014/_pkg_.a packagefile crypto/sha256=$WORK/b049/_pkg_.a packagefile encoding/hex=$WORK/b053/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/minio/sha256-simd=$WORK/b128/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b078/_pkg_.a packagefile hash=$WORK/b038/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/sha256 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b127/_pkg_.a -trimpath $WORK/b127 -shared -p github.com/syncthing/syncthing/lib/sha256 -complete -installsuffix shared -buildid TeDpJES7qeZ-vW3TH6yH/TeDpJES7qeZ-vW3TH6yH -goversion go1.10.4 -D "" -importcfg $WORK/b127/importcfg -pack ./sha256.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b129/_pkg_.a # internal cp $WORK/b129/_pkg_.a /builddir/.cache/go-build/b8/b80e965500549360d87c9a0e80f42ded5e697d5712dd561407286d02672b785b-d # internal github.com/syncthing/syncthing/lib/util mkdir -p $WORK/b130/ cat >$WORK/b130/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b027/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/util /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b130/_pkg_.a -trimpath $WORK/b130 -shared -p github.com/syncthing/syncthing/lib/util -complete -installsuffix shared -buildid BCVlg6yYZ-zQ5qu0Velf/BCVlg6yYZ-zQ5qu0Velf -goversion go1.10.4 -D "" -importcfg $WORK/b130/importcfg -pack ./utils.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b127/_pkg_.a # internal cp $WORK/b127/_pkg_.a /builddir/.cache/go-build/6c/6c1995b578e71be229caba0623899b8c0b2f3b8681c1b279a3878e2772c35f66-d # internal github.com/syncthing/syncthing/lib/protocol mkdir -p $WORK/b119/ cat >$WORK/b119/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto/sha256=$WORK/b049/_pkg_.a packagefile encoding/base32=$WORK/b120/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/bkaradzic/go-lz4=$WORK/b121/_pkg_.a packagefile github.com/calmh/xdr=$WORK/b122/_pkg_.a packagefile github.com/gogo/protobuf/gogoproto=$WORK/b123/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b124/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b078/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b126/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sha256=$WORK/b127/_pkg_.a packagefile golang.org/x/text/unicode/norm=$WORK/b117/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile path=$WORK/b090/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/protocol /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b119/_pkg_.a -trimpath $WORK/b119 -shared -p github.com/syncthing/syncthing/lib/protocol -complete -installsuffix shared -buildid SdXeU6IK8YmTqKQq5GRE/SdXeU6IK8YmTqKQq5GRE -goversion go1.10.4 -D "" -importcfg $WORK/b119/importcfg -pack ./bep.pb.go ./bep_extensions.go ./bufferpool.go ./compression.go ./counting.go ./debug.go ./deviceid.go ./deviceid_test.pb.go ./doc.go ./errors.go ./hello.go ./hello_v0.13.go ./hello_v0.13_xdr.go ./luhn.go ./nativemodel_unix.go ./protocol.go ./vector.go ./wireformat.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b130/_pkg_.a # internal cp $WORK/b130/_pkg_.a /builddir/.cache/go-build/0b/0bb80392d8416a5e30b3fe626046732617af5cb1afcfc0d1a73b5660ba296b34-d # internal github.com/kballard/go-shellquote mkdir -p $WORK/b132/ cat >$WORK/b132/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/github.com/kballard/go-shellquote /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b132/_pkg_.a -trimpath $WORK/b132 -shared -p github.com/kballard/go-shellquote -complete -installsuffix shared -buildid CrOHZU6OEaJA0iNbq25v/CrOHZU6OEaJA0iNbq25v -goversion go1.10.4 -D "" -importcfg $WORK/b132/importcfg -pack ./doc.go ./quote.go ./unquote.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b132/_pkg_.a # internal cp $WORK/b132/_pkg_.a /builddir/.cache/go-build/33/33da9b2b003de1a9a99e8b2bb61887e60768c3e04584e323f156321e26f8745d-d # internal os/exec mkdir -p $WORK/b133/ cat >$WORK/b133/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile context=$WORK/b062/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a EOF cd /usr/lib/golang/src/os/exec /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b133/_pkg_.a -trimpath $WORK/b133 -shared -p os/exec -std -complete -installsuffix shared -buildid 1ORFBKMwz3gOS9jKkePm/1ORFBKMwz3gOS9jKkePm -goversion go1.10.4 -D "" -importcfg $WORK/b133/importcfg -pack ./exec.go ./exec_unix.go ./lp_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b133/_pkg_.a # internal cp $WORK/b133/_pkg_.a /builddir/.cache/go-build/f2/f23db351fdd6fdbfd196839b6f6a4d04838618d9220401b0e62087f4bf3628d5-d # internal regexp/syntax mkdir -p $WORK/b135/ cat >$WORK/b135/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/regexp/syntax /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b135/_pkg_.a -trimpath $WORK/b135 -shared -p regexp/syntax -std -complete -installsuffix shared -buildid MW-8lZOwHAdwHaViiRRb/MW-8lZOwHAdwHaViiRRb -goversion go1.10.4 -D "" -importcfg $WORK/b135/importcfg -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b135/_pkg_.a # internal cp $WORK/b135/_pkg_.a /builddir/.cache/go-build/74/744bafd05730375dd557df7ca2d9fc262e4b82d03a2a8fb0e30ce09409a2b90b-d # internal regexp mkdir -p $WORK/b134/ cat >$WORK/b134/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile regexp/syntax=$WORK/b135/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/regexp /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b134/_pkg_.a -trimpath $WORK/b134 -shared -p regexp -std -complete -installsuffix shared -buildid 9EWyJ4g2C0_wo-Vq_rcs/9EWyJ4g2C0_wo-Vq_rcs -goversion go1.10.4 -D "" -importcfg $WORK/b134/importcfg -pack ./backtrack.go ./exec.go ./onepass.go ./regexp.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b119/_pkg_.a # internal cp $WORK/b119/_pkg_.a /builddir/.cache/go-build/c6/c697e4959babbdd7c65a410dd0dedec07a601c9627b0d9bac917dc681c465623-d # internal hash/fnv mkdir -p $WORK/b137/ cat >$WORK/b137/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/hash/fnv /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b137/_pkg_.a -trimpath $WORK/b137 -shared -p hash/fnv -std -complete -installsuffix shared -buildid 0KoA7RHqUg6cZ6vqbtSe/0KoA7RHqUg6cZ6vqbtSe -goversion go1.10.4 -D "" -importcfg $WORK/b137/importcfg -pack ./fnv.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b137/_pkg_.a # internal cp $WORK/b137/_pkg_.a /builddir/.cache/go-build/cc/cc0912bf5f3f09657289fdfc5b243a901f6ae6712978721f7a7647c58e915434-d # internal github.com/AudriusButkevicius/go-nat-pmp mkdir -p $WORK/b139/ cat >$WORK/b139/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b027/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/share/gocode/src/github.com/AudriusButkevicius/go-nat-pmp /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b139/_pkg_.a -trimpath $WORK/b139 -shared -p github.com/AudriusButkevicius/go-nat-pmp -complete -installsuffix shared -buildid ERNJLZJMzqmliQuJlHbg/ERNJLZJMzqmliQuJlHbg -goversion go1.10.4 -D "" -importcfg $WORK/b139/importcfg -pack ./natpmp.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b134/_pkg_.a # internal cp $WORK/b134/_pkg_.a /builddir/.cache/go-build/d3/d31f958191aefcc3533843a30d1eb33252cde18cf89a7b3e0e0f2322c5147df5-d # internal github.com/syncthing/syncthing/lib/versioner mkdir -p $WORK/b131/ cat >$WORK/b131/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/kballard/go-shellquote=$WORK/b132/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b084/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b078/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b088/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b080/_pkg_.a packagefile github.com/syncthing/syncthing/lib/util=$WORK/b130/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile os/exec=$WORK/b133/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile regexp=$WORK/b134/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/versioner /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b131/_pkg_.a -trimpath $WORK/b131 -shared -p github.com/syncthing/syncthing/lib/versioner -complete -installsuffix shared -buildid un7y18yO17rzhTVjbt_T/un7y18yO17rzhTVjbt_T -goversion go1.10.4 -D "" -importcfg $WORK/b131/importcfg -pack ./debug.go ./empty_dir_tracker.go ./external.go ./simple.go ./staggered.go ./trashcan.go ./util.go ./versioner.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b139/_pkg_.a # internal cp $WORK/b139/_pkg_.a /builddir/.cache/go-build/4c/4c16fc258d76de915e569424be5eda929d6f33be911d833f479ae3deedd08a60-d # internal github.com/jackpal/gateway mkdir -p $WORK/b140/ cat >$WORK/b140/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile os/exec=$WORK/b133/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a EOF cd /usr/share/gocode/src/github.com/jackpal/gateway /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b140/_pkg_.a -trimpath $WORK/b140 -shared -p github.com/jackpal/gateway -complete -installsuffix shared -buildid pha6a8l4-cd2v6u0ZZtH/pha6a8l4-cd2v6u0ZZtH -goversion go1.10.4 -D "" -importcfg $WORK/b140/importcfg -pack ./gateway_common.go ./gateway_linux.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b140/_pkg_.a # internal cp $WORK/b140/_pkg_.a /builddir/.cache/go-build/03/0341ea8cff7b66fbcdb906f1e7c1becaee20524db37044b77c281a8bb1e0bfa2-d # internal github.com/syncthing/syncthing/lib/relay/protocol mkdir -p $WORK/b141/ cat >$WORK/b141/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/calmh/xdr=$WORK/b122/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b119/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile net=$WORK/b061/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/relay/protocol /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b141/_pkg_.a -trimpath $WORK/b141 -shared -p github.com/syncthing/syncthing/lib/relay/protocol -complete -installsuffix shared -buildid 3NVWH8w2qn2aduz_ISLJ/3NVWH8w2qn2aduz_ISLJ -goversion go1.10.4 -D "" -importcfg $WORK/b141/importcfg -pack ./packets.go ./packets_xdr.go ./protocol.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b131/_pkg_.a # internal cp $WORK/b131/_pkg_.a /builddir/.cache/go-build/4a/4a3a392117c9ec9f3ae66acbea8d895726ea7aebd139ee4630d84fff9e9f12f1-d # internal github.com/syncthing/syncthing/lib/config mkdir -p $WORK/b075/ cat >$WORK/b075/importcfg << 'EOF' # internal # import config packagefile encoding/json=$WORK/b071/_pkg_.a packagefile encoding/xml=$WORK/b076/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/syncthing/syncthing/lib/events=$WORK/b077/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b084/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b078/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b088/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b119/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b126/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b080/_pkg_.a packagefile github.com/syncthing/syncthing/lib/upgrade=$WORK/b129/_pkg_.a packagefile github.com/syncthing/syncthing/lib/util=$WORK/b130/_pkg_.a packagefile github.com/syncthing/syncthing/lib/versioner=$WORK/b131/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile path=$WORK/b090/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/config /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b075/_pkg_.a -trimpath $WORK/b075 -shared -p github.com/syncthing/syncthing/lib/config -complete -installsuffix shared -buildid EW1JoTXkb624XfXtMKrr/EW1JoTXkb624XfXtMKrr -goversion go1.10.4 -D "" -importcfg $WORK/b075/importcfg -pack ./config.go ./debug.go ./deviceconfiguration.go ./folderconfiguration.go ./foldertype.go ./guiconfiguration.go ./optionsconfiguration.go ./pullorder.go ./size.go ./versioningconfiguration.go ./wrapper.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b141/_pkg_.a # internal cp $WORK/b141/_pkg_.a /builddir/.cache/go-build/37/370364204673a0143d070e2426796901a1c208e5678485e9c5a9e9f0e776a4de-d # internal github.com/syncthing/syncthing/lib/tlsutil mkdir -p $WORK/b142/ cat >$WORK/b142/importcfg << 'EOF' # internal # import config packagefile crypto/ecdsa=$WORK/b040/_pkg_.a packagefile crypto/elliptic=$WORK/b041/_pkg_.a packagefile crypto/rsa=$WORK/b047/_pkg_.a packagefile crypto/tls=$WORK/b035/_pkg_.a packagefile crypto/x509=$WORK/b050/_pkg_.a packagefile crypto/x509/pkix=$WORK/b052/_pkg_.a packagefile encoding/pem=$WORK/b054/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b126/_pkg_.a packagefile math/big=$WORK/b024/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/tlsutil /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b142/_pkg_.a -trimpath $WORK/b142 -shared -p github.com/syncthing/syncthing/lib/tlsutil -complete -installsuffix shared -buildid J06ipZ01hh6J98urz38h/J06ipZ01hh6J98urz38h -goversion go1.10.4 -D "" -importcfg $WORK/b142/importcfg -pack ./tlsutil.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b142/_pkg_.a # internal cp $WORK/b142/_pkg_.a /builddir/.cache/go-build/59/598158b96805ac49bfe0be1268bdffb371cd62730ed0f0f24da8a2c0d9cbefa1-d # internal golang.org/x/time/rate mkdir -p $WORK/b144/ cat >$WORK/b144/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b062/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/time/rate /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b144/_pkg_.a -trimpath $WORK/b144 -shared -p golang.org/x/time/rate -complete -installsuffix shared -buildid VISrHhhqGuMZA-FvPiW-/VISrHhhqGuMZA-FvPiW- -goversion go1.10.4 -D "" -importcfg $WORK/b144/importcfg -pack ./rate.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b144/_pkg_.a # internal cp $WORK/b144/_pkg_.a /builddir/.cache/go-build/24/24b55002bb2dc26703e9ffa7e31faf0ef01efc6e4ebb1bf56b56af0141012388-d # internal html mkdir -p $WORK/b147/ cat >$WORK/b147/importcfg << 'EOF' # internal # import config packagefile strings=$WORK/b034/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/html /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b147/_pkg_.a -trimpath $WORK/b147 -shared -p html -std -complete -installsuffix shared -buildid L5rzeAoKZF1M2RZ6JRdD/L5rzeAoKZF1M2RZ6JRdD -goversion go1.10.4 -D "" -importcfg $WORK/b147/importcfg -pack ./entity.go ./escape.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b147/_pkg_.a # internal cp $WORK/b147/_pkg_.a /builddir/.cache/go-build/03/03b5a8d17d2c4440ad4a17e6ecc1194fa15f8104c0049c74c4d14b693ae26277-d # internal text/template/parse mkdir -p $WORK/b149/ cat >$WORK/b149/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/text/template/parse /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b149/_pkg_.a -trimpath $WORK/b149 -shared -p text/template/parse -std -complete -installsuffix shared -buildid tzZi9y46KjOao9MQcRgq/tzZi9y46KjOao9MQcRgq -goversion go1.10.4 -D "" -importcfg $WORK/b149/importcfg -pack ./lex.go ./node.go ./parse.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b075/_pkg_.a # internal cp $WORK/b075/_pkg_.a /builddir/.cache/go-build/00/00bc0eed30cc32b41c061907ce6881bbc1047726ca7e2b52d3b07c66a6c93592-d # internal github.com/syncthing/syncthing/lib/nat mkdir -p $WORK/b136/ cat >$WORK/b136/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/syncthing/syncthing/lib/config=$WORK/b075/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b078/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b119/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b080/_pkg_.a packagefile hash/fnv=$WORK/b137/_pkg_.a packagefile math/rand=$WORK/b033/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/nat /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b136/_pkg_.a -trimpath $WORK/b136 -shared -p github.com/syncthing/syncthing/lib/nat -complete -installsuffix shared -buildid lMeF-lZ1LXivnmTPzSBz/lMeF-lZ1LXivnmTPzSBz -goversion go1.10.4 -D "" -importcfg $WORK/b136/importcfg -pack ./debug.go ./interface.go ./registry.go ./service.go ./structs.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b136/_pkg_.a # internal cp $WORK/b136/_pkg_.a /builddir/.cache/go-build/b7/b7a212504f83a6f7aae11b9b6a5edf38bc79cd904b5c2f453c4da25ad4c69ac6-d # internal github.com/syncthing/syncthing/lib/pmp mkdir -p $WORK/b138/ cat >$WORK/b138/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/AudriusButkevicius/go-nat-pmp=$WORK/b139/_pkg_.a packagefile github.com/jackpal/gateway=$WORK/b140/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b078/_pkg_.a packagefile github.com/syncthing/syncthing/lib/nat=$WORK/b136/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/pmp /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b138/_pkg_.a -trimpath $WORK/b138 -shared -p github.com/syncthing/syncthing/lib/pmp -complete -installsuffix shared -buildid asRiplQpoAWwuq5jypWw/asRiplQpoAWwuq5jypWw -goversion go1.10.4 -D "" -importcfg $WORK/b138/importcfg -pack ./debug.go ./pmp.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b138/_pkg_.a # internal cp $WORK/b138/_pkg_.a /builddir/.cache/go-build/84/8419ba6e77d2256c31ededc37e3056cb6c540aa4747e2a3d84e05dd96d9e8f5f-d # internal github.com/syncthing/syncthing/lib/upnp mkdir -p $WORK/b143/ cat >$WORK/b143/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/xml=$WORK/b076/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/syncthing/syncthing/lib/dialer=$WORK/b091/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b078/_pkg_.a packagefile github.com/syncthing/syncthing/lib/nat=$WORK/b136/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/http=$WORK/b099/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/upnp /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b143/_pkg_.a -trimpath $WORK/b143 -shared -p github.com/syncthing/syncthing/lib/upnp -complete -installsuffix shared -buildid uTkZvA1UIY5pmlDbsf7b/uTkZvA1UIY5pmlDbsf7b -goversion go1.10.4 -D "" -importcfg $WORK/b143/importcfg -pack ./debug.go ./igd_service.go ./upnp.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b149/_pkg_.a # internal cp $WORK/b149/_pkg_.a /builddir/.cache/go-build/de/de99babb53c1d0d1969f26e6dc82849aac788395df23d1b364171b82a7137829-d # internal text/template mkdir -p $WORK/b148/ cat >$WORK/b148/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile text/template/parse=$WORK/b149/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/text/template /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b148/_pkg_.a -trimpath $WORK/b148 -shared -p text/template -std -complete -installsuffix shared -buildid 82FCUzTb-kZ9sKXOVX71/82FCUzTb-kZ9sKXOVX71 -goversion go1.10.4 -D "" -importcfg $WORK/b148/importcfg -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./option.go ./template.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b143/_pkg_.a # internal cp $WORK/b143/_pkg_.a /builddir/.cache/go-build/7b/7b72c40f1b06f4fc46c9afa830ff53bfd272bc95a35dfa78b2b40e4ab59ed803-d # internal text/tabwriter mkdir -p $WORK/b151/ cat >$WORK/b151/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/text/tabwriter /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b151/_pkg_.a -trimpath $WORK/b151 -shared -p text/tabwriter -std -complete -installsuffix shared -buildid NJ4UoRZR9XPoxni7vAOe/NJ4UoRZR9XPoxni7vAOe -goversion go1.10.4 -D "" -importcfg $WORK/b151/importcfg -pack ./tabwriter.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b151/_pkg_.a # internal cp $WORK/b151/_pkg_.a /builddir/.cache/go-build/01/01ff518c26fd58f5ae550cccc046c7360921f97ec55e55577661298c944067b6-d # internal runtime/pprof mkdir -p $WORK/b150/ cat >$WORK/b150/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile compress/gzip=$WORK/b100/_pkg_.a packagefile context=$WORK/b062/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile text/tabwriter=$WORK/b151/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/runtime/pprof /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b150/_pkg_.a -trimpath $WORK/b150 -shared -p runtime/pprof -std -installsuffix shared -buildid s1FO6Wzz8d6XwJKtLiPq/s1FO6Wzz8d6XwJKtLiPq -goversion go1.10.4 -D "" -importcfg $WORK/b150/importcfg -pack ./elf.go ./label.go ./map.go ./pprof.go ./proto.go ./protobuf.go ./protomem.go ./runtime.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b148/_pkg_.a # internal cp $WORK/b148/_pkg_.a /builddir/.cache/go-build/1c/1ca5d9f517ef4359258eedca2ccc98497ac6a19b703ba01f1649a2112e5a33eb-d # internal html/template mkdir -p $WORK/b146/ cat >$WORK/b146/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/json=$WORK/b071/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile html=$WORK/b147/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile text/template=$WORK/b148/_pkg_.a packagefile text/template/parse=$WORK/b149/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/html/template /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b146/_pkg_.a -trimpath $WORK/b146 -shared -p html/template -std -complete -installsuffix shared -buildid Lzbvq4VnFzINRDGz9OHJ/Lzbvq4VnFzINRDGz9OHJ -goversion go1.10.4 -D "" -importcfg $WORK/b146/importcfg -pack ./attr.go ./content.go ./context.go ./css.go ./doc.go ./error.go ./escape.go ./html.go ./js.go ./template.go ./transition.go ./url.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b150/_pkg_.a # internal cp $WORK/b150/_pkg_.a /builddir/.cache/go-build/45/45ff0f30d0d339988120745e27a88c913d03ffcebeec27185e69b828589775b1-d # internal runtime/trace mkdir -p $WORK/b152/ cat >$WORK/b152/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b004/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a EOF cd /usr/lib/golang/src/runtime/trace /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b152/_pkg_.a -trimpath $WORK/b152 -shared -p runtime/trace -std -complete -installsuffix shared -buildid mlO5unV4IKaoMEOI5XCf/mlO5unV4IKaoMEOI5XCf -goversion go1.10.4 -D "" -importcfg $WORK/b152/importcfg -pack ./trace.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b152/_pkg_.a # internal cp $WORK/b152/_pkg_.a /builddir/.cache/go-build/b2/b20064ac05538f5cd7a2fa2814ded13151ca457333629cf4f942bc80be29165e-d # internal os/signal mkdir -p $WORK/b153/ cat >$WORK/b153/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b028/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a EOF cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b153/_pkg_.a -trimpath $WORK/b153 -shared -p os/signal -std -installsuffix shared -buildid LuJzSPwZ8185IupUGP5N/LuJzSPwZ8185IupUGP5N -goversion go1.10.4 -D "" -importcfg $WORK/b153/importcfg -pack -asmhdr $WORK/b153/go_asm.h ./doc.go ./signal.go ./signal_unix.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b153 -I $WORK/b153/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b153/sig.o ./sig.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b153/_pkg_.a $WORK/b153/sig.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b153/_pkg_.a # internal cp $WORK/b153/_pkg_.a /builddir/.cache/go-build/c0/c0e823aea382d00e842d0c206988aaddc6f1f4af348fd841a095cb5dff05fbaf-d # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b146/_pkg_.a # internal cp $WORK/b146/_pkg_.a /builddir/.cache/go-build/55/55a80b9d2df13f4641c931e950327ec14666a01936787cd09c7f2be50bcdf0ba-d # internal net/http/pprof mkdir -p $WORK/b145/ cat >$WORK/b145/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile html/template=$WORK/b146/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile net/http=$WORK/b099/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile runtime/pprof=$WORK/b150/_pkg_.a packagefile runtime/trace=$WORK/b152/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile time=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/net/http/pprof /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b145/_pkg_.a -trimpath $WORK/b145 -shared -p net/http/pprof -std -complete -installsuffix shared -buildid AHgVW2GNl-kxGS2046mw/AHgVW2GNl-kxGS2046mw -goversion go1.10.4 -D "" -importcfg $WORK/b145/importcfg -pack ./pprof.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b145/_pkg_.a # internal cp $WORK/b145/_pkg_.a /builddir/.cache/go-build/15/15fb74f7308e59ecef50a6bc5bd4af170ebe6ef6590f2e5e0d6afb1c6455977c-d # internal github.com/syncthing/syncthing/cmd/strelaysrv mkdir -p $WORK/b001/ cat >$WORK/b001/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto/rand=$WORK/b014/_pkg_.a packagefile crypto/tls=$WORK/b035/_pkg_.a packagefile encoding/hex=$WORK/b053/_pkg_.a packagefile encoding/json=$WORK/b071/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile flag=$WORK/b074/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/syncthing/syncthing/lib/config=$WORK/b075/_pkg_.a packagefile github.com/syncthing/syncthing/lib/nat=$WORK/b136/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b088/_pkg_.a packagefile github.com/syncthing/syncthing/lib/pmp=$WORK/b138/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b119/_pkg_.a packagefile github.com/syncthing/syncthing/lib/relay/protocol=$WORK/b141/_pkg_.a packagefile github.com/syncthing/syncthing/lib/tlsutil=$WORK/b142/_pkg_.a packagefile github.com/syncthing/syncthing/lib/upnp=$WORK/b143/_pkg_.a packagefile golang.org/x/time/rate=$WORK/b144/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/http=$WORK/b099/_pkg_.a packagefile net/http/pprof=$WORK/b145/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile os/signal=$WORK/b153/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b030/_pkg_.a packagefile runtime/cgo=$WORK/b065/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/cmd/strelaysrv /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b001/_pkg_.a -trimpath $WORK/b001 -shared -p main -complete -installsuffix shared -buildid kbR5gWP30ooIKxMADjtQ/kbR5gWP30ooIKxMADjtQ -goversion go1.10.4 -D "" -importcfg $WORK/b001/importcfg -pack ./listener.go ./main.go ./pool.go ./session.go ./status.go ./utils.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b001/_pkg_.a # internal cp $WORK/b001/_pkg_.a /builddir/.cache/go-build/e7/e73f843802c7fae36e0ed4c7d8a755c45fd0d4826025b88c94f425062836cb60-d # internal cat >$WORK/b001/importcfg.link << 'EOF' # internal packagefile github.com/syncthing/syncthing/cmd/strelaysrv=$WORK/b001/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto/rand=$WORK/b014/_pkg_.a packagefile crypto/tls=$WORK/b035/_pkg_.a packagefile encoding/hex=$WORK/b053/_pkg_.a packagefile encoding/json=$WORK/b071/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile flag=$WORK/b074/_pkg_.a packagefile fmt=$WORK/b027/_pkg_.a packagefile github.com/syncthing/syncthing/lib/config=$WORK/b075/_pkg_.a packagefile github.com/syncthing/syncthing/lib/nat=$WORK/b136/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b088/_pkg_.a packagefile github.com/syncthing/syncthing/lib/pmp=$WORK/b138/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b119/_pkg_.a packagefile github.com/syncthing/syncthing/lib/relay/protocol=$WORK/b141/_pkg_.a packagefile github.com/syncthing/syncthing/lib/tlsutil=$WORK/b142/_pkg_.a packagefile github.com/syncthing/syncthing/lib/upnp=$WORK/b143/_pkg_.a packagefile golang.org/x/time/rate=$WORK/b144/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile log=$WORK/b079/_pkg_.a packagefile math=$WORK/b021/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/http=$WORK/b099/_pkg_.a packagefile net/http/pprof=$WORK/b145/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b028/_pkg_.a packagefile os/signal=$WORK/b153/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b020/_pkg_.a packagefile strings=$WORK/b034/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b030/_pkg_.a packagefile runtime/cgo=$WORK/b065/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a packagefile bufio=$WORK/b015/_pkg_.a packagefile crypto/aes=$WORK/b016/_pkg_.a packagefile crypto/cipher=$WORK/b017/_pkg_.a packagefile internal/syscall/unix=$WORK/b022/_pkg_.a packagefile math/big=$WORK/b024/_pkg_.a packagefile container/list=$WORK/b036/_pkg_.a packagefile crypto=$WORK/b037/_pkg_.a packagefile crypto/des=$WORK/b039/_pkg_.a packagefile crypto/ecdsa=$WORK/b040/_pkg_.a packagefile crypto/elliptic=$WORK/b041/_pkg_.a packagefile crypto/hmac=$WORK/b044/_pkg_.a packagefile crypto/internal/cipherhw=$WORK/b019/_pkg_.a packagefile crypto/md5=$WORK/b045/_pkg_.a packagefile crypto/rc4=$WORK/b046/_pkg_.a packagefile crypto/rsa=$WORK/b047/_pkg_.a packagefile crypto/sha1=$WORK/b048/_pkg_.a packagefile crypto/sha256=$WORK/b049/_pkg_.a packagefile crypto/sha512=$WORK/b042/_pkg_.a packagefile crypto/subtle=$WORK/b018/_pkg_.a packagefile crypto/x509=$WORK/b050/_pkg_.a packagefile encoding/asn1=$WORK/b043/_pkg_.a packagefile encoding/pem=$WORK/b054/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305=$WORK/b067/_pkg_.a packagefile vendor/golang_org/x/crypto/curve25519=$WORK/b070/_pkg_.a packagefile hash=$WORK/b038/_pkg_.a packagefile encoding=$WORK/b072/_pkg_.a packagefile encoding/base64=$WORK/b055/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile unicode/utf16=$WORK/b073/_pkg_.a packagefile encoding/xml=$WORK/b076/_pkg_.a packagefile github.com/syncthing/syncthing/lib/events=$WORK/b077/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b084/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b078/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b126/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b080/_pkg_.a packagefile github.com/syncthing/syncthing/lib/upgrade=$WORK/b129/_pkg_.a packagefile github.com/syncthing/syncthing/lib/util=$WORK/b130/_pkg_.a packagefile github.com/syncthing/syncthing/lib/versioner=$WORK/b131/_pkg_.a packagefile path=$WORK/b090/_pkg_.a packagefile hash/fnv=$WORK/b137/_pkg_.a packagefile math/rand=$WORK/b033/_pkg_.a packagefile github.com/pkg/errors=$WORK/b089/_pkg_.a packagefile github.com/syncthing/syncthing/lib/dialer=$WORK/b091/_pkg_.a packagefile golang.org/x/text/unicode/norm=$WORK/b117/_pkg_.a packagefile github.com/AudriusButkevicius/go-nat-pmp=$WORK/b139/_pkg_.a packagefile github.com/jackpal/gateway=$WORK/b140/_pkg_.a packagefile encoding/base32=$WORK/b120/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile github.com/bkaradzic/go-lz4=$WORK/b121/_pkg_.a packagefile github.com/calmh/xdr=$WORK/b122/_pkg_.a packagefile github.com/gogo/protobuf/gogoproto=$WORK/b123/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b124/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sha256=$WORK/b127/_pkg_.a packagefile crypto/x509/pkix=$WORK/b052/_pkg_.a packagefile context=$WORK/b062/_pkg_.a packagefile internal/nettrace=$WORK/b063/_pkg_.a packagefile internal/poll=$WORK/b029/_pkg_.a packagefile internal/singleflight=$WORK/b064/_pkg_.a packagefile compress/gzip=$WORK/b100/_pkg_.a packagefile vendor/golang_org/x/net/http2/hpack=$WORK/b103/_pkg_.a packagefile vendor/golang_org/x/net/idna=$WORK/b104/_pkg_.a packagefile vendor/golang_org/x/net/lex/httplex=$WORK/b109/_pkg_.a packagefile vendor/golang_org/x/net/proxy=$WORK/b110/_pkg_.a packagefile mime=$WORK/b111/_pkg_.a packagefile mime/multipart=$WORK/b112/_pkg_.a packagefile net/http/httptrace=$WORK/b115/_pkg_.a packagefile net/http/internal=$WORK/b116/_pkg_.a packagefile net/textproto=$WORK/b114/_pkg_.a packagefile html/template=$WORK/b146/_pkg_.a packagefile runtime/pprof=$WORK/b150/_pkg_.a packagefile runtime/trace=$WORK/b152/_pkg_.a packagefile internal/testlog=$WORK/b031/_pkg_.a packagefile runtime/internal/atomic=$WORK/b009/_pkg_.a packagefile runtime/internal/sys=$WORK/b010/_pkg_.a packagefile internal/race=$WORK/b006/_pkg_.a packagefile math/bits=$WORK/b032/_pkg_.a packagefile crypto/dsa=$WORK/b051/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte=$WORK/b057/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=$WORK/b058/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20=$WORK/b068/_pkg_.a packagefile vendor/golang_org/x/crypto/poly1305=$WORK/b069/_pkg_.a packagefile github.com/calmh/du=$WORK/b085/_pkg_.a packagefile github.com/syncthing/notify=$WORK/b086/_pkg_.a packagefile github.com/sasha-s/go-deadlock=$WORK/b081/_pkg_.a packagefile github.com/kballard/go-shellquote=$WORK/b132/_pkg_.a packagefile os/exec=$WORK/b133/_pkg_.a packagefile regexp=$WORK/b134/_pkg_.a packagefile golang.org/x/net/ipv4=$WORK/b092/_pkg_.a packagefile golang.org/x/net/ipv6=$WORK/b096/_pkg_.a packagefile golang.org/x/net/proxy=$WORK/b097/_pkg_.a packagefile golang.org/x/text/transform=$WORK/b118/_pkg_.a packagefile github.com/gogo/protobuf/protoc-gen-gogo/descriptor=$WORK/b125/_pkg_.a packagefile github.com/minio/sha256-simd=$WORK/b128/_pkg_.a packagefile compress/flate=$WORK/b101/_pkg_.a packagefile hash/crc32=$WORK/b102/_pkg_.a packagefile vendor/golang_org/x/text/secure/bidirule=$WORK/b105/_pkg_.a packagefile vendor/golang_org/x/text/unicode/bidi=$WORK/b107/_pkg_.a packagefile vendor/golang_org/x/text/unicode/norm=$WORK/b108/_pkg_.a packagefile mime/quotedprintable=$WORK/b113/_pkg_.a packagefile html=$WORK/b147/_pkg_.a packagefile text/template=$WORK/b148/_pkg_.a packagefile text/template/parse=$WORK/b149/_pkg_.a packagefile text/tabwriter=$WORK/b151/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b087/_pkg_.a packagefile github.com/petermattis/goid=$WORK/b082/_pkg_.a packagefile os/user=$WORK/b083/_pkg_.a packagefile regexp/syntax=$WORK/b135/_pkg_.a packagefile golang.org/x/net/bpf=$WORK/b093/_pkg_.a packagefile golang.org/x/net/internal/iana=$WORK/b094/_pkg_.a packagefile golang.org/x/net/internal/socket=$WORK/b095/_pkg_.a packagefile golang.org/x/net/internal/socks=$WORK/b098/_pkg_.a packagefile vendor/golang_org/x/text/transform=$WORK/b106/_pkg_.a EOF mkdir -p $WORK/b001/exe/ cd . /usr/lib/golang/pkg/tool/linux_s390x/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -buildmode=pie -buildid=3gaNew_hyOjKwxFfLC_I/kbR5gWP30ooIKxMADjtQ/xTDlWLeHXsCCkxIsTcVl/3gaNew_hyOjKwxFfLC_I -X main.Version=v0.14.50 -X main.BuildStamp=1536660452 -X main.BuildUser=mockbuild -X main.BuildHost=fedora-koji -B 0xbc6c247ad6bbb487e8cb417f6d4516b44c9d4859 -extldflags "-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld " -extld=gcc $WORK/b001/_pkg_.a /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b001/exe/a.out # internal mkdir -p _bin/ mv $WORK/b001/exe/a.out _bin/strelaysrv rm -r $WORK/b001/ ++ head -c20 /dev/urandom ++ od -An -tx1 ++ tr -d ' \n' + go build -buildmode pie -compiler gc '-tags=rpm_crashtraceback noupgrade' -ldflags '-X main.Version=v0.14.50 -X main.BuildStamp=1536660452 -X main.BuildUser=mockbuild -X main.BuildHost=fedora-koji -B 0x3531178c61832623965e4f5b95ee0ad703134677 -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' -a -v -x -o _bin/strelaypoolsrv github.com/syncthing/syncthing/cmd/strelaypoolsrv WORK=/tmp/go-build897627050 errors mkdir -p $WORK/b003/ cat >$WORK/b003/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/errors /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b003/_pkg_.a -trimpath $WORK/b003 -shared -p errors -std -complete -installsuffix shared -buildid Cc_7-_W6hZRaEdujSeHt/Cc_7-_W6hZRaEdujSeHt -goversion go1.10.4 -D "" -importcfg $WORK/b003/importcfg -pack ./errors.go internal/race mkdir -p $WORK/b006/ cat >$WORK/b006/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/internal/race /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b006/_pkg_.a -trimpath $WORK/b006 -shared -p internal/race -std -complete -installsuffix shared -buildid H0d-zAOXGr-BCJdvFo1i/H0d-zAOXGr-BCJdvFo1i -goversion go1.10.4 -D "" -importcfg $WORK/b006/importcfg -pack ./doc.go ./norace.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b003/_pkg_.a # internal cp $WORK/b003/_pkg_.a /builddir/.cache/go-build/8a/8a5ec668c3e7373adbc26096bd494b88c780faedda9181068238a411c0d643cd-d # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b006/_pkg_.a # internal cp $WORK/b006/_pkg_.a /builddir/.cache/go-build/f0/f0ebced0a6bb84071a5cb68534c0a533625f10d3f0afe9992e88851fb291280b-d # internal runtime/internal/sys mkdir -p $WORK/b010/ cat >$WORK/b010/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/runtime/internal/sys /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b010/_pkg_.a -trimpath $WORK/b010 -shared -p runtime/internal/sys -std -+ -complete -installsuffix shared -buildid Y-Z9rcRRgDUbMDRQh3W1/Y-Z9rcRRgDUbMDRQh3W1 -goversion go1.10.4 -D "" -importcfg $WORK/b010/importcfg -pack ./arch.go ./arch_s390x.go ./intrinsics.go ./stubs.go ./sys.go ./zgoarch_s390x.go ./zgoos_linux.go ./zversion.go runtime/internal/atomic mkdir -p $WORK/b009/ cat >$WORK/b009/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b009/_pkg_.a -trimpath $WORK/b009 -shared -p runtime/internal/atomic -std -+ -installsuffix shared -buildid Q8IQ9CQcNCe3lu23ZcdX/Q8IQ9CQcNCe3lu23ZcdX -goversion go1.10.4 -D "" -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h ./atomic_s390x.go ./stubs.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b010/_pkg_.a # internal cp $WORK/b010/_pkg_.a /builddir/.cache/go-build/32/3205e712daa954e4a2d59d3cfa442cf713334753ac36b1c1425baa7ed8e03f43-d # internal sync/atomic mkdir -p $WORK/b011/ cat >$WORK/b011/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b011/_pkg_.a -trimpath $WORK/b011 -shared -p sync/atomic -std -installsuffix shared -buildid btqqfum0TmsbamPjyVTI/btqqfum0TmsbamPjyVTI -goversion go1.10.4 -D "" -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h ./doc.go ./value.go cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b009 -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b009/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b009/_pkg_.a $WORK/b009/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b009/_pkg_.a # internal cp $WORK/b009/_pkg_.a /builddir/.cache/go-build/94/94adc92c29a1b74a9076fdbf06bf2662189630ee35d8f51c6dc51bac84de4b8f-d # internal runtime mkdir -p $WORK/b008/ cat >$WORK/b008/importcfg << 'EOF' # internal # import config packagefile runtime/internal/atomic=$WORK/b009/_pkg_.a packagefile runtime/internal/sys=$WORK/b010/_pkg_.a EOF cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b008/_pkg_.a -trimpath $WORK/b008 -shared -p runtime -std -+ -installsuffix shared -buildid 4McEidXe_hO29syW5IOW/4McEidXe_hO29syW5IOW -goversion go1.10.4 -D "" -importcfg $WORK/b008/importcfg -pack -asmhdr $WORK/b008/go_asm.h ./alg.go ./atomic_pointer.go ./cgo.go ./cgocall.go ./cgocallback.go ./cgocheck.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./cputicks.go ./debug.go ./defs_linux_s390x.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 ./mwbbuf.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./os_linux_be64.go ./os_linux_s390x.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_linux_s390x.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_nonppc64x.go ./sys_s390x.go ./time.go ./timestub.go ./trace.go ./traceback.go ./type.go ./typekind.go ./unaligned1.go ./utf8.go ./write_err.go cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b011 -I $WORK/b011/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b011/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b011/_pkg_.a $WORK/b011/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b011/_pkg_.a # internal cp $WORK/b011/_pkg_.a /builddir/.cache/go-build/19/19b1dd9f429d081ff3c4b88a8b12a9339f0beb0f6a1fd65d2f0899417b3dfd2f-d # internal unicode mkdir -p $WORK/b012/ cat >$WORK/b012/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b012/_pkg_.a -trimpath $WORK/b012 -shared -p unicode -std -complete -installsuffix shared -buildid 9voAT53NswC0ceKk8tNa/9voAT53NswC0ceKk8tNa -goversion go1.10.4 -D "" -importcfg $WORK/b012/importcfg -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b012/_pkg_.a # internal cp $WORK/b012/_pkg_.a /builddir/.cache/go-build/a0/a0309f7d863a245daa8c678714661e8ccabcee721c81d1361a331c9ac55b1abb-d # internal unicode/utf8 mkdir -p $WORK/b013/ cat >$WORK/b013/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode/utf8 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b013/_pkg_.a -trimpath $WORK/b013 -shared -p unicode/utf8 -std -complete -installsuffix shared -buildid S441SJdMhfbUpwaFSuSz/S441SJdMhfbUpwaFSuSz -goversion go1.10.4 -D "" -importcfg $WORK/b013/importcfg -pack ./utf8.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b013/_pkg_.a # internal cp $WORK/b013/_pkg_.a /builddir/.cache/go-build/08/081cec317fef7d3593dd3300e9c876e4693c843c62ffdbe28b7f4d31404a109c-d # internal math mkdir -p $WORK/b018/ cat >$WORK/b018/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b018/_pkg_.a -trimpath $WORK/b018 -shared -p math -std -installsuffix shared -buildid CnAmRYjRSLLxISeWthLz/CnAmRYjRSLLxISeWthLz -goversion go1.10.4 -D "" -importcfg $WORK/b018/importcfg -pack -asmhdr $WORK/b018/go_asm.h ./abs.go ./acosh.go ./arith_s390x.go ./asin.go ./asinh.go ./atan.go ./atan2.go ./atanh.go ./bits.go ./cbrt.go ./const.go ./copysign.go ./dim.go ./erf.go ./erfinv.go ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/acos_s390x.o ./acos_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/acosh_s390x.o ./acosh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/asin_s390x.o ./asin_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/asinh_s390x.o ./asinh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/atan2_s390x.o ./atan2_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/atan_s390x.o ./atan_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/atanh_s390x.o ./atanh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/cbrt_s390x.o ./cbrt_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/cosh_s390x.o ./cosh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/dim_s390x.o ./dim_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/erf_s390x.o ./erf_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/erfc_s390x.o ./erfc_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/exp_s390x.o ./exp_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/expm1_s390x.o ./expm1_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/floor_s390x.o ./floor_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/log10_s390x.o ./log10_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/log1p_s390x.o ./log1p_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/log_s390x.o ./log_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/pow_s390x.o ./pow_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/sin_s390x.o ./sin_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/sinh_s390x.o ./sinh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/sqrt_s390x.o ./sqrt_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/stubs_s390x.o ./stubs_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/tan_s390x.o ./tan_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b018 -I $WORK/b018/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b018/tanh_s390x.o ./tanh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b018/_pkg_.a $WORK/b018/acos_s390x.o $WORK/b018/acosh_s390x.o $WORK/b018/asin_s390x.o $WORK/b018/asinh_s390x.o $WORK/b018/atan2_s390x.o $WORK/b018/atan_s390x.o $WORK/b018/atanh_s390x.o $WORK/b018/cbrt_s390x.o $WORK/b018/cosh_s390x.o $WORK/b018/dim_s390x.o $WORK/b018/erf_s390x.o $WORK/b018/erfc_s390x.o $WORK/b018/exp_s390x.o $WORK/b018/expm1_s390x.o $WORK/b018/floor_s390x.o $WORK/b018/log10_s390x.o $WORK/b018/log1p_s390x.o $WORK/b018/log_s390x.o $WORK/b018/pow_s390x.o $WORK/b018/sin_s390x.o $WORK/b018/sinh_s390x.o $WORK/b018/sqrt_s390x.o $WORK/b018/stubs_s390x.o $WORK/b018/tan_s390x.o $WORK/b018/tanh_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b018/_pkg_.a # internal cp $WORK/b018/_pkg_.a /builddir/.cache/go-build/ef/efdb5b33e2d838a9f266df915e76da8938da3700ce255c729b5b3ebcde61b0a9-d # internal internal/testlog mkdir -p $WORK/b023/ cat >$WORK/b023/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/internal/testlog /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b023/_pkg_.a -trimpath $WORK/b023 -shared -p internal/testlog -std -complete -installsuffix shared -buildid ZeeFM55AEHQoG5mpXy80/ZeeFM55AEHQoG5mpXy80 -goversion go1.10.4 -D "" -importcfg $WORK/b023/importcfg -pack ./log.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b023/_pkg_.a # internal cp $WORK/b023/_pkg_.a /builddir/.cache/go-build/55/55a9660eb41b09f79f51477ee31b8b727a33903db72bd4d9f53ec7b019a89916-d # internal strconv mkdir -p $WORK/b025/ cat >$WORK/b025/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/strconv /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b025/_pkg_.a -trimpath $WORK/b025 -shared -p strconv -std -complete -installsuffix shared -buildid qJdcM_nyPfzBYxr5Ni9q/qJdcM_nyPfzBYxr5Ni9q -goversion go1.10.4 -D "" -importcfg $WORK/b025/importcfg -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./doc.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b025/_pkg_.a # internal cp $WORK/b025/_pkg_.a /builddir/.cache/go-build/4d/4d30e0a75f8d9dbbfc25b4d68a282e7f7ea55d19534d926728976ceae78979fd-d # internal math/bits mkdir -p $WORK/b026/ cat >$WORK/b026/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/math/bits /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b026/_pkg_.a -trimpath $WORK/b026 -shared -p math/bits -std -complete -installsuffix shared -buildid OYdarkONIn5ie2QvBWkb/OYdarkONIn5ie2QvBWkb -goversion go1.10.4 -D "" -importcfg $WORK/b026/importcfg -pack ./bits.go ./bits_tables.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b026/_pkg_.a # internal cp $WORK/b026/_pkg_.a /builddir/.cache/go-build/79/790ee6517b39435f81e52087eb0c237be7d0bd42f6c175e775bd04920e3774b8-d # internal container/list mkdir -p $WORK/b032/ cat >$WORK/b032/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/container/list /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b032/_pkg_.a -trimpath $WORK/b032 -shared -p container/list -std -complete -installsuffix shared -buildid VLJ96rvcrhG0uJBcdPNL/VLJ96rvcrhG0uJBcdPNL -goversion go1.10.4 -D "" -importcfg $WORK/b032/importcfg -pack ./list.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b032/_pkg_.a # internal cp $WORK/b032/_pkg_.a /builddir/.cache/go-build/d2/d29849380116a10cc2cfcd9adcd5615c65424dd103f0d91fcd773cc80f142039-d # internal crypto/subtle mkdir -p $WORK/b036/ cat >$WORK/b036/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/crypto/subtle /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b036/_pkg_.a -trimpath $WORK/b036 -shared -p crypto/subtle -std -complete -installsuffix shared -buildid mnbXpsALbV9Rv4_hPlhS/mnbXpsALbV9Rv4_hPlhS -goversion go1.10.4 -D "" -importcfg $WORK/b036/importcfg -pack ./constant_time.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b036/_pkg_.a # internal cp $WORK/b036/_pkg_.a /builddir/.cache/go-build/e6/e635f618627e91016b8a36bbd9b4bbb32a97242d53b9f74938b68a4551d83478-d # internal crypto/internal/cipherhw mkdir -p $WORK/b037/ cat >$WORK/b037/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/crypto/internal/cipherhw /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b037/_pkg_.a -trimpath $WORK/b037 -shared -p crypto/internal/cipherhw -std -installsuffix shared -buildid 2Qt_JpRtk5t57a03XpGE/2Qt_JpRtk5t57a03XpGE -goversion go1.10.4 -D "" -importcfg $WORK/b037/importcfg -pack -asmhdr $WORK/b037/go_asm.h ./cipherhw_s390x.go ./doc.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b037 -I $WORK/b037/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b037/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b037/_pkg_.a $WORK/b037/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b037/_pkg_.a # internal cp $WORK/b037/_pkg_.a /builddir/.cache/go-build/a1/a18c284403e4f44462dac340b4e9d8afaa760ce08aa6fd7e28b0fbd4456d57d3-d # internal crypto/rc4 mkdir -p $WORK/b050/ cat >$WORK/b050/importcfg << 'EOF' # internal # import config packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rc4 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b050/_pkg_.a -trimpath $WORK/b050 -shared -p crypto/rc4 -std -complete -installsuffix shared -buildid Y500VoWHRU-koeS6QLzZ/Y500VoWHRU-koeS6QLzZ -goversion go1.10.4 -D "" -importcfg $WORK/b050/importcfg -pack ./rc4.go ./rc4_ref.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b050/_pkg_.a # internal cp $WORK/b050/_pkg_.a /builddir/.cache/go-build/9c/9c132f54f4af33bed255170d423cf8be08ed018c73dc6ceb0e9da7bf7c61bff3-d # internal vendor/golang_org/x/crypto/cryptobyte/asn1 mkdir -p $WORK/b061/ cat >$WORK/b061/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/cryptobyte/asn1 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b061/_pkg_.a -trimpath $WORK/b061 -shared -p vendor/golang_org/x/crypto/cryptobyte/asn1 -std -complete -installsuffix shared -buildid nLEeZ0PC2LFNFt9Pd7O4/nLEeZ0PC2LFNFt9Pd7O4 -goversion go1.10.4 -D "" -importcfg $WORK/b061/importcfg -pack ./asn1.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b061/_pkg_.a # internal cp $WORK/b061/_pkg_.a /builddir/.cache/go-build/40/40b089008939135fc82d0c29cf67ca7ea5b7ff93d107398f6ae7a7376e331b73-d # internal internal/nettrace mkdir -p $WORK/b066/ cat >$WORK/b066/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/internal/nettrace /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b066/_pkg_.a -trimpath $WORK/b066 -shared -p internal/nettrace -std -complete -installsuffix shared -buildid RCZg0CM_z8Kx4FmyfypM/RCZg0CM_z8Kx4FmyfypM -goversion go1.10.4 -D "" -importcfg $WORK/b066/importcfg -pack ./nettrace.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b066/_pkg_.a # internal cp $WORK/b066/_pkg_.a /builddir/.cache/go-build/ba/ba6c6fa92183592f0583cebf706ea8c29ec2857b80f967ec201070d3335c190b-d # internal runtime/cgo mkdir -p $WORK/b068/ cd /usr/lib/golang/src/runtime/cgo CGO_LDFLAGS='"-g" "-O2" "-lpthread"' /usr/lib/golang/pkg/tool/linux_s390x/cgo -objdir $WORK/b068/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I $WORK/b068/ -g -O2 -Wall -Werror ./cgo.go cd $WORK gcc -fno-caret-diagnostics -c -x c - || true gcc -Qunused-arguments -c -x c - || true gcc -fdebug-prefix-map=a=b -c -x c - || true gcc -gno-record-gcc-switches -c -x c - || true cd $WORK/b068 gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_x001.o -c _cgo_export.c gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_x002.o -c cgo.cgo2.c cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -g -O2 -Wall -Werror -o $WORK/b068/_x003.o -c gcc_context.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -g -O2 -Wall -Werror -o $WORK/b068/_x004.o -c gcc_fatalf.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -g -O2 -Wall -Werror -o $WORK/b068/_x005.o -c gcc_libinit.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -g -O2 -Wall -Werror -o $WORK/b068/_x006.o -c gcc_linux_s390x.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -g -O2 -Wall -Werror -o $WORK/b068/_x007.o -c gcc_setenv.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -g -O2 -Wall -Werror -o $WORK/b068/_x008.o -c gcc_traceback.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -g -O2 -Wall -Werror -o $WORK/b068/_x009.o -c gcc_util.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -g -O2 -Wall -Werror -o $WORK/b068/_x010.o -c gcc_s390x.S cd $WORK/b068 gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/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 -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -o $WORK/b068/_cgo_.o $WORK/b068/_cgo_main.o $WORK/b068/_x001.o $WORK/b068/_x002.o $WORK/b068/_x003.o $WORK/b068/_x004.o $WORK/b068/_x005.o $WORK/b068/_x006.o $WORK/b068/_x007.o $WORK/b068/_x008.o $WORK/b068/_x009.o $WORK/b068/_x010.o -g -O2 -lpthread /usr/lib/golang/pkg/tool/linux_s390x/cgo -dynpackage cgo -dynimport $WORK/b068/_cgo_.o -dynout $WORK/b068/_cgo_import.go -dynlinker cat >$WORK/b068/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b068/_pkg_.a -trimpath $WORK/b068 -shared -p runtime/cgo -std -installsuffix shared -buildid 1N2PaaT_nYuCeAQMkx9o/1N2PaaT_nYuCeAQMkx9o -goversion go1.10.4 -D "" -importcfg $WORK/b068/importcfg -pack -asmhdr $WORK/b068/go_asm.h ./callbacks.go ./callbacks_traceback.go ./iscgo.go ./setenv.go $WORK/b068/_cgo_gotypes.go $WORK/b068/cgo.cgo1.go $WORK/b068/_cgo_import.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b068 -I $WORK/b068/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b068/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b068/_pkg_.a $WORK/b068/asm_s390x.o $WORK/b068/_x001.o $WORK/b068/_x002.o $WORK/b068/_x003.o $WORK/b068/_x004.o $WORK/b068/_x005.o $WORK/b068/_x006.o $WORK/b068/_x007.o $WORK/b068/_x008.o $WORK/b068/_x009.o $WORK/b068/_x010.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b068/_pkg_.a # internal cp $WORK/b068/_pkg_.a /builddir/.cache/go-build/97/979720263831fceb05f2e2da5c01254ef9a4fe356f8008e3455b8b7718d8de2a-d # internal encoding mkdir -p $WORK/b075/ cat >$WORK/b075/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/encoding /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b075/_pkg_.a -trimpath $WORK/b075 -shared -p encoding -std -complete -installsuffix shared -buildid UQU5zmyEAJCcWSJH-dMf/UQU5zmyEAJCcWSJH-dMf -goversion go1.10.4 -D "" -importcfg $WORK/b075/importcfg -pack ./encoding.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b075/_pkg_.a # internal cp $WORK/b075/_pkg_.a /builddir/.cache/go-build/48/48e8d67fa2442fee9e6a4df1d82c0fe0a6d51f12ad7f1a5376dcf8864e053006-d # internal unicode/utf16 mkdir -p $WORK/b076/ cat >$WORK/b076/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode/utf16 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b076/_pkg_.a -trimpath $WORK/b076 -shared -p unicode/utf16 -std -complete -installsuffix shared -buildid a3sXmXNnsTZXsxPMVyHG/a3sXmXNnsTZXsxPMVyHG -goversion go1.10.4 -D "" -importcfg $WORK/b076/importcfg -pack ./utf16.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b076/_pkg_.a # internal cp $WORK/b076/_pkg_.a /builddir/.cache/go-build/fd/fd7419ca2ccdc8a03baff300adc9d6e6b115a61da05417b99351abefbffbf1f8-d # internal github.com/golang/groupcache/lru mkdir -p $WORK/b078/ cat >$WORK/b078/importcfg << 'EOF' # internal # import config packagefile container/list=$WORK/b032/_pkg_.a EOF cd /usr/share/gocode/src/github.com/golang/groupcache/lru /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b078/_pkg_.a -trimpath $WORK/b078 -shared -p github.com/golang/groupcache/lru -complete -installsuffix shared -buildid mVdaPslEO4XIDGnNEA9m/mVdaPslEO4XIDGnNEA9m -goversion go1.10.4 -D "" -importcfg $WORK/b078/importcfg -pack ./lru.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b078/_pkg_.a # internal cp $WORK/b078/_pkg_.a /builddir/.cache/go-build/bf/bf17ae1be1f8c8ba95916b5d0d18d9fb123bd901919f7ee91af7561abf65d0d6-d # internal github.com/prometheus/procfs/internal/util mkdir -p $WORK/b112/ cat >$WORK/b112/importcfg << 'EOF' # internal # import config packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/procfs/internal/util /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b112/_pkg_.a -trimpath $WORK/b112 -shared -p github.com/prometheus/procfs/internal/util -complete -installsuffix shared -buildid f7NTeGpo-ggLUc41JVh1/f7NTeGpo-ggLUc41JVh1 -goversion go1.10.4 -D "" -importcfg $WORK/b112/importcfg -pack ./parse.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b112/_pkg_.a # internal cp $WORK/b112/_pkg_.a /builddir/.cache/go-build/0e/0e5fd3d621ce6b376e337403d47a75f679b2753fa0835639a0a10361f0b0e19c-d # internal github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto mkdir -p $WORK/b116/ cat >$WORK/b116/importcfg << 'EOF' # internal # import config EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b116/_pkg_.a -trimpath $WORK/b116 -shared -p github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto -complete -installsuffix shared -buildid iSKTKOTCkjcPAQ89rtmw/iSKTKOTCkjcPAQ89rtmw -goversion go1.10.4 -D "" -importcfg $WORK/b116/importcfg -pack ./doc.go ./gui.files.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b116/_pkg_.a # internal cp $WORK/b116/_pkg_.a /builddir/.cache/go-build/58/58ad4f32b0c1f53d42ee73da429cf7bee42e438ebe755ef56ae15061bb7efec1-d # internal golang.org/x/net/internal/iana mkdir -p $WORK/b122/ cat >$WORK/b122/importcfg << 'EOF' # internal # import config EOF cd /usr/share/gocode/src/golang.org/x/net/internal/iana /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b122/_pkg_.a -trimpath $WORK/b122 -shared -p golang.org/x/net/internal/iana -complete -installsuffix shared -buildid 7l6Y5OEZntgmgE0QfvbO/7l6Y5OEZntgmgE0QfvbO -goversion go1.10.4 -D "" -importcfg $WORK/b122/importcfg -pack ./const.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b122/_pkg_.a # internal cp $WORK/b122/_pkg_.a /builddir/.cache/go-build/5e/5e99ce787046792f91f1b527eae4011911198564a2882d557edab8cdfe00ab22-d # internal cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/memclr_s390x.o ./memclr_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/memmove_s390x.o ./memmove_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/rt0_linux_s390x.o ./rt0_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/sys_linux_s390x.o ./sys_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/tls_s390x.o ./tls_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b008/_pkg_.a $WORK/b008/asm.o $WORK/b008/asm_s390x.o $WORK/b008/memclr_s390x.o $WORK/b008/memmove_s390x.o $WORK/b008/rt0_linux_s390x.o $WORK/b008/sys_linux_s390x.o $WORK/b008/tls_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b008/_pkg_.a # internal cp $WORK/b008/_pkg_.a /builddir/.cache/go-build/31/31ac52e9727ad2ed3d8cfb82213ac5d6ecd902a58cf6c4e4c1e186243064f74e-d # internal sync mkdir -p $WORK/b005/ cat >$WORK/b005/importcfg << 'EOF' # internal # import config packagefile internal/race=$WORK/b006/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/sync /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b005/_pkg_.a -trimpath $WORK/b005 -shared -p sync -std -installsuffix shared -buildid JEb321U3p2HZyTbaeHLg/JEb321U3p2HZyTbaeHLg -goversion go1.10.4 -D "" -importcfg $WORK/b005/importcfg -pack ./cond.go ./map.go ./mutex.go ./once.go ./pool.go ./runtime.go ./rwmutex.go ./waitgroup.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b005/_pkg_.a # internal cp $WORK/b005/_pkg_.a /builddir/.cache/go-build/c0/c0a6ab84bb393e7d807cac356973f47808e54e937143fc7ac54190e058c7869b-d # internal io mkdir -p $WORK/b004/ cat >$WORK/b004/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/io /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b004/_pkg_.a -trimpath $WORK/b004 -shared -p io -std -complete -installsuffix shared -buildid qoEwIgn1n4bXASuCExQN/qoEwIgn1n4bXASuCExQN -goversion go1.10.4 -D "" -importcfg $WORK/b004/importcfg -pack ./io.go ./multi.go ./pipe.go syscall mkdir -p $WORK/b021/ cat >$WORK/b021/importcfg << 'EOF' # internal # import config packagefile internal/race=$WORK/b006/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b021/_pkg_.a -trimpath $WORK/b021 -shared -p syscall -std -installsuffix shared -buildid jaE6CM9kbq6EP-maydnF/jaE6CM9kbq6EP-maydnF -goversion go1.10.4 -D "" -importcfg $WORK/b021/importcfg -pack -asmhdr $WORK/b021/go_asm.h ./dirent.go ./endian_big.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_s390x.go ./syscall_unix.go ./timestruct.go ./zerrors_linux_s390x.go ./zsyscall_linux_s390x.go ./zsysnum_linux_s390x.go ./ztypes_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b004/_pkg_.a # internal cp $WORK/b004/_pkg_.a /builddir/.cache/go-build/a3/a3e94a0e1086f0f323a430cc6e135364765e74d076720c1e1504742eefb2a489-d # internal bytes mkdir -p $WORK/b002/ cat >$WORK/b002/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/bytes /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b002/_pkg_.a -trimpath $WORK/b002 -shared -p bytes -std -installsuffix shared -buildid 9CYP260jekrMY0yrqLw7/9CYP260jekrMY0yrqLw7 -goversion go1.10.4 -D "" -importcfg $WORK/b002/importcfg -pack ./buffer.go ./bytes.go ./bytes_decl.go ./bytes_s390x.go ./reader.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b002/_pkg_.a # internal cp $WORK/b002/_pkg_.a /builddir/.cache/go-build/73/733a297dc2578f5c0dac790ea45e8fb31fb76a8b5c9898887201c6313d105aae-d # internal bufio mkdir -p $WORK/b015/ cat >$WORK/b015/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/bufio /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b015/_pkg_.a -trimpath $WORK/b015 -shared -p bufio -std -complete -installsuffix shared -buildid WXf5Mp3RbyUS4g5AbL4Q/WXf5Mp3RbyUS4g5AbL4Q -goversion go1.10.4 -D "" -importcfg $WORK/b015/importcfg -pack ./bufio.go ./scan.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b015/_pkg_.a # internal cp $WORK/b015/_pkg_.a /builddir/.cache/go-build/a4/a43fd8acb27c2d6fa8e15c5f36c1394da6258e4879515843a0e5abbfc36cf5a3-d # internal reflect mkdir -p $WORK/b024/ cat >$WORK/b024/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b018/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b024/_pkg_.a -trimpath $WORK/b024 -shared -p reflect -std -installsuffix shared -buildid uGRaqEJ0ZmUsN0Dloy1j/uGRaqEJ0ZmUsN0Dloy1j -goversion go1.10.4 -D "" -importcfg $WORK/b024/importcfg -pack -asmhdr $WORK/b024/go_asm.h ./deepequal.go ./makefunc.go ./swapper.go ./type.go ./value.go cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b021 -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b021/asm_linux_s390x.o ./asm_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b021/_pkg_.a $WORK/b021/asm_linux_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b021/_pkg_.a # internal cp $WORK/b021/_pkg_.a /builddir/.cache/go-build/32/32232e39530d5eb342fd761c0cdd441fe6cb6fa7315e3827a6bd2b0910a72e60-d # internal time mkdir -p $WORK/b022/ cat >$WORK/b022/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /usr/lib/golang/src/time /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b022/_pkg_.a -trimpath $WORK/b022 -shared -p time -std -installsuffix shared -buildid XU26IAQ7zLOrk5gxEsbT/XU26IAQ7zLOrk5gxEsbT -goversion go1.10.4 -D "" -importcfg $WORK/b022/importcfg -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b022/_pkg_.a # internal cp $WORK/b022/_pkg_.a /builddir/.cache/go-build/ef/ef33dc25a05a6f017b639b3fca7d3f329da3989d6db112c20ca56e08d6eae71d-d # internal internal/poll mkdir -p $WORK/b020/ cat >$WORK/b020/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/internal/poll /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b020/_pkg_.a -trimpath $WORK/b020 -shared -p internal/poll -std -installsuffix shared -buildid q4qxSNy3_2NYnkQMj_cz/q4qxSNy3_2NYnkQMj_cz -goversion go1.10.4 -D "" -importcfg $WORK/b020/importcfg -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 /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b020/_pkg_.a # internal cp $WORK/b020/_pkg_.a /builddir/.cache/go-build/85/85a1cd167035d17375555cd2afa689d1ec72071d9cde89436788748f174bdcc2-d # internal os mkdir -p $WORK/b019/ cat >$WORK/b019/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile internal/poll=$WORK/b020/_pkg_.a packagefile internal/testlog=$WORK/b023/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/os /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b019/_pkg_.a -trimpath $WORK/b019 -shared -p os -std -installsuffix shared -buildid FeVtnw7-bSbLHDsO_WCd/FeVtnw7-bSbLHDsO_WCd -goversion go1.10.4 -D "" -importcfg $WORK/b019/importcfg -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.go ./stat_linux.go ./stat_unix.go ./sticky_notbsd.go ./str.go ./sys.go ./sys_linux.go ./sys_unix.go ./types.go ./types_unix.go ./wait_waitid.go cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b024 -I $WORK/b024/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b024/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b024/_pkg_.a $WORK/b024/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b024/_pkg_.a # internal cp $WORK/b024/_pkg_.a /builddir/.cache/go-build/96/96d846f4906aa6e3326bde0315738ca426a73bd4849bcb8152d4592e36b586bd-d # internal sort mkdir -p $WORK/b027/ cat >$WORK/b027/importcfg << 'EOF' # internal # import config packagefile reflect=$WORK/b024/_pkg_.a EOF cd /usr/lib/golang/src/sort /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b027/_pkg_.a -trimpath $WORK/b027 -shared -p sort -std -complete -installsuffix shared -buildid wb-cxiej1WgLARX0WacM/wb-cxiej1WgLARX0WacM -goversion go1.10.4 -D "" -importcfg $WORK/b027/importcfg -pack ./search.go ./slice.go ./sort.go ./zfuncversion.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b019/_pkg_.a # internal cp $WORK/b019/_pkg_.a /builddir/.cache/go-build/ec/ec97d0fedcc38a59d9acee91393dff2182375b7d9a1cb68ef83731f510dafafa-d # internal fmt mkdir -p $WORK/b017/ cat >$WORK/b017/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/fmt /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b017/_pkg_.a -trimpath $WORK/b017 -shared -p fmt -std -complete -installsuffix shared -buildid sG8OhHk9n_sBPrA0Ea-r/sG8OhHk9n_sBPrA0Ea-r -goversion go1.10.4 -D "" -importcfg $WORK/b017/importcfg -pack ./doc.go ./format.go ./print.go ./scan.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b027/_pkg_.a # internal cp $WORK/b027/_pkg_.a /builddir/.cache/go-build/52/52c925e7b9fc0b0c5449a54d936e3802c8217a25eb3a95eb35ca5a93454ecae6-d # internal encoding/binary mkdir -p $WORK/b028/ cat >$WORK/b028/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a EOF cd /usr/lib/golang/src/encoding/binary /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b028/_pkg_.a -trimpath $WORK/b028 -shared -p encoding/binary -std -complete -installsuffix shared -buildid WdTmFoTXcHXSXipWWHzg/WdTmFoTXcHXSXipWWHzg -goversion go1.10.4 -D "" -importcfg $WORK/b028/importcfg -pack ./binary.go ./varint.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b028/_pkg_.a # internal cp $WORK/b028/_pkg_.a /builddir/.cache/go-build/33/33746d5995ad3187c3d625ef6759f182e90b9685a99a0952824bc658809d45ad-d # internal hash mkdir -p $WORK/b030/ cat >$WORK/b030/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/hash /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b030/_pkg_.a -trimpath $WORK/b030 -shared -p hash -std -complete -installsuffix shared -buildid q2Eise0nTMwi7dVAu4Kj/q2Eise0nTMwi7dVAu4Kj -goversion go1.10.4 -D "" -importcfg $WORK/b030/importcfg -pack ./hash.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b030/_pkg_.a # internal cp $WORK/b030/_pkg_.a /builddir/.cache/go-build/55/558c572fc8325a9abaa6d8d6ee29fcf5a834294df04ed10771b9afc3a2345854-d # internal hash/crc32 mkdir -p $WORK/b029/ cat >$WORK/b029/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b029/_pkg_.a -trimpath $WORK/b029 -shared -p hash/crc32 -std -installsuffix shared -buildid ZOE5WUc-T9osY7VlR3Iz/ZOE5WUc-T9osY7VlR3Iz -goversion go1.10.4 -D "" -importcfg $WORK/b029/importcfg -pack -asmhdr $WORK/b029/go_asm.h ./crc32.go ./crc32_generic.go ./crc32_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b029 -I $WORK/b029/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b029/crc32_s390x.o ./crc32_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b029/_pkg_.a $WORK/b029/crc32_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b029/_pkg_.a # internal cp $WORK/b029/_pkg_.a /builddir/.cache/go-build/8e/8e20dfded700b0a913a17d8ca70ed51d980c3721a0cd1ae448b2faabb034d94f-d # internal crypto mkdir -p $WORK/b033/ cat >$WORK/b033/importcfg << 'EOF' # internal # import config packagefile hash=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/crypto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b033/_pkg_.a -trimpath $WORK/b033 -shared -p crypto -std -complete -installsuffix shared -buildid 0H5YesXmcTBwHfZWHVc3/0H5YesXmcTBwHfZWHVc3 -goversion go1.10.4 -D "" -importcfg $WORK/b033/importcfg -pack ./crypto.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b033/_pkg_.a # internal cp $WORK/b033/_pkg_.a /builddir/.cache/go-build/9e/9e48bc5ca57bc8c12b1eddb4bb1f5bb2844e3111fe81903c63a4d4564d18e746-d # internal crypto/cipher mkdir -p $WORK/b035/ cat >$WORK/b035/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b036/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a EOF cd /usr/lib/golang/src/crypto/cipher /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b035/_pkg_.a -trimpath $WORK/b035 -shared -p crypto/cipher -std -complete -installsuffix shared -buildid hMPp4MtKT-Nof0c0Ltl4/hMPp4MtKT-Nof0c0Ltl4 -goversion go1.10.4 -D "" -importcfg $WORK/b035/importcfg -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b017/_pkg_.a # internal cp $WORK/b017/_pkg_.a /builddir/.cache/go-build/f7/f77559f95fe9f2f11d7cee268518874c60a468de638cd87bde3c9161a03c8ef2-d # internal compress/flate mkdir -p $WORK/b016/ cat >$WORK/b016/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile math/bits=$WORK/b026/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/compress/flate /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b016/_pkg_.a -trimpath $WORK/b016 -shared -p compress/flate -std -complete -installsuffix shared -buildid iK0UZPQL6Co73JJGVVo8/iK0UZPQL6Co73JJGVVo8 -goversion go1.10.4 -D "" -importcfg $WORK/b016/importcfg -pack ./deflate.go ./deflatefast.go ./dict_decoder.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./token.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b035/_pkg_.a # internal cp $WORK/b035/_pkg_.a /builddir/.cache/go-build/b0/b01253c206aa3261f2a1c9261f1a05fd966af14ba8e9fdbc2bd5064f5f27c3e9-d # internal crypto/aes mkdir -p $WORK/b034/ cat >$WORK/b034/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=$WORK/b035/_pkg_.a packagefile crypto/internal/cipherhw=$WORK/b037/_pkg_.a packagefile crypto/subtle=$WORK/b036/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b034/_pkg_.a -trimpath $WORK/b034 -shared -p crypto/aes -std -installsuffix shared -buildid Dq-Xuf7a024_i2AWwp4O/Dq-Xuf7a024_i2AWwp4O -goversion go1.10.4 -D "" -importcfg $WORK/b034/importcfg -pack -asmhdr $WORK/b034/go_asm.h ./block.go ./cbc_s390x.go ./cipher.go ./cipher_s390x.go ./const.go ./ctr_s390x.go ./gcm_s390x.go ./modes.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b034 -I $WORK/b034/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b034/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b016/_pkg_.a # internal cp $WORK/b016/_pkg_.a /builddir/.cache/go-build/fc/fcb75e2e7a3526e366c22adf2a14e681d2e681ce871748668e2d3a0730ec8f13-d # internal compress/gzip mkdir -p $WORK/b014/ cat >$WORK/b014/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile compress/flate=$WORK/b016/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile hash/crc32=$WORK/b029/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/compress/gzip /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b014/_pkg_.a -trimpath $WORK/b014 -shared -p compress/gzip -std -complete -installsuffix shared -buildid w2OfZf1OBiTY46K6udlZ/w2OfZf1OBiTY46K6udlZ -goversion go1.10.4 -D "" -importcfg $WORK/b014/importcfg -pack ./gunzip.go ./gzip.go cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b034/_pkg_.a $WORK/b034/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b034/_pkg_.a # internal cp $WORK/b034/_pkg_.a /builddir/.cache/go-build/8a/8a9f96993c246b0038c2f1a843e59f14f4bb338096a195f58b2536752882219d-d # internal crypto/des mkdir -p $WORK/b038/ cat >$WORK/b038/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=$WORK/b035/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/crypto/des /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b038/_pkg_.a -trimpath $WORK/b038 -shared -p crypto/des -std -complete -installsuffix shared -buildid QG5mwzgAKh3evT8EFb0E/QG5mwzgAKh3evT8EFb0E -goversion go1.10.4 -D "" -importcfg $WORK/b038/importcfg -pack ./block.go ./cipher.go ./const.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b038/_pkg_.a # internal cp $WORK/b038/_pkg_.a /builddir/.cache/go-build/7a/7adc2e6da9d95e2a54b6fa7bed2668f7a6a98a7d7f76032471710aa2c2020939-d # internal math/rand mkdir -p $WORK/b042/ cat >$WORK/b042/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b018/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/math/rand /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b042/_pkg_.a -trimpath $WORK/b042 -shared -p math/rand -std -complete -installsuffix shared -buildid Vi9NApqKkuI9m8e9vwc-/Vi9NApqKkuI9m8e9vwc- -goversion go1.10.4 -D "" -importcfg $WORK/b042/importcfg -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b014/_pkg_.a # internal cp $WORK/b014/_pkg_.a /builddir/.cache/go-build/ff/ff3ae9801a5acf12418201f189af85085985815acf0d4eba9e8c2d88bc107b34-d # internal strings mkdir -p $WORK/b043/ cat >$WORK/b043/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b043/_pkg_.a -trimpath $WORK/b043 -shared -p strings -std -installsuffix shared -buildid S4wxkHJCQyBt4eQkTlEg/S4wxkHJCQyBt4eQkTlEg -goversion go1.10.4 -D "" -importcfg $WORK/b043/importcfg -pack -asmhdr $WORK/b043/go_asm.h ./builder.go ./compare.go ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go ./strings_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b042/_pkg_.a # internal cp $WORK/b042/_pkg_.a /builddir/.cache/go-build/2b/2bac00feaaab998c70a91b03b84afcde681eb508839abf7cdff4205c1acf96c4-d # internal crypto/sha512 mkdir -p $WORK/b044/ cat >$WORK/b044/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b033/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha512 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b044/_pkg_.a -trimpath $WORK/b044 -shared -p crypto/sha512 -std -installsuffix shared -buildid Zx42I7mgLAX-Qf6N7tNY/Zx42I7mgLAX-Qf6N7tNY -goversion go1.10.4 -D "" -importcfg $WORK/b044/importcfg -pack -asmhdr $WORK/b044/go_asm.h ./sha512.go ./sha512block.go ./sha512block_decl.go ./sha512block_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b044 -I $WORK/b044/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b044/sha512block_s390x.o ./sha512block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b044/_pkg_.a $WORK/b044/sha512block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b044/_pkg_.a # internal cp $WORK/b044/_pkg_.a /builddir/.cache/go-build/ab/abde4420b753aba7f48d6ddf6513017ac0dfee3993b52e42112e61cd2983ec03-d # internal crypto/hmac mkdir -p $WORK/b046/ cat >$WORK/b046/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b036/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/crypto/hmac /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b046/_pkg_.a -trimpath $WORK/b046 -shared -p crypto/hmac -std -complete -installsuffix shared -buildid AZuRyLOnw6wEcx5yE4sv/AZuRyLOnw6wEcx5yE4sv -goversion go1.10.4 -D "" -importcfg $WORK/b046/importcfg -pack ./hmac.go cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b043 -I $WORK/b043/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b043/strings.o ./strings.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b043/_pkg_.a $WORK/b043/strings.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b043/_pkg_.a # internal cp $WORK/b043/_pkg_.a /builddir/.cache/go-build/bc/bc4ab2ebc1fbdff4ac3809cf340cd7f1991c51d35222d4d8ea22262ec97d977d-d # internal math/big mkdir -p $WORK/b041/ cat >$WORK/b041/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile math/bits=$WORK/b026/_pkg_.a packagefile math/rand=$WORK/b042/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b041/_pkg_.a -trimpath $WORK/b041 -shared -p math/big -std -installsuffix shared -buildid Fa2IHWd6e_JzyXHcwn9a/Fa2IHWd6e_JzyXHcwn9a -goversion go1.10.4 -D "" -importcfg $WORK/b041/importcfg -pack -asmhdr $WORK/b041/go_asm.h ./accuracy_string.go ./arith.go ./arith_decl.go ./arith_decl_s390x.go ./decimal.go ./doc.go ./float.go ./floatconv.go ./floatmarsh.go ./ftoa.go ./int.go ./intconv.go ./intmarsh.go ./nat.go ./natconv.go ./prime.go ./rat.go ./ratconv.go ./ratmarsh.go ./roundingmode_string.go ./sqrt.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b046/_pkg_.a # internal cp $WORK/b046/_pkg_.a /builddir/.cache/go-build/5e/5e82f93fdb81fa025dedfd7cd445d92661a53a0efd8348eee0cd376fb37049a0-d # internal crypto/md5 mkdir -p $WORK/b047/ cat >$WORK/b047/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b033/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a EOF cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b047/_pkg_.a -trimpath $WORK/b047 -shared -p crypto/md5 -std -installsuffix shared -buildid 3CjS52mO280qoEUuNa31/3CjS52mO280qoEUuNa31 -goversion go1.10.4 -D "" -importcfg $WORK/b047/importcfg -pack -asmhdr $WORK/b047/go_asm.h ./md5.go ./md5block.go ./md5block_decl.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b047 -I $WORK/b047/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b047/md5block_s390x.o ./md5block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b047/_pkg_.a $WORK/b047/md5block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b047/_pkg_.a # internal cp $WORK/b047/_pkg_.a /builddir/.cache/go-build/5c/5c57efb38626effbcaad78c73279ad642cfb91f01e2e6c395b1eecb92c3d8e9a-d # internal internal/syscall/unix mkdir -p $WORK/b049/ cat >$WORK/b049/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /usr/lib/golang/src/internal/syscall/unix /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b049/_pkg_.a -trimpath $WORK/b049 -shared -p internal/syscall/unix -std -complete -installsuffix shared -buildid yhQTfJwbHybzXroh2cZr/yhQTfJwbHybzXroh2cZr -goversion go1.10.4 -D "" -importcfg $WORK/b049/importcfg -pack ./getrandom_linux.go ./getrandom_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b049/_pkg_.a # internal cp $WORK/b049/_pkg_.a /builddir/.cache/go-build/61/611146b5721fc5e98d443d377c507e0d1eaa8506d7de42d646c84a4ebe0558f2-d # internal crypto/sha1 mkdir -p $WORK/b052/ cat >$WORK/b052/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b033/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b052/_pkg_.a -trimpath $WORK/b052 -shared -p crypto/sha1 -std -installsuffix shared -buildid vhxStMkJKxV0Sme9qgQI/vhxStMkJKxV0Sme9qgQI -goversion go1.10.4 -D "" -importcfg $WORK/b052/importcfg -pack -asmhdr $WORK/b052/go_asm.h ./sha1.go ./sha1block.go ./sha1block_decl.go ./sha1block_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b052 -I $WORK/b052/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b052/sha1block_s390x.o ./sha1block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b052/_pkg_.a $WORK/b052/sha1block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b052/_pkg_.a # internal cp $WORK/b052/_pkg_.a /builddir/.cache/go-build/1d/1d60ad2c1d9570f1150b2304049807c4f9da06122f0631a0d5a943eb476a5673-d # internal crypto/sha256 mkdir -p $WORK/b053/ cat >$WORK/b053/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b033/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha256 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b053/_pkg_.a -trimpath $WORK/b053 -shared -p crypto/sha256 -std -installsuffix shared -buildid U68lt2LX3_OZTZ_4bW5p/U68lt2LX3_OZTZ_4bW5p -goversion go1.10.4 -D "" -importcfg $WORK/b053/importcfg -pack -asmhdr $WORK/b053/go_asm.h ./sha256.go ./sha256block.go ./sha256block_decl.go ./sha256block_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b053 -I $WORK/b053/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b053/sha256block_s390x.o ./sha256block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b053/_pkg_.a $WORK/b053/sha256block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b053/_pkg_.a # internal cp $WORK/b053/_pkg_.a /builddir/.cache/go-build/64/6469267c81bfa769f464c17e2afd0304f8f1158c2fd38e2034a5380dea8c7dd5-d # internal encoding/hex mkdir -p $WORK/b057/ cat >$WORK/b057/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/encoding/hex /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b057/_pkg_.a -trimpath $WORK/b057 -shared -p encoding/hex -std -complete -installsuffix shared -buildid I8TOxgf1grwagu_OevwO/I8TOxgf1grwagu_OevwO -goversion go1.10.4 -D "" -importcfg $WORK/b057/importcfg -pack ./hex.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b057/_pkg_.a # internal cp $WORK/b057/_pkg_.a /builddir/.cache/go-build/16/16ae40f224287b198422faef5597406b08ca9b99e417411fd9aaed7ac1385038-d # internal encoding/base64 mkdir -p $WORK/b059/ cat >$WORK/b059/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/encoding/base64 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b059/_pkg_.a -trimpath $WORK/b059 -shared -p encoding/base64 -std -complete -installsuffix shared -buildid 5E04123UTUncpph_WWFE/5E04123UTUncpph_WWFE -goversion go1.10.4 -D "" -importcfg $WORK/b059/importcfg -pack ./base64.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b059/_pkg_.a # internal cp $WORK/b059/_pkg_.a /builddir/.cache/go-build/99/994250dbfc66cf23e5e0567b1c15134adf7380a54732fab8bed7808c84a7a9c1-d # internal encoding/pem mkdir -p $WORK/b058/ cat >$WORK/b058/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/base64=$WORK/b059/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a EOF cd /usr/lib/golang/src/encoding/pem /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b058/_pkg_.a -trimpath $WORK/b058 -shared -p encoding/pem -std -complete -installsuffix shared -buildid -ocZZqGqJEX3eXHCa_zT/-ocZZqGqJEX3eXHCa_zT -goversion go1.10.4 -D "" -importcfg $WORK/b058/importcfg -pack ./pem.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b058/_pkg_.a # internal cp $WORK/b058/_pkg_.a /builddir/.cache/go-build/65/650a72e5027f9c0121b522c8711c4f53cacaab0e6c465ab4f8cc46e2f2aa3440-d # internal path/filepath mkdir -p $WORK/b063/ cat >$WORK/b063/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/path/filepath /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b063/_pkg_.a -trimpath $WORK/b063 -shared -p path/filepath -std -complete -installsuffix shared -buildid s7P_d9ZXcFDZhpvHCBID/s7P_d9ZXcFDZhpvHCBID -goversion go1.10.4 -D "" -importcfg $WORK/b063/importcfg -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b041 -I $WORK/b041/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b041/arith_s390x.o ./arith_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b041/_pkg_.a $WORK/b041/arith_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b041/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b063/_pkg_.a # internal cp $WORK/b041/_pkg_.a /builddir/.cache/go-build/38/38b9113e2a938ba3df21e6f80ed29052a4a2d1893be838caf21f6e864073f047-d # internal cp $WORK/b063/_pkg_.a /builddir/.cache/go-build/fb/fb1ca5753fba5e1e1176a57a19add393198a43e36fea5cb033941bdd8e0d1bf1-d # internal crypto/elliptic mkdir -p $WORK/b040/ cat >$WORK/b040/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b036/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/big=$WORK/b041/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/crypto/elliptic /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b040/_pkg_.a -trimpath $WORK/b040 -shared -p crypto/elliptic -std -installsuffix shared -buildid gpPWj-1xcTszf9A9XhxB/gpPWj-1xcTszf9A9XhxB -goversion go1.10.4 -D "" -importcfg $WORK/b040/importcfg -pack -asmhdr $WORK/b040/go_asm.h ./elliptic.go ./p224.go ./p256.go ./p256_s390x.go encoding/asn1 mkdir -p $WORK/b045/ cat >$WORK/b045/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile math/big=$WORK/b041/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/encoding/asn1 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b045/_pkg_.a -trimpath $WORK/b045 -shared -p encoding/asn1 -std -complete -installsuffix shared -buildid 5Yk0cgQqXdfwvlfzVV8c/5Yk0cgQqXdfwvlfzVV8c -goversion go1.10.4 -D "" -importcfg $WORK/b045/importcfg -pack ./asn1.go ./common.go ./marshal.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b045/_pkg_.a # internal cp $WORK/b045/_pkg_.a /builddir/.cache/go-build/8f/8f7adef43e92f12dbdd2d434beb234a0145517e2df31e1e9a0cff444428ad119-d # internal crypto/rand mkdir -p $WORK/b048/ cd /usr/lib/golang/src/crypto/elliptic /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b040 -I $WORK/b040/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b040/p256_asm_s390x.o ./p256_asm_s390x.s cat >$WORK/b048/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile crypto/aes=$WORK/b034/_pkg_.a packagefile crypto/cipher=$WORK/b035/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile internal/syscall/unix=$WORK/b049/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/big=$WORK/b041/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rand /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b048/_pkg_.a -trimpath $WORK/b048 -shared -p crypto/rand -std -complete -installsuffix shared -buildid KgKuo8VPn8JzHsRUlSYi/KgKuo8VPn8JzHsRUlSYi -goversion go1.10.4 -D "" -importcfg $WORK/b048/importcfg -pack ./eagain.go ./rand.go ./rand_linux.go ./rand_unix.go ./util.go cd /usr/lib/golang/src/crypto/elliptic /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b040/_pkg_.a $WORK/b040/p256_asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b040/_pkg_.a # internal cp $WORK/b040/_pkg_.a /builddir/.cache/go-build/6b/6b136d1f091a99f12ef5bb0b09eb6fa303799f682f7c099c187d8432f5de5f0b-d # internal crypto/ecdsa mkdir -p $WORK/b039/ cat >$WORK/b039/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b033/_pkg_.a packagefile crypto/aes=$WORK/b034/_pkg_.a packagefile crypto/cipher=$WORK/b035/_pkg_.a packagefile crypto/elliptic=$WORK/b040/_pkg_.a packagefile crypto/sha512=$WORK/b044/_pkg_.a packagefile encoding/asn1=$WORK/b045/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/big=$WORK/b041/_pkg_.a EOF cd /usr/lib/golang/src/crypto/ecdsa /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b039/_pkg_.a -trimpath $WORK/b039 -shared -p crypto/ecdsa -std -complete -installsuffix shared -buildid D-G55s_0wwFSRoycMtvb/D-G55s_0wwFSRoycMtvb -goversion go1.10.4 -D "" -importcfg $WORK/b039/importcfg -pack ./ecdsa.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b048/_pkg_.a # internal cp $WORK/b048/_pkg_.a /builddir/.cache/go-build/c1/c1b13174d53215d9a42688e31f631ebc347c947af43e266f0bbbb5f2a490bd8c-d # internal crypto/rsa mkdir -p $WORK/b051/ cat >$WORK/b051/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto=$WORK/b033/_pkg_.a packagefile crypto/rand=$WORK/b048/_pkg_.a packagefile crypto/subtle=$WORK/b036/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile math/big=$WORK/b041/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rsa /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b051/_pkg_.a -trimpath $WORK/b051 -shared -p crypto/rsa -std -complete -installsuffix shared -buildid w3r6c3EB1zKplqFdg4ha/w3r6c3EB1zKplqFdg4ha -goversion go1.10.4 -D "" -importcfg $WORK/b051/importcfg -pack ./pkcs1v15.go ./pss.go ./rsa.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b039/_pkg_.a # internal cp $WORK/b039/_pkg_.a /builddir/.cache/go-build/1f/1fbfe8b7b5a8f69a874c45fdee8962a863317d5a82abec27a3afb5a089766341-d # internal crypto/dsa mkdir -p $WORK/b055/ cat >$WORK/b055/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/big=$WORK/b041/_pkg_.a EOF cd /usr/lib/golang/src/crypto/dsa /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b055/_pkg_.a -trimpath $WORK/b055 -shared -p crypto/dsa -std -complete -installsuffix shared -buildid GMh7f1qu2urA1_M0Zt9H/GMh7f1qu2urA1_M0Zt9H -goversion go1.10.4 -D "" -importcfg $WORK/b055/importcfg -pack ./dsa.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b055/_pkg_.a # internal cp $WORK/b055/_pkg_.a /builddir/.cache/go-build/b6/b642d69ef31d8c3133810df4113e5c8f63cce6bbb23aee19ea26257ca13cd7d4-d # internal crypto/x509/pkix mkdir -p $WORK/b056/ cat >$WORK/b056/importcfg << 'EOF' # internal # import config packagefile encoding/asn1=$WORK/b045/_pkg_.a packagefile encoding/hex=$WORK/b057/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile math/big=$WORK/b041/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/crypto/x509/pkix /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b056/_pkg_.a -trimpath $WORK/b056 -shared -p crypto/x509/pkix -std -complete -installsuffix shared -buildid 2dfQMLqAO1pzhkkBsiG8/2dfQMLqAO1pzhkkBsiG8 -goversion go1.10.4 -D "" -importcfg $WORK/b056/importcfg -pack ./pkix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b051/_pkg_.a # internal cp $WORK/b051/_pkg_.a /builddir/.cache/go-build/72/72c13d50cad1c0763eb36ce10a04e3542977fd30a332cec7a9cd0513481ae19c-d # internal vendor/golang_org/x/crypto/cryptobyte mkdir -p $WORK/b060/ cat >$WORK/b060/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/cryptobyte/asn1=vendor/golang_org/x/crypto/cryptobyte/asn1 packagefile encoding/asn1=$WORK/b045/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=$WORK/b061/_pkg_.a packagefile math/big=$WORK/b041/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/cryptobyte /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b060/_pkg_.a -trimpath $WORK/b060 -shared -p vendor/golang_org/x/crypto/cryptobyte -std -complete -installsuffix shared -buildid W9B6EGzAfq9TR2UWt_MP/W9B6EGzAfq9TR2UWt_MP -goversion go1.10.4 -D "" -importcfg $WORK/b060/importcfg -pack ./asn1.go ./builder.go ./string.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b056/_pkg_.a # internal cp $WORK/b056/_pkg_.a /builddir/.cache/go-build/5c/5c966dd46b0e3bb6d5fe92d0d60304dcd4e5a5d182d6e14ad01333c2b6bfb0ff-d # internal io/ioutil mkdir -p $WORK/b062/ cat >$WORK/b062/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b063/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/io/ioutil /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b062/_pkg_.a -trimpath $WORK/b062 -shared -p io/ioutil -std -complete -installsuffix shared -buildid OtC_cf0Fw3LtJ6eM3F7O/OtC_cf0Fw3LtJ6eM3F7O -goversion go1.10.4 -D "" -importcfg $WORK/b062/importcfg -pack ./ioutil.go ./tempfile.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b062/_pkg_.a # internal cp $WORK/b062/_pkg_.a /builddir/.cache/go-build/17/17179f5eb39544977d1bb63915320c28cf3e3275028295fba64a45aa0f565de0-d # internal context mkdir -p $WORK/b065/ cat >$WORK/b065/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/context /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b065/_pkg_.a -trimpath $WORK/b065 -shared -p context -std -complete -installsuffix shared -buildid MtZTpVXIag_DfbNLzdaN/MtZTpVXIag_DfbNLzdaN -goversion go1.10.4 -D "" -importcfg $WORK/b065/importcfg -pack ./context.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b060/_pkg_.a # internal cp $WORK/b060/_pkg_.a /builddir/.cache/go-build/67/679cec526362725885de51ae10ab4f2198ffc81d0b9c4c031d09c53dfe43b487-d # internal internal/singleflight mkdir -p $WORK/b067/ cat >$WORK/b067/importcfg << 'EOF' # internal # import config packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/internal/singleflight /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b067/_pkg_.a -trimpath $WORK/b067 -shared -p internal/singleflight -std -complete -installsuffix shared -buildid xToJ3DUdW6hWL2RZ71t1/xToJ3DUdW6hWL2RZ71t1 -goversion go1.10.4 -D "" -importcfg $WORK/b067/importcfg -pack ./singleflight.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b067/_pkg_.a # internal cp $WORK/b067/_pkg_.a /builddir/.cache/go-build/c7/c7188dd00764eab50ab92afbe6833cdbad7e435a1deb48891b914d6f7b4002a3-d # internal net/url mkdir -p $WORK/b069/ cat >$WORK/b069/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a EOF cd /usr/lib/golang/src/net/url /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b069/_pkg_.a -trimpath $WORK/b069 -shared -p net/url -std -complete -installsuffix shared -buildid BqjBU300BrfpOypeGB3C/BqjBU300BrfpOypeGB3C -goversion go1.10.4 -D "" -importcfg $WORK/b069/importcfg -pack ./url.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b065/_pkg_.a # internal cp $WORK/b065/_pkg_.a /builddir/.cache/go-build/bf/bf982bbd3e28330b62b9465ed2e33391ab3ab6da0a31e89f0a28010ab694e6e1-d # internal net mkdir -p $WORK/b064/ cd /usr/lib/golang/src/net CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_s390x/cgo -objdir $WORK/b064/ -importpath net -- -I $WORK/b064/ -g -O2 ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b069/_pkg_.a # internal cp $WORK/b069/_pkg_.a /builddir/.cache/go-build/07/07fd5b4d7a6e12411da08e0bf80b9ab720f513bcdb0d650ebe53f85badfd9844-d # internal vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 mkdir -p $WORK/b071/ cat >$WORK/b071/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b071/_pkg_.a -trimpath $WORK/b071 -shared -p vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 -std -complete -installsuffix shared -buildid wpdNC2CaBsANdkhbIdy4/wpdNC2CaBsANdkhbIdy4 -goversion go1.10.4 -D "" -importcfg $WORK/b071/importcfg -pack ./chacha_generic.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b071/_pkg_.a # internal cp $WORK/b071/_pkg_.a /builddir/.cache/go-build/5b/5bd321cb6d1eaa6e24ea4203855fcd45354593300b145935a475c3f6de29f152-d # internal vendor/golang_org/x/crypto/poly1305 mkdir -p $WORK/b072/ cat >$WORK/b072/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b036/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/poly1305 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b072/_pkg_.a -trimpath $WORK/b072 -shared -p vendor/golang_org/x/crypto/poly1305 -std -complete -installsuffix shared -buildid WlVWkJ2sdlh-qooqtbV8/WlVWkJ2sdlh-qooqtbV8 -goversion go1.10.4 -D "" -importcfg $WORK/b072/importcfg -pack ./poly1305.go ./sum_ref.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b072/_pkg_.a # internal cp $WORK/b072/_pkg_.a /builddir/.cache/go-build/50/50fafd7fffa7c6edbf6e73daeeb2610ebd6456aea04855c8738feaafb5545c0c-d # internal vendor/golang_org/x/crypto/chacha20poly1305 mkdir -p $WORK/b070/ cat >$WORK/b070/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/chacha20poly1305/internal/chacha20=vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 importmap golang_org/x/crypto/poly1305=vendor/golang_org/x/crypto/poly1305 packagefile crypto/cipher=$WORK/b035/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20=$WORK/b071/_pkg_.a packagefile vendor/golang_org/x/crypto/poly1305=$WORK/b072/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/chacha20poly1305 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b070/_pkg_.a -trimpath $WORK/b070 -shared -p vendor/golang_org/x/crypto/chacha20poly1305 -std -complete -installsuffix shared -buildid 2FAWLS7ntV4DzSNFcHv8/2FAWLS7ntV4DzSNFcHv8 -goversion go1.10.4 -D "" -importcfg $WORK/b070/importcfg -pack ./chacha20poly1305.go ./chacha20poly1305_generic.go ./chacha20poly1305_noasm.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b070/_pkg_.a # internal cp $WORK/b070/_pkg_.a /builddir/.cache/go-build/3b/3b006f0c8470b44bc91b952f16de90859fb1acc051d24cd20c03fef8c628a852-d # internal vendor/golang_org/x/crypto/curve25519 mkdir -p $WORK/b073/ cat >$WORK/b073/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/curve25519 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b073/_pkg_.a -trimpath $WORK/b073 -shared -p vendor/golang_org/x/crypto/curve25519 -std -complete -installsuffix shared -buildid 0XkFHpmgIZfkA0N3feob/0XkFHpmgIZfkA0N3feob -goversion go1.10.4 -D "" -importcfg $WORK/b073/importcfg -pack ./curve25519.go ./doc.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b073/_pkg_.a # internal cp $WORK/b073/_pkg_.a /builddir/.cache/go-build/82/8285a62c237cb848f0350b32cf4f73866b61411bd9cc90c45072c413f87270a7-d # internal encoding/json mkdir -p $WORK/b074/ cat >$WORK/b074/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding=$WORK/b075/_pkg_.a packagefile encoding/base64=$WORK/b059/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf16=$WORK/b076/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/encoding/json /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b074/_pkg_.a -trimpath $WORK/b074 -shared -p encoding/json -std -complete -installsuffix shared -buildid SKq9feA9F_0tAN_vNM94/SKq9feA9F_0tAN_vNM94 -goversion go1.10.4 -D "" -importcfg $WORK/b074/importcfg -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tables.go ./tags.go cd $WORK/b064 gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b064=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b064=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c cgo_linux.cgo2.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b064=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x003.o -c cgo_resnew.cgo2.c /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b074/_pkg_.a # internal cp $WORK/b074/_pkg_.a /builddir/.cache/go-build/3e/3e4c1f4fc201ca0cfcd948b42fe4971a3d61aaea1c0e3ddcc9a1e6deee918a94-d # internal flag mkdir -p $WORK/b077/ cat >$WORK/b077/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/flag /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b077/_pkg_.a -trimpath $WORK/b077 -shared -p flag -std -complete -installsuffix shared -buildid 3NxwbQdV1gm0mbGQDsiJ/3NxwbQdV1gm0mbGQDsiJ -goversion go1.10.4 -D "" -importcfg $WORK/b077/importcfg -pack ./flag.go cd $WORK/b064 gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b064=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x004.o -c cgo_socknew.cgo2.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b064=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x005.o -c cgo_unix.cgo2.c /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b077/_pkg_.a # internal cp $WORK/b077/_pkg_.a /builddir/.cache/go-build/d9/d951fb28e142b415d022cf385fcde79445e952565ec6af1063fb42b7a3000a9c-d # internal golang.org/x/sys/unix mkdir -p $WORK/b081/ cat >$WORK/b081/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b081/_pkg_.a -trimpath $WORK/b081 -shared -p golang.org/x/sys/unix -installsuffix shared -buildid UlA8-D15oG0bXJUY85qj/UlA8-D15oG0bXJUY85qj -goversion go1.10.4 -D "" -importcfg $WORK/b081/importcfg -pack -asmhdr $WORK/b081/go_asm.h ./affinity_linux.go ./bluetooth_linux.go ./constants.go ./dev_linux.go ./dirent.go ./endian_big.go ./env_unix.go ./fcntl.go ./pagesize_unix.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_gc.go ./syscall_linux_s390x.go ./syscall_unix.go ./syscall_unix_gc.go ./timestruct.go ./zerrors_linux_s390x.go ./zsyscall_linux_s390x.go ./zsysnum_linux_s390x.go ./ztypes_linux_s390x.go cd $WORK/b064 gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b064=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c cd /usr/lib/golang/src/net gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b064=/tmp/go-build -gno-record-gcc-switches -o $WORK/b064/_cgo_.o $WORK/b064/_cgo_main.o $WORK/b064/_x001.o $WORK/b064/_x002.o $WORK/b064/_x003.o $WORK/b064/_x004.o $WORK/b064/_x005.o -g -O2 /usr/lib/golang/pkg/tool/linux_s390x/cgo -dynpackage net -dynimport $WORK/b064/_cgo_.o -dynout $WORK/b064/_cgo_import.go cat >$WORK/b064/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b065/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile internal/nettrace=$WORK/b066/_pkg_.a packagefile internal/poll=$WORK/b020/_pkg_.a packagefile internal/singleflight=$WORK/b067/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/rand=$WORK/b042/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile runtime/cgo=$WORK/b068/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b064/_pkg_.a -trimpath $WORK/b064 -shared -p net -std -installsuffix shared -buildid Ad_Neh9sUySvqDHaMXZV/Ad_Neh9sUySvqDHaMXZV -goversion go1.10.4 -D "" -importcfg $WORK/b064/importcfg -pack ./addrselect.go ./conf.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./error_posix.go ./fd_unix.go ./file.go ./file_unix.go ./hook.go ./hook_unix.go ./hosts.go ./interface.go ./interface_linux.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./nss.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./rawconn.go ./sendfile_linux.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go ./writev_unix.go $WORK/b064/_cgo_gotypes.go $WORK/b064/cgo_linux.cgo1.go $WORK/b064/cgo_resnew.cgo1.go $WORK/b064/cgo_socknew.cgo1.go $WORK/b064/cgo_unix.cgo1.go $WORK/b064/_cgo_import.go cd /usr/share/gocode/src/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b081 -I $WORK/b081/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b081/asm_linux_s390x.o ./asm_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b081/_pkg_.a $WORK/b081/asm_linux_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b081/_pkg_.a # internal cp $WORK/b081/_pkg_.a /builddir/.cache/go-build/8a/8afa0faa23244e8804f84ece90bc2b4dcdd7b111f2517b920cdbe2f5be7a3f67-d # internal log mkdir -p $WORK/b084/ cat >$WORK/b084/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/log /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b084/_pkg_.a -trimpath $WORK/b084 -shared -p log -std -complete -installsuffix shared -buildid prItjwSgPMPheKaJ_sa6/prItjwSgPMPheKaJ_sa6 -goversion go1.10.4 -D "" -importcfg $WORK/b084/importcfg -pack ./log.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b084/_pkg_.a # internal cp $WORK/b084/_pkg_.a /builddir/.cache/go-build/69/69b9fe5962886f72e214cfa7ca06cbf8d594724bc081cfb5a0e78d1a79184fde-d # internal vendor/golang_org/x/net/http2/hpack mkdir -p $WORK/b086/ cat >$WORK/b086/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/http2/hpack /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b086/_pkg_.a -trimpath $WORK/b086 -shared -p vendor/golang_org/x/net/http2/hpack -std -complete -installsuffix shared -buildid T8GZcdhGOr9ZprCNO18t/T8GZcdhGOr9ZprCNO18t -goversion go1.10.4 -D "" -importcfg $WORK/b086/importcfg -pack ./encode.go ./hpack.go ./huffman.go ./tables.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b086/_pkg_.a # internal cp $WORK/b086/_pkg_.a /builddir/.cache/go-build/d4/d4e92a547252825673eca4f5b2858e3f9f03320a3398bb9f7ca2cd9c06f73d6d-d # internal vendor/golang_org/x/text/transform mkdir -p $WORK/b089/ cat >$WORK/b089/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/transform /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b089/_pkg_.a -trimpath $WORK/b089 -shared -p vendor/golang_org/x/text/transform -std -complete -installsuffix shared -buildid hDjCEKB7pZBZ8Srk8_Pz/hDjCEKB7pZBZ8Srk8_Pz -goversion go1.10.4 -D "" -importcfg $WORK/b089/importcfg -pack ./transform.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b089/_pkg_.a # internal cp $WORK/b089/_pkg_.a /builddir/.cache/go-build/cb/cb6246af57dd454b00db7a68dfa47a60f84ea0b6d26dbc8f2e495c1861d0608c-d # internal vendor/golang_org/x/text/unicode/bidi mkdir -p $WORK/b090/ cat >$WORK/b090/importcfg << 'EOF' # internal # import config packagefile container/list=$WORK/b032/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile log=$WORK/b084/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/unicode/bidi /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b090/_pkg_.a -trimpath $WORK/b090 -shared -p vendor/golang_org/x/text/unicode/bidi -std -complete -installsuffix shared -buildid iaFNt4f732-V4t-D9bDk/iaFNt4f732-V4t-D9bDk -goversion go1.10.4 -D "" -importcfg $WORK/b090/importcfg -pack ./bidi.go ./bracket.go ./core.go ./prop.go ./tables.go ./trieval.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b090/_pkg_.a # internal cp $WORK/b090/_pkg_.a /builddir/.cache/go-build/a6/a62c2da9f9c970a8fddb61bf698b9d5ad11eff7d6618f359a2c388fb3e6687ca-d # internal vendor/golang_org/x/text/secure/bidirule mkdir -p $WORK/b088/ cat >$WORK/b088/importcfg << 'EOF' # internal # import config importmap golang_org/x/text/transform=vendor/golang_org/x/text/transform importmap golang_org/x/text/unicode/bidi=vendor/golang_org/x/text/unicode/bidi packagefile errors=$WORK/b003/_pkg_.a packagefile vendor/golang_org/x/text/transform=$WORK/b089/_pkg_.a packagefile vendor/golang_org/x/text/unicode/bidi=$WORK/b090/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/secure/bidirule /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b088/_pkg_.a -trimpath $WORK/b088 -shared -p vendor/golang_org/x/text/secure/bidirule -std -complete -installsuffix shared -buildid thpzZuetJtGHKsjO9YFa/thpzZuetJtGHKsjO9YFa -goversion go1.10.4 -D "" -importcfg $WORK/b088/importcfg -pack ./bidirule.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b088/_pkg_.a # internal cp $WORK/b088/_pkg_.a /builddir/.cache/go-build/55/557dcc31dfbf6558dd657a4cc610f93aef5be5ffb90e673edba58252f1c9f17a-d # internal vendor/golang_org/x/text/unicode/norm mkdir -p $WORK/b091/ cat >$WORK/b091/importcfg << 'EOF' # internal # import config importmap golang_org/x/text/transform=vendor/golang_org/x/text/transform packagefile fmt=$WORK/b017/_pkg_.a packagefile vendor/golang_org/x/text/transform=$WORK/b089/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/unicode/norm /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b091/_pkg_.a -trimpath $WORK/b091 -shared -p vendor/golang_org/x/text/unicode/norm -std -complete -installsuffix shared -buildid 0xKl18greOGJATRlpH5B/0xKl18greOGJATRlpH5B -goversion go1.10.4 -D "" -importcfg $WORK/b091/importcfg -pack ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables.go ./transform.go ./trie.go cd /usr/lib/golang/src/net /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b064/_pkg_.a $WORK/b064/_x001.o $WORK/b064/_x002.o $WORK/b064/_x003.o $WORK/b064/_x004.o $WORK/b064/_x005.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b064/_pkg_.a # internal cp $WORK/b064/_pkg_.a /builddir/.cache/go-build/a7/a77c8683e630c4152d146987d677df15815f8ce1803d76eabbd8b226ee7e1caa-d # internal crypto/x509 mkdir -p $WORK/b054/ cat >$WORK/b054/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/cryptobyte=vendor/golang_org/x/crypto/cryptobyte importmap golang_org/x/crypto/cryptobyte/asn1=vendor/golang_org/x/crypto/cryptobyte/asn1 packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto=$WORK/b033/_pkg_.a packagefile crypto/aes=$WORK/b034/_pkg_.a packagefile crypto/cipher=$WORK/b035/_pkg_.a packagefile crypto/des=$WORK/b038/_pkg_.a packagefile crypto/dsa=$WORK/b055/_pkg_.a packagefile crypto/ecdsa=$WORK/b039/_pkg_.a packagefile crypto/elliptic=$WORK/b040/_pkg_.a packagefile crypto/md5=$WORK/b047/_pkg_.a packagefile crypto/rsa=$WORK/b051/_pkg_.a packagefile crypto/sha1=$WORK/b052/_pkg_.a packagefile crypto/sha256=$WORK/b053/_pkg_.a packagefile crypto/sha512=$WORK/b044/_pkg_.a packagefile crypto/x509/pkix=$WORK/b056/_pkg_.a packagefile encoding/asn1=$WORK/b045/_pkg_.a packagefile encoding/hex=$WORK/b057/_pkg_.a packagefile encoding/pem=$WORK/b058/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte=$WORK/b060/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=$WORK/b061/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b062/_pkg_.a packagefile math/big=$WORK/b041/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/crypto/x509 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b054/_pkg_.a -trimpath $WORK/b054 -shared -p crypto/x509 -std -complete -installsuffix shared -buildid ipnBkx9b9y-MoBegpqlj/ipnBkx9b9y-MoBegpqlj -goversion go1.10.4 -D "" -importcfg $WORK/b054/importcfg -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_linux.go ./root_unix.go ./sec1.go ./verify.go ./x509.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b091/_pkg_.a # internal cp $WORK/b091/_pkg_.a /builddir/.cache/go-build/78/7807f0f3732fd58fab25668246e2efc1cfc956a9128fdb89c001abb3c20d0f42-d # internal github.com/oschwald/maxminddb-golang mkdir -p $WORK/b080/ cat >$WORK/b080/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b081/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile math/big=$WORK/b041/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/share/gocode/src/github.com/oschwald/maxminddb-golang /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b080/_pkg_.a -trimpath $WORK/b080 -shared -p github.com/oschwald/maxminddb-golang -complete -installsuffix shared -buildid Teg4NOyMhQM91Q_VJain/Teg4NOyMhQM91Q_VJain -goversion go1.10.4 -D "" -importcfg $WORK/b080/importcfg -pack ./decoder.go ./errors.go ./mmap_unix.go ./reader.go ./reader_other.go ./traverse.go ./verifier.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b080/_pkg_.a # internal cp $WORK/b080/_pkg_.a /builddir/.cache/go-build/86/8608dd33ff9900dee7e14a117819ea146166dfab20d4142fcd4da3dd0464cdae-d # internal github.com/oschwald/geoip2-golang mkdir -p $WORK/b079/ cat >$WORK/b079/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/oschwald/maxminddb-golang=$WORK/b080/_pkg_.a packagefile net=$WORK/b064/_pkg_.a EOF cd /usr/share/gocode/src/github.com/oschwald/geoip2-golang /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b079/_pkg_.a -trimpath $WORK/b079 -shared -p github.com/oschwald/geoip2-golang -complete -installsuffix shared -buildid tU6p1urJwqaovukUOaUv/tU6p1urJwqaovukUOaUv -goversion go1.10.4 -D "" -importcfg $WORK/b079/importcfg -pack ./reader.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b079/_pkg_.a # internal cp $WORK/b079/_pkg_.a /builddir/.cache/go-build/4f/4fd9c1cf8949006029395107522f3d15f612e33c2074915e1d76c4a7d284991f-d # internal vendor/golang_org/x/net/idna mkdir -p $WORK/b087/ cat >$WORK/b087/importcfg << 'EOF' # internal # import config importmap golang_org/x/text/secure/bidirule=vendor/golang_org/x/text/secure/bidirule importmap golang_org/x/text/unicode/bidi=vendor/golang_org/x/text/unicode/bidi importmap golang_org/x/text/unicode/norm=vendor/golang_org/x/text/unicode/norm packagefile fmt=$WORK/b017/_pkg_.a packagefile vendor/golang_org/x/text/secure/bidirule=$WORK/b088/_pkg_.a packagefile vendor/golang_org/x/text/unicode/bidi=$WORK/b090/_pkg_.a packagefile vendor/golang_org/x/text/unicode/norm=$WORK/b091/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/idna /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b087/_pkg_.a -trimpath $WORK/b087 -shared -p vendor/golang_org/x/net/idna -std -complete -installsuffix shared -buildid -C6a3D3HW5gmXv3KLlmG/-C6a3D3HW5gmXv3KLlmG -goversion go1.10.4 -D "" -importcfg $WORK/b087/importcfg -pack ./idna.go ./punycode.go ./tables.go ./trie.go ./trieval.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b054/_pkg_.a # internal cp $WORK/b054/_pkg_.a /builddir/.cache/go-build/bb/bbbe9b99932f054c558fe4d9dff96020812569930cf61d6b77c47e4e26e60b04-d # internal crypto/tls mkdir -p $WORK/b031/ cat >$WORK/b031/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/chacha20poly1305=vendor/golang_org/x/crypto/chacha20poly1305 importmap golang_org/x/crypto/curve25519=vendor/golang_org/x/crypto/curve25519 packagefile bytes=$WORK/b002/_pkg_.a packagefile container/list=$WORK/b032/_pkg_.a packagefile crypto=$WORK/b033/_pkg_.a packagefile crypto/aes=$WORK/b034/_pkg_.a packagefile crypto/cipher=$WORK/b035/_pkg_.a packagefile crypto/des=$WORK/b038/_pkg_.a packagefile crypto/ecdsa=$WORK/b039/_pkg_.a packagefile crypto/elliptic=$WORK/b040/_pkg_.a packagefile crypto/hmac=$WORK/b046/_pkg_.a packagefile crypto/internal/cipherhw=$WORK/b037/_pkg_.a packagefile crypto/md5=$WORK/b047/_pkg_.a packagefile crypto/rand=$WORK/b048/_pkg_.a packagefile crypto/rc4=$WORK/b050/_pkg_.a packagefile crypto/rsa=$WORK/b051/_pkg_.a packagefile crypto/sha1=$WORK/b052/_pkg_.a packagefile crypto/sha256=$WORK/b053/_pkg_.a packagefile crypto/sha512=$WORK/b044/_pkg_.a packagefile crypto/subtle=$WORK/b036/_pkg_.a packagefile crypto/x509=$WORK/b054/_pkg_.a packagefile encoding/asn1=$WORK/b045/_pkg_.a packagefile encoding/pem=$WORK/b058/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305=$WORK/b070/_pkg_.a packagefile vendor/golang_org/x/crypto/curve25519=$WORK/b073/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b062/_pkg_.a packagefile math/big=$WORK/b041/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/crypto/tls /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b031/_pkg_.a -trimpath $WORK/b031 -shared -p crypto/tls -std -complete -installsuffix shared -buildid x3m24oTO5ksQdYC1OgiL/x3m24oTO5ksQdYC1OgiL -goversion go1.10.4 -D "" -importcfg $WORK/b031/importcfg -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b087/_pkg_.a # internal cp $WORK/b087/_pkg_.a /builddir/.cache/go-build/ad/add3c74a6b3bf75e3b43f6917ef413f7dac8ba007a1bf20c9d4735eb6afca814-d # internal vendor/golang_org/x/net/lex/httplex mkdir -p $WORK/b092/ cat >$WORK/b092/importcfg << 'EOF' # internal # import config importmap golang_org/x/net/idna=vendor/golang_org/x/net/idna packagefile vendor/golang_org/x/net/idna=$WORK/b087/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/lex/httplex /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b092/_pkg_.a -trimpath $WORK/b092 -shared -p vendor/golang_org/x/net/lex/httplex -std -complete -installsuffix shared -buildid wep0-zAVcLWsd1Qx_km6/wep0-zAVcLWsd1Qx_km6 -goversion go1.10.4 -D "" -importcfg $WORK/b092/importcfg -pack ./httplex.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b092/_pkg_.a # internal cp $WORK/b092/_pkg_.a /builddir/.cache/go-build/71/71a8ee8a727806af58f576a9eaa081ad6bb1582bb694ec686079c29895734f59-d # internal vendor/golang_org/x/net/proxy mkdir -p $WORK/b093/ cat >$WORK/b093/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/proxy /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b093/_pkg_.a -trimpath $WORK/b093 -shared -p vendor/golang_org/x/net/proxy -std -complete -installsuffix shared -buildid -FTG3aQSnVXX6c4YtjGM/-FTG3aQSnVXX6c4YtjGM -goversion go1.10.4 -D "" -importcfg $WORK/b093/importcfg -pack ./direct.go ./per_host.go ./proxy.go ./socks5.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b093/_pkg_.a # internal cp $WORK/b093/_pkg_.a /builddir/.cache/go-build/4c/4cd8b8f865585876d0e389a93377a6f6e945062160e407f2f2503aa288e31e58-d # internal mime mkdir -p $WORK/b094/ cat >$WORK/b094/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/base64=$WORK/b059/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/mime /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b094/_pkg_.a -trimpath $WORK/b094 -shared -p mime -std -complete -installsuffix shared -buildid w4wBiqK_vQcbn7GhBzQz/w4wBiqK_vQcbn7GhBzQz -goversion go1.10.4 -D "" -importcfg $WORK/b094/importcfg -pack ./encodedword.go ./grammar.go ./mediatype.go ./type.go ./type_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b094/_pkg_.a # internal cp $WORK/b094/_pkg_.a /builddir/.cache/go-build/3e/3ee0cd03ee527016ff72f8086a86c38949235c8bba8b25ec188e6dc521a1ffbb-d # internal mime/quotedprintable mkdir -p $WORK/b096/ cat >$WORK/b096/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/mime/quotedprintable /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b096/_pkg_.a -trimpath $WORK/b096 -shared -p mime/quotedprintable -std -complete -installsuffix shared -buildid auw3UKedfDESEzfrTcyj/auw3UKedfDESEzfrTcyj -goversion go1.10.4 -D "" -importcfg $WORK/b096/importcfg -pack ./reader.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b096/_pkg_.a # internal cp $WORK/b096/_pkg_.a /builddir/.cache/go-build/94/9437ce830041927385effd68b05567f4f352bfc7a235b465a1d5846bd3f4b06d-d # internal net/textproto mkdir -p $WORK/b097/ cat >$WORK/b097/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b062/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/net/textproto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b097/_pkg_.a -trimpath $WORK/b097 -shared -p net/textproto -std -complete -installsuffix shared -buildid QMymgkpOAo5_TmYaQm0R/QMymgkpOAo5_TmYaQm0R -goversion go1.10.4 -D "" -importcfg $WORK/b097/importcfg -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b031/_pkg_.a # internal cp $WORK/b031/_pkg_.a /builddir/.cache/go-build/f0/f09845f78a5a0c81199f4a032345bac7105f1c4b8629be58a709c35d954eb638-d # internal net/http/httptrace mkdir -p $WORK/b098/ cat >$WORK/b098/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b065/_pkg_.a packagefile crypto/tls=$WORK/b031/_pkg_.a packagefile internal/nettrace=$WORK/b066/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/net/http/httptrace /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b098/_pkg_.a -trimpath $WORK/b098 -shared -p net/http/httptrace -std -complete -installsuffix shared -buildid zWwWcDfSBcYg338lzmq7/zWwWcDfSBcYg338lzmq7 -goversion go1.10.4 -D "" -importcfg $WORK/b098/importcfg -pack ./trace.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b098/_pkg_.a # internal cp $WORK/b098/_pkg_.a /builddir/.cache/go-build/6f/6f50d73d5ea4824e7701b7674c002ea872d9adcf24eb69f853939199c4730a56-d # internal net/http/internal mkdir -p $WORK/b099/ cat >$WORK/b099/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/net/http/internal /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b099/_pkg_.a -trimpath $WORK/b099 -shared -p net/http/internal -std -complete -installsuffix shared -buildid 4oFYkmUv_u31OlE2Z3Qh/4oFYkmUv_u31OlE2Z3Qh -goversion go1.10.4 -D "" -importcfg $WORK/b099/importcfg -pack ./chunked.go ./testcert.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b097/_pkg_.a # internal cp $WORK/b097/_pkg_.a /builddir/.cache/go-build/8e/8ef7e6d5f3aee28218d319571a6c94af20e7712f85a67134e1e3e2e850840282-d # internal mime/multipart mkdir -p $WORK/b095/ cat >$WORK/b095/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto/rand=$WORK/b048/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b062/_pkg_.a packagefile mime=$WORK/b094/_pkg_.a packagefile mime/quotedprintable=$WORK/b096/_pkg_.a packagefile net/textproto=$WORK/b097/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a EOF cd /usr/lib/golang/src/mime/multipart /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b095/_pkg_.a -trimpath $WORK/b095 -shared -p mime/multipart -std -complete -installsuffix shared -buildid laNP5Jbinbj43Sts0SaS/laNP5Jbinbj43Sts0SaS -goversion go1.10.4 -D "" -importcfg $WORK/b095/importcfg -pack ./formdata.go ./multipart.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b099/_pkg_.a # internal cp $WORK/b099/_pkg_.a /builddir/.cache/go-build/62/62a2a6124c6d94e98ed8b61744677c4359079cd02f3d37cbcfc41915545a9a0c-d # internal path mkdir -p $WORK/b100/ cat >$WORK/b100/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/path /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b100/_pkg_.a -trimpath $WORK/b100 -shared -p path -std -complete -installsuffix shared -buildid 8u7O5RXRdxGU4-T4UQeM/8u7O5RXRdxGU4-T4UQeM -goversion go1.10.4 -D "" -importcfg $WORK/b100/importcfg -pack ./match.go ./path.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b100/_pkg_.a # internal cp $WORK/b100/_pkg_.a /builddir/.cache/go-build/73/73a850ab7920cd70f700e5a45fb684be1e99684f3452ecfe865b784f1a12492b-d # internal github.com/beorn7/perks/quantile mkdir -p $WORK/b101/ cat >$WORK/b101/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b018/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a EOF cd /usr/share/gocode/src/github.com/beorn7/perks/quantile /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b101/_pkg_.a -trimpath $WORK/b101 -shared -p github.com/beorn7/perks/quantile -complete -installsuffix shared -buildid bfszZH-GIlTS49tMD7qG/bfszZH-GIlTS49tMD7qG -goversion go1.10.4 -D "" -importcfg $WORK/b101/importcfg -pack ./stream.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b095/_pkg_.a # internal cp $WORK/b095/_pkg_.a /builddir/.cache/go-build/a0/a05a12af6762a63376006d29418a45f3e2b9e21690e4c2192de584903032cee0-d # internal net/http mkdir -p $WORK/b085/ cat >$WORK/b085/importcfg << 'EOF' # internal # import config importmap golang_org/x/net/http2/hpack=vendor/golang_org/x/net/http2/hpack importmap golang_org/x/net/idna=vendor/golang_org/x/net/idna importmap golang_org/x/net/lex/httplex=vendor/golang_org/x/net/lex/httplex importmap golang_org/x/net/proxy=vendor/golang_org/x/net/proxy packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile compress/gzip=$WORK/b014/_pkg_.a packagefile container/list=$WORK/b032/_pkg_.a packagefile context=$WORK/b065/_pkg_.a packagefile crypto/rand=$WORK/b048/_pkg_.a packagefile crypto/tls=$WORK/b031/_pkg_.a packagefile encoding/base64=$WORK/b059/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile vendor/golang_org/x/net/http2/hpack=$WORK/b086/_pkg_.a packagefile vendor/golang_org/x/net/idna=$WORK/b087/_pkg_.a packagefile vendor/golang_org/x/net/lex/httplex=$WORK/b092/_pkg_.a packagefile vendor/golang_org/x/net/proxy=$WORK/b093/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b062/_pkg_.a packagefile log=$WORK/b084/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile math/rand=$WORK/b042/_pkg_.a packagefile mime=$WORK/b094/_pkg_.a packagefile mime/multipart=$WORK/b095/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile net/http/httptrace=$WORK/b098/_pkg_.a packagefile net/http/internal=$WORK/b099/_pkg_.a packagefile net/textproto=$WORK/b097/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path=$WORK/b100/_pkg_.a packagefile path/filepath=$WORK/b063/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/net/http /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b085/_pkg_.a -trimpath $WORK/b085 -shared -p net/http -std -complete -installsuffix shared -buildid _blx5Kt84SDjZa2CapqL/_blx5Kt84SDjZa2CapqL -goversion go1.10.4 -D "" -importcfg $WORK/b085/importcfg -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./h2_bundle.go ./header.go ./http.go ./jar.go ./method.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b101/_pkg_.a # internal cp $WORK/b101/_pkg_.a /builddir/.cache/go-build/96/969c09a70a4c34bcae7d1d9eed4dc1da11c887ee4e58f0d9362a64ae6aeb7c9a-d # internal github.com/golang/protobuf/proto mkdir -p $WORK/b102/ cat >$WORK/b102/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding=$WORK/b075/_pkg_.a packagefile encoding/json=$WORK/b074/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile log=$WORK/b084/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/github.com/golang/protobuf/proto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b102/_pkg_.a -trimpath $WORK/b102 -shared -p github.com/golang/protobuf/proto -complete -installsuffix shared -buildid 5_5k0PAY1tuNCfSthPY2/5_5k0PAY1tuNCfSthPY2 -goversion go1.10.4 -D "" -importcfg $WORK/b102/importcfg -pack ./clone.go ./decode.go ./encode.go ./equal.go ./extensions.go ./lib.go ./message_set.go ./pointer_unsafe.go ./properties.go ./text.go ./text_parser.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b102/_pkg_.a # internal cp $WORK/b102/_pkg_.a /builddir/.cache/go-build/07/075e4262028869a423152b6ce0475bb498fe84177b28f6942992a4caac43d445-d # internal github.com/prometheus/client_model/go mkdir -p $WORK/b103/ cat >$WORK/b103/importcfg << 'EOF' # internal # import config packagefile github.com/golang/protobuf/proto=$WORK/b102/_pkg_.a packagefile math=$WORK/b018/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/client_model/go /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b103/_pkg_.a -trimpath $WORK/b103 -shared -p github.com/prometheus/client_model/go -complete -installsuffix shared -buildid aPrvxMwyiIqHAQB-rYmr/aPrvxMwyiIqHAQB-rYmr -goversion go1.10.4 -D "" -importcfg $WORK/b103/importcfg -pack ./metrics.pb.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b103/_pkg_.a # internal cp $WORK/b103/_pkg_.a /builddir/.cache/go-build/e5/e59b8c0ab64d57d549f88353543c10b6813eed8c41e78b90a0c358cc00e64bd0-d # internal bitbucket.org/ww/goautoneg mkdir -p $WORK/b105/ cat >$WORK/b105/importcfg << 'EOF' # internal # import config packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a EOF cd /usr/share/gocode/src/bitbucket.org/ww/goautoneg /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b105/_pkg_.a -trimpath $WORK/b105 -shared -p bitbucket.org/ww/goautoneg -complete -installsuffix shared -buildid xuvsjKL2N3cqwMkBXhCh/xuvsjKL2N3cqwMkBXhCh -goversion go1.10.4 -D "" -importcfg $WORK/b105/importcfg -pack ./autoneg.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b105/_pkg_.a # internal cp $WORK/b105/_pkg_.a /builddir/.cache/go-build/b6/b6b76f6e359c441a9400eb99779387a07b1dd050aab52fe02573d67ad5b42468-d # internal github.com/matttproud/golang_protobuf_extensions/pbutil mkdir -p $WORK/b106/ cat >$WORK/b106/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b102/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/share/gocode/src/github.com/matttproud/golang_protobuf_extensions/pbutil /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b106/_pkg_.a -trimpath $WORK/b106 -shared -p github.com/matttproud/golang_protobuf_extensions/pbutil -complete -installsuffix shared -buildid C-hlLcp2Hpvv7PXiVKKF/C-hlLcp2Hpvv7PXiVKKF -goversion go1.10.4 -D "" -importcfg $WORK/b106/importcfg -pack ./decode.go ./doc.go ./encode.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b106/_pkg_.a # internal cp $WORK/b106/_pkg_.a /builddir/.cache/go-build/e4/e4c6fa1e6a2c3e7b510805bc210589a2d017d61a3b12b009bb22b769d3b2fd55-d # internal regexp/syntax mkdir -p $WORK/b109/ cat >$WORK/b109/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/regexp/syntax /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b109/_pkg_.a -trimpath $WORK/b109 -shared -p regexp/syntax -std -complete -installsuffix shared -buildid MW-8lZOwHAdwHaViiRRb/MW-8lZOwHAdwHaViiRRb -goversion go1.10.4 -D "" -importcfg $WORK/b109/importcfg -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b109/_pkg_.a # internal cp $WORK/b109/_pkg_.a /builddir/.cache/go-build/74/744bafd05730375dd557df7ca2d9fc262e4b82d03a2a8fb0e30ce09409a2b90b-d # internal regexp mkdir -p $WORK/b108/ cat >$WORK/b108/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile regexp/syntax=$WORK/b109/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/regexp /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b108/_pkg_.a -trimpath $WORK/b108 -shared -p regexp -std -complete -installsuffix shared -buildid 9EWyJ4g2C0_wo-Vq_rcs/9EWyJ4g2C0_wo-Vq_rcs -goversion go1.10.4 -D "" -importcfg $WORK/b108/importcfg -pack ./backtrack.go ./exec.go ./onepass.go ./regexp.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b108/_pkg_.a # internal cp $WORK/b108/_pkg_.a /builddir/.cache/go-build/d3/d31f958191aefcc3533843a30d1eb33252cde18cf89a7b3e0e0f2322c5147df5-d # internal github.com/prometheus/common/model mkdir -p $WORK/b107/ cat >$WORK/b107/importcfg << 'EOF' # internal # import config packagefile encoding/json=$WORK/b074/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile regexp=$WORK/b108/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/common/model /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b107/_pkg_.a -trimpath $WORK/b107 -shared -p github.com/prometheus/common/model -complete -installsuffix shared -buildid -d9nh45bH4XnCf37ldwr/-d9nh45bH4XnCf37ldwr -goversion go1.10.4 -D "" -importcfg $WORK/b107/importcfg -pack ./alert.go ./fingerprinting.go ./fnv.go ./labels.go ./labelset.go ./metric.go ./model.go ./signature.go ./silence.go ./time.go ./value.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b107/_pkg_.a # internal cp $WORK/b107/_pkg_.a /builddir/.cache/go-build/dc/dcfb7a2438b200881196007d68246f47eeb680896d4a1c946e9cc33a86018cf7-d # internal github.com/prometheus/procfs/nfs mkdir -p $WORK/b111/ cat >$WORK/b111/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/prometheus/procfs/internal/util=$WORK/b112/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/procfs/nfs /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b111/_pkg_.a -trimpath $WORK/b111 -shared -p github.com/prometheus/procfs/nfs -complete -installsuffix shared -buildid i_Lx1WylGnjsSut6swSO/i_Lx1WylGnjsSut6swSO -goversion go1.10.4 -D "" -importcfg $WORK/b111/importcfg -pack ./nfs.go ./parse.go ./parse_nfs.go ./parse_nfsd.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b111/_pkg_.a # internal cp $WORK/b111/_pkg_.a /builddir/.cache/go-build/cc/cc0a9d6134daf021a2b0f1df2a3d8dafd8bc7741b1c095914adf270cada6d25f-d # internal github.com/prometheus/procfs/xfs mkdir -p $WORK/b113/ cat >$WORK/b113/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/prometheus/procfs/internal/util=$WORK/b112/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/procfs/xfs /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b113/_pkg_.a -trimpath $WORK/b113 -shared -p github.com/prometheus/procfs/xfs -complete -installsuffix shared -buildid CRiuBpbyDUZMQ9k0iBZw/CRiuBpbyDUZMQ9k0iBZw -goversion go1.10.4 -D "" -importcfg $WORK/b113/importcfg -pack ./parse.go ./xfs.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b113/_pkg_.a # internal cp $WORK/b113/_pkg_.a /builddir/.cache/go-build/08/089e113092a7ef9dc099e5d3021b07fbfdfb51846477b53e87f01860e7e036e3-d # internal github.com/prometheus/procfs mkdir -p $WORK/b110/ cat >$WORK/b110/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/hex=$WORK/b057/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/prometheus/procfs/nfs=$WORK/b111/_pkg_.a packagefile github.com/prometheus/procfs/xfs=$WORK/b113/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b062/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path=$WORK/b100/_pkg_.a packagefile regexp=$WORK/b108/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/procfs /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b110/_pkg_.a -trimpath $WORK/b110 -shared -p github.com/prometheus/procfs -complete -installsuffix shared -buildid u4xCacGUmnXjdWrZNLpV/u4xCacGUmnXjdWrZNLpV -goversion go1.10.4 -D "" -importcfg $WORK/b110/importcfg -pack ./buddyinfo.go ./doc.go ./fs.go ./ipvs.go ./mdstat.go ./mountstats.go ./net_dev.go ./proc.go ./proc_io.go ./proc_limits.go ./proc_ns.go ./proc_stat.go ./stat.go ./xfrm.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b085/_pkg_.a # internal cp $WORK/b085/_pkg_.a /builddir/.cache/go-build/48/482ffbdb2351e5b3379db17d9be14713004573ce14d16c929f86aa48d87abe8c-d # internal expvar mkdir -p $WORK/b083/ cat >$WORK/b083/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/json=$WORK/b074/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile log=$WORK/b084/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile net/http=$WORK/b085/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/expvar /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b083/_pkg_.a -trimpath $WORK/b083 -shared -p expvar -std -complete -installsuffix shared -buildid kDtdcI_fK5VNqA4yL-kg/kDtdcI_fK5VNqA4yL-kg -goversion go1.10.4 -D "" -importcfg $WORK/b083/importcfg -pack ./expvar.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b110/_pkg_.a # internal cp $WORK/b110/_pkg_.a /builddir/.cache/go-build/c0/c0f98965df1c0018baa10ae0b8bd0bf5445d5bde2806ecbb4a676007c0c8dfcf-d # internal github.com/prometheus/common/expfmt mkdir -p $WORK/b104/ cat >$WORK/b104/importcfg << 'EOF' # internal # import config packagefile bitbucket.org/ww/goautoneg=$WORK/b105/_pkg_.a packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b102/_pkg_.a packagefile github.com/matttproud/golang_protobuf_extensions/pbutil=$WORK/b106/_pkg_.a packagefile github.com/prometheus/client_model/go=$WORK/b103/_pkg_.a packagefile github.com/prometheus/common/model=$WORK/b107/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile mime=$WORK/b094/_pkg_.a packagefile net/http=$WORK/b085/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/common/expfmt /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b104/_pkg_.a -trimpath $WORK/b104 -shared -p github.com/prometheus/common/expfmt -complete -installsuffix shared -buildid bZdrFF_K_J9U65oIxllN/bZdrFF_K_J9U65oIxllN -goversion go1.10.4 -D "" -importcfg $WORK/b104/importcfg -pack ./decode.go ./encode.go ./expfmt.go ./text_create.go ./text_parse.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b083/_pkg_.a # internal cp $WORK/b083/_pkg_.a /builddir/.cache/go-build/35/3510a02ff716bf1591f1643b33656a2a044f44c08f5d8573c2c75916f3ee7fd1-d # internal runtime/debug mkdir -p $WORK/b114/ cat >$WORK/b114/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b114/_pkg_.a -trimpath $WORK/b114 -shared -p runtime/debug -std -installsuffix shared -buildid ML88L4gbVMDaZToH-dxP/ML88L4gbVMDaZToH-dxP -goversion go1.10.4 -D "" -importcfg $WORK/b114/importcfg -pack -asmhdr $WORK/b114/go_asm.h ./garbage.go ./stack.go ./stubs.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b114 -I $WORK/b114/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b114/debug.o ./debug.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b114/_pkg_.a $WORK/b114/debug.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b114/_pkg_.a # internal cp $WORK/b114/_pkg_.a /builddir/.cache/go-build/27/27b5d46eeb99b57e65c2248a4d298ae341b17becbd11bb2203ac635c9ef282f3-d # internal github.com/syncthing/syncthing/lib/logger mkdir -p $WORK/b119/ cat >$WORK/b119/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile io/ioutil=$WORK/b062/_pkg_.a packagefile log=$WORK/b084/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/logger /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b119/_pkg_.a -trimpath $WORK/b119 -shared -p github.com/syncthing/syncthing/lib/logger -complete -installsuffix shared -buildid Ym5JKmapQqfh26tQsHyI/Ym5JKmapQqfh26tQsHyI -goversion go1.10.4 -D "" -importcfg $WORK/b119/importcfg -pack ./logger.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b119/_pkg_.a # internal cp $WORK/b119/_pkg_.a /builddir/.cache/go-build/37/378bdad957603b888d8d72d6f2c1f27221574acebf94e4f244eb5ab225512065-d # internal golang.org/x/net/bpf mkdir -p $WORK/b121/ cat >$WORK/b121/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/bpf /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b121/_pkg_.a -trimpath $WORK/b121 -shared -p golang.org/x/net/bpf -complete -installsuffix shared -buildid ze0eXa1WHbYPenowhnsW/ze0eXa1WHbYPenowhnsW -goversion go1.10.4 -D "" -importcfg $WORK/b121/importcfg -pack ./asm.go ./constants.go ./doc.go ./instructions.go ./setter.go ./vm.go ./vm_instructions.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b104/_pkg_.a # internal cp $WORK/b104/_pkg_.a /builddir/.cache/go-build/e6/e68c827a2d873630fe585e4518cb79395f20aa2f8755995c567ef427ae569c7e-d # internal github.com/prometheus/client_golang/prometheus mkdir -p $WORK/b082/ cat >$WORK/b082/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile compress/gzip=$WORK/b014/_pkg_.a packagefile encoding/json=$WORK/b074/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile expvar=$WORK/b083/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/beorn7/perks/quantile=$WORK/b101/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b102/_pkg_.a packagefile github.com/prometheus/client_model/go=$WORK/b103/_pkg_.a packagefile github.com/prometheus/common/expfmt=$WORK/b104/_pkg_.a packagefile github.com/prometheus/common/model=$WORK/b107/_pkg_.a packagefile github.com/prometheus/procfs=$WORK/b110/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile net/http=$WORK/b085/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile runtime/debug=$WORK/b114/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/client_golang/prometheus /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b082/_pkg_.a -trimpath $WORK/b082 -shared -p github.com/prometheus/client_golang/prometheus -complete -installsuffix shared -buildid 9tE4uDR2L4fWaWfIY8_T/9tE4uDR2L4fWaWfIY8_T -goversion go1.10.4 -D "" -importcfg $WORK/b082/importcfg -pack ./collector.go ./counter.go ./desc.go ./doc.go ./expvar_collector.go ./fnv.go ./gauge.go ./go_collector.go ./histogram.go ./http.go ./labels.go ./metric.go ./observer.go ./process_collector.go ./registry.go ./summary.go ./timer.go ./untyped.go ./value.go ./vec.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b121/_pkg_.a # internal cp $WORK/b121/_pkg_.a /builddir/.cache/go-build/96/9699b6d16e5897f2083878c8d21b340eab3e1eb591b18c345e3c9c9e7d662d96-d # internal golang.org/x/net/internal/socket mkdir -p $WORK/b123/ cat >$WORK/b123/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/internal/socket /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b123/_pkg_.a -trimpath $WORK/b123 -shared -p golang.org/x/net/internal/socket -installsuffix shared -buildid p26FDnaqdrtY9CDUtpWu/p26FDnaqdrtY9CDUtpWu -goversion go1.10.4 -D "" -importcfg $WORK/b123/importcfg -pack -asmhdr $WORK/b123/go_asm.h ./cmsghdr.go ./cmsghdr_linux_64bit.go ./error_unix.go ./iovec_64bit.go ./mmsghdr_unix.go ./msghdr_linux.go ./msghdr_linux_64bit.go ./rawconn.go ./rawconn_mmsg.go ./rawconn_msg.go ./socket.go ./sys.go ./sys_linux_s390x.go ./sys_posix.go ./zsys_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b123 -I $WORK/b123/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b123/sys_linux_s390x.o ./sys_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b123/_pkg_.a $WORK/b123/sys_linux_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b123/_pkg_.a # internal cp $WORK/b123/_pkg_.a /builddir/.cache/go-build/eb/eb6df5c117b59857766e092b18d968f1e7202e195948a72118a632181edf115b-d # internal golang.org/x/net/ipv4 mkdir -p $WORK/b120/ cat >$WORK/b120/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile golang.org/x/net/bpf=$WORK/b121/_pkg_.a packagefile golang.org/x/net/internal/iana=$WORK/b122/_pkg_.a packagefile golang.org/x/net/internal/socket=$WORK/b123/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/ipv4 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b120/_pkg_.a -trimpath $WORK/b120 -shared -p golang.org/x/net/ipv4 -complete -installsuffix shared -buildid iT9D5o-EEv4-VwOC-y7E/iT9D5o-EEv4-VwOC-y7E -goversion go1.10.4 -D "" -importcfg $WORK/b120/importcfg -pack ./batch.go ./control.go ./control_pktinfo.go ./control_unix.go ./dgramopt.go ./doc.go ./endpoint.go ./genericopt.go ./header.go ./helper.go ./iana.go ./icmp.go ./icmp_linux.go ./packet.go ./packet_go1_9.go ./payload.go ./payload_cmsg.go ./payload_cmsg_go1_9.go ./sockopt.go ./sockopt_posix.go ./sys_asmreq_stub.go ./sys_asmreqn.go ./sys_bpf.go ./sys_linux.go ./sys_ssmreq.go ./zsys_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b082/_pkg_.a # internal cp $WORK/b082/_pkg_.a /builddir/.cache/go-build/b1/b1d67dcfa9d6c6d09d6a6d54e760da7936f477bf9318aee0113ab9f026ec6e53-d # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b120/_pkg_.a # internal github.com/prometheus/client_golang/prometheus/promhttp mkdir -p $WORK/b115/ cat >$WORK/b115/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile compress/gzip=$WORK/b014/_pkg_.a packagefile context=$WORK/b065/_pkg_.a packagefile crypto/tls=$WORK/b031/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/prometheus/client_golang/prometheus=$WORK/b082/_pkg_.a packagefile github.com/prometheus/client_model/go=$WORK/b103/_pkg_.a packagefile github.com/prometheus/common/expfmt=$WORK/b104/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile net/http=$WORK/b085/_pkg_.a packagefile net/http/httptrace=$WORK/b098/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/github.com/prometheus/client_golang/prometheus/promhttp /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b115/_pkg_.a -trimpath $WORK/b115 -shared -p github.com/prometheus/client_golang/prometheus/promhttp -complete -installsuffix shared -buildid GKs8CGYn6BQ3oL7Rfxok/GKs8CGYn6BQ3oL7Rfxok -goversion go1.10.4 -D "" -importcfg $WORK/b115/importcfg -pack ./delegator.go ./delegator_1_8.go ./http.go ./instrument_client.go ./instrument_client_1_8.go ./instrument_server.go cp $WORK/b120/_pkg_.a /builddir/.cache/go-build/62/62ff0e9f1f3e15bcb9a80b468a3e29efdb81ee3c80c57c945f82e1361bccb74b-d # internal golang.org/x/net/ipv6 mkdir -p $WORK/b124/ cat >$WORK/b124/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile golang.org/x/net/bpf=$WORK/b121/_pkg_.a packagefile golang.org/x/net/internal/iana=$WORK/b122/_pkg_.a packagefile golang.org/x/net/internal/socket=$WORK/b123/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/ipv6 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b124/_pkg_.a -trimpath $WORK/b124 -shared -p golang.org/x/net/ipv6 -complete -installsuffix shared -buildid yIBKGMkWI4s_LL-Kl_3I/yIBKGMkWI4s_LL-Kl_3I -goversion go1.10.4 -D "" -importcfg $WORK/b124/importcfg -pack ./batch.go ./control.go ./control_rfc3542_unix.go ./control_unix.go ./dgramopt.go ./doc.go ./endpoint.go ./genericopt.go ./header.go ./helper.go ./iana.go ./icmp.go ./icmp_linux.go ./payload.go ./payload_cmsg.go ./payload_cmsg_go1_9.go ./sockopt.go ./sockopt_posix.go ./sys_asmreq.go ./sys_bpf.go ./sys_linux.go ./sys_ssmreq.go ./zsys_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b124/_pkg_.a # internal cp $WORK/b124/_pkg_.a /builddir/.cache/go-build/f9/f94cd5205b6c8d2a69d54911a7930aba160bf50348eefe5cef3fa21ed0215c82-d # internal golang.org/x/net/internal/socks mkdir -p $WORK/b126/ cat >$WORK/b126/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b065/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/internal/socks /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b126/_pkg_.a -trimpath $WORK/b126 -shared -p golang.org/x/net/internal/socks -complete -installsuffix shared -buildid Wb2QsDrehcHYm4PoFNkd/Wb2QsDrehcHYm4PoFNkd -goversion go1.10.4 -D "" -importcfg $WORK/b126/importcfg -pack ./client.go ./socks.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b126/_pkg_.a # internal cp $WORK/b126/_pkg_.a /builddir/.cache/go-build/82/82e0e36c8ac096c7b1e6b571be983ebb095c6497dbd70ddc8f58fc02b4f9fc3e-d # internal golang.org/x/net/proxy mkdir -p $WORK/b125/ cat >$WORK/b125/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b065/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile golang.org/x/net/internal/socks=$WORK/b126/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/proxy /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b125/_pkg_.a -trimpath $WORK/b125 -shared -p golang.org/x/net/proxy -complete -installsuffix shared -buildid Uwm6S0ui7CqEN76RF3rd/Uwm6S0ui7CqEN76RF3rd -goversion go1.10.4 -D "" -importcfg $WORK/b125/importcfg -pack ./direct.go ./per_host.go ./proxy.go ./socks5.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b125/_pkg_.a # internal cp $WORK/b125/_pkg_.a /builddir/.cache/go-build/08/08d93f5f8ad52683941035ba43b553219b44f5e5bb01b45bb7152f221000c387-d # internal github.com/syncthing/syncthing/lib/dialer mkdir -p $WORK/b118/ cat >$WORK/b118/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b119/_pkg_.a packagefile golang.org/x/net/ipv4=$WORK/b120/_pkg_.a packagefile golang.org/x/net/ipv6=$WORK/b124/_pkg_.a packagefile golang.org/x/net/proxy=$WORK/b125/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile net/http=$WORK/b085/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/dialer /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b118/_pkg_.a -trimpath $WORK/b118 -shared -p github.com/syncthing/syncthing/lib/dialer -complete -installsuffix shared -buildid pFMKGCB7jX67Kdlse0b3/pFMKGCB7jX67Kdlse0b3 -goversion go1.10.4 -D "" -importcfg $WORK/b118/importcfg -pack ./internal.go ./public.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b115/_pkg_.a # internal cp $WORK/b115/_pkg_.a /builddir/.cache/go-build/4d/4d4c873004aa0d80be0d48a3a4c0384ddd27932a8e2869409d4c7794eb20b9a4-d # internal github.com/pkg/errors mkdir -p $WORK/b128/ cat >$WORK/b128/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile path=$WORK/b100/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a EOF cd /usr/share/gocode/src/github.com/pkg/errors /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b128/_pkg_.a -trimpath $WORK/b128 -shared -p github.com/pkg/errors -complete -installsuffix shared -buildid _3DHNut_yK0WfzJMdnE4/_3DHNut_yK0WfzJMdnE4 -goversion go1.10.4 -D "" -importcfg $WORK/b128/importcfg -pack ./errors.go ./stack.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b118/_pkg_.a # internal cp $WORK/b118/_pkg_.a /builddir/.cache/go-build/0e/0e2019cae6db030d75a8f06cc3ebd9d51c0594d29636909cc203fe31785d9632-d # internal github.com/calmh/du mkdir -p $WORK/b130/ cat >$WORK/b130/importcfg << 'EOF' # internal # import config packagefile path/filepath=$WORK/b063/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /usr/share/gocode/src/github.com/calmh/du /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b130/_pkg_.a -trimpath $WORK/b130 -shared -p github.com/calmh/du -complete -installsuffix shared -buildid 2U6gHEHHHiX7fK9Vu9Qd/2U6gHEHHHiX7fK9Vu9Qd -goversion go1.10.4 -D "" -importcfg $WORK/b130/importcfg -pack ./diskusage.go ./diskusage_posix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b130/_pkg_.a # internal cp $WORK/b130/_pkg_.a /builddir/.cache/go-build/c3/c365c80c0ce45c7600707735420ab79efd1260f57e81858828250d648391c9bf-d # internal github.com/syncthing/notify mkdir -p $WORK/b131/ cat >$WORK/b131/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b081/_pkg_.a packagefile log=$WORK/b084/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b063/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syncthing/notify /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b131/_pkg_.a -trimpath $WORK/b131 -shared -p github.com/syncthing/notify -complete -installsuffix shared -buildid ALisJCAxUj0XIk7108ib/ALisJCAxUj0XIk7108ib -goversion go1.10.4 -D "" -importcfg $WORK/b131/importcfg -pack ./debug.go ./debug_nodebug.go ./doc.go ./event.go ./event_inotify.go ./node.go ./notify.go ./tree.go ./tree_nonrecursive.go ./tree_recursive.go ./util.go ./watcher.go ./watcher_inotify.go ./watcher_stub.go ./watchpoint.go ./watchpoint_other.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b128/_pkg_.a # internal cp $WORK/b128/_pkg_.a /builddir/.cache/go-build/f2/f294d6e9f699a038771478a288333047d715e12d56cf85845ec2700c9c6953fd-d # internal github.com/petermattis/goid mkdir -p $WORK/b134/ cat >$WORK/b134/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a EOF cd /usr/share/gocode/src/github.com/petermattis/goid /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b134/_pkg_.a -trimpath $WORK/b134 -shared -p github.com/petermattis/goid -complete -installsuffix shared -buildid LWRxGxkjj2jgwVq9Z2f2/LWRxGxkjj2jgwVq9Z2f2 -goversion go1.10.4 -D "" -importcfg $WORK/b134/importcfg -pack ./goid.go ./goid_slow.go ./runtime_go1.9.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b134/_pkg_.a # internal cp $WORK/b134/_pkg_.a /builddir/.cache/go-build/f8/f8a3b3b4118346fc6cfbd425d7eab1957850a806ef71d7558033aaa34ee014ab-d # internal os/user mkdir -p $WORK/b135/ cd /usr/lib/golang/src/os/user CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_s390x/cgo -objdir $WORK/b135/ -importpath os/user -- -I $WORK/b135/ -g -O2 ./cgo_lookup_unix.go ./getgrouplist_unix.go ./listgroups_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b131/_pkg_.a # internal cp $WORK/b131/_pkg_.a /builddir/.cache/go-build/c1/c18c9e88d72d00ca3687ef8c08384b40fee2c6fd9529a211ec7895a24d191dfb-d # internal github.com/syncthing/syncthing/lib/fs mkdir -p $WORK/b129/ cat >$WORK/b129/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b065/_pkg_.a packagefile crypto/md5=$WORK/b047/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/calmh/du=$WORK/b130/_pkg_.a packagefile github.com/syncthing/notify=$WORK/b131/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b119/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b063/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/fs /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b129/_pkg_.a -trimpath $WORK/b129 -shared -p github.com/syncthing/syncthing/lib/fs -complete -installsuffix shared -buildid ny8XHz19tNkOVfXxJ4bt/ny8XHz19tNkOVfXxJ4bt -goversion go1.10.4 -D "" -importcfg $WORK/b129/importcfg -pack ./basicfs.go ./basicfs_unix.go ./basicfs_watch.go ./basicfs_watch_errors_linux.go ./basicfs_watch_eventtypes_inotify.go ./debug.go ./errorfs.go ./filesystem.go ./folding.go ./fsfileinfo_unix.go ./logfs.go ./lstat_broken.go ./mtimefs.go ./tempname.go ./types.go ./util.go ./walkfs.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b129/_pkg_.a # internal cp $WORK/b129/_pkg_.a /builddir/.cache/go-build/20/202cb21c5aa3928b60110ed57285d9a56235d7f942ac99ee1fad8aa0be3483f7-d # internal golang.org/x/text/transform mkdir -p $WORK/b137/ cat >$WORK/b137/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/text/transform /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b137/_pkg_.a -trimpath $WORK/b137 -shared -p golang.org/x/text/transform -complete -installsuffix shared -buildid a-wCXk7-A4IDy-W513b2/a-wCXk7-A4IDy-W513b2 -goversion go1.10.4 -D "" -importcfg $WORK/b137/importcfg -pack ./transform.go cd $WORK/b135 gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b135=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b135=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c cgo_lookup_unix.cgo2.c /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b137/_pkg_.a # internal cp $WORK/b137/_pkg_.a /builddir/.cache/go-build/51/5103dbf38597cc3a59bff33ec1528d338af021f8af56b915e2f33f5f3a3d4443-d # internal golang.org/x/text/unicode/norm mkdir -p $WORK/b136/ cat >$WORK/b136/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile golang.org/x/text/transform=$WORK/b137/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/text/unicode/norm /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b136/_pkg_.a -trimpath $WORK/b136 -shared -p golang.org/x/text/unicode/norm -complete -installsuffix shared -buildid z65mE-paXClXVzb-HzG-/z65mE-paXClXVzb-HzG- -goversion go1.10.4 -D "" -importcfg $WORK/b136/importcfg -pack ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables.go ./transform.go ./trie.go cd $WORK/b135 gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b135=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x003.o -c getgrouplist_unix.cgo2.c gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b135=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x004.o -c listgroups_unix.cgo2.c gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b135=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c cd /usr/lib/golang/src/os/user gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b135=/tmp/go-build -gno-record-gcc-switches -o $WORK/b135/_cgo_.o $WORK/b135/_cgo_main.o $WORK/b135/_x001.o $WORK/b135/_x002.o $WORK/b135/_x003.o $WORK/b135/_x004.o -g -O2 /usr/lib/golang/pkg/tool/linux_s390x/cgo -dynpackage user -dynimport $WORK/b135/_cgo_.o -dynout $WORK/b135/_cgo_import.go cat >$WORK/b135/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile runtime/cgo=$WORK/b068/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b135/_pkg_.a -trimpath $WORK/b135 -shared -p os/user -std -installsuffix shared -buildid 0V0dbtDpRzM2tIdHaSKN/0V0dbtDpRzM2tIdHaSKN -goversion go1.10.4 -D "" -importcfg $WORK/b135/importcfg -pack ./lookup.go ./user.go $WORK/b135/_cgo_gotypes.go $WORK/b135/cgo_lookup_unix.cgo1.go $WORK/b135/getgrouplist_unix.cgo1.go $WORK/b135/listgroups_unix.cgo1.go $WORK/b135/_cgo_import.go /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b135/_pkg_.a $WORK/b135/_x001.o $WORK/b135/_x002.o $WORK/b135/_x003.o $WORK/b135/_x004.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b135/_pkg_.a # internal cp $WORK/b135/_pkg_.a /builddir/.cache/go-build/73/73066ac1d22918fa075ec85a6ba2b028d22f36136dc3013e20fbe4b945e0c71b-d # internal github.com/sasha-s/go-deadlock mkdir -p $WORK/b133/ cat >$WORK/b133/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/petermattis/goid=$WORK/b134/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b062/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile os/user=$WORK/b135/_pkg_.a packagefile path/filepath=$WORK/b063/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/github.com/sasha-s/go-deadlock /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b133/_pkg_.a -trimpath $WORK/b133 -shared -p github.com/sasha-s/go-deadlock -complete -installsuffix shared -buildid _R1P_VgWTNaIp-kysP9_/_R1P_VgWTNaIp-kysP9_ -goversion go1.10.4 -D "" -importcfg $WORK/b133/importcfg -pack ./deadlock.go ./stacktraces.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b136/_pkg_.a # internal cp $WORK/b136/_pkg_.a /builddir/.cache/go-build/cc/cce3c0f459cec6cedfb48fc30af330025a6c0da1fe3e4be69018a2ce8e4459f3-d # internal encoding/base32 mkdir -p $WORK/b139/ cat >$WORK/b139/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a EOF cd /usr/lib/golang/src/encoding/base32 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b139/_pkg_.a -trimpath $WORK/b139 -shared -p encoding/base32 -std -complete -installsuffix shared -buildid 3omRAtw87NYkRq5Lg3ai/3omRAtw87NYkRq5Lg3ai -goversion go1.10.4 -D "" -importcfg $WORK/b139/importcfg -pack ./base32.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b133/_pkg_.a # internal cp $WORK/b133/_pkg_.a /builddir/.cache/go-build/50/50bc745e7e6e2dbda520872ab3d41dbb3762518306fcdec0c6ebdd5b1efe857c-d # internal github.com/syncthing/syncthing/lib/sync mkdir -p $WORK/b132/ cat >$WORK/b132/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/sasha-s/go-deadlock=$WORK/b133/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b119/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b063/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/sync /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b132/_pkg_.a -trimpath $WORK/b132 -shared -p github.com/syncthing/syncthing/lib/sync -complete -installsuffix shared -buildid BjHQl-6gumwtNmSMFDRp/BjHQl-6gumwtNmSMFDRp -goversion go1.10.4 -D "" -importcfg $WORK/b132/importcfg -pack ./debug.go ./sync.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b139/_pkg_.a # internal cp $WORK/b139/_pkg_.a /builddir/.cache/go-build/3c/3c9e08013c03c55f3f29079a0300fce816713cdd6bc1ba9a32ec0ea87cc3389b-d # internal github.com/bkaradzic/go-lz4 mkdir -p $WORK/b140/ cat >$WORK/b140/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/share/gocode/src/github.com/bkaradzic/go-lz4 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b140/_pkg_.a -trimpath $WORK/b140 -shared -p github.com/bkaradzic/go-lz4 -complete -installsuffix shared -buildid OL64fxKLrV_Jw3TQAx3G/OL64fxKLrV_Jw3TQAx3G -goversion go1.10.4 -D "" -importcfg $WORK/b140/importcfg -pack ./reader.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b132/_pkg_.a # internal cp $WORK/b132/_pkg_.a /builddir/.cache/go-build/54/54fbce80700b5c0c8d8a6ad37a8a8d33f114a6140918a6332a2508a2716fcdaa-d # internal github.com/syncthing/syncthing/lib/osutil mkdir -p $WORK/b127/ cat >$WORK/b127/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/pkg/errors=$WORK/b128/_pkg_.a packagefile github.com/syncthing/syncthing/lib/dialer=$WORK/b118/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b129/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b132/_pkg_.a packagefile golang.org/x/text/unicode/norm=$WORK/b136/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b063/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/osutil /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b127/_pkg_.a -trimpath $WORK/b127 -shared -p github.com/syncthing/syncthing/lib/osutil -complete -installsuffix shared -buildid totZjn0dxJM5TnoMmB0m/totZjn0dxJM5TnoMmB0m -goversion go1.10.4 -D "" -importcfg $WORK/b127/importcfg -pack ./atomic.go ./filenames_unix.go ./hidden_unix.go ./lan.go ./lowprio_linux.go ./net.go ./osutil.go ./ping.go ./replacingwriter.go ./rlimit_unix.go ./symlink.go ./tempfile.go ./traversessymlink.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b140/_pkg_.a # internal cp $WORK/b140/_pkg_.a /builddir/.cache/go-build/6c/6c5d904da57d74b2dcb3c24eae2a9303100e74c554bcec57ab35c5624b93e684-d # internal github.com/calmh/xdr mkdir -p $WORK/b141/ cat >$WORK/b141/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a EOF cd /usr/share/gocode/src/github.com/calmh/xdr /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b141/_pkg_.a -trimpath $WORK/b141 -shared -p github.com/calmh/xdr -complete -installsuffix shared -buildid TiAUeGQ-hdpR9FupuMvB/TiAUeGQ-hdpR9FupuMvB -goversion go1.10.4 -D "" -importcfg $WORK/b141/importcfg -pack ./common.go ./doc.go ./marshaller.go ./unmarshal.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b141/_pkg_.a # internal cp $WORK/b141/_pkg_.a /builddir/.cache/go-build/64/640c7188edbf0c244f211082be60b35c3b41a128811e4d6aa9cd478d4d763629-d # internal github.com/gogo/protobuf/proto mkdir -p $WORK/b143/ cat >$WORK/b143/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding=$WORK/b075/_pkg_.a packagefile encoding/json=$WORK/b074/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile log=$WORK/b084/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gogo/protobuf/proto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b143/_pkg_.a -trimpath $WORK/b143 -shared -p github.com/gogo/protobuf/proto -complete -installsuffix shared -buildid 4O4L-2u8_WzpPeszf3Mx/4O4L-2u8_WzpPeszf3Mx -goversion go1.10.4 -D "" -importcfg $WORK/b143/importcfg -pack ./clone.go ./decode.go ./decode_gogo.go ./duration.go ./duration_gogo.go ./encode.go ./encode_gogo.go ./equal.go ./extensions.go ./extensions_gogo.go ./lib.go ./lib_gogo.go ./message_set.go ./pointer_unsafe.go ./pointer_unsafe_gogo.go ./properties.go ./properties_gogo.go ./skip_gogo.go ./text.go ./text_gogo.go ./text_parser.go ./timestamp.go ./timestamp_gogo.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b127/_pkg_.a # internal cp $WORK/b127/_pkg_.a /builddir/.cache/go-build/c7/c7fc0205e17c1b0a06eee6dfaae8496284faa76886047ff528f8c11f04951a52-d # internal github.com/syncthing/syncthing/lib/rand mkdir -p $WORK/b145/ cat >$WORK/b145/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b015/_pkg_.a packagefile crypto/md5=$WORK/b047/_pkg_.a packagefile crypto/rand=$WORK/b048/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/rand=$WORK/b042/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/rand /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b145/_pkg_.a -trimpath $WORK/b145 -shared -p github.com/syncthing/syncthing/lib/rand -complete -installsuffix shared -buildid Gzsu_5ki5gqpbWvK-ItQ/Gzsu_5ki5gqpbWvK-ItQ -goversion go1.10.4 -D "" -importcfg $WORK/b145/importcfg -pack ./random.go ./securesource.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b145/_pkg_.a # internal cp $WORK/b145/_pkg_.a /builddir/.cache/go-build/80/80df31cd6877c6889a712c110e063a61f9ffbdabddc76dd31d43c32911c9ea38-d # internal github.com/minio/sha256-simd mkdir -p $WORK/b147/ cat >$WORK/b147/importcfg << 'EOF' # internal # import config packagefile crypto/sha256=$WORK/b053/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a EOF cd /usr/share/gocode/src/github.com/minio/sha256-simd /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b147/_pkg_.a -trimpath $WORK/b147 -shared -p github.com/minio/sha256-simd -complete -installsuffix shared -buildid 36jt2ALkDJgZFCAOf1oQ/36jt2ALkDJgZFCAOf1oQ -goversion go1.10.4 -D "" -importcfg $WORK/b147/importcfg -pack ./cpuid.go ./cpuid_other.go ./sha256.go ./sha256block_noasm.go ./sha256block_other.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b147/_pkg_.a # internal cp $WORK/b147/_pkg_.a /builddir/.cache/go-build/3f/3fad8bb667c7dc3de86b3f3e16a3ebaa8e0255ac45587832a10b55928b9b75af-d # internal github.com/syncthing/syncthing/lib/sha256 mkdir -p $WORK/b146/ cat >$WORK/b146/importcfg << 'EOF' # internal # import config packagefile crypto/rand=$WORK/b048/_pkg_.a packagefile crypto/sha256=$WORK/b053/_pkg_.a packagefile encoding/hex=$WORK/b057/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/minio/sha256-simd=$WORK/b147/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b119/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/sha256 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b146/_pkg_.a -trimpath $WORK/b146 -shared -p github.com/syncthing/syncthing/lib/sha256 -complete -installsuffix shared -buildid TeDpJES7qeZ-vW3TH6yH/TeDpJES7qeZ-vW3TH6yH -goversion go1.10.4 -D "" -importcfg $WORK/b146/importcfg -pack ./sha256.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b146/_pkg_.a # internal cp $WORK/b146/_pkg_.a /builddir/.cache/go-build/6c/6c1995b578e71be229caba0623899b8c0b2f3b8681c1b279a3878e2772c35f66-d # internal github.com/syncthing/syncthing/lib/tlsutil mkdir -p $WORK/b149/ cat >$WORK/b149/importcfg << 'EOF' # internal # import config packagefile crypto/ecdsa=$WORK/b039/_pkg_.a packagefile crypto/elliptic=$WORK/b040/_pkg_.a packagefile crypto/rsa=$WORK/b051/_pkg_.a packagefile crypto/tls=$WORK/b031/_pkg_.a packagefile crypto/x509=$WORK/b054/_pkg_.a packagefile crypto/x509/pkix=$WORK/b056/_pkg_.a packagefile encoding/pem=$WORK/b058/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b145/_pkg_.a packagefile math/big=$WORK/b041/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/tlsutil /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b149/_pkg_.a -trimpath $WORK/b149 -shared -p github.com/syncthing/syncthing/lib/tlsutil -complete -installsuffix shared -buildid J06ipZ01hh6J98urz38h/J06ipZ01hh6J98urz38h -goversion go1.10.4 -D "" -importcfg $WORK/b149/importcfg -pack ./tlsutil.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b149/_pkg_.a # internal cp $WORK/b149/_pkg_.a /builddir/.cache/go-build/59/598158b96805ac49bfe0be1268bdffb371cd62730ed0f0f24da8a2c0d9cbefa1-d # internal golang.org/x/time/rate mkdir -p $WORK/b150/ cat >$WORK/b150/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b065/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/time/rate /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b150/_pkg_.a -trimpath $WORK/b150 -shared -p golang.org/x/time/rate -complete -installsuffix shared -buildid VISrHhhqGuMZA-FvPiW-/VISrHhhqGuMZA-FvPiW- -goversion go1.10.4 -D "" -importcfg $WORK/b150/importcfg -pack ./rate.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b150/_pkg_.a # internal cp $WORK/b150/_pkg_.a /builddir/.cache/go-build/24/24b55002bb2dc26703e9ffa7e31faf0ef01efc6e4ebb1bf56b56af0141012388-d # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b143/_pkg_.a # internal cp $WORK/b143/_pkg_.a /builddir/.cache/go-build/5e/5e9a04d6cc5454a595e00a9e4d4c8d41f6ee6c7e06aea22e863a5c8c38340804-d # internal github.com/gogo/protobuf/protoc-gen-gogo/descriptor mkdir -p $WORK/b144/ cat >$WORK/b144/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile compress/gzip=$WORK/b014/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b143/_pkg_.a packagefile io/ioutil=$WORK/b062/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gogo/protobuf/protoc-gen-gogo/descriptor /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b144/_pkg_.a -trimpath $WORK/b144 -shared -p github.com/gogo/protobuf/protoc-gen-gogo/descriptor -complete -installsuffix shared -buildid AOSn1vYBt7JphIsR4Mcu/AOSn1vYBt7JphIsR4Mcu -goversion go1.10.4 -D "" -importcfg $WORK/b144/importcfg -pack ./descriptor.go ./descriptor.pb.go ./descriptor_gostring.gen.go ./helper.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b144/_pkg_.a # internal cp $WORK/b144/_pkg_.a /builddir/.cache/go-build/f6/f6a99cf33fff84e667f3b9a181db1c5993729f3f2627b6fc65fc5d70d4c5c96d-d # internal github.com/gogo/protobuf/gogoproto mkdir -p $WORK/b142/ cat >$WORK/b142/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b143/_pkg_.a packagefile github.com/gogo/protobuf/protoc-gen-gogo/descriptor=$WORK/b144/_pkg_.a packagefile math=$WORK/b018/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gogo/protobuf/gogoproto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b142/_pkg_.a -trimpath $WORK/b142 -shared -p github.com/gogo/protobuf/gogoproto -complete -installsuffix shared -buildid 6AX1a90zkNrbD3aOzhBT/6AX1a90zkNrbD3aOzhBT -goversion go1.10.4 -D "" -importcfg $WORK/b142/importcfg -pack ./doc.go ./gogo.pb.go ./helper.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b142/_pkg_.a # internal cp $WORK/b142/_pkg_.a /builddir/.cache/go-build/53/53038b0edc02b4b15e0f53382ed0f58e1cc3a6bf63b168cbe43798c797c2d5da-d # internal github.com/syncthing/syncthing/lib/protocol mkdir -p $WORK/b138/ cat >$WORK/b138/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto/sha256=$WORK/b053/_pkg_.a packagefile encoding/base32=$WORK/b139/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/bkaradzic/go-lz4=$WORK/b140/_pkg_.a packagefile github.com/calmh/xdr=$WORK/b141/_pkg_.a packagefile github.com/gogo/protobuf/gogoproto=$WORK/b142/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b143/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b119/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b145/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sha256=$WORK/b146/_pkg_.a packagefile golang.org/x/text/unicode/norm=$WORK/b136/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path=$WORK/b100/_pkg_.a packagefile path/filepath=$WORK/b063/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/protocol /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b138/_pkg_.a -trimpath $WORK/b138 -shared -p github.com/syncthing/syncthing/lib/protocol -complete -installsuffix shared -buildid SdXeU6IK8YmTqKQq5GRE/SdXeU6IK8YmTqKQq5GRE -goversion go1.10.4 -D "" -importcfg $WORK/b138/importcfg -pack ./bep.pb.go ./bep_extensions.go ./bufferpool.go ./compression.go ./counting.go ./debug.go ./deviceid.go ./deviceid_test.pb.go ./doc.go ./errors.go ./hello.go ./hello_v0.13.go ./hello_v0.13_xdr.go ./luhn.go ./nativemodel_unix.go ./protocol.go ./vector.go ./wireformat.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b138/_pkg_.a # internal cp $WORK/b138/_pkg_.a /builddir/.cache/go-build/c6/c697e4959babbdd7c65a410dd0dedec07a601c9627b0d9bac917dc681c465623-d # internal github.com/syncthing/syncthing/lib/relay/protocol mkdir -p $WORK/b148/ cat >$WORK/b148/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/calmh/xdr=$WORK/b141/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b138/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile net=$WORK/b064/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/relay/protocol /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b148/_pkg_.a -trimpath $WORK/b148 -shared -p github.com/syncthing/syncthing/lib/relay/protocol -complete -installsuffix shared -buildid 3NVWH8w2qn2aduz_ISLJ/3NVWH8w2qn2aduz_ISLJ -goversion go1.10.4 -D "" -importcfg $WORK/b148/importcfg -pack ./packets.go ./packets_xdr.go ./protocol.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b148/_pkg_.a # internal cp $WORK/b148/_pkg_.a /builddir/.cache/go-build/37/370364204673a0143d070e2426796901a1c208e5678485e9c5a9e9f0e776a4de-d # internal github.com/syncthing/syncthing/lib/relay/client mkdir -p $WORK/b117/ cat >$WORK/b117/importcfg << 'EOF' # internal # import config packagefile crypto/tls=$WORK/b031/_pkg_.a packagefile encoding/json=$WORK/b074/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/syncthing/syncthing/lib/dialer=$WORK/b118/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b119/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b127/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b138/_pkg_.a packagefile github.com/syncthing/syncthing/lib/relay/protocol=$WORK/b148/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b132/_pkg_.a packagefile math/rand=$WORK/b042/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile net/http=$WORK/b085/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/relay/client /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b117/_pkg_.a -trimpath $WORK/b117 -shared -p github.com/syncthing/syncthing/lib/relay/client -complete -installsuffix shared -buildid c_g_iMT0VPiX5U2Xd1w_/c_g_iMT0VPiX5U2Xd1w_ -goversion go1.10.4 -D "" -importcfg $WORK/b117/importcfg -pack ./client.go ./debug.go ./dynamic.go ./methods.go ./static.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b117/_pkg_.a # internal cp $WORK/b117/_pkg_.a /builddir/.cache/go-build/48/48ef850148904681387cb84fd9c34dce2b3baa89deeb95fb6c56cf0bdf3e53c5-d # internal github.com/syncthing/syncthing/cmd/strelaypoolsrv mkdir -p $WORK/b001/ cat >$WORK/b001/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile compress/gzip=$WORK/b014/_pkg_.a packagefile crypto/tls=$WORK/b031/_pkg_.a packagefile encoding/json=$WORK/b074/_pkg_.a packagefile flag=$WORK/b077/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/golang/groupcache/lru=$WORK/b078/_pkg_.a packagefile github.com/oschwald/geoip2-golang=$WORK/b079/_pkg_.a packagefile github.com/prometheus/client_golang/prometheus=$WORK/b082/_pkg_.a packagefile github.com/prometheus/client_golang/prometheus/promhttp=$WORK/b115/_pkg_.a packagefile github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto=$WORK/b116/_pkg_.a packagefile github.com/syncthing/syncthing/lib/relay/client=$WORK/b117/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b132/_pkg_.a packagefile github.com/syncthing/syncthing/lib/tlsutil=$WORK/b149/_pkg_.a packagefile golang.org/x/time/rate=$WORK/b150/_pkg_.a packagefile io/ioutil=$WORK/b062/_pkg_.a packagefile log=$WORK/b084/_pkg_.a packagefile math/rand=$WORK/b042/_pkg_.a packagefile mime=$WORK/b094/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile net/http=$WORK/b085/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b063/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile runtime/cgo=$WORK/b068/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/cmd/strelaypoolsrv /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b001/_pkg_.a -trimpath $WORK/b001 -shared -p main -complete -installsuffix shared -buildid zvLhK4raYyoB5uvgqm_E/zvLhK4raYyoB5uvgqm_E -goversion go1.10.4 -D "" -importcfg $WORK/b001/importcfg -pack ./main.go ./stats.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b001/_pkg_.a # internal cp $WORK/b001/_pkg_.a /builddir/.cache/go-build/72/72d4d30a8e766dbdfbc4aceb0bb46bf6dcefe196b4a49a998c8474b2f1646338-d # internal cat >$WORK/b001/importcfg.link << 'EOF' # internal packagefile github.com/syncthing/syncthing/cmd/strelaypoolsrv=$WORK/b001/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile compress/gzip=$WORK/b014/_pkg_.a packagefile crypto/tls=$WORK/b031/_pkg_.a packagefile encoding/json=$WORK/b074/_pkg_.a packagefile flag=$WORK/b077/_pkg_.a packagefile fmt=$WORK/b017/_pkg_.a packagefile github.com/golang/groupcache/lru=$WORK/b078/_pkg_.a packagefile github.com/oschwald/geoip2-golang=$WORK/b079/_pkg_.a packagefile github.com/prometheus/client_golang/prometheus=$WORK/b082/_pkg_.a packagefile github.com/prometheus/client_golang/prometheus/promhttp=$WORK/b115/_pkg_.a packagefile github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto=$WORK/b116/_pkg_.a packagefile github.com/syncthing/syncthing/lib/relay/client=$WORK/b117/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b132/_pkg_.a packagefile github.com/syncthing/syncthing/lib/tlsutil=$WORK/b149/_pkg_.a packagefile golang.org/x/time/rate=$WORK/b150/_pkg_.a packagefile io/ioutil=$WORK/b062/_pkg_.a packagefile log=$WORK/b084/_pkg_.a packagefile math/rand=$WORK/b042/_pkg_.a packagefile mime=$WORK/b094/_pkg_.a packagefile net=$WORK/b064/_pkg_.a packagefile net/http=$WORK/b085/_pkg_.a packagefile net/url=$WORK/b069/_pkg_.a packagefile os=$WORK/b019/_pkg_.a packagefile path/filepath=$WORK/b063/_pkg_.a packagefile strconv=$WORK/b025/_pkg_.a packagefile strings=$WORK/b043/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile runtime/cgo=$WORK/b068/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a packagefile bufio=$WORK/b015/_pkg_.a packagefile compress/flate=$WORK/b016/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile hash/crc32=$WORK/b029/_pkg_.a packagefile container/list=$WORK/b032/_pkg_.a packagefile crypto=$WORK/b033/_pkg_.a packagefile crypto/aes=$WORK/b034/_pkg_.a packagefile crypto/cipher=$WORK/b035/_pkg_.a packagefile crypto/des=$WORK/b038/_pkg_.a packagefile crypto/ecdsa=$WORK/b039/_pkg_.a packagefile crypto/elliptic=$WORK/b040/_pkg_.a packagefile crypto/hmac=$WORK/b046/_pkg_.a packagefile crypto/internal/cipherhw=$WORK/b037/_pkg_.a packagefile crypto/md5=$WORK/b047/_pkg_.a packagefile crypto/rand=$WORK/b048/_pkg_.a packagefile crypto/rc4=$WORK/b050/_pkg_.a packagefile crypto/rsa=$WORK/b051/_pkg_.a packagefile crypto/sha1=$WORK/b052/_pkg_.a packagefile crypto/sha256=$WORK/b053/_pkg_.a packagefile crypto/sha512=$WORK/b044/_pkg_.a packagefile crypto/subtle=$WORK/b036/_pkg_.a packagefile crypto/x509=$WORK/b054/_pkg_.a packagefile encoding/asn1=$WORK/b045/_pkg_.a packagefile encoding/pem=$WORK/b058/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305=$WORK/b070/_pkg_.a packagefile vendor/golang_org/x/crypto/curve25519=$WORK/b073/_pkg_.a packagefile hash=$WORK/b030/_pkg_.a packagefile math/big=$WORK/b041/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile encoding=$WORK/b075/_pkg_.a packagefile encoding/base64=$WORK/b059/_pkg_.a packagefile math=$WORK/b018/_pkg_.a packagefile reflect=$WORK/b024/_pkg_.a packagefile sort=$WORK/b027/_pkg_.a packagefile unicode/utf16=$WORK/b076/_pkg_.a packagefile github.com/oschwald/maxminddb-golang=$WORK/b080/_pkg_.a packagefile expvar=$WORK/b083/_pkg_.a packagefile github.com/beorn7/perks/quantile=$WORK/b101/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b102/_pkg_.a packagefile github.com/prometheus/client_model/go=$WORK/b103/_pkg_.a packagefile github.com/prometheus/common/expfmt=$WORK/b104/_pkg_.a packagefile github.com/prometheus/common/model=$WORK/b107/_pkg_.a packagefile github.com/prometheus/procfs=$WORK/b110/_pkg_.a packagefile runtime/debug=$WORK/b114/_pkg_.a packagefile context=$WORK/b065/_pkg_.a packagefile net/http/httptrace=$WORK/b098/_pkg_.a packagefile github.com/syncthing/syncthing/lib/dialer=$WORK/b118/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b119/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b127/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b138/_pkg_.a packagefile github.com/syncthing/syncthing/lib/relay/protocol=$WORK/b148/_pkg_.a packagefile github.com/sasha-s/go-deadlock=$WORK/b133/_pkg_.a packagefile crypto/x509/pkix=$WORK/b056/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b145/_pkg_.a packagefile internal/nettrace=$WORK/b066/_pkg_.a packagefile internal/poll=$WORK/b020/_pkg_.a packagefile internal/singleflight=$WORK/b067/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile vendor/golang_org/x/net/http2/hpack=$WORK/b086/_pkg_.a packagefile vendor/golang_org/x/net/idna=$WORK/b087/_pkg_.a packagefile vendor/golang_org/x/net/lex/httplex=$WORK/b092/_pkg_.a packagefile vendor/golang_org/x/net/proxy=$WORK/b093/_pkg_.a packagefile mime/multipart=$WORK/b095/_pkg_.a packagefile net/http/internal=$WORK/b099/_pkg_.a packagefile net/textproto=$WORK/b097/_pkg_.a packagefile path=$WORK/b100/_pkg_.a packagefile internal/testlog=$WORK/b023/_pkg_.a packagefile runtime/internal/atomic=$WORK/b009/_pkg_.a packagefile runtime/internal/sys=$WORK/b010/_pkg_.a packagefile math/bits=$WORK/b026/_pkg_.a packagefile internal/syscall/unix=$WORK/b049/_pkg_.a packagefile crypto/dsa=$WORK/b055/_pkg_.a packagefile encoding/hex=$WORK/b057/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte=$WORK/b060/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=$WORK/b061/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20=$WORK/b071/_pkg_.a packagefile vendor/golang_org/x/crypto/poly1305=$WORK/b072/_pkg_.a packagefile internal/race=$WORK/b006/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b081/_pkg_.a packagefile bitbucket.org/ww/goautoneg=$WORK/b105/_pkg_.a packagefile github.com/matttproud/golang_protobuf_extensions/pbutil=$WORK/b106/_pkg_.a packagefile regexp=$WORK/b108/_pkg_.a packagefile github.com/prometheus/procfs/nfs=$WORK/b111/_pkg_.a packagefile github.com/prometheus/procfs/xfs=$WORK/b113/_pkg_.a packagefile golang.org/x/net/ipv4=$WORK/b120/_pkg_.a packagefile golang.org/x/net/ipv6=$WORK/b124/_pkg_.a packagefile golang.org/x/net/proxy=$WORK/b125/_pkg_.a packagefile github.com/pkg/errors=$WORK/b128/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b129/_pkg_.a packagefile golang.org/x/text/unicode/norm=$WORK/b136/_pkg_.a packagefile encoding/base32=$WORK/b139/_pkg_.a packagefile github.com/bkaradzic/go-lz4=$WORK/b140/_pkg_.a packagefile github.com/calmh/xdr=$WORK/b141/_pkg_.a packagefile github.com/gogo/protobuf/gogoproto=$WORK/b142/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b143/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sha256=$WORK/b146/_pkg_.a packagefile github.com/petermattis/goid=$WORK/b134/_pkg_.a packagefile os/user=$WORK/b135/_pkg_.a packagefile vendor/golang_org/x/text/secure/bidirule=$WORK/b088/_pkg_.a packagefile vendor/golang_org/x/text/unicode/bidi=$WORK/b090/_pkg_.a packagefile vendor/golang_org/x/text/unicode/norm=$WORK/b091/_pkg_.a packagefile mime/quotedprintable=$WORK/b096/_pkg_.a packagefile regexp/syntax=$WORK/b109/_pkg_.a packagefile github.com/prometheus/procfs/internal/util=$WORK/b112/_pkg_.a packagefile golang.org/x/net/bpf=$WORK/b121/_pkg_.a packagefile golang.org/x/net/internal/iana=$WORK/b122/_pkg_.a packagefile golang.org/x/net/internal/socket=$WORK/b123/_pkg_.a packagefile golang.org/x/net/internal/socks=$WORK/b126/_pkg_.a packagefile github.com/calmh/du=$WORK/b130/_pkg_.a packagefile github.com/syncthing/notify=$WORK/b131/_pkg_.a packagefile golang.org/x/text/transform=$WORK/b137/_pkg_.a packagefile github.com/gogo/protobuf/protoc-gen-gogo/descriptor=$WORK/b144/_pkg_.a packagefile github.com/minio/sha256-simd=$WORK/b147/_pkg_.a packagefile vendor/golang_org/x/text/transform=$WORK/b089/_pkg_.a EOF mkdir -p $WORK/b001/exe/ cd . /usr/lib/golang/pkg/tool/linux_s390x/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -buildmode=pie -buildid=HUSyXc8EfhT5X_P9AwWM/zvLhK4raYyoB5uvgqm_E/9B8QqSxg1G5uItoJiovy/HUSyXc8EfhT5X_P9AwWM -X main.Version=v0.14.50 -X main.BuildStamp=1536660452 -X main.BuildUser=mockbuild -X main.BuildHost=fedora-koji -B 0x3531178c61832623965e4f5b95ee0ad703134677 -extldflags "-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld " -extld=gcc $WORK/b001/_pkg_.a /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b001/exe/a.out # internal mkdir -p _bin/ mv $WORK/b001/exe/a.out _bin/strelaypoolsrv rm -r $WORK/b001/ ++ head -c20 /dev/urandom ++ od -An -tx1 ++ tr -d ' \n' + go build -buildmode pie -compiler gc '-tags=rpm_crashtraceback noupgrade' -ldflags '-X main.Version=v0.14.50 -X main.BuildStamp=1536660452 -X main.BuildUser=mockbuild -X main.BuildHost=fedora-koji -B 0x6e798888ec8b4302e66938ef5a161854352889f1 -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' -a -v -x -o _bin/stcli github.com/syncthing/syncthing/cmd/stcli WORK=/tmp/go-build212485900 internal/race mkdir -p $WORK/b006/ cat >$WORK/b006/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/internal/race /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b006/_pkg_.a -trimpath $WORK/b006 -shared -p internal/race -std -complete -installsuffix shared -buildid H0d-zAOXGr-BCJdvFo1i/H0d-zAOXGr-BCJdvFo1i -goversion go1.10.4 -D "" -importcfg $WORK/b006/importcfg -pack ./doc.go ./norace.go errors mkdir -p $WORK/b003/ cat >$WORK/b003/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/errors /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b003/_pkg_.a -trimpath $WORK/b003 -shared -p errors -std -complete -installsuffix shared -buildid Cc_7-_W6hZRaEdujSeHt/Cc_7-_W6hZRaEdujSeHt -goversion go1.10.4 -D "" -importcfg $WORK/b003/importcfg -pack ./errors.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b006/_pkg_.a # internal cp $WORK/b006/_pkg_.a /builddir/.cache/go-build/f0/f0ebced0a6bb84071a5cb68534c0a533625f10d3f0afe9992e88851fb291280b-d # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b003/_pkg_.a # internal cp $WORK/b003/_pkg_.a /builddir/.cache/go-build/8a/8a5ec668c3e7373adbc26096bd494b88c780faedda9181068238a411c0d643cd-d # internal runtime/internal/sys mkdir -p $WORK/b010/ cat >$WORK/b010/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/runtime/internal/sys /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b010/_pkg_.a -trimpath $WORK/b010 -shared -p runtime/internal/sys -std -+ -complete -installsuffix shared -buildid Y-Z9rcRRgDUbMDRQh3W1/Y-Z9rcRRgDUbMDRQh3W1 -goversion go1.10.4 -D "" -importcfg $WORK/b010/importcfg -pack ./arch.go ./arch_s390x.go ./intrinsics.go ./stubs.go ./sys.go ./zgoarch_s390x.go ./zgoos_linux.go ./zversion.go runtime/internal/atomic mkdir -p $WORK/b009/ cat >$WORK/b009/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b009/_pkg_.a -trimpath $WORK/b009 -shared -p runtime/internal/atomic -std -+ -installsuffix shared -buildid Q8IQ9CQcNCe3lu23ZcdX/Q8IQ9CQcNCe3lu23ZcdX -goversion go1.10.4 -D "" -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h ./atomic_s390x.go ./stubs.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b010/_pkg_.a # internal cp $WORK/b010/_pkg_.a /builddir/.cache/go-build/32/3205e712daa954e4a2d59d3cfa442cf713334753ac36b1c1425baa7ed8e03f43-d # internal sync/atomic mkdir -p $WORK/b011/ cat >$WORK/b011/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b011/_pkg_.a -trimpath $WORK/b011 -shared -p sync/atomic -std -installsuffix shared -buildid btqqfum0TmsbamPjyVTI/btqqfum0TmsbamPjyVTI -goversion go1.10.4 -D "" -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h ./doc.go ./value.go cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b009 -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b009/asm_s390x.o ./asm_s390x.s cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b011 -I $WORK/b011/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b011/asm_s390x.o ./asm_s390x.s cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b009/_pkg_.a $WORK/b009/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b009/_pkg_.a # internal cp $WORK/b009/_pkg_.a /builddir/.cache/go-build/94/94adc92c29a1b74a9076fdbf06bf2662189630ee35d8f51c6dc51bac84de4b8f-d # internal runtime mkdir -p $WORK/b008/ cat >$WORK/b008/importcfg << 'EOF' # internal # import config packagefile runtime/internal/atomic=$WORK/b009/_pkg_.a packagefile runtime/internal/sys=$WORK/b010/_pkg_.a EOF cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b008/_pkg_.a -trimpath $WORK/b008 -shared -p runtime -std -+ -installsuffix shared -buildid 4McEidXe_hO29syW5IOW/4McEidXe_hO29syW5IOW -goversion go1.10.4 -D "" -importcfg $WORK/b008/importcfg -pack -asmhdr $WORK/b008/go_asm.h ./alg.go ./atomic_pointer.go ./cgo.go ./cgocall.go ./cgocallback.go ./cgocheck.go ./chan.go ./compiler.go ./complex.go ./cpuprof.go ./cputicks.go ./debug.go ./defs_linux_s390x.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 ./mwbbuf.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./os_linux_be64.go ./os_linux_s390x.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_linux_s390x.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_nonppc64x.go ./sys_s390x.go ./time.go ./timestub.go ./trace.go ./traceback.go ./type.go ./typekind.go ./unaligned1.go ./utf8.go ./write_err.go cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b011/_pkg_.a $WORK/b011/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b011/_pkg_.a # internal cp $WORK/b011/_pkg_.a /builddir/.cache/go-build/19/19b1dd9f429d081ff3c4b88a8b12a9339f0beb0f6a1fd65d2f0899417b3dfd2f-d # internal unicode mkdir -p $WORK/b012/ cat >$WORK/b012/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b012/_pkg_.a -trimpath $WORK/b012 -shared -p unicode -std -complete -installsuffix shared -buildid 9voAT53NswC0ceKk8tNa/9voAT53NswC0ceKk8tNa -goversion go1.10.4 -D "" -importcfg $WORK/b012/importcfg -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b012/_pkg_.a # internal cp $WORK/b012/_pkg_.a /builddir/.cache/go-build/a0/a0309f7d863a245daa8c678714661e8ccabcee721c81d1361a331c9ac55b1abb-d # internal unicode/utf8 mkdir -p $WORK/b013/ cat >$WORK/b013/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode/utf8 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b013/_pkg_.a -trimpath $WORK/b013 -shared -p unicode/utf8 -std -complete -installsuffix shared -buildid S441SJdMhfbUpwaFSuSz/S441SJdMhfbUpwaFSuSz -goversion go1.10.4 -D "" -importcfg $WORK/b013/importcfg -pack ./utf8.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b013/_pkg_.a # internal cp $WORK/b013/_pkg_.a /builddir/.cache/go-build/08/081cec317fef7d3593dd3300e9c876e4693c843c62ffdbe28b7f4d31404a109c-d # internal container/list mkdir -p $WORK/b015/ cat >$WORK/b015/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/container/list /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b015/_pkg_.a -trimpath $WORK/b015 -shared -p container/list -std -complete -installsuffix shared -buildid VLJ96rvcrhG0uJBcdPNL/VLJ96rvcrhG0uJBcdPNL -goversion go1.10.4 -D "" -importcfg $WORK/b015/importcfg -pack ./list.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b015/_pkg_.a # internal cp $WORK/b015/_pkg_.a /builddir/.cache/go-build/d2/d29849380116a10cc2cfcd9adcd5615c65424dd103f0d91fcd773cc80f142039-d # internal math mkdir -p $WORK/b019/ cat >$WORK/b019/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b019/_pkg_.a -trimpath $WORK/b019 -shared -p math -std -installsuffix shared -buildid CnAmRYjRSLLxISeWthLz/CnAmRYjRSLLxISeWthLz -goversion go1.10.4 -D "" -importcfg $WORK/b019/importcfg -pack -asmhdr $WORK/b019/go_asm.h ./abs.go ./acosh.go ./arith_s390x.go ./asin.go ./asinh.go ./atan.go ./atan2.go ./atanh.go ./bits.go ./cbrt.go ./const.go ./copysign.go ./dim.go ./erf.go ./erfinv.go ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./unsafe.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/acos_s390x.o ./acos_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/acosh_s390x.o ./acosh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/asin_s390x.o ./asin_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/asinh_s390x.o ./asinh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/atan2_s390x.o ./atan2_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/atan_s390x.o ./atan_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/atanh_s390x.o ./atanh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/cbrt_s390x.o ./cbrt_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/cosh_s390x.o ./cosh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/dim_s390x.o ./dim_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/erf_s390x.o ./erf_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/erfc_s390x.o ./erfc_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/exp_s390x.o ./exp_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/expm1_s390x.o ./expm1_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/floor_s390x.o ./floor_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/log10_s390x.o ./log10_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/log1p_s390x.o ./log1p_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/log_s390x.o ./log_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/pow_s390x.o ./pow_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/sin_s390x.o ./sin_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/sinh_s390x.o ./sinh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/sqrt_s390x.o ./sqrt_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/stubs_s390x.o ./stubs_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/tan_s390x.o ./tan_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b019 -I $WORK/b019/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b019/tanh_s390x.o ./tanh_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b019/_pkg_.a $WORK/b019/acos_s390x.o $WORK/b019/acosh_s390x.o $WORK/b019/asin_s390x.o $WORK/b019/asinh_s390x.o $WORK/b019/atan2_s390x.o $WORK/b019/atan_s390x.o $WORK/b019/atanh_s390x.o $WORK/b019/cbrt_s390x.o $WORK/b019/cosh_s390x.o $WORK/b019/dim_s390x.o $WORK/b019/erf_s390x.o $WORK/b019/erfc_s390x.o $WORK/b019/exp_s390x.o $WORK/b019/expm1_s390x.o $WORK/b019/floor_s390x.o $WORK/b019/log10_s390x.o $WORK/b019/log1p_s390x.o $WORK/b019/log_s390x.o $WORK/b019/pow_s390x.o $WORK/b019/sin_s390x.o $WORK/b019/sinh_s390x.o $WORK/b019/sqrt_s390x.o $WORK/b019/stubs_s390x.o $WORK/b019/tan_s390x.o $WORK/b019/tanh_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b019/_pkg_.a # internal cp $WORK/b019/_pkg_.a /builddir/.cache/go-build/ef/efdb5b33e2d838a9f266df915e76da8938da3700ce255c729b5b3ebcde61b0a9-d # internal strconv mkdir -p $WORK/b018/ cat >$WORK/b018/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile math=$WORK/b019/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/strconv /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b018/_pkg_.a -trimpath $WORK/b018 -shared -p strconv -std -complete -installsuffix shared -buildid qJdcM_nyPfzBYxr5Ni9q/qJdcM_nyPfzBYxr5Ni9q -goversion go1.10.4 -D "" -importcfg $WORK/b018/importcfg -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./doc.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b018/_pkg_.a # internal cp $WORK/b018/_pkg_.a /builddir/.cache/go-build/4d/4d30e0a75f8d9dbbfc25b4d68a282e7f7ea55d19534d926728976ceae78979fd-d # internal crypto/subtle mkdir -p $WORK/b022/ cat >$WORK/b022/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/crypto/subtle /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b022/_pkg_.a -trimpath $WORK/b022 -shared -p crypto/subtle -std -complete -installsuffix shared -buildid mnbXpsALbV9Rv4_hPlhS/mnbXpsALbV9Rv4_hPlhS -goversion go1.10.4 -D "" -importcfg $WORK/b022/importcfg -pack ./constant_time.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b022/_pkg_.a # internal cp $WORK/b022/_pkg_.a /builddir/.cache/go-build/e6/e635f618627e91016b8a36bbd9b4bbb32a97242d53b9f74938b68a4551d83478-d # internal crypto/internal/cipherhw mkdir -p $WORK/b023/ cat >$WORK/b023/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/crypto/internal/cipherhw /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b023/_pkg_.a -trimpath $WORK/b023 -shared -p crypto/internal/cipherhw -std -installsuffix shared -buildid 2Qt_JpRtk5t57a03XpGE/2Qt_JpRtk5t57a03XpGE -goversion go1.10.4 -D "" -importcfg $WORK/b023/importcfg -pack -asmhdr $WORK/b023/go_asm.h ./cipherhw_s390x.go ./doc.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b023 -I $WORK/b023/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b023/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b023/_pkg_.a $WORK/b023/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b023/_pkg_.a # internal cp $WORK/b023/_pkg_.a /builddir/.cache/go-build/a1/a18c284403e4f44462dac340b4e9d8afaa760ce08aa6fd7e28b0fbd4456d57d3-d # internal internal/testlog mkdir -p $WORK/b035/ cat >$WORK/b035/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/internal/testlog /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b035/_pkg_.a -trimpath $WORK/b035 -shared -p internal/testlog -std -complete -installsuffix shared -buildid ZeeFM55AEHQoG5mpXy80/ZeeFM55AEHQoG5mpXy80 -goversion go1.10.4 -D "" -importcfg $WORK/b035/importcfg -pack ./log.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b035/_pkg_.a # internal cp $WORK/b035/_pkg_.a /builddir/.cache/go-build/55/55a9660eb41b09f79f51477ee31b8b727a33903db72bd4d9f53ec7b019a89916-d # internal math/bits mkdir -p $WORK/b036/ cat >$WORK/b036/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/math/bits /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b036/_pkg_.a -trimpath $WORK/b036 -shared -p math/bits -std -complete -installsuffix shared -buildid OYdarkONIn5ie2QvBWkb/OYdarkONIn5ie2QvBWkb -goversion go1.10.4 -D "" -importcfg $WORK/b036/importcfg -pack ./bits.go ./bits_tables.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b036/_pkg_.a # internal cp $WORK/b036/_pkg_.a /builddir/.cache/go-build/79/790ee6517b39435f81e52087eb0c237be7d0bd42f6c175e775bd04920e3774b8-d # internal crypto/rc4 mkdir -p $WORK/b046/ cat >$WORK/b046/importcfg << 'EOF' # internal # import config packagefile strconv=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rc4 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b046/_pkg_.a -trimpath $WORK/b046 -shared -p crypto/rc4 -std -complete -installsuffix shared -buildid Y500VoWHRU-koeS6QLzZ/Y500VoWHRU-koeS6QLzZ -goversion go1.10.4 -D "" -importcfg $WORK/b046/importcfg -pack ./rc4.go ./rc4_ref.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b046/_pkg_.a # internal cp $WORK/b046/_pkg_.a /builddir/.cache/go-build/9c/9c132f54f4af33bed255170d423cf8be08ed018c73dc6ceb0e9da7bf7c61bff3-d # internal vendor/golang_org/x/crypto/cryptobyte/asn1 mkdir -p $WORK/b058/ cat >$WORK/b058/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/cryptobyte/asn1 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b058/_pkg_.a -trimpath $WORK/b058 -shared -p vendor/golang_org/x/crypto/cryptobyte/asn1 -std -complete -installsuffix shared -buildid nLEeZ0PC2LFNFt9Pd7O4/nLEeZ0PC2LFNFt9Pd7O4 -goversion go1.10.4 -D "" -importcfg $WORK/b058/importcfg -pack ./asn1.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b058/_pkg_.a # internal cp $WORK/b058/_pkg_.a /builddir/.cache/go-build/40/40b089008939135fc82d0c29cf67ca7ea5b7ff93d107398f6ae7a7376e331b73-d # internal internal/nettrace mkdir -p $WORK/b063/ cat >$WORK/b063/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/internal/nettrace /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b063/_pkg_.a -trimpath $WORK/b063 -shared -p internal/nettrace -std -complete -installsuffix shared -buildid RCZg0CM_z8Kx4FmyfypM/RCZg0CM_z8Kx4FmyfypM -goversion go1.10.4 -D "" -importcfg $WORK/b063/importcfg -pack ./nettrace.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b063/_pkg_.a # internal cp $WORK/b063/_pkg_.a /builddir/.cache/go-build/ba/ba6c6fa92183592f0583cebf706ea8c29ec2857b80f967ec201070d3335c190b-d # internal runtime/cgo mkdir -p $WORK/b065/ cd /usr/lib/golang/src/runtime/cgo CGO_LDFLAGS='"-g" "-O2" "-lpthread"' /usr/lib/golang/pkg/tool/linux_s390x/cgo -objdir $WORK/b065/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I $WORK/b065/ -g -O2 -Wall -Werror ./cgo.go cd $WORK gcc -fno-caret-diagnostics -c -x c - || true gcc -Qunused-arguments -c -x c - || true gcc -fdebug-prefix-map=a=b -c -x c - || true gcc -gno-record-gcc-switches -c -x c - || true cd $WORK/b065 gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_x001.o -c _cgo_export.c gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_x002.o -c cgo.cgo2.c cd /usr/lib/golang/src/runtime/cgo gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x003.o -c gcc_context.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x004.o -c gcc_fatalf.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x005.o -c gcc_libinit.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x006.o -c gcc_linux_s390x.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x007.o -c gcc_setenv.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x008.o -c gcc_traceback.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x009.o -c gcc_util.c gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -I $WORK/b065/ -g -O2 -Wall -Werror -o $WORK/b065/_x010.o -c gcc_s390x.S cd $WORK/b065 gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/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 -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b065=/tmp/go-build -gno-record-gcc-switches -o $WORK/b065/_cgo_.o $WORK/b065/_cgo_main.o $WORK/b065/_x001.o $WORK/b065/_x002.o $WORK/b065/_x003.o $WORK/b065/_x004.o $WORK/b065/_x005.o $WORK/b065/_x006.o $WORK/b065/_x007.o $WORK/b065/_x008.o $WORK/b065/_x009.o $WORK/b065/_x010.o -g -O2 -lpthread /usr/lib/golang/pkg/tool/linux_s390x/cgo -dynpackage cgo -dynimport $WORK/b065/_cgo_.o -dynout $WORK/b065/_cgo_import.go -dynlinker cat >$WORK/b065/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b065/_pkg_.a -trimpath $WORK/b065 -shared -p runtime/cgo -std -installsuffix shared -buildid 1N2PaaT_nYuCeAQMkx9o/1N2PaaT_nYuCeAQMkx9o -goversion go1.10.4 -D "" -importcfg $WORK/b065/importcfg -pack -asmhdr $WORK/b065/go_asm.h ./callbacks.go ./callbacks_traceback.go ./iscgo.go ./setenv.go $WORK/b065/_cgo_gotypes.go $WORK/b065/cgo.cgo1.go $WORK/b065/_cgo_import.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b065 -I $WORK/b065/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b065/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b065/_pkg_.a $WORK/b065/asm_s390x.o $WORK/b065/_x001.o $WORK/b065/_x002.o $WORK/b065/_x003.o $WORK/b065/_x004.o $WORK/b065/_x005.o $WORK/b065/_x006.o $WORK/b065/_x007.o $WORK/b065/_x008.o $WORK/b065/_x009.o $WORK/b065/_x010.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b065/_pkg_.a # internal cp $WORK/b065/_pkg_.a /builddir/.cache/go-build/97/979720263831fceb05f2e2da5c01254ef9a4fe356f8008e3455b8b7718d8de2a-d # internal encoding mkdir -p $WORK/b072/ cat >$WORK/b072/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/encoding /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b072/_pkg_.a -trimpath $WORK/b072 -shared -p encoding -std -complete -installsuffix shared -buildid UQU5zmyEAJCcWSJH-dMf/UQU5zmyEAJCcWSJH-dMf -goversion go1.10.4 -D "" -importcfg $WORK/b072/importcfg -pack ./encoding.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b072/_pkg_.a # internal cp $WORK/b072/_pkg_.a /builddir/.cache/go-build/48/48e8d67fa2442fee9e6a4df1d82c0fe0a6d51f12ad7f1a5376dcf8864e053006-d # internal unicode/utf16 mkdir -p $WORK/b073/ cat >$WORK/b073/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode/utf16 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b073/_pkg_.a -trimpath $WORK/b073 -shared -p unicode/utf16 -std -complete -installsuffix shared -buildid a3sXmXNnsTZXsxPMVyHG/a3sXmXNnsTZXsxPMVyHG -goversion go1.10.4 -D "" -importcfg $WORK/b073/importcfg -pack ./utf16.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b073/_pkg_.a # internal cp $WORK/b073/_pkg_.a /builddir/.cache/go-build/fd/fd7419ca2ccdc8a03baff300adc9d6e6b115a61da05417b99351abefbffbf1f8-d # internal golang.org/x/net/internal/iana mkdir -p $WORK/b098/ cat >$WORK/b098/importcfg << 'EOF' # internal # import config EOF cd /usr/share/gocode/src/golang.org/x/net/internal/iana /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b098/_pkg_.a -trimpath $WORK/b098 -shared -p golang.org/x/net/internal/iana -complete -installsuffix shared -buildid 7l6Y5OEZntgmgE0QfvbO/7l6Y5OEZntgmgE0QfvbO -goversion go1.10.4 -D "" -importcfg $WORK/b098/importcfg -pack ./const.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b098/_pkg_.a # internal cp $WORK/b098/_pkg_.a /builddir/.cache/go-build/5e/5e99ce787046792f91f1b527eae4011911198564a2882d557edab8cdfe00ab22-d # internal cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/memclr_s390x.o ./memclr_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/memmove_s390x.o ./memmove_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/rt0_linux_s390x.o ./rt0_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/sys_linux_s390x.o ./sys_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b008 -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b008/tls_s390x.o ./tls_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b008/_pkg_.a $WORK/b008/asm.o $WORK/b008/asm_s390x.o $WORK/b008/memclr_s390x.o $WORK/b008/memmove_s390x.o $WORK/b008/rt0_linux_s390x.o $WORK/b008/sys_linux_s390x.o $WORK/b008/tls_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b008/_pkg_.a # internal cp $WORK/b008/_pkg_.a /builddir/.cache/go-build/31/31ac52e9727ad2ed3d8cfb82213ac5d6ecd902a58cf6c4e4c1e186243064f74e-d # internal sync mkdir -p $WORK/b005/ cat >$WORK/b005/importcfg << 'EOF' # internal # import config packagefile internal/race=$WORK/b006/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/sync /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b005/_pkg_.a -trimpath $WORK/b005 -shared -p sync -std -installsuffix shared -buildid JEb321U3p2HZyTbaeHLg/JEb321U3p2HZyTbaeHLg -goversion go1.10.4 -D "" -importcfg $WORK/b005/importcfg -pack ./cond.go ./map.go ./mutex.go ./once.go ./pool.go ./runtime.go ./rwmutex.go ./waitgroup.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b005/_pkg_.a # internal cp $WORK/b005/_pkg_.a /builddir/.cache/go-build/c0/c0a6ab84bb393e7d807cac356973f47808e54e937143fc7ac54190e058c7869b-d # internal io mkdir -p $WORK/b004/ cat >$WORK/b004/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/io /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b004/_pkg_.a -trimpath $WORK/b004 -shared -p io -std -complete -installsuffix shared -buildid qoEwIgn1n4bXASuCExQN/qoEwIgn1n4bXASuCExQN -goversion go1.10.4 -D "" -importcfg $WORK/b004/importcfg -pack ./io.go ./multi.go ./pipe.go reflect mkdir -p $WORK/b026/ cat >$WORK/b026/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b026/_pkg_.a -trimpath $WORK/b026 -shared -p reflect -std -installsuffix shared -buildid uGRaqEJ0ZmUsN0Dloy1j/uGRaqEJ0ZmUsN0Dloy1j -goversion go1.10.4 -D "" -importcfg $WORK/b026/importcfg -pack -asmhdr $WORK/b026/go_asm.h ./deepequal.go ./makefunc.go ./swapper.go ./type.go ./value.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b004/_pkg_.a # internal cp $WORK/b004/_pkg_.a /builddir/.cache/go-build/a3/a3e94a0e1086f0f323a430cc6e135364765e74d076720c1e1504742eefb2a489-d # internal bytes mkdir -p $WORK/b002/ cat >$WORK/b002/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/bytes /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b002/_pkg_.a -trimpath $WORK/b002 -shared -p bytes -std -installsuffix shared -buildid 9CYP260jekrMY0yrqLw7/9CYP260jekrMY0yrqLw7 -goversion go1.10.4 -D "" -importcfg $WORK/b002/importcfg -pack ./buffer.go ./bytes.go ./bytes_decl.go ./bytes_s390x.go ./reader.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b002/_pkg_.a # internal cp $WORK/b002/_pkg_.a /builddir/.cache/go-build/73/733a297dc2578f5c0dac790ea45e8fb31fb76a8b5c9898887201c6313d105aae-d # internal hash mkdir -p $WORK/b017/ cat >$WORK/b017/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/hash /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b017/_pkg_.a -trimpath $WORK/b017 -shared -p hash -std -complete -installsuffix shared -buildid q2Eise0nTMwi7dVAu4Kj/q2Eise0nTMwi7dVAu4Kj -goversion go1.10.4 -D "" -importcfg $WORK/b017/importcfg -pack ./hash.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b017/_pkg_.a # internal cp $WORK/b017/_pkg_.a /builddir/.cache/go-build/55/558c572fc8325a9abaa6d8d6ee29fcf5a834294df04ed10771b9afc3a2345854-d # internal crypto mkdir -p $WORK/b016/ cat >$WORK/b016/importcfg << 'EOF' # internal # import config packagefile hash=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/crypto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b016/_pkg_.a -trimpath $WORK/b016 -shared -p crypto -std -complete -installsuffix shared -buildid 0H5YesXmcTBwHfZWHVc3/0H5YesXmcTBwHfZWHVc3 -goversion go1.10.4 -D "" -importcfg $WORK/b016/importcfg -pack ./crypto.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b016/_pkg_.a # internal cp $WORK/b016/_pkg_.a /builddir/.cache/go-build/9e/9e48bc5ca57bc8c12b1eddb4bb1f5bb2844e3111fe81903c63a4d4564d18e746-d # internal crypto/cipher mkdir -p $WORK/b021/ cat >$WORK/b021/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b022/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a EOF cd /usr/lib/golang/src/crypto/cipher /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b021/_pkg_.a -trimpath $WORK/b021 -shared -p crypto/cipher -std -complete -installsuffix shared -buildid hMPp4MtKT-Nof0c0Ltl4/hMPp4MtKT-Nof0c0Ltl4 -goversion go1.10.4 -D "" -importcfg $WORK/b021/importcfg -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b021/_pkg_.a # internal cp $WORK/b021/_pkg_.a /builddir/.cache/go-build/b0/b01253c206aa3261f2a1c9261f1a05fd966af14ba8e9fdbc2bd5064f5f27c3e9-d # internal crypto/aes mkdir -p $WORK/b020/ cat >$WORK/b020/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=$WORK/b021/_pkg_.a packagefile crypto/internal/cipherhw=$WORK/b023/_pkg_.a packagefile crypto/subtle=$WORK/b022/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b020/_pkg_.a -trimpath $WORK/b020 -shared -p crypto/aes -std -installsuffix shared -buildid Dq-Xuf7a024_i2AWwp4O/Dq-Xuf7a024_i2AWwp4O -goversion go1.10.4 -D "" -importcfg $WORK/b020/importcfg -pack -asmhdr $WORK/b020/go_asm.h ./block.go ./cbc_s390x.go ./cipher.go ./cipher_s390x.go ./const.go ./ctr_s390x.go ./gcm_s390x.go ./modes.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b020 -I $WORK/b020/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b020/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b020/_pkg_.a $WORK/b020/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b020/_pkg_.a # internal cp $WORK/b020/_pkg_.a /builddir/.cache/go-build/8a/8a9f96993c246b0038c2f1a843e59f14f4bb338096a195f58b2536752882219d-d # internal syscall mkdir -p $WORK/b033/ cat >$WORK/b033/importcfg << 'EOF' # internal # import config packagefile internal/race=$WORK/b006/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b033/_pkg_.a -trimpath $WORK/b033 -shared -p syscall -std -installsuffix shared -buildid jaE6CM9kbq6EP-maydnF/jaE6CM9kbq6EP-maydnF -goversion go1.10.4 -D "" -importcfg $WORK/b033/importcfg -pack -asmhdr $WORK/b033/go_asm.h ./dirent.go ./endian_big.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_s390x.go ./syscall_unix.go ./timestruct.go ./zerrors_linux_s390x.go ./zsyscall_linux_s390x.go ./zsysnum_linux_s390x.go ./ztypes_linux_s390x.go cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b026 -I $WORK/b026/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b026/asm_s390x.o ./asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b026/_pkg_.a $WORK/b026/asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b026/_pkg_.a # internal cp $WORK/b026/_pkg_.a /builddir/.cache/go-build/96/96d846f4906aa6e3326bde0315738ca426a73bd4849bcb8152d4592e36b586bd-d # internal encoding/binary mkdir -p $WORK/b025/ cat >$WORK/b025/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b019/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a EOF cd /usr/lib/golang/src/encoding/binary /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b025/_pkg_.a -trimpath $WORK/b025 -shared -p encoding/binary -std -complete -installsuffix shared -buildid WdTmFoTXcHXSXipWWHzg/WdTmFoTXcHXSXipWWHzg -goversion go1.10.4 -D "" -importcfg $WORK/b025/importcfg -pack ./binary.go ./varint.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b025/_pkg_.a # internal cp $WORK/b025/_pkg_.a /builddir/.cache/go-build/33/33746d5995ad3187c3d625ef6759f182e90b9685a99a0952824bc658809d45ad-d # internal crypto/des mkdir -p $WORK/b024/ cat >$WORK/b024/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=$WORK/b021/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/crypto/des /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b024/_pkg_.a -trimpath $WORK/b024 -shared -p crypto/des -std -complete -installsuffix shared -buildid QG5mwzgAKh3evT8EFb0E/QG5mwzgAKh3evT8EFb0E -goversion go1.10.4 -D "" -importcfg $WORK/b024/importcfg -pack ./block.go ./cipher.go ./const.go cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b033 -I $WORK/b033/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b033/asm_linux_s390x.o ./asm_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b033/_pkg_.a $WORK/b033/asm_linux_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b033/_pkg_.a # internal cp $WORK/b033/_pkg_.a /builddir/.cache/go-build/32/32232e39530d5eb342fd761c0cdd441fe6cb6fa7315e3827a6bd2b0910a72e60-d # internal time mkdir -p $WORK/b034/ cat >$WORK/b034/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b033/_pkg_.a EOF cd /usr/lib/golang/src/time /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b034/_pkg_.a -trimpath $WORK/b034 -shared -p time -std -installsuffix shared -buildid XU26IAQ7zLOrk5gxEsbT/XU26IAQ7zLOrk5gxEsbT -goversion go1.10.4 -D "" -importcfg $WORK/b034/importcfg -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b024/_pkg_.a # internal cp $WORK/b024/_pkg_.a /builddir/.cache/go-build/7a/7adc2e6da9d95e2a54b6fa7bed2668f7a6a98a7d7f76032471710aa2c2020939-d # internal math/rand mkdir -p $WORK/b037/ cat >$WORK/b037/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b019/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/math/rand /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b037/_pkg_.a -trimpath $WORK/b037 -shared -p math/rand -std -complete -installsuffix shared -buildid Vi9NApqKkuI9m8e9vwc-/Vi9NApqKkuI9m8e9vwc- -goversion go1.10.4 -D "" -importcfg $WORK/b037/importcfg -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b037/_pkg_.a # internal cp $WORK/b037/_pkg_.a /builddir/.cache/go-build/2b/2bac00feaaab998c70a91b03b84afcde681eb508839abf7cdff4205c1acf96c4-d # internal strings mkdir -p $WORK/b038/ cat >$WORK/b038/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b038/_pkg_.a -trimpath $WORK/b038 -shared -p strings -std -installsuffix shared -buildid S4wxkHJCQyBt4eQkTlEg/S4wxkHJCQyBt4eQkTlEg -goversion go1.10.4 -D "" -importcfg $WORK/b038/importcfg -pack -asmhdr $WORK/b038/go_asm.h ./builder.go ./compare.go ./reader.go ./replace.go ./search.go ./strings.go ./strings_decl.go ./strings_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b038 -I $WORK/b038/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b038/strings.o ./strings.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b038/_pkg_.a $WORK/b038/strings.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b038/_pkg_.a # internal cp $WORK/b038/_pkg_.a /builddir/.cache/go-build/bc/bc4ab2ebc1fbdff4ac3809cf340cd7f1991c51d35222d4d8ea22262ec97d977d-d # internal crypto/sha512 mkdir -p $WORK/b039/ cat >$WORK/b039/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b016/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b017/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha512 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b039/_pkg_.a -trimpath $WORK/b039 -shared -p crypto/sha512 -std -installsuffix shared -buildid Zx42I7mgLAX-Qf6N7tNY/Zx42I7mgLAX-Qf6N7tNY -goversion go1.10.4 -D "" -importcfg $WORK/b039/importcfg -pack -asmhdr $WORK/b039/go_asm.h ./sha512.go ./sha512block.go ./sha512block_decl.go ./sha512block_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b039 -I $WORK/b039/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b039/sha512block_s390x.o ./sha512block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b039/_pkg_.a $WORK/b039/sha512block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b039/_pkg_.a # internal cp $WORK/b039/_pkg_.a /builddir/.cache/go-build/ab/abde4420b753aba7f48d6ddf6513017ac0dfee3993b52e42112e61cd2983ec03-d # internal crypto/hmac mkdir -p $WORK/b041/ cat >$WORK/b041/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b022/_pkg_.a packagefile hash=$WORK/b017/_pkg_.a EOF cd /usr/lib/golang/src/crypto/hmac /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b041/_pkg_.a -trimpath $WORK/b041 -shared -p crypto/hmac -std -complete -installsuffix shared -buildid AZuRyLOnw6wEcx5yE4sv/AZuRyLOnw6wEcx5yE4sv -goversion go1.10.4 -D "" -importcfg $WORK/b041/importcfg -pack ./hmac.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b041/_pkg_.a # internal cp $WORK/b041/_pkg_.a /builddir/.cache/go-build/5e/5e82f93fdb81fa025dedfd7cd445d92661a53a0efd8348eee0cd376fb37049a0-d # internal crypto/md5 mkdir -p $WORK/b042/ cat >$WORK/b042/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b016/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b017/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a EOF cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b042/_pkg_.a -trimpath $WORK/b042 -shared -p crypto/md5 -std -installsuffix shared -buildid 3CjS52mO280qoEUuNa31/3CjS52mO280qoEUuNa31 -goversion go1.10.4 -D "" -importcfg $WORK/b042/importcfg -pack -asmhdr $WORK/b042/go_asm.h ./md5.go ./md5block.go ./md5block_decl.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b034/_pkg_.a # internal cp $WORK/b034/_pkg_.a /builddir/.cache/go-build/ef/ef33dc25a05a6f017b639b3fca7d3f329da3989d6db112c20ca56e08d6eae71d-d # internal internal/poll mkdir -p $WORK/b032/ cat >$WORK/b032/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b033/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/internal/poll /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b032/_pkg_.a -trimpath $WORK/b032 -shared -p internal/poll -std -installsuffix shared -buildid q4qxSNy3_2NYnkQMj_cz/q4qxSNy3_2NYnkQMj_cz -goversion go1.10.4 -D "" -importcfg $WORK/b032/importcfg -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 cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b042 -I $WORK/b042/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b042/md5block_s390x.o ./md5block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b042/_pkg_.a $WORK/b042/md5block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b042/_pkg_.a # internal cp $WORK/b042/_pkg_.a /builddir/.cache/go-build/5c/5c57efb38626effbcaad78c73279ad642cfb91f01e2e6c395b1eecb92c3d8e9a-d # internal bufio mkdir -p $WORK/b044/ cat >$WORK/b044/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/bufio /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b044/_pkg_.a -trimpath $WORK/b044 -shared -p bufio -std -complete -installsuffix shared -buildid WXf5Mp3RbyUS4g5AbL4Q/WXf5Mp3RbyUS4g5AbL4Q -goversion go1.10.4 -D "" -importcfg $WORK/b044/importcfg -pack ./bufio.go ./scan.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b032/_pkg_.a # internal cp $WORK/b032/_pkg_.a /builddir/.cache/go-build/85/85a1cd167035d17375555cd2afa689d1ec72071d9cde89436788748f174bdcc2-d # internal os mkdir -p $WORK/b031/ cat >$WORK/b031/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile internal/poll=$WORK/b032/_pkg_.a packagefile internal/testlog=$WORK/b035/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b033/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/os /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b031/_pkg_.a -trimpath $WORK/b031 -shared -p os -std -installsuffix shared -buildid FeVtnw7-bSbLHDsO_WCd/FeVtnw7-bSbLHDsO_WCd -goversion go1.10.4 -D "" -importcfg $WORK/b031/importcfg -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.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 /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b044/_pkg_.a # internal cp $WORK/b044/_pkg_.a /builddir/.cache/go-build/a4/a43fd8acb27c2d6fa8e15c5f36c1394da6258e4879515843a0e5abbfc36cf5a3-d # internal internal/syscall/unix mkdir -p $WORK/b045/ cat >$WORK/b045/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b033/_pkg_.a EOF cd /usr/lib/golang/src/internal/syscall/unix /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b045/_pkg_.a -trimpath $WORK/b045 -shared -p internal/syscall/unix -std -complete -installsuffix shared -buildid yhQTfJwbHybzXroh2cZr/yhQTfJwbHybzXroh2cZr -goversion go1.10.4 -D "" -importcfg $WORK/b045/importcfg -pack ./getrandom_linux.go ./getrandom_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b045/_pkg_.a # internal cp $WORK/b045/_pkg_.a /builddir/.cache/go-build/61/611146b5721fc5e98d443d377c507e0d1eaa8506d7de42d646c84a4ebe0558f2-d # internal crypto/sha1 mkdir -p $WORK/b048/ cat >$WORK/b048/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b016/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b017/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b048/_pkg_.a -trimpath $WORK/b048 -shared -p crypto/sha1 -std -installsuffix shared -buildid vhxStMkJKxV0Sme9qgQI/vhxStMkJKxV0Sme9qgQI -goversion go1.10.4 -D "" -importcfg $WORK/b048/importcfg -pack -asmhdr $WORK/b048/go_asm.h ./sha1.go ./sha1block.go ./sha1block_decl.go ./sha1block_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b048 -I $WORK/b048/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b048/sha1block_s390x.o ./sha1block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b048/_pkg_.a $WORK/b048/sha1block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b048/_pkg_.a # internal cp $WORK/b048/_pkg_.a /builddir/.cache/go-build/1d/1d60ad2c1d9570f1150b2304049807c4f9da06122f0631a0d5a943eb476a5673-d # internal crypto/sha256 mkdir -p $WORK/b049/ cat >$WORK/b049/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b016/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b017/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha256 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b049/_pkg_.a -trimpath $WORK/b049 -shared -p crypto/sha256 -std -installsuffix shared -buildid U68lt2LX3_OZTZ_4bW5p/U68lt2LX3_OZTZ_4bW5p -goversion go1.10.4 -D "" -importcfg $WORK/b049/importcfg -pack -asmhdr $WORK/b049/go_asm.h ./sha256.go ./sha256block.go ./sha256block_decl.go ./sha256block_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b049 -I $WORK/b049/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b049/sha256block_s390x.o ./sha256block_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b049/_pkg_.a $WORK/b049/sha256block_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b049/_pkg_.a # internal cp $WORK/b049/_pkg_.a /builddir/.cache/go-build/64/6469267c81bfa769f464c17e2afd0304f8f1158c2fd38e2034a5380dea8c7dd5-d # internal encoding/base64 mkdir -p $WORK/b055/ cat >$WORK/b055/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/encoding/base64 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b055/_pkg_.a -trimpath $WORK/b055 -shared -p encoding/base64 -std -complete -installsuffix shared -buildid 5E04123UTUncpph_WWFE/5E04123UTUncpph_WWFE -goversion go1.10.4 -D "" -importcfg $WORK/b055/importcfg -pack ./base64.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b031/_pkg_.a # internal cp $WORK/b031/_pkg_.a /builddir/.cache/go-build/ec/ec97d0fedcc38a59d9acee91393dff2182375b7d9a1cb68ef83731f510dafafa-d # internal fmt mkdir -p $WORK/b030/ cat >$WORK/b030/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b019/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/fmt /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b030/_pkg_.a -trimpath $WORK/b030 -shared -p fmt -std -complete -installsuffix shared -buildid sG8OhHk9n_sBPrA0Ea-r/sG8OhHk9n_sBPrA0Ea-r -goversion go1.10.4 -D "" -importcfg $WORK/b030/importcfg -pack ./doc.go ./format.go ./print.go ./scan.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b055/_pkg_.a # internal cp $WORK/b055/_pkg_.a /builddir/.cache/go-build/99/994250dbfc66cf23e5e0567b1c15134adf7380a54732fab8bed7808c84a7a9c1-d # internal sort mkdir -p $WORK/b056/ cat >$WORK/b056/importcfg << 'EOF' # internal # import config packagefile reflect=$WORK/b026/_pkg_.a EOF cd /usr/lib/golang/src/sort /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b056/_pkg_.a -trimpath $WORK/b056 -shared -p sort -std -complete -installsuffix shared -buildid wb-cxiej1WgLARX0WacM/wb-cxiej1WgLARX0WacM -goversion go1.10.4 -D "" -importcfg $WORK/b056/importcfg -pack ./search.go ./slice.go ./sort.go ./zfuncversion.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b056/_pkg_.a # internal cp $WORK/b056/_pkg_.a /builddir/.cache/go-build/52/52c925e7b9fc0b0c5449a54d936e3802c8217a25eb3a95eb35ca5a93454ecae6-d # internal encoding/pem mkdir -p $WORK/b054/ cat >$WORK/b054/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/base64=$WORK/b055/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/encoding/pem /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b054/_pkg_.a -trimpath $WORK/b054 -shared -p encoding/pem -std -complete -installsuffix shared -buildid -ocZZqGqJEX3eXHCa_zT/-ocZZqGqJEX3eXHCa_zT -goversion go1.10.4 -D "" -importcfg $WORK/b054/importcfg -pack ./pem.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b054/_pkg_.a # internal cp $WORK/b054/_pkg_.a /builddir/.cache/go-build/65/650a72e5027f9c0121b522c8711c4f53cacaab0e6c465ab4f8cc46e2f2aa3440-d # internal path/filepath mkdir -p $WORK/b060/ cat >$WORK/b060/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/path/filepath /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b060/_pkg_.a -trimpath $WORK/b060 -shared -p path/filepath -std -complete -installsuffix shared -buildid s7P_d9ZXcFDZhpvHCBID/s7P_d9ZXcFDZhpvHCBID -goversion go1.10.4 -D "" -importcfg $WORK/b060/importcfg -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b060/_pkg_.a # internal cp $WORK/b060/_pkg_.a /builddir/.cache/go-build/fb/fb1ca5753fba5e1e1176a57a19add393198a43e36fea5cb033941bdd8e0d1bf1-d # internal io/ioutil mkdir -p $WORK/b059/ cat >$WORK/b059/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/io/ioutil /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b059/_pkg_.a -trimpath $WORK/b059 -shared -p io/ioutil -std -complete -installsuffix shared -buildid OtC_cf0Fw3LtJ6eM3F7O/OtC_cf0Fw3LtJ6eM3F7O -goversion go1.10.4 -D "" -importcfg $WORK/b059/importcfg -pack ./ioutil.go ./tempfile.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b030/_pkg_.a # internal cp $WORK/b030/_pkg_.a /builddir/.cache/go-build/f7/f77559f95fe9f2f11d7cee268518874c60a468de638cd87bde3c9161a03c8ef2-d # internal math/big mkdir -p $WORK/b029/ cat >$WORK/b029/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b019/_pkg_.a packagefile math/bits=$WORK/b036/_pkg_.a packagefile math/rand=$WORK/b037/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b029/_pkg_.a -trimpath $WORK/b029 -shared -p math/big -std -installsuffix shared -buildid Fa2IHWd6e_JzyXHcwn9a/Fa2IHWd6e_JzyXHcwn9a -goversion go1.10.4 -D "" -importcfg $WORK/b029/importcfg -pack -asmhdr $WORK/b029/go_asm.h ./accuracy_string.go ./arith.go ./arith_decl.go ./arith_decl_s390x.go ./decimal.go ./doc.go ./float.go ./floatconv.go ./floatmarsh.go ./ftoa.go ./int.go ./intconv.go ./intmarsh.go ./nat.go ./natconv.go ./prime.go ./rat.go ./ratconv.go ./ratmarsh.go ./roundingmode_string.go ./sqrt.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b059/_pkg_.a # internal cp $WORK/b059/_pkg_.a /builddir/.cache/go-build/17/17179f5eb39544977d1bb63915320c28cf3e3275028295fba64a45aa0f565de0-d # internal encoding/hex mkdir -p $WORK/b053/ cat >$WORK/b053/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/encoding/hex /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b053/_pkg_.a -trimpath $WORK/b053 -shared -p encoding/hex -std -complete -installsuffix shared -buildid I8TOxgf1grwagu_OevwO/I8TOxgf1grwagu_OevwO -goversion go1.10.4 -D "" -importcfg $WORK/b053/importcfg -pack ./hex.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b053/_pkg_.a # internal cp $WORK/b053/_pkg_.a /builddir/.cache/go-build/16/16ae40f224287b198422faef5597406b08ca9b99e417411fd9aaed7ac1385038-d # internal context mkdir -p $WORK/b062/ cat >$WORK/b062/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/context /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b062/_pkg_.a -trimpath $WORK/b062 -shared -p context -std -complete -installsuffix shared -buildid MtZTpVXIag_DfbNLzdaN/MtZTpVXIag_DfbNLzdaN -goversion go1.10.4 -D "" -importcfg $WORK/b062/importcfg -pack ./context.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b062/_pkg_.a # internal cp $WORK/b062/_pkg_.a /builddir/.cache/go-build/bf/bf982bbd3e28330b62b9465ed2e33391ab3ab6da0a31e89f0a28010ab694e6e1-d # internal internal/singleflight mkdir -p $WORK/b064/ cat >$WORK/b064/importcfg << 'EOF' # internal # import config packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/internal/singleflight /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b064/_pkg_.a -trimpath $WORK/b064 -shared -p internal/singleflight -std -complete -installsuffix shared -buildid xToJ3DUdW6hWL2RZ71t1/xToJ3DUdW6hWL2RZ71t1 -goversion go1.10.4 -D "" -importcfg $WORK/b064/importcfg -pack ./singleflight.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b064/_pkg_.a # internal cp $WORK/b064/_pkg_.a /builddir/.cache/go-build/c7/c7188dd00764eab50ab92afbe6833cdbad7e435a1deb48891b914d6f7b4002a3-d # internal net mkdir -p $WORK/b061/ cd /usr/lib/golang/src/net CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_s390x/cgo -objdir $WORK/b061/ -importpath net -- -I $WORK/b061/ -g -O2 ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix.go cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b029 -I $WORK/b029/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b029/arith_s390x.o ./arith_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b029/_pkg_.a $WORK/b029/arith_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b029/_pkg_.a # internal cp $WORK/b029/_pkg_.a /builddir/.cache/go-build/38/38b9113e2a938ba3df21e6f80ed29052a4a2d1893be838caf21f6e864073f047-d # internal crypto/elliptic mkdir -p $WORK/b028/ cat >$WORK/b028/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b022/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/big=$WORK/b029/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/crypto/elliptic /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b028/_pkg_.a -trimpath $WORK/b028 -shared -p crypto/elliptic -std -installsuffix shared -buildid gpPWj-1xcTszf9A9XhxB/gpPWj-1xcTszf9A9XhxB -goversion go1.10.4 -D "" -importcfg $WORK/b028/importcfg -pack -asmhdr $WORK/b028/go_asm.h ./elliptic.go ./p224.go ./p256.go ./p256_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b028 -I $WORK/b028/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b028/p256_asm_s390x.o ./p256_asm_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b028/_pkg_.a $WORK/b028/p256_asm_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b028/_pkg_.a # internal cp $WORK/b028/_pkg_.a /builddir/.cache/go-build/6b/6b136d1f091a99f12ef5bb0b09eb6fa303799f682f7c099c187d8432f5de5f0b-d # internal encoding/asn1 mkdir -p $WORK/b040/ cat >$WORK/b040/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile math=$WORK/b019/_pkg_.a packagefile math/big=$WORK/b029/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b034/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/encoding/asn1 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b040/_pkg_.a -trimpath $WORK/b040 -shared -p encoding/asn1 -std -complete -installsuffix shared -buildid 5Yk0cgQqXdfwvlfzVV8c/5Yk0cgQqXdfwvlfzVV8c -goversion go1.10.4 -D "" -importcfg $WORK/b040/importcfg -pack ./asn1.go ./common.go ./marshal.go cd $WORK/b061 gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c cgo_linux.cgo2.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x003.o -c cgo_resnew.cgo2.c /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b040/_pkg_.a # internal cp $WORK/b040/_pkg_.a /builddir/.cache/go-build/8f/8f7adef43e92f12dbdd2d434beb234a0145517e2df31e1e9a0cff444428ad119-d # internal crypto/ecdsa mkdir -p $WORK/b027/ cat >$WORK/b027/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b016/_pkg_.a packagefile crypto/aes=$WORK/b020/_pkg_.a packagefile crypto/cipher=$WORK/b021/_pkg_.a packagefile crypto/elliptic=$WORK/b028/_pkg_.a packagefile crypto/sha512=$WORK/b039/_pkg_.a packagefile encoding/asn1=$WORK/b040/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/big=$WORK/b029/_pkg_.a EOF cd /usr/lib/golang/src/crypto/ecdsa /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b027/_pkg_.a -trimpath $WORK/b027 -shared -p crypto/ecdsa -std -complete -installsuffix shared -buildid D-G55s_0wwFSRoycMtvb/D-G55s_0wwFSRoycMtvb -goversion go1.10.4 -D "" -importcfg $WORK/b027/importcfg -pack ./ecdsa.go cd $WORK/b061 gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x004.o -c cgo_socknew.cgo2.c gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x005.o -c cgo_unix.cgo2.c /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b027/_pkg_.a # internal cp $WORK/b027/_pkg_.a /builddir/.cache/go-build/1f/1fbfe8b7b5a8f69a874c45fdee8962a863317d5a82abec27a3afb5a089766341-d # internal crypto/rand mkdir -p $WORK/b043/ cat >$WORK/b043/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b044/_pkg_.a packagefile crypto/aes=$WORK/b020/_pkg_.a packagefile crypto/cipher=$WORK/b021/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile internal/syscall/unix=$WORK/b045/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/big=$WORK/b029/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b033/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rand /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b043/_pkg_.a -trimpath $WORK/b043 -shared -p crypto/rand -std -complete -installsuffix shared -buildid KgKuo8VPn8JzHsRUlSYi/KgKuo8VPn8JzHsRUlSYi -goversion go1.10.4 -D "" -importcfg $WORK/b043/importcfg -pack ./eagain.go ./rand.go ./rand_linux.go ./rand_unix.go ./util.go cd $WORK/b061 gcc -I /usr/lib/golang/src/net -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b043/_pkg_.a # internal cp $WORK/b043/_pkg_.a /builddir/.cache/go-build/c1/c1b13174d53215d9a42688e31f631ebc347c947af43e266f0bbbb5f2a490bd8c-d # internal crypto/rsa mkdir -p $WORK/b047/ cat >$WORK/b047/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto=$WORK/b016/_pkg_.a packagefile crypto/rand=$WORK/b043/_pkg_.a packagefile crypto/subtle=$WORK/b022/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b019/_pkg_.a packagefile math/big=$WORK/b029/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rsa /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b047/_pkg_.a -trimpath $WORK/b047 -shared -p crypto/rsa -std -complete -installsuffix shared -buildid w3r6c3EB1zKplqFdg4ha/w3r6c3EB1zKplqFdg4ha -goversion go1.10.4 -D "" -importcfg $WORK/b047/importcfg -pack ./pkcs1v15.go ./pss.go ./rsa.go cd /usr/lib/golang/src/net gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -o $WORK/b061/_cgo_.o $WORK/b061/_cgo_main.o $WORK/b061/_x001.o $WORK/b061/_x002.o $WORK/b061/_x003.o $WORK/b061/_x004.o $WORK/b061/_x005.o -g -O2 /usr/lib/golang/pkg/tool/linux_s390x/cgo -dynpackage net -dynimport $WORK/b061/_cgo_.o -dynout $WORK/b061/_cgo_import.go cat >$WORK/b061/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b062/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile internal/nettrace=$WORK/b063/_pkg_.a packagefile internal/poll=$WORK/b032/_pkg_.a packagefile internal/singleflight=$WORK/b064/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/rand=$WORK/b037/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile syscall=$WORK/b033/_pkg_.a packagefile time=$WORK/b034/_pkg_.a packagefile runtime/cgo=$WORK/b065/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b061/_pkg_.a -trimpath $WORK/b061 -shared -p net -std -installsuffix shared -buildid Ad_Neh9sUySvqDHaMXZV/Ad_Neh9sUySvqDHaMXZV -goversion go1.10.4 -D "" -importcfg $WORK/b061/importcfg -pack ./addrselect.go ./conf.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./dnsmsg.go ./error_posix.go ./fd_unix.go ./file.go ./file_unix.go ./hook.go ./hook_unix.go ./hosts.go ./interface.go ./interface_linux.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./nss.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./rawconn.go ./sendfile_linux.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go ./writev_unix.go $WORK/b061/_cgo_gotypes.go $WORK/b061/cgo_linux.cgo1.go $WORK/b061/cgo_resnew.cgo1.go $WORK/b061/cgo_socknew.cgo1.go $WORK/b061/cgo_unix.cgo1.go $WORK/b061/_cgo_import.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b047/_pkg_.a # internal cp $WORK/b047/_pkg_.a /builddir/.cache/go-build/72/72c13d50cad1c0763eb36ce10a04e3542977fd30a332cec7a9cd0513481ae19c-d # internal crypto/dsa mkdir -p $WORK/b051/ cat >$WORK/b051/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/big=$WORK/b029/_pkg_.a EOF cd /usr/lib/golang/src/crypto/dsa /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b051/_pkg_.a -trimpath $WORK/b051 -shared -p crypto/dsa -std -complete -installsuffix shared -buildid GMh7f1qu2urA1_M0Zt9H/GMh7f1qu2urA1_M0Zt9H -goversion go1.10.4 -D "" -importcfg $WORK/b051/importcfg -pack ./dsa.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b051/_pkg_.a # internal cp $WORK/b051/_pkg_.a /builddir/.cache/go-build/b6/b642d69ef31d8c3133810df4113e5c8f63cce6bbb23aee19ea26257ca13cd7d4-d # internal crypto/x509/pkix mkdir -p $WORK/b052/ cat >$WORK/b052/importcfg << 'EOF' # internal # import config packagefile encoding/asn1=$WORK/b040/_pkg_.a packagefile encoding/hex=$WORK/b053/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile math/big=$WORK/b029/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/crypto/x509/pkix /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b052/_pkg_.a -trimpath $WORK/b052 -shared -p crypto/x509/pkix -std -complete -installsuffix shared -buildid 2dfQMLqAO1pzhkkBsiG8/2dfQMLqAO1pzhkkBsiG8 -goversion go1.10.4 -D "" -importcfg $WORK/b052/importcfg -pack ./pkix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b052/_pkg_.a # internal cp $WORK/b052/_pkg_.a /builddir/.cache/go-build/5c/5c966dd46b0e3bb6d5fe92d0d60304dcd4e5a5d182d6e14ad01333c2b6bfb0ff-d # internal vendor/golang_org/x/crypto/cryptobyte mkdir -p $WORK/b057/ cat >$WORK/b057/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/cryptobyte/asn1=vendor/golang_org/x/crypto/cryptobyte/asn1 packagefile encoding/asn1=$WORK/b040/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=$WORK/b058/_pkg_.a packagefile math/big=$WORK/b029/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/cryptobyte /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b057/_pkg_.a -trimpath $WORK/b057 -shared -p vendor/golang_org/x/crypto/cryptobyte -std -complete -installsuffix shared -buildid W9B6EGzAfq9TR2UWt_MP/W9B6EGzAfq9TR2UWt_MP -goversion go1.10.4 -D "" -importcfg $WORK/b057/importcfg -pack ./asn1.go ./builder.go ./string.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b057/_pkg_.a # internal cp $WORK/b057/_pkg_.a /builddir/.cache/go-build/67/679cec526362725885de51ae10ab4f2198ffc81d0b9c4c031d09c53dfe43b487-d # internal net/url mkdir -p $WORK/b066/ cat >$WORK/b066/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/net/url /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b066/_pkg_.a -trimpath $WORK/b066 -shared -p net/url -std -complete -installsuffix shared -buildid BqjBU300BrfpOypeGB3C/BqjBU300BrfpOypeGB3C -goversion go1.10.4 -D "" -importcfg $WORK/b066/importcfg -pack ./url.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b066/_pkg_.a # internal cp $WORK/b066/_pkg_.a /builddir/.cache/go-build/07/07fd5b4d7a6e12411da08e0bf80b9ab720f513bcdb0d650ebe53f85badfd9844-d # internal vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 mkdir -p $WORK/b068/ cat >$WORK/b068/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b068/_pkg_.a -trimpath $WORK/b068 -shared -p vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 -std -complete -installsuffix shared -buildid wpdNC2CaBsANdkhbIdy4/wpdNC2CaBsANdkhbIdy4 -goversion go1.10.4 -D "" -importcfg $WORK/b068/importcfg -pack ./chacha_generic.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b068/_pkg_.a # internal cp $WORK/b068/_pkg_.a /builddir/.cache/go-build/5b/5bd321cb6d1eaa6e24ea4203855fcd45354593300b145935a475c3f6de29f152-d # internal vendor/golang_org/x/crypto/poly1305 mkdir -p $WORK/b069/ cat >$WORK/b069/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b022/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/poly1305 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b069/_pkg_.a -trimpath $WORK/b069 -shared -p vendor/golang_org/x/crypto/poly1305 -std -complete -installsuffix shared -buildid WlVWkJ2sdlh-qooqtbV8/WlVWkJ2sdlh-qooqtbV8 -goversion go1.10.4 -D "" -importcfg $WORK/b069/importcfg -pack ./poly1305.go ./sum_ref.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b069/_pkg_.a # internal cp $WORK/b069/_pkg_.a /builddir/.cache/go-build/50/50fafd7fffa7c6edbf6e73daeeb2610ebd6456aea04855c8738feaafb5545c0c-d # internal vendor/golang_org/x/crypto/chacha20poly1305 mkdir -p $WORK/b067/ cat >$WORK/b067/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/chacha20poly1305/internal/chacha20=vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 importmap golang_org/x/crypto/poly1305=vendor/golang_org/x/crypto/poly1305 packagefile crypto/cipher=$WORK/b021/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20=$WORK/b068/_pkg_.a packagefile vendor/golang_org/x/crypto/poly1305=$WORK/b069/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/chacha20poly1305 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b067/_pkg_.a -trimpath $WORK/b067 -shared -p vendor/golang_org/x/crypto/chacha20poly1305 -std -complete -installsuffix shared -buildid 2FAWLS7ntV4DzSNFcHv8/2FAWLS7ntV4DzSNFcHv8 -goversion go1.10.4 -D "" -importcfg $WORK/b067/importcfg -pack ./chacha20poly1305.go ./chacha20poly1305_generic.go ./chacha20poly1305_noasm.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b067/_pkg_.a # internal cp $WORK/b067/_pkg_.a /builddir/.cache/go-build/3b/3b006f0c8470b44bc91b952f16de90859fb1acc051d24cd20c03fef8c628a852-d # internal vendor/golang_org/x/crypto/curve25519 mkdir -p $WORK/b070/ cat >$WORK/b070/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b025/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/crypto/curve25519 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b070/_pkg_.a -trimpath $WORK/b070 -shared -p vendor/golang_org/x/crypto/curve25519 -std -complete -installsuffix shared -buildid 0XkFHpmgIZfkA0N3feob/0XkFHpmgIZfkA0N3feob -goversion go1.10.4 -D "" -importcfg $WORK/b070/importcfg -pack ./curve25519.go ./doc.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b070/_pkg_.a # internal cp $WORK/b070/_pkg_.a /builddir/.cache/go-build/82/8285a62c237cb848f0350b32cf4f73866b61411bd9cc90c45072c413f87270a7-d # internal encoding/json mkdir -p $WORK/b071/ cat >$WORK/b071/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding=$WORK/b072/_pkg_.a packagefile encoding/base64=$WORK/b055/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b019/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf16=$WORK/b073/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/encoding/json /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b071/_pkg_.a -trimpath $WORK/b071 -shared -p encoding/json -std -complete -installsuffix shared -buildid SKq9feA9F_0tAN_vNM94/SKq9feA9F_0tAN_vNM94 -goversion go1.10.4 -D "" -importcfg $WORK/b071/importcfg -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tables.go ./tags.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b071/_pkg_.a # internal cp $WORK/b071/_pkg_.a /builddir/.cache/go-build/3e/3e4c1f4fc201ca0cfcd948b42fe4971a3d61aaea1c0e3ddcc9a1e6deee918a94-d # internal flag mkdir -p $WORK/b075/ cat >$WORK/b075/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/flag /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b075/_pkg_.a -trimpath $WORK/b075 -shared -p flag -std -complete -installsuffix shared -buildid 3NxwbQdV1gm0mbGQDsiJ/3NxwbQdV1gm0mbGQDsiJ -goversion go1.10.4 -D "" -importcfg $WORK/b075/importcfg -pack ./flag.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b075/_pkg_.a # internal cp $WORK/b075/_pkg_.a /builddir/.cache/go-build/d9/d951fb28e142b415d022cf385fcde79445e952565ec6af1063fb42b7a3000a9c-d # internal text/tabwriter mkdir -p $WORK/b076/ cat >$WORK/b076/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/text/tabwriter /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b076/_pkg_.a -trimpath $WORK/b076 -shared -p text/tabwriter -std -complete -installsuffix shared -buildid NJ4UoRZR9XPoxni7vAOe/NJ4UoRZR9XPoxni7vAOe -goversion go1.10.4 -D "" -importcfg $WORK/b076/importcfg -pack ./tabwriter.go cd /usr/lib/golang/src/net /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b061/_pkg_.a $WORK/b061/_x001.o $WORK/b061/_x002.o $WORK/b061/_x003.o $WORK/b061/_x004.o $WORK/b061/_x005.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b061/_pkg_.a # internal cp $WORK/b061/_pkg_.a /builddir/.cache/go-build/a7/a77c8683e630c4152d146987d677df15815f8ce1803d76eabbd8b226ee7e1caa-d # internal crypto/x509 mkdir -p $WORK/b050/ cat >$WORK/b050/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/cryptobyte=vendor/golang_org/x/crypto/cryptobyte importmap golang_org/x/crypto/cryptobyte/asn1=vendor/golang_org/x/crypto/cryptobyte/asn1 packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto=$WORK/b016/_pkg_.a packagefile crypto/aes=$WORK/b020/_pkg_.a packagefile crypto/cipher=$WORK/b021/_pkg_.a packagefile crypto/des=$WORK/b024/_pkg_.a packagefile crypto/dsa=$WORK/b051/_pkg_.a packagefile crypto/ecdsa=$WORK/b027/_pkg_.a packagefile crypto/elliptic=$WORK/b028/_pkg_.a packagefile crypto/md5=$WORK/b042/_pkg_.a packagefile crypto/rsa=$WORK/b047/_pkg_.a packagefile crypto/sha1=$WORK/b048/_pkg_.a packagefile crypto/sha256=$WORK/b049/_pkg_.a packagefile crypto/sha512=$WORK/b039/_pkg_.a packagefile crypto/x509/pkix=$WORK/b052/_pkg_.a packagefile encoding/asn1=$WORK/b040/_pkg_.a packagefile encoding/hex=$WORK/b053/_pkg_.a packagefile encoding/pem=$WORK/b054/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte=$WORK/b057/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=$WORK/b058/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile math/big=$WORK/b029/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b034/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/crypto/x509 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b050/_pkg_.a -trimpath $WORK/b050 -shared -p crypto/x509 -std -complete -installsuffix shared -buildid ipnBkx9b9y-MoBegpqlj/ipnBkx9b9y-MoBegpqlj -goversion go1.10.4 -D "" -importcfg $WORK/b050/importcfg -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_linux.go ./root_unix.go ./sec1.go ./verify.go ./x509.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b076/_pkg_.a # internal cp $WORK/b076/_pkg_.a /builddir/.cache/go-build/01/01ff518c26fd58f5ae550cccc046c7360921f97ec55e55577661298c944067b6-d # internal text/template/parse mkdir -p $WORK/b078/ cat >$WORK/b078/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/text/template/parse /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b078/_pkg_.a -trimpath $WORK/b078 -shared -p text/template/parse -std -complete -installsuffix shared -buildid tzZi9y46KjOao9MQcRgq/tzZi9y46KjOao9MQcRgq -goversion go1.10.4 -D "" -importcfg $WORK/b078/importcfg -pack ./lex.go ./node.go ./parse.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b078/_pkg_.a # internal cp $WORK/b078/_pkg_.a /builddir/.cache/go-build/de/de99babb53c1d0d1969f26e6dc82849aac788395df23d1b364171b82a7137829-d # internal text/template mkdir -p $WORK/b077/ cat >$WORK/b077/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile text/template/parse=$WORK/b078/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/text/template /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b077/_pkg_.a -trimpath $WORK/b077 -shared -p text/template -std -complete -installsuffix shared -buildid 82FCUzTb-kZ9sKXOVX71/82FCUzTb-kZ9sKXOVX71 -goversion go1.10.4 -D "" -importcfg $WORK/b077/importcfg -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./option.go ./template.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b050/_pkg_.a # internal cp $WORK/b050/_pkg_.a /builddir/.cache/go-build/bb/bbbe9b99932f054c558fe4d9dff96020812569930cf61d6b77c47e4e26e60b04-d # internal crypto/tls mkdir -p $WORK/b014/ cat >$WORK/b014/importcfg << 'EOF' # internal # import config importmap golang_org/x/crypto/chacha20poly1305=vendor/golang_org/x/crypto/chacha20poly1305 importmap golang_org/x/crypto/curve25519=vendor/golang_org/x/crypto/curve25519 packagefile bytes=$WORK/b002/_pkg_.a packagefile container/list=$WORK/b015/_pkg_.a packagefile crypto=$WORK/b016/_pkg_.a packagefile crypto/aes=$WORK/b020/_pkg_.a packagefile crypto/cipher=$WORK/b021/_pkg_.a packagefile crypto/des=$WORK/b024/_pkg_.a packagefile crypto/ecdsa=$WORK/b027/_pkg_.a packagefile crypto/elliptic=$WORK/b028/_pkg_.a packagefile crypto/hmac=$WORK/b041/_pkg_.a packagefile crypto/internal/cipherhw=$WORK/b023/_pkg_.a packagefile crypto/md5=$WORK/b042/_pkg_.a packagefile crypto/rand=$WORK/b043/_pkg_.a packagefile crypto/rc4=$WORK/b046/_pkg_.a packagefile crypto/rsa=$WORK/b047/_pkg_.a packagefile crypto/sha1=$WORK/b048/_pkg_.a packagefile crypto/sha256=$WORK/b049/_pkg_.a packagefile crypto/sha512=$WORK/b039/_pkg_.a packagefile crypto/subtle=$WORK/b022/_pkg_.a packagefile crypto/x509=$WORK/b050/_pkg_.a packagefile encoding/asn1=$WORK/b040/_pkg_.a packagefile encoding/pem=$WORK/b054/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305=$WORK/b067/_pkg_.a packagefile vendor/golang_org/x/crypto/curve25519=$WORK/b070/_pkg_.a packagefile hash=$WORK/b017/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile math/big=$WORK/b029/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/crypto/tls /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b014/_pkg_.a -trimpath $WORK/b014 -shared -p crypto/tls -std -complete -installsuffix shared -buildid x3m24oTO5ksQdYC1OgiL/x3m24oTO5ksQdYC1OgiL -goversion go1.10.4 -D "" -importcfg $WORK/b014/importcfg -pack ./alert.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_messages.go ./handshake_server.go ./key_agreement.go ./prf.go ./ticket.go ./tls.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b077/_pkg_.a # internal cp $WORK/b077/_pkg_.a /builddir/.cache/go-build/1c/1ca5d9f517ef4359258eedca2ccc98497ac6a19b703ba01f1649a2112e5a33eb-d # internal github.com/AudriusButkevicius/cli mkdir -p $WORK/b074/ cat >$WORK/b074/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile flag=$WORK/b075/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile text/tabwriter=$WORK/b076/_pkg_.a packagefile text/template=$WORK/b077/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/share/gocode/src/github.com/AudriusButkevicius/cli /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b074/_pkg_.a -trimpath $WORK/b074 -shared -p github.com/AudriusButkevicius/cli -complete -installsuffix shared -buildid ZkrqxawcGdnm2nFZeaRU/ZkrqxawcGdnm2nFZeaRU -goversion go1.10.4 -D "" -importcfg $WORK/b074/importcfg -pack ./app.go ./cli.go ./command.go ./context.go ./flag.go ./help.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b074/_pkg_.a # internal cp $WORK/b074/_pkg_.a /builddir/.cache/go-build/a1/a1c62693e717fb310c8ed7c03f53aefea076edc2f090123cfb02b84ff5bc54a4-d # internal encoding/xml mkdir -p $WORK/b080/ cat >$WORK/b080/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b044/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding=$WORK/b072/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/encoding/xml /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b080/_pkg_.a -trimpath $WORK/b080 -shared -p encoding/xml -std -complete -installsuffix shared -buildid qUcAEDlYkgGcca5wO_Bl/qUcAEDlYkgGcca5wO_Bl -goversion go1.10.4 -D "" -importcfg $WORK/b080/importcfg -pack ./marshal.go ./read.go ./typeinfo.go ./xml.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b014/_pkg_.a # internal cp $WORK/b014/_pkg_.a /builddir/.cache/go-build/f0/f09845f78a5a0c81199f4a032345bac7105f1c4b8629be58a709c35d954eb638-d # internal log mkdir -p $WORK/b083/ cat >$WORK/b083/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/log /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b083/_pkg_.a -trimpath $WORK/b083 -shared -p log -std -complete -installsuffix shared -buildid prItjwSgPMPheKaJ_sa6/prItjwSgPMPheKaJ_sa6 -goversion go1.10.4 -D "" -importcfg $WORK/b083/importcfg -pack ./log.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b083/_pkg_.a # internal cp $WORK/b083/_pkg_.a /builddir/.cache/go-build/69/69b9fe5962886f72e214cfa7ca06cbf8d594724bc081cfb5a0e78d1a79184fde-d # internal github.com/syncthing/syncthing/lib/logger mkdir -p $WORK/b082/ cat >$WORK/b082/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b030/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile log=$WORK/b083/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/logger /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b082/_pkg_.a -trimpath $WORK/b082 -shared -p github.com/syncthing/syncthing/lib/logger -complete -installsuffix shared -buildid Ym5JKmapQqfh26tQsHyI/Ym5JKmapQqfh26tQsHyI -goversion go1.10.4 -D "" -importcfg $WORK/b082/importcfg -pack ./logger.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b082/_pkg_.a # internal cp $WORK/b082/_pkg_.a /builddir/.cache/go-build/37/378bdad957603b888d8d72d6f2c1f27221574acebf94e4f244eb5ab225512065-d # internal github.com/petermattis/goid mkdir -p $WORK/b086/ cat >$WORK/b086/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a EOF cd /usr/share/gocode/src/github.com/petermattis/goid /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b086/_pkg_.a -trimpath $WORK/b086 -shared -p github.com/petermattis/goid -complete -installsuffix shared -buildid LWRxGxkjj2jgwVq9Z2f2/LWRxGxkjj2jgwVq9Z2f2 -goversion go1.10.4 -D "" -importcfg $WORK/b086/importcfg -pack ./goid.go ./goid_slow.go ./runtime_go1.9.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b086/_pkg_.a # internal cp $WORK/b086/_pkg_.a /builddir/.cache/go-build/f8/f8a3b3b4118346fc6cfbd425d7eab1957850a806ef71d7558033aaa34ee014ab-d # internal os/user mkdir -p $WORK/b087/ cd /usr/lib/golang/src/os/user CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_s390x/cgo -objdir $WORK/b087/ -importpath os/user -- -I $WORK/b087/ -g -O2 ./cgo_lookup_unix.go ./getgrouplist_unix.go ./listgroups_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b080/_pkg_.a # internal cp $WORK/b080/_pkg_.a /builddir/.cache/go-build/de/deb15349daac681f67742d5b23f115b4b0d622777838634366ea0243e690ec40-d # internal github.com/calmh/du mkdir -p $WORK/b089/ cat >$WORK/b089/importcfg << 'EOF' # internal # import config packagefile path/filepath=$WORK/b060/_pkg_.a packagefile syscall=$WORK/b033/_pkg_.a EOF cd /usr/share/gocode/src/github.com/calmh/du /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b089/_pkg_.a -trimpath $WORK/b089 -shared -p github.com/calmh/du -complete -installsuffix shared -buildid 2U6gHEHHHiX7fK9Vu9Qd/2U6gHEHHHiX7fK9Vu9Qd -goversion go1.10.4 -D "" -importcfg $WORK/b089/importcfg -pack ./diskusage.go ./diskusage_posix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b089/_pkg_.a # internal cp $WORK/b089/_pkg_.a /builddir/.cache/go-build/c3/c365c80c0ce45c7600707735420ab79efd1260f57e81858828250d648391c9bf-d # internal golang.org/x/sys/unix mkdir -p $WORK/b091/ cat >$WORK/b091/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b033/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b091/_pkg_.a -trimpath $WORK/b091 -shared -p golang.org/x/sys/unix -installsuffix shared -buildid UlA8-D15oG0bXJUY85qj/UlA8-D15oG0bXJUY85qj -goversion go1.10.4 -D "" -importcfg $WORK/b091/importcfg -pack -asmhdr $WORK/b091/go_asm.h ./affinity_linux.go ./bluetooth_linux.go ./constants.go ./dev_linux.go ./dirent.go ./endian_big.go ./env_unix.go ./fcntl.go ./pagesize_unix.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_gc.go ./syscall_linux_s390x.go ./syscall_unix.go ./syscall_unix_gc.go ./timestruct.go ./zerrors_linux_s390x.go ./zsyscall_linux_s390x.go ./zsysnum_linux_s390x.go ./ztypes_linux_s390x.go cd $WORK/b087 gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c cgo_lookup_unix.cgo2.c gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x003.o -c getgrouplist_unix.cgo2.c gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x004.o -c listgroups_unix.cgo2.c cd /usr/share/gocode/src/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b091 -I $WORK/b091/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b091/asm_linux_s390x.o ./asm_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b091/_pkg_.a $WORK/b091/asm_linux_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b091/_pkg_.a # internal cp $WORK/b091/_pkg_.a /builddir/.cache/go-build/8a/8afa0faa23244e8804f84ece90bc2b4dcdd7b111f2517b920cdbe2f5be7a3f67-d # internal github.com/syncthing/notify mkdir -p $WORK/b090/ cat >$WORK/b090/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b091/_pkg_.a packagefile log=$WORK/b083/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /usr/share/gocode/src/github.com/syncthing/notify /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b090/_pkg_.a -trimpath $WORK/b090 -shared -p github.com/syncthing/notify -complete -installsuffix shared -buildid ALisJCAxUj0XIk7108ib/ALisJCAxUj0XIk7108ib -goversion go1.10.4 -D "" -importcfg $WORK/b090/importcfg -pack ./debug.go ./debug_nodebug.go ./doc.go ./event.go ./event_inotify.go ./node.go ./notify.go ./tree.go ./tree_nonrecursive.go ./tree_recursive.go ./util.go ./watcher.go ./watcher_inotify.go ./watcher_stub.go ./watchpoint.go ./watchpoint_other.go cd $WORK/b087 gcc -I /usr/lib/golang/src/os/user -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c cd /usr/lib/golang/src/os/user gcc -I . -fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -o $WORK/b087/_cgo_.o $WORK/b087/_cgo_main.o $WORK/b087/_x001.o $WORK/b087/_x002.o $WORK/b087/_x003.o $WORK/b087/_x004.o -g -O2 /usr/lib/golang/pkg/tool/linux_s390x/cgo -dynpackage user -dynimport $WORK/b087/_cgo_.o -dynout $WORK/b087/_cgo_import.go cat >$WORK/b087/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b030/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b033/_pkg_.a packagefile runtime/cgo=$WORK/b065/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b087/_pkg_.a -trimpath $WORK/b087 -shared -p os/user -std -installsuffix shared -buildid 0V0dbtDpRzM2tIdHaSKN/0V0dbtDpRzM2tIdHaSKN -goversion go1.10.4 -D "" -importcfg $WORK/b087/importcfg -pack ./lookup.go ./user.go $WORK/b087/_cgo_gotypes.go $WORK/b087/cgo_lookup_unix.cgo1.go $WORK/b087/getgrouplist_unix.cgo1.go $WORK/b087/listgroups_unix.cgo1.go $WORK/b087/_cgo_import.go /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b087/_pkg_.a $WORK/b087/_x001.o $WORK/b087/_x002.o $WORK/b087/_x003.o $WORK/b087/_x004.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b087/_pkg_.a # internal cp $WORK/b087/_pkg_.a /builddir/.cache/go-build/73/73066ac1d22918fa075ec85a6ba2b028d22f36136dc3013e20fbe4b945e0c71b-d # internal github.com/sasha-s/go-deadlock mkdir -p $WORK/b085/ cat >$WORK/b085/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b044/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile github.com/petermattis/goid=$WORK/b086/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile os/user=$WORK/b087/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/share/gocode/src/github.com/sasha-s/go-deadlock /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b085/_pkg_.a -trimpath $WORK/b085 -shared -p github.com/sasha-s/go-deadlock -complete -installsuffix shared -buildid _R1P_VgWTNaIp-kysP9_/_R1P_VgWTNaIp-kysP9_ -goversion go1.10.4 -D "" -importcfg $WORK/b085/importcfg -pack ./deadlock.go ./stacktraces.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b085/_pkg_.a # internal cp $WORK/b085/_pkg_.a /builddir/.cache/go-build/50/50bc745e7e6e2dbda520872ab3d41dbb3762518306fcdec0c6ebdd5b1efe857c-d # internal github.com/syncthing/syncthing/lib/sync mkdir -p $WORK/b084/ cat >$WORK/b084/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b030/_pkg_.a packagefile github.com/sasha-s/go-deadlock=$WORK/b085/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b082/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/sync /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b084/_pkg_.a -trimpath $WORK/b084 -shared -p github.com/syncthing/syncthing/lib/sync -complete -installsuffix shared -buildid BjHQl-6gumwtNmSMFDRp/BjHQl-6gumwtNmSMFDRp -goversion go1.10.4 -D "" -importcfg $WORK/b084/importcfg -pack ./debug.go ./sync.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b090/_pkg_.a # internal cp $WORK/b090/_pkg_.a /builddir/.cache/go-build/c1/c18c9e88d72d00ca3687ef8c08384b40fee2c6fd9529a211ec7895a24d191dfb-d # internal github.com/syncthing/syncthing/lib/fs mkdir -p $WORK/b088/ cat >$WORK/b088/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b062/_pkg_.a packagefile crypto/md5=$WORK/b042/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile github.com/calmh/du=$WORK/b089/_pkg_.a packagefile github.com/syncthing/notify=$WORK/b090/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b082/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b033/_pkg_.a packagefile time=$WORK/b034/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/fs /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b088/_pkg_.a -trimpath $WORK/b088 -shared -p github.com/syncthing/syncthing/lib/fs -complete -installsuffix shared -buildid ny8XHz19tNkOVfXxJ4bt/ny8XHz19tNkOVfXxJ4bt -goversion go1.10.4 -D "" -importcfg $WORK/b088/importcfg -pack ./basicfs.go ./basicfs_unix.go ./basicfs_watch.go ./basicfs_watch_errors_linux.go ./basicfs_watch_eventtypes_inotify.go ./debug.go ./errorfs.go ./filesystem.go ./folding.go ./fsfileinfo_unix.go ./logfs.go ./lstat_broken.go ./mtimefs.go ./tempname.go ./types.go ./util.go ./walkfs.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b084/_pkg_.a # internal cp $WORK/b084/_pkg_.a /builddir/.cache/go-build/54/54fbce80700b5c0c8d8a6ad37a8a8d33f114a6140918a6332a2508a2716fcdaa-d # internal github.com/syncthing/syncthing/lib/events mkdir -p $WORK/b081/ cat >$WORK/b081/importcfg << 'EOF' # internal # import config packagefile encoding/json=$WORK/b071/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b082/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b084/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/events /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b081/_pkg_.a -trimpath $WORK/b081 -shared -p github.com/syncthing/syncthing/lib/events -complete -installsuffix shared -buildid 8VOzQnfzJTBP2RXlOBCC/8VOzQnfzJTBP2RXlOBCC -goversion go1.10.4 -D "" -importcfg $WORK/b081/importcfg -pack ./debug.go ./events.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b081/_pkg_.a # internal cp $WORK/b081/_pkg_.a /builddir/.cache/go-build/c3/c3c70ca69181aea21505baa08e90d35d90807dc7dbfa619ac27294ec8535afcc-d # internal path mkdir -p $WORK/b094/ cat >$WORK/b094/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/path /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b094/_pkg_.a -trimpath $WORK/b094 -shared -p path -std -complete -installsuffix shared -buildid 8u7O5RXRdxGU4-T4UQeM/8u7O5RXRdxGU4-T4UQeM -goversion go1.10.4 -D "" -importcfg $WORK/b094/importcfg -pack ./match.go ./path.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b094/_pkg_.a # internal cp $WORK/b094/_pkg_.a /builddir/.cache/go-build/73/73a850ab7920cd70f700e5a45fb684be1e99684f3452ecfe865b784f1a12492b-d # internal github.com/pkg/errors mkdir -p $WORK/b093/ cat >$WORK/b093/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile path=$WORK/b094/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /usr/share/gocode/src/github.com/pkg/errors /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b093/_pkg_.a -trimpath $WORK/b093 -shared -p github.com/pkg/errors -complete -installsuffix shared -buildid _3DHNut_yK0WfzJMdnE4/_3DHNut_yK0WfzJMdnE4 -goversion go1.10.4 -D "" -importcfg $WORK/b093/importcfg -pack ./errors.go ./stack.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b093/_pkg_.a # internal cp $WORK/b093/_pkg_.a /builddir/.cache/go-build/f2/f294d6e9f699a038771478a288333047d715e12d56cf85845ec2700c9c6953fd-d # internal golang.org/x/net/bpf mkdir -p $WORK/b097/ cat >$WORK/b097/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/bpf /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b097/_pkg_.a -trimpath $WORK/b097 -shared -p golang.org/x/net/bpf -complete -installsuffix shared -buildid ze0eXa1WHbYPenowhnsW/ze0eXa1WHbYPenowhnsW -goversion go1.10.4 -D "" -importcfg $WORK/b097/importcfg -pack ./asm.go ./constants.go ./doc.go ./instructions.go ./setter.go ./vm.go ./vm_instructions.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b088/_pkg_.a # internal cp $WORK/b088/_pkg_.a /builddir/.cache/go-build/20/202cb21c5aa3928b60110ed57285d9a56235d7f942ac99ee1fad8aa0be3483f7-d # internal golang.org/x/net/internal/socket mkdir -p $WORK/b099/ cat >$WORK/b099/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b033/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/internal/socket /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b099/_pkg_.a -trimpath $WORK/b099 -shared -p golang.org/x/net/internal/socket -installsuffix shared -buildid p26FDnaqdrtY9CDUtpWu/p26FDnaqdrtY9CDUtpWu -goversion go1.10.4 -D "" -importcfg $WORK/b099/importcfg -pack -asmhdr $WORK/b099/go_asm.h ./cmsghdr.go ./cmsghdr_linux_64bit.go ./error_unix.go ./iovec_64bit.go ./mmsghdr_unix.go ./msghdr_linux.go ./msghdr_linux_64bit.go ./rawconn.go ./rawconn_mmsg.go ./rawconn_msg.go ./socket.go ./sys.go ./sys_linux_s390x.go ./sys_posix.go ./zsys_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b097/_pkg_.a # internal cp $WORK/b097/_pkg_.a /builddir/.cache/go-build/96/9699b6d16e5897f2083878c8d21b340eab3e1eb591b18c345e3c9c9e7d662d96-d # internal golang.org/x/net/internal/socks mkdir -p $WORK/b102/ cat >$WORK/b102/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b062/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/internal/socks /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b102/_pkg_.a -trimpath $WORK/b102 -shared -p golang.org/x/net/internal/socks -complete -installsuffix shared -buildid Wb2QsDrehcHYm4PoFNkd/Wb2QsDrehcHYm4PoFNkd -goversion go1.10.4 -D "" -importcfg $WORK/b102/importcfg -pack ./client.go ./socks.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b102/_pkg_.a # internal cp $WORK/b102/_pkg_.a /builddir/.cache/go-build/82/82e0e36c8ac096c7b1e6b571be983ebb095c6497dbd70ddc8f58fc02b4f9fc3e-d # internal golang.org/x/net/proxy mkdir -p $WORK/b101/ cat >$WORK/b101/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b062/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile golang.org/x/net/internal/socks=$WORK/b102/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/proxy /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b101/_pkg_.a -trimpath $WORK/b101 -shared -p golang.org/x/net/proxy -complete -installsuffix shared -buildid Uwm6S0ui7CqEN76RF3rd/Uwm6S0ui7CqEN76RF3rd -goversion go1.10.4 -D "" -importcfg $WORK/b101/importcfg -pack ./direct.go ./per_host.go ./proxy.go ./socks5.go cd /usr/share/gocode/src/golang.org/x/net/internal/socket /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b099 -I $WORK/b099/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b099/sys_linux_s390x.o ./sys_linux_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b099/_pkg_.a $WORK/b099/sys_linux_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b099/_pkg_.a # internal cp $WORK/b099/_pkg_.a /builddir/.cache/go-build/eb/eb6df5c117b59857766e092b18d968f1e7202e195948a72118a632181edf115b-d # internal golang.org/x/net/ipv4 mkdir -p $WORK/b096/ cat >$WORK/b096/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile golang.org/x/net/bpf=$WORK/b097/_pkg_.a packagefile golang.org/x/net/internal/iana=$WORK/b098/_pkg_.a packagefile golang.org/x/net/internal/socket=$WORK/b099/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b033/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/ipv4 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b096/_pkg_.a -trimpath $WORK/b096 -shared -p golang.org/x/net/ipv4 -complete -installsuffix shared -buildid iT9D5o-EEv4-VwOC-y7E/iT9D5o-EEv4-VwOC-y7E -goversion go1.10.4 -D "" -importcfg $WORK/b096/importcfg -pack ./batch.go ./control.go ./control_pktinfo.go ./control_unix.go ./dgramopt.go ./doc.go ./endpoint.go ./genericopt.go ./header.go ./helper.go ./iana.go ./icmp.go ./icmp_linux.go ./packet.go ./packet_go1_9.go ./payload.go ./payload_cmsg.go ./payload_cmsg_go1_9.go ./sockopt.go ./sockopt_posix.go ./sys_asmreq_stub.go ./sys_asmreqn.go ./sys_bpf.go ./sys_linux.go ./sys_ssmreq.go ./zsys_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b101/_pkg_.a # internal cp $WORK/b101/_pkg_.a /builddir/.cache/go-build/08/08d93f5f8ad52683941035ba43b553219b44f5e5bb01b45bb7152f221000c387-d # internal golang.org/x/net/ipv6 mkdir -p $WORK/b100/ cat >$WORK/b100/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile golang.org/x/net/bpf=$WORK/b097/_pkg_.a packagefile golang.org/x/net/internal/iana=$WORK/b098/_pkg_.a packagefile golang.org/x/net/internal/socket=$WORK/b099/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b033/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/net/ipv6 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b100/_pkg_.a -trimpath $WORK/b100 -shared -p golang.org/x/net/ipv6 -complete -installsuffix shared -buildid yIBKGMkWI4s_LL-Kl_3I/yIBKGMkWI4s_LL-Kl_3I -goversion go1.10.4 -D "" -importcfg $WORK/b100/importcfg -pack ./batch.go ./control.go ./control_rfc3542_unix.go ./control_unix.go ./dgramopt.go ./doc.go ./endpoint.go ./genericopt.go ./header.go ./helper.go ./iana.go ./icmp.go ./icmp_linux.go ./payload.go ./payload_cmsg.go ./payload_cmsg_go1_9.go ./sockopt.go ./sockopt_posix.go ./sys_asmreq.go ./sys_bpf.go ./sys_linux.go ./sys_ssmreq.go ./zsys_linux_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b096/_pkg_.a # internal cp $WORK/b096/_pkg_.a /builddir/.cache/go-build/62/62ff0e9f1f3e15bcb9a80b468a3e29efdb81ee3c80c57c945f82e1361bccb74b-d # internal compress/flate mkdir -p $WORK/b105/ cat >$WORK/b105/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b044/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b019/_pkg_.a packagefile math/bits=$WORK/b036/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/compress/flate /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b105/_pkg_.a -trimpath $WORK/b105 -shared -p compress/flate -std -complete -installsuffix shared -buildid iK0UZPQL6Co73JJGVVo8/iK0UZPQL6Co73JJGVVo8 -goversion go1.10.4 -D "" -importcfg $WORK/b105/importcfg -pack ./deflate.go ./deflatefast.go ./dict_decoder.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./token.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b100/_pkg_.a # internal cp $WORK/b100/_pkg_.a /builddir/.cache/go-build/f9/f94cd5205b6c8d2a69d54911a7930aba160bf50348eefe5cef3fa21ed0215c82-d # internal hash/crc32 mkdir -p $WORK/b106/ cat >$WORK/b106/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b017/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b106/_pkg_.a -trimpath $WORK/b106 -shared -p hash/crc32 -std -installsuffix shared -buildid ZOE5WUc-T9osY7VlR3Iz/ZOE5WUc-T9osY7VlR3Iz -goversion go1.10.4 -D "" -importcfg $WORK/b106/importcfg -pack -asmhdr $WORK/b106/go_asm.h ./crc32.go ./crc32_generic.go ./crc32_s390x.go /usr/lib/golang/pkg/tool/linux_s390x/asm -trimpath $WORK/b106 -I $WORK/b106/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_s390x -shared -o $WORK/b106/crc32_s390x.o ./crc32_s390x.s /usr/lib/golang/pkg/tool/linux_s390x/pack r $WORK/b106/_pkg_.a $WORK/b106/crc32_s390x.o # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b106/_pkg_.a # internal cp $WORK/b106/_pkg_.a /builddir/.cache/go-build/8e/8e20dfded700b0a913a17d8ca70ed51d980c3721a0cd1ae448b2faabb034d94f-d # internal vendor/golang_org/x/net/http2/hpack mkdir -p $WORK/b107/ cat >$WORK/b107/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/http2/hpack /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b107/_pkg_.a -trimpath $WORK/b107 -shared -p vendor/golang_org/x/net/http2/hpack -std -complete -installsuffix shared -buildid T8GZcdhGOr9ZprCNO18t/T8GZcdhGOr9ZprCNO18t -goversion go1.10.4 -D "" -importcfg $WORK/b107/importcfg -pack ./encode.go ./hpack.go ./huffman.go ./tables.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b107/_pkg_.a # internal cp $WORK/b107/_pkg_.a /builddir/.cache/go-build/d4/d4e92a547252825673eca4f5b2858e3f9f03320a3398bb9f7ca2cd9c06f73d6d-d # internal vendor/golang_org/x/text/transform mkdir -p $WORK/b110/ cat >$WORK/b110/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/transform /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b110/_pkg_.a -trimpath $WORK/b110 -shared -p vendor/golang_org/x/text/transform -std -complete -installsuffix shared -buildid hDjCEKB7pZBZ8Srk8_Pz/hDjCEKB7pZBZ8Srk8_Pz -goversion go1.10.4 -D "" -importcfg $WORK/b110/importcfg -pack ./transform.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b105/_pkg_.a # internal cp $WORK/b105/_pkg_.a /builddir/.cache/go-build/fc/fcb75e2e7a3526e366c22adf2a14e681d2e681ce871748668e2d3a0730ec8f13-d # internal compress/gzip mkdir -p $WORK/b104/ cat >$WORK/b104/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b044/_pkg_.a packagefile compress/flate=$WORK/b105/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile hash/crc32=$WORK/b106/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/compress/gzip /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b104/_pkg_.a -trimpath $WORK/b104 -shared -p compress/gzip -std -complete -installsuffix shared -buildid w2OfZf1OBiTY46K6udlZ/w2OfZf1OBiTY46K6udlZ -goversion go1.10.4 -D "" -importcfg $WORK/b104/importcfg -pack ./gunzip.go ./gzip.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b110/_pkg_.a # internal cp $WORK/b110/_pkg_.a /builddir/.cache/go-build/cb/cb6246af57dd454b00db7a68dfa47a60f84ea0b6d26dbc8f2e495c1861d0608c-d # internal vendor/golang_org/x/text/unicode/bidi mkdir -p $WORK/b111/ cat >$WORK/b111/importcfg << 'EOF' # internal # import config packagefile container/list=$WORK/b015/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile log=$WORK/b083/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/unicode/bidi /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b111/_pkg_.a -trimpath $WORK/b111 -shared -p vendor/golang_org/x/text/unicode/bidi -std -complete -installsuffix shared -buildid iaFNt4f732-V4t-D9bDk/iaFNt4f732-V4t-D9bDk -goversion go1.10.4 -D "" -importcfg $WORK/b111/importcfg -pack ./bidi.go ./bracket.go ./core.go ./prop.go ./tables.go ./trieval.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b104/_pkg_.a # internal cp $WORK/b104/_pkg_.a /builddir/.cache/go-build/ff/ff3ae9801a5acf12418201f189af85085985815acf0d4eba9e8c2d88bc107b34-d # internal vendor/golang_org/x/text/unicode/norm mkdir -p $WORK/b112/ cat >$WORK/b112/importcfg << 'EOF' # internal # import config importmap golang_org/x/text/transform=vendor/golang_org/x/text/transform packagefile fmt=$WORK/b030/_pkg_.a packagefile vendor/golang_org/x/text/transform=$WORK/b110/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/unicode/norm /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b112/_pkg_.a -trimpath $WORK/b112 -shared -p vendor/golang_org/x/text/unicode/norm -std -complete -installsuffix shared -buildid 0xKl18greOGJATRlpH5B/0xKl18greOGJATRlpH5B -goversion go1.10.4 -D "" -importcfg $WORK/b112/importcfg -pack ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables.go ./transform.go ./trie.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b111/_pkg_.a # internal cp $WORK/b111/_pkg_.a /builddir/.cache/go-build/a6/a62c2da9f9c970a8fddb61bf698b9d5ad11eff7d6618f359a2c388fb3e6687ca-d # internal vendor/golang_org/x/text/secure/bidirule mkdir -p $WORK/b109/ cat >$WORK/b109/importcfg << 'EOF' # internal # import config importmap golang_org/x/text/transform=vendor/golang_org/x/text/transform importmap golang_org/x/text/unicode/bidi=vendor/golang_org/x/text/unicode/bidi packagefile errors=$WORK/b003/_pkg_.a packagefile vendor/golang_org/x/text/transform=$WORK/b110/_pkg_.a packagefile vendor/golang_org/x/text/unicode/bidi=$WORK/b111/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/text/secure/bidirule /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b109/_pkg_.a -trimpath $WORK/b109 -shared -p vendor/golang_org/x/text/secure/bidirule -std -complete -installsuffix shared -buildid thpzZuetJtGHKsjO9YFa/thpzZuetJtGHKsjO9YFa -goversion go1.10.4 -D "" -importcfg $WORK/b109/importcfg -pack ./bidirule.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b109/_pkg_.a # internal cp $WORK/b109/_pkg_.a /builddir/.cache/go-build/55/557dcc31dfbf6558dd657a4cc610f93aef5be5ffb90e673edba58252f1c9f17a-d # internal vendor/golang_org/x/net/proxy mkdir -p $WORK/b114/ cat >$WORK/b114/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/proxy /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b114/_pkg_.a -trimpath $WORK/b114 -shared -p vendor/golang_org/x/net/proxy -std -complete -installsuffix shared -buildid -FTG3aQSnVXX6c4YtjGM/-FTG3aQSnVXX6c4YtjGM -goversion go1.10.4 -D "" -importcfg $WORK/b114/importcfg -pack ./direct.go ./per_host.go ./proxy.go ./socks5.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b114/_pkg_.a # internal cp $WORK/b114/_pkg_.a /builddir/.cache/go-build/4c/4cd8b8f865585876d0e389a93377a6f6e945062160e407f2f2503aa288e31e58-d # internal mime mkdir -p $WORK/b115/ cat >$WORK/b115/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b044/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding/base64=$WORK/b055/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/mime /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b115/_pkg_.a -trimpath $WORK/b115 -shared -p mime -std -complete -installsuffix shared -buildid w4wBiqK_vQcbn7GhBzQz/w4wBiqK_vQcbn7GhBzQz -goversion go1.10.4 -D "" -importcfg $WORK/b115/importcfg -pack ./encodedword.go ./grammar.go ./mediatype.go ./type.go ./type_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b115/_pkg_.a # internal cp $WORK/b115/_pkg_.a /builddir/.cache/go-build/3e/3ee0cd03ee527016ff72f8086a86c38949235c8bba8b25ec188e6dc521a1ffbb-d # internal mime/quotedprintable mkdir -p $WORK/b117/ cat >$WORK/b117/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b044/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/mime/quotedprintable /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b117/_pkg_.a -trimpath $WORK/b117 -shared -p mime/quotedprintable -std -complete -installsuffix shared -buildid auw3UKedfDESEzfrTcyj/auw3UKedfDESEzfrTcyj -goversion go1.10.4 -D "" -importcfg $WORK/b117/importcfg -pack ./reader.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b112/_pkg_.a # internal cp $WORK/b112/_pkg_.a /builddir/.cache/go-build/78/7807f0f3732fd58fab25668246e2efc1cfc956a9128fdb89c001abb3c20d0f42-d # internal vendor/golang_org/x/net/idna mkdir -p $WORK/b108/ cat >$WORK/b108/importcfg << 'EOF' # internal # import config importmap golang_org/x/text/secure/bidirule=vendor/golang_org/x/text/secure/bidirule importmap golang_org/x/text/unicode/bidi=vendor/golang_org/x/text/unicode/bidi importmap golang_org/x/text/unicode/norm=vendor/golang_org/x/text/unicode/norm packagefile fmt=$WORK/b030/_pkg_.a packagefile vendor/golang_org/x/text/secure/bidirule=$WORK/b109/_pkg_.a packagefile vendor/golang_org/x/text/unicode/bidi=$WORK/b111/_pkg_.a packagefile vendor/golang_org/x/text/unicode/norm=$WORK/b112/_pkg_.a packagefile math=$WORK/b019/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/idna /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b108/_pkg_.a -trimpath $WORK/b108 -shared -p vendor/golang_org/x/net/idna -std -complete -installsuffix shared -buildid -C6a3D3HW5gmXv3KLlmG/-C6a3D3HW5gmXv3KLlmG -goversion go1.10.4 -D "" -importcfg $WORK/b108/importcfg -pack ./idna.go ./punycode.go ./tables.go ./trie.go ./trieval.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b117/_pkg_.a # internal cp $WORK/b117/_pkg_.a /builddir/.cache/go-build/94/9437ce830041927385effd68b05567f4f352bfc7a235b465a1d5846bd3f4b06d-d # internal net/textproto mkdir -p $WORK/b118/ cat >$WORK/b118/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b044/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/net/textproto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b118/_pkg_.a -trimpath $WORK/b118 -shared -p net/textproto -std -complete -installsuffix shared -buildid QMymgkpOAo5_TmYaQm0R/QMymgkpOAo5_TmYaQm0R -goversion go1.10.4 -D "" -importcfg $WORK/b118/importcfg -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b118/_pkg_.a # internal cp $WORK/b118/_pkg_.a /builddir/.cache/go-build/8e/8ef7e6d5f3aee28218d319571a6c94af20e7712f85a67134e1e3e2e850840282-d # internal mime/multipart mkdir -p $WORK/b116/ cat >$WORK/b116/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b044/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto/rand=$WORK/b043/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile mime=$WORK/b115/_pkg_.a packagefile mime/quotedprintable=$WORK/b117/_pkg_.a packagefile net/textproto=$WORK/b118/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/mime/multipart /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b116/_pkg_.a -trimpath $WORK/b116 -shared -p mime/multipart -std -complete -installsuffix shared -buildid laNP5Jbinbj43Sts0SaS/laNP5Jbinbj43Sts0SaS -goversion go1.10.4 -D "" -importcfg $WORK/b116/importcfg -pack ./formdata.go ./multipart.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b108/_pkg_.a # internal cp $WORK/b108/_pkg_.a /builddir/.cache/go-build/ad/add3c74a6b3bf75e3b43f6917ef413f7dac8ba007a1bf20c9d4735eb6afca814-d # internal vendor/golang_org/x/net/lex/httplex mkdir -p $WORK/b113/ cat >$WORK/b113/importcfg << 'EOF' # internal # import config importmap golang_org/x/net/idna=vendor/golang_org/x/net/idna packagefile vendor/golang_org/x/net/idna=$WORK/b108/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang_org/x/net/lex/httplex /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b113/_pkg_.a -trimpath $WORK/b113 -shared -p vendor/golang_org/x/net/lex/httplex -std -complete -installsuffix shared -buildid wep0-zAVcLWsd1Qx_km6/wep0-zAVcLWsd1Qx_km6 -goversion go1.10.4 -D "" -importcfg $WORK/b113/importcfg -pack ./httplex.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b113/_pkg_.a # internal cp $WORK/b113/_pkg_.a /builddir/.cache/go-build/71/71a8ee8a727806af58f576a9eaa081ad6bb1582bb694ec686079c29895734f59-d # internal net/http/httptrace mkdir -p $WORK/b119/ cat >$WORK/b119/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b062/_pkg_.a packagefile crypto/tls=$WORK/b014/_pkg_.a packagefile internal/nettrace=$WORK/b063/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /usr/lib/golang/src/net/http/httptrace /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b119/_pkg_.a -trimpath $WORK/b119 -shared -p net/http/httptrace -std -complete -installsuffix shared -buildid zWwWcDfSBcYg338lzmq7/zWwWcDfSBcYg338lzmq7 -goversion go1.10.4 -D "" -importcfg $WORK/b119/importcfg -pack ./trace.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b119/_pkg_.a # internal cp $WORK/b119/_pkg_.a /builddir/.cache/go-build/6f/6f50d73d5ea4824e7701b7674c002ea872d9adcf24eb69f853939199c4730a56-d # internal net/http/internal mkdir -p $WORK/b120/ cat >$WORK/b120/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b044/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/net/http/internal /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b120/_pkg_.a -trimpath $WORK/b120 -shared -p net/http/internal -std -complete -installsuffix shared -buildid 4oFYkmUv_u31OlE2Z3Qh/4oFYkmUv_u31OlE2Z3Qh -goversion go1.10.4 -D "" -importcfg $WORK/b120/importcfg -pack ./chunked.go ./testcert.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b116/_pkg_.a # internal cp $WORK/b116/_pkg_.a /builddir/.cache/go-build/a0/a05a12af6762a63376006d29418a45f3e2b9e21690e4c2192de584903032cee0-d # internal golang.org/x/text/transform mkdir -p $WORK/b122/ cat >$WORK/b122/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/text/transform /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b122/_pkg_.a -trimpath $WORK/b122 -shared -p golang.org/x/text/transform -complete -installsuffix shared -buildid a-wCXk7-A4IDy-W513b2/a-wCXk7-A4IDy-W513b2 -goversion go1.10.4 -D "" -importcfg $WORK/b122/importcfg -pack ./transform.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b120/_pkg_.a # internal cp $WORK/b120/_pkg_.a /builddir/.cache/go-build/62/62a2a6124c6d94e98ed8b61744677c4359079cd02f3d37cbcfc41915545a9a0c-d # internal net/http mkdir -p $WORK/b103/ cat >$WORK/b103/importcfg << 'EOF' # internal # import config importmap golang_org/x/net/http2/hpack=vendor/golang_org/x/net/http2/hpack importmap golang_org/x/net/idna=vendor/golang_org/x/net/idna importmap golang_org/x/net/lex/httplex=vendor/golang_org/x/net/lex/httplex importmap golang_org/x/net/proxy=vendor/golang_org/x/net/proxy packagefile bufio=$WORK/b044/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile compress/gzip=$WORK/b104/_pkg_.a packagefile container/list=$WORK/b015/_pkg_.a packagefile context=$WORK/b062/_pkg_.a packagefile crypto/rand=$WORK/b043/_pkg_.a packagefile crypto/tls=$WORK/b014/_pkg_.a packagefile encoding/base64=$WORK/b055/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile vendor/golang_org/x/net/http2/hpack=$WORK/b107/_pkg_.a packagefile vendor/golang_org/x/net/idna=$WORK/b108/_pkg_.a packagefile vendor/golang_org/x/net/lex/httplex=$WORK/b113/_pkg_.a packagefile vendor/golang_org/x/net/proxy=$WORK/b114/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile log=$WORK/b083/_pkg_.a packagefile math=$WORK/b019/_pkg_.a packagefile math/rand=$WORK/b037/_pkg_.a packagefile mime=$WORK/b115/_pkg_.a packagefile mime/multipart=$WORK/b116/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/http/httptrace=$WORK/b119/_pkg_.a packagefile net/http/internal=$WORK/b120/_pkg_.a packagefile net/textproto=$WORK/b118/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile path=$WORK/b094/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b034/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/net/http /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b103/_pkg_.a -trimpath $WORK/b103 -shared -p net/http -std -complete -installsuffix shared -buildid _blx5Kt84SDjZa2CapqL/_blx5Kt84SDjZa2CapqL -goversion go1.10.4 -D "" -importcfg $WORK/b103/importcfg -pack ./client.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./h2_bundle.go ./header.go ./http.go ./jar.go ./method.go ./request.go ./response.go ./server.go ./sniff.go ./status.go ./transfer.go ./transport.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b122/_pkg_.a # internal cp $WORK/b122/_pkg_.a /builddir/.cache/go-build/51/5103dbf38597cc3a59bff33ec1528d338af021f8af56b915e2f33f5f3a3d4443-d # internal golang.org/x/text/unicode/norm mkdir -p $WORK/b121/ cat >$WORK/b121/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b030/_pkg_.a packagefile golang.org/x/text/transform=$WORK/b122/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/golang.org/x/text/unicode/norm /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b121/_pkg_.a -trimpath $WORK/b121 -shared -p golang.org/x/text/unicode/norm -complete -installsuffix shared -buildid z65mE-paXClXVzb-HzG-/z65mE-paXClXVzb-HzG- -goversion go1.10.4 -D "" -importcfg $WORK/b121/importcfg -pack ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables.go ./transform.go ./trie.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b121/_pkg_.a # internal cp $WORK/b121/_pkg_.a /builddir/.cache/go-build/cc/cce3c0f459cec6cedfb48fc30af330025a6c0da1fe3e4be69018a2ce8e4459f3-d # internal encoding/base32 mkdir -p $WORK/b124/ cat >$WORK/b124/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/encoding/base32 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b124/_pkg_.a -trimpath $WORK/b124 -shared -p encoding/base32 -std -complete -installsuffix shared -buildid 3omRAtw87NYkRq5Lg3ai/3omRAtw87NYkRq5Lg3ai -goversion go1.10.4 -D "" -importcfg $WORK/b124/importcfg -pack ./base32.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b124/_pkg_.a # internal cp $WORK/b124/_pkg_.a /builddir/.cache/go-build/3c/3c9e08013c03c55f3f29079a0300fce816713cdd6bc1ba9a32ec0ea87cc3389b-d # internal github.com/bkaradzic/go-lz4 mkdir -p $WORK/b125/ cat >$WORK/b125/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a EOF cd /usr/share/gocode/src/github.com/bkaradzic/go-lz4 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b125/_pkg_.a -trimpath $WORK/b125 -shared -p github.com/bkaradzic/go-lz4 -complete -installsuffix shared -buildid OL64fxKLrV_Jw3TQAx3G/OL64fxKLrV_Jw3TQAx3G -goversion go1.10.4 -D "" -importcfg $WORK/b125/importcfg -pack ./reader.go ./writer.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b125/_pkg_.a # internal cp $WORK/b125/_pkg_.a /builddir/.cache/go-build/6c/6c5d904da57d74b2dcb3c24eae2a9303100e74c554bcec57ab35c5624b93e684-d # internal github.com/calmh/xdr mkdir -p $WORK/b126/ cat >$WORK/b126/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a EOF cd /usr/share/gocode/src/github.com/calmh/xdr /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b126/_pkg_.a -trimpath $WORK/b126 -shared -p github.com/calmh/xdr -complete -installsuffix shared -buildid TiAUeGQ-hdpR9FupuMvB/TiAUeGQ-hdpR9FupuMvB -goversion go1.10.4 -D "" -importcfg $WORK/b126/importcfg -pack ./common.go ./doc.go ./marshaller.go ./unmarshal.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b126/_pkg_.a # internal cp $WORK/b126/_pkg_.a /builddir/.cache/go-build/64/640c7188edbf0c244f211082be60b35c3b41a128811e4d6aa9cd478d4d763629-d # internal github.com/gogo/protobuf/proto mkdir -p $WORK/b128/ cat >$WORK/b128/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b044/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile encoding=$WORK/b072/_pkg_.a packagefile encoding/json=$WORK/b071/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile log=$WORK/b083/_pkg_.a packagefile math=$WORK/b019/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile time=$WORK/b034/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gogo/protobuf/proto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b128/_pkg_.a -trimpath $WORK/b128 -shared -p github.com/gogo/protobuf/proto -complete -installsuffix shared -buildid 4O4L-2u8_WzpPeszf3Mx/4O4L-2u8_WzpPeszf3Mx -goversion go1.10.4 -D "" -importcfg $WORK/b128/importcfg -pack ./clone.go ./decode.go ./decode_gogo.go ./duration.go ./duration_gogo.go ./encode.go ./encode_gogo.go ./equal.go ./extensions.go ./extensions_gogo.go ./lib.go ./lib_gogo.go ./message_set.go ./pointer_unsafe.go ./pointer_unsafe_gogo.go ./properties.go ./properties_gogo.go ./skip_gogo.go ./text.go ./text_gogo.go ./text_parser.go ./timestamp.go ./timestamp_gogo.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b128/_pkg_.a # internal cp $WORK/b128/_pkg_.a /builddir/.cache/go-build/5e/5e9a04d6cc5454a595e00a9e4d4c8d41f6ee6c7e06aea22e863a5c8c38340804-d # internal github.com/gogo/protobuf/protoc-gen-gogo/descriptor mkdir -p $WORK/b129/ cat >$WORK/b129/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile compress/gzip=$WORK/b104/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b128/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile math=$WORK/b019/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gogo/protobuf/protoc-gen-gogo/descriptor /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b129/_pkg_.a -trimpath $WORK/b129 -shared -p github.com/gogo/protobuf/protoc-gen-gogo/descriptor -complete -installsuffix shared -buildid AOSn1vYBt7JphIsR4Mcu/AOSn1vYBt7JphIsR4Mcu -goversion go1.10.4 -D "" -importcfg $WORK/b129/importcfg -pack ./descriptor.go ./descriptor.pb.go ./descriptor_gostring.gen.go ./helper.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b103/_pkg_.a # internal cp $WORK/b103/_pkg_.a /builddir/.cache/go-build/48/482ffbdb2351e5b3379db17d9be14713004573ce14d16c929f86aa48d87abe8c-d # internal github.com/syncthing/syncthing/lib/dialer mkdir -p $WORK/b095/ cat >$WORK/b095/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b030/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b082/_pkg_.a packagefile golang.org/x/net/ipv4=$WORK/b096/_pkg_.a packagefile golang.org/x/net/ipv6=$WORK/b100/_pkg_.a packagefile golang.org/x/net/proxy=$WORK/b101/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/http=$WORK/b103/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/dialer /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b095/_pkg_.a -trimpath $WORK/b095 -shared -p github.com/syncthing/syncthing/lib/dialer -complete -installsuffix shared -buildid pFMKGCB7jX67Kdlse0b3/pFMKGCB7jX67Kdlse0b3 -goversion go1.10.4 -D "" -importcfg $WORK/b095/importcfg -pack ./internal.go ./public.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b129/_pkg_.a # internal cp $WORK/b129/_pkg_.a /builddir/.cache/go-build/f6/f6a99cf33fff84e667f3b9a181db1c5993729f3f2627b6fc65fc5d70d4c5c96d-d # internal github.com/gogo/protobuf/gogoproto mkdir -p $WORK/b127/ cat >$WORK/b127/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b030/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b128/_pkg_.a packagefile github.com/gogo/protobuf/protoc-gen-gogo/descriptor=$WORK/b129/_pkg_.a packagefile math=$WORK/b019/_pkg_.a EOF cd /usr/share/gocode/src/github.com/gogo/protobuf/gogoproto /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b127/_pkg_.a -trimpath $WORK/b127 -shared -p github.com/gogo/protobuf/gogoproto -complete -installsuffix shared -buildid 6AX1a90zkNrbD3aOzhBT/6AX1a90zkNrbD3aOzhBT -goversion go1.10.4 -D "" -importcfg $WORK/b127/importcfg -pack ./doc.go ./gogo.pb.go ./helper.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b127/_pkg_.a # internal cp $WORK/b127/_pkg_.a /builddir/.cache/go-build/53/53038b0edc02b4b15e0f53382ed0f58e1cc3a6bf63b168cbe43798c797c2d5da-d # internal github.com/syncthing/syncthing/lib/rand mkdir -p $WORK/b130/ cat >$WORK/b130/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b044/_pkg_.a packagefile crypto/md5=$WORK/b042/_pkg_.a packagefile crypto/rand=$WORK/b043/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math/rand=$WORK/b037/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/rand /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b130/_pkg_.a -trimpath $WORK/b130 -shared -p github.com/syncthing/syncthing/lib/rand -complete -installsuffix shared -buildid Gzsu_5ki5gqpbWvK-ItQ/Gzsu_5ki5gqpbWvK-ItQ -goversion go1.10.4 -D "" -importcfg $WORK/b130/importcfg -pack ./random.go ./securesource.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b095/_pkg_.a # internal cp $WORK/b095/_pkg_.a /builddir/.cache/go-build/0e/0e2019cae6db030d75a8f06cc3ebd9d51c0594d29636909cc203fe31785d9632-d # internal github.com/syncthing/syncthing/lib/osutil mkdir -p $WORK/b092/ cat >$WORK/b092/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile github.com/pkg/errors=$WORK/b093/_pkg_.a packagefile github.com/syncthing/syncthing/lib/dialer=$WORK/b095/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b088/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b084/_pkg_.a packagefile golang.org/x/text/unicode/norm=$WORK/b121/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b033/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/osutil /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b092/_pkg_.a -trimpath $WORK/b092 -shared -p github.com/syncthing/syncthing/lib/osutil -complete -installsuffix shared -buildid totZjn0dxJM5TnoMmB0m/totZjn0dxJM5TnoMmB0m -goversion go1.10.4 -D "" -importcfg $WORK/b092/importcfg -pack ./atomic.go ./filenames_unix.go ./hidden_unix.go ./lan.go ./lowprio_linux.go ./net.go ./osutil.go ./ping.go ./replacingwriter.go ./rlimit_unix.go ./symlink.go ./tempfile.go ./traversessymlink.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b130/_pkg_.a # internal cp $WORK/b130/_pkg_.a /builddir/.cache/go-build/80/80df31cd6877c6889a712c110e063a61f9ffbdabddc76dd31d43c32911c9ea38-d # internal github.com/minio/sha256-simd mkdir -p $WORK/b132/ cat >$WORK/b132/importcfg << 'EOF' # internal # import config packagefile crypto/sha256=$WORK/b049/_pkg_.a packagefile hash=$WORK/b017/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a EOF cd /usr/share/gocode/src/github.com/minio/sha256-simd /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b132/_pkg_.a -trimpath $WORK/b132 -shared -p github.com/minio/sha256-simd -complete -installsuffix shared -buildid 36jt2ALkDJgZFCAOf1oQ/36jt2ALkDJgZFCAOf1oQ -goversion go1.10.4 -D "" -importcfg $WORK/b132/importcfg -pack ./cpuid.go ./cpuid_other.go ./sha256.go ./sha256block_noasm.go ./sha256block_other.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b132/_pkg_.a # internal cp $WORK/b132/_pkg_.a /builddir/.cache/go-build/3f/3fad8bb667c7dc3de86b3f3e16a3ebaa8e0255ac45587832a10b55928b9b75af-d # internal github.com/syncthing/syncthing/lib/sha256 mkdir -p $WORK/b131/ cat >$WORK/b131/importcfg << 'EOF' # internal # import config packagefile crypto/rand=$WORK/b043/_pkg_.a packagefile crypto/sha256=$WORK/b049/_pkg_.a packagefile encoding/hex=$WORK/b053/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile github.com/minio/sha256-simd=$WORK/b132/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b082/_pkg_.a packagefile hash=$WORK/b017/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/sha256 /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b131/_pkg_.a -trimpath $WORK/b131 -shared -p github.com/syncthing/syncthing/lib/sha256 -complete -installsuffix shared -buildid TeDpJES7qeZ-vW3TH6yH/TeDpJES7qeZ-vW3TH6yH -goversion go1.10.4 -D "" -importcfg $WORK/b131/importcfg -pack ./sha256.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b131/_pkg_.a # internal cp $WORK/b131/_pkg_.a /builddir/.cache/go-build/6c/6c1995b578e71be229caba0623899b8c0b2f3b8681c1b279a3878e2772c35f66-d # internal github.com/syncthing/syncthing/lib/protocol mkdir -p $WORK/b123/ cat >$WORK/b123/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto/sha256=$WORK/b049/_pkg_.a packagefile encoding/base32=$WORK/b124/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile github.com/bkaradzic/go-lz4=$WORK/b125/_pkg_.a packagefile github.com/calmh/xdr=$WORK/b126/_pkg_.a packagefile github.com/gogo/protobuf/gogoproto=$WORK/b127/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b128/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b082/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b130/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sha256=$WORK/b131/_pkg_.a packagefile golang.org/x/text/unicode/norm=$WORK/b121/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile math=$WORK/b019/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile path=$WORK/b094/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/protocol /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b123/_pkg_.a -trimpath $WORK/b123 -shared -p github.com/syncthing/syncthing/lib/protocol -complete -installsuffix shared -buildid SdXeU6IK8YmTqKQq5GRE/SdXeU6IK8YmTqKQq5GRE -goversion go1.10.4 -D "" -importcfg $WORK/b123/importcfg -pack ./bep.pb.go ./bep_extensions.go ./bufferpool.go ./compression.go ./counting.go ./debug.go ./deviceid.go ./deviceid_test.pb.go ./doc.go ./errors.go ./hello.go ./hello_v0.13.go ./hello_v0.13_xdr.go ./luhn.go ./nativemodel_unix.go ./protocol.go ./vector.go ./wireformat.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b092/_pkg_.a # internal cp $WORK/b092/_pkg_.a /builddir/.cache/go-build/c7/c7fc0205e17c1b0a06eee6dfaae8496284faa76886047ff528f8c11f04951a52-d # internal github.com/syncthing/syncthing/lib/upgrade mkdir -p $WORK/b133/ cat >$WORK/b133/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b082/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile path=$WORK/b094/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/upgrade /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b133/_pkg_.a -trimpath $WORK/b133 -shared -p github.com/syncthing/syncthing/lib/upgrade -complete -installsuffix shared -buildid -WR-FV1Bq3uzF-fuN2SO/-WR-FV1Bq3uzF-fuN2SO -goversion go1.10.4 -D "" -importcfg $WORK/b133/importcfg -pack ./debug.go ./signingkey.go ./upgrade_common.go ./upgrade_unsupp.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b133/_pkg_.a # internal cp $WORK/b133/_pkg_.a /builddir/.cache/go-build/b8/b80e965500549360d87c9a0e80f42ded5e697d5712dd561407286d02672b785b-d # internal github.com/syncthing/syncthing/lib/util mkdir -p $WORK/b134/ cat >$WORK/b134/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b030/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/util /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b134/_pkg_.a -trimpath $WORK/b134 -shared -p github.com/syncthing/syncthing/lib/util -complete -installsuffix shared -buildid BCVlg6yYZ-zQ5qu0Velf/BCVlg6yYZ-zQ5qu0Velf -goversion go1.10.4 -D "" -importcfg $WORK/b134/importcfg -pack ./utils.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b134/_pkg_.a # internal cp $WORK/b134/_pkg_.a /builddir/.cache/go-build/0b/0bb80392d8416a5e30b3fe626046732617af5cb1afcfc0d1a73b5660ba296b34-d # internal github.com/kballard/go-shellquote mkdir -p $WORK/b136/ cat >$WORK/b136/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/share/gocode/src/github.com/kballard/go-shellquote /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b136/_pkg_.a -trimpath $WORK/b136 -shared -p github.com/kballard/go-shellquote -complete -installsuffix shared -buildid CrOHZU6OEaJA0iNbq25v/CrOHZU6OEaJA0iNbq25v -goversion go1.10.4 -D "" -importcfg $WORK/b136/importcfg -pack ./doc.go ./quote.go ./unquote.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b136/_pkg_.a # internal cp $WORK/b136/_pkg_.a /builddir/.cache/go-build/33/33da9b2b003de1a9a99e8b2bb61887e60768c3e04584e323f156321e26f8745d-d # internal os/exec mkdir -p $WORK/b137/ cat >$WORK/b137/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile context=$WORK/b062/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile syscall=$WORK/b033/_pkg_.a EOF cd /usr/lib/golang/src/os/exec /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b137/_pkg_.a -trimpath $WORK/b137 -shared -p os/exec -std -complete -installsuffix shared -buildid 1ORFBKMwz3gOS9jKkePm/1ORFBKMwz3gOS9jKkePm -goversion go1.10.4 -D "" -importcfg $WORK/b137/importcfg -pack ./exec.go ./exec_unix.go ./lp_unix.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b137/_pkg_.a # internal cp $WORK/b137/_pkg_.a /builddir/.cache/go-build/f2/f23db351fdd6fdbfd196839b6f6a4d04838618d9220401b0e62087f4bf3628d5-d # internal regexp/syntax mkdir -p $WORK/b139/ cat >$WORK/b139/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/regexp/syntax /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b139/_pkg_.a -trimpath $WORK/b139 -shared -p regexp/syntax -std -complete -installsuffix shared -buildid MW-8lZOwHAdwHaViiRRb/MW-8lZOwHAdwHaViiRRb -goversion go1.10.4 -D "" -importcfg $WORK/b139/importcfg -pack ./compile.go ./doc.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b123/_pkg_.a # internal cp $WORK/b123/_pkg_.a /builddir/.cache/go-build/c6/c697e4959babbdd7c65a410dd0dedec07a601c9627b0d9bac917dc681c465623-d # internal /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b139/_pkg_.a # internal cp $WORK/b139/_pkg_.a /builddir/.cache/go-build/74/744bafd05730375dd557df7ca2d9fc262e4b82d03a2a8fb0e30ce09409a2b90b-d # internal regexp mkdir -p $WORK/b138/ cat >$WORK/b138/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile regexp/syntax=$WORK/b139/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/regexp /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b138/_pkg_.a -trimpath $WORK/b138 -shared -p regexp -std -complete -installsuffix shared -buildid 9EWyJ4g2C0_wo-Vq_rcs/9EWyJ4g2C0_wo-Vq_rcs -goversion go1.10.4 -D "" -importcfg $WORK/b138/importcfg -pack ./backtrack.go ./exec.go ./onepass.go ./regexp.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b138/_pkg_.a # internal cp $WORK/b138/_pkg_.a /builddir/.cache/go-build/d3/d31f958191aefcc3533843a30d1eb33252cde18cf89a7b3e0e0f2322c5147df5-d # internal github.com/syncthing/syncthing/lib/versioner mkdir -p $WORK/b135/ cat >$WORK/b135/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile github.com/kballard/go-shellquote=$WORK/b136/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b088/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b082/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b092/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b084/_pkg_.a packagefile github.com/syncthing/syncthing/lib/util=$WORK/b134/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile os/exec=$WORK/b137/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile regexp=$WORK/b138/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b034/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/versioner /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b135/_pkg_.a -trimpath $WORK/b135 -shared -p github.com/syncthing/syncthing/lib/versioner -complete -installsuffix shared -buildid un7y18yO17rzhTVjbt_T/un7y18yO17rzhTVjbt_T -goversion go1.10.4 -D "" -importcfg $WORK/b135/importcfg -pack ./debug.go ./empty_dir_tracker.go ./external.go ./simple.go ./staggered.go ./trashcan.go ./util.go ./versioner.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b135/_pkg_.a # internal cp $WORK/b135/_pkg_.a /builddir/.cache/go-build/4a/4a3a392117c9ec9f3ae66acbea8d895726ea7aebd139ee4630d84fff9e9f12f1-d # internal github.com/syncthing/syncthing/lib/config mkdir -p $WORK/b079/ cat >$WORK/b079/importcfg << 'EOF' # internal # import config packagefile encoding/json=$WORK/b071/_pkg_.a packagefile encoding/xml=$WORK/b080/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile github.com/syncthing/syncthing/lib/events=$WORK/b081/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b088/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b082/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b092/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b123/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b130/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b084/_pkg_.a packagefile github.com/syncthing/syncthing/lib/upgrade=$WORK/b133/_pkg_.a packagefile github.com/syncthing/syncthing/lib/util=$WORK/b134/_pkg_.a packagefile github.com/syncthing/syncthing/lib/versioner=$WORK/b135/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile path=$WORK/b094/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/lib/config /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b079/_pkg_.a -trimpath $WORK/b079 -shared -p github.com/syncthing/syncthing/lib/config -complete -installsuffix shared -buildid EW1JoTXkb624XfXtMKrr/EW1JoTXkb624XfXtMKrr -goversion go1.10.4 -D "" -importcfg $WORK/b079/importcfg -pack ./config.go ./debug.go ./deviceconfiguration.go ./folderconfiguration.go ./foldertype.go ./guiconfiguration.go ./optionsconfiguration.go ./pullorder.go ./size.go ./versioningconfiguration.go ./wrapper.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b079/_pkg_.a # internal cp $WORK/b079/_pkg_.a /builddir/.cache/go-build/00/00bc0eed30cc32b41c061907ce6881bbc1047726ca7e2b52d3b07c66a6c93592-d # internal github.com/syncthing/syncthing/cmd/stcli mkdir -p $WORK/b001/ cat >$WORK/b001/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto/tls=$WORK/b014/_pkg_.a packagefile encoding/json=$WORK/b071/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile github.com/AudriusButkevicius/cli=$WORK/b074/_pkg_.a packagefile github.com/syncthing/syncthing/lib/config=$WORK/b079/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b088/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b123/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile net/http=$WORK/b103/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile regexp=$WORK/b138/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile text/tabwriter=$WORK/b076/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile runtime/cgo=$WORK/b065/_pkg_.a EOF cd /builddir/build/BUILD/syncthing/_build/src/github.com/syncthing/syncthing/cmd/stcli /usr/lib/golang/pkg/tool/linux_s390x/compile -o $WORK/b001/_pkg_.a -trimpath $WORK/b001 -shared -p main -complete -installsuffix shared -buildid r_KBvFFxPfCd7uFgQW-4/r_KBvFFxPfCd7uFgQW-4 -goversion go1.10.4 -D "" -importcfg $WORK/b001/importcfg -pack ./client.go ./cmd_devices.go ./cmd_errors.go ./cmd_folders.go ./cmd_general.go ./cmd_gui.go ./cmd_options.go ./cmd_report.go ./labels.go ./main.go ./utils.go /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b001/_pkg_.a # internal cp $WORK/b001/_pkg_.a /builddir/.cache/go-build/bf/bf403bdc5b374c6182a3d752acc7ef3d26191771770a70e2471c8d7421cc772b-d # internal cat >$WORK/b001/importcfg.link << 'EOF' # internal packagefile github.com/syncthing/syncthing/cmd/stcli=$WORK/b001/_pkg_.a packagefile bytes=$WORK/b002/_pkg_.a packagefile crypto/tls=$WORK/b014/_pkg_.a packagefile encoding/json=$WORK/b071/_pkg_.a packagefile fmt=$WORK/b030/_pkg_.a packagefile github.com/AudriusButkevicius/cli=$WORK/b074/_pkg_.a packagefile github.com/syncthing/syncthing/lib/config=$WORK/b079/_pkg_.a packagefile github.com/syncthing/syncthing/lib/fs=$WORK/b088/_pkg_.a packagefile github.com/syncthing/syncthing/lib/protocol=$WORK/b123/_pkg_.a packagefile io/ioutil=$WORK/b059/_pkg_.a packagefile net/http=$WORK/b103/_pkg_.a packagefile os=$WORK/b031/_pkg_.a packagefile path/filepath=$WORK/b060/_pkg_.a packagefile regexp=$WORK/b138/_pkg_.a packagefile sort=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b018/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile text/tabwriter=$WORK/b076/_pkg_.a packagefile unicode=$WORK/b012/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile runtime/cgo=$WORK/b065/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b013/_pkg_.a packagefile container/list=$WORK/b015/_pkg_.a packagefile crypto=$WORK/b016/_pkg_.a packagefile crypto/aes=$WORK/b020/_pkg_.a packagefile crypto/cipher=$WORK/b021/_pkg_.a packagefile crypto/des=$WORK/b024/_pkg_.a packagefile crypto/ecdsa=$WORK/b027/_pkg_.a packagefile crypto/elliptic=$WORK/b028/_pkg_.a packagefile crypto/hmac=$WORK/b041/_pkg_.a packagefile crypto/internal/cipherhw=$WORK/b023/_pkg_.a packagefile crypto/md5=$WORK/b042/_pkg_.a packagefile crypto/rand=$WORK/b043/_pkg_.a packagefile crypto/rc4=$WORK/b046/_pkg_.a packagefile crypto/rsa=$WORK/b047/_pkg_.a packagefile crypto/sha1=$WORK/b048/_pkg_.a packagefile crypto/sha256=$WORK/b049/_pkg_.a packagefile crypto/sha512=$WORK/b039/_pkg_.a packagefile crypto/subtle=$WORK/b022/_pkg_.a packagefile crypto/x509=$WORK/b050/_pkg_.a packagefile encoding/asn1=$WORK/b040/_pkg_.a packagefile encoding/pem=$WORK/b054/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305=$WORK/b067/_pkg_.a packagefile vendor/golang_org/x/crypto/curve25519=$WORK/b070/_pkg_.a packagefile hash=$WORK/b017/_pkg_.a packagefile math/big=$WORK/b029/_pkg_.a packagefile net=$WORK/b061/_pkg_.a packagefile sync=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b011/_pkg_.a packagefile time=$WORK/b034/_pkg_.a packagefile encoding=$WORK/b072/_pkg_.a packagefile encoding/base64=$WORK/b055/_pkg_.a packagefile math=$WORK/b019/_pkg_.a packagefile reflect=$WORK/b026/_pkg_.a packagefile unicode/utf16=$WORK/b073/_pkg_.a packagefile flag=$WORK/b075/_pkg_.a packagefile text/template=$WORK/b077/_pkg_.a packagefile encoding/xml=$WORK/b080/_pkg_.a packagefile github.com/syncthing/syncthing/lib/events=$WORK/b081/_pkg_.a packagefile github.com/syncthing/syncthing/lib/logger=$WORK/b082/_pkg_.a packagefile github.com/syncthing/syncthing/lib/osutil=$WORK/b092/_pkg_.a packagefile github.com/syncthing/syncthing/lib/rand=$WORK/b130/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sync=$WORK/b084/_pkg_.a packagefile github.com/syncthing/syncthing/lib/upgrade=$WORK/b133/_pkg_.a packagefile github.com/syncthing/syncthing/lib/util=$WORK/b134/_pkg_.a packagefile github.com/syncthing/syncthing/lib/versioner=$WORK/b135/_pkg_.a packagefile net/url=$WORK/b066/_pkg_.a packagefile path=$WORK/b094/_pkg_.a packagefile context=$WORK/b062/_pkg_.a packagefile github.com/calmh/du=$WORK/b089/_pkg_.a packagefile github.com/syncthing/notify=$WORK/b090/_pkg_.a packagefile syscall=$WORK/b033/_pkg_.a packagefile encoding/base32=$WORK/b124/_pkg_.a packagefile encoding/binary=$WORK/b025/_pkg_.a packagefile github.com/bkaradzic/go-lz4=$WORK/b125/_pkg_.a packagefile github.com/calmh/xdr=$WORK/b126/_pkg_.a packagefile github.com/gogo/protobuf/gogoproto=$WORK/b127/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b128/_pkg_.a packagefile github.com/syncthing/syncthing/lib/sha256=$WORK/b131/_pkg_.a packagefile golang.org/x/text/unicode/norm=$WORK/b121/_pkg_.a packagefile bufio=$WORK/b044/_pkg_.a packagefile compress/gzip=$WORK/b104/_pkg_.a packagefile vendor/golang_org/x/net/http2/hpack=$WORK/b107/_pkg_.a packagefile vendor/golang_org/x/net/idna=$WORK/b108/_pkg_.a packagefile vendor/golang_org/x/net/lex/httplex=$WORK/b113/_pkg_.a packagefile vendor/golang_org/x/net/proxy=$WORK/b114/_pkg_.a packagefile log=$WORK/b083/_pkg_.a packagefile math/rand=$WORK/b037/_pkg_.a packagefile mime=$WORK/b115/_pkg_.a packagefile mime/multipart=$WORK/b116/_pkg_.a packagefile net/http/httptrace=$WORK/b119/_pkg_.a packagefile net/http/internal=$WORK/b120/_pkg_.a packagefile net/textproto=$WORK/b118/_pkg_.a packagefile internal/poll=$WORK/b032/_pkg_.a packagefile internal/testlog=$WORK/b035/_pkg_.a packagefile regexp/syntax=$WORK/b139/_pkg_.a packagefile runtime/internal/atomic=$WORK/b009/_pkg_.a packagefile runtime/internal/sys=$WORK/b010/_pkg_.a packagefile internal/syscall/unix=$WORK/b045/_pkg_.a packagefile crypto/dsa=$WORK/b051/_pkg_.a packagefile crypto/x509/pkix=$WORK/b052/_pkg_.a packagefile encoding/hex=$WORK/b053/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte=$WORK/b057/_pkg_.a packagefile vendor/golang_org/x/crypto/cryptobyte/asn1=$WORK/b058/_pkg_.a packagefile vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20=$WORK/b068/_pkg_.a packagefile vendor/golang_org/x/crypto/poly1305=$WORK/b069/_pkg_.a packagefile math/bits=$WORK/b036/_pkg_.a packagefile internal/nettrace=$WORK/b063/_pkg_.a packagefile internal/singleflight=$WORK/b064/_pkg_.a packagefile internal/race=$WORK/b006/_pkg_.a packagefile text/template/parse=$WORK/b078/_pkg_.a packagefile github.com/pkg/errors=$WORK/b093/_pkg_.a packagefile github.com/syncthing/syncthing/lib/dialer=$WORK/b095/_pkg_.a packagefile github.com/sasha-s/go-deadlock=$WORK/b085/_pkg_.a packagefile github.com/kballard/go-shellquote=$WORK/b136/_pkg_.a packagefile os/exec=$WORK/b137/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b091/_pkg_.a packagefile github.com/gogo/protobuf/protoc-gen-gogo/descriptor=$WORK/b129/_pkg_.a packagefile github.com/minio/sha256-simd=$WORK/b132/_pkg_.a packagefile golang.org/x/text/transform=$WORK/b122/_pkg_.a packagefile compress/flate=$WORK/b105/_pkg_.a packagefile hash/crc32=$WORK/b106/_pkg_.a packagefile vendor/golang_org/x/text/secure/bidirule=$WORK/b109/_pkg_.a packagefile vendor/golang_org/x/text/unicode/bidi=$WORK/b111/_pkg_.a packagefile vendor/golang_org/x/text/unicode/norm=$WORK/b112/_pkg_.a packagefile mime/quotedprintable=$WORK/b117/_pkg_.a packagefile golang.org/x/net/ipv4=$WORK/b096/_pkg_.a packagefile golang.org/x/net/ipv6=$WORK/b100/_pkg_.a packagefile golang.org/x/net/proxy=$WORK/b101/_pkg_.a packagefile github.com/petermattis/goid=$WORK/b086/_pkg_.a packagefile os/user=$WORK/b087/_pkg_.a packagefile vendor/golang_org/x/text/transform=$WORK/b110/_pkg_.a packagefile golang.org/x/net/bpf=$WORK/b097/_pkg_.a packagefile golang.org/x/net/internal/iana=$WORK/b098/_pkg_.a packagefile golang.org/x/net/internal/socket=$WORK/b099/_pkg_.a packagefile golang.org/x/net/internal/socks=$WORK/b102/_pkg_.a EOF mkdir -p $WORK/b001/exe/ cd . /usr/lib/golang/pkg/tool/linux_s390x/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -buildmode=pie -buildid=__a8dsS60tWea9JVfjR2/r_KBvFFxPfCd7uFgQW-4/74RyhSO7mK8jbAJvZxp5/__a8dsS60tWea9JVfjR2 -X main.Version=v0.14.50 -X main.BuildStamp=1536660452 -X main.BuildUser=mockbuild -X main.BuildHost=fedora-koji -B 0x6e798888ec8b4302e66938ef5a161854352889f1 -extldflags "-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld " -extld=gcc $WORK/b001/_pkg_.a /usr/lib/golang/pkg/tool/linux_s390x/buildid -w $WORK/b001/exe/a.out # internal mkdir -p _bin/ mv $WORK/b001/exe/a.out _bin/stcli rm -r $WORK/b001/ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.33O5M0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x ++ dirname /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x + cd syncthing + mkdir -p /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/bin + cp -pav _bin/syncthing /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/bin/ '_bin/syncthing' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/bin/syncthing' + cp -pav _bin/stdiscosrv /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/bin/ '_bin/stdiscosrv' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/bin/stdiscosrv' + cp -pav _bin/strelaysrv /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/bin/ '_bin/strelaysrv' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/bin/strelaysrv' + cp -pav _bin/strelaypoolsrv /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/bin/ '_bin/strelaypoolsrv' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/bin/strelaypoolsrv' + cp -pav _bin/stcli /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/bin/ '_bin/stcli' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/bin/stcli' + mkdir -p /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man1 + mkdir -p /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man5 + mkdir -p /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man7 + cp -pav ./man/syncthing.1 /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man1/ './man/syncthing.1' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man1/syncthing.1' + cp -pav ./man/syncthing-config.5 ./man/syncthing-stignore.5 /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man5/ './man/syncthing-config.5' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man5/syncthing-config.5' './man/syncthing-stignore.5' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man5/syncthing-stignore.5' + cp -pav ./man/syncthing-bep.7 ./man/syncthing-device-ids.7 ./man/syncthing-event-api.7 ./man/syncthing-faq.7 ./man/syncthing-globaldisco.7 ./man/syncthing-localdisco.7 ./man/syncthing-networking.7 ./man/syncthing-relay.7 ./man/syncthing-rest-api.7 ./man/syncthing-security.7 ./man/syncthing-versioning.7 /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man7/ './man/syncthing-bep.7' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man7/syncthing-bep.7' './man/syncthing-device-ids.7' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man7/syncthing-device-ids.7' './man/syncthing-event-api.7' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man7/syncthing-event-api.7' './man/syncthing-faq.7' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man7/syncthing-faq.7' './man/syncthing-globaldisco.7' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man7/syncthing-globaldisco.7' './man/syncthing-localdisco.7' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man7/syncthing-localdisco.7' './man/syncthing-networking.7' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man7/syncthing-networking.7' './man/syncthing-relay.7' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man7/syncthing-relay.7' './man/syncthing-rest-api.7' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man7/syncthing-rest-api.7' './man/syncthing-security.7' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man7/syncthing-security.7' './man/syncthing-versioning.7' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man7/syncthing-versioning.7' + cp -pav ./man/stdiscosrv.1 /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man1/ './man/stdiscosrv.1' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man1/stdiscosrv.1' + cp -pav ./man/strelaysrv.1 /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man1/ './man/strelaysrv.1' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/share/man/man1/strelaysrv.1' + mkdir -p /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/lib/systemd/system + mkdir -p /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/lib/systemd/user + cp -pav etc/linux-systemd/system/syncthing@.service /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/lib/systemd/system/ 'etc/linux-systemd/system/syncthing@.service' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/lib/systemd/system/syncthing@.service' + cp -pav etc/linux-systemd/system/syncthing-resume.service /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/lib/systemd/system/ 'etc/linux-systemd/system/syncthing-resume.service' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/lib/systemd/system/syncthing-resume.service' + cp -pav etc/linux-systemd/user/syncthing.service /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/lib/systemd/user/ 'etc/linux-systemd/user/syncthing.service' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/lib/systemd/user/syncthing.service' + mkdir -p /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x//usr/lib/systemd/user-preset + echo 'disable syncthing*' ++ find -name '*.go' -executable -print + for i in $(find -name "*.go" -executable -print) + chmod a-x ./lib/model/progressemitter.go + for i in $(find -name "*.go" -executable -print) + chmod a-x ./lib/protocol/errors.go + go-rpm-integration install -i github.com/syncthing/syncthing -o devel.file-list -p /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x -g /usr/share/gocode -b /builddir/build/BUILD/syncthing/_build -r '.*example.*' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src' Installing: github.com/syncthing/syncthing install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing' '/builddir/build/BUILD/syncthing/CONDUCT.md' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/CONDUCT.md' '/builddir/build/BUILD/syncthing/CONTRIBUTING.md' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/CONTRIBUTING.md' '/builddir/build/BUILD/syncthing/GOALS.md' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/GOALS.md' '/builddir/build/BUILD/syncthing/README-Docker.md' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/README-Docker.md' '/builddir/build/BUILD/syncthing/README.md' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/README.md' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stbench' '/builddir/build/BUILD/syncthing/cmd/stbench/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stbench/main.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stcli' '/builddir/build/BUILD/syncthing/cmd/stcli/client.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stcli/client.go' '/builddir/build/BUILD/syncthing/cmd/stcli/cmd_devices.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stcli/cmd_devices.go' '/builddir/build/BUILD/syncthing/cmd/stcli/cmd_errors.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stcli/cmd_errors.go' '/builddir/build/BUILD/syncthing/cmd/stcli/cmd_folders.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stcli/cmd_folders.go' '/builddir/build/BUILD/syncthing/cmd/stcli/cmd_general.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stcli/cmd_general.go' '/builddir/build/BUILD/syncthing/cmd/stcli/cmd_gui.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stcli/cmd_gui.go' '/builddir/build/BUILD/syncthing/cmd/stcli/cmd_options.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stcli/cmd_options.go' '/builddir/build/BUILD/syncthing/cmd/stcli/cmd_report.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stcli/cmd_report.go' '/builddir/build/BUILD/syncthing/cmd/stcli/labels.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stcli/labels.go' '/builddir/build/BUILD/syncthing/cmd/stcli/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stcli/main.go' '/builddir/build/BUILD/syncthing/cmd/stcli/utils.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stcli/utils.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stcompdirs' '/builddir/build/BUILD/syncthing/cmd/stcompdirs/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stcompdirs/main.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stdisco' '/builddir/build/BUILD/syncthing/cmd/stdisco/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stdisco/main.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stdiscosrv' '/builddir/build/BUILD/syncthing/cmd/stdiscosrv/README.md' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stdiscosrv/README.md' '/builddir/build/BUILD/syncthing/cmd/stdiscosrv/apisrv.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stdiscosrv/apisrv.go' '/builddir/build/BUILD/syncthing/cmd/stdiscosrv/database.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stdiscosrv/database.go' '/builddir/build/BUILD/syncthing/cmd/stdiscosrv/database.pb.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stdiscosrv/database.pb.go' '/builddir/build/BUILD/syncthing/cmd/stdiscosrv/database_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stdiscosrv/database_test.go' '/builddir/build/BUILD/syncthing/cmd/stdiscosrv/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stdiscosrv/main.go' '/builddir/build/BUILD/syncthing/cmd/stdiscosrv/replication.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stdiscosrv/replication.go' '/builddir/build/BUILD/syncthing/cmd/stdiscosrv/stats.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stdiscosrv/stats.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stevents' '/builddir/build/BUILD/syncthing/cmd/stevents/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stevents/main.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stfileinfo' '/builddir/build/BUILD/syncthing/cmd/stfileinfo/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stfileinfo/main.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stfinddevice' '/builddir/build/BUILD/syncthing/cmd/stfinddevice/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stfinddevice/main.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stfindignored' '/builddir/build/BUILD/syncthing/cmd/stfindignored/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stfindignored/main.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stgenfiles' '/builddir/build/BUILD/syncthing/cmd/stgenfiles/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stgenfiles/main.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stindex' '/builddir/build/BUILD/syncthing/cmd/stindex/dump.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stindex/dump.go' '/builddir/build/BUILD/syncthing/cmd/stindex/dumpsize.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stindex/dumpsize.go' '/builddir/build/BUILD/syncthing/cmd/stindex/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stindex/main.go' '/builddir/build/BUILD/syncthing/cmd/stindex/util.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stindex/util.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaypoolsrv' '/builddir/build/BUILD/syncthing/cmd/strelaypoolsrv/README.md' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaypoolsrv/README.md' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto' '/builddir/build/BUILD/syncthing/cmd/strelaypoolsrv/auto/doc.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto/doc.go' '/builddir/build/BUILD/syncthing/cmd/strelaypoolsrv/auto/gui.files.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto/gui.files.go' '/builddir/build/BUILD/syncthing/cmd/strelaypoolsrv/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaypoolsrv/main.go' '/builddir/build/BUILD/syncthing/cmd/strelaypoolsrv/stats.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaypoolsrv/stats.go' '/builddir/build/BUILD/syncthing/cmd/strelaypoolsrv/stats_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaypoolsrv/stats_test.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaysrv' '/builddir/build/BUILD/syncthing/cmd/strelaysrv/README.md' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaysrv/README.md' '/builddir/build/BUILD/syncthing/cmd/strelaysrv/listener.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaysrv/listener.go' '/builddir/build/BUILD/syncthing/cmd/strelaysrv/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaysrv/main.go' '/builddir/build/BUILD/syncthing/cmd/strelaysrv/pool.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaysrv/pool.go' '/builddir/build/BUILD/syncthing/cmd/strelaysrv/session.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaysrv/session.go' '/builddir/build/BUILD/syncthing/cmd/strelaysrv/status.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaysrv/status.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaysrv/testutil' '/builddir/build/BUILD/syncthing/cmd/strelaysrv/testutil/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaysrv/testutil/main.go' '/builddir/build/BUILD/syncthing/cmd/strelaysrv/utils.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/strelaysrv/utils.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stsigtool' '/builddir/build/BUILD/syncthing/cmd/stsigtool/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stsigtool/main.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stvanity' '/builddir/build/BUILD/syncthing/cmd/stvanity/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stvanity/main.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stwatchfile' '/builddir/build/BUILD/syncthing/cmd/stwatchfile/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/stwatchfile/main.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing' '/builddir/build/BUILD/syncthing/cmd/syncthing/auditservice.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/auditservice.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/auditservice_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/auditservice_test.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/blockprof.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/blockprof.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/cpuusage.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/cpuusage.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/cpuusage_unix.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/cpuusage_unix.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/debug.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/gui.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/gui_auth.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/gui_auth.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/gui_csrf.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/gui_csrf.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/gui_statics.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/gui_statics.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/gui_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/gui_test.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/heapprof.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/heapprof.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/locations.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/locations.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/main.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/main.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/main_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/main_test.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/memsize_linux.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/memsize_linux.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/mocked_config_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/mocked_config_test.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/mocked_connections_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/mocked_connections_test.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/mocked_cpuusage_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/mocked_cpuusage_test.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/mocked_discovery_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/mocked_discovery_test.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/mocked_events_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/mocked_events_test.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/mocked_logger_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/mocked_logger_test.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/mocked_model_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/mocked_model_test.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/monitor.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/monitor.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/monitor_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/monitor_test.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/openurl_unix.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/openurl_unix.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/perfstats_unix.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/perfstats_unix.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/summaryservice.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/summaryservice.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/superuser_unix.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/superuser_unix.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/traceback.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/traceback.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/usage.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/usage.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/usage_report.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/usage_report.go' '/builddir/build/BUILD/syncthing/cmd/syncthing/verboseservice.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/cmd/syncthing/verboseservice.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/auto' '/builddir/build/BUILD/syncthing/lib/auto/auto_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/auto/auto_test.go' '/builddir/build/BUILD/syncthing/lib/auto/doc.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/auto/doc.go' '/builddir/build/BUILD/syncthing/lib/auto/gui.files.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/auto/gui.files.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/beacon' '/builddir/build/BUILD/syncthing/lib/beacon/beacon.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/beacon/beacon.go' '/builddir/build/BUILD/syncthing/lib/beacon/broadcast.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/beacon/broadcast.go' '/builddir/build/BUILD/syncthing/lib/beacon/broadcast_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/beacon/broadcast_test.go' '/builddir/build/BUILD/syncthing/lib/beacon/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/beacon/debug.go' '/builddir/build/BUILD/syncthing/lib/beacon/doc.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/beacon/doc.go' '/builddir/build/BUILD/syncthing/lib/beacon/multicast.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/beacon/multicast.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/config' '/builddir/build/BUILD/syncthing/lib/config/commit_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/config/commit_test.go' '/builddir/build/BUILD/syncthing/lib/config/config.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/config/config.go' '/builddir/build/BUILD/syncthing/lib/config/config_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/config/config_test.go' '/builddir/build/BUILD/syncthing/lib/config/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/config/debug.go' '/builddir/build/BUILD/syncthing/lib/config/deviceconfiguration.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/config/deviceconfiguration.go' '/builddir/build/BUILD/syncthing/lib/config/folderconfiguration.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/config/folderconfiguration.go' '/builddir/build/BUILD/syncthing/lib/config/foldertype.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/config/foldertype.go' '/builddir/build/BUILD/syncthing/lib/config/guiconfiguration.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/config/guiconfiguration.go' '/builddir/build/BUILD/syncthing/lib/config/optionsconfiguration.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/config/optionsconfiguration.go' '/builddir/build/BUILD/syncthing/lib/config/pullorder.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/config/pullorder.go' '/builddir/build/BUILD/syncthing/lib/config/size.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/config/size.go' '/builddir/build/BUILD/syncthing/lib/config/size_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/config/size_test.go' '/builddir/build/BUILD/syncthing/lib/config/versioningconfiguration.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/config/versioningconfiguration.go' '/builddir/build/BUILD/syncthing/lib/config/wrapper.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/config/wrapper.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/connections' '/builddir/build/BUILD/syncthing/lib/connections/config.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/connections/config.go' '/builddir/build/BUILD/syncthing/lib/connections/connections_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/connections/connections_test.go' '/builddir/build/BUILD/syncthing/lib/connections/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/connections/debug.go' '/builddir/build/BUILD/syncthing/lib/connections/deprecated.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/connections/deprecated.go' '/builddir/build/BUILD/syncthing/lib/connections/lan_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/connections/lan_test.go' '/builddir/build/BUILD/syncthing/lib/connections/limiter.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/connections/limiter.go' '/builddir/build/BUILD/syncthing/lib/connections/limiter_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/connections/limiter_test.go' '/builddir/build/BUILD/syncthing/lib/connections/relay_dial.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/connections/relay_dial.go' '/builddir/build/BUILD/syncthing/lib/connections/relay_listen.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/connections/relay_listen.go' '/builddir/build/BUILD/syncthing/lib/connections/service.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/connections/service.go' '/builddir/build/BUILD/syncthing/lib/connections/structs.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/connections/structs.go' '/builddir/build/BUILD/syncthing/lib/connections/tcp_dial.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/connections/tcp_dial.go' '/builddir/build/BUILD/syncthing/lib/connections/tcp_listen.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/connections/tcp_listen.go' '/builddir/build/BUILD/syncthing/lib/connections/util.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/connections/util.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db' '/builddir/build/BUILD/syncthing/lib/db/benchmark_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/benchmark_test.go' '/builddir/build/BUILD/syncthing/lib/db/blockmap.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/blockmap.go' '/builddir/build/BUILD/syncthing/lib/db/blockmap_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/blockmap_test.go' '/builddir/build/BUILD/syncthing/lib/db/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/debug.go' '/builddir/build/BUILD/syncthing/lib/db/leveldb.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/leveldb.go' '/builddir/build/BUILD/syncthing/lib/db/leveldb_dbinstance.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/leveldb_dbinstance.go' '/builddir/build/BUILD/syncthing/lib/db/leveldb_dbinstance_updateschema.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/leveldb_dbinstance_updateschema.go' '/builddir/build/BUILD/syncthing/lib/db/leveldb_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/leveldb_test.go' '/builddir/build/BUILD/syncthing/lib/db/leveldb_transactions.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/leveldb_transactions.go' '/builddir/build/BUILD/syncthing/lib/db/meta.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/meta.go' '/builddir/build/BUILD/syncthing/lib/db/meta_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/meta_test.go' '/builddir/build/BUILD/syncthing/lib/db/namespaced.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/namespaced.go' '/builddir/build/BUILD/syncthing/lib/db/namespaced_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/namespaced_test.go' '/builddir/build/BUILD/syncthing/lib/db/set.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/set.go' '/builddir/build/BUILD/syncthing/lib/db/set_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/set_test.go' '/builddir/build/BUILD/syncthing/lib/db/structs.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/structs.go' '/builddir/build/BUILD/syncthing/lib/db/structs.pb.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/structs.pb.go' '/builddir/build/BUILD/syncthing/lib/db/util_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/db/util_test.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/dialer' '/builddir/build/BUILD/syncthing/lib/dialer/empty_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/dialer/empty_test.go' '/builddir/build/BUILD/syncthing/lib/dialer/internal.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/dialer/internal.go' '/builddir/build/BUILD/syncthing/lib/dialer/public.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/dialer/public.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/discover' '/builddir/build/BUILD/syncthing/lib/discover/cache.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/discover/cache.go' '/builddir/build/BUILD/syncthing/lib/discover/cache_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/discover/cache_test.go' '/builddir/build/BUILD/syncthing/lib/discover/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/discover/debug.go' '/builddir/build/BUILD/syncthing/lib/discover/discover.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/discover/discover.go' '/builddir/build/BUILD/syncthing/lib/discover/doc.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/discover/doc.go' '/builddir/build/BUILD/syncthing/lib/discover/global.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/discover/global.go' '/builddir/build/BUILD/syncthing/lib/discover/global_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/discover/global_test.go' '/builddir/build/BUILD/syncthing/lib/discover/local.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/discover/local.go' '/builddir/build/BUILD/syncthing/lib/discover/local.pb.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/discover/local.pb.go' '/builddir/build/BUILD/syncthing/lib/discover/local_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/discover/local_test.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/events' '/builddir/build/BUILD/syncthing/lib/events/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/events/debug.go' '/builddir/build/BUILD/syncthing/lib/events/events.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/events/events.go' '/builddir/build/BUILD/syncthing/lib/events/events_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/events/events_test.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs' '/builddir/build/BUILD/syncthing/lib/fs/basicfs.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/basicfs.go' '/builddir/build/BUILD/syncthing/lib/fs/basicfs_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/basicfs_test.go' '/builddir/build/BUILD/syncthing/lib/fs/basicfs_unix.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/basicfs_unix.go' '/builddir/build/BUILD/syncthing/lib/fs/basicfs_watch.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/basicfs_watch.go' '/builddir/build/BUILD/syncthing/lib/fs/basicfs_watch_errors_linux.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/basicfs_watch_errors_linux.go' '/builddir/build/BUILD/syncthing/lib/fs/basicfs_watch_eventtypes_inotify.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/basicfs_watch_eventtypes_inotify.go' '/builddir/build/BUILD/syncthing/lib/fs/basicfs_watch_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/basicfs_watch_test.go' '/builddir/build/BUILD/syncthing/lib/fs/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/debug.go' '/builddir/build/BUILD/syncthing/lib/fs/errorfs.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/errorfs.go' '/builddir/build/BUILD/syncthing/lib/fs/filesystem.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/filesystem.go' '/builddir/build/BUILD/syncthing/lib/fs/filesystem_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/filesystem_test.go' '/builddir/build/BUILD/syncthing/lib/fs/folding.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/folding.go' '/builddir/build/BUILD/syncthing/lib/fs/folding_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/folding_test.go' '/builddir/build/BUILD/syncthing/lib/fs/fsfileinfo_unix.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/fsfileinfo_unix.go' '/builddir/build/BUILD/syncthing/lib/fs/logfs.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/logfs.go' '/builddir/build/BUILD/syncthing/lib/fs/lstat_broken.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/lstat_broken.go' '/builddir/build/BUILD/syncthing/lib/fs/mtimefs.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/mtimefs.go' '/builddir/build/BUILD/syncthing/lib/fs/mtimefs_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/mtimefs_test.go' '/builddir/build/BUILD/syncthing/lib/fs/tempname.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/tempname.go' '/builddir/build/BUILD/syncthing/lib/fs/tempname_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/tempname_test.go' '/builddir/build/BUILD/syncthing/lib/fs/types.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/types.go' '/builddir/build/BUILD/syncthing/lib/fs/util.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/util.go' '/builddir/build/BUILD/syncthing/lib/fs/walkfs.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/fs/walkfs.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/ignore' '/builddir/build/BUILD/syncthing/lib/ignore/cache.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/ignore/cache.go' '/builddir/build/BUILD/syncthing/lib/ignore/cache_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/ignore/cache_test.go' '/builddir/build/BUILD/syncthing/lib/ignore/ignore.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/ignore/ignore.go' '/builddir/build/BUILD/syncthing/lib/ignore/ignore_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/ignore/ignore_test.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/logger' '/builddir/build/BUILD/syncthing/lib/logger/logger.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/logger/logger.go' '/builddir/build/BUILD/syncthing/lib/logger/logger_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/logger/logger_test.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model' '/builddir/build/BUILD/syncthing/lib/model/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/debug.go' '/builddir/build/BUILD/syncthing/lib/model/deviceactivity.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/deviceactivity.go' '/builddir/build/BUILD/syncthing/lib/model/deviceactivity_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/deviceactivity_test.go' '/builddir/build/BUILD/syncthing/lib/model/devicedownloadstate.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/devicedownloadstate.go' '/builddir/build/BUILD/syncthing/lib/model/devicedownloadstate_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/devicedownloadstate_test.go' '/builddir/build/BUILD/syncthing/lib/model/doc.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/doc.go' '/builddir/build/BUILD/syncthing/lib/model/folder.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/folder.go' '/builddir/build/BUILD/syncthing/lib/model/folder_recvonly.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/folder_recvonly.go' '/builddir/build/BUILD/syncthing/lib/model/folder_recvonly_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/folder_recvonly_test.go' '/builddir/build/BUILD/syncthing/lib/model/folder_sendonly.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/folder_sendonly.go' '/builddir/build/BUILD/syncthing/lib/model/folder_sendrecv.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/folder_sendrecv.go' '/builddir/build/BUILD/syncthing/lib/model/folder_sendrecv_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/folder_sendrecv_test.go' '/builddir/build/BUILD/syncthing/lib/model/folderstate.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/folderstate.go' '/builddir/build/BUILD/syncthing/lib/model/model.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/model.go' '/builddir/build/BUILD/syncthing/lib/model/model_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/model_test.go' '/builddir/build/BUILD/syncthing/lib/model/progressemitter.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/progressemitter.go' '/builddir/build/BUILD/syncthing/lib/model/progressemitter_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/progressemitter_test.go' '/builddir/build/BUILD/syncthing/lib/model/queue.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/queue.go' '/builddir/build/BUILD/syncthing/lib/model/queue_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/queue_test.go' '/builddir/build/BUILD/syncthing/lib/model/requests_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/requests_test.go' '/builddir/build/BUILD/syncthing/lib/model/sentdownloadstate.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/sentdownloadstate.go' '/builddir/build/BUILD/syncthing/lib/model/sharedpullerstate.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/sharedpullerstate.go' '/builddir/build/BUILD/syncthing/lib/model/sharedpullerstate_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/sharedpullerstate_test.go' '/builddir/build/BUILD/syncthing/lib/model/util.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/model/util.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/nat' '/builddir/build/BUILD/syncthing/lib/nat/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/nat/debug.go' '/builddir/build/BUILD/syncthing/lib/nat/interface.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/nat/interface.go' '/builddir/build/BUILD/syncthing/lib/nat/registry.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/nat/registry.go' '/builddir/build/BUILD/syncthing/lib/nat/service.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/nat/service.go' '/builddir/build/BUILD/syncthing/lib/nat/structs.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/nat/structs.go' '/builddir/build/BUILD/syncthing/lib/nat/structs_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/nat/structs_test.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil' '/builddir/build/BUILD/syncthing/lib/osutil/atomic.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/atomic.go' '/builddir/build/BUILD/syncthing/lib/osutil/atomic_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/atomic_test.go' '/builddir/build/BUILD/syncthing/lib/osutil/atomic_unix_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/atomic_unix_test.go' '/builddir/build/BUILD/syncthing/lib/osutil/filenames_unix.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/filenames_unix.go' '/builddir/build/BUILD/syncthing/lib/osutil/hidden_unix.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/hidden_unix.go' '/builddir/build/BUILD/syncthing/lib/osutil/lan.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/lan.go' '/builddir/build/BUILD/syncthing/lib/osutil/lowprio_linux.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/lowprio_linux.go' '/builddir/build/BUILD/syncthing/lib/osutil/net.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/net.go' '/builddir/build/BUILD/syncthing/lib/osutil/osutil.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/osutil.go' '/builddir/build/BUILD/syncthing/lib/osutil/osutil_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/osutil_test.go' '/builddir/build/BUILD/syncthing/lib/osutil/ping.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/ping.go' '/builddir/build/BUILD/syncthing/lib/osutil/replacingwriter.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/replacingwriter.go' '/builddir/build/BUILD/syncthing/lib/osutil/replacingwriter_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/replacingwriter_test.go' '/builddir/build/BUILD/syncthing/lib/osutil/rlimit_unix.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/rlimit_unix.go' '/builddir/build/BUILD/syncthing/lib/osutil/symlink.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/symlink.go' '/builddir/build/BUILD/syncthing/lib/osutil/tempfile.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/tempfile.go' '/builddir/build/BUILD/syncthing/lib/osutil/traversessymlink.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/traversessymlink.go' '/builddir/build/BUILD/syncthing/lib/osutil/traversessymlink_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/osutil/traversessymlink_test.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/pmp' '/builddir/build/BUILD/syncthing/lib/pmp/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/pmp/debug.go' '/builddir/build/BUILD/syncthing/lib/pmp/empty_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/pmp/empty_test.go' '/builddir/build/BUILD/syncthing/lib/pmp/pmp.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/pmp/pmp.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol' '/builddir/build/BUILD/syncthing/lib/protocol/benchmark_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/benchmark_test.go' '/builddir/build/BUILD/syncthing/lib/protocol/bep.pb.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/bep.pb.go' '/builddir/build/BUILD/syncthing/lib/protocol/bep_extensions.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/bep_extensions.go' '/builddir/build/BUILD/syncthing/lib/protocol/bufferpool.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/bufferpool.go' '/builddir/build/BUILD/syncthing/lib/protocol/common_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/common_test.go' '/builddir/build/BUILD/syncthing/lib/protocol/compression.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/compression.go' '/builddir/build/BUILD/syncthing/lib/protocol/compression_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/compression_test.go' '/builddir/build/BUILD/syncthing/lib/protocol/conflict_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/conflict_test.go' '/builddir/build/BUILD/syncthing/lib/protocol/counting.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/counting.go' '/builddir/build/BUILD/syncthing/lib/protocol/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/debug.go' '/builddir/build/BUILD/syncthing/lib/protocol/deviceid.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/deviceid.go' '/builddir/build/BUILD/syncthing/lib/protocol/deviceid_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/deviceid_test.go' '/builddir/build/BUILD/syncthing/lib/protocol/deviceid_test.pb.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/deviceid_test.pb.go' '/builddir/build/BUILD/syncthing/lib/protocol/doc.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/doc.go' '/builddir/build/BUILD/syncthing/lib/protocol/errors.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/errors.go' '/builddir/build/BUILD/syncthing/lib/protocol/hello.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/hello.go' '/builddir/build/BUILD/syncthing/lib/protocol/hello_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/hello_test.go' '/builddir/build/BUILD/syncthing/lib/protocol/hello_v0.13.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/hello_v0.13.go' '/builddir/build/BUILD/syncthing/lib/protocol/hello_v0.13_xdr.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/hello_v0.13_xdr.go' '/builddir/build/BUILD/syncthing/lib/protocol/luhn.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/luhn.go' '/builddir/build/BUILD/syncthing/lib/protocol/luhn_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/luhn_test.go' '/builddir/build/BUILD/syncthing/lib/protocol/nativemodel_unix.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/nativemodel_unix.go' '/builddir/build/BUILD/syncthing/lib/protocol/protocol.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/protocol.go' '/builddir/build/BUILD/syncthing/lib/protocol/protocol_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/protocol_test.go' '/builddir/build/BUILD/syncthing/lib/protocol/vector.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/vector.go' '/builddir/build/BUILD/syncthing/lib/protocol/vector_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/vector_test.go' '/builddir/build/BUILD/syncthing/lib/protocol/wireformat.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/protocol/wireformat.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/rand' '/builddir/build/BUILD/syncthing/lib/rand/random.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/rand/random.go' '/builddir/build/BUILD/syncthing/lib/rand/random_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/rand/random_test.go' '/builddir/build/BUILD/syncthing/lib/rand/securesource.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/rand/securesource.go' '/builddir/build/BUILD/syncthing/lib/rand/securesource_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/rand/securesource_test.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/rc' '/builddir/build/BUILD/syncthing/lib/rc/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/rc/debug.go' '/builddir/build/BUILD/syncthing/lib/rc/rc.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/rc/rc.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/relay' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/relay/client' '/builddir/build/BUILD/syncthing/lib/relay/client/client.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/relay/client/client.go' '/builddir/build/BUILD/syncthing/lib/relay/client/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/relay/client/debug.go' '/builddir/build/BUILD/syncthing/lib/relay/client/dynamic.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/relay/client/dynamic.go' '/builddir/build/BUILD/syncthing/lib/relay/client/empty_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/relay/client/empty_test.go' '/builddir/build/BUILD/syncthing/lib/relay/client/methods.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/relay/client/methods.go' '/builddir/build/BUILD/syncthing/lib/relay/client/static.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/relay/client/static.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/relay/protocol' '/builddir/build/BUILD/syncthing/lib/relay/protocol/empty_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/relay/protocol/empty_test.go' '/builddir/build/BUILD/syncthing/lib/relay/protocol/packets.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/relay/protocol/packets.go' '/builddir/build/BUILD/syncthing/lib/relay/protocol/packets_xdr.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/relay/protocol/packets_xdr.go' '/builddir/build/BUILD/syncthing/lib/relay/protocol/protocol.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/relay/protocol/protocol.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/scanner' '/builddir/build/BUILD/syncthing/lib/scanner/blockqueue.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/scanner/blockqueue.go' '/builddir/build/BUILD/syncthing/lib/scanner/blocks.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/scanner/blocks.go' '/builddir/build/BUILD/syncthing/lib/scanner/blocks_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/scanner/blocks_test.go' '/builddir/build/BUILD/syncthing/lib/scanner/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/scanner/debug.go' '/builddir/build/BUILD/syncthing/lib/scanner/doc.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/scanner/doc.go' '/builddir/build/BUILD/syncthing/lib/scanner/virtualfs_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/scanner/virtualfs_test.go' '/builddir/build/BUILD/syncthing/lib/scanner/walk.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/scanner/walk.go' '/builddir/build/BUILD/syncthing/lib/scanner/walk_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/scanner/walk_test.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/sha256' '/builddir/build/BUILD/syncthing/lib/sha256/sha256.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/sha256/sha256.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/signature' '/builddir/build/BUILD/syncthing/lib/signature/signature.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/signature/signature.go' '/builddir/build/BUILD/syncthing/lib/signature/signature_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/signature/signature_test.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/stats' '/builddir/build/BUILD/syncthing/lib/stats/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/stats/debug.go' '/builddir/build/BUILD/syncthing/lib/stats/device.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/stats/device.go' '/builddir/build/BUILD/syncthing/lib/stats/empty_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/stats/empty_test.go' '/builddir/build/BUILD/syncthing/lib/stats/folder.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/stats/folder.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/sync' '/builddir/build/BUILD/syncthing/lib/sync/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/sync/debug.go' '/builddir/build/BUILD/syncthing/lib/sync/sync.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/sync/sync.go' '/builddir/build/BUILD/syncthing/lib/sync/sync_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/sync/sync_test.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/tlsutil' '/builddir/build/BUILD/syncthing/lib/tlsutil/tlsutil.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/tlsutil/tlsutil.go' '/builddir/build/BUILD/syncthing/lib/tlsutil/tlsutil_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/tlsutil/tlsutil_test.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/upgrade' '/builddir/build/BUILD/syncthing/lib/upgrade/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/upgrade/debug.go' '/builddir/build/BUILD/syncthing/lib/upgrade/signingkey.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/upgrade/signingkey.go' '/builddir/build/BUILD/syncthing/lib/upgrade/upgrade_common.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/upgrade/upgrade_common.go' '/builddir/build/BUILD/syncthing/lib/upgrade/upgrade_supported.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/upgrade/upgrade_supported.go' '/builddir/build/BUILD/syncthing/lib/upgrade/upgrade_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/upgrade/upgrade_test.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/upnp' '/builddir/build/BUILD/syncthing/lib/upnp/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/upnp/debug.go' '/builddir/build/BUILD/syncthing/lib/upnp/igd_service.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/upnp/igd_service.go' '/builddir/build/BUILD/syncthing/lib/upnp/upnp.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/upnp/upnp.go' '/builddir/build/BUILD/syncthing/lib/upnp/upnp_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/upnp/upnp_test.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/util' '/builddir/build/BUILD/syncthing/lib/util/utils.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/util/utils.go' '/builddir/build/BUILD/syncthing/lib/util/utils_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/util/utils_test.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/versioner' '/builddir/build/BUILD/syncthing/lib/versioner/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/versioner/debug.go' '/builddir/build/BUILD/syncthing/lib/versioner/empty_dir_tracker.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/versioner/empty_dir_tracker.go' '/builddir/build/BUILD/syncthing/lib/versioner/empty_dir_tracker_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/versioner/empty_dir_tracker_test.go' '/builddir/build/BUILD/syncthing/lib/versioner/external.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/versioner/external.go' '/builddir/build/BUILD/syncthing/lib/versioner/external_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/versioner/external_test.go' '/builddir/build/BUILD/syncthing/lib/versioner/simple.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/versioner/simple.go' '/builddir/build/BUILD/syncthing/lib/versioner/simple_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/versioner/simple_test.go' '/builddir/build/BUILD/syncthing/lib/versioner/staggered.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/versioner/staggered.go' '/builddir/build/BUILD/syncthing/lib/versioner/staggered_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/versioner/staggered_test.go' '/builddir/build/BUILD/syncthing/lib/versioner/trashcan.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/versioner/trashcan.go' '/builddir/build/BUILD/syncthing/lib/versioner/trashcan_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/versioner/trashcan_test.go' '/builddir/build/BUILD/syncthing/lib/versioner/util.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/versioner/util.go' '/builddir/build/BUILD/syncthing/lib/versioner/versioner.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/versioner/versioner.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/watchaggregator' '/builddir/build/BUILD/syncthing/lib/watchaggregator/aggregator.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/watchaggregator/aggregator.go' '/builddir/build/BUILD/syncthing/lib/watchaggregator/aggregator_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/watchaggregator/aggregator_test.go' '/builddir/build/BUILD/syncthing/lib/watchaggregator/debug.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/watchaggregator/debug.go' install: creating directory '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/weakhash' '/builddir/build/BUILD/syncthing/lib/weakhash/benchmark_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/weakhash/benchmark_test.go' '/builddir/build/BUILD/syncthing/lib/weakhash/weakhash.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/weakhash/weakhash.go' '/builddir/build/BUILD/syncthing/lib/weakhash/weakhash_test.go' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/lib/weakhash/weakhash_test.go' '/builddir/build/BUILD/syncthing/.goipath' -> '/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/gocode/src/github.com/syncthing/syncthing/.goipath' + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.14.50-1.fc28 --unique-debug-suffix -0.14.50-1.fc28.s390x --unique-debug-src-base syncthing-0.14.50-1.fc28.s390x --run-dwz --dwz-low-mem-die-limit 0 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/syncthing extracting debug info from /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/bin/syncthing extracting debug info from /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/bin/stdiscosrv extracting debug info from /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/bin/strelaysrv extracting debug info from /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/bin/strelaypoolsrv extracting debug info from /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/bin/stcli dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 5 CRC32s, 0 CRC32s did match. 12820 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /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 + /usr/lib/rpm/redhat/brp-mangle-shebangs '' '' Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.RndElX + umask 022 + cd /builddir/build/BUILD + cd syncthing ++ pwd + export GOPATH=/builddir/build/BUILD/syncthing/_build:/usr/share/gocode + GOPATH=/builddir/build/BUILD/syncthing/_build:/usr/share/gocode + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/cmd/stdiscosrv ok github.com/syncthing/syncthing/cmd/stdiscosrv 0.107s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/cmd/syncthing ok github.com/syncthing/syncthing/cmd/syncthing 2.305s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/auto ok github.com/syncthing/syncthing/lib/auto 0.009s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/beacon ok github.com/syncthing/syncthing/lib/beacon 0.013s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/config ok github.com/syncthing/syncthing/lib/config 0.081s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/connections ok github.com/syncthing/syncthing/lib/connections 0.086s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/db ok github.com/syncthing/syncthing/lib/db 10.207s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/dialer ok github.com/syncthing/syncthing/lib/dialer 0.010s [no tests to run] + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/discover ok github.com/syncthing/syncthing/lib/discover 5.368s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/events ok github.com/syncthing/syncthing/lib/events 5.445s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/fs ok github.com/syncthing/syncthing/lib/fs 0.121s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/ignore ok github.com/syncthing/syncthing/lib/ignore 0.029s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/logger ok github.com/syncthing/syncthing/lib/logger 0.008s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/model ok github.com/syncthing/syncthing/lib/model 73.386s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/nat ok github.com/syncthing/syncthing/lib/nat 0.046s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/osutil ok github.com/syncthing/syncthing/lib/osutil 0.025s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/pmp ok github.com/syncthing/syncthing/lib/pmp 0.060s [no tests to run] + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/protocol ok github.com/syncthing/syncthing/lib/protocol 0.182s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/rand ok github.com/syncthing/syncthing/lib/rand 0.133s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/relay/client ok github.com/syncthing/syncthing/lib/relay/client 0.050s [no tests to run] + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/relay/protocol ok github.com/syncthing/syncthing/lib/relay/protocol 0.070s [no tests to run] + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/scanner ok github.com/syncthing/syncthing/lib/scanner 3.324s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/signature ok github.com/syncthing/syncthing/lib/signature 0.133s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/stats ok github.com/syncthing/syncthing/lib/stats 0.072s [no tests to run] + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/sync ok github.com/syncthing/syncthing/lib/sync 1.049s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/tlsutil ok github.com/syncthing/syncthing/lib/tlsutil 0.007s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/upgrade ok github.com/syncthing/syncthing/lib/upgrade 0.012s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/upnp ok github.com/syncthing/syncthing/lib/upnp 0.043s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/util ok github.com/syncthing/syncthing/lib/util 0.009s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/versioner ok github.com/syncthing/syncthing/lib/versioner 3.027s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/watchaggregator ok github.com/syncthing/syncthing/lib/watchaggregator 6.280s + go test -buildmode pie -compiler gc -ldflags ' -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' github.com/syncthing/syncthing/lib/weakhash ok github.com/syncthing/syncthing/lib/weakhash 0.006s + exit 0 Processing files: syncthing-0.14.50-1.fc28.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UJ3VZl + umask 022 + cd /builddir/build/BUILD + cd syncthing + DOCDIR=/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/doc/syncthing + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/doc/syncthing + cp -pr README.md /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/doc/syncthing + cp -pr AUTHORS /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/doc/syncthing + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.lsLcNJ + umask 022 + cd /builddir/build/BUILD + cd syncthing + LICENSEDIR=/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/licenses/syncthing + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/licenses/syncthing + cp -pr LICENSE /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/licenses/syncthing + exit 0 Provides: bundled(angular) = 1.3.20 bundled(angular-dirPagination) = 759009c bundled(angular-sanitize) = 1.3.20 bundled(angular-translate) = 2.9.0.1 bundled(angular-translate-loader-static-files) = 2.11.0 bundled(bootstrap) = 3.3.6 bundled(daterangepicker) = 3.0.0 bundled(font-awesome) = 5.0.13 bundled(jquery) = 2.2.2 bundled(jquery-fancytree) = 2.28.1 bundled(jquery-ui) = 1.12.1 bundled(moment) = 2.19.4 syncthing = 0.14.50-1.fc28 syncthing(s390-64) = 0.14.50-1.fc28 syncthing-inotify = 0.8.7-5 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.2.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH) Obsoletes: syncthing-inotify < 0.8.7-5 Processing files: syncthing-devel-0.14.50-1.fc28.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Q0Qogm + umask 022 + cd /builddir/build/BUILD + cd syncthing + DOCDIR=/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/doc/syncthing-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/doc/syncthing-devel + cp -pr README.md /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/doc/syncthing-devel + cp -pr AUTHORS /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/doc/syncthing-devel + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.PgB8x1 + umask 022 + cd /builddir/build/BUILD + cd syncthing + LICENSEDIR=/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/licenses/syncthing-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/licenses/syncthing-devel + cp -pr LICENSE /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/licenses/syncthing-devel + exit 0 Provides: golang(github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/auto) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/auto)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/beacon) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/beacon)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/config) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/config)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/connections) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/connections)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/db) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/db)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/dialer) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/dialer)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/discover) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/discover)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/events) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/events)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/fs) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/fs)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/ignore) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/ignore)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/logger) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/logger)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/model) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/model)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/nat) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/nat)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/osutil) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/osutil)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/pmp) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/pmp)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/protocol) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/protocol)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/rand) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/rand)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/rc) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/rc)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/relay/client) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/relay/client)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/relay/protocol) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/relay/protocol)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/scanner) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/scanner)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/sha256) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/sha256)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/signature) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/signature)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/stats) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/stats)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/sync) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/sync)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/tlsutil) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/tlsutil)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/upgrade) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/upgrade)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/upnp) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/upnp)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/util) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/util)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/versioner) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/versioner)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/watchaggregator) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/watchaggregator)(tag=v0.14.50) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/weakhash) = 0.14.50-1.fc28 golang(github.com/syncthing/syncthing/lib/weakhash)(tag=v0.14.50) = 0.14.50-1.fc28 golang-ipath(github.com/syncthing/syncthing) = 0.14.50-1.fc28 golang-ipath(github.com/syncthing/syncthing)(tag=v0.14.50) = 0.14.50-1.fc28 syncthing-devel = 0.14.50-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: golang(github.com/AudriusButkevicius/cli) golang(github.com/AudriusButkevicius/go-nat-pmp) golang(github.com/bkaradzic/go-lz4) golang(github.com/calmh/du) golang(github.com/calmh/xdr) golang(github.com/chmduquesne/rollinghash/adler32) golang(github.com/gobwas/glob) golang(github.com/gogo/protobuf/gogoproto) golang(github.com/gogo/protobuf/proto) golang(github.com/golang/groupcache/lru) golang(github.com/jackpal/gateway) golang(github.com/kballard/go-shellquote) golang(github.com/minio/sha256-simd) golang(github.com/oschwald/geoip2-golang) golang(github.com/pkg/errors) golang(github.com/prometheus/client_golang/prometheus) golang(github.com/prometheus/client_golang/prometheus/promhttp) golang(github.com/rcrowley/go-metrics) golang(github.com/sasha-s/go-deadlock) golang(github.com/syncthing/notify) golang(github.com/syndtr/goleveldb/leveldb) golang(github.com/syndtr/goleveldb/leveldb/errors) golang(github.com/syndtr/goleveldb/leveldb/iterator) golang(github.com/syndtr/goleveldb/leveldb/opt) golang(github.com/syndtr/goleveldb/leveldb/storage) golang(github.com/syndtr/goleveldb/leveldb/util) golang(github.com/thejerf/suture) golang(github.com/vitrun/qart/qr) golang(golang.org/x/crypto/bcrypt) golang(golang.org/x/net/ipv4) golang(golang.org/x/net/ipv6) golang(golang.org/x/net/proxy) golang(golang.org/x/text/unicode/norm) golang(golang.org/x/time/rate) Processing files: syncthing-tools-0.14.50-1.fc28.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.CJ08PY + umask 022 + cd /builddir/build/BUILD + cd syncthing + DOCDIR=/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/doc/syncthing-tools + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/doc/syncthing-tools + cp -pr README.md /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/doc/syncthing-tools + cp -pr AUTHORS /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/doc/syncthing-tools + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.jtq8XZ + umask 022 + cd /builddir/build/BUILD + cd syncthing + LICENSEDIR=/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/licenses/syncthing-tools + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/licenses/syncthing-tools + cp -pr LICENSE /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/licenses/syncthing-tools + exit 0 Provides: syncthing-tools = 0.14.50-1.fc28 syncthing-tools(s390-64) = 0.14.50-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.2.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH) Processing files: syncthing-cli-0.14.50-1.fc28.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ZWVE70 + umask 022 + cd /builddir/build/BUILD + cd syncthing + DOCDIR=/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/doc/syncthing-cli + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/doc/syncthing-cli + cp -pr README.md /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/doc/syncthing-cli + cp -pr AUTHORS /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/doc/syncthing-cli + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.VwMu34 + umask 022 + cd /builddir/build/BUILD + cd syncthing + LICENSEDIR=/builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/licenses/syncthing-cli + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/licenses/syncthing-cli + cp -pr LICENSE /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x/usr/share/licenses/syncthing-cli + exit 0 Provides: syncthing-cli = 0.14.50-1.fc28 syncthing-cli(s390-64) = 0.14.50-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.2.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH) Processing files: syncthing-debugsource-0.14.50-1.fc28.s390x Provides: syncthing-debugsource = 0.14.50-1.fc28 syncthing-debugsource(s390-64) = 0.14.50-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: syncthing-debuginfo-0.14.50-1.fc28.s390x Provides: debuginfo(build-id) = acf42a3bbf9e892624d6e0a6f39f105868801e32 syncthing-debuginfo = 0.14.50-1.fc28 syncthing-debuginfo(s390-64) = 0.14.50-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: syncthing-debugsource(s390-64) = 0.14.50-1.fc28 Processing files: syncthing-tools-debuginfo-0.14.50-1.fc28.s390x Provides: debuginfo(build-id) = 9a81f022636c8e6c74c46e2d1e697c5ac5dfa687 debuginfo(build-id) = ad43c37b4c5760efaa73c81a5ea513625152ad2e debuginfo(build-id) = ca3e0419b3a5f945f1a677375b11b691377417b9 syncthing-tools-debuginfo = 0.14.50-1.fc28 syncthing-tools-debuginfo(s390-64) = 0.14.50-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: syncthing-debugsource(s390-64) = 0.14.50-1.fc28 Processing files: syncthing-cli-debuginfo-0.14.50-1.fc28.s390x Provides: debuginfo(build-id) = ee4bdf3ab437d109b926451c454b38b252c42819 syncthing-cli-debuginfo = 0.14.50-1.fc28 syncthing-cli-debuginfo(s390-64) = 0.14.50-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: syncthing-debugsource(s390-64) = 0.14.50-1.fc28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x Wrote: /builddir/build/RPMS/syncthing-0.14.50-1.fc28.s390x.rpm Wrote: /builddir/build/RPMS/syncthing-devel-0.14.50-1.fc28.noarch.rpm Wrote: /builddir/build/RPMS/syncthing-tools-0.14.50-1.fc28.s390x.rpm Wrote: /builddir/build/RPMS/syncthing-cli-0.14.50-1.fc28.s390x.rpm Wrote: /builddir/build/RPMS/syncthing-debugsource-0.14.50-1.fc28.s390x.rpm Wrote: /builddir/build/RPMS/syncthing-debuginfo-0.14.50-1.fc28.s390x.rpm Wrote: /builddir/build/RPMS/syncthing-tools-debuginfo-0.14.50-1.fc28.s390x.rpm Wrote: /builddir/build/RPMS/syncthing-cli-debuginfo-0.14.50-1.fc28.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.x2Azmw + umask 022 + cd /builddir/build/BUILD + cd syncthing + /usr/bin/rm -rf /builddir/build/BUILDROOT/syncthing-0.14.50-1.fc28.s390x + exit 0 Child return code was: 0