D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/singularity-3.8.7-2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.drpPkw Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ZKwu1t + umask 022 + cd /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export RPM_BUILD_ROOT=/home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT + RPM_BUILD_ROOT=/home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT + '[' -d singularity-3.8.7 ']' + mkdir singularity-3.8.7 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.tiJ6iO + umask 022 + cd /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd singularity-3.8.7 + mkdir -p gopath/src/github.com/sylabs + tar -C gopath/src/github.com/sylabs/ -xf /home/pterjan/rpmbuild/SOURCES/singularity-3.8.7.tar.gz + pushd gopath/src/github.com/sylabs ~/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath/src/github.com/sylabs ~/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7 + patch -p0 --no-backup-if-mismatch --fuzz=0 patching file singularity-3.8.7/internal/pkg/runtime/engine/config/starter/starter_linux.go patching file singularity-3.8.7/cmd/starter/main_linux.go + mv singularity-3.8.7 singularity + popd ~/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7 + export GOPATH=/home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath + GOPATH=/home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath + export PATH=/home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/pterjan/.local/bin:/home/pterjan/bin + PATH=/home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/pterjan/.local/bin:/home/pterjan/bin + cd /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath/src/github.com/sylabs/singularity + ./mconfig -V 3.8.7-2.mga10 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info Configuring for project `singularity' with languages: C, Golang => running pre-basechecks project specific checks ... => running base system checks ... checking: host C compiler... cc checking: host C++ compiler... c++ checking: host Go compiler (at least version 1.16.12)... /usr/bin/go checking: host C compiler option -Wall... yes checking: host C compiler option -Werror... yes checking: host C compiler option -Wfatal-errors... yes checking: host C compiler option -Wno-unknown-warning-option... yes checking: host C compiler option -Wstrict-prototypes... yes checking: host C compiler option -Wpointer-arith... yes checking: host C compiler option -Wbad-function-cast... yes checking: host C compiler option -Woverlength-strings... yes checking: host C compiler option -Wframe-larger-than=2047... yes checking: host C compiler option -Wno-sign-compare... yes checking: host C compiler option -Wclobbered... yes checking: host C compiler option -Wempty-body... yes checking: host C compiler option -Wmissing-parameter-type... yes checking: host C compiler option -Wtype-limits... yes checking: host C compiler option -Wunused-parameter... yes checking: host C compiler option -Wunused-but-set-parameter... yes checking: host C compiler option -Wno-discarded-qualifiers... yes checking: host C compiler option -Wno-incompatible-pointer-types... yes checking: host C compiler option -pipe... yes checking: host C compiler option -fmessage-length=0... yes checking: host C compiler option -fPIC... yes checking: host `ar' path... ar checking: host `ld' path... ld checking: host `ranlib' path... ranlib checking: host `objcopy' path... objcopy checking: target C compiler... cc checking: target C++ compiler... c++ checking: target `ar' path... ar checking: target `ld' path... ld checking: target `ranlib' path... ranlib checking: target `objcopy' path... objcopy checking: host compiles static binaries... no checking: target compiles static binaries... no checking: host os type... unix checking: host architecture... x86_64 checking: target architecture... x86_64 checking: host architecture word size... 64 checking: target architecture word size... 64 checking: project version... 3.8.7-2.mga10 checking: project short version... 3.8.7-2.mga10 => running post-basechecks project specific checks ... checking: namespace: CLONE_NEWPID... yes checking: namespace: CLONE_FS... yes checking: namespace: CLONE_NEWNS... yes checking: namespace: CLONE_NEWUSER... yes checking: namespace: CLONE_NEWIPC... yes checking: namespace: CLONE_NEWNET... yes checking: namespace: CLONE_NEWUTS... yes checking: namespace: CLONE_NEWCGROUP... yes checking: feature: NO_NEW_PRIVS... yes checking: feature: MS_SLAVE... yes checking: feature: MS_REC... yes checking: feature: MS_PRIVATE... yes checking: user capabilities... yes checking: header linux/securebits.h... yes checking: header linux/capability.h... yes checking: libseccomp+headers... yes checking: cryptsetup... yes => generating fragments ... => building Makefile ... => generating singularity.spec ... => project singularity setup with : - host arch: x86_64 - host wordsize: 64-bit - host C compiler: cc - host Go compiler: /usr/bin/go - host system: unix --- - target arch: x86_64 - target wordsize: 64-bit - target C compiler: cc --- - config profile: release --- - SUID install: yes - Network plugins: yes --- - verbose: no --- - cryptsetup: /usr/sbin/cryptsetup --- - version: 3.8.7-2.mga10 => /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath/src/github.com/sylabs/singularity/builddir/Makefile ready, try: $ cd /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath/src/github.com/sylabs/singularity/builddir $ make + cd builddir + make old_config= GEN GO DEP /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath/src/github.com/sylabs/singularity/builddir/singularity.d go: github.com/AdamKorcz/go-fuzz-headers@v0.0.0-20210319161527-f761c2329661: Get "https://proxy.golang.org/github.com/%21adam%21korcz/go-fuzz-headers/@v/v0.0.0-20210319161527-f761c2329661.mod": dial tcp: lookup proxy.golang.org: no such host GEN GO DEP /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath/src/github.com/sylabs/singularity/builddir/starter.d go: github.com/AdamKorcz/go-fuzz-headers@v0.0.0-20210319161527-f761c2329661: Get "https://proxy.golang.org/github.com/%21adam%21korcz/go-fuzz-headers/@v/v0.0.0-20210319161527-f761c2329661.mod": dial tcp: lookup proxy.golang.org: no such host GEN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath/src/github.com/sylabs/singularity/scripts/go-generate GO singularity [+] GO_TAGS "containers_image_openpgp sylog oci_engine singularity_engine fakeroot_engine apparmor selinux seccomp" GEN etc/bash_completion.d/singularity GEN singularity.conf CNI PLUGIN dhcp CNI PLUGIN host-local CNI PLUGIN static CNI PLUGIN bridge CNI PLUGIN host-device CNI PLUGIN ipvlan CNI PLUGIN loopback CNI PLUGIN macvlan CNI PLUGIN ptp CNI PLUGIN vlan CNI PLUGIN bandwidth CNI PLUGIN firewall CNI PLUGIN flannel CNI PLUGIN portmap CNI PLUGIN tuning GO clean -cache GO cmd/starter/c/starter GO cmd/starter/c/starter-suid [+] GO_TAGS "containers_image_openpgp sylog singularity_engine fakeroot_engine apparmor selinux seccomp" GEN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath/src/github.com/sylabs/singularity/scripts/go-test + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.odPB5L + umask 022 + cd /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build + mkdir /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' 1 -eq 1 ']' + cd singularity-3.8.7 + export GOPATH=/home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath + GOPATH=/home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath + export PATH=/home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/pterjan/.local/bin:/home/pterjan/bin + PATH=/home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/pterjan/.local/bin:/home/pterjan/bin + cd /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath/src/github.com/sylabs/singularity/builddir + mkdir -p /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/share/man/man1 + make DESTDIR=/home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT install man GEN GO DEP /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath/src/github.com/sylabs/singularity/builddir/singularity.d go: github.com/AdamKorcz/go-fuzz-headers@v0.0.0-20210319161527-f761c2329661: Get "https://proxy.golang.org/github.com/%21adam%21korcz/go-fuzz-headers/@v/v0.0.0-20210319161527-f761c2329661.mod": dial tcp: lookup proxy.golang.org: no such host GEN GO DEP /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/singularity-3.8.7/gopath/src/github.com/sylabs/singularity/builddir/starter.d go: github.com/AdamKorcz/go-fuzz-headers@v0.0.0-20210319161527-f761c2329661: Get "https://proxy.golang.org/github.com/%21adam%21korcz/go-fuzz-headers/@v/v0.0.0-20210319161527-f761c2329661.mod": dial tcp: lookup proxy.golang.org: no such host GO singularity [+] GO_TAGS "containers_image_openpgp sylog oci_engine singularity_engine fakeroot_engine apparmor selinux seccomp" INSTALL /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/bin/singularity INSTALL /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/etc/bash_completion.d/singularity INSTALL /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/etc/singularity/singularity.conf INSTALL /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/etc/singularity/remote.yaml INSTALL CNI PLUGIN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/dhcp INSTALL CNI PLUGIN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/host-local INSTALL CNI PLUGIN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/static INSTALL CNI PLUGIN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/bridge INSTALL CNI PLUGIN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/host-device INSTALL CNI PLUGIN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/ipvlan INSTALL CNI PLUGIN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/loopback INSTALL CNI PLUGIN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/macvlan INSTALL CNI PLUGIN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/ptp INSTALL CNI PLUGIN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/vlan INSTALL CNI PLUGIN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/bandwidth INSTALL CNI PLUGIN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/firewall INSTALL CNI PLUGIN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/flannel INSTALL CNI PLUGIN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/portmap INSTALL CNI PLUGIN /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/tuning INSTALL CNI CONFIGURATION FILES GO cmd/starter/c/starter INSTALL /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/bin/starter INSTALL /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/var/singularity/mnt/session INSTALL /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/bin/run-singularity INSTALL /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/etc/singularity/capability.json INSTALL /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/etc/singularity/ecl.toml INSTALL /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/etc/singularity/seccomp-profiles/default.json INSTALL /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/etc/singularity/nvliblist.conf INSTALL /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/etc/singularity/rocmliblist.conf INSTALL /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/etc/singularity/cgroups/cgroups.toml INSTALL /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/etc/singularity/global-pgp-public GO cmd/starter/c/starter-suid [+] GO_TAGS "containers_image_openpgp sylog singularity_engine fakeroot_engine apparmor selinux seccomp" INSTALL SUID /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/bin/starter-suid /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/bin/starter-suid -- installed with incorrect permissions MAN mkdir -p /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/share/man/man1 INFO:  Creating Singularity man pages at /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/share/man/man1 WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan WARNING: go-md2man does not handle node type HTMLSpan DONE make: Nothing to be done for 'man'. + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 3.8.7-2.mga10 --unique-debug-suffix -3.8.7-2.mga10.x86_64 --unique-debug-src-base singularity-3.8.7-2.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/ find-debuginfo: starting Extracting debug info from 18 files warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/flannel. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/static. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/loopback. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/host-local. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/bandwidth. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/ipvlan. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/host-device. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/portmap. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/macvlan. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/ptp. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/firewall. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/bridge. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/dhcp. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/bin/starter. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/bin/starter-suid. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/bin/singularity. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/tuning. Use `info auto-load python-scripts [REGEXP]' to list them. warning: Unsupported auto-load script at offset 0 in section .debug_gdb_scripts of file /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/vlan. Use `info auto-load python-scripts [REGEXP]' to list them. DWARF-compressing 18 files dwz: ./usr/bin/singularity-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/bin/starter-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/bin/starter-suid-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/cni/bandwidth-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/cni/bridge-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/cni/dhcp-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/cni/firewall-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/cni/flannel-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/cni/host-device-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/cni/host-local-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/cni/ipvlan-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/cni/loopback-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/cni/macvlan-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/cni/portmap-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/cni/ptp-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/cni/static-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/cni/tuning-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: ./usr/libexec/singularity/cni/vlan-3.8.7-2.mga10.x86_64.debug: Found compressed .debug_info section, not attempting dwz compression dwz: Too few files for multifile optimization sepdebugcrcfix: Updated 0 CRC32s, 18 CRC32s did match. Creating .debug symlinks for symlinks to ELF files find-debuginfo: done + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/run-singularity from /bin/sh to #!/usr/bin/sh + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: singularity-3.8.7-2.mga10.x86_64 Provides: config(singularity) = 3.8.7-2.mga10 singularity = 3.8.7-2.mga10 singularity(x86-64) = 3.8.7-2.mga10 singularity-runtime 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.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.9)(64bit) libresolv.so.2()(64bit) libseccomp.so.2()(64bit) Obsoletes: singularity-runtime <= 3.8.7 Processing files: singularity-debuginfo-3.8.7-2.mga10.x86_64 Provides: debuginfo(build-id) = 03a0c983f0225ba8cb6629ceee7d3abd5f13cd73 debuginfo(build-id) = 0e9fbc3528587200e34f7b253497f0a1a6690242 debuginfo(build-id) = 37fdefcd27ef3344a9d6848a4f67abaa3b23f660 debuginfo(build-id) = 398015232536c4437ffc34ce7ed15b9993a1b555 debuginfo(build-id) = 5fb04564fef386c7974469bb786404039f0f4d4a debuginfo(build-id) = 654c0ccd82131c78a88a4b2af02e5740f691ed62 debuginfo(build-id) = 6c2bddf3eadb5b08012fb96730f7d49575a575ad debuginfo(build-id) = 6cfaf6c19b8ebecc78f300d2febe8309936c0c62 debuginfo(build-id) = 8e6e1ce0cfa178afe13dfce006a4275b082cf72e debuginfo(build-id) = a207f2ba8aaa529964faf873378ce6ffbcd999bc debuginfo(build-id) = ad6c5c8852367eca719b84985c1c7ea7bebe9731 debuginfo(build-id) = b1ad890f0cbb78a8018d98d44a85d201d527e3a8 debuginfo(build-id) = b48a54a81a71efe019ac58e57dcaf25a06097fbe debuginfo(build-id) = bc3b9314e31a24ef11556bbd4692bf72bb9bcf53 debuginfo(build-id) = c16e9b0c078256e1d6310abfc59d99f6a58684eb debuginfo(build-id) = c468a0ff83360557751058c02a9a2c0a151a707d debuginfo(build-id) = d179d61d75189db249418cbac634c69cba5ea5e6 debuginfo(build-id) = d944ef461e9229f7118cd48eb748a657d9175b0a singularity-debuginfo = 3.8.7-2.mga10 singularity-debuginfo(x86-64) = 3.8.7-2.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/singularity-debuginfo-3.8.7-2.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/singularity-3.8.7-2.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.d5zPKc + umask 022 + cd /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build + test -d /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build + rm -rf /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!