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.gD0mkL Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.fWo1VY + 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.SfukfR + 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.0W01K8 + 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/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/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/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/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/bridge. Use `info auto-load python-scripts [REGEXP]' to list them. warning: 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 0Unsupported auto-load script at offset in section 0.debug_gdb_scripts in section of file .debug_gdb_scripts/home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/bandwidth of file . Use `info auto-load /home/pterjan/rpmbuild/BUILD/singularity-3.8.7-build/BUILDROOT/usr/libexec/singularity/cni/ipvlanpython. Use `info auto-load -scripts [REGEXP]' to list them.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/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/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/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-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/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/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/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) = 0bc58674b6b2d3685938d0fe624ac20877b70f49 debuginfo(build-id) = 0e6b1688835b96627d2a3adc71532b2e9948b683 debuginfo(build-id) = 1f003d5058698ca36ecda5d7cedf8609a23a517e debuginfo(build-id) = 3292cf010cfdcfdd18b7fb34d3799fd5b9d74ff2 debuginfo(build-id) = 3c66fd4f5937df80f816d21c3004c7283148ed08 debuginfo(build-id) = 3e7831a4344406faa107cabac620bba55b5e8421 debuginfo(build-id) = 4c464017f57afb6bde6e9cd61e29f163d70a5d5a debuginfo(build-id) = 5a3721a314fdae2278b2584bba67296536f5f786 debuginfo(build-id) = 5faab27b0b5f4da3aadbcae257dda7ca50f12ab4 debuginfo(build-id) = 6c47456cd2f2214d2fe9556aa909e1aa9715c1be debuginfo(build-id) = 752231af766f539cb18ca9d4d843123ae7e517a9 debuginfo(build-id) = 7f3d865e63c1575bd51e08d0c642e18e92eee469 debuginfo(build-id) = 80570072bb983c745ddbb67a4ddeed5552e54991 debuginfo(build-id) = 90328ee4a607c0a56757b6b2058f92b7b0ba1dbf debuginfo(build-id) = a1e7547e24bf03da4d23fcfe4f297286464cbe50 debuginfo(build-id) = aabb739a22fed36382e72629d235b3ceafae7301 debuginfo(build-id) = daf1a8b4604077bb2de68de413ff55f2cc2cbac8 debuginfo(build-id) = dcca48517d952949194d4297fd22308024e59d2c 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.sc5QIn + 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!