Warning: Permanently added '172.25.80.199' (ECDSA) to the list of known hosts.
Running: /usr/bin/copr-rpmbuild --verbose --drop-resultdir --srpm --build-id 1182995 --detached
Version: 0.33
Task:
{'build_id': 1182995,
 'chroot': None,
 'project_dirname': 'gitea',
 'project_name': 'gitea',
 'project_owner': 'mtz',
 'sandbox': 'mtz/gitea--mtz',
 'source_json': {'clone_url': 'https://github.com/adrianbroher/golang-github-lestrrat-jwx',
                 'committish': 'master',
                 'spec': '',
                 'srpm_build_method': 'rpkg',
                 'subdirectory': '',
                 'type': 'git'},
 'source_type': 8,
 'submitter': 'mtz',
 'task_id': '1182995'}

Running: git clone https://github.com/adrianbroher/golang-github-lestrrat-jwx /tmp/tmp125f048w/golang-github-lestrrat-jwx --depth 500 --no-single-branch

cmd: ['git', 'clone', 'https://github.com/adrianbroher/golang-github-lestrrat-jwx', '/tmp/tmp125f048w/golang-github-lestrrat-jwx', '--depth', '500', '--no-single-branch']
cwd: .
rc: 0
stdout: 
stderr: Cloning into '/tmp/tmp125f048w/golang-github-lestrrat-jwx'...

Running: git checkout master

cmd: ['git', 'checkout', 'master']
cwd: /tmp/tmp125f048w/golang-github-lestrrat-jwx
rc: 0
stdout: Your branch is up to date with 'origin/master'.
stderr: Already on 'master'

Generated rpkg config:
[rpkg]
preprocess_spec = True
# auto-packing is deprecated:
auto_pack = True

[git]
lookaside = https://github.com/repo/pkgs/%(ns1)s/%(name)s/%(filename)s/%(hashtype)s/%(hash)s/%(filename)s
anongiturl = https://github.com/%(module)s

Writing config into /tmp/tmp125f048w/.config/rpkg.conf
Running: rpkg srpm --outdir /var/lib/copr-rpmbuild/resultsv15ktynq --spec /tmp/tmp125f048w/golang-github-lestrrat-jwx

cmd: ['rpkg', 'srpm', '--outdir', '/var/lib/copr-rpmbuild/resultsv15ktynq', '--spec', '/tmp/tmp125f048w/golang-github-lestrrat-jwx']
cwd: /tmp/tmp125f048w/golang-github-lestrrat-jwx
rc: 0
stdout: Wrote: /var/lib/copr-rpmbuild/resultsv15ktynq/golang-github-lestrrat-jwx.spec
setting SOURCE_DATE_EPOCH=1579988452
Wrote: /var/lib/copr-rpmbuild/resultsv15ktynq/golang-github-lestrrat-jwx-0.9.0-1.fc31.src.rpm
stderr: warning: Downloading https://github.com/lestrrat-go/jwx/archive/v0.9.0/jwx-0.9.0.tar.gz to /var/lib/copr-rpmbuild/resultsv15ktynq/jwx-0.9.0.tar.gz

Output: ['golang-github-lestrrat-jwx-0.9.0-1.fc31.src.rpm', 'golang-github-lestrrat-jwx.spec', 'jwx-0.9.0.tar.gz']
/usr/bin/tail: /var/lib/copr-rpmbuild/main.log: file truncated
Running: /usr/bin/copr-rpmbuild --verbose --drop-resultdir --build-id 1182995 --chroot fedora-rawhide-x86_64 --detached
Version: 0.33
Task:
{'build_id': 1182995,
 'buildroot_pkgs': [],
 'chroot': 'fedora-rawhide-x86_64',
 'enable_net': True,
 'fetch_sources_only': True,
 'git_hash': '5e6a66600e809e6c64c42b4c11cbce040cf2c4a0',
 'git_repo': 'mtz/gitea/golang-github-lestrrat-jwx',
 'memory_reqs': 2048,
 'package_name': 'golang-github-lestrrat-jwx',
 'package_version': '0.9.0-1.fc31',
 'project_dirname': 'gitea',
 'project_name': 'gitea',
 'project_owner': 'mtz',
 'repos': [{'baseurl': 'https://copr-be.cloud.fedoraproject.org/results/mtz/gitea/fedora-rawhide-x86_64/',
            'id': 'copr_base',
            'name': 'Copr repository'}],
 'sandbox': 'mtz/gitea--mtz',
 'source_json': {'clone_url': 'https://copr-dist-git.fedorainfracloud.org/git/mtz/gitea/golang-github-lestrrat-jwx.git',
                 'committish': '5e6a66600e809e6c64c42b4c11cbce040cf2c4a0'},
 'source_type': 8,
 'submitter': 'mtz',
 'task_id': '1182995-fedora-rawhide-x86_64',
 'timeout': 75600,
 'use_bootstrap_container': False,
 'uses_devel_repo': False,
 'with_opts': [],
 'without_opts': []}

Running: git clone https://copr-dist-git.fedorainfracloud.org/git/mtz/gitea/golang-github-lestrrat-jwx.git /tmp/tmp6k58eago/golang-github-lestrrat-jwx --depth 500 --no-single-branch

cmd: ['git', 'clone', 'https://copr-dist-git.fedorainfracloud.org/git/mtz/gitea/golang-github-lestrrat-jwx.git', '/tmp/tmp6k58eago/golang-github-lestrrat-jwx', '--depth', '500', '--no-single-branch']
cwd: .
rc: 0
stdout: 
stderr: Cloning into '/tmp/tmp6k58eago/golang-github-lestrrat-jwx'...

Running: git checkout 5e6a66600e809e6c64c42b4c11cbce040cf2c4a0

cmd: ['git', 'checkout', '5e6a66600e809e6c64c42b4c11cbce040cf2c4a0']
cwd: /tmp/tmp6k58eago/golang-github-lestrrat-jwx
rc: 0
stdout: 
stderr: Note: switching to '5e6a66600e809e6c64c42b4c11cbce040cf2c4a0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 5e6a666 automatic import of golang-github-lestrrat-jwx

Running: cp -r . /tmp/tmp8ri7wye_

cmd: ['cp', '-r', '.', '/tmp/tmp8ri7wye_']
cwd: /tmp/tmp6k58eago/golang-github-lestrrat-jwx
rc: 0
stdout: 
stderr: 

Generated rpkg config:
[rpkg]
preprocess_spec = True
# auto-packing is deprecated:
auto_pack = True

[git]
lookaside = https://copr-dist-git.fedorainfracloud.org/repo/pkgs/%(ns2)s/%(ns1)s/%(name)s/%(filename)s/%(hashtype)s/%(hash)s/%(filename)s
anongiturl = https://copr-dist-git.fedorainfracloud.org/git/%(module)s

Writing config into /tmp/tmp6k58eago/.config/rpkg.conf
Running: rpkg -C /tmp/tmp6k58eago/.config/rpkg.conf sources --outdir /tmp/tmp8ri7wye_

cmd: ['rpkg', '-C', '/tmp/tmp6k58eago/.config/rpkg.conf', 'sources', '--outdir', '/tmp/tmp8ri7wye_']
cwd: /tmp/tmp6k58eago/golang-github-lestrrat-jwx
rc: 0
stdout: Downloading jwx-0.9.0.tar.gz from lookaside cache at copr-dist-git.fedorainfracloud.org
stderr: 

/usr/bin/tail: /var/lib/copr-rpmbuild/main.log: file truncated
Running (timeout=75600): unbuffer mock --buildsrpm --spec /tmp/tmp8ri7wye_/golang-github-lestrrat-jwx.spec --sources /tmp/tmp8ri7wye_ --configdir /var/lib/copr-rpmbuild/results/configs --resultdir /var/lib/copr-rpmbuild/results --uniqueext 1579989691.584746 -r child
WARNING: Could not find required logging config file: /var/lib/copr-rpmbuild/results/configs/logging.ini. Using default...
INFO: mock.py version 1.4.21 starting (python version = 3.7.6)...
Start: init plugins
INFO: tmpfs initialized
INFO: selinux enabled
INFO: chroot_scan: initialized
INFO: compress_logs: initialized
Finish: init plugins
INFO: Signal handler active
Start: run
INFO: Start(/tmp/tmp8ri7wye_/golang-github-lestrrat-jwx.spec)  Config(1182995-fedora-rawhide-x86_64)
Start: clean chroot
Finish: clean chroot
Start: chroot init
INFO: mounting tmpfs at /var/lib/mock/1182995-fedora-rawhide-x86_64-1579989691.584746/root.
INFO: calling preinit hooks
INFO: enabled root cache
INFO: enabled dnf cache
Start: cleaning dnf metadata
Finish: cleaning dnf metadata
INFO: enabled HW Info plugin
Mock Version: 1.4.21
INFO: Mock Version: 1.4.21
Start: dnf install
No matches found for the following disable plugin patterns: local, spacewalk
Copr repository                                  14 kB/s | 4.0 kB     00:00    
fedora                                           14 MB/s |  69 MB     00:04    
Dependencies resolved.
================================================================================
 Package                   Arch   Version                          Repo    Size
================================================================================
Installing group/module packages:
 bash                      x86_64 5.0.11-1.fc32                    fedora 1.6 M
 bzip2                     x86_64 1.0.8-1.fc31                     fedora  52 k
 coreutils                 x86_64 8.31-6.fc32                      fedora 1.2 M
 cpio                      x86_64 2.12-12.fc31                     fedora 260 k
 diffutils                 x86_64 3.7-3.fc31                       fedora 401 k
 fedora-release-common     noarch 32-0.4                           fedora  20 k
 findutils                 x86_64 1:4.7.0-1.fc32                   fedora 553 k
 gawk                      x86_64 5.0.1-6.fc32                     fedora 1.2 M
 glibc-minimal-langpack    x86_64 2.30.9000-31.fc32                fedora  54 k
 grep                      x86_64 3.3-3.fc31                       fedora 249 k
 gzip                      x86_64 1.10-1.fc31                      fedora 155 k
 info                      x86_64 6.7-4.fc32                       fedora 228 k
 make                      x86_64 1:4.2.1-15.fc32                  fedora 494 k
 patch                     x86_64 2.7.6-11.fc31                    fedora 135 k
 redhat-rpm-config         noarch 148-1.fc32                       fedora  64 k
 rpm-build                 x86_64 4.15.1-2.fc32                    fedora 116 k
 sed                       x86_64 4.5-4.fc31                       fedora 291 k
 shadow-utils              x86_64 2:4.8-2.fc32                     fedora 1.2 M
 tar                       x86_64 2:1.32-2.fc31                    fedora 887 k
 unzip                     x86_64 6.0-46.fc32                      fedora 179 k
 util-linux                x86_64 2.35-1.fc32                      fedora 2.7 M
 which                     x86_64 2.21-16.fc32                     fedora  42 k
 xz                        x86_64 5.2.4-7.fc32                     fedora 161 k
Installing dependencies:
 alternatives              x86_64 1.11-5.fc31                      fedora  35 k
 audit-libs                x86_64 3.0-0.16.20191104git1c2f876.fc32 fedora 115 k
 basesystem                noarch 11-8.fc31                        fedora 6.9 k
 binutils                  x86_64 2.33.1-12.fc32                   fedora 5.3 M
 binutils-gold             x86_64 2.33.1-12.fc32                   fedora 861 k
 bzip2-libs                x86_64 1.0.8-1.fc31                     fedora  40 k
 ca-certificates           noarch 2020.2.40-2.fc32                 fedora 358 k
 coreutils-common          x86_64 8.31-6.fc32                      fedora 1.9 M
 cracklib                  x86_64 2.9.6-21.fc31                    fedora  83 k
 crypto-policies           noarch 20191128-4.gitcd267a5.fc32       fedora  56 k
 curl                      x86_64 7.68.0-1.fc32                    fedora 289 k
 cyrus-sasl-lib            x86_64 2.1.27-2.fc31                    fedora 102 k
 dwz                       x86_64 0.13-1.fc32                      fedora 109 k
 efi-srpm-macros           noarch 4-3.fc31                         fedora  22 k
 elfutils                  x86_64 0.178-8.fc32                     fedora 532 k
 elfutils-default-yama-scope
                           noarch 0.178-8.fc32                     fedora  17 k
 elfutils-libelf           x86_64 0.178-8.fc32                     fedora 190 k
 elfutils-libs             x86_64 0.178-8.fc32                     fedora 266 k
 expat                     x86_64 2.2.8-1.fc32                     fedora 102 k
 fedora-gpg-keys           noarch 32-0.2                           fedora 100 k
 fedora-release            noarch 32-0.4                           fedora  11 k
 fedora-repos              noarch 32-0.2                           fedora 9.5 k
 fedora-repos-rawhide      noarch 32-0.2                           fedora 8.6 k
 file                      x86_64 5.38-1.fc32                      fedora  51 k
 file-libs                 x86_64 5.38-1.fc32                      fedora 565 k
 filesystem                x86_64 3.13-1.fc32                      fedora 1.1 M
 fpc-srpm-macros           noarch 1.2-2.fc31                       fedora 7.6 k
 gc                        x86_64 8.0.4-2.fc32                     fedora 111 k
 gdb-minimal               x86_64 9.0.50.20191119-2.fc32           fedora 3.4 M
 ghc-srpm-macros           noarch 1.5.0-1.fc32                     fedora 7.5 k
 glibc                     x86_64 2.30.9000-31.fc32                fedora 3.5 M
 glibc-common              x86_64 2.30.9000-31.fc32                fedora 1.8 M
 gmp                       x86_64 1:6.1.2-12.fc32                  fedora 309 k
 gnat-srpm-macros          noarch 4-10.fc31                        fedora 8.2 k
 go-srpm-macros            noarch 3.0.8-4.fc31                     fedora  25 k
 guile22                   x86_64 2.2.6-2.fc31                     fedora 6.6 M
 keyutils-libs             x86_64 1.6-3.fc31                       fedora  31 k
 krb5-libs                 x86_64 1.17.1-5.fc32                    fedora 754 k
 libacl                    x86_64 2.2.53-4.fc31                    fedora  25 k
 libarchive                x86_64 3.4.0-1.fc32                     fedora 384 k
 libattr                   x86_64 2.4.48-7.fc31                    fedora  18 k
 libblkid                  x86_64 2.35-1.fc32                      fedora 151 k
 libbrotli                 x86_64 1.0.7-9.fc32                     fedora 323 k
 libcap                    x86_64 2.26-6.fc31                      fedora  52 k
 libcap-ng                 x86_64 0.7.10-1.fc32                    fedora  28 k
 libcom_err                x86_64 1.45.5-1.fc32                    fedora  28 k
 libcurl                   x86_64 7.68.0-1.fc32                    fedora 269 k
 libdb                     x86_64 5.3.28-39.fc32                   fedora 763 k
 libdb-utils               x86_64 5.3.28-39.fc32                   fedora 143 k
 libfdisk                  x86_64 2.35-1.fc32                      fedora 204 k
 libffi                    x86_64 3.1-23.fc31                      fedora  33 k
 libgcc                    x86_64 10.0.1-0.5.fc32                  fedora  77 k
 libgcrypt                 x86_64 1.8.5-1.fc32                     fedora 466 k
 libgomp                   x86_64 10.0.1-0.5.fc32                  fedora 234 k
 libgpg-error              x86_64 1.36-2.fc32                      fedora 200 k
 libidn2                   x86_64 2.3.0-1.fc32                     fedora 104 k
 libmetalink               x86_64 0.1.3-9.fc31                     fedora  31 k
 libmount                  x86_64 2.35-1.fc32                      fedora 179 k
 libnghttp2                x86_64 1.40.0-1.fc32                    fedora  78 k
 libnsl2                   x86_64 1.2.0-5.20180605git4a062cf.fc31  fedora  59 k
 libpkgconf                x86_64 1.6.3-2.fc31                     fedora  37 k
 libpsl                    x86_64 0.21.0-2.fc31                    fedora  61 k
 libpwquality              x86_64 1.4.2-1.fc32                     fedora 101 k
 libselinux                x86_64 3.0-2.fc32                       fedora  85 k
 libsemanage               x86_64 3.0-2.fc32                       fedora 123 k
 libsepol                  x86_64 3.0-1.fc32                       fedora 298 k
 libsigsegv                x86_64 2.11-8.fc31                      fedora  26 k
 libsmartcols              x86_64 2.35-1.fc32                      fedora 120 k
 libssh                    x86_64 0.9.3-1.fc32                     fedora 213 k
 libssh-config             noarch 0.9.3-1.fc32                     fedora  11 k
 libstdc++                 x86_64 10.0.1-0.5.fc32                  fedora 602 k
 libtasn1                  x86_64 4.15.0-1.fc32                    fedora  72 k
 libtirpc                  x86_64 1.2.5-0.fc32                     fedora  98 k
 libtool-ltdl              x86_64 2.4.6-32.fc32                    fedora  36 k
 libunistring              x86_64 0.9.10-6.fc31                    fedora 513 k
 libutempter               x86_64 1.1.6-17.fc31                    fedora  26 k
 libuuid                   x86_64 2.35-1.fc32                      fedora  28 k
 libverto                  x86_64 0.3.0-8.fc31                     fedora  22 k
 libxcrypt                 x86_64 4.4.11-1.fc32                    fedora 126 k
 libxml2                   x86_64 2.9.10-2.fc32                    fedora 693 k
 libzstd                   x86_64 1.4.4-1.fc32                     fedora 272 k
 lua-libs                  x86_64 5.3.5-6.fc31                     fedora 117 k
 lz4-libs                  x86_64 1.9.1-1.fc32                     fedora  66 k
 mpfr                      x86_64 4.0.2-2.fc32                     fedora 257 k
 ncurses                   x86_64 6.1-14.20191109.fc32             fedora 399 k
 ncurses-base              noarch 6.1-14.20191109.fc32             fedora  60 k
 ncurses-libs              x86_64 6.1-14.20191109.fc32             fedora 328 k
 nim-srpm-macros           noarch 3-1.fc32                         fedora 8.2 k
 ocaml-srpm-macros         noarch 6-1.fc32                         fedora 7.6 k
 openblas-srpm-macros      noarch 2-6.fc31                         fedora 7.3 k
 openldap                  x86_64 2.4.47-3.fc31                    fedora 304 k
 openssl-libs              x86_64 1:1.1.1d-5.fc32                  fedora 1.4 M
 p11-kit                   x86_64 0.23.19-1.fc32                   fedora 346 k
 p11-kit-trust             x86_64 0.23.19-1.fc32                   fedora 142 k
 pam                       x86_64 1.3.1-21.fc32                    fedora 661 k
 pcre                      x86_64 8.43-2.fc31.1                    fedora 193 k
 pcre2                     x86_64 10.34-4.fc32                     fedora 261 k
 perl-srpm-macros          noarch 1-33.fc31                        fedora 8.2 k
 pkgconf                   x86_64 1.6.3-2.fc31                     fedora  41 k
 pkgconf-m4                noarch 1.6.3-2.fc31                     fedora  15 k
 pkgconf-pkg-config        x86_64 1.6.3-2.fc31                     fedora  11 k
 popt                      x86_64 1.16-18.fc31                     fedora  59 k
 publicsuffix-list-dafsa   noarch 20190417-2.fc31                  fedora  56 k
 python-srpm-macros        noarch 3-51.fc32                        fedora  17 k
 qt5-srpm-macros           noarch 5.13.2-1.fc32                    fedora 8.8 k
 readline                  x86_64 8.0-3.fc31                       fedora 206 k
 rpm                       x86_64 4.15.1-2.fc32                    fedora 499 k
 rpm-build-libs            x86_64 4.15.1-2.fc32                    fedora  98 k
 rpm-libs                  x86_64 4.15.1-2.fc32                    fedora 300 k
 rust-srpm-macros          noarch 13-1.fc32                        fedora 9.6 k
 setup                     noarch 2.13.6-1.fc32                    fedora 142 k
 systemd-libs              x86_64 244.1-2.fc32                     fedora 528 k
 tzdata                    noarch 2019c-2.fc32                     fedora 428 k
 xz-libs                   x86_64 5.2.4-7.fc32                     fedora  90 k
 zip                       x86_64 3.0-25.fc31                      fedora 262 k
 zlib                      x86_64 1.2.11-20.fc32                   fedora  92 k
 zstd                      x86_64 1.4.4-1.fc32                     fedora 402 k
Installing Groups:
 Buildsystem building group
                                                                               

Transaction Summary
================================================================================
Install  140 Packages

Total download size: 56 M
Installed size: 227 M
Downloading Packages:
(1/140): alternatives-1.11-5.fc31.x86_64.rpm     51 kB/s |  35 kB     00:00    
(2/140): basesystem-11-8.fc31.noarch.rpm        9.4 kB/s | 6.9 kB     00:00    
(3/140): audit-libs-3.0-0.16.20191104git1c2f876 149 kB/s | 115 kB     00:00    
(4/140): binutils-gold-2.33.1-12.fc32.x86_64.rp 2.0 MB/s | 861 kB     00:00    
(5/140): bzip2-1.0.8-1.fc31.x86_64.rpm          1.3 MB/s |  52 kB     00:00    
(6/140): bzip2-libs-1.0.8-1.fc31.x86_64.rpm     617 kB/s |  40 kB     00:00    
(7/140): bash-5.0.11-1.fc32.x86_64.rpm          2.2 MB/s | 1.6 MB     00:00    
(8/140): ca-certificates-2020.2.40-2.fc32.noarc 1.9 MB/s | 358 kB     00:00    
(9/140): coreutils-8.31-6.fc32.x86_64.rpm       2.2 MB/s | 1.2 MB     00:00    
(10/140): cpio-2.12-12.fc31.x86_64.rpm          2.0 MB/s | 260 kB     00:00    
(11/140): cracklib-2.9.6-21.fc31.x86_64.rpm     1.2 MB/s |  83 kB     00:00    
(12/140): crypto-policies-20191128-4.gitcd267a5 722 kB/s |  56 kB     00:00    
(13/140): curl-7.68.0-1.fc32.x86_64.rpm         1.9 MB/s | 289 kB     00:00    
(14/140): cyrus-sasl-lib-2.1.27-2.fc31.x86_64.r 1.4 MB/s | 102 kB     00:00    
(15/140): diffutils-3.7-3.fc31.x86_64.rpm       1.8 MB/s | 401 kB     00:00    
(16/140): coreutils-common-8.31-6.fc32.x86_64.r 1.6 MB/s | 1.9 MB     00:01    
(17/140): dwz-0.13-1.fc32.x86_64.rpm            1.5 MB/s | 109 kB     00:00    
(18/140): efi-srpm-macros-4-3.fc31.noarch.rpm   281 kB/s |  22 kB     00:00    
(19/140): elfutils-default-yama-scope-0.178-8.f 223 kB/s |  17 kB     00:00    
(20/140): binutils-2.33.1-12.fc32.x86_64.rpm    2.4 MB/s | 5.3 MB     00:02    
(21/140): elfutils-0.178-8.fc32.x86_64.rpm      2.3 MB/s | 532 kB     00:00    
(22/140): elfutils-libelf-0.178-8.fc32.x86_64.r 1.3 MB/s | 190 kB     00:00    
(23/140): expat-2.2.8-1.fc32.x86_64.rpm         1.2 MB/s | 102 kB     00:00    
(24/140): elfutils-libs-0.178-8.fc32.x86_64.rpm 1.8 MB/s | 266 kB     00:00    
(25/140): fedora-gpg-keys-32-0.2.noarch.rpm     1.2 MB/s | 100 kB     00:00    
(26/140): fedora-release-32-0.4.noarch.rpm      181 kB/s |  11 kB     00:00    
(27/140): fedora-release-common-32-0.4.noarch.r 216 kB/s |  20 kB     00:00    
(28/140): fedora-repos-32-0.2.noarch.rpm        142 kB/s | 9.5 kB     00:00    
(29/140): fedora-repos-rawhide-32-0.2.noarch.rp 146 kB/s | 8.6 kB     00:00    
(30/140): file-5.38-1.fc32.x86_64.rpm           812 kB/s |  51 kB     00:00    
(31/140): findutils-4.7.0-1.fc32.x86_64.rpm     3.5 MB/s | 553 kB     00:00    
(32/140): fpc-srpm-macros-1.2-2.fc31.noarch.rpm 126 kB/s | 7.6 kB     00:00    
(33/140): file-libs-5.38-1.fc32.x86_64.rpm      1.7 MB/s | 565 kB     00:00    
(34/140): filesystem-3.13-1.fc32.x86_64.rpm     3.1 MB/s | 1.1 MB     00:00    
(35/140): gc-8.0.4-2.fc32.x86_64.rpm            558 kB/s | 111 kB     00:00    
(36/140): ghc-srpm-macros-1.5.0-1.fc32.noarch.r 109 kB/s | 7.5 kB     00:00    
(37/140): gawk-5.0.1-6.fc32.x86_64.rpm          3.2 MB/s | 1.2 MB     00:00    
(38/140): glibc-common-2.30.9000-31.fc32.x86_64 3.6 MB/s | 1.8 MB     00:00    
(39/140): glibc-minimal-langpack-2.30.9000-31.f 671 kB/s |  54 kB     00:00    
(40/140): gdb-minimal-9.0.50.20191119-2.fc32.x8 3.4 MB/s | 3.4 MB     00:01    
(41/140): gmp-6.1.2-12.fc32.x86_64.rpm          1.9 MB/s | 309 kB     00:00    
(42/140): gnat-srpm-macros-4-10.fc31.noarch.rpm 127 kB/s | 8.2 kB     00:00    
(43/140): go-srpm-macros-3.0.8-4.fc31.noarch.rp 377 kB/s |  25 kB     00:00    
(44/140): grep-3.3-3.fc31.x86_64.rpm            3.5 MB/s | 249 kB     00:00    
(45/140): gzip-1.10-1.fc31.x86_64.rpm           2.2 MB/s | 155 kB     00:00    
(46/140): info-6.7-4.fc32.x86_64.rpm            2.4 MB/s | 228 kB     00:00    
(47/140): keyutils-libs-1.6-3.fc31.x86_64.rpm   420 kB/s |  31 kB     00:00    
(48/140): krb5-libs-1.17.1-5.fc32.x86_64.rpm    3.3 MB/s | 754 kB     00:00    
(49/140): libacl-2.2.53-4.fc31.x86_64.rpm       335 kB/s |  25 kB     00:00    
(50/140): libarchive-3.4.0-1.fc32.x86_64.rpm    2.5 MB/s | 384 kB     00:00    
(51/140): libattr-2.4.48-7.fc31.x86_64.rpm      227 kB/s |  18 kB     00:00    
(52/140): libblkid-2.35-1.fc32.x86_64.rpm       2.2 MB/s | 151 kB     00:00    
(53/140): libbrotli-1.0.7-9.fc32.x86_64.rpm     2.3 MB/s | 323 kB     00:00    
(54/140): libcap-2.26-6.fc31.x86_64.rpm         744 kB/s |  52 kB     00:00    
(55/140): glibc-2.30.9000-31.fc32.x86_64.rpm    1.7 MB/s | 3.5 MB     00:02    
(56/140): libcap-ng-0.7.10-1.fc32.x86_64.rpm    318 kB/s |  28 kB     00:00    
(57/140): libcom_err-1.45.5-1.fc32.x86_64.rpm   333 kB/s |  28 kB     00:00    
(58/140): libcurl-7.68.0-1.fc32.x86_64.rpm      3.4 MB/s | 269 kB     00:00    
(59/140): guile22-2.2.6-2.fc31.x86_64.rpm       4.9 MB/s | 6.6 MB     00:01    
(60/140): libdb-utils-5.3.28-39.fc32.x86_64.rpm 1.3 MB/s | 143 kB     00:00    
(61/140): libffi-3.1-23.fc31.x86_64.rpm         455 kB/s |  33 kB     00:00    
(62/140): libfdisk-2.35-1.fc32.x86_64.rpm       2.5 MB/s | 204 kB     00:00    
(63/140): libgcc-10.0.1-0.5.fc32.x86_64.rpm     1.0 MB/s |  77 kB     00:00    
(64/140): libgomp-10.0.1-0.5.fc32.x86_64.rpm    2.5 MB/s | 234 kB     00:00    
(65/140): libgcrypt-1.8.5-1.fc32.x86_64.rpm     2.7 MB/s | 466 kB     00:00    
(66/140): libgpg-error-1.36-2.fc32.x86_64.rpm   2.5 MB/s | 200 kB     00:00    
(67/140): libidn2-2.3.0-1.fc32.x86_64.rpm       1.4 MB/s | 104 kB     00:00    
(68/140): libdb-5.3.28-39.fc32.x86_64.rpm       1.5 MB/s | 763 kB     00:00    
(69/140): libmetalink-0.1.3-9.fc31.x86_64.rpm   401 kB/s |  31 kB     00:00    
(70/140): libmount-2.35-1.fc32.x86_64.rpm       2.2 MB/s | 179 kB     00:00    
(71/140): libnghttp2-1.40.0-1.fc32.x86_64.rpm   940 kB/s |  78 kB     00:00    
(72/140): libnsl2-1.2.0-5.20180605git4a062cf.fc 814 kB/s |  59 kB     00:00    
(73/140): libpkgconf-1.6.3-2.fc31.x86_64.rpm    487 kB/s |  37 kB     00:00    
(74/140): libpsl-0.21.0-2.fc31.x86_64.rpm       852 kB/s |  61 kB     00:00    
(75/140): libpwquality-1.4.2-1.fc32.x86_64.rpm  1.2 MB/s | 101 kB     00:00    
(76/140): libselinux-3.0-2.fc32.x86_64.rpm      1.0 MB/s |  85 kB     00:00    
(77/140): libsemanage-3.0-2.fc32.x86_64.rpm     1.6 MB/s | 123 kB     00:00    
(78/140): libsigsegv-2.11-8.fc31.x86_64.rpm     262 kB/s |  26 kB     00:00    
(79/140): libsmartcols-2.35-1.fc32.x86_64.rpm   1.5 MB/s | 120 kB     00:00    
(80/140): libsepol-3.0-1.fc32.x86_64.rpm        1.8 MB/s | 298 kB     00:00    
(81/140): libssh-0.9.3-1.fc32.x86_64.rpm        2.7 MB/s | 213 kB     00:00    
(82/140): libssh-config-0.9.3-1.fc32.noarch.rpm 144 kB/s |  11 kB     00:00    
(83/140): libtasn1-4.15.0-1.fc32.x86_64.rpm     716 kB/s |  72 kB     00:00    
(84/140): libtirpc-1.2.5-0.fc32.x86_64.rpm      1.1 MB/s |  98 kB     00:00    
(85/140): libstdc++-10.0.1-0.5.fc32.x86_64.rpm  3.7 MB/s | 602 kB     00:00    
(86/140): libtool-ltdl-2.4.6-32.fc32.x86_64.rpm 441 kB/s |  36 kB     00:00    
(87/140): libutempter-1.1.6-17.fc31.x86_64.rpm  343 kB/s |  26 kB     00:00    
(88/140): libuuid-2.35-1.fc32.x86_64.rpm        382 kB/s |  28 kB     00:00    
(89/140): libverto-0.3.0-8.fc31.x86_64.rpm      310 kB/s |  22 kB     00:00    
(90/140): libxcrypt-4.4.11-1.fc32.x86_64.rpm    1.8 MB/s | 126 kB     00:00    
(91/140): libunistring-0.9.10-6.fc31.x86_64.rpm 1.9 MB/s | 513 kB     00:00    
(92/140): libzstd-1.4.4-1.fc32.x86_64.rpm       3.8 MB/s | 272 kB     00:00    
(93/140): lua-libs-5.3.5-6.fc31.x86_64.rpm      1.8 MB/s | 117 kB     00:00    
(94/140): lz4-libs-1.9.1-1.fc32.x86_64.rpm      1.0 MB/s |  66 kB     00:00    
(95/140): libxml2-2.9.10-2.fc32.x86_64.rpm      3.5 MB/s | 693 kB     00:00    
(96/140): mpfr-4.0.2-2.fc32.x86_64.rpm          4.1 MB/s | 257 kB     00:00    
(97/140): ncurses-base-6.1-14.20191109.fc32.noa 908 kB/s |  60 kB     00:00    
(98/140): ncurses-6.1-14.20191109.fc32.x86_64.r 3.0 MB/s | 399 kB     00:00    
(99/140): ncurses-libs-6.1-14.20191109.fc32.x86 4.3 MB/s | 328 kB     00:00    
(100/140): nim-srpm-macros-3-1.fc32.noarch.rpm  113 kB/s | 8.2 kB     00:00    
(101/140): make-4.2.1-15.fc32.x86_64.rpm        2.1 MB/s | 494 kB     00:00    
(102/140): ocaml-srpm-macros-6-1.fc32.noarch.rp 140 kB/s | 7.6 kB     00:00    
(103/140): openblas-srpm-macros-2-6.fc31.noarch 137 kB/s | 7.3 kB     00:00    
(104/140): p11-kit-0.23.19-1.fc32.x86_64.rpm    3.5 MB/s | 346 kB     00:00    
(105/140): openldap-2.4.47-3.fc31.x86_64.rpm    1.8 MB/s | 304 kB     00:00    
(106/140): p11-kit-trust-0.23.19-1.fc32.x86_64. 2.1 MB/s | 142 kB     00:00    
(107/140): openssl-libs-1.1.1d-5.fc32.x86_64.rp 7.8 MB/s | 1.4 MB     00:00    
(108/140): patch-2.7.6-11.fc31.x86_64.rpm       1.8 MB/s | 135 kB     00:00    
(109/140): pcre-8.43-2.fc31.1.x86_64.rpm        3.1 MB/s | 193 kB     00:00    
(110/140): pcre2-10.34-4.fc32.x86_64.rpm        3.3 MB/s | 261 kB     00:00    
(111/140): perl-srpm-macros-1-33.fc31.noarch.rp 109 kB/s | 8.2 kB     00:00    
(112/140): pam-1.3.1-21.fc32.x86_64.rpm         2.8 MB/s | 661 kB     00:00    
(113/140): pkgconf-1.6.3-2.fc31.x86_64.rpm      801 kB/s |  41 kB     00:00    
(114/140): pkgconf-m4-1.6.3-2.fc31.noarch.rpm   298 kB/s |  15 kB     00:00    
(115/140): pkgconf-pkg-config-1.6.3-2.fc31.x86_ 229 kB/s |  11 kB     00:00    
(116/140): popt-1.16-18.fc31.x86_64.rpm         1.2 MB/s |  59 kB     00:00    
(117/140): publicsuffix-list-dafsa-20190417-2.f 1.1 MB/s |  56 kB     00:00    
(118/140): python-srpm-macros-3-51.fc32.noarch. 231 kB/s |  17 kB     00:00    
(119/140): qt5-srpm-macros-5.13.2-1.fc32.noarch 129 kB/s | 8.8 kB     00:00    
(120/140): readline-8.0-3.fc31.x86_64.rpm       2.9 MB/s | 206 kB     00:00    
(121/140): redhat-rpm-config-148-1.fc32.noarch. 1.1 MB/s |  64 kB     00:00    
(122/140): rpm-build-4.15.1-2.fc32.x86_64.rpm   1.7 MB/s | 116 kB     00:00    
(123/140): rpm-build-libs-4.15.1-2.fc32.x86_64. 1.6 MB/s |  98 kB     00:00    
(124/140): rpm-4.15.1-2.fc32.x86_64.rpm         4.1 MB/s | 499 kB     00:00    
(125/140): rpm-libs-4.15.1-2.fc32.x86_64.rpm    4.8 MB/s | 300 kB     00:00    
(126/140): rust-srpm-macros-13-1.fc32.noarch.rp 165 kB/s | 9.6 kB     00:00    
(127/140): sed-4.5-4.fc31.x86_64.rpm            4.6 MB/s | 291 kB     00:00    
(128/140): setup-2.13.6-1.fc32.noarch.rpm       2.3 MB/s | 142 kB     00:00    
(129/140): systemd-libs-244.1-2.fc32.x86_64.rpm 4.4 MB/s | 528 kB     00:00    
(130/140): tar-1.32-2.fc31.x86_64.rpm           6.6 MB/s | 887 kB     00:00    
(131/140): unzip-6.0-46.fc32.x86_64.rpm         2.2 MB/s | 179 kB     00:00    
(132/140): tzdata-2019c-2.fc32.noarch.rpm       3.2 MB/s | 428 kB     00:00    
(133/140): which-2.21-16.fc32.x86_64.rpm        631 kB/s |  42 kB     00:00    
(134/140): xz-5.2.4-7.fc32.x86_64.rpm           2.2 MB/s | 161 kB     00:00    
(135/140): xz-libs-5.2.4-7.fc32.x86_64.rpm      1.3 MB/s |  90 kB     00:00    
(136/140): shadow-utils-4.8-2.fc32.x86_64.rpm   2.1 MB/s | 1.2 MB     00:00    
(137/140): zip-3.0-25.fc31.x86_64.rpm           2.3 MB/s | 262 kB     00:00    
(138/140): util-linux-2.35-1.fc32.x86_64.rpm    6.7 MB/s | 2.7 MB     00:00    
(139/140): zlib-1.2.11-20.fc32.x86_64.rpm       1.5 MB/s |  92 kB     00:00    
(140/140): zstd-1.4.4-1.fc32.x86_64.rpm         3.2 MB/s | 402 kB     00:00    
--------------------------------------------------------------------------------
Total                                           6.1 MB/s |  56 MB     00:09     
warning: Generating 18 missing index(es), please wait...
warning: /var/lib/mock/1182995-fedora-rawhide-x86_64-1579989691.584746/root/var/cache/dnf/fedora-2d95c80a1fa0a67d/packages/alternatives-1.11-5.fc31.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 12c944d0: NOKEY
fedora                                           97 kB/s | 1.6 kB     00:00    
Importing GPG key 0x12C944D0:
 Userid     : "Fedora (32) <fedora-32-primary@fedoraproject.org>"
 Fingerprint: 97A1 AE57 C3A2 372C CA3A 4ABA 6C13 026D 12C9 44D0
 From       : /usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-32-primary
Key imported successfully
fedora                                          1.6 MB/s | 1.6 kB     00:00    
GPG key at file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-32-primary (0x12C944D0) is already installed
fedora                                          251 kB/s | 1.6 kB     00:00    
Importing GPG key 0x3C3359C4:
 Userid     : "Fedora (31) <fedora-31-primary@fedoraproject.org>"
 Fingerprint: 7D22 D586 7F2A 4236 474B F7B8 50CB 390B 3C33 59C4
 From       : /usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-31-primary
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Running scriptlet: filesystem-3.13-1.fc32.x86_64                          1/1 
  Preparing        :                                                        1/1 
  Installing       : libgcc-10.0.1-0.5.fc32.x86_64                        1/140 
  Running scriptlet: libgcc-10.0.1-0.5.fc32.x86_64                        1/140 
  Installing       : tzdata-2019c-2.fc32.noarch                           2/140 
  Installing       : rust-srpm-macros-13-1.fc32.noarch                    3/140 
  Installing       : qt5-srpm-macros-5.13.2-1.fc32.noarch                 4/140 
  Installing       : publicsuffix-list-dafsa-20190417-2.fc31.noarch       5/140 
  Installing       : pkgconf-m4-1.6.3-2.fc31.noarch                       6/140 
  Installing       : perl-srpm-macros-1-33.fc31.noarch                    7/140 
  Installing       : openblas-srpm-macros-2-6.fc31.noarch                 8/140 
  Installing       : ocaml-srpm-macros-6-1.fc32.noarch                    9/140 
  Installing       : nim-srpm-macros-3-1.fc32.noarch                     10/140 
  Installing       : ncurses-base-6.1-14.20191109.fc32.noarch            11/140 
  Installing       : libssh-config-0.9.3-1.fc32.noarch                   12/140 
  Installing       : gnat-srpm-macros-4-10.fc31.noarch                   13/140 
  Installing       : ghc-srpm-macros-1.5.0-1.fc32.noarch                 14/140 
  Installing       : fpc-srpm-macros-1.2-2.fc31.noarch                   15/140 
  Installing       : fedora-gpg-keys-32-0.2.noarch                       16/140 
  Installing       : fedora-release-32-0.4.noarch                        17/140 
  Installing       : fedora-release-common-32-0.4.noarch                 18/140 
  Installing       : fedora-repos-rawhide-32-0.2.noarch                  19/140 
  Installing       : fedora-repos-32-0.2.noarch                          20/140 
  Installing       : setup-2.13.6-1.fc32.noarch                          21/140 
warning: /etc/hosts created as /etc/hosts.rpmnew

  Running scriptlet: setup-2.13.6-1.fc32.noarch                          21/140 
  Installing       : filesystem-3.13-1.fc32.x86_64                       22/140 
  Installing       : basesystem-11-8.fc31.noarch                         23/140 
  Installing       : glibc-minimal-langpack-2.30.9000-31.fc32.x86_64     24/140 
  Installing       : glibc-common-2.30.9000-31.fc32.x86_64               25/140 
  Running scriptlet: glibc-2.30.9000-31.fc32.x86_64                      26/140 
  Installing       : glibc-2.30.9000-31.fc32.x86_64                      26/140 
  Running scriptlet: glibc-2.30.9000-31.fc32.x86_64                      26/140 
  Installing       : ncurses-libs-6.1-14.20191109.fc32.x86_64            27/140 
  Installing       : bash-5.0.11-1.fc32.x86_64                           28/140 
  Running scriptlet: bash-5.0.11-1.fc32.x86_64                           28/140 
  Installing       : zlib-1.2.11-20.fc32.x86_64                          29/140 
  Installing       : bzip2-libs-1.0.8-1.fc31.x86_64                      30/140 
  Installing       : xz-libs-5.2.4-7.fc32.x86_64                         31/140 
  Installing       : libstdc++-10.0.1-0.5.fc32.x86_64                    32/140 
  Installing       : elfutils-libelf-0.178-8.fc32.x86_64                 33/140 
  Installing       : libdb-5.3.28-39.fc32.x86_64                         34/140 
  Installing       : libxcrypt-4.4.11-1.fc32.x86_64                      35/140 
  Installing       : readline-8.0-3.fc31.x86_64                          36/140 
  Installing       : gmp-1:6.1.2-12.fc32.x86_64                          37/140 
  Installing       : libattr-2.4.48-7.fc31.x86_64                        38/140 
  Installing       : libacl-2.2.53-4.fc31.x86_64                         39/140 
  Installing       : libcom_err-1.45.5-1.fc32.x86_64                     40/140 
  Installing       : libuuid-2.35-1.fc32.x86_64                          41/140 
  Installing       : popt-1.16-18.fc31.x86_64                            42/140 
  Installing       : libcap-2.26-6.fc31.x86_64                           43/140 
  Installing       : libunistring-0.9.10-6.fc31.x86_64                   44/140 
  Installing       : libzstd-1.4.4-1.fc32.x86_64                         45/140 
  Installing       : libidn2-2.3.0-1.fc32.x86_64                         46/140 
  Installing       : mpfr-4.0.2-2.fc32.x86_64                            47/140 
  Installing       : unzip-6.0-46.fc32.x86_64                            48/140 
  Installing       : file-libs-5.38-1.fc32.x86_64                        49/140 
  Installing       : file-5.38-1.fc32.x86_64                             50/140 
  Installing       : libsepol-3.0-1.fc32.x86_64                          51/140 
  Running scriptlet: libsepol-3.0-1.fc32.x86_64                          51/140 
  Installing       : alternatives-1.11-5.fc31.x86_64                     52/140 
  Installing       : libcap-ng-0.7.10-1.fc32.x86_64                      53/140 
  Installing       : audit-libs-3.0-0.16.20191104git1c2f876.fc32.x86_    54/140 
  Installing       : libffi-3.1-23.fc31.x86_64                           55/140 
  Installing       : p11-kit-0.23.19-1.fc32.x86_64                       56/140 
  Installing       : lua-libs-5.3.5-6.fc31.x86_64                        57/140 
  Installing       : lz4-libs-1.9.1-1.fc32.x86_64                        58/140 
  Installing       : pcre2-10.34-4.fc32.x86_64                           59/140 
  Installing       : libselinux-3.0-2.fc32.x86_64                        60/140 
  Installing       : sed-4.5-4.fc31.x86_64                               61/140 
  Installing       : findutils-1:4.7.0-1.fc32.x86_64                     62/140 
  Installing       : gdb-minimal-9.0.50.20191119-2.fc32.x86_64           63/140 
  Installing       : libsemanage-3.0-2.fc32.x86_64                       64/140 
  Installing       : shadow-utils-2:4.8-2.fc32.x86_64                    65/140 
  Running scriptlet: libutempter-1.1.6-17.fc31.x86_64                    66/140 
  Installing       : libutempter-1.1.6-17.fc31.x86_64                    66/140 
  Installing       : patch-2.7.6-11.fc31.x86_64                          67/140 
  Installing       : tar-2:1.32-2.fc31.x86_64                            68/140 
  Installing       : zip-3.0-25.fc31.x86_64                              69/140 
  Installing       : libpsl-0.21.0-2.fc31.x86_64                         70/140 
  Installing       : libdb-utils-5.3.28-39.fc32.x86_64                   71/140 
  Installing       : dwz-0.13-1.fc32.x86_64                              72/140 
  Installing       : gc-8.0.4-2.fc32.x86_64                              73/140 
  Installing       : zstd-1.4.4-1.fc32.x86_64                            74/140 
  Installing       : libxml2-2.9.10-2.fc32.x86_64                        75/140 
  Installing       : bzip2-1.0.8-1.fc31.x86_64                           76/140 
  Installing       : elfutils-default-yama-scope-0.178-8.fc32.noarch     77/140 
  Running scriptlet: elfutils-default-yama-scope-0.178-8.fc32.noarch     77/140 
  Installing       : elfutils-libs-0.178-8.fc32.x86_64                   78/140 
  Installing       : elfutils-0.178-8.fc32.x86_64                        79/140 
  Installing       : ncurses-6.1-14.20191109.fc32.x86_64                 80/140 
  Installing       : cpio-2.12-12.fc31.x86_64                            81/140 
  Installing       : diffutils-3.7-3.fc31.x86_64                         82/140 
  Installing       : expat-2.2.8-1.fc32.x86_64                           83/140 
  Installing       : libmetalink-0.1.3-9.fc31.x86_64                     84/140 
  Installing       : keyutils-libs-1.6-3.fc31.x86_64                     85/140 
  Installing       : libbrotli-1.0.7-9.fc32.x86_64                       86/140 
  Installing       : libgomp-10.0.1-0.5.fc32.x86_64                      87/140 
  Installing       : libgpg-error-1.36-2.fc32.x86_64                     88/140 
  Installing       : libgcrypt-1.8.5-1.fc32.x86_64                       89/140 
  Installing       : libnghttp2-1.40.0-1.fc32.x86_64                     90/140 
  Installing       : libpkgconf-1.6.3-2.fc31.x86_64                      91/140 
  Installing       : pkgconf-1.6.3-2.fc31.x86_64                         92/140 
  Installing       : pkgconf-pkg-config-1.6.3-2.fc31.x86_64              93/140 
  Installing       : libsigsegv-2.11-8.fc31.x86_64                       94/140 
  Installing       : gawk-5.0.1-6.fc32.x86_64                            95/140 
  Installing       : libsmartcols-2.35-1.fc32.x86_64                     96/140 
  Installing       : libtasn1-4.15.0-1.fc32.x86_64                       97/140 
  Installing       : p11-kit-trust-0.23.19-1.fc32.x86_64                 98/140 
  Running scriptlet: p11-kit-trust-0.23.19-1.fc32.x86_64                 98/140 
  Installing       : libtool-ltdl-2.4.6-32.fc32.x86_64                   99/140 
  Installing       : libverto-0.3.0-8.fc31.x86_64                       100/140 
  Installing       : pcre-8.43-2.fc31.1.x86_64                          101/140 
  Installing       : grep-3.3-3.fc31.x86_64                             102/140 
  Installing       : xz-5.2.4-7.fc32.x86_64                             103/140 
  Installing       : coreutils-common-8.31-6.fc32.x86_64                104/140 
  Installing       : openssl-libs-1:1.1.1d-5.fc32.x86_64                105/140 
  Installing       : coreutils-8.31-6.fc32.x86_64                       106/140 
  Installing       : crypto-policies-20191128-4.gitcd267a5.fc32.noarc   107/140 
  Running scriptlet: ca-certificates-2020.2.40-2.fc32.noarch            108/140 
  Installing       : ca-certificates-2020.2.40-2.fc32.noarch            108/140 
  Running scriptlet: ca-certificates-2020.2.40-2.fc32.noarch            108/140 
  Installing       : krb5-libs-1.17.1-5.fc32.x86_64                     109/140 
  Installing       : libblkid-2.35-1.fc32.x86_64                        110/140 
  Running scriptlet: libblkid-2.35-1.fc32.x86_64                        110/140 
  Installing       : libtirpc-1.2.5-0.fc32.x86_64                       111/140 
  Installing       : binutils-gold-2.33.1-12.fc32.x86_64                112/140 
  Installing       : binutils-2.33.1-12.fc32.x86_64                     113/140 
  Running scriptlet: binutils-2.33.1-12.fc32.x86_64                     113/140 
  Installing       : gzip-1.10-1.fc31.x86_64                            114/140 
  Installing       : cracklib-2.9.6-21.fc31.x86_64                      115/140 
  Installing       : libnsl2-1.2.0-5.20180605git4a062cf.fc31.x86_64     116/140 
  Installing       : libpwquality-1.4.2-1.fc32.x86_64                   117/140 
  Installing       : pam-1.3.1-21.fc32.x86_64                           118/140 
  Installing       : libfdisk-2.35-1.fc32.x86_64                        119/140 
  Installing       : libmount-2.35-1.fc32.x86_64                        120/140 
  Installing       : cyrus-sasl-lib-2.1.27-2.fc31.x86_64                121/140 
  Installing       : openldap-2.4.47-3.fc31.x86_64                      122/140 
  Installing       : libssh-0.9.3-1.fc32.x86_64                         123/140 
  Installing       : libcurl-7.68.0-1.fc32.x86_64                       124/140 
  Installing       : curl-7.68.0-1.fc32.x86_64                          125/140 
  Installing       : guile22-2.2.6-2.fc31.x86_64                        126/140 
  Running scriptlet: guile22-2.2.6-2.fc31.x86_64                        126/140 
  Installing       : systemd-libs-244.1-2.fc32.x86_64                   127/140 
  Running scriptlet: systemd-libs-244.1-2.fc32.x86_64                   127/140 
  Installing       : libarchive-3.4.0-1.fc32.x86_64                     128/140 
  Installing       : rpm-4.15.1-2.fc32.x86_64                           129/140 
  Installing       : rpm-libs-4.15.1-2.fc32.x86_64                      130/140 
  Installing       : rpm-build-libs-4.15.1-2.fc32.x86_64                131/140 
  Installing       : efi-srpm-macros-4-3.fc31.noarch                    132/140 
  Installing       : go-srpm-macros-3.0.8-4.fc31.noarch                 133/140 
  Installing       : python-srpm-macros-3-51.fc32.noarch                134/140 
  Installing       : redhat-rpm-config-148-1.fc32.noarch                135/140 
  Installing       : rpm-build-4.15.1-2.fc32.x86_64                     136/140 
  Installing       : util-linux-2.35-1.fc32.x86_64                      137/140 
  Running scriptlet: util-linux-2.35-1.fc32.x86_64                      137/140 
  Installing       : make-1:4.2.1-15.fc32.x86_64                        138/140 
  Installing       : info-6.7-4.fc32.x86_64                             139/140 
  Installing       : which-2.21-16.fc32.x86_64                          140/140 
  Running scriptlet: filesystem-3.13-1.fc32.x86_64                      140/140 
  Running scriptlet: which-2.21-16.fc32.x86_64                          140/140 
  Verifying        : alternatives-1.11-5.fc31.x86_64                      1/140 
  Verifying        : audit-libs-3.0-0.16.20191104git1c2f876.fc32.x86_     2/140 
  Verifying        : basesystem-11-8.fc31.noarch                          3/140 
  Verifying        : bash-5.0.11-1.fc32.x86_64                            4/140 
  Verifying        : binutils-2.33.1-12.fc32.x86_64                       5/140 
  Verifying        : binutils-gold-2.33.1-12.fc32.x86_64                  6/140 
  Verifying        : bzip2-1.0.8-1.fc31.x86_64                            7/140 
  Verifying        : bzip2-libs-1.0.8-1.fc31.x86_64                       8/140 
  Verifying        : ca-certificates-2020.2.40-2.fc32.noarch              9/140 
  Verifying        : coreutils-8.31-6.fc32.x86_64                        10/140 
  Verifying        : coreutils-common-8.31-6.fc32.x86_64                 11/140 
  Verifying        : cpio-2.12-12.fc31.x86_64                            12/140 
  Verifying        : cracklib-2.9.6-21.fc31.x86_64                       13/140 
  Verifying        : crypto-policies-20191128-4.gitcd267a5.fc32.noarc    14/140 
  Verifying        : curl-7.68.0-1.fc32.x86_64                           15/140 
  Verifying        : cyrus-sasl-lib-2.1.27-2.fc31.x86_64                 16/140 
  Verifying        : diffutils-3.7-3.fc31.x86_64                         17/140 
  Verifying        : dwz-0.13-1.fc32.x86_64                              18/140 
  Verifying        : efi-srpm-macros-4-3.fc31.noarch                     19/140 
  Verifying        : elfutils-0.178-8.fc32.x86_64                        20/140 
  Verifying        : elfutils-default-yama-scope-0.178-8.fc32.noarch     21/140 
  Verifying        : elfutils-libelf-0.178-8.fc32.x86_64                 22/140 
  Verifying        : elfutils-libs-0.178-8.fc32.x86_64                   23/140 
  Verifying        : expat-2.2.8-1.fc32.x86_64                           24/140 
  Verifying        : fedora-gpg-keys-32-0.2.noarch                       25/140 
  Verifying        : fedora-release-32-0.4.noarch                        26/140 
  Verifying        : fedora-release-common-32-0.4.noarch                 27/140 
  Verifying        : fedora-repos-32-0.2.noarch                          28/140 
  Verifying        : fedora-repos-rawhide-32-0.2.noarch                  29/140 
  Verifying        : file-5.38-1.fc32.x86_64                             30/140 
  Verifying        : file-libs-5.38-1.fc32.x86_64                        31/140 
  Verifying        : filesystem-3.13-1.fc32.x86_64                       32/140 
  Verifying        : findutils-1:4.7.0-1.fc32.x86_64                     33/140 
  Verifying        : fpc-srpm-macros-1.2-2.fc31.noarch                   34/140 
  Verifying        : gawk-5.0.1-6.fc32.x86_64                            35/140 
  Verifying        : gc-8.0.4-2.fc32.x86_64                              36/140 
  Verifying        : gdb-minimal-9.0.50.20191119-2.fc32.x86_64           37/140 
  Verifying        : ghc-srpm-macros-1.5.0-1.fc32.noarch                 38/140 
  Verifying        : glibc-2.30.9000-31.fc32.x86_64                      39/140 
  Verifying        : glibc-common-2.30.9000-31.fc32.x86_64               40/140 
  Verifying        : glibc-minimal-langpack-2.30.9000-31.fc32.x86_64     41/140 
  Verifying        : gmp-1:6.1.2-12.fc32.x86_64                          42/140 
  Verifying        : gnat-srpm-macros-4-10.fc31.noarch                   43/140 
  Verifying        : go-srpm-macros-3.0.8-4.fc31.noarch                  44/140 
  Verifying        : grep-3.3-3.fc31.x86_64                              45/140 
  Verifying        : guile22-2.2.6-2.fc31.x86_64                         46/140 
  Verifying        : gzip-1.10-1.fc31.x86_64                             47/140 
  Verifying        : info-6.7-4.fc32.x86_64                              48/140 
  Verifying        : keyutils-libs-1.6-3.fc31.x86_64                     49/140 
  Verifying        : krb5-libs-1.17.1-5.fc32.x86_64                      50/140 
  Verifying        : libacl-2.2.53-4.fc31.x86_64                         51/140 
  Verifying        : libarchive-3.4.0-1.fc32.x86_64                      52/140 
  Verifying        : libattr-2.4.48-7.fc31.x86_64                        53/140 
  Verifying        : libblkid-2.35-1.fc32.x86_64                         54/140 
  Verifying        : libbrotli-1.0.7-9.fc32.x86_64                       55/140 
  Verifying        : libcap-2.26-6.fc31.x86_64                           56/140 
  Verifying        : libcap-ng-0.7.10-1.fc32.x86_64                      57/140 
  Verifying        : libcom_err-1.45.5-1.fc32.x86_64                     58/140 
  Verifying        : libcurl-7.68.0-1.fc32.x86_64                        59/140 
  Verifying        : libdb-5.3.28-39.fc32.x86_64                         60/140 
  Verifying        : libdb-utils-5.3.28-39.fc32.x86_64                   61/140 
  Verifying        : libfdisk-2.35-1.fc32.x86_64                         62/140 
  Verifying        : libffi-3.1-23.fc31.x86_64                           63/140 
  Verifying        : libgcc-10.0.1-0.5.fc32.x86_64                       64/140 
  Verifying        : libgcrypt-1.8.5-1.fc32.x86_64                       65/140 
  Verifying        : libgomp-10.0.1-0.5.fc32.x86_64                      66/140 
  Verifying        : libgpg-error-1.36-2.fc32.x86_64                     67/140 
  Verifying        : libidn2-2.3.0-1.fc32.x86_64                         68/140 
  Verifying        : libmetalink-0.1.3-9.fc31.x86_64                     69/140 
  Verifying        : libmount-2.35-1.fc32.x86_64                         70/140 
  Verifying        : libnghttp2-1.40.0-1.fc32.x86_64                     71/140 
  Verifying        : libnsl2-1.2.0-5.20180605git4a062cf.fc31.x86_64      72/140 
  Verifying        : libpkgconf-1.6.3-2.fc31.x86_64                      73/140 
  Verifying        : libpsl-0.21.0-2.fc31.x86_64                         74/140 
  Verifying        : libpwquality-1.4.2-1.fc32.x86_64                    75/140 
  Verifying        : libselinux-3.0-2.fc32.x86_64                        76/140 
  Verifying        : libsemanage-3.0-2.fc32.x86_64                       77/140 
  Verifying        : libsepol-3.0-1.fc32.x86_64                          78/140 
  Verifying        : libsigsegv-2.11-8.fc31.x86_64                       79/140 
  Verifying        : libsmartcols-2.35-1.fc32.x86_64                     80/140 
  Verifying        : libssh-0.9.3-1.fc32.x86_64                          81/140 
  Verifying        : libssh-config-0.9.3-1.fc32.noarch                   82/140 
  Verifying        : libstdc++-10.0.1-0.5.fc32.x86_64                    83/140 
  Verifying        : libtasn1-4.15.0-1.fc32.x86_64                       84/140 
  Verifying        : libtirpc-1.2.5-0.fc32.x86_64                        85/140 
  Verifying        : libtool-ltdl-2.4.6-32.fc32.x86_64                   86/140 
  Verifying        : libunistring-0.9.10-6.fc31.x86_64                   87/140 
  Verifying        : libutempter-1.1.6-17.fc31.x86_64                    88/140 
  Verifying        : libuuid-2.35-1.fc32.x86_64                          89/140 
  Verifying        : libverto-0.3.0-8.fc31.x86_64                        90/140 
  Verifying        : libxcrypt-4.4.11-1.fc32.x86_64                      91/140 
  Verifying        : libxml2-2.9.10-2.fc32.x86_64                        92/140 
  Verifying        : libzstd-1.4.4-1.fc32.x86_64                         93/140 
  Verifying        : lua-libs-5.3.5-6.fc31.x86_64                        94/140 
  Verifying        : lz4-libs-1.9.1-1.fc32.x86_64                        95/140 
  Verifying        : make-1:4.2.1-15.fc32.x86_64                         96/140 
  Verifying        : mpfr-4.0.2-2.fc32.x86_64                            97/140 
  Verifying        : ncurses-6.1-14.20191109.fc32.x86_64                 98/140 
  Verifying        : ncurses-base-6.1-14.20191109.fc32.noarch            99/140 
  Verifying        : ncurses-libs-6.1-14.20191109.fc32.x86_64           100/140 
  Verifying        : nim-srpm-macros-3-1.fc32.noarch                    101/140 
  Verifying        : ocaml-srpm-macros-6-1.fc32.noarch                  102/140 
  Verifying        : openblas-srpm-macros-2-6.fc31.noarch               103/140 
  Verifying        : openldap-2.4.47-3.fc31.x86_64                      104/140 
  Verifying        : openssl-libs-1:1.1.1d-5.fc32.x86_64                105/140 
  Verifying        : p11-kit-0.23.19-1.fc32.x86_64                      106/140 
  Verifying        : p11-kit-trust-0.23.19-1.fc32.x86_64                107/140 
  Verifying        : pam-1.3.1-21.fc32.x86_64                           108/140 
  Verifying        : patch-2.7.6-11.fc31.x86_64                         109/140 
  Verifying        : pcre-8.43-2.fc31.1.x86_64                          110/140 
  Verifying        : pcre2-10.34-4.fc32.x86_64                          111/140 
  Verifying        : perl-srpm-macros-1-33.fc31.noarch                  112/140 
  Verifying        : pkgconf-1.6.3-2.fc31.x86_64                        113/140 
  Verifying        : pkgconf-m4-1.6.3-2.fc31.noarch                     114/140 
  Verifying        : pkgconf-pkg-config-1.6.3-2.fc31.x86_64             115/140 
  Verifying        : popt-1.16-18.fc31.x86_64                           116/140 
  Verifying        : publicsuffix-list-dafsa-20190417-2.fc31.noarch     117/140 
  Verifying        : python-srpm-macros-3-51.fc32.noarch                118/140 
  Verifying        : qt5-srpm-macros-5.13.2-1.fc32.noarch               119/140 
  Verifying        : readline-8.0-3.fc31.x86_64                         120/140 
  Verifying        : redhat-rpm-config-148-1.fc32.noarch                121/140 
  Verifying        : rpm-4.15.1-2.fc32.x86_64                           122/140 
  Verifying        : rpm-build-4.15.1-2.fc32.x86_64                     123/140 
  Verifying        : rpm-build-libs-4.15.1-2.fc32.x86_64                124/140 
  Verifying        : rpm-libs-4.15.1-2.fc32.x86_64                      125/140 
  Verifying        : rust-srpm-macros-13-1.fc32.noarch                  126/140 
  Verifying        : sed-4.5-4.fc31.x86_64                              127/140 
  Verifying        : setup-2.13.6-1.fc32.noarch                         128/140 
  Verifying        : shadow-utils-2:4.8-2.fc32.x86_64                   129/140 
  Verifying        : systemd-libs-244.1-2.fc32.x86_64                   130/140 
  Verifying        : tar-2:1.32-2.fc31.x86_64                           131/140 
  Verifying        : tzdata-2019c-2.fc32.noarch                         132/140 
  Verifying        : unzip-6.0-46.fc32.x86_64                           133/140 
  Verifying        : util-linux-2.35-1.fc32.x86_64                      134/140 
  Verifying        : which-2.21-16.fc32.x86_64                          135/140 
  Verifying        : xz-5.2.4-7.fc32.x86_64                             136/140 
  Verifying        : xz-libs-5.2.4-7.fc32.x86_64                        137/140 
  Verifying        : zip-3.0-25.fc31.x86_64                             138/140 
  Verifying        : zlib-1.2.11-20.fc32.x86_64                         139/140 
  Verifying        : zstd-1.4.4-1.fc32.x86_64                           140/140 

Installed:
  alternatives-1.11-5.fc31.x86_64                                               
  audit-libs-3.0-0.16.20191104git1c2f876.fc32.x86_64                            
  basesystem-11-8.fc31.noarch                                                   
  bash-5.0.11-1.fc32.x86_64                                                     
  binutils-2.33.1-12.fc32.x86_64                                                
  binutils-gold-2.33.1-12.fc32.x86_64                                           
  bzip2-1.0.8-1.fc31.x86_64                                                     
  bzip2-libs-1.0.8-1.fc31.x86_64                                                
  ca-certificates-2020.2.40-2.fc32.noarch                                       
  coreutils-8.31-6.fc32.x86_64                                                  
  coreutils-common-8.31-6.fc32.x86_64                                           
  cpio-2.12-12.fc31.x86_64                                                      
  cracklib-2.9.6-21.fc31.x86_64                                                 
  crypto-policies-20191128-4.gitcd267a5.fc32.noarch                             
  curl-7.68.0-1.fc32.x86_64                                                     
  cyrus-sasl-lib-2.1.27-2.fc31.x86_64                                           
  diffutils-3.7-3.fc31.x86_64                                                   
  dwz-0.13-1.fc32.x86_64                                                        
  efi-srpm-macros-4-3.fc31.noarch                                               
  elfutils-0.178-8.fc32.x86_64                                                  
  elfutils-default-yama-scope-0.178-8.fc32.noarch                               
  elfutils-libelf-0.178-8.fc32.x86_64                                           
  elfutils-libs-0.178-8.fc32.x86_64                                             
  expat-2.2.8-1.fc32.x86_64                                                     
  fedora-gpg-keys-32-0.2.noarch                                                 
  fedora-release-32-0.4.noarch                                                  
  fedora-release-common-32-0.4.noarch                                           
  fedora-repos-32-0.2.noarch                                                    
  fedora-repos-rawhide-32-0.2.noarch                                            
  file-5.38-1.fc32.x86_64                                                       
  file-libs-5.38-1.fc32.x86_64                                                  
  filesystem-3.13-1.fc32.x86_64                                                 
  findutils-1:4.7.0-1.fc32.x86_64                                               
  fpc-srpm-macros-1.2-2.fc31.noarch                                             
  gawk-5.0.1-6.fc32.x86_64                                                      
  gc-8.0.4-2.fc32.x86_64                                                        
  gdb-minimal-9.0.50.20191119-2.fc32.x86_64                                     
  ghc-srpm-macros-1.5.0-1.fc32.noarch                                           
  glibc-2.30.9000-31.fc32.x86_64                                                
  glibc-common-2.30.9000-31.fc32.x86_64                                         
  glibc-minimal-langpack-2.30.9000-31.fc32.x86_64                               
  gmp-1:6.1.2-12.fc32.x86_64                                                    
  gnat-srpm-macros-4-10.fc31.noarch                                             
  go-srpm-macros-3.0.8-4.fc31.noarch                                            
  grep-3.3-3.fc31.x86_64                                                        
  guile22-2.2.6-2.fc31.x86_64                                                   
  gzip-1.10-1.fc31.x86_64                                                       
  info-6.7-4.fc32.x86_64                                                        
  keyutils-libs-1.6-3.fc31.x86_64                                               
  krb5-libs-1.17.1-5.fc32.x86_64                                                
  libacl-2.2.53-4.fc31.x86_64                                                   
  libarchive-3.4.0-1.fc32.x86_64                                                
  libattr-2.4.48-7.fc31.x86_64                                                  
  libblkid-2.35-1.fc32.x86_64                                                   
  libbrotli-1.0.7-9.fc32.x86_64                                                 
  libcap-2.26-6.fc31.x86_64                                                     
  libcap-ng-0.7.10-1.fc32.x86_64                                                
  libcom_err-1.45.5-1.fc32.x86_64                                               
  libcurl-7.68.0-1.fc32.x86_64                                                  
  libdb-5.3.28-39.fc32.x86_64                                                   
  libdb-utils-5.3.28-39.fc32.x86_64                                             
  libfdisk-2.35-1.fc32.x86_64                                                   
  libffi-3.1-23.fc31.x86_64                                                     
  libgcc-10.0.1-0.5.fc32.x86_64                                                 
  libgcrypt-1.8.5-1.fc32.x86_64                                                 
  libgomp-10.0.1-0.5.fc32.x86_64                                                
  libgpg-error-1.36-2.fc32.x86_64                                               
  libidn2-2.3.0-1.fc32.x86_64                                                   
  libmetalink-0.1.3-9.fc31.x86_64                                               
  libmount-2.35-1.fc32.x86_64                                                   
  libnghttp2-1.40.0-1.fc32.x86_64                                               
  libnsl2-1.2.0-5.20180605git4a062cf.fc31.x86_64                                
  libpkgconf-1.6.3-2.fc31.x86_64                                                
  libpsl-0.21.0-2.fc31.x86_64                                                   
  libpwquality-1.4.2-1.fc32.x86_64                                              
  libselinux-3.0-2.fc32.x86_64                                                  
  libsemanage-3.0-2.fc32.x86_64                                                 
  libsepol-3.0-1.fc32.x86_64                                                    
  libsigsegv-2.11-8.fc31.x86_64                                                 
  libsmartcols-2.35-1.fc32.x86_64                                               
  libssh-0.9.3-1.fc32.x86_64                                                    
  libssh-config-0.9.3-1.fc32.noarch                                             
  libstdc++-10.0.1-0.5.fc32.x86_64                                              
  libtasn1-4.15.0-1.fc32.x86_64                                                 
  libtirpc-1.2.5-0.fc32.x86_64                                                  
  libtool-ltdl-2.4.6-32.fc32.x86_64                                             
  libunistring-0.9.10-6.fc31.x86_64                                             
  libutempter-1.1.6-17.fc31.x86_64                                              
  libuuid-2.35-1.fc32.x86_64                                                    
  libverto-0.3.0-8.fc31.x86_64                                                  
  libxcrypt-4.4.11-1.fc32.x86_64                                                
  libxml2-2.9.10-2.fc32.x86_64                                                  
  libzstd-1.4.4-1.fc32.x86_64                                                   
  lua-libs-5.3.5-6.fc31.x86_64                                                  
  lz4-libs-1.9.1-1.fc32.x86_64                                                  
  make-1:4.2.1-15.fc32.x86_64                                                   
  mpfr-4.0.2-2.fc32.x86_64                                                      
  ncurses-6.1-14.20191109.fc32.x86_64                                           
  ncurses-base-6.1-14.20191109.fc32.noarch                                      
  ncurses-libs-6.1-14.20191109.fc32.x86_64                                      
  nim-srpm-macros-3-1.fc32.noarch                                               
  ocaml-srpm-macros-6-1.fc32.noarch                                             
  openblas-srpm-macros-2-6.fc31.noarch                                          
  openldap-2.4.47-3.fc31.x86_64                                                 
  openssl-libs-1:1.1.1d-5.fc32.x86_64                                           
  p11-kit-0.23.19-1.fc32.x86_64                                                 
  p11-kit-trust-0.23.19-1.fc32.x86_64                                           
  pam-1.3.1-21.fc32.x86_64                                                      
  patch-2.7.6-11.fc31.x86_64                                                    
  pcre-8.43-2.fc31.1.x86_64                                                     
  pcre2-10.34-4.fc32.x86_64                                                     
  perl-srpm-macros-1-33.fc31.noarch                                             
  pkgconf-1.6.3-2.fc31.x86_64                                                   
  pkgconf-m4-1.6.3-2.fc31.noarch                                                
  pkgconf-pkg-config-1.6.3-2.fc31.x86_64                                        
  popt-1.16-18.fc31.x86_64                                                      
  publicsuffix-list-dafsa-20190417-2.fc31.noarch                                
  python-srpm-macros-3-51.fc32.noarch                                           
  qt5-srpm-macros-5.13.2-1.fc32.noarch                                          
  readline-8.0-3.fc31.x86_64                                                    
  redhat-rpm-config-148-1.fc32.noarch                                           
  rpm-4.15.1-2.fc32.x86_64                                                      
  rpm-build-4.15.1-2.fc32.x86_64                                                
  rpm-build-libs-4.15.1-2.fc32.x86_64                                           
  rpm-libs-4.15.1-2.fc32.x86_64                                                 
  rust-srpm-macros-13-1.fc32.noarch                                             
  sed-4.5-4.fc31.x86_64                                                         
  setup-2.13.6-1.fc32.noarch                                                    
  shadow-utils-2:4.8-2.fc32.x86_64                                              
  systemd-libs-244.1-2.fc32.x86_64                                              
  tar-2:1.32-2.fc31.x86_64                                                      
  tzdata-2019c-2.fc32.noarch                                                    
  unzip-6.0-46.fc32.x86_64                                                      
  util-linux-2.35-1.fc32.x86_64                                                 
  which-2.21-16.fc32.x86_64                                                     
  xz-5.2.4-7.fc32.x86_64                                                        
  xz-libs-5.2.4-7.fc32.x86_64                                                   
  zip-3.0-25.fc31.x86_64                                                        
  zlib-1.2.11-20.fc32.x86_64                                                    
  zstd-1.4.4-1.fc32.x86_64                                                      

Complete!
Finish: dnf install
Start: creating root cache
Finish: creating root cache
Finish: chroot init
INFO: Installed packages:
Start: buildsrpm
Start: rpmbuild -bs
Building target platforms: x86_64
Building for target x86_64
setting SOURCE_DATE_EPOCH=1579988452
Wrote: /builddir/build/SRPMS/golang-github-lestrrat-jwx-0.9.0-1.fc32.src.rpm
Finish: rpmbuild -bs
INFO: chroot_scan: 3 files copied to /var/lib/copr-rpmbuild/results/chroot_scan
INFO: /var/lib/mock/1182995-fedora-rawhide-x86_64-1579989691.584746/root/var/log/dnf.rpm.log
/var/lib/mock/1182995-fedora-rawhide-x86_64-1579989691.584746/root/var/log/dnf.librepo.log
/var/lib/mock/1182995-fedora-rawhide-x86_64-1579989691.584746/root/var/log/dnf.log
Finish: buildsrpm
INFO: Done(/tmp/tmp8ri7wye_/golang-github-lestrrat-jwx.spec) Config(child) 1 minutes 8 seconds
INFO: Results and/or logs in: /var/lib/copr-rpmbuild/results
INFO: Cleaning up build root ('cleanup_on_success=True')
Start: clean chroot
INFO: unmounting tmpfs.
Finish: clean chroot
Finish: run
Running (timeout=75600): unbuffer mock --rebuild /var/lib/copr-rpmbuild/results/golang-github-lestrrat-jwx-0.9.0-1.fc32.src.rpm --configdir /var/lib/copr-rpmbuild/results/configs --resultdir /var/lib/copr-rpmbuild/results --uniqueext 1579989762.794769 -r child
WARNING: Could not find required logging config file: /var/lib/copr-rpmbuild/results/configs/logging.ini. Using default...
INFO: mock.py version 1.4.21 starting (python version = 3.7.6)...
Start: init plugins
INFO: tmpfs initialized
INFO: selinux enabled
INFO: chroot_scan: initialized
INFO: compress_logs: initialized
Finish: init plugins
INFO: Signal handler active
Start: run
INFO: Start(/var/lib/copr-rpmbuild/results/golang-github-lestrrat-jwx-0.9.0-1.fc32.src.rpm)  Config(1182995-fedora-rawhide-x86_64)
Start: clean chroot
Finish: clean chroot
Start: chroot init
INFO: mounting tmpfs at /var/lib/mock/1182995-fedora-rawhide-x86_64-1579989762.794769/root.
INFO: calling preinit hooks
INFO: enabled root cache
Start: unpacking root cache
Finish: unpacking root cache
INFO: enabled dnf cache
Start: cleaning dnf metadata
Finish: cleaning dnf metadata
INFO: enabled HW Info plugin
Mock Version: 1.4.21
INFO: Mock Version: 1.4.21
Start: dnf update
No matches found for the following disable plugin patterns: local, spacewalk
Copr repository                                  25 kB/s | 3.3 kB     00:00    
fedora                                           40 kB/s |  13 kB     00:00    
Dependencies resolved.
Nothing to do.
Complete!
Finish: dnf update
Finish: chroot init
Start: build phase for golang-github-lestrrat-jwx-0.9.0-1.fc32.src.rpm
Start: build setup for golang-github-lestrrat-jwx-0.9.0-1.fc32.src.rpm
Building target platforms: x86_64
Building for target x86_64
setting SOURCE_DATE_EPOCH=1579988452
Wrote: /builddir/build/SRPMS/golang-github-lestrrat-jwx-0.9.0-1.fc32.src.rpm
No matches found for the following disable plugin patterns: local, spacewalk
Copr repository                                  38 kB/s | 3.3 kB     00:00    
fedora                                           40 kB/s |  13 kB     00:00    
Dependencies resolved.
================================================================================
 Package                              Arch   Version               Repo    Size
================================================================================
Installing:
 go-rpm-macros                        x86_64 3.0.8-4.fc31          fedora  32 k
 golang-github-pkg-errors-devel       noarch 0.8.1-6.fc31          fedora  21 k
 golang-github-stretchr-testify-devel noarch 1.4.0-1.fc32          fedora  63 k
Installing dependencies:
 annobin                              x86_64 9.01-2.fc32           fedora 110 k
 cpp                                  x86_64 10.0.1-0.5.fc32       fedora 9.4 M
 gcc                                  x86_64 10.0.1-0.5.fc32       fedora  30 M
 glibc-devel                          x86_64 2.30.9000-31.fc32     fedora 1.0 M
 glibc-headers                        x86_64 2.30.9000-31.fc32     fedora 453 k
 go-filesystem                        x86_64 3.0.8-4.fc31          fedora 6.9 k
 golang                               x86_64 1.14-0.beta1.0.fc32   fedora 635 k
 golang-bin                           x86_64 1.14-0.beta1.0.fc32   fedora  82 M
 golang-github-davecgh-spew-devel     noarch 1.1.1-5.fc31          fedora  42 k
 golang-github-pmezard-difflib-devel  noarch 1.0.0-3.fc31          fedora  21 k
 golang-github-stretchr-objx-devel    noarch 0.2.0-2.fc31          fedora  34 k
 golang-gopkg-yaml-2-devel            noarch 2.2.7-1.fc32          fedora  72 k
 golang-src                           noarch 1.14-0.beta1.0.fc32   fedora 6.7 M
 golist                               x86_64 0.10.1-2.fc31         fedora 1.4 M
 isl                                  x86_64 0.16.1-9.fc31         fedora 871 k
 kernel-headers                       x86_64 5.5.0-0.rc7.git0.1.fc32
                                                                   fedora 1.2 M
 libmpc                               x86_64 1.1.0-7.fc32          fedora  60 k
 libxcrypt-devel                      x86_64 4.4.11-1.fc32         fedora  35 k

Transaction Summary
================================================================================
Install  21 Packages

Total download size: 133 M
Installed size: 438 M
Downloading Packages:
(1/21): annobin-9.01-2.fc32.x86_64.rpm          1.3 MB/s | 110 kB     00:00    
(2/21): glibc-devel-2.30.9000-31.fc32.x86_64.rp  19 MB/s | 1.0 MB     00:00    
(3/21): glibc-headers-2.30.9000-31.fc32.x86_64.  11 MB/s | 453 kB     00:00    
(4/21): go-filesystem-3.0.8-4.fc31.x86_64.rpm   1.1 MB/s | 6.9 kB     00:00    
(5/21): go-rpm-macros-3.0.8-4.fc31.x86_64.rpm   4.0 MB/s |  32 kB     00:00    
(6/21): golang-1.14-0.beta1.0.fc32.x86_64.rpm   9.7 MB/s | 635 kB     00:00    
(7/21): cpp-10.0.1-0.5.fc32.x86_64.rpm           24 MB/s | 9.4 MB     00:00    
(8/21): golang-github-davecgh-spew-devel-1.1.1- 1.9 MB/s |  42 kB     00:00    
(9/21): golang-github-pkg-errors-devel-0.8.1-6. 2.3 MB/s |  21 kB     00:00    
(10/21): golang-github-pmezard-difflib-devel-1. 2.1 MB/s |  21 kB     00:00    
(11/21): golang-github-stretchr-objx-devel-0.2.  23 kB/s |  34 kB     00:01    
(12/21): golang-github-stretchr-testify-devel-1 1.4 MB/s |  63 kB     00:00    
(13/21): golang-gopkg-yaml-2-devel-2.2.7-1.fc32 3.0 MB/s |  72 kB     00:00    
(14/21): gcc-10.0.1-0.5.fc32.x86_64.rpm         9.2 MB/s |  30 MB     00:03    
(15/21): golang-src-1.14-0.beta1.0.fc32.noarch. 5.4 MB/s | 6.7 MB     00:01    
(16/21): golist-0.10.1-2.fc31.x86_64.rpm         14 MB/s | 1.4 MB     00:00    
(17/21): isl-0.16.1-9.fc31.x86_64.rpm            15 MB/s | 871 kB     00:00    
(18/21): libmpc-1.1.0-7.fc32.x86_64.rpm         2.7 MB/s |  60 kB     00:00    
(19/21): libxcrypt-devel-4.4.11-1.fc32.x86_64.r 1.9 MB/s |  35 kB     00:00    
(20/21): kernel-headers-5.5.0-0.rc7.git0.1.fc32  19 MB/s | 1.2 MB     00:00    
(21/21): golang-bin-1.14-0.beta1.0.fc32.x86_64.  17 MB/s |  82 MB     00:04    
--------------------------------------------------------------------------------
Total                                            25 MB/s | 133 MB     00:05     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Running scriptlet: golang-1.14-0.beta1.0.fc32.x86_64                      1/1 
  Running scriptlet: golang-github-pkg-errors-devel-0.8.1-6.fc31.noarch     1/1 
  Preparing        :                                                        1/1 
  Installing       : go-filesystem-3.0.8-4.fc31.x86_64                     1/21 
  Installing       : libmpc-1.1.0-7.fc32.x86_64                            2/21 
  Installing       : cpp-10.0.1-0.5.fc32.x86_64                            3/21 
  Installing       : golang-github-davecgh-spew-devel-1.1.1-5.fc31.noar    4/21 
  Installing       : golang-github-pmezard-difflib-devel-1.0.0-3.fc31.n    5/21 
  Installing       : golang-github-stretchr-objx-devel-0.2.0-2.fc31.noa    6/21 
  Installing       : golang-gopkg-yaml-2-devel-2.2.7-1.fc32.noarch         7/21 
  Installing       : kernel-headers-5.5.0-0.rc7.git0.1.fc32.x86_64         8/21 
  Running scriptlet: glibc-headers-2.30.9000-31.fc32.x86_64                9/21 
  Installing       : glibc-headers-2.30.9000-31.fc32.x86_64                9/21 
  Installing       : libxcrypt-devel-4.4.11-1.fc32.x86_64                 10/21 
  Installing       : glibc-devel-2.30.9000-31.fc32.x86_64                 11/21 
  Installing       : isl-0.16.1-9.fc31.x86_64                             12/21 
  Installing       : gcc-10.0.1-0.5.fc32.x86_64                           13/21 
  Installing       : golist-0.10.1-2.fc31.x86_64                          14/21 
  Installing       : golang-src-1.14-0.beta1.0.fc32.noarch                15/21 
  Installing       : golang-1.14-0.beta1.0.fc32.x86_64                    16/21 
  Installing       : golang-bin-1.14-0.beta1.0.fc32.x86_64                17/21 
  Running scriptlet: golang-bin-1.14-0.beta1.0.fc32.x86_64                17/21 
  Installing       : go-rpm-macros-3.0.8-4.fc31.x86_64                    18/21 
  Installing       : annobin-9.01-2.fc32.x86_64                           19/21 
  Installing       : golang-github-stretchr-testify-devel-1.4.0-1.fc32.   20/21 
  Installing       : golang-github-pkg-errors-devel-0.8.1-6.fc31.noarch   21/21 
  Running scriptlet: golang-github-pkg-errors-devel-0.8.1-6.fc31.noarch   21/21 
  Verifying        : annobin-9.01-2.fc32.x86_64                            1/21 
  Verifying        : cpp-10.0.1-0.5.fc32.x86_64                            2/21 
  Verifying        : gcc-10.0.1-0.5.fc32.x86_64                            3/21 
  Verifying        : glibc-devel-2.30.9000-31.fc32.x86_64                  4/21 
  Verifying        : glibc-headers-2.30.9000-31.fc32.x86_64                5/21 
  Verifying        : go-filesystem-3.0.8-4.fc31.x86_64                     6/21 
  Verifying        : go-rpm-macros-3.0.8-4.fc31.x86_64                     7/21 
  Verifying        : golang-1.14-0.beta1.0.fc32.x86_64                     8/21 
  Verifying        : golang-bin-1.14-0.beta1.0.fc32.x86_64                 9/21 
  Verifying        : golang-github-davecgh-spew-devel-1.1.1-5.fc31.noar   10/21 
  Verifying        : golang-github-pkg-errors-devel-0.8.1-6.fc31.noarch   11/21 
  Verifying        : golang-github-pmezard-difflib-devel-1.0.0-3.fc31.n   12/21 
  Verifying        : golang-github-stretchr-objx-devel-0.2.0-2.fc31.noa   13/21 
  Verifying        : golang-github-stretchr-testify-devel-1.4.0-1.fc32.   14/21 
  Verifying        : golang-gopkg-yaml-2-devel-2.2.7-1.fc32.noarch        15/21 
  Verifying        : golang-src-1.14-0.beta1.0.fc32.noarch                16/21 
  Verifying        : golist-0.10.1-2.fc31.x86_64                          17/21 
  Verifying        : isl-0.16.1-9.fc31.x86_64                             18/21 
  Verifying        : kernel-headers-5.5.0-0.rc7.git0.1.fc32.x86_64        19/21 
  Verifying        : libmpc-1.1.0-7.fc32.x86_64                           20/21 
  Verifying        : libxcrypt-devel-4.4.11-1.fc32.x86_64                 21/21 

Installed:
  annobin-9.01-2.fc32.x86_64                                                    
  cpp-10.0.1-0.5.fc32.x86_64                                                    
  gcc-10.0.1-0.5.fc32.x86_64                                                    
  glibc-devel-2.30.9000-31.fc32.x86_64                                          
  glibc-headers-2.30.9000-31.fc32.x86_64                                        
  go-filesystem-3.0.8-4.fc31.x86_64                                             
  go-rpm-macros-3.0.8-4.fc31.x86_64                                             
  golang-1.14-0.beta1.0.fc32.x86_64                                             
  golang-bin-1.14-0.beta1.0.fc32.x86_64                                         
  golang-github-davecgh-spew-devel-1.1.1-5.fc31.noarch                          
  golang-github-pkg-errors-devel-0.8.1-6.fc31.noarch                            
  golang-github-pmezard-difflib-devel-1.0.0-3.fc31.noarch                       
  golang-github-stretchr-objx-devel-0.2.0-2.fc31.noarch                         
  golang-github-stretchr-testify-devel-1.4.0-1.fc32.noarch                      
  golang-gopkg-yaml-2-devel-2.2.7-1.fc32.noarch                                 
  golang-src-1.14-0.beta1.0.fc32.noarch                                         
  golist-0.10.1-2.fc31.x86_64                                                   
  isl-0.16.1-9.fc31.x86_64                                                      
  kernel-headers-5.5.0-0.rc7.git0.1.fc32.x86_64                                 
  libmpc-1.1.0-7.fc32.x86_64                                                    
  libxcrypt-devel-4.4.11-1.fc32.x86_64                                          

Complete!
Finish: build setup for golang-github-lestrrat-jwx-0.9.0-1.fc32.src.rpm
Start: rpmbuild golang-github-lestrrat-jwx-0.9.0-1.fc32.src.rpm
Building target platforms: x86_64
Building for target x86_64
setting SOURCE_DATE_EPOCH=1579988452
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9LCSZu
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf jwx-0.9.0
+ /usr/bin/tar -xof -
+ /usr/bin/gzip -dc /builddir/build/SOURCES/jwx-0.9.0.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd jwx-0.9.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ rm -fr /builddir/build/BUILD/jwx-0.9.0/vendor
+ [[ ! -e /builddir/build/BUILD/jwx-0.9.0/_build/bin ]]
+ install -m 0755 -vd /builddir/build/BUILD/jwx-0.9.0/_build/bin
install: creating directory '/builddir/build/BUILD/jwx-0.9.0/_build'
install: creating directory '/builddir/build/BUILD/jwx-0.9.0/_build/bin'
+ export GOPATH=/builddir/build/BUILD/jwx-0.9.0/_build:/usr/share/gocode
+ GOPATH=/builddir/build/BUILD/jwx-0.9.0/_build:/usr/share/gocode
+ [[ ! -e /builddir/build/BUILD/jwx-0.9.0/_build/src/github.com/lestrrat-go/jwx ]]
++ dirname /builddir/build/BUILD/jwx-0.9.0/_build/src/github.com/lestrrat-go/jwx
+ install -m 0755 -vd /builddir/build/BUILD/jwx-0.9.0/_build/src/github.com/lestrrat-go
install: creating directory '/builddir/build/BUILD/jwx-0.9.0/_build/src'
install: creating directory '/builddir/build/BUILD/jwx-0.9.0/_build/src/github.com'
install: creating directory '/builddir/build/BUILD/jwx-0.9.0/_build/src/github.com/lestrrat-go'
+ ln -fs /builddir/build/BUILD/jwx-0.9.0 /builddir/build/BUILD/jwx-0.9.0/_build/src/github.com/lestrrat-go/jwx
+ cd /builddir/build/BUILD/jwx-0.9.0/_build/src/github.com/lestrrat-go/jwx
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qrjvQt
+ umask 022
+ cd /builddir/build/BUILD
+ cd jwx-0.9.0
+ for cmd in cmd/*
++ head -c20 /dev/urandom
++ tr -d ' \n'
++ od -An -tx1
++ basename cmd/jwx
+ GOPATH=/builddir/build/BUILD/jwx-0.9.0/_build:/usr/share/gocode
+ GO111MODULE=off
+ go build -buildmode pie -compiler gc '-tags=rpm_crashtraceback ' -ldflags '-X github.com/lestrrat-go/jwx/version=0.9.0 -B 0x4f4fa42050fdccc77c76aae0772452dda2e1c2a3 -extldflags '\''-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' -a -v -x -o /builddir/build/BUILD/jwx-0.9.0/_build/bin/jwx github.com/lestrrat-go/jwx/cmd/jwx
WORK=/tmp/go-build652641647
internal/cpu
mkdir -p $WORK/b007/
cat >$WORK/b007/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/internal/cpu
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b007=>" -I $WORK/b007/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b007/symabis ./cpu_x86.s
runtime/internal/atomic
mkdir -p $WORK/b009/
cat >$WORK/b009/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/runtime/internal/atomic
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b009/symabis ./asm_amd64.s
cat >$WORK/b007/importcfg << 'EOF' # internal
# import config
EOF
cd /usr/lib/golang/src/internal/cpu
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b007/_pkg_.a -trimpath "$WORK/b007=>" -shared -p internal/cpu -std -+ -installsuffix shared -buildid q4BRbb1Xi_3iQK6YnJeR/q4BRbb1Xi_3iQK6YnJeR -goversion go1.14beta1 -symabis $WORK/b007/symabis -D "" -importcfg $WORK/b007/importcfg -pack -asmhdr $WORK/b007/go_asm.h ./cpu.go ./cpu_amd64.go ./cpu_x86.go
cat >$WORK/b009/importcfg << 'EOF' # internal
# import config
EOF
cd /usr/lib/golang/src/runtime/internal/atomic
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b009/_pkg_.a -trimpath "$WORK/b009=>" -shared -p runtime/internal/atomic -std -+ -installsuffix shared -buildid y6zGxaJtR151c9zu82sE/y6zGxaJtR151c9zu82sE -goversion go1.14beta1 -symabis $WORK/b009/symabis -D "" -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h ./atomic_amd64.go ./stubs.go
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b009/asm_amd64.o ./asm_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b009/_pkg_.a $WORK/b009/asm_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b009/_pkg_.a # internal
cp $WORK/b009/_pkg_.a /builddir/.cache/go-build/0d/0d109a3ef454cd92d647b2eeee916b1c5d3e794858cc25467124896ba8eac73c-d # internal
runtime/internal/sys
mkdir -p $WORK/b011/
cat >$WORK/b011/importcfg << 'EOF' # internal
# import config
EOF
cd /usr/lib/golang/src/runtime/internal/sys
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b011/_pkg_.a -trimpath "$WORK/b011=>" -shared -p runtime/internal/sys -std -+ -complete -installsuffix shared -buildid dvg3RDA5PZU9_SVjVDbw/dvg3RDA5PZU9_SVjVDbw -goversion go1.14beta1 -D "" -importcfg $WORK/b011/importcfg -pack ./arch.go ./arch_amd64.go ./intrinsics.go ./intrinsics_common.go ./stubs.go ./sys.go ./zgoarch_amd64.go ./zgoos_linux.go ./zversion.go
cd /usr/lib/golang/src/internal/cpu
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b007=>" -I $WORK/b007/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b007/cpu_x86.o ./cpu_x86.s
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b007/_pkg_.a $WORK/b007/cpu_x86.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b007/_pkg_.a # internal
cp $WORK/b007/_pkg_.a /builddir/.cache/go-build/41/41c769d2dc323d733578c6ad507c8f9b65b9d111e3178775d7cccb9e64add02e-d # internal
internal/bytealg
mkdir -p $WORK/b006/
cat >$WORK/b006/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/internal/bytealg
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b006/symabis ./compare_amd64.s ./count_amd64.s ./equal_amd64.s ./index_amd64.s ./indexbyte_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b011/_pkg_.a # internal
cp $WORK/b011/_pkg_.a /builddir/.cache/go-build/43/438dcd7db71bfe995c515d8040e2f321ad8ae6bc89f06a083ccb8a20f52cc347-d # internal
runtime/internal/math
mkdir -p $WORK/b010/
cat >$WORK/b010/importcfg << 'EOF' # internal
# import config
packagefile runtime/internal/sys=$WORK/b011/_pkg_.a
EOF
cd /usr/lib/golang/src/runtime/internal/math
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b010/_pkg_.a -trimpath "$WORK/b010=>" -shared -p runtime/internal/math -std -+ -complete -installsuffix shared -buildid KxbuuAtwnMRHs0NS2wP2/KxbuuAtwnMRHs0NS2wP2 -goversion go1.14beta1 -D "" -importcfg $WORK/b010/importcfg -pack ./math.go
cat >$WORK/b006/importcfg << 'EOF' # internal
# import config
packagefile internal/cpu=$WORK/b007/_pkg_.a
EOF
cd /usr/lib/golang/src/internal/bytealg
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b006/_pkg_.a -trimpath "$WORK/b006=>" -shared -p internal/bytealg -std -+ -installsuffix shared -buildid 2qCdPi_ILf4fAlDVVAJf/2qCdPi_ILf4fAlDVVAJf -goversion go1.14beta1 -symabis $WORK/b006/symabis -D "" -importcfg $WORK/b006/importcfg -pack -asmhdr $WORK/b006/go_asm.h ./bytealg.go ./compare_native.go ./count_native.go ./equal_generic.go ./equal_native.go ./index_amd64.go ./index_native.go ./indexbyte_native.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b010/_pkg_.a # internal
cp $WORK/b010/_pkg_.a /builddir/.cache/go-build/ac/acc96a42a7f5aea715672ca3b67a0fb96dec7f4df6efe55266c80085506ae6cb-d # internal
internal/race
mkdir -p $WORK/b014/
cat >$WORK/b014/importcfg << 'EOF' # internal
# import config
EOF
cd /usr/lib/golang/src/internal/race
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b014/_pkg_.a -trimpath "$WORK/b014=>" -shared -p internal/race -std -complete -installsuffix shared -buildid TFNeF5hscwN--x1Fypy7/TFNeF5hscwN--x1Fypy7 -goversion go1.14beta1 -D "" -importcfg $WORK/b014/importcfg -pack ./doc.go ./norace.go
cd /usr/lib/golang/src/internal/bytealg
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b006/compare_amd64.o ./compare_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b014/_pkg_.a # internal
cp $WORK/b014/_pkg_.a /builddir/.cache/go-build/da/da36c4414b10b34a01f08b09612e49fdd42d6f523d7135c2b240a3186d9237e2-d # internal
sync/atomic
mkdir -p $WORK/b015/
cat >$WORK/b015/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/sync/atomic
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b015=>" -I $WORK/b015/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b015/symabis ./asm.s
cd /usr/lib/golang/src/internal/bytealg
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b006/count_amd64.o ./count_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b006/equal_amd64.o ./equal_amd64.s
cat >$WORK/b015/importcfg << 'EOF' # internal
# import config
EOF
cd /usr/lib/golang/src/sync/atomic
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b015/_pkg_.a -trimpath "$WORK/b015=>" -shared -p sync/atomic -std -installsuffix shared -buildid StW21H5lSheOq9pANAdS/StW21H5lSheOq9pANAdS -goversion go1.14beta1 -symabis $WORK/b015/symabis -D "" -importcfg $WORK/b015/importcfg -pack -asmhdr $WORK/b015/go_asm.h ./doc.go ./value.go
cd /usr/lib/golang/src/internal/bytealg
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b006/index_amd64.o ./index_amd64.s
cd /usr/lib/golang/src/sync/atomic
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b015=>" -I $WORK/b015/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b015/asm.o ./asm.s
cd /usr/lib/golang/src/internal/bytealg
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b006/indexbyte_amd64.o ./indexbyte_amd64.s
cd /usr/lib/golang/src/sync/atomic
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b015/_pkg_.a $WORK/b015/asm.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b015/_pkg_.a # internal
cp $WORK/b015/_pkg_.a /builddir/.cache/go-build/d1/d17259edc64de3480edfa6383f9bfa09ccaf44b931c1c8ea2fc2b2ada36ffe26-d # internal
unicode
mkdir -p $WORK/b016/
cat >$WORK/b016/importcfg << 'EOF' # internal
# import config
EOF
cd /usr/lib/golang/src/unicode
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b016/_pkg_.a -trimpath "$WORK/b016=>" -shared -p unicode -std -complete -installsuffix shared -buildid TdWRy344668ayXsK_qEz/TdWRy344668ayXsK_qEz -goversion go1.14beta1 -D "" -importcfg $WORK/b016/importcfg -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go
cd /usr/lib/golang/src/internal/bytealg
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b006/_pkg_.a $WORK/b006/compare_amd64.o $WORK/b006/count_amd64.o $WORK/b006/equal_amd64.o $WORK/b006/index_amd64.o $WORK/b006/indexbyte_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b006/_pkg_.a # internal
cp $WORK/b006/_pkg_.a /builddir/.cache/go-build/2b/2b53f5664f505cd7c7ea1e1cd19579758cbbcd3f5c42370fc1f70c6e3ea847e4-d # internal
runtime
mkdir -p $WORK/b005/
cat >$WORK/b005/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/runtime
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b005/symabis ./asm.s ./asm_amd64.s ./duff_amd64.s ./memclr_amd64.s ./memmove_amd64.s ./preempt_amd64.s ./rt0_linux_amd64.s ./sys_linux_amd64.s
cat >$WORK/b005/importcfg << 'EOF' # internal
# import config
packagefile internal/bytealg=$WORK/b006/_pkg_.a
packagefile internal/cpu=$WORK/b007/_pkg_.a
packagefile runtime/internal/atomic=$WORK/b009/_pkg_.a
packagefile runtime/internal/math=$WORK/b010/_pkg_.a
packagefile runtime/internal/sys=$WORK/b011/_pkg_.a
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b005/_pkg_.a -trimpath "$WORK/b005=>" -shared -p runtime -std -+ -installsuffix shared -buildid dhNuickxXTy-1NYlNuKF/dhNuickxXTy-1NYlNuKF -goversion go1.14beta1 -symabis $WORK/b005/symabis -D "" -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h ./alg.go ./atomic_pointer.go ./cgo.go ./cgo_mmap.go ./cgo_sigaction.go ./cgocall.go ./cgocallback.go ./cgocheck.go ./chan.go ./checkptr.go ./compiler.go ./complex.go ./cpuflags.go ./cpuflags_amd64.go ./cpuprof.go ./cputicks.go ./debug.go ./debugcall.go ./debuglog.go ./debuglog_off.go ./defs_linux_amd64.go ./env_posix.go ./error.go ./extern.go ./fastlog2.go ./fastlog2table.go ./fedora.go ./float.go ./hash64.go ./heapdump.go ./iface.go ./lfstack.go ./lfstack_64bit.go ./lock_futex.go ./malloc.go ./map.go ./map_fast32.go ./map_fast64.go ./map_faststr.go ./mbarrier.go ./mbitmap.go ./mcache.go ./mcentral.go ./mem_linux.go ./mfinal.go ./mfixalloc.go ./mgc.go ./mgcmark.go ./mgcscavenge.go ./mgcstack.go ./mgcsweep.go ./mgcsweepbuf.go ./mgcwork.go ./mheap.go ./mpagealloc.go ./mpagealloc_64bit.go ./mpagecache.go ./mpallocbits.go ./mprof.go ./mranges.go ./msan0.go ./msize.go ./mstats.go ./mwbbuf.go ./nbpipe_pipe2.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./os_linux_generic.go ./os_linux_noauxv.go ./os_linux_x86.go ./os_nonopenbsd.go ./panic.go ./plugin.go ./preempt.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 ./signal_amd64.go ./signal_linux_amd64.go ./signal_unix.go ./sigqueue.go ./sigqueue_note.go ./sigtab_linux_generic.go ./sizeclasses.go ./slice.go ./softfloat64.go ./stack.go ./string.go ./stubs.go ./stubs2.go ./stubs3.go ./stubs_amd64.go ./stubs_linux.go ./symtab.go ./sys_nonppc64x.go ./sys_x86.go ./time.go ./time_nofake.go ./timestub.go ./timestub2.go ./trace.go ./traceback.go ./type.go ./typekind.go ./utf8.go ./vdso_elf64.go ./vdso_linux.go ./vdso_linux_amd64.go ./write_err.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b016/_pkg_.a # internal
cp $WORK/b016/_pkg_.a /builddir/.cache/go-build/a9/a97bb49ca30dbdc594978f02a3a16aa0d48ec793c28f879ec48243bd753d5edb-d # internal
unicode/utf8
mkdir -p $WORK/b017/
cat >$WORK/b017/importcfg << 'EOF' # internal
# import config
EOF
cd /usr/lib/golang/src/unicode/utf8
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b017/_pkg_.a -trimpath "$WORK/b017=>" -shared -p unicode/utf8 -std -complete -installsuffix shared -buildid a-ljnQeKxE5Bvg0POkpg/a-ljnQeKxE5Bvg0POkpg -goversion go1.14beta1 -D "" -importcfg $WORK/b017/importcfg -pack ./utf8.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b017/_pkg_.a # internal
cp $WORK/b017/_pkg_.a /builddir/.cache/go-build/83/832e7008de7ee9f4a0c3f2e98b7c1c4266b3c0698b5e8514fc0320b5d53fc37a-d # internal
encoding
mkdir -p $WORK/b019/
cat >$WORK/b019/importcfg << 'EOF' # internal
# import config
EOF
cd /usr/lib/golang/src/encoding
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b019/_pkg_.a -trimpath "$WORK/b019=>" -shared -p encoding -std -complete -installsuffix shared -buildid tdPbl8qiEa_2WwlqSOQt/tdPbl8qiEa_2WwlqSOQt -goversion go1.14beta1 -D "" -importcfg $WORK/b019/importcfg -pack ./encoding.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b019/_pkg_.a # internal
cp $WORK/b019/_pkg_.a /builddir/.cache/go-build/8a/8af4327fb6a01028cb93dae7ddb73bda8e4b48a8bdc0de22bc9c62211c02eb70-d # internal
math/bits
mkdir -p $WORK/b023/
cat >$WORK/b023/importcfg << 'EOF' # internal
# import config
EOF
cd /usr/lib/golang/src/math/bits
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b023/_pkg_.a -trimpath "$WORK/b023=>" -shared -p math/bits -std -complete -installsuffix shared -buildid rzwTCNNz0ODJ5JBDSY8n/rzwTCNNz0ODJ5JBDSY8n -goversion go1.14beta1 -D "" -importcfg $WORK/b023/importcfg -pack ./bits.go ./bits_errors.go ./bits_tables.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b023/_pkg_.a # internal
cp $WORK/b023/_pkg_.a /builddir/.cache/go-build/d7/d75fa868c2878fe4cc394336bc849216a068763d431b060c0aba6cab17b4ac3e-d # internal
math
mkdir -p $WORK/b022/
cat >$WORK/b022/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/math
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b022=>" -I $WORK/b022/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b022/symabis ./dim_amd64.s ./exp_amd64.s ./floor_amd64.s ./hypot_amd64.s ./log_amd64.s ./sqrt_amd64.s ./stubs_amd64.s
cat >$WORK/b022/importcfg << 'EOF' # internal
# import config
packagefile internal/cpu=$WORK/b007/_pkg_.a
packagefile math/bits=$WORK/b023/_pkg_.a
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b022/_pkg_.a -trimpath "$WORK/b022=>" -shared -p math -std -installsuffix shared -buildid ihqfgv4FHZ9qabHUusS1/ihqfgv4FHZ9qabHUusS1 -goversion go1.14beta1 -symabis $WORK/b022/symabis -D "" -importcfg $WORK/b022/importcfg -pack -asmhdr $WORK/b022/go_asm.h ./abs.go ./acosh.go ./asin.go ./asinh.go ./atan.go ./atan2.go ./atanh.go ./bits.go ./cbrt.go ./const.go ./copysign.go ./dim.go ./erf.go ./erfinv.go ./exp.go ./exp_asm.go ./expm1.go ./floor.go ./fma.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./trig_reduce.go ./unsafe.go
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b022=>" -I $WORK/b022/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b022/dim_amd64.o ./dim_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b022=>" -I $WORK/b022/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b022/exp_amd64.o ./exp_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b022=>" -I $WORK/b022/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b022/floor_amd64.o ./floor_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b022=>" -I $WORK/b022/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b022/hypot_amd64.o ./hypot_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b022=>" -I $WORK/b022/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b022/log_amd64.o ./log_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b022=>" -I $WORK/b022/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b022/sqrt_amd64.o ./sqrt_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b022=>" -I $WORK/b022/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b022/stubs_amd64.o ./stubs_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b022/_pkg_.a $WORK/b022/dim_amd64.o $WORK/b022/exp_amd64.o $WORK/b022/floor_amd64.o $WORK/b022/hypot_amd64.o $WORK/b022/log_amd64.o $WORK/b022/sqrt_amd64.o $WORK/b022/stubs_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b022/_pkg_.a # internal
cp $WORK/b022/_pkg_.a /builddir/.cache/go-build/5c/5ca49e0e0eaa4a665de45235c93b3e7b75bb472d1d24f9ad238bc9af82faacb6-d # internal
internal/testlog
mkdir -p $WORK/b035/
cat >$WORK/b035/importcfg << 'EOF' # internal
# import config
packagefile sync/atomic=$WORK/b015/_pkg_.a
EOF
cd /usr/lib/golang/src/internal/testlog
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b035/_pkg_.a -trimpath "$WORK/b035=>" -shared -p internal/testlog -std -complete -installsuffix shared -buildid xuaJqQFGU3FYY3E_M5Zc/xuaJqQFGU3FYY3E_M5Zc -goversion go1.14beta1 -D "" -importcfg $WORK/b035/importcfg -pack ./log.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b035/_pkg_.a # internal
cp $WORK/b035/_pkg_.a /builddir/.cache/go-build/b5/b5a7b710a6f973848dda765f8f1f3289a8aa8897a5e2c9910792a85137160e6f-d # internal
unicode/utf16
mkdir -p $WORK/b037/
cat >$WORK/b037/importcfg << 'EOF' # internal
# import config
EOF
cd /usr/lib/golang/src/unicode/utf16
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b037/_pkg_.a -trimpath "$WORK/b037=>" -shared -p unicode/utf16 -std -complete -installsuffix shared -buildid CB8zSFO49O0h7gI2dhyq/CB8zSFO49O0h7gI2dhyq -goversion go1.14beta1 -D "" -importcfg $WORK/b037/importcfg -pack ./utf16.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b037/_pkg_.a # internal
cp $WORK/b037/_pkg_.a /builddir/.cache/go-build/7e/7e505816dc49313d70e4fab325812064815f5d47a4ed864057e9326254178bdf-d # internal
crypto/internal/subtle
mkdir -p $WORK/b045/
cat >$WORK/b045/importcfg << 'EOF' # internal
# import config
EOF
cd /usr/lib/golang/src/crypto/internal/subtle
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b045/_pkg_.a -trimpath "$WORK/b045=>" -shared -p crypto/internal/subtle -std -complete -installsuffix shared -buildid hNGWjRVh0A0HI7XKbbHs/hNGWjRVh0A0HI7XKbbHs -goversion go1.14beta1 -D "" -importcfg $WORK/b045/importcfg -pack ./aliasing.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b045/_pkg_.a # internal
cp $WORK/b045/_pkg_.a /builddir/.cache/go-build/0a/0a374a9c7e78f3dc2ffa652119fe2ace74e797d9488abb959f1d15758864d06d-d # internal
crypto/subtle
mkdir -p $WORK/b046/
cat >$WORK/b046/importcfg << 'EOF' # internal
# import config
EOF
cd /usr/lib/golang/src/crypto/subtle
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b046/_pkg_.a -trimpath "$WORK/b046=>" -shared -p crypto/subtle -std -complete -installsuffix shared -buildid KTvgQTJkrHZwkH1QcfYS/KTvgQTJkrHZwkH1QcfYS -goversion go1.14beta1 -D "" -importcfg $WORK/b046/importcfg -pack ./constant_time.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b046/_pkg_.a # internal
cp $WORK/b046/_pkg_.a /builddir/.cache/go-build/2a/2a14125b17f5ce884c9cdbea1e9f69d6609d4b80b79bfbc6b05865d714241b9c-d # internal
vendor/golang.org/x/crypto/cryptobyte/asn1
mkdir -p $WORK/b068/
cat >$WORK/b068/importcfg << 'EOF' # internal
# import config
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/crypto/cryptobyte/asn1
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b068/_pkg_.a -trimpath "$WORK/b068=>" -shared -p vendor/golang.org/x/crypto/cryptobyte/asn1 -std -complete -installsuffix shared -buildid fFtK8ybopUbFq6PVIIxz/fFtK8ybopUbFq6PVIIxz -goversion go1.14beta1 -D "" -importcfg $WORK/b068/importcfg -pack ./asn1.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b068/_pkg_.a # internal
cp $WORK/b068/_pkg_.a /builddir/.cache/go-build/68/6863ca4884867c114bc733bcdfeaa798009d849464403f2b96ced721804a3228-d # internal
internal/nettrace
mkdir -p $WORK/b074/
cat >$WORK/b074/importcfg << 'EOF' # internal
# import config
EOF
cd /usr/lib/golang/src/internal/nettrace
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b074/_pkg_.a -trimpath "$WORK/b074=>" -shared -p internal/nettrace -std -complete -installsuffix shared -buildid sPMQ72ec_ZH4jGBhnHKZ/sPMQ72ec_ZH4jGBhnHKZ -goversion go1.14beta1 -D "" -importcfg $WORK/b074/importcfg -pack ./nettrace.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b074/_pkg_.a # internal
cp $WORK/b074/_pkg_.a /builddir/.cache/go-build/44/440ddb3bf2131f3674f3ad8c4a6204e24870bf63f600075f5d77829f84f9d203-d # internal
runtime/cgo
mkdir -p $WORK/b076/
cd /usr/lib/golang/src/runtime/cgo
CGO_LDFLAGS='"-g" "-O2" "-lpthread"' /usr/lib/golang/pkg/tool/linux_amd64/cgo -objdir $WORK/b076/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I $WORK/b076/ -g -O2 -Wall -Werror ./cgo.go
cd $WORK
gcc -fno-caret-diagnostics -c -x c - -o /dev/null || true
gcc -Qunused-arguments -c -x c - -o /dev/null || true
gcc -fdebug-prefix-map=a=b -c -x c - -o /dev/null || true
gcc -gno-record-gcc-switches -c -x c - -o /dev/null || true
cd $WORK/b076
TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b076=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_x001.o -c _cgo_export.c
TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b076=/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
TERM='dumb' gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b076=/tmp/go-build -gno-record-gcc-switches -I $WORK/b076/ -g -O2 -Wall -Werror -o $WORK/b076/_x003.o -c gcc_context.c
TERM='dumb' gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b076=/tmp/go-build -gno-record-gcc-switches -I $WORK/b076/ -g -O2 -Wall -Werror -o $WORK/b076/_x004.o -c gcc_fatalf.c
TERM='dumb' gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b076=/tmp/go-build -gno-record-gcc-switches -I $WORK/b076/ -g -O2 -Wall -Werror -o $WORK/b076/_x005.o -c gcc_libinit.c
TERM='dumb' gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b076=/tmp/go-build -gno-record-gcc-switches -I $WORK/b076/ -g -O2 -Wall -Werror -o $WORK/b076/_x006.o -c gcc_linux_amd64.c
TERM='dumb' gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b076=/tmp/go-build -gno-record-gcc-switches -I $WORK/b076/ -g -O2 -Wall -Werror -o $WORK/b076/_x007.o -c gcc_mmap.c
TERM='dumb' gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b076=/tmp/go-build -gno-record-gcc-switches -I $WORK/b076/ -g -O2 -Wall -Werror -o $WORK/b076/_x008.o -c gcc_setenv.c
TERM='dumb' gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b076=/tmp/go-build -gno-record-gcc-switches -I $WORK/b076/ -g -O2 -Wall -Werror -o $WORK/b076/_x009.o -c gcc_sigaction.c
TERM='dumb' gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b076=/tmp/go-build -gno-record-gcc-switches -I $WORK/b076/ -g -O2 -Wall -Werror -o $WORK/b076/_x010.o -c gcc_traceback.c
TERM='dumb' gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b076=/tmp/go-build -gno-record-gcc-switches -I $WORK/b076/ -g -O2 -Wall -Werror -o $WORK/b076/_x011.o -c gcc_util.c
TERM='dumb' gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b076=/tmp/go-build -gno-record-gcc-switches -I $WORK/b076/ -g -O2 -Wall -Werror -o $WORK/b076/_x012.o -c gcc_amd64.S
cd $WORK/b076
TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b076=/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
TERM='dumb' gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b076=/tmp/go-build -gno-record-gcc-switches -o $WORK/b076/_cgo_.o $WORK/b076/_cgo_main.o $WORK/b076/_x001.o $WORK/b076/_x002.o $WORK/b076/_x003.o $WORK/b076/_x004.o $WORK/b076/_x005.o $WORK/b076/_x006.o $WORK/b076/_x007.o $WORK/b076/_x008.o $WORK/b076/_x009.o $WORK/b076/_x010.o $WORK/b076/_x011.o $WORK/b076/_x012.o -g -O2 -lpthread
TERM='dumb' /usr/lib/golang/pkg/tool/linux_amd64/cgo -dynpackage cgo -dynimport $WORK/b076/_cgo_.o -dynout $WORK/b076/_cgo_import.go -dynlinker
cat >$WORK/b076/go_asm.h << 'EOF' # internal
EOF
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b076=>" -I $WORK/b076/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b076/symabis ./asm_amd64.s
cat >$WORK/b076/importcfg << 'EOF' # internal
# import config
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b076/_pkg_.a -trimpath "$WORK/b076=>" -shared -p runtime/cgo -std -installsuffix shared -buildid RllilRjs4X2RjH_ZRiWe/RllilRjs4X2RjH_ZRiWe -goversion go1.14beta1 -symabis $WORK/b076/symabis -D "" -importcfg $WORK/b076/importcfg -pack -asmhdr $WORK/b076/go_asm.h ./callbacks.go ./callbacks_traceback.go ./iscgo.go ./mmap.go ./setenv.go ./sigaction.go $WORK/b076/_cgo_gotypes.go $WORK/b076/cgo.cgo1.go $WORK/b076/_cgo_import.go
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b076=>" -I $WORK/b076/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b076/asm_amd64.o ./asm_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b076/_pkg_.a $WORK/b076/asm_amd64.o $WORK/b076/_x001.o $WORK/b076/_x002.o $WORK/b076/_x003.o $WORK/b076/_x004.o $WORK/b076/_x005.o $WORK/b076/_x006.o $WORK/b076/_x007.o $WORK/b076/_x008.o $WORK/b076/_x009.o $WORK/b076/_x010.o $WORK/b076/_x011.o $WORK/b076/_x012.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b076/_pkg_.a # internal
cp $WORK/b076/_pkg_.a /builddir/.cache/go-build/0e/0e8d9d0dba6186bb8b09e2a8458503992605b5fe94364161d0ccc3e3b032bbfa-d # internal
github.com/lestrrat-go/jwx/internal/option
mkdir -p $WORK/b079/
cat >$WORK/b079/importcfg << 'EOF' # internal
# import config
EOF
cd /builddir/build/BUILD/jwx-0.9.0/_build/src/github.com/lestrrat-go/jwx/internal/option
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b079/_pkg_.a -trimpath "$WORK/b079=>" -shared -p github.com/lestrrat-go/jwx/internal/option -complete -installsuffix shared -buildid 2H2cGF88WryuoiDRk2xM/2H2cGF88WryuoiDRk2xM -goversion go1.14beta1 -D "" -importcfg $WORK/b079/importcfg -pack ./option.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b079/_pkg_.a # internal
cp $WORK/b079/_pkg_.a /builddir/.cache/go-build/bf/bf1e3ed3df078ab527b01cd0c3ff2b802479663dc1a96ea333c42f51c3ed5137-d # internal
container/list
mkdir -p $WORK/b087/
cat >$WORK/b087/importcfg << 'EOF' # internal
# import config
EOF
cd /usr/lib/golang/src/container/list
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b087/_pkg_.a -trimpath "$WORK/b087=>" -shared -p container/list -std -complete -installsuffix shared -buildid F-1346eTTK-VUiZ5_nED/F-1346eTTK-VUiZ5_nED -goversion go1.14beta1 -D "" -importcfg $WORK/b087/importcfg -pack ./list.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b087/_pkg_.a # internal
cp $WORK/b087/_pkg_.a /builddir/.cache/go-build/e8/e8e1b64083db3ab9c633cf69c27655330322dcef3e957b9f88dc5a4f02ad4671-d # internal
vendor/golang.org/x/crypto/internal/subtle
mkdir -p $WORK/b093/
cat >$WORK/b093/importcfg << 'EOF' # internal
# import config
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/subtle
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b093/_pkg_.a -trimpath "$WORK/b093=>" -shared -p vendor/golang.org/x/crypto/internal/subtle -std -complete -installsuffix shared -buildid 9XHOsDqsBi7kZbte-wJi/9XHOsDqsBi7kZbte-wJi -goversion go1.14beta1 -D "" -importcfg $WORK/b093/importcfg -pack ./aliasing.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b093/_pkg_.a # internal
cp $WORK/b093/_pkg_.a /builddir/.cache/go-build/84/845b79217c8ab7b27b97318c54cf67a90580c0049f75edf02ab9916e5ea854c3-d # internal
cd /usr/lib/golang/src/runtime
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b005/asm.o ./asm.s
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b005/asm_amd64.o ./asm_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b005/duff_amd64.o ./duff_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b005/memclr_amd64.o ./memclr_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b005/memmove_amd64.o ./memmove_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b005/preempt_amd64.o ./preempt_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b005/rt0_linux_amd64.o ./rt0_linux_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b005/sys_linux_amd64.o ./sys_linux_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o $WORK/b005/asm_amd64.o $WORK/b005/duff_amd64.o $WORK/b005/memclr_amd64.o $WORK/b005/memmove_amd64.o $WORK/b005/preempt_amd64.o $WORK/b005/rt0_linux_amd64.o $WORK/b005/sys_linux_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b005/_pkg_.a # internal
cp $WORK/b005/_pkg_.a /builddir/.cache/go-build/d6/d67eca51532fb920122dd1fe615bb84aa1c6ac6f2f2dd6a58bfeca575f075a05-d # internal
internal/reflectlite
mkdir -p $WORK/b004/
sync
mkdir -p $WORK/b013/
cat >$WORK/b004/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/internal/reflectlite
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b004=>" -I $WORK/b004/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b004/symabis ./asm.s
cat >$WORK/b013/importcfg << 'EOF' # internal
# import config
packagefile internal/race=$WORK/b014/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
packagefile sync/atomic=$WORK/b015/_pkg_.a
EOF
cd /usr/lib/golang/src/sync
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "$WORK/b013=>" -shared -p sync -std -installsuffix shared -buildid eRt0pHE5aYZKqck1Qgrr/eRt0pHE5aYZKqck1Qgrr -goversion go1.14beta1 -D "" -importcfg $WORK/b013/importcfg -pack ./cond.go ./map.go ./mutex.go ./once.go ./pool.go ./poolqueue.go ./runtime.go ./rwmutex.go ./waitgroup.go
cat >$WORK/b004/importcfg << 'EOF' # internal
# import config
packagefile runtime=$WORK/b005/_pkg_.a
EOF
cd /usr/lib/golang/src/internal/reflectlite
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b004/_pkg_.a -trimpath "$WORK/b004=>" -shared -p internal/reflectlite -std -installsuffix shared -buildid DtzHUtb0uY39hC3Xp8ko/DtzHUtb0uY39hC3Xp8ko -goversion go1.14beta1 -symabis $WORK/b004/symabis -D "" -importcfg $WORK/b004/importcfg -pack -asmhdr $WORK/b004/go_asm.h ./swapper.go ./type.go ./value.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b013/_pkg_.a # internal
cp $WORK/b013/_pkg_.a /builddir/.cache/go-build/33/33fdfc1630e24d7018b6d19aa756cfbdc65f21e1e73c237d66ae59e48bc234a0-d # internal
math/rand
mkdir -p $WORK/b049/
cat >$WORK/b049/importcfg << 'EOF' # internal
# import config
packagefile math=$WORK/b022/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
EOF
cd /usr/lib/golang/src/math/rand
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b049/_pkg_.a -trimpath "$WORK/b049=>" -shared -p math/rand -std -complete -installsuffix shared -buildid IRL0jJz8NPWzNP5w0N_o/IRL0jJz8NPWzNP5w0N_o -goversion go1.14beta1 -D "" -importcfg $WORK/b049/importcfg -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b049/_pkg_.a # internal
cp $WORK/b049/_pkg_.a /builddir/.cache/go-build/4b/4b491100fe1b091a0313929010eef5baee8c4fa2061b57e35e0260c76f50218f-d # internal
internal/singleflight
mkdir -p $WORK/b075/
cat >$WORK/b075/importcfg << 'EOF' # internal
# import config
packagefile sync=$WORK/b013/_pkg_.a
EOF
cd /usr/lib/golang/src/internal/singleflight
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b075/_pkg_.a -trimpath "$WORK/b075=>" -shared -p internal/singleflight -std -complete -installsuffix shared -buildid p3mpTrCAdpU3L7sWC5cV/p3mpTrCAdpU3L7sWC5cV -goversion go1.14beta1 -D "" -importcfg $WORK/b075/importcfg -pack ./singleflight.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b075/_pkg_.a # internal
cp $WORK/b075/_pkg_.a /builddir/.cache/go-build/4f/4f10fe7748ad1251418291ffbe1a983c0758d7cba0a3c539329569a424668f8d-d # internal
cd /usr/lib/golang/src/internal/reflectlite
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b004=>" -I $WORK/b004/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b004/asm.o ./asm.s
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b004/_pkg_.a $WORK/b004/asm.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b004/_pkg_.a # internal
cp $WORK/b004/_pkg_.a /builddir/.cache/go-build/1a/1ad04c0c09f98c5009332827948ba4216231946cbf0f982d153894dadda29801-d # internal
sort
mkdir -p $WORK/b028/
cat >$WORK/b028/importcfg << 'EOF' # internal
# import config
packagefile internal/reflectlite=$WORK/b004/_pkg_.a
EOF
cd /usr/lib/golang/src/sort
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b028/_pkg_.a -trimpath "$WORK/b028=>" -shared -p sort -std -complete -installsuffix shared -buildid koBhVvGq0QrabyuMpkn0/koBhVvGq0QrabyuMpkn0 -goversion go1.14beta1 -D "" -importcfg $WORK/b028/importcfg -pack ./search.go ./slice.go ./slice_go113.go ./sort.go ./zfuncversion.go
errors
mkdir -p $WORK/b003/
cat >$WORK/b003/importcfg << 'EOF' # internal
# import config
packagefile internal/reflectlite=$WORK/b004/_pkg_.a
EOF
cd /usr/lib/golang/src/errors
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b003/_pkg_.a -trimpath "$WORK/b003=>" -shared -p errors -std -complete -installsuffix shared -buildid l2pwo5ng0ZzUgMF6QN6z/l2pwo5ng0ZzUgMF6QN6z -goversion go1.14beta1 -D "" -importcfg $WORK/b003/importcfg -pack ./errors.go ./wrap.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b003/_pkg_.a # internal
cp $WORK/b003/_pkg_.a /builddir/.cache/go-build/66/668fd4f4132a992282bc272d8dbe2d7885045869c49d356d67bf7a0345e65d7d-d # internal
io
mkdir -p $WORK/b012/
cat >$WORK/b012/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
EOF
cd /usr/lib/golang/src/io
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b012/_pkg_.a -trimpath "$WORK/b012=>" -shared -p io -std -complete -installsuffix shared -buildid j1dH09vLx0CGj7BJFvAj/j1dH09vLx0CGj7BJFvAj -goversion go1.14beta1 -D "" -importcfg $WORK/b012/importcfg -pack ./io.go ./multi.go ./pipe.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b028/_pkg_.a # internal
cp $WORK/b028/_pkg_.a /builddir/.cache/go-build/76/76552bc5f5bfbe0b3e947a4fbda5c81069341d75237d124a34418327699ef5db-d # internal
strconv
mkdir -p $WORK/b025/
cat >$WORK/b025/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile internal/bytealg=$WORK/b006/_pkg_.a
packagefile math=$WORK/b022/_pkg_.a
packagefile math/bits=$WORK/b023/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/strconv
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b025/_pkg_.a -trimpath "$WORK/b025=>" -shared -p strconv -std -complete -installsuffix shared -buildid 0HhprN2IGDgIAewj4gHK/0HhprN2IGDgIAewj4gHK -goversion go1.14beta1 -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_amd64/buildid -w $WORK/b012/_pkg_.a # internal
cp $WORK/b012/_pkg_.a /builddir/.cache/go-build/eb/eba91682641592e03ac31827218452ce64e874ba3c7d1712269a22d35bce7953-d # internal
bytes
mkdir -p $WORK/b002/
cat >$WORK/b002/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile internal/bytealg=$WORK/b006/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile unicode=$WORK/b016/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/bytes
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b002/_pkg_.a -trimpath "$WORK/b002=>" -shared -p bytes -std -installsuffix shared -buildid 48ZfnckPX0ndCh4dW1SY/48ZfnckPX0ndCh4dW1SY -goversion go1.14beta1 -D "" -importcfg $WORK/b002/importcfg -pack ./buffer.go ./bytes.go ./reader.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b002/_pkg_.a # internal
cp $WORK/b002/_pkg_.a /builddir/.cache/go-build/ed/ed2b51ec642d1bbd3757108a51ca1d233499b11e9a6395b6a7b5e4387193061e-d # internal
internal/oserror
mkdir -p $WORK/b030/
cat >$WORK/b030/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
EOF
cd /usr/lib/golang/src/internal/oserror
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b030/_pkg_.a -trimpath "$WORK/b030=>" -shared -p internal/oserror -std -complete -installsuffix shared -buildid -VDJ3aT8D-xMH4MXbei6/-VDJ3aT8D-xMH4MXbei6 -goversion go1.14beta1 -D "" -importcfg $WORK/b030/importcfg -pack ./errors.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b030/_pkg_.a # internal
cp $WORK/b030/_pkg_.a /builddir/.cache/go-build/74/74ddf6d6f6aaf13d0cfa7744eeee0297b59d042b4204af651dd2a5d91d9a0e84-d # internal
syscall
mkdir -p $WORK/b032/
cat >$WORK/b032/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/syscall
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b032=>" -I $WORK/b032/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b032/symabis ./asm_linux_amd64.s
cat >$WORK/b032/importcfg << 'EOF' # internal
# import config
packagefile internal/bytealg=$WORK/b006/_pkg_.a
packagefile internal/oserror=$WORK/b030/_pkg_.a
packagefile internal/race=$WORK/b014/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b032/_pkg_.a -trimpath "$WORK/b032=>" -shared -p syscall -std -installsuffix shared -buildid l6rIVyJVz9hpUtndiLgr/l6rIVyJVz9hpUtndiLgr -goversion go1.14beta1 -symabis $WORK/b032/symabis -D "" -importcfg $WORK/b032/importcfg -pack -asmhdr $WORK/b032/go_asm.h ./dirent.go ./endian_little.go ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./msan0.go ./net.go ./netlink_linux.go ./setuidgid_linux.go ./sock_cloexec_linux.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./sockcmsg_unix_other.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_amd64.go ./syscall_unix.go ./time_nofake.go ./timestruct.go ./zerrors_linux_amd64.go ./zsyscall_linux_amd64.go ./zsysnum_linux_amd64.go ./ztypes_linux_amd64.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b025/_pkg_.a # internal
cp $WORK/b025/_pkg_.a /builddir/.cache/go-build/26/2685cd45cd5e0e88ddfe1fde052ab1277f3a7e9e089ad9088f6620a80259ca04-d # internal
reflect
mkdir -p $WORK/b024/
cat >$WORK/b024/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/reflect
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b024=>" -I $WORK/b024/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b024/symabis ./asm_amd64.s
cat >$WORK/b024/importcfg << 'EOF' # internal
# import config
packagefile math=$WORK/b022/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile unicode=$WORK/b016/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b024/_pkg_.a -trimpath "$WORK/b024=>" -shared -p reflect -std -installsuffix shared -buildid bQHG16kDb8Z13Be-lEtJ/bQHG16kDb8Z13Be-lEtJ -goversion go1.14beta1 -symabis $WORK/b024/symabis -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_amd64/asm -trimpath "$WORK/b032=>" -I $WORK/b032/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b032/asm_linux_amd64.o ./asm_linux_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b032/_pkg_.a $WORK/b032/asm_linux_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b032/_pkg_.a # internal
cp $WORK/b032/_pkg_.a /builddir/.cache/go-build/22/228f3adcb09bd55075ea709da7823815fde161edeb100005a3ad61ac1aab8af3-d # internal
time
mkdir -p $WORK/b033/
cat >$WORK/b033/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile syscall=$WORK/b032/_pkg_.a
EOF
cd /usr/lib/golang/src/time
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b033/_pkg_.a -trimpath "$WORK/b033=>" -shared -p time -std -installsuffix shared -buildid GV0_gFIp_AF9G_cyNWFQ/GV0_gFIp_AF9G_cyNWFQ -goversion go1.14beta1 -D "" -importcfg $WORK/b033/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_amd64/buildid -w $WORK/b033/_pkg_.a # internal
cp $WORK/b033/_pkg_.a /builddir/.cache/go-build/ef/ef40df5bff96bf41dc354aad3a247b4def3a6851bcd887dd6c7ba2f7297497f2-d # internal
internal/poll
mkdir -p $WORK/b031/
cat >$WORK/b031/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile sync/atomic=$WORK/b015/_pkg_.a
packagefile syscall=$WORK/b032/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
EOF
cd /usr/lib/golang/src/internal/poll
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b031/_pkg_.a -trimpath "$WORK/b031=>" -shared -p internal/poll -std -installsuffix shared -buildid C975NChybBuevB33Sn8I/C975NChybBuevB33Sn8I -goversion go1.14beta1 -D "" -importcfg $WORK/b031/importcfg -pack ./errno_unix.go ./fd.go ./fd_fsync_posix.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_posix.go ./fd_unix.go ./fd_writev_unix.go ./hook_cloexec.go ./hook_unix.go ./sendfile_linux.go ./sock_cloexec.go ./sockopt.go ./sockopt_linux.go ./sockopt_unix.go ./sockoptip.go ./splice_linux.go ./writev.go
cd /usr/lib/golang/src/reflect
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b024=>" -I $WORK/b024/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b024/asm_amd64.o ./asm_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b024/_pkg_.a $WORK/b024/asm_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b024/_pkg_.a # internal
cp $WORK/b024/_pkg_.a /builddir/.cache/go-build/a6/a6dbbfb3b4add0ca3e42ef8198bc9b0efb4fbfaa01c5775ff38b1ed7386edddc-d # internal
encoding/binary
mkdir -p $WORK/b021/
cat >$WORK/b021/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile math=$WORK/b022/_pkg_.a
packagefile reflect=$WORK/b024/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
EOF
cd /usr/lib/golang/src/encoding/binary
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b021/_pkg_.a -trimpath "$WORK/b021=>" -shared -p encoding/binary -std -complete -installsuffix shared -buildid ItkvoyjusaKs4cWlI6lQ/ItkvoyjusaKs4cWlI6lQ -goversion go1.14beta1 -D "" -importcfg $WORK/b021/importcfg -pack ./binary.go ./varint.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b031/_pkg_.a # internal
cp $WORK/b031/_pkg_.a /builddir/.cache/go-build/0f/0f957c7cbed528897b243ac1bccf4e8961195ccd2fab47021e9ed9585975071f-d # internal
internal/fmtsort
mkdir -p $WORK/b027/
cat >$WORK/b027/importcfg << 'EOF' # internal
# import config
packagefile reflect=$WORK/b024/_pkg_.a
packagefile sort=$WORK/b028/_pkg_.a
EOF
cd /usr/lib/golang/src/internal/fmtsort
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b027/_pkg_.a -trimpath "$WORK/b027=>" -shared -p internal/fmtsort -std -complete -installsuffix shared -buildid Au33H-zjg1lMV751aDaN/Au33H-zjg1lMV751aDaN -goversion go1.14beta1 -D "" -importcfg $WORK/b027/importcfg -pack ./sort.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b027/_pkg_.a # internal
cp $WORK/b027/_pkg_.a /builddir/.cache/go-build/e4/e4024a65ae60b9f585c936c63d3f926e31c64c0b4e29e38c0e7e9fea5ebe435d-d # internal
internal/syscall/unix
mkdir -p $WORK/b034/
cat >$WORK/b034/importcfg << 'EOF' # internal
# import config
packagefile sync/atomic=$WORK/b015/_pkg_.a
packagefile syscall=$WORK/b032/_pkg_.a
EOF
cd /usr/lib/golang/src/internal/syscall/unix
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b034/_pkg_.a -trimpath "$WORK/b034=>" -shared -p internal/syscall/unix -std -complete -installsuffix shared -buildid C7yrI9CrNdZj_iyedLw-/C7yrI9CrNdZj_iyedLw- -goversion go1.14beta1 -D "" -importcfg $WORK/b034/importcfg -pack ./at.go ./at_sysnum_linux.go ./at_sysnum_newfstatat_linux.go ./getrandom_linux.go ./getrandom_linux_amd64.go ./nonblocking.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b034/_pkg_.a # internal
cp $WORK/b034/_pkg_.a /builddir/.cache/go-build/47/4758cf31019565fa09fd75cca3f5f0ecbedd3620ec5cd9f8c25689b5ddb2cc1b-d # internal
os
mkdir -p $WORK/b029/
cat >$WORK/b029/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile internal/oserror=$WORK/b030/_pkg_.a
packagefile internal/poll=$WORK/b031/_pkg_.a
packagefile internal/syscall/unix=$WORK/b034/_pkg_.a
packagefile internal/testlog=$WORK/b035/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile sync/atomic=$WORK/b015/_pkg_.a
packagefile syscall=$WORK/b032/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
EOF
cd /usr/lib/golang/src/os
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b029/_pkg_.a -trimpath "$WORK/b029=>" -shared -p os -std -installsuffix shared -buildid Mr1cQZRNZXAvY_OjzbNh/Mr1cQZRNZXAvY_OjzbNh -goversion go1.14beta1 -D "" -importcfg $WORK/b029/importcfg -pack ./dir.go ./dir_unix.go ./env.go ./env_default.go ./error.go ./error_errno.go ./error_posix.go ./exec.go ./exec_posix.go ./exec_unix.go ./executable.go ./executable_procfs.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./rawconn.go ./removeall_at.go ./stat.go ./stat_linux.go ./stat_unix.go ./sticky_notbsd.go ./str.go ./sys.go ./sys_linux.go ./sys_unix.go ./types.go ./types_unix.go ./wait_waitid.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b021/_pkg_.a # internal
cp $WORK/b021/_pkg_.a /builddir/.cache/go-build/11/11069be2ab6e2715c1cd3faaedba7849f66642c520842fc8ba70940b6ecee64a-d # internal
encoding/base64
mkdir -p $WORK/b020/
cat >$WORK/b020/importcfg << 'EOF' # internal
# import config
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
EOF
cd /usr/lib/golang/src/encoding/base64
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b020/_pkg_.a -trimpath "$WORK/b020=>" -shared -p encoding/base64 -std -complete -installsuffix shared -buildid zKAZCeB-SAoMIygEcEpZ/zKAZCeB-SAoMIygEcEpZ -goversion go1.14beta1 -D "" -importcfg $WORK/b020/importcfg -pack ./base64.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b020/_pkg_.a # internal
cp $WORK/b020/_pkg_.a /builddir/.cache/go-build/07/078bac37edf03e57b3611ca815e715a512dc4506a72ad07b04fe9962fb857303-d # internal
strings
mkdir -p $WORK/b036/
cat >$WORK/b036/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile internal/bytealg=$WORK/b006/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile unicode=$WORK/b016/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/strings
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b036/_pkg_.a -trimpath "$WORK/b036=>" -shared -p strings -std -complete -installsuffix shared -buildid N2UXJaCfsJQcvzfjmpPP/N2UXJaCfsJQcvzfjmpPP -goversion go1.14beta1 -D "" -importcfg $WORK/b036/importcfg -pack ./builder.go ./compare.go ./reader.go ./replace.go ./search.go ./strings.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b029/_pkg_.a # internal
cp $WORK/b029/_pkg_.a /builddir/.cache/go-build/c9/c9b701eefa6d42ec4acd827114e536010edf5ca9a4972fbf98d501823979fac0-d # internal
fmt
mkdir -p $WORK/b026/
cat >$WORK/b026/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile internal/fmtsort=$WORK/b027/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile math=$WORK/b022/_pkg_.a
packagefile os=$WORK/b029/_pkg_.a
packagefile reflect=$WORK/b024/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/fmt
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b026/_pkg_.a -trimpath "$WORK/b026=>" -shared -p fmt -std -complete -installsuffix shared -buildid mwjGNNqIdBKRLaDUHDgv/mwjGNNqIdBKRLaDUHDgv -goversion go1.14beta1 -D "" -importcfg $WORK/b026/importcfg -pack ./doc.go ./errors.go ./format.go ./print.go ./scan.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b036/_pkg_.a # internal
cp $WORK/b036/_pkg_.a /builddir/.cache/go-build/c1/c1a2f0a3ca455a8d392bce574e5b9585f8768ef1123cbc3c114d61916b522db2-d # internal
hash
mkdir -p $WORK/b041/
cat >$WORK/b041/importcfg << 'EOF' # internal
# import config
packagefile io=$WORK/b012/_pkg_.a
EOF
cd /usr/lib/golang/src/hash
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b041/_pkg_.a -trimpath "$WORK/b041=>" -shared -p hash -std -complete -installsuffix shared -buildid kKrurtNtxyarNLjl8reY/kKrurtNtxyarNLjl8reY -goversion go1.14beta1 -D "" -importcfg $WORK/b041/importcfg -pack ./hash.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b041/_pkg_.a # internal
cp $WORK/b041/_pkg_.a /builddir/.cache/go-build/1e/1e3f9ac97c33b4a9a935ba16880436cca634536c89557a10f224895cefcc7d88-d # internal
crypto
mkdir -p $WORK/b040/
cat >$WORK/b040/importcfg << 'EOF' # internal
# import config
packagefile hash=$WORK/b041/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
EOF
cd /usr/lib/golang/src/crypto
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b040/_pkg_.a -trimpath "$WORK/b040=>" -shared -p crypto -std -complete -installsuffix shared -buildid Z_IAkDFcAMVefKEZ3SkX/Z_IAkDFcAMVefKEZ3SkX -goversion go1.14beta1 -D "" -importcfg $WORK/b040/importcfg -pack ./crypto.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b040/_pkg_.a # internal
cp $WORK/b040/_pkg_.a /builddir/.cache/go-build/09/09c256414901a2a5c434b271fd68ac1bcb0c216578c409e49e7a8a9acc464e10-d # internal
crypto/cipher
mkdir -p $WORK/b044/
cat >$WORK/b044/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/crypto/cipher
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b044=>" -I $WORK/b044/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b044/symabis ./xor_amd64.s
cat >$WORK/b044/importcfg << 'EOF' # internal
# import config
packagefile crypto/internal/subtle=$WORK/b045/_pkg_.a
packagefile crypto/subtle=$WORK/b046/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b044/_pkg_.a -trimpath "$WORK/b044=>" -shared -p crypto/cipher -std -installsuffix shared -buildid xuKuTcf2YoFd8eSgBVsk/xuKuTcf2YoFd8eSgBVsk -goversion go1.14beta1 -symabis $WORK/b044/symabis -D "" -importcfg $WORK/b044/importcfg -pack -asmhdr $WORK/b044/go_asm.h ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor_amd64.go
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b044=>" -I $WORK/b044/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b044/xor_amd64.o ./xor_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b044/_pkg_.a $WORK/b044/xor_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b044/_pkg_.a # internal
cp $WORK/b044/_pkg_.a /builddir/.cache/go-build/d1/d19d54a3862af0a17270cebf733f4d24390d202c681659397b5fea44981e48fe-d # internal
crypto/aes
mkdir -p $WORK/b043/
cat >$WORK/b043/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/crypto/aes
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b043=>" -I $WORK/b043/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b043/symabis ./asm_amd64.s ./gcm_amd64.s
cat >$WORK/b043/importcfg << 'EOF' # internal
# import config
packagefile crypto/cipher=$WORK/b044/_pkg_.a
packagefile crypto/internal/subtle=$WORK/b045/_pkg_.a
packagefile crypto/subtle=$WORK/b046/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile internal/cpu=$WORK/b007/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b043/_pkg_.a -trimpath "$WORK/b043=>" -shared -p crypto/aes -std -installsuffix shared -buildid D35TrADtV6Rvhqb6_GBO/D35TrADtV6Rvhqb6_GBO -goversion go1.14beta1 -symabis $WORK/b043/symabis -D "" -importcfg $WORK/b043/importcfg -pack -asmhdr $WORK/b043/go_asm.h ./aes_gcm.go ./block.go ./cipher.go ./cipher_asm.go ./const.go ./modes.go
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b043=>" -I $WORK/b043/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b043/asm_amd64.o ./asm_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b043=>" -I $WORK/b043/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b043/gcm_amd64.o ./gcm_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b043/_pkg_.a $WORK/b043/asm_amd64.o $WORK/b043/gcm_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b043/_pkg_.a # internal
cp $WORK/b043/_pkg_.a /builddir/.cache/go-build/ef/ef6c91ec1397d21520366f43a091c24ba30c42904f8c4aa65a89e4c76c2f7c26-d # internal
crypto/internal/randutil
mkdir -p $WORK/b050/
cat >$WORK/b050/importcfg << 'EOF' # internal
# import config
packagefile io=$WORK/b012/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
EOF
cd /usr/lib/golang/src/crypto/internal/randutil
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b050/_pkg_.a -trimpath "$WORK/b050=>" -shared -p crypto/internal/randutil -std -complete -installsuffix shared -buildid E7yOaujPhJ-DJzZL0mzP/E7yOaujPhJ-DJzZL0mzP -goversion go1.14beta1 -D "" -importcfg $WORK/b050/importcfg -pack ./randutil.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b050/_pkg_.a # internal
cp $WORK/b050/_pkg_.a /builddir/.cache/go-build/f9/f9a41743b84800c55cf4d33a52c5add758123dc80d5e635d27b795d49f10c2a4-d # internal
crypto/sha512
mkdir -p $WORK/b051/
cat >$WORK/b051/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/crypto/sha512
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b051=>" -I $WORK/b051/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b051/symabis ./sha512block_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b026/_pkg_.a # internal
cp $WORK/b026/_pkg_.a /builddir/.cache/go-build/20/20eb0706bdc5c138303eb6bdc6541ca04949904f5e15ba8b54a510678c623078-d # internal
cat >$WORK/b051/importcfg << 'EOF' # internal
# import config
packagefile crypto=$WORK/b040/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile hash=$WORK/b041/_pkg_.a
packagefile internal/cpu=$WORK/b007/_pkg_.a
packagefile math/bits=$WORK/b023/_pkg_.a
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b051/_pkg_.a -trimpath "$WORK/b051=>" -shared -p crypto/sha512 -std -installsuffix shared -buildid eryZ8aO0Z8jdSe6mEdK-/eryZ8aO0Z8jdSe6mEdK- -goversion go1.14beta1 -symabis $WORK/b051/symabis -D "" -importcfg $WORK/b051/importcfg -pack -asmhdr $WORK/b051/go_asm.h ./sha512.go ./sha512block.go ./sha512block_amd64.go
encoding/json
mkdir -p $WORK/b018/
cat >$WORK/b018/importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK/b002/_pkg_.a
packagefile encoding=$WORK/b019/_pkg_.a
packagefile encoding/base64=$WORK/b020/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile math=$WORK/b022/_pkg_.a
packagefile reflect=$WORK/b024/_pkg_.a
packagefile sort=$WORK/b028/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile unicode=$WORK/b016/_pkg_.a
packagefile unicode/utf16=$WORK/b037/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/encoding/json
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b018/_pkg_.a -trimpath "$WORK/b018=>" -shared -p encoding/json -std -complete -installsuffix shared -buildid l340drGKTQrZhi-PXfG3/l340drGKTQrZhi-PXfG3 -goversion go1.14beta1 -D "" -importcfg $WORK/b018/importcfg -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tables.go ./tags.go
cd /usr/lib/golang/src/crypto/sha512
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b051=>" -I $WORK/b051/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b051/sha512block_amd64.o ./sha512block_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b051/_pkg_.a $WORK/b051/sha512block_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b051/_pkg_.a # internal
cp $WORK/b051/_pkg_.a /builddir/.cache/go-build/99/998ffbcd971173b1e415ef5cc8f396f86ac1a0c6441c4fca0e0bd15ccebfd31d-d # internal
flag
mkdir -p $WORK/b038/
cat >$WORK/b038/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile os=$WORK/b029/_pkg_.a
packagefile reflect=$WORK/b024/_pkg_.a
packagefile sort=$WORK/b028/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
EOF
cd /usr/lib/golang/src/flag
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b038/_pkg_.a -trimpath "$WORK/b038=>" -shared -p flag -std -complete -installsuffix shared -buildid zHORzn2dIoaoeMeDEtGp/zHORzn2dIoaoeMeDEtGp -goversion go1.14beta1 -D "" -importcfg $WORK/b038/importcfg -pack ./flag.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b038/_pkg_.a # internal
cp $WORK/b038/_pkg_.a /builddir/.cache/go-build/77/7798e33491c18b435efc554886d3ceb9915ce6af71acbc05d46347a9d207e77c-d # internal
math/big
mkdir -p $WORK/b048/
cat >$WORK/b048/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/math/big
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b048=>" -I $WORK/b048/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b048/symabis ./arith_amd64.s
cat >$WORK/b048/importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK/b002/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile internal/cpu=$WORK/b007/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile math=$WORK/b022/_pkg_.a
packagefile math/bits=$WORK/b023/_pkg_.a
packagefile math/rand=$WORK/b049/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b048/_pkg_.a -trimpath "$WORK/b048=>" -shared -p math/big -std -installsuffix shared -buildid OavX0I5FkAT0cPguQ3Ds/OavX0I5FkAT0cPguQ3Ds -goversion go1.14beta1 -symabis $WORK/b048/symabis -D "" -importcfg $WORK/b048/importcfg -pack -asmhdr $WORK/b048/go_asm.h ./accuracy_string.go ./arith.go ./arith_amd64.go ./arith_decl.go ./decimal.go ./doc.go ./float.go ./floatconv.go ./floatmarsh.go ./ftoa.go ./int.go ./intconv.go ./intmarsh.go ./nat.go ./natconv.go ./prime.go ./rat.go ./ratconv.go ./ratmarsh.go ./roundingmode_string.go ./sqrt.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b018/_pkg_.a # internal
cp $WORK/b018/_pkg_.a /builddir/.cache/go-build/ad/ad3feda2756c2d0c7a2682275ab17f130b0979fcae057af34f91aceb9b6d7670-d # internal
bufio
mkdir -p $WORK/b055/
cat >$WORK/b055/importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK/b002/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/bufio
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b055/_pkg_.a -trimpath "$WORK/b055=>" -shared -p bufio -std -complete -installsuffix shared -buildid Mc8veNhG8-E2wdeQ36NA/Mc8veNhG8-E2wdeQ36NA -goversion go1.14beta1 -D "" -importcfg $WORK/b055/importcfg -pack ./bufio.go ./scan.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b055/_pkg_.a # internal
cp $WORK/b055/_pkg_.a /builddir/.cache/go-build/63/633c9895f914bb59a5f4998777728c1b895573de9eb3417740a5962ade9097d4-d # internal
crypto/des
mkdir -p $WORK/b057/
cat >$WORK/b057/importcfg << 'EOF' # internal
# import config
packagefile crypto/cipher=$WORK/b044/_pkg_.a
packagefile crypto/internal/subtle=$WORK/b045/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
EOF
cd /usr/lib/golang/src/crypto/des
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b057/_pkg_.a -trimpath "$WORK/b057=>" -shared -p crypto/des -std -complete -installsuffix shared -buildid WKRxw4q2Gmp-HQ8nIKRH/WKRxw4q2Gmp-HQ8nIKRH -goversion go1.14beta1 -D "" -importcfg $WORK/b057/importcfg -pack ./block.go ./cipher.go ./const.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b057/_pkg_.a # internal
cp $WORK/b057/_pkg_.a /builddir/.cache/go-build/ef/ef40bd6a89e172e64319442d844bde14afebf5e08ab8d9f25ff9309004d2d3ca-d # internal
crypto/ed25519/internal/edwards25519
mkdir -p $WORK/b060/
cat >$WORK/b060/importcfg << 'EOF' # internal
# import config
packagefile encoding/binary=$WORK/b021/_pkg_.a
EOF
cd /usr/lib/golang/src/crypto/ed25519/internal/edwards25519
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b060/_pkg_.a -trimpath "$WORK/b060=>" -shared -p crypto/ed25519/internal/edwards25519 -std -complete -installsuffix shared -buildid tyAlohXBBGrXEH40CsMV/tyAlohXBBGrXEH40CsMV -goversion go1.14beta1 -D "" -importcfg $WORK/b060/importcfg -pack ./const.go ./edwards25519.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b060/_pkg_.a # internal
cp $WORK/b060/_pkg_.a /builddir/.cache/go-build/e3/e39cb4c99e3844a327f6d961aa9963d43dab761f0103d59fa590850d6ed7700c-d # internal
crypto/md5
mkdir -p $WORK/b061/
cat >$WORK/b061/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/crypto/md5
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b061=>" -I $WORK/b061/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b061/symabis ./md5block_amd64.s
cat >$WORK/b061/importcfg << 'EOF' # internal
# import config
packagefile crypto=$WORK/b040/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile hash=$WORK/b041/_pkg_.a
packagefile math/bits=$WORK/b023/_pkg_.a
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b061/_pkg_.a -trimpath "$WORK/b061=>" -shared -p crypto/md5 -std -installsuffix shared -buildid bThKK4rzRAhXu_70tzFe/bThKK4rzRAhXu_70tzFe -goversion go1.14beta1 -symabis $WORK/b061/symabis -D "" -importcfg $WORK/b061/importcfg -pack -asmhdr $WORK/b061/go_asm.h ./md5.go ./md5block.go ./md5block_decl.go
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b061=>" -I $WORK/b061/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b061/md5block_amd64.o ./md5block_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b061/_pkg_.a $WORK/b061/md5block_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b061/_pkg_.a # internal
cp $WORK/b061/_pkg_.a /builddir/.cache/go-build/11/11ca6cdbb7f6fce9cb6b35a852b0f4516274ffa6bca90181d689272447693b72-d # internal
crypto/sha1
mkdir -p $WORK/b062/
cat >$WORK/b062/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/crypto/sha1
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b062=>" -I $WORK/b062/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b062/symabis ./sha1block_amd64.s
cat >$WORK/b062/importcfg << 'EOF' # internal
# import config
packagefile crypto=$WORK/b040/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile hash=$WORK/b041/_pkg_.a
packagefile internal/cpu=$WORK/b007/_pkg_.a
packagefile math/bits=$WORK/b023/_pkg_.a
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b062/_pkg_.a -trimpath "$WORK/b062=>" -shared -p crypto/sha1 -std -installsuffix shared -buildid g8MbHkY-_uOQ2m6nfA_8/g8MbHkY-_uOQ2m6nfA_8 -goversion go1.14beta1 -symabis $WORK/b062/symabis -D "" -importcfg $WORK/b062/importcfg -pack -asmhdr $WORK/b062/go_asm.h ./sha1.go ./sha1block.go ./sha1block_amd64.go
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b062=>" -I $WORK/b062/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b062/sha1block_amd64.o ./sha1block_amd64.s
cd /usr/lib/golang/src/math/big
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b048=>" -I $WORK/b048/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b048/arith_amd64.o ./arith_amd64.s
cd /usr/lib/golang/src/crypto/sha1
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b062/_pkg_.a $WORK/b062/sha1block_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b062/_pkg_.a # internal
cp $WORK/b062/_pkg_.a /builddir/.cache/go-build/ef/ef4f382f5227866cbdd4cbe2f0dbdaeef3e07cc5dc102abf2be4d4778e9e4971-d # internal
crypto/sha256
mkdir -p $WORK/b063/
cat >$WORK/b063/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/crypto/sha256
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b063=>" -I $WORK/b063/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b063/symabis ./sha256block_amd64.s
cd /usr/lib/golang/src/math/big
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b048/_pkg_.a $WORK/b048/arith_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b048/_pkg_.a # internal
cat >$WORK/b063/importcfg << 'EOF' # internal
# import config
packagefile crypto=$WORK/b040/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile hash=$WORK/b041/_pkg_.a
packagefile internal/cpu=$WORK/b007/_pkg_.a
packagefile math/bits=$WORK/b023/_pkg_.a
EOF
cd /usr/lib/golang/src/crypto/sha256
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b063/_pkg_.a -trimpath "$WORK/b063=>" -shared -p crypto/sha256 -std -installsuffix shared -buildid 11fYkesSgDZskG_VqwLZ/11fYkesSgDZskG_VqwLZ -goversion go1.14beta1 -symabis $WORK/b063/symabis -D "" -importcfg $WORK/b063/importcfg -pack -asmhdr $WORK/b063/go_asm.h ./sha256.go ./sha256block.go ./sha256block_amd64.go ./sha256block_decl.go
cp $WORK/b048/_pkg_.a /builddir/.cache/go-build/67/67b3f923dff0e20a150712aa0eac6d71526a720894665cdb6ea6da4c7df52b88-d # internal
crypto/elliptic
mkdir -p $WORK/b047/
cat >$WORK/b047/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/crypto/elliptic
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b047=>" -I $WORK/b047/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b047/symabis ./p256_asm_amd64.s
cat >$WORK/b047/importcfg << 'EOF' # internal
# import config
packagefile io=$WORK/b012/_pkg_.a
packagefile math/big=$WORK/b048/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b047/_pkg_.a -trimpath "$WORK/b047=>" -shared -p crypto/elliptic -std -installsuffix shared -buildid 7OEn1I6tetaocHrUH-68/7OEn1I6tetaocHrUH-68 -goversion go1.14beta1 -symabis $WORK/b047/symabis -D "" -importcfg $WORK/b047/importcfg -pack -asmhdr $WORK/b047/go_asm.h ./elliptic.go ./p224.go ./p256_asm.go
cd /usr/lib/golang/src/crypto/sha256
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b063=>" -I $WORK/b063/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b063/sha256block_amd64.o ./sha256block_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b063/_pkg_.a $WORK/b063/sha256block_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b063/_pkg_.a # internal
cp $WORK/b063/_pkg_.a /builddir/.cache/go-build/62/62ee0cfb1415740138f00b6c069a5eb8dfee0d352c650f21c0b0e95f1c7fb76e-d # internal
encoding/asn1
mkdir -p $WORK/b052/
cat >$WORK/b052/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile math=$WORK/b022/_pkg_.a
packagefile math/big=$WORK/b048/_pkg_.a
packagefile reflect=$WORK/b024/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
packagefile unicode/utf16=$WORK/b037/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/encoding/asn1
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b052/_pkg_.a -trimpath "$WORK/b052=>" -shared -p encoding/asn1 -std -complete -installsuffix shared -buildid amBaU9T-FwKItiEilqzc/amBaU9T-FwKItiEilqzc -goversion go1.14beta1 -D "" -importcfg $WORK/b052/importcfg -pack ./asn1.go ./common.go ./marshal.go
cd /usr/lib/golang/src/crypto/elliptic
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b047=>" -I $WORK/b047/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b047/p256_asm_amd64.o ./p256_asm_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b047/_pkg_.a $WORK/b047/p256_asm_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b047/_pkg_.a # internal
cp $WORK/b047/_pkg_.a /builddir/.cache/go-build/5d/5d0aecfebd1b0de92940a07673579a5ee27feb633c4d5f6a9005567fba50ec1b-d # internal
crypto/rand
mkdir -p $WORK/b054/
cat >$WORK/b054/importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK/b055/_pkg_.a
packagefile crypto/aes=$WORK/b043/_pkg_.a
packagefile crypto/cipher=$WORK/b044/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile internal/syscall/unix=$WORK/b034/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile math/big=$WORK/b048/_pkg_.a
packagefile os=$WORK/b029/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile sync/atomic=$WORK/b015/_pkg_.a
packagefile syscall=$WORK/b032/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
EOF
cd /usr/lib/golang/src/crypto/rand
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b054/_pkg_.a -trimpath "$WORK/b054=>" -shared -p crypto/rand -std -complete -installsuffix shared -buildid ultara7NtFCjte8bZDlr/ultara7NtFCjte8bZDlr -goversion go1.14beta1 -D "" -importcfg $WORK/b054/importcfg -pack ./eagain.go ./rand.go ./rand_batched.go ./rand_linux.go ./rand_unix.go ./util.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b054/_pkg_.a # internal
cp $WORK/b054/_pkg_.a /builddir/.cache/go-build/9a/9a305d7fc95799d3ae6dd4ff277f90635707f316e8ddfe05760a26d7187665bc-d # internal
crypto/rsa
mkdir -p $WORK/b053/
cat >$WORK/b053/importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK/b002/_pkg_.a
packagefile crypto=$WORK/b040/_pkg_.a
packagefile crypto/internal/randutil=$WORK/b050/_pkg_.a
packagefile crypto/rand=$WORK/b054/_pkg_.a
packagefile crypto/subtle=$WORK/b046/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile hash=$WORK/b041/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile math=$WORK/b022/_pkg_.a
packagefile math/big=$WORK/b048/_pkg_.a
EOF
cd /usr/lib/golang/src/crypto/rsa
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b053/_pkg_.a -trimpath "$WORK/b053=>" -shared -p crypto/rsa -std -complete -installsuffix shared -buildid 5fqlvRtNbugiXwXDKO8f/5fqlvRtNbugiXwXDKO8f -goversion go1.14beta1 -D "" -importcfg $WORK/b053/importcfg -pack ./pkcs1v15.go ./pss.go ./rsa.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b052/_pkg_.a # internal
cp $WORK/b052/_pkg_.a /builddir/.cache/go-build/85/8579c68df954a416b3c55f11b50192535e9ca1bececdc080394cbfb6ee89546b-d # internal
crypto/ecdsa
mkdir -p $WORK/b042/
cat >$WORK/b042/importcfg << 'EOF' # internal
# import config
packagefile crypto=$WORK/b040/_pkg_.a
packagefile crypto/aes=$WORK/b043/_pkg_.a
packagefile crypto/cipher=$WORK/b044/_pkg_.a
packagefile crypto/elliptic=$WORK/b047/_pkg_.a
packagefile crypto/internal/randutil=$WORK/b050/_pkg_.a
packagefile crypto/sha512=$WORK/b051/_pkg_.a
packagefile encoding/asn1=$WORK/b052/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile math/big=$WORK/b048/_pkg_.a
EOF
cd /usr/lib/golang/src/crypto/ecdsa
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b042/_pkg_.a -trimpath "$WORK/b042=>" -shared -p crypto/ecdsa -std -complete -installsuffix shared -buildid pmFYroI-1RiV_mIGczHM/pmFYroI-1RiV_mIGczHM -goversion go1.14beta1 -D "" -importcfg $WORK/b042/importcfg -pack ./ecdsa.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b042/_pkg_.a # internal
cp $WORK/b042/_pkg_.a /builddir/.cache/go-build/ad/ad1ef8b18f2a4c71fe268b7a1ee14a3030aa31a2aa76bdf91a8cdd39f3d97cb7-d # internal
crypto/dsa
mkdir -p $WORK/b058/
cat >$WORK/b058/importcfg << 'EOF' # internal
# import config
packagefile crypto/internal/randutil=$WORK/b050/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile math/big=$WORK/b048/_pkg_.a
EOF
cd /usr/lib/golang/src/crypto/dsa
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b058/_pkg_.a -trimpath "$WORK/b058=>" -shared -p crypto/dsa -std -complete -installsuffix shared -buildid t-5mJgesyuRI8i8ynMYe/t-5mJgesyuRI8i8ynMYe -goversion go1.14beta1 -D "" -importcfg $WORK/b058/importcfg -pack ./dsa.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b053/_pkg_.a # internal
cp $WORK/b053/_pkg_.a /builddir/.cache/go-build/d7/d7a75d48c4c3b29010404d591b0b61b84690ef978502e0bbd882eece727f8420-d # internal
crypto/ed25519
mkdir -p $WORK/b059/
cat >$WORK/b059/importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK/b002/_pkg_.a
packagefile crypto=$WORK/b040/_pkg_.a
packagefile crypto/ed25519/internal/edwards25519=$WORK/b060/_pkg_.a
packagefile crypto/rand=$WORK/b054/_pkg_.a
packagefile crypto/sha512=$WORK/b051/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
EOF
cd /usr/lib/golang/src/crypto/ed25519
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b059/_pkg_.a -trimpath "$WORK/b059=>" -shared -p crypto/ed25519 -std -complete -installsuffix shared -buildid dFpNJSPMEZBpVtCcuNvH/dFpNJSPMEZBpVtCcuNvH -goversion go1.14beta1 -D "" -importcfg $WORK/b059/importcfg -pack ./ed25519.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b058/_pkg_.a # internal
cp $WORK/b058/_pkg_.a /builddir/.cache/go-build/44/4413095ebd2b9eff9eab7710a6b1fed13bc1146c7697ec2e1cce7c87c5df5a0c-d # internal
encoding/hex
mkdir -p $WORK/b065/
cat >$WORK/b065/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
EOF
cd /usr/lib/golang/src/encoding/hex
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b065/_pkg_.a -trimpath "$WORK/b065=>" -shared -p encoding/hex -std -complete -installsuffix shared -buildid ZHje11wLAzyDss3E8Ds1/ZHje11wLAzyDss3E8Ds1 -goversion go1.14beta1 -D "" -importcfg $WORK/b065/importcfg -pack ./hex.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b059/_pkg_.a # internal
cp $WORK/b059/_pkg_.a /builddir/.cache/go-build/82/82ed0839fad8eadf12959dcb1e2859291eec3db2d514210641e03b69b20ca1c0-d # internal
encoding/pem
mkdir -p $WORK/b066/
cat >$WORK/b066/importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK/b002/_pkg_.a
packagefile encoding/base64=$WORK/b020/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile sort=$WORK/b028/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
EOF
cd /usr/lib/golang/src/encoding/pem
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b066/_pkg_.a -trimpath "$WORK/b066=>" -shared -p encoding/pem -std -complete -installsuffix shared -buildid aF7QBClwjIIpYT2d3g9N/aF7QBClwjIIpYT2d3g9N -goversion go1.14beta1 -D "" -importcfg $WORK/b066/importcfg -pack ./pem.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b065/_pkg_.a # internal
cp $WORK/b065/_pkg_.a /builddir/.cache/go-build/55/55e246e9249c015a680c9aaaf8c48f6883a2f4ba817be6239c3ba53611497579-d # internal
crypto/x509/pkix
mkdir -p $WORK/b064/
cat >$WORK/b064/importcfg << 'EOF' # internal
# import config
packagefile encoding/asn1=$WORK/b052/_pkg_.a
packagefile encoding/hex=$WORK/b065/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile math/big=$WORK/b048/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
EOF
cd /usr/lib/golang/src/crypto/x509/pkix
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b064/_pkg_.a -trimpath "$WORK/b064=>" -shared -p crypto/x509/pkix -std -complete -installsuffix shared -buildid MoYu95t8L1ejlMrIp5I2/MoYu95t8L1ejlMrIp5I2 -goversion go1.14beta1 -D "" -importcfg $WORK/b064/importcfg -pack ./pkix.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b066/_pkg_.a # internal
cp $WORK/b066/_pkg_.a /builddir/.cache/go-build/17/17963c1f2e59b96912c66de05eebe4f350931070e27dcacd5250b34d54578f14-d # internal
vendor/golang.org/x/crypto/cryptobyte
mkdir -p $WORK/b067/
cat >$WORK/b067/importcfg << 'EOF' # internal
# import config
importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
packagefile encoding/asn1=$WORK/b052/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=$WORK/b068/_pkg_.a
packagefile math/big=$WORK/b048/_pkg_.a
packagefile reflect=$WORK/b024/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/crypto/cryptobyte
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b067/_pkg_.a -trimpath "$WORK/b067=>" -shared -p vendor/golang.org/x/crypto/cryptobyte -std -complete -installsuffix shared -buildid CV4vWKd8Z1vpFcfd5kwc/CV4vWKd8Z1vpFcfd5kwc -goversion go1.14beta1 -D "" -importcfg $WORK/b067/importcfg -pack ./asn1.go ./builder.go ./string.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b064/_pkg_.a # internal
cp $WORK/b064/_pkg_.a /builddir/.cache/go-build/6a/6ad1d0cdf120342a52a3d52babdf0b65260bbbb01b21d00571a4df353468a24a-d # internal
path/filepath
mkdir -p $WORK/b070/
cat >$WORK/b070/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile os=$WORK/b029/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
packagefile sort=$WORK/b028/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile syscall=$WORK/b032/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/path/filepath
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b070/_pkg_.a -trimpath "$WORK/b070=>" -shared -p path/filepath -std -complete -installsuffix shared -buildid 1mPbCcbrq-JPumjKq63X/1mPbCcbrq-JPumjKq63X -goversion go1.14beta1 -D "" -importcfg $WORK/b070/importcfg -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b070/_pkg_.a # internal
cp $WORK/b070/_pkg_.a /builddir/.cache/go-build/2e/2e6b7bab0fc997771adcb60d400a0ea93115f06673d94f05cdc3de975e11b1b8-d # internal
io/ioutil
mkdir -p $WORK/b069/
cat >$WORK/b069/importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK/b002/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile os=$WORK/b029/_pkg_.a
packagefile path/filepath=$WORK/b070/_pkg_.a
packagefile sort=$WORK/b028/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
EOF
cd /usr/lib/golang/src/io/ioutil
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b069/_pkg_.a -trimpath "$WORK/b069=>" -shared -p io/ioutil -std -complete -installsuffix shared -buildid ITEV5YUl0nfw__STxSNk/ITEV5YUl0nfw__STxSNk -goversion go1.14beta1 -D "" -importcfg $WORK/b069/importcfg -pack ./ioutil.go ./tempfile.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b069/_pkg_.a # internal
cp $WORK/b069/_pkg_.a /builddir/.cache/go-build/40/401d8a3e3cbbe314a4054348a9800c796e7da11a0fe671c4837a3ec675f981cc-d # internal
context
mkdir -p $WORK/b072/
cat >$WORK/b072/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile internal/reflectlite=$WORK/b004/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile sync/atomic=$WORK/b015/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
EOF
cd /usr/lib/golang/src/context
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b072/_pkg_.a -trimpath "$WORK/b072=>" -shared -p context -std -complete -installsuffix shared -buildid ysh5QE69vfGrjY07rrSr/ysh5QE69vfGrjY07rrSr -goversion go1.14beta1 -D "" -importcfg $WORK/b072/importcfg -pack ./context.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b067/_pkg_.a # internal
cp $WORK/b067/_pkg_.a /builddir/.cache/go-build/c4/c45716b406a3691b5993d83c5fa64bafaf6f51395a975d174d833f72dc1f57d2-d # internal
vendor/golang.org/x/net/dns/dnsmessage
mkdir -p $WORK/b073/
cat >$WORK/b073/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/net/dns/dnsmessage
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b073/_pkg_.a -trimpath "$WORK/b073=>" -shared -p vendor/golang.org/x/net/dns/dnsmessage -std -complete -installsuffix shared -buildid hu7aHozmpakWBzWWKlPh/hu7aHozmpakWBzWWKlPh -goversion go1.14beta1 -D "" -importcfg $WORK/b073/importcfg -pack ./message.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b072/_pkg_.a # internal
cp $WORK/b072/_pkg_.a /builddir/.cache/go-build/f3/f36c02c87af15b6a90ef81dd0ebd01300fe66df30b462f6cb0230e4a33b8e230-d # internal
net/url
mkdir -p $WORK/b077/
cat >$WORK/b077/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile sort=$WORK/b028/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
EOF
cd /usr/lib/golang/src/net/url
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b077/_pkg_.a -trimpath "$WORK/b077=>" -shared -p net/url -std -complete -installsuffix shared -buildid Hgzb76Y90jf9ciDByvIk/Hgzb76Y90jf9ciDByvIk -goversion go1.14beta1 -D "" -importcfg $WORK/b077/importcfg -pack ./url.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b077/_pkg_.a # internal
cp $WORK/b077/_pkg_.a /builddir/.cache/go-build/68/6857761af1eaf52127829f21abdb5fc296d0c62da840351c59b25f56d5a55786-d # internal
github.com/lestrrat-go/jwx/internal/base64
mkdir -p $WORK/b078/
cat >$WORK/b078/importcfg << 'EOF' # internal
# import config
packagefile encoding/base64=$WORK/b020/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
EOF
cd /builddir/build/BUILD/jwx-0.9.0/_build/src/github.com/lestrrat-go/jwx/internal/base64
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b078/_pkg_.a -trimpath "$WORK/b078=>" -shared -p github.com/lestrrat-go/jwx/internal/base64 -complete -installsuffix shared -buildid orYZlta4pFFf2_Hkv-bA/orYZlta4pFFf2_Hkv-bA -goversion go1.14beta1 -D "" -importcfg $WORK/b078/importcfg -pack ./base64.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b078/_pkg_.a # internal
cp $WORK/b078/_pkg_.a /builddir/.cache/go-build/46/464236e8163a71c43423a924635761bd9911c40ea021a4a72131f0efc27fd154-d # internal
path
mkdir -p $WORK/b082/
cat >$WORK/b082/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/path
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b082/_pkg_.a -trimpath "$WORK/b082=>" -shared -p path -std -complete -installsuffix shared -buildid Tc5Uxh8fq6DIs53kHPA2/Tc5Uxh8fq6DIs53kHPA2 -goversion go1.14beta1 -D "" -importcfg $WORK/b082/importcfg -pack ./match.go ./path.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b082/_pkg_.a # internal
cp $WORK/b082/_pkg_.a /builddir/.cache/go-build/c7/c71257e3d229e307fb0cb452ca784585849cfd8c01e65cd8b660b3b62941c609-d # internal
github.com/pkg/errors
mkdir -p $WORK/b081/
cat >$WORK/b081/importcfg << 'EOF' # internal
# import config
packagefile fmt=$WORK/b026/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile path=$WORK/b082/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
EOF
cd /usr/share/gocode/src/github.com/pkg/errors
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b081/_pkg_.a -trimpath "$WORK/b081=>" -shared -p github.com/pkg/errors -complete -installsuffix shared -buildid mdJbRRwbdrUeVQVvUCtt/mdJbRRwbdrUeVQVvUCtt -goversion go1.14beta1 -D "" -importcfg $WORK/b081/importcfg -pack ./errors.go ./stack.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b081/_pkg_.a # internal
cp $WORK/b081/_pkg_.a /builddir/.cache/go-build/5a/5a3ba92d5cbb62acd8621dcc5c3d6468602e9d492616f681ef90f749c169cf11-d # internal
github.com/lestrrat-go/jwx/jwa
mkdir -p $WORK/b080/
cat >$WORK/b080/importcfg << 'EOF' # internal
# import config
packagefile github.com/pkg/errors=$WORK/b081/_pkg_.a
EOF
cd /builddir/build/BUILD/jwx-0.9.0/_build/src/github.com/lestrrat-go/jwx/jwa
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b080/_pkg_.a -trimpath "$WORK/b080=>" -shared -p github.com/lestrrat-go/jwx/jwa -complete -installsuffix shared -buildid EqqMMHXHyNni_8DaIQWf/EqqMMHXHyNni_8DaIQWf -goversion go1.14beta1 -D "" -importcfg $WORK/b080/importcfg -pack ./compression.go ./content_encryption.go ./elliptic.go ./jwa.go ./key_encryption.go ./key_type.go ./signature.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b073/_pkg_.a # internal
cp $WORK/b073/_pkg_.a /builddir/.cache/go-build/74/7448397f453ab8889df4df2307c28f6cd770027fb9fc25828e3be1294acac2c2-d # internal
net
mkdir -p $WORK/b071/
cd /usr/lib/golang/src/net
CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_amd64/cgo -objdir $WORK/b071/ -importpath net -- -I $WORK/b071/ -g -O2 ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b080/_pkg_.a # internal
cp $WORK/b080/_pkg_.a /builddir/.cache/go-build/fe/fe591a71950dc70f5a4dbff2bc99e9ecac64125059aee46c772644df831fdf6b-d # internal
compress/flate
mkdir -p $WORK/b085/
cat >$WORK/b085/importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK/b055/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile math=$WORK/b022/_pkg_.a
packagefile math/bits=$WORK/b023/_pkg_.a
packagefile sort=$WORK/b028/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
EOF
cd /usr/lib/golang/src/compress/flate
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b085/_pkg_.a -trimpath "$WORK/b085=>" -shared -p compress/flate -std -complete -installsuffix shared -buildid 3DXGnqoQlPOLTffpJWa2/3DXGnqoQlPOLTffpJWa2 -goversion go1.14beta1 -D "" -importcfg $WORK/b085/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_amd64/buildid -w $WORK/b085/_pkg_.a # internal
cp $WORK/b085/_pkg_.a /builddir/.cache/go-build/3b/3b34d4843c988d2c06327d7844f6dce65a7d47a7b922c76d1b3b90daf0ea7754-d # internal
hash/crc32
mkdir -p $WORK/b086/
cat >$WORK/b086/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/hash/crc32
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b086=>" -I $WORK/b086/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b086/symabis ./crc32_amd64.s
cat >$WORK/b086/importcfg << 'EOF' # internal
# import config
packagefile errors=$WORK/b003/_pkg_.a
packagefile hash=$WORK/b041/_pkg_.a
packagefile internal/cpu=$WORK/b007/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b086/_pkg_.a -trimpath "$WORK/b086=>" -shared -p hash/crc32 -std -installsuffix shared -buildid 4asbQY7RsSXcLS7izkua/4asbQY7RsSXcLS7izkua -goversion go1.14beta1 -symabis $WORK/b086/symabis -D "" -importcfg $WORK/b086/importcfg -pack -asmhdr $WORK/b086/go_asm.h ./crc32.go ./crc32_amd64.go ./crc32_generic.go
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b086=>" -I $WORK/b086/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b086/crc32_amd64.o ./crc32_amd64.s
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b086/_pkg_.a $WORK/b086/crc32_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b086/_pkg_.a # internal
cp $WORK/b086/_pkg_.a /builddir/.cache/go-build/8f/8fd21f1a220ec7d6857c51c4f383c41744140bbb64ecc58258294704ee9505dd-d # internal
compress/gzip
mkdir -p $WORK/b084/
cat >$WORK/b084/importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK/b055/_pkg_.a
packagefile compress/flate=$WORK/b085/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile hash/crc32=$WORK/b086/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
EOF
cd /usr/lib/golang/src/compress/gzip
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b084/_pkg_.a -trimpath "$WORK/b084=>" -shared -p compress/gzip -std -complete -installsuffix shared -buildid WZNKy-3SuwhY85vktrzQ/WZNKy-3SuwhY85vktrzQ -goversion go1.14beta1 -D "" -importcfg $WORK/b084/importcfg -pack ./gunzip.go ./gzip.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b084/_pkg_.a # internal
cp $WORK/b084/_pkg_.a /builddir/.cache/go-build/a5/a5917f11c4a51abc53ee67bda4951d13310661478e0f5b4cb0cff4c60ba9e0b9-d # internal
crypto/hmac
mkdir -p $WORK/b089/
cat >$WORK/b089/importcfg << 'EOF' # internal
# import config
packagefile crypto/subtle=$WORK/b046/_pkg_.a
packagefile hash=$WORK/b041/_pkg_.a
EOF
cd /usr/lib/golang/src/crypto/hmac
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b089/_pkg_.a -trimpath "$WORK/b089=>" -shared -p crypto/hmac -std -complete -installsuffix shared -buildid MwGpavXFavVPf87Ba7lv/MwGpavXFavVPf87Ba7lv -goversion go1.14beta1 -D "" -importcfg $WORK/b089/importcfg -pack ./hmac.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b089/_pkg_.a # internal
cp $WORK/b089/_pkg_.a /builddir/.cache/go-build/48/487e46e5cda66e2b671829db03ab7c863f516f0f9dfaba63a2d2ccd6f4b04885-d # internal
crypto/rc4
mkdir -p $WORK/b090/
cat >$WORK/b090/importcfg << 'EOF' # internal
# import config
packagefile crypto/internal/subtle=$WORK/b045/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
EOF
cd /usr/lib/golang/src/crypto/rc4
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b090/_pkg_.a -trimpath "$WORK/b090=>" -shared -p crypto/rc4 -std -complete -installsuffix shared -buildid -QFXvnNdUiAHV3L3flmP/-QFXvnNdUiAHV3L3flmP -goversion go1.14beta1 -D "" -importcfg $WORK/b090/importcfg -pack ./rc4.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b090/_pkg_.a # internal
cp $WORK/b090/_pkg_.a /builddir/.cache/go-build/d5/d51ad29da00c9a5f79b05e61b82d333d20d2cf437f013650c81eaf1b11becdc7-d # internal
vendor/golang.org/x/crypto/chacha20
mkdir -p $WORK/b092/
cat >$WORK/b092/importcfg << 'EOF' # internal
# import config
importmap golang.org/x/crypto/internal/subtle=vendor/golang.org/x/crypto/internal/subtle
packagefile crypto/cipher=$WORK/b044/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile vendor/golang.org/x/crypto/internal/subtle=$WORK/b093/_pkg_.a
packagefile math/bits=$WORK/b023/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b092/_pkg_.a -trimpath "$WORK/b092=>" -shared -p vendor/golang.org/x/crypto/chacha20 -std -complete -installsuffix shared -buildid kZlZGCvRGzYfz9GDIO2x/kZlZGCvRGzYfz9GDIO2x -goversion go1.14beta1 -D "" -importcfg $WORK/b092/importcfg -pack ./chacha_generic.go ./chacha_noasm.go ./xor.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b092/_pkg_.a # internal
cp $WORK/b092/_pkg_.a /builddir/.cache/go-build/c0/c00ff91cdf26940f2b5f756bf9a4c6a468275dfd7f475e8b1685b5ff20807318-d # internal
vendor/golang.org/x/crypto/poly1305
mkdir -p $WORK/b094/
cat >$WORK/b094/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/crypto/poly1305
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b094=>" -I $WORK/b094/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b094/symabis ./sum_amd64.s
cat >$WORK/b094/importcfg << 'EOF' # internal
# import config
packagefile crypto/subtle=$WORK/b046/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile math/bits=$WORK/b023/_pkg_.a
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b094/_pkg_.a -trimpath "$WORK/b094=>" -shared -p vendor/golang.org/x/crypto/poly1305 -std -installsuffix shared -buildid 8azjlLyYZwGH4I5c6Id-/8azjlLyYZwGH4I5c6Id- -goversion go1.14beta1 -symabis $WORK/b094/symabis -D "" -importcfg $WORK/b094/importcfg -pack -asmhdr $WORK/b094/go_asm.h ./bits_go1.13.go ./poly1305.go ./sum_amd64.go ./sum_generic.go
cd $WORK/b071
TERM='dumb' gcc -I /usr/lib/golang/src/net -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b071=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c
cd /usr/lib/golang/src/vendor/golang.org/x/crypto/poly1305
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b094=>" -I $WORK/b094/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b094/sum_amd64.o ./sum_amd64.s
cd $WORK/b071
TERM='dumb' gcc -I /usr/lib/golang/src/net -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b071=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c cgo_linux.cgo2.c
cd /usr/lib/golang/src/vendor/golang.org/x/crypto/poly1305
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b094/_pkg_.a $WORK/b094/sum_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b094/_pkg_.a # internal
cp $WORK/b094/_pkg_.a /builddir/.cache/go-build/0a/0a43890140155560714f0ee11213d12349cb99e40deb985c029d05b1d45c42c1-d # internal
vendor/golang.org/x/sys/cpu
mkdir -p $WORK/b095/
cat >$WORK/b095/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/sys/cpu
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b095=>" -I $WORK/b095/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b095/symabis ./cpu_x86.s
cat >$WORK/b095/importcfg << 'EOF' # internal
# import config
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b095/_pkg_.a -trimpath "$WORK/b095=>" -shared -p vendor/golang.org/x/sys/cpu -std -installsuffix shared -buildid FkOh_QHVdJa3aEzZ685w/FkOh_QHVdJa3aEzZ685w -goversion go1.14beta1 -symabis $WORK/b095/symabis -D "" -importcfg $WORK/b095/importcfg -pack -asmhdr $WORK/b095/go_asm.h ./byteorder.go ./cpu.go ./cpu_gc_x86.go ./cpu_x86.go
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b095=>" -I $WORK/b095/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b095/cpu_x86.o ./cpu_x86.s
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b095/_pkg_.a $WORK/b095/cpu_x86.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b095/_pkg_.a # internal
cp $WORK/b095/_pkg_.a /builddir/.cache/go-build/31/3171d84e0016e57e1a8c19a7cce7ddb055d017d8a8205c1c4de15a6b31a084fe-d # internal
vendor/golang.org/x/crypto/chacha20poly1305
mkdir -p $WORK/b091/
cat >$WORK/b091/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b091=>" -I $WORK/b091/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b091/symabis ./chacha20poly1305_amd64.s
cd $WORK/b071
TERM='dumb' gcc -I /usr/lib/golang/src/net -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b071=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x003.o -c cgo_resnew.cgo2.c
cat >$WORK/b091/importcfg << 'EOF' # internal
# import config
importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
importmap golang.org/x/crypto/internal/subtle=vendor/golang.org/x/crypto/internal/subtle
importmap golang.org/x/crypto/poly1305=vendor/golang.org/x/crypto/poly1305
importmap golang.org/x/sys/cpu=vendor/golang.org/x/sys/cpu
packagefile crypto/cipher=$WORK/b044/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile vendor/golang.org/x/crypto/chacha20=$WORK/b092/_pkg_.a
packagefile vendor/golang.org/x/crypto/internal/subtle=$WORK/b093/_pkg_.a
packagefile vendor/golang.org/x/crypto/poly1305=$WORK/b094/_pkg_.a
packagefile vendor/golang.org/x/sys/cpu=$WORK/b095/_pkg_.a
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b091/_pkg_.a -trimpath "$WORK/b091=>" -shared -p vendor/golang.org/x/crypto/chacha20poly1305 -std -installsuffix shared -buildid suZ62Zj5mjB9lJzWhia3/suZ62Zj5mjB9lJzWhia3 -goversion go1.14beta1 -symabis $WORK/b091/symabis -D "" -importcfg $WORK/b091/importcfg -pack -asmhdr $WORK/b091/go_asm.h ./chacha20poly1305.go ./chacha20poly1305_amd64.go ./chacha20poly1305_generic.go ./xchacha20poly1305.go
cd $WORK/b071
TERM='dumb' gcc -I /usr/lib/golang/src/net -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b071=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x004.o -c cgo_socknew.cgo2.c
cd /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b091=>" -I $WORK/b091/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b091/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
cd $WORK/b071
TERM='dumb' gcc -I /usr/lib/golang/src/net -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b071=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x005.o -c cgo_unix.cgo2.c
cd /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b091/_pkg_.a $WORK/b091/chacha20poly1305_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b091/_pkg_.a # internal
cp $WORK/b091/_pkg_.a /builddir/.cache/go-build/82/825a92853e29d42dfa95390898a30b059431f698c0fdefdd0eca05693123722e-d # internal
vendor/golang.org/x/crypto/curve25519
mkdir -p $WORK/b096/
cat >$WORK/b096/go_asm.h << 'EOF' # internal
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/crypto/curve25519
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b096=>" -I $WORK/b096/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -gensymabis -o $WORK/b096/symabis ./curve25519_amd64.s
cat >$WORK/b096/importcfg << 'EOF' # internal
# import config
packagefile crypto/subtle=$WORK/b046/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b096/_pkg_.a -trimpath "$WORK/b096=>" -shared -p vendor/golang.org/x/crypto/curve25519 -std -installsuffix shared -buildid nQ4mpAHxJzb7ibHv0uU-/nQ4mpAHxJzb7ibHv0uU- -goversion go1.14beta1 -symabis $WORK/b096/symabis -D "" -importcfg $WORK/b096/importcfg -pack -asmhdr $WORK/b096/go_asm.h ./curve25519.go ./curve25519_amd64.go ./curve25519_generic.go
cd $WORK/b071
TERM='dumb' gcc -I /usr/lib/golang/src/net -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b071=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c
cd /usr/lib/golang/src/net
TERM='dumb' gcc -I . -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b071=/tmp/go-build -gno-record-gcc-switches -o $WORK/b071/_cgo_.o $WORK/b071/_cgo_main.o $WORK/b071/_x001.o $WORK/b071/_x002.o $WORK/b071/_x003.o $WORK/b071/_x004.o $WORK/b071/_x005.o -g -O2
cd /usr/lib/golang/src/vendor/golang.org/x/crypto/curve25519
/usr/lib/golang/pkg/tool/linux_amd64/asm -trimpath "$WORK/b096=>" -I $WORK/b096/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -o $WORK/b096/curve25519_amd64.o ./curve25519_amd64.s
cd /usr/lib/golang/src/net
TERM='dumb' /usr/lib/golang/pkg/tool/linux_amd64/cgo -dynpackage net -dynimport $WORK/b071/_cgo_.o -dynout $WORK/b071/_cgo_import.go
cat >$WORK/b071/importcfg << 'EOF' # internal
# import config
importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
packagefile context=$WORK/b072/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile vendor/golang.org/x/net/dns/dnsmessage=$WORK/b073/_pkg_.a
packagefile internal/bytealg=$WORK/b006/_pkg_.a
packagefile internal/nettrace=$WORK/b074/_pkg_.a
packagefile internal/poll=$WORK/b031/_pkg_.a
packagefile internal/singleflight=$WORK/b075/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile math/rand=$WORK/b049/_pkg_.a
packagefile os=$WORK/b029/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
packagefile sort=$WORK/b028/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile sync/atomic=$WORK/b015/_pkg_.a
packagefile syscall=$WORK/b032/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
packagefile runtime/cgo=$WORK/b076/_pkg_.a
EOF
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b071/_pkg_.a -trimpath "$WORK/b071=>" -shared -p net -std -installsuffix shared -buildid 7kP7GvImcKByqTg7JLIs/7kP7GvImcKByqTg7JLIs -goversion go1.14beta1 -D "" -importcfg $WORK/b071/importcfg -pack ./addrselect.go ./conf.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./error_posix.go ./error_unix.go ./fd_unix.go ./file.go ./file_unix.go ./hook.go ./hook_unix.go ./hosts.go ./interface.go ./interface_linux.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./nss.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./rawconn.go ./sendfile_linux.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockaddr_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./splice_linux.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go ./writev_unix.go $WORK/b071/_cgo_gotypes.go $WORK/b071/cgo_linux.cgo1.go $WORK/b071/cgo_resnew.cgo1.go $WORK/b071/cgo_socknew.cgo1.go $WORK/b071/cgo_unix.cgo1.go $WORK/b071/_cgo_import.go
cd /usr/lib/golang/src/vendor/golang.org/x/crypto/curve25519
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b096/_pkg_.a $WORK/b096/curve25519_amd64.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b096/_pkg_.a # internal
cp $WORK/b096/_pkg_.a /builddir/.cache/go-build/94/94158fd69c52986e08770e68f1031adb04896cec2b07633fdbc816b10629d485-d # internal
vendor/golang.org/x/crypto/hkdf
mkdir -p $WORK/b097/
cat >$WORK/b097/importcfg << 'EOF' # internal
# import config
packagefile crypto/hmac=$WORK/b089/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile hash=$WORK/b041/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/crypto/hkdf
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b097/_pkg_.a -trimpath "$WORK/b097=>" -shared -p vendor/golang.org/x/crypto/hkdf -std -complete -installsuffix shared -buildid p5-S7XnKCqx3XcnmkgDJ/p5-S7XnKCqx3XcnmkgDJ -goversion go1.14beta1 -D "" -importcfg $WORK/b097/importcfg -pack ./hkdf.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b097/_pkg_.a # internal
cp $WORK/b097/_pkg_.a /builddir/.cache/go-build/70/70d075d50a14ed113514cf9d24ee8c68fa95f14d285e35445ca6361461f427b1-d # internal
vendor/golang.org/x/text/transform
mkdir -p $WORK/b101/
cat >$WORK/b101/importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK/b002/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/text/transform
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b101/_pkg_.a -trimpath "$WORK/b101=>" -shared -p vendor/golang.org/x/text/transform -std -complete -installsuffix shared -buildid 8HU0Qz6zPvT-86dKjp0q/8HU0Qz6zPvT-86dKjp0q -goversion go1.14beta1 -D "" -importcfg $WORK/b101/importcfg -pack ./transform.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b101/_pkg_.a # internal
cp $WORK/b101/_pkg_.a /builddir/.cache/go-build/0b/0bc44f26ce04655bd3691e6eeba47187fafbc9daf641618a0087f38fac14d7ab-d # internal
log
mkdir -p $WORK/b103/
cat >$WORK/b103/importcfg << 'EOF' # internal
# import config
packagefile fmt=$WORK/b026/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile os=$WORK/b029/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
EOF
cd /usr/lib/golang/src/log
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b103/_pkg_.a -trimpath "$WORK/b103=>" -shared -p log -std -complete -installsuffix shared -buildid NTtW6Nw6lth4DxCnCxNF/NTtW6Nw6lth4DxCnCxNF -goversion go1.14beta1 -D "" -importcfg $WORK/b103/importcfg -pack ./log.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b103/_pkg_.a # internal
cp $WORK/b103/_pkg_.a /builddir/.cache/go-build/ab/abdf2bacc057110c07f00fef458bf7aa727aa44773a62e8fbb5b64be22ed4c53-d # internal
vendor/golang.org/x/text/unicode/bidi
mkdir -p $WORK/b102/
cat >$WORK/b102/importcfg << 'EOF' # internal
# import config
packagefile container/list=$WORK/b087/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile log=$WORK/b103/_pkg_.a
packagefile sort=$WORK/b028/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/text/unicode/bidi
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b102/_pkg_.a -trimpath "$WORK/b102=>" -shared -p vendor/golang.org/x/text/unicode/bidi -std -complete -installsuffix shared -buildid QqfpjcMR_I_vxf2wlOdz/QqfpjcMR_I_vxf2wlOdz -goversion go1.14beta1 -D "" -importcfg $WORK/b102/importcfg -pack ./bidi.go ./bracket.go ./core.go ./prop.go ./tables12.0.0.go ./trieval.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b102/_pkg_.a # internal
cp $WORK/b102/_pkg_.a /builddir/.cache/go-build/4f/4f05ddc758a84c9b49ee7bdf31ead935cd0fa5b2e90bf53b914e75f2d67ea6cd-d # internal
vendor/golang.org/x/text/secure/bidirule
mkdir -p $WORK/b100/
cat >$WORK/b100/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/b101/_pkg_.a
packagefile vendor/golang.org/x/text/unicode/bidi=$WORK/b102/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/text/secure/bidirule
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b100/_pkg_.a -trimpath "$WORK/b100=>" -shared -p vendor/golang.org/x/text/secure/bidirule -std -complete -installsuffix shared -buildid Mbx-xLwK6PaVOHIsAW3X/Mbx-xLwK6PaVOHIsAW3X -goversion go1.14beta1 -D "" -importcfg $WORK/b100/importcfg -pack ./bidirule.go ./bidirule10.0.0.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b100/_pkg_.a # internal
cp $WORK/b100/_pkg_.a /builddir/.cache/go-build/3d/3d795e12b5e4fa8084da3f73652935b6682b7e86889cd1a09e23a719af7dce8c-d # internal
vendor/golang.org/x/text/unicode/norm
mkdir -p $WORK/b104/
cat >$WORK/b104/importcfg << 'EOF' # internal
# import config
importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile vendor/golang.org/x/text/transform=$WORK/b101/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b104/_pkg_.a -trimpath "$WORK/b104=>" -shared -p vendor/golang.org/x/text/unicode/norm -std -complete -installsuffix shared -buildid XhWH1moN7hD2fRpg20vg/XhWH1moN7hD2fRpg20vg -goversion go1.14beta1 -D "" -importcfg $WORK/b104/importcfg -pack ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables12.0.0.go ./transform.go ./trie.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b104/_pkg_.a # internal
cp $WORK/b104/_pkg_.a /builddir/.cache/go-build/e2/e24349fcc42b6a29adb70c83445897e735be4a8216183d8d1cd93ec4df28649b-d # internal
vendor/golang.org/x/net/idna
mkdir -p $WORK/b099/
cat >$WORK/b099/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/b026/_pkg_.a
packagefile vendor/golang.org/x/text/secure/bidirule=$WORK/b100/_pkg_.a
packagefile vendor/golang.org/x/text/unicode/bidi=$WORK/b102/_pkg_.a
packagefile vendor/golang.org/x/text/unicode/norm=$WORK/b104/_pkg_.a
packagefile math=$WORK/b022/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/net/idna
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b099/_pkg_.a -trimpath "$WORK/b099=>" -shared -p vendor/golang.org/x/net/idna -std -complete -installsuffix shared -buildid cGO9hbsM98slMElhSGFC/cGO9hbsM98slMElhSGFC -goversion go1.14beta1 -D "" -importcfg $WORK/b099/importcfg -pack ./idna10.0.0.go ./punycode.go ./tables12.00.go ./trie.go ./trieval.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b099/_pkg_.a # internal
cp $WORK/b099/_pkg_.a /builddir/.cache/go-build/40/40b6e95ba2b8d0a37c10fd8bfa7af70d754a9d67c968a6b3bd80f6ddcb299c68-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/b026/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/net/http2/hpack
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b107/_pkg_.a -trimpath "$WORK/b107=>" -shared -p vendor/golang.org/x/net/http2/hpack -std -complete -installsuffix shared -buildid yzWdhEZtU74tKBCIXOwW/yzWdhEZtU74tKBCIXOwW -goversion go1.14beta1 -D "" -importcfg $WORK/b107/importcfg -pack ./encode.go ./hpack.go ./huffman.go ./tables.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b107/_pkg_.a # internal
cp $WORK/b107/_pkg_.a /builddir/.cache/go-build/39/39b6a389d3105cea321f0d024c58d2571700f6f70e7241c1a106b21ab723f0fb-d # internal
mime
mkdir -p $WORK/b108/
cat >$WORK/b108/importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK/b055/_pkg_.a
packagefile bytes=$WORK/b002/_pkg_.a
packagefile encoding/base64=$WORK/b020/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile os=$WORK/b029/_pkg_.a
packagefile sort=$WORK/b028/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile unicode=$WORK/b016/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/mime
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b108/_pkg_.a -trimpath "$WORK/b108=>" -shared -p mime -std -complete -installsuffix shared -buildid X0dNPqtxhWsxaruWJsTw/X0dNPqtxhWsxaruWJsTw -goversion go1.14beta1 -D "" -importcfg $WORK/b108/importcfg -pack ./encodedword.go ./grammar.go ./mediatype.go ./type.go ./type_unix.go
cd /usr/lib/golang/src/net
/usr/lib/golang/pkg/tool/linux_amd64/pack r $WORK/b071/_pkg_.a $WORK/b071/_x001.o $WORK/b071/_x002.o $WORK/b071/_x003.o $WORK/b071/_x004.o $WORK/b071/_x005.o # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b071/_pkg_.a # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b108/_pkg_.a # internal
cp $WORK/b108/_pkg_.a /builddir/.cache/go-build/14/144204117551d5068197c5e9736d33b9f2c6619e671fd654b2ef31a57fb02990-d # internal
mime/quotedprintable
mkdir -p $WORK/b110/
cat >$WORK/b110/importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK/b055/_pkg_.a
packagefile bytes=$WORK/b002/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
EOF
cd /usr/lib/golang/src/mime/quotedprintable
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b110/_pkg_.a -trimpath "$WORK/b110=>" -shared -p mime/quotedprintable -std -complete -installsuffix shared -buildid -IhOqk6LhrWYSjmWemLk/-IhOqk6LhrWYSjmWemLk -goversion go1.14beta1 -D "" -importcfg $WORK/b110/importcfg -pack ./reader.go ./writer.go
cp $WORK/b071/_pkg_.a /builddir/.cache/go-build/5f/5f9fee8c9b7e261c45bcb529c8ccab36a5e6ab8d83c5ec0de05095cbf5070f36-d # internal
crypto/x509
mkdir -p $WORK/b056/
cat >$WORK/b056/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/b040/_pkg_.a
packagefile crypto/aes=$WORK/b043/_pkg_.a
packagefile crypto/cipher=$WORK/b044/_pkg_.a
packagefile crypto/des=$WORK/b057/_pkg_.a
packagefile crypto/dsa=$WORK/b058/_pkg_.a
packagefile crypto/ecdsa=$WORK/b042/_pkg_.a
packagefile crypto/ed25519=$WORK/b059/_pkg_.a
packagefile crypto/elliptic=$WORK/b047/_pkg_.a
packagefile crypto/md5=$WORK/b061/_pkg_.a
packagefile crypto/rsa=$WORK/b053/_pkg_.a
packagefile crypto/sha1=$WORK/b062/_pkg_.a
packagefile crypto/sha256=$WORK/b063/_pkg_.a
packagefile crypto/sha512=$WORK/b051/_pkg_.a
packagefile crypto/x509/pkix=$WORK/b064/_pkg_.a
packagefile encoding/asn1=$WORK/b052/_pkg_.a
packagefile encoding/hex=$WORK/b065/_pkg_.a
packagefile encoding/pem=$WORK/b066/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile vendor/golang.org/x/crypto/cryptobyte=$WORK/b067/_pkg_.a
packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=$WORK/b068/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile io/ioutil=$WORK/b069/_pkg_.a
packagefile math/big=$WORK/b048/_pkg_.a
packagefile net=$WORK/b071/_pkg_.a
packagefile net/url=$WORK/b077/_pkg_.a
packagefile os=$WORK/b029/_pkg_.a
packagefile reflect=$WORK/b024/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/crypto/x509
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b056/_pkg_.a -trimpath "$WORK/b056=>" -shared -p crypto/x509 -std -complete -installsuffix shared -buildid EVZDtalHpNm8XdfYI2xJ/EVZDtalHpNm8XdfYI2xJ -goversion go1.14beta1 -D "" -importcfg $WORK/b056/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_amd64/buildid -w $WORK/b110/_pkg_.a # internal
cp $WORK/b110/_pkg_.a /builddir/.cache/go-build/96/965f80b5672e1aecfd011035addda492ba8d75aeb79d0a7d5e02d815f33f86cc-d # internal
net/textproto
mkdir -p $WORK/b105/
cat >$WORK/b105/importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK/b055/_pkg_.a
packagefile bytes=$WORK/b002/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile io/ioutil=$WORK/b069/_pkg_.a
packagefile net=$WORK/b071/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
EOF
cd /usr/lib/golang/src/net/textproto
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b105/_pkg_.a -trimpath "$WORK/b105=>" -shared -p net/textproto -std -complete -installsuffix shared -buildid ITojzD_aAmOW8LGrO5lp/ITojzD_aAmOW8LGrO5lp -goversion go1.14beta1 -D "" -importcfg $WORK/b105/importcfg -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b105/_pkg_.a # internal
cp $WORK/b105/_pkg_.a /builddir/.cache/go-build/f1/f13461c5bf42d95655a35bef637dab63dbc5efce3f8fe20120b469045ed7b7e0-d # internal
vendor/golang.org/x/net/http/httpguts
mkdir -p $WORK/b098/
cat >$WORK/b098/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/b099/_pkg_.a
packagefile net=$WORK/b071/_pkg_.a
packagefile net/textproto=$WORK/b105/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/net/http/httpguts
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b098/_pkg_.a -trimpath "$WORK/b098=>" -shared -p vendor/golang.org/x/net/http/httpguts -std -complete -installsuffix shared -buildid uT_4zopDhtn63Fenu4Hq/uT_4zopDhtn63Fenu4Hq -goversion go1.14beta1 -D "" -importcfg $WORK/b098/importcfg -pack ./guts.go ./httplex.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b098/_pkg_.a # internal
cp $WORK/b098/_pkg_.a /builddir/.cache/go-build/f4/f4579fc4a3a4452308fba5fb6db15f2372e627331ba9ca8184bf6bfee0e1e7f2-d # internal
vendor/golang.org/x/net/http/httpproxy
mkdir -p $WORK/b106/
cat >$WORK/b106/importcfg << 'EOF' # internal
# import config
importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
packagefile errors=$WORK/b003/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile vendor/golang.org/x/net/idna=$WORK/b099/_pkg_.a
packagefile net=$WORK/b071/_pkg_.a
packagefile net/url=$WORK/b077/_pkg_.a
packagefile os=$WORK/b029/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/vendor/golang.org/x/net/http/httpproxy
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b106/_pkg_.a -trimpath "$WORK/b106=>" -shared -p vendor/golang.org/x/net/http/httpproxy -std -complete -installsuffix shared -buildid w8qgvP219_0LtGzZ9ByG/w8qgvP219_0LtGzZ9ByG -goversion go1.14beta1 -D "" -importcfg $WORK/b106/importcfg -pack ./proxy.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b106/_pkg_.a # internal
cp $WORK/b106/_pkg_.a /builddir/.cache/go-build/0e/0eafff0adfcca76a7079bd840ef252d31fda9d93cedd4455f7011716a6525ffb-d # internal
mime/multipart
mkdir -p $WORK/b109/
cat >$WORK/b109/importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK/b055/_pkg_.a
packagefile bytes=$WORK/b002/_pkg_.a
packagefile crypto/rand=$WORK/b054/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile io/ioutil=$WORK/b069/_pkg_.a
packagefile mime=$WORK/b108/_pkg_.a
packagefile mime/quotedprintable=$WORK/b110/_pkg_.a
packagefile net/textproto=$WORK/b105/_pkg_.a
packagefile os=$WORK/b029/_pkg_.a
packagefile sort=$WORK/b028/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
EOF
cd /usr/lib/golang/src/mime/multipart
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b109/_pkg_.a -trimpath "$WORK/b109=>" -shared -p mime/multipart -std -complete -installsuffix shared -buildid XsHQP5AoFmNAoiRb1f5D/XsHQP5AoFmNAoiRb1f5D -goversion go1.14beta1 -D "" -importcfg $WORK/b109/importcfg -pack ./formdata.go ./multipart.go ./writer.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b109/_pkg_.a # internal
cp $WORK/b109/_pkg_.a /builddir/.cache/go-build/93/93686d1ddab9707e6dc374e62a34701df64ff6a3faa6964b850ee0e49d04f3ad-d # internal
net/http/internal
mkdir -p $WORK/b112/
cat >$WORK/b112/importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK/b055/_pkg_.a
packagefile bytes=$WORK/b002/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
EOF
cd /usr/lib/golang/src/net/http/internal
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b112/_pkg_.a -trimpath "$WORK/b112=>" -shared -p net/http/internal -std -complete -installsuffix shared -buildid bqrzvSw78RSFzGcDbQxB/bqrzvSw78RSFzGcDbQxB -goversion go1.14beta1 -D "" -importcfg $WORK/b112/importcfg -pack ./chunked.go ./testcert.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b112/_pkg_.a # internal
cp $WORK/b112/_pkg_.a /builddir/.cache/go-build/9a/9a53b343e1003284ffab4a6434463e4ca7bf4ec757ddf3ef283152e510fa5a52-d # internal
github.com/lestrrat-go/jwx/jws/sign
mkdir -p $WORK/b114/
cat >$WORK/b114/importcfg << 'EOF' # internal
# import config
packagefile crypto=$WORK/b040/_pkg_.a
packagefile crypto/ecdsa=$WORK/b042/_pkg_.a
packagefile crypto/hmac=$WORK/b089/_pkg_.a
packagefile crypto/rand=$WORK/b054/_pkg_.a
packagefile crypto/rsa=$WORK/b053/_pkg_.a
packagefile crypto/sha256=$WORK/b063/_pkg_.a
packagefile crypto/sha512=$WORK/b051/_pkg_.a
packagefile github.com/lestrrat-go/jwx/jwa=$WORK/b080/_pkg_.a
packagefile github.com/pkg/errors=$WORK/b081/_pkg_.a
packagefile hash=$WORK/b041/_pkg_.a
EOF
cd /builddir/build/BUILD/jwx-0.9.0/_build/src/github.com/lestrrat-go/jwx/jws/sign
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b114/_pkg_.a -trimpath "$WORK/b114=>" -shared -p github.com/lestrrat-go/jwx/jws/sign -complete -installsuffix shared -buildid 7Mit4lPqnR17VwxzJFxU/7Mit4lPqnR17VwxzJFxU -goversion go1.14beta1 -D "" -importcfg $WORK/b114/importcfg -pack ./ecdsa.go ./hmac.go ./interface.go ./rsa.go ./sign.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b114/_pkg_.a # internal
cp $WORK/b114/_pkg_.a /builddir/.cache/go-build/87/870641a1381fbbcde44b7880aeed6af136ed9703229521c5d71a401ec55a64a4-d # internal
github.com/lestrrat-go/jwx/jws/verify
mkdir -p $WORK/b115/
cat >$WORK/b115/importcfg << 'EOF' # internal
# import config
packagefile crypto=$WORK/b040/_pkg_.a
packagefile crypto/ecdsa=$WORK/b042/_pkg_.a
packagefile crypto/hmac=$WORK/b089/_pkg_.a
packagefile crypto/rsa=$WORK/b053/_pkg_.a
packagefile github.com/lestrrat-go/jwx/jwa=$WORK/b080/_pkg_.a
packagefile github.com/lestrrat-go/jwx/jws/sign=$WORK/b114/_pkg_.a
packagefile github.com/pkg/errors=$WORK/b081/_pkg_.a
packagefile math/big=$WORK/b048/_pkg_.a
EOF
cd /builddir/build/BUILD/jwx-0.9.0/_build/src/github.com/lestrrat-go/jwx/jws/verify
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b115/_pkg_.a -trimpath "$WORK/b115=>" -shared -p github.com/lestrrat-go/jwx/jws/verify -complete -installsuffix shared -buildid zxopnwLpuW8mGqUom6iU/zxopnwLpuW8mGqUom6iU -goversion go1.14beta1 -D "" -importcfg $WORK/b115/importcfg -pack ./ecdsa.go ./hmac.go ./interface.go ./rsa.go ./verify.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b115/_pkg_.a # internal
cp $WORK/b115/_pkg_.a /builddir/.cache/go-build/6e/6ea4231635347a88a464044924c241a6e39b8c2964160a880a8c884e533d552f-d # internal
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b056/_pkg_.a # internal
cp $WORK/b056/_pkg_.a /builddir/.cache/go-build/b7/b7ab32367a9889244d4ff5c3d01b5d5e7fc28accfa1604737f996ef86a2dddcd-d # internal
crypto/tls
mkdir -p $WORK/b088/
cat >$WORK/b088/importcfg << 'EOF' # internal
# import config
importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
importmap golang.org/x/crypto/curve25519=vendor/golang.org/x/crypto/curve25519
importmap golang.org/x/crypto/hkdf=vendor/golang.org/x/crypto/hkdf
packagefile bytes=$WORK/b002/_pkg_.a
packagefile container/list=$WORK/b087/_pkg_.a
packagefile crypto=$WORK/b040/_pkg_.a
packagefile crypto/aes=$WORK/b043/_pkg_.a
packagefile crypto/cipher=$WORK/b044/_pkg_.a
packagefile crypto/des=$WORK/b057/_pkg_.a
packagefile crypto/ecdsa=$WORK/b042/_pkg_.a
packagefile crypto/ed25519=$WORK/b059/_pkg_.a
packagefile crypto/elliptic=$WORK/b047/_pkg_.a
packagefile crypto/hmac=$WORK/b089/_pkg_.a
packagefile crypto/md5=$WORK/b061/_pkg_.a
packagefile crypto/rand=$WORK/b054/_pkg_.a
packagefile crypto/rc4=$WORK/b090/_pkg_.a
packagefile crypto/rsa=$WORK/b053/_pkg_.a
packagefile crypto/sha1=$WORK/b062/_pkg_.a
packagefile crypto/sha256=$WORK/b063/_pkg_.a
packagefile crypto/sha512=$WORK/b051/_pkg_.a
packagefile crypto/subtle=$WORK/b046/_pkg_.a
packagefile crypto/x509=$WORK/b056/_pkg_.a
packagefile encoding/asn1=$WORK/b052/_pkg_.a
packagefile encoding/pem=$WORK/b066/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile vendor/golang.org/x/crypto/chacha20poly1305=$WORK/b091/_pkg_.a
packagefile vendor/golang.org/x/crypto/cryptobyte=$WORK/b067/_pkg_.a
packagefile vendor/golang.org/x/crypto/curve25519=$WORK/b096/_pkg_.a
packagefile vendor/golang.org/x/crypto/hkdf=$WORK/b097/_pkg_.a
packagefile hash=$WORK/b041/_pkg_.a
packagefile internal/cpu=$WORK/b007/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile io/ioutil=$WORK/b069/_pkg_.a
packagefile math/big=$WORK/b048/_pkg_.a
packagefile net=$WORK/b071/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile sync/atomic=$WORK/b015/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
EOF
cd /usr/lib/golang/src/crypto/tls
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b088/_pkg_.a -trimpath "$WORK/b088=>" -shared -p crypto/tls -std -complete -installsuffix shared -buildid COk6C3oYSNj4OM18M9Es/COk6C3oYSNj4OM18M9Es -goversion go1.14beta1 -D "" -importcfg $WORK/b088/importcfg -pack ./alert.go ./auth.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_client_tls13.go ./handshake_messages.go ./handshake_server.go ./handshake_server_tls13.go ./key_agreement.go ./key_schedule.go ./prf.go ./ticket.go ./tls.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b088/_pkg_.a # internal
cp $WORK/b088/_pkg_.a /builddir/.cache/go-build/70/709d8121857552cb4b435bda494710a5fedc8c4ce40619d208f97cc15382dce2-d # internal
net/http/httptrace
mkdir -p $WORK/b111/
cat >$WORK/b111/importcfg << 'EOF' # internal
# import config
packagefile context=$WORK/b072/_pkg_.a
packagefile crypto/tls=$WORK/b088/_pkg_.a
packagefile internal/nettrace=$WORK/b074/_pkg_.a
packagefile net=$WORK/b071/_pkg_.a
packagefile net/textproto=$WORK/b105/_pkg_.a
packagefile reflect=$WORK/b024/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
EOF
cd /usr/lib/golang/src/net/http/httptrace
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b111/_pkg_.a -trimpath "$WORK/b111=>" -shared -p net/http/httptrace -std -complete -installsuffix shared -buildid e-XuPydFzWJ_OsK7TP9C/e-XuPydFzWJ_OsK7TP9C -goversion go1.14beta1 -D "" -importcfg $WORK/b111/importcfg -pack ./trace.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b111/_pkg_.a # internal
cp $WORK/b111/_pkg_.a /builddir/.cache/go-build/01/019369ea637b943cea475fc01be30323b90aae6500ea400e6d5e8bbd6afaa11f-d # internal
net/http
mkdir -p $WORK/b083/
cat >$WORK/b083/importcfg << 'EOF' # internal
# import config
importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
packagefile bufio=$WORK/b055/_pkg_.a
packagefile bytes=$WORK/b002/_pkg_.a
packagefile compress/gzip=$WORK/b084/_pkg_.a
packagefile container/list=$WORK/b087/_pkg_.a
packagefile context=$WORK/b072/_pkg_.a
packagefile crypto/rand=$WORK/b054/_pkg_.a
packagefile crypto/tls=$WORK/b088/_pkg_.a
packagefile encoding/base64=$WORK/b020/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile vendor/golang.org/x/net/http/httpguts=$WORK/b098/_pkg_.a
packagefile vendor/golang.org/x/net/http/httpproxy=$WORK/b106/_pkg_.a
packagefile vendor/golang.org/x/net/http2/hpack=$WORK/b107/_pkg_.a
packagefile vendor/golang.org/x/net/idna=$WORK/b099/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile io/ioutil=$WORK/b069/_pkg_.a
packagefile log=$WORK/b103/_pkg_.a
packagefile math=$WORK/b022/_pkg_.a
packagefile math/rand=$WORK/b049/_pkg_.a
packagefile mime=$WORK/b108/_pkg_.a
packagefile mime/multipart=$WORK/b109/_pkg_.a
packagefile net=$WORK/b071/_pkg_.a
packagefile net/http/httptrace=$WORK/b111/_pkg_.a
packagefile net/http/internal=$WORK/b112/_pkg_.a
packagefile net/textproto=$WORK/b105/_pkg_.a
packagefile net/url=$WORK/b077/_pkg_.a
packagefile os=$WORK/b029/_pkg_.a
packagefile path=$WORK/b082/_pkg_.a
packagefile path/filepath=$WORK/b070/_pkg_.a
packagefile reflect=$WORK/b024/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
packagefile sort=$WORK/b028/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile sync/atomic=$WORK/b015/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
EOF
cd /usr/lib/golang/src/net/http
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b083/_pkg_.a -trimpath "$WORK/b083=>" -shared -p net/http -std -complete -installsuffix shared -buildid vz7-tRnvVarVCym0fFGZ/vz7-tRnvVarVCym0fFGZ -goversion go1.14beta1 -D "" -importcfg $WORK/b083/importcfg -pack ./client.go ./clone.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./h2_bundle.go ./header.go ./http.go ./jar.go ./method.go ./request.go ./response.go ./roundtrip.go ./server.go ./sniff.go ./socks_bundle.go ./status.go ./transfer.go ./transport.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b083/_pkg_.a # internal
cp $WORK/b083/_pkg_.a /builddir/.cache/go-build/9f/9fd76331557df3b919803ee694035cc3f160a8ca6632050ef92f03610b193c9d-d # internal
github.com/lestrrat-go/jwx/jwk
mkdir -p $WORK/b039/
cat >$WORK/b039/importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK/b002/_pkg_.a
packagefile crypto=$WORK/b040/_pkg_.a
packagefile crypto/ecdsa=$WORK/b042/_pkg_.a
packagefile crypto/elliptic=$WORK/b047/_pkg_.a
packagefile crypto/rsa=$WORK/b053/_pkg_.a
packagefile crypto/x509=$WORK/b056/_pkg_.a
packagefile encoding/base64=$WORK/b020/_pkg_.a
packagefile encoding/json=$WORK/b018/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile github.com/lestrrat-go/jwx/internal/base64=$WORK/b078/_pkg_.a
packagefile github.com/lestrrat-go/jwx/internal/option=$WORK/b079/_pkg_.a
packagefile github.com/lestrrat-go/jwx/jwa=$WORK/b080/_pkg_.a
packagefile github.com/pkg/errors=$WORK/b081/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile io/ioutil=$WORK/b069/_pkg_.a
packagefile math/big=$WORK/b048/_pkg_.a
packagefile net/http=$WORK/b083/_pkg_.a
packagefile net/url=$WORK/b077/_pkg_.a
packagefile os=$WORK/b029/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
EOF
cd /builddir/build/BUILD/jwx-0.9.0/_build/src/github.com/lestrrat-go/jwx/jwk
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b039/_pkg_.a -trimpath "$WORK/b039=>" -shared -p github.com/lestrrat-go/jwx/jwk -complete -installsuffix shared -buildid 2-OwUJfa-BahtEhNR-Sw/2-OwUJfa-BahtEhNR-Sw -goversion go1.14beta1 -D "" -importcfg $WORK/b039/importcfg -pack ./certchain.go ./ecdsa.go ./headers_gen.go ./interface.go ./jwk.go ./key_ops.go ./option.go ./rsa.go ./symmetric.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b039/_pkg_.a # internal
cp $WORK/b039/_pkg_.a /builddir/.cache/go-build/a4/a43d9653e6abdafebc2b5de3a6456d5e4818d3311cfe48673638e8ccbf784801-d # internal
github.com/lestrrat-go/jwx/jws
mkdir -p $WORK/b113/
cat >$WORK/b113/importcfg << 'EOF' # internal
# import config
packagefile bufio=$WORK/b055/_pkg_.a
packagefile bytes=$WORK/b002/_pkg_.a
packagefile encoding/base64=$WORK/b020/_pkg_.a
packagefile encoding/json=$WORK/b018/_pkg_.a
packagefile github.com/lestrrat-go/jwx/internal/option=$WORK/b079/_pkg_.a
packagefile github.com/lestrrat-go/jwx/jwa=$WORK/b080/_pkg_.a
packagefile github.com/lestrrat-go/jwx/jwk=$WORK/b039/_pkg_.a
packagefile github.com/lestrrat-go/jwx/jws/sign=$WORK/b114/_pkg_.a
packagefile github.com/lestrrat-go/jwx/jws/verify=$WORK/b115/_pkg_.a
packagefile github.com/pkg/errors=$WORK/b081/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile unicode=$WORK/b016/_pkg_.a
EOF
cd /builddir/build/BUILD/jwx-0.9.0/_build/src/github.com/lestrrat-go/jwx/jws
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b113/_pkg_.a -trimpath "$WORK/b113=>" -shared -p github.com/lestrrat-go/jwx/jws -complete -installsuffix shared -buildid d2lW5C17wV7aBLPG4_rS/d2lW5C17wV7aBLPG4_rS -goversion go1.14beta1 -D "" -importcfg $WORK/b113/importcfg -pack ./headers.go ./interface.go ./jws.go ./message.go ./option.go ./signer.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b113/_pkg_.a # internal
cp $WORK/b113/_pkg_.a /builddir/.cache/go-build/a8/a879d1c42a4fbb3ca7e6f4d0fdced340f63b3686b68bc0c7c56c5f8b6740a5f3-d # internal
github.com/lestrrat-go/jwx/cmd/jwx
mkdir -p $WORK/b001/
cat >$WORK/b001/importcfg << 'EOF' # internal
# import config
packagefile bytes=$WORK/b002/_pkg_.a
packagefile encoding/json=$WORK/b018/_pkg_.a
packagefile flag=$WORK/b038/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile github.com/lestrrat-go/jwx/jwk=$WORK/b039/_pkg_.a
packagefile github.com/lestrrat-go/jwx/jws=$WORK/b113/_pkg_.a
packagefile github.com/pkg/errors=$WORK/b081/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile log=$WORK/b103/_pkg_.a
packagefile os=$WORK/b029/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
packagefile runtime/cgo=$WORK/b076/_pkg_.a
EOF
cd /builddir/build/BUILD/jwx-0.9.0/_build/src/github.com/lestrrat-go/jwx/cmd/jwx
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "$WORK/b001=>" -shared -p main -complete -installsuffix shared -buildid nBu6vYquyrDzUaESTxQ2/nBu6vYquyrDzUaESTxQ2 -goversion go1.14beta1 -D "" -importcfg $WORK/b001/importcfg -pack ./jwx.go
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b001/_pkg_.a # internal
cp $WORK/b001/_pkg_.a /builddir/.cache/go-build/dc/dc83fbb1d22493081285e47d082863f68a0ef7eac79896b179abb272418e5ab3-d # internal
cat >$WORK/b001/importcfg.link << 'EOF' # internal
packagefile github.com/lestrrat-go/jwx/cmd/jwx=$WORK/b001/_pkg_.a
packagefile bytes=$WORK/b002/_pkg_.a
packagefile encoding/json=$WORK/b018/_pkg_.a
packagefile flag=$WORK/b038/_pkg_.a
packagefile fmt=$WORK/b026/_pkg_.a
packagefile github.com/lestrrat-go/jwx/jwk=$WORK/b039/_pkg_.a
packagefile github.com/lestrrat-go/jwx/jws=$WORK/b113/_pkg_.a
packagefile github.com/pkg/errors=$WORK/b081/_pkg_.a
packagefile io=$WORK/b012/_pkg_.a
packagefile log=$WORK/b103/_pkg_.a
packagefile os=$WORK/b029/_pkg_.a
packagefile runtime=$WORK/b005/_pkg_.a
packagefile runtime/cgo=$WORK/b076/_pkg_.a
packagefile errors=$WORK/b003/_pkg_.a
packagefile internal/bytealg=$WORK/b006/_pkg_.a
packagefile unicode=$WORK/b016/_pkg_.a
packagefile unicode/utf8=$WORK/b017/_pkg_.a
packagefile encoding=$WORK/b019/_pkg_.a
packagefile encoding/base64=$WORK/b020/_pkg_.a
packagefile math=$WORK/b022/_pkg_.a
packagefile reflect=$WORK/b024/_pkg_.a
packagefile sort=$WORK/b028/_pkg_.a
packagefile strconv=$WORK/b025/_pkg_.a
packagefile strings=$WORK/b036/_pkg_.a
packagefile sync=$WORK/b013/_pkg_.a
packagefile unicode/utf16=$WORK/b037/_pkg_.a
packagefile time=$WORK/b033/_pkg_.a
packagefile internal/fmtsort=$WORK/b027/_pkg_.a
packagefile crypto=$WORK/b040/_pkg_.a
packagefile crypto/ecdsa=$WORK/b042/_pkg_.a
packagefile crypto/elliptic=$WORK/b047/_pkg_.a
packagefile crypto/rsa=$WORK/b053/_pkg_.a
packagefile crypto/x509=$WORK/b056/_pkg_.a
packagefile github.com/lestrrat-go/jwx/internal/base64=$WORK/b078/_pkg_.a
packagefile github.com/lestrrat-go/jwx/internal/option=$WORK/b079/_pkg_.a
packagefile github.com/lestrrat-go/jwx/jwa=$WORK/b080/_pkg_.a
packagefile io/ioutil=$WORK/b069/_pkg_.a
packagefile math/big=$WORK/b048/_pkg_.a
packagefile net/http=$WORK/b083/_pkg_.a
packagefile net/url=$WORK/b077/_pkg_.a
packagefile bufio=$WORK/b055/_pkg_.a
packagefile github.com/lestrrat-go/jwx/jws/sign=$WORK/b114/_pkg_.a
packagefile github.com/lestrrat-go/jwx/jws/verify=$WORK/b115/_pkg_.a
packagefile path=$WORK/b082/_pkg_.a
packagefile internal/oserror=$WORK/b030/_pkg_.a
packagefile internal/poll=$WORK/b031/_pkg_.a
packagefile internal/syscall/unix=$WORK/b034/_pkg_.a
packagefile internal/testlog=$WORK/b035/_pkg_.a
packagefile sync/atomic=$WORK/b015/_pkg_.a
packagefile syscall=$WORK/b032/_pkg_.a
packagefile internal/cpu=$WORK/b007/_pkg_.a
packagefile runtime/internal/atomic=$WORK/b009/_pkg_.a
packagefile runtime/internal/math=$WORK/b010/_pkg_.a
packagefile runtime/internal/sys=$WORK/b011/_pkg_.a
packagefile internal/reflectlite=$WORK/b004/_pkg_.a
packagefile encoding/binary=$WORK/b021/_pkg_.a
packagefile math/bits=$WORK/b023/_pkg_.a
packagefile internal/race=$WORK/b014/_pkg_.a
packagefile hash=$WORK/b041/_pkg_.a
packagefile crypto/aes=$WORK/b043/_pkg_.a
packagefile crypto/cipher=$WORK/b044/_pkg_.a
packagefile crypto/internal/randutil=$WORK/b050/_pkg_.a
packagefile crypto/sha512=$WORK/b051/_pkg_.a
packagefile encoding/asn1=$WORK/b052/_pkg_.a
packagefile crypto/rand=$WORK/b054/_pkg_.a
packagefile crypto/subtle=$WORK/b046/_pkg_.a
packagefile crypto/des=$WORK/b057/_pkg_.a
packagefile crypto/dsa=$WORK/b058/_pkg_.a
packagefile crypto/ed25519=$WORK/b059/_pkg_.a
packagefile crypto/md5=$WORK/b061/_pkg_.a
packagefile crypto/sha1=$WORK/b062/_pkg_.a
packagefile crypto/sha256=$WORK/b063/_pkg_.a
packagefile crypto/x509/pkix=$WORK/b064/_pkg_.a
packagefile encoding/hex=$WORK/b065/_pkg_.a
packagefile encoding/pem=$WORK/b066/_pkg_.a
packagefile vendor/golang.org/x/crypto/cryptobyte=$WORK/b067/_pkg_.a
packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=$WORK/b068/_pkg_.a
packagefile net=$WORK/b071/_pkg_.a
packagefile path/filepath=$WORK/b070/_pkg_.a
packagefile math/rand=$WORK/b049/_pkg_.a
packagefile compress/gzip=$WORK/b084/_pkg_.a
packagefile container/list=$WORK/b087/_pkg_.a
packagefile context=$WORK/b072/_pkg_.a
packagefile crypto/tls=$WORK/b088/_pkg_.a
packagefile vendor/golang.org/x/net/http/httpguts=$WORK/b098/_pkg_.a
packagefile vendor/golang.org/x/net/http/httpproxy=$WORK/b106/_pkg_.a
packagefile vendor/golang.org/x/net/http2/hpack=$WORK/b107/_pkg_.a
packagefile vendor/golang.org/x/net/idna=$WORK/b099/_pkg_.a
packagefile mime=$WORK/b108/_pkg_.a
packagefile mime/multipart=$WORK/b109/_pkg_.a
packagefile net/http/httptrace=$WORK/b111/_pkg_.a
packagefile net/http/internal=$WORK/b112/_pkg_.a
packagefile net/textproto=$WORK/b105/_pkg_.a
packagefile crypto/hmac=$WORK/b089/_pkg_.a
packagefile crypto/internal/subtle=$WORK/b045/_pkg_.a
packagefile crypto/ed25519/internal/edwards25519=$WORK/b060/_pkg_.a
packagefile vendor/golang.org/x/net/dns/dnsmessage=$WORK/b073/_pkg_.a
packagefile internal/nettrace=$WORK/b074/_pkg_.a
packagefile internal/singleflight=$WORK/b075/_pkg_.a
packagefile compress/flate=$WORK/b085/_pkg_.a
packagefile hash/crc32=$WORK/b086/_pkg_.a
packagefile crypto/rc4=$WORK/b090/_pkg_.a
packagefile vendor/golang.org/x/crypto/chacha20poly1305=$WORK/b091/_pkg_.a
packagefile vendor/golang.org/x/crypto/curve25519=$WORK/b096/_pkg_.a
packagefile vendor/golang.org/x/crypto/hkdf=$WORK/b097/_pkg_.a
packagefile vendor/golang.org/x/text/secure/bidirule=$WORK/b100/_pkg_.a
packagefile vendor/golang.org/x/text/unicode/bidi=$WORK/b102/_pkg_.a
packagefile vendor/golang.org/x/text/unicode/norm=$WORK/b104/_pkg_.a
packagefile mime/quotedprintable=$WORK/b110/_pkg_.a
packagefile vendor/golang.org/x/crypto/chacha20=$WORK/b092/_pkg_.a
packagefile vendor/golang.org/x/crypto/internal/subtle=$WORK/b093/_pkg_.a
packagefile vendor/golang.org/x/crypto/poly1305=$WORK/b094/_pkg_.a
packagefile vendor/golang.org/x/sys/cpu=$WORK/b095/_pkg_.a
packagefile vendor/golang.org/x/text/transform=$WORK/b101/_pkg_.a
EOF
mkdir -p $WORK/b001/exe/
cd .
/usr/lib/golang/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -buildmode=pie -buildid=bicKFvn5IQwjiP8qYnMq/nBu6vYquyrDzUaESTxQ2/LHWeRFc4X35Adid0CqkY/bicKFvn5IQwjiP8qYnMq -X github.com/lestrrat-go/jwx/version=0.9.0 -B 0x4f4fa42050fdccc77c76aae0772452dda2e1c2a3 -extldflags "-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld " -extld=gcc $WORK/b001/_pkg_.a
/usr/lib/golang/pkg/tool/linux_amd64/buildid -w $WORK/b001/exe/a.out # internal
mkdir -p /builddir/build/BUILD/jwx-0.9.0/_build/bin/
cp $WORK/b001/exe/a.out /builddir/build/BUILD/jwx-0.9.0/_build/bin/jwx
rm -r $WORK/b001/
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bb1U0t
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64
++ dirname /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64
+ cd jwx-0.9.0
+ cd /builddir/build/BUILD/jwx-0.9.0/_build/src/github.com/lestrrat-go/jwx
+ IFS=
+ gosupfiles=
+ mapfile -t gosupfilesA
+ go-rpm-integration install -i github.com/lestrrat-go/jwx -b /builddir/build/BUILD/jwx-0.9.0/_build/bin -s /builddir/build/BUILD/jwx-0.9.0/_build -o golang-github-lestrrat-jwx-devel.file-list -O /builddir/build/BUILD/jwx-0.9.0 -V 0.9.0-1.fc32 -p /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64 -g /usr/share/gocode -r '.*example.*'
Installing: github.com/lestrrat-go/jwx
realpath: go.mod: No such file or directory
+ IFS=
+++ realpath -e --relative-base=. README.md jwt/README.md
+++ sort -u
++ listfiles_include='README.md
jwt/README.md'
++ echo 'README.md
jwt/README.md'
+ godocs='README.md
jwt/README.md'
+ [[ -n README.md
jwt/README.md ]]
+ IFS=
+ read -r f
+ echo %doc '"README.md"'
+ IFS=
+ read -r f
+ echo %doc '"jwt/README.md"'
+ IFS=
+ read -r f
+ IFS=
+++ realpath -e --relative-base=. LICENSE
+++ sort -u
++ listfiles_include=LICENSE
++ echo LICENSE
+ golicenses=LICENSE
+ [[ -n LICENSE ]]
+ IFS=
+ read -r f
+ echo %license '"LICENSE"'
+ IFS=
+ read -r f
+ install -m 0755 -vd /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/bin
install: creating directory '/builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/bin'
+ install -m 0755 -vp /builddir/build/BUILD/jwx-0.9.0/_build/bin/jwx /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/bin/
'/builddir/build/BUILD/jwx-0.9.0/_build/bin/jwx' -> '/builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/bin/jwx'
+ /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.9.0-1.fc32 --unique-debug-suffix -0.9.0-1.fc32.x86_64 --unique-debug-src-base golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64 --run-dwz --dwz-low-mem-die-limit 0 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/jwx-0.9.0
explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/bin/jwx
extracting debug info from /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/bin/jwx
warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts
of file /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/bin/jwx.
Use `info auto-load python-scripts [REGEXP]' to list them.
original debug info size: 6700kB, size after compression: 6388kB
/usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
177 blocks
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.dPWQat
+ umask 022
+ cd /builddir/build/BUILD
+ cd jwx-0.9.0
+ LDFLAGS='-X github.com/lestrrat-go/jwx/version=0.9.0'
+ GO_TEST_FLAGS='-buildmode pie -compiler gc'
+ GO_TEST_EXT_LD_FLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '
+ go-rpm-integration check -i github.com/lestrrat-go/jwx -b /builddir/build/BUILD/jwx-0.9.0/_build/bin -s /builddir/build/BUILD/jwx-0.9.0/_build -V 0.9.0-1.fc32 -p /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64 -g /usr/share/gocode -r '.*example.*'
Testing    in: /builddir/build/BUILD/jwx-0.9.0/_build/src
         PATH: /builddir/build/BUILD/jwx-0.9.0/_build/bin:/builddir/.local/bin:/builddir/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin
       GOPATH: /builddir/build/BUILD/jwx-0.9.0/_build:/usr/share/gocode
  GO111MODULE: off
      command: go test -buildmode pie -compiler gc -ldflags "-X github.com/lestrrat-go/jwx/version=0.9.0 -extldflags '-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '"
      testing: github.com/lestrrat-go/jwx
github.com/lestrrat-go/jwx/buffer
PASS
ok  	github.com/lestrrat-go/jwx/buffer	0.013s
github.com/lestrrat-go/jwx/internal/concatkdf
PASS
ok  	github.com/lestrrat-go/jwx/internal/concatkdf	0.007s
github.com/lestrrat-go/jwx/internal/ecdsautil
PASS
ok  	github.com/lestrrat-go/jwx/internal/ecdsautil	0.021s
github.com/lestrrat-go/jwx/internal/padbuf
PASS
ok  	github.com/lestrrat-go/jwx/internal/padbuf	0.009s
github.com/lestrrat-go/jwx/internal/rsautil
PASS
ok  	github.com/lestrrat-go/jwx/internal/rsautil	0.012s
github.com/lestrrat-go/jwx/jwe
PASS
ok  	github.com/lestrrat-go/jwx/jwe	0.801s
github.com/lestrrat-go/jwx/jwe/aescbc
PASS
ok  	github.com/lestrrat-go/jwx/jwe/aescbc	0.007s
github.com/lestrrat-go/jwx/jws/sign
PASS
ok  	github.com/lestrrat-go/jwx/jws/sign	0.007s
github.com/lestrrat-go/jwx/jws/verify
PASS
ok  	github.com/lestrrat-go/jwx/jws/verify	0.007s
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.okitew
+ umask 022
+ cd /builddir/build/BUILD
+ cd jwx-0.9.0
+ DOCDIR=/builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/share/doc/golang-github-lestrrat-jwx
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/share/doc/golang-github-lestrrat-jwx
+ cp -pr README.md /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/share/doc/golang-github-lestrrat-jwx
+ cp -pr jwt/README.md /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/share/doc/golang-github-lestrrat-jwx
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.uPoyzt
+ umask 022
+ cd /builddir/build/BUILD
+ cd jwx-0.9.0
+ LICENSEDIR=/builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/share/licenses/golang-github-lestrrat-jwx
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/share/licenses/golang-github-lestrrat-jwx
+ cp -pr LICENSE /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/share/licenses/golang-github-lestrrat-jwx
+ RPM_EC=0
++ jobs -p
+ exit 0
warning: File listed twice: /usr/share/doc/golang-github-lestrrat-jwx/README.md
Provides: golang-github-lestrrat-jwx = 0.9.0-1.fc32 golang-github-lestrrat-jwx(x86-64) = 0.9.0-1.fc32
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.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
Processing files: golang-github-lestrrat-jwx-devel-0.9.0-1.fc32.noarch
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9aiqiu
+ umask 022
+ cd /builddir/build/BUILD
+ cd jwx-0.9.0
+ DOCDIR=/builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/share/doc/golang-github-lestrrat-jwx-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/share/doc/golang-github-lestrrat-jwx-devel
+ cp -pr README.md /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/share/doc/golang-github-lestrrat-jwx-devel
+ cp -pr jwt/README.md /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/share/doc/golang-github-lestrrat-jwx-devel
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YPyPwx
+ umask 022
+ cd /builddir/build/BUILD
+ cd jwx-0.9.0
+ LICENSEDIR=/builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/share/licenses/golang-github-lestrrat-jwx-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/share/licenses/golang-github-lestrrat-jwx-devel
+ cp -pr LICENSE /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64/usr/share/licenses/golang-github-lestrrat-jwx-devel
+ RPM_EC=0
++ jobs -p
+ exit 0
warning: File listed twice: /usr/share/doc/golang-github-lestrrat-jwx-devel/README.md
Provides: golang(github.com/lestrrat-go/jwx) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/buffer) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/internal/base64) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/internal/concatkdf) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/internal/debug) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/internal/ecdsautil) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/internal/option) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/internal/padbuf) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/internal/rsautil) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/jwa) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/jwe) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/jwe/aescbc) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/jwk) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/jws) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/jws/sign) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/jws/verify) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/jwt) = 0.9.0-1.fc32 golang(github.com/lestrrat-go/jwx/jwt/internal/types) = 0.9.0-1.fc32 golang-github-lestrrat-jwx-devel = 0.9.0-1.fc32 golang-ipath(github.com/lestrrat-go/jwx) = 0.9.0-1.fc32
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: go-filesystem golang(github.com/pkg/errors)
Processing files: golang-github-lestrrat-jwx-debugsource-0.9.0-1.fc32.x86_64
Provides: golang-github-lestrrat-jwx-debugsource = 0.9.0-1.fc32 golang-github-lestrrat-jwx-debugsource(x86-64) = 0.9.0-1.fc32
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: golang-github-lestrrat-jwx-debuginfo-0.9.0-1.fc32.x86_64
Provides: debuginfo(build-id) = a230a852a405b26288e5eccb74b414677ce6a536 golang-github-lestrrat-jwx-debuginfo = 0.9.0-1.fc32 golang-github-lestrrat-jwx-debuginfo(x86-64) = 0.9.0-1.fc32
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: golang-github-lestrrat-jwx-debugsource(x86-64) = 0.9.0-1.fc32
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64
Wrote: /builddir/build/RPMS/golang-github-lestrrat-jwx-devel-0.9.0-1.fc32.noarch.rpm
Wrote: /builddir/build/RPMS/golang-github-lestrrat-jwx-debugsource-0.9.0-1.fc32.x86_64.rpm
Wrote: /builddir/build/RPMS/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64.rpm
Wrote: /builddir/build/RPMS/golang-github-lestrrat-jwx-debuginfo-0.9.0-1.fc32.x86_64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YHIFOt
+ umask 022
+ cd /builddir/build/BUILD
+ cd jwx-0.9.0
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/golang-github-lestrrat-jwx-0.9.0-1.fc32.x86_64
+ RPM_EC=0
++ jobs -p
+ exit 0
Finish: rpmbuild golang-github-lestrrat-jwx-0.9.0-1.fc32.src.rpm
Finish: build phase for golang-github-lestrrat-jwx-0.9.0-1.fc32.src.rpm
INFO: chroot_scan: 3 files copied to /var/lib/copr-rpmbuild/results/chroot_scan
INFO: /var/lib/mock/1182995-fedora-rawhide-x86_64-1579989762.794769/root/var/log/dnf.rpm.log
/var/lib/mock/1182995-fedora-rawhide-x86_64-1579989762.794769/root/var/log/dnf.librepo.log
/var/lib/mock/1182995-fedora-rawhide-x86_64-1579989762.794769/root/var/log/dnf.log
INFO: Done(/var/lib/copr-rpmbuild/results/golang-github-lestrrat-jwx-0.9.0-1.fc32.src.rpm) Config(child) 1 minutes 14 seconds
INFO: Results and/or logs in: /var/lib/copr-rpmbuild/results
INFO: Cleaning up build root ('cleanup_on_success=True')
Start: clean chroot
INFO: unmounting tmpfs.
Finish: clean chroot
Finish: run
WARNING: Could not find required logging config file: /var/lib/copr-rpmbuild/results/configs/logging.ini. Using default...
INFO: mock.py version 1.4.21 starting (python version = 3.7.6)...
Start: init plugins
INFO: tmpfs initialized
INFO: selinux enabled
INFO: chroot_scan: initialized
INFO: compress_logs: initialized
Finish: init plugins
INFO: Signal handler active
Start: run
Start: scrub ['cache']
INFO: scrubbing cache for child
Finish: scrub ['cache']
Finish: run