>>> singularity: Building testing/singularity 3.8.7-r8 (using abuild 3.10.0_rc1-r2) started Wed, 02 Nov 2022 11:52:59 +0000 >>> singularity: Checking sanity of /home/buildozer/aports/testing/singularity/APKBUILD... >>> singularity: Analyzing dependencies... >>> singularity: Installing for build: build-base squashfs-tools bash cni-plugins cryptsetup go libseccomp-dev (1/19) Installing xz-libs (5.2.7-r0) (2/19) Installing lzo (2.10-r3) (3/19) Installing squashfs-tools (4.5.1-r1) (4/19) Installing readline (8.2.0-r0) (5/19) Installing bash (5.2.2-r0) Executing bash-5.2.2-r0.post-install (6/19) Installing cni-plugins (1.1.1-r8) (7/19) Installing libblkid (2.38.1-r0) (8/19) Installing argon2-libs (20190702-r2) (9/19) Installing device-mapper-libs (2.02.188-r0) (10/19) Installing json-c (0.16-r0) (11/19) Installing libuuid (2.38.1-r0) (12/19) Installing cryptsetup-libs (2.5.0-r2) (13/19) Installing cryptsetup (2.5.0-r2) (14/19) Installing go (1.19.3-r0) (15/19) Installing linux-headers (5.19.5-r0) (16/19) Installing libseccomp (2.5.4-r0) (17/19) Installing libseccomp-dev (2.5.4-r0) (18/19) Installing .makedepends-singularity (20221102.115303) (19/19) Installing cryptsetup-openrc (2.5.0-r2) Executing busybox-1.35.0-r27.trigger OK: 735 MiB in 115 packages >>> singularity: Cleaning up srcdir >>> singularity: Cleaning up pkgdir >>> singularity: Fetching https://distfiles.alpinelinux.org/distfiles/edge/singularity-3.8.7.tar.gz >>> singularity: Fetching https://distfiles.alpinelinux.org/distfiles/edge/singularity-3.8.7.tar.gz >>> singularity: Checking sha512sums... singularity-3.8.7.tar.gz: OK >>> singularity: Unpacking /var/cache/distfiles/singularity-3.8.7.tar.gz... 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... /usr/riscv64-alpine-linux-musl/bin/ar checking: host `ld' path... /usr/riscv64-alpine-linux-musl/bin/ld checking: host `ranlib' path... /usr/riscv64-alpine-linux-musl/bin/ranlib checking: host `objcopy' path... /usr/riscv64-alpine-linux-musl/bin/objcopy checking: target C compiler... cc checking: target C++ compiler... c++ checking: target `ar' path... /usr/riscv64-alpine-linux-musl/bin/ar checking: target `ld' path... /usr/riscv64-alpine-linux-musl/bin/ld checking: target `ranlib' path... /usr/riscv64-alpine-linux-musl/bin/ranlib checking: target `objcopy' path... /usr/riscv64-alpine-linux-musl/bin/objcopy checking: host compiles static binaries... yes checking: target compiles static binaries... yes checking: host os type... unix checking: host architecture... not found! checking: target architecture... not found! checking: host architecture word size... not found! checking: target architecture word size... not found! checking: project version... 3.8.7 checking: project short version... 3.8.7 => 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: unknown - host wordsize: unknown-bit - host C compiler: cc - host Go compiler: /usr/bin/go - host system: unix --- - target arch: unknown - target wordsize: unknown-bit - target C compiler: cc --- - config profile: release --- - SUID install: yes - Network plugins: no --- - verbose: no --- - cryptsetup: /sbin/cryptsetup --- - version: 3.8.7 => /home/buildozer/aports/testing/singularity/src/singularity-3.8.7/builddir/Makefile ready, try: $ cd /home/buildozer/aports/testing/singularity/src/singularity-3.8.7/builddir $ make make: Entering directory '/home/buildozer/aports/testing/singularity/src/singularity-3.8.7/builddir' GEN GO DEP /home/buildozer/aports/testing/singularity/src/singularity-3.8.7/builddir/starter.d go: downloading github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 go: downloading golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef go: downloading github.com/hpcng/sif v1.6.0 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/blang/semver/v4 v4.0.0 go: downloading github.com/seccomp/libseccomp-golang v0.9.1 go: downloading github.com/seccomp/containers-golang v0.6.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/containerd/cgroups v1.0.1 go: downloading github.com/kr/pty v1.1.8 go: downloading github.com/pelletier/go-toml v1.9.3 go: downloading github.com/hpcng/golang-x-crypto v0.0.0-20210830200829-e6b35e3fb874 go: downloading github.com/opencontainers/selinux v1.10.0 go: downloading mvdan.cc/sh/v3 v3.4.3-0.20220202175809-113ed667a8a7 go: downloading github.com/containernetworking/plugins v0.9.1 go: downloading github.com/containernetworking/cni v0.8.1 go: downloading github.com/sylabs/scs-key-client v0.6.2 go: downloading github.com/creack/pty v1.1.15 go: downloading github.com/blang/semver v3.5.1+incompatible go: downloading github.com/sylabs/json-resp v0.8.0 go: downloading github.com/coreos/go-systemd/v22 v22.3.2 go: downloading github.com/godbus/dbus/v5 v5.0.4 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/docker/go-units v0.4.0 go: downloading golang.org/x/term v0.0.0-20210916214954-140adaaadfaf go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c go: downloading github.com/coreos/go-iptables v0.5.0 go: downloading github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852 go: downloading github.com/safchain/ethtool v0.0.0-20190326074333-42ed695e3de8 go: downloading github.com/godbus/dbus v4.1.0+incompatible go: downloading github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e go: downloading github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae go: downloading github.com/satori/go.uuid v1.2.1-0.20180404165556-75cca531ea76 GEN GO DEP /home/buildozer/aports/testing/singularity/src/singularity-3.8.7/builddir/singularity.d go: downloading github.com/containers/image/v5 v5.17.0 go: downloading github.com/sylabs/scs-library-client v1.0.5 go: downloading github.com/sylabs/scs-build-client v0.2.1 go: downloading github.com/spf13/cobra v1.2.1 go: downloading github.com/fatih/color v1.12.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/go-log/log v0.2.0 go: downloading github.com/containerd/containerd v1.5.8 go: downloading github.com/gorilla/websocket v1.4.2 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading github.com/opencontainers/image-spec v1.0.2-0.20211117181255-693428a734f5 go: downloading oras.land/oras-go v1.0.0 go: downloading github.com/vbauerster/mpb/v4 v4.12.2 go: downloading github.com/vbauerster/mpb/v6 v6.0.4 go: downloading github.com/cyphar/filepath-securejoin v0.2.3 go: downloading github.com/apex/log v1.9.0 go: downloading github.com/opencontainers/umoci v0.4.7 go: downloading github.com/mattn/go-isatty v0.0.12 go: downloading github.com/mattn/go-colorable v0.1.8 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go: downloading github.com/rivo/uniseg v0.2.0 go: downloading github.com/mattn/go-runewidth v0.0.13 go: downloading github.com/docker/cli v20.10.11+incompatible go: downloading github.com/docker/docker v20.10.11+incompatible go: downloading github.com/sirupsen/logrus v1.8.1 go: downloading github.com/containers/ocicrypt v1.1.2 go: downloading github.com/vbauerster/mpb/v7 v7.1.5 go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/containers/storage v1.37.0 go: downloading github.com/containers/libtrust v0.0.0-20190913040956-14b96171aa3b go: downloading github.com/klauspost/compress v1.13.6 go: downloading github.com/klauspost/pgzip v1.2.5 go: downloading github.com/ulikunitz/xz v0.5.10 go: downloading github.com/docker/distribution v2.7.1+incompatible go: downloading go.etcd.io/bbolt v1.3.6 go: downloading github.com/ghodss/yaml v1.0.0 go: downloading github.com/BurntSushi/toml v0.4.1 go: downloading github.com/docker/docker-credential-helpers v0.6.4 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/urfave/cli v1.22.5 go: downloading github.com/vbatts/go-mtree v0.5.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/rootless-containers/proto v0.1.0 go: downloading github.com/opencontainers/runc v1.0.2 go: downloading github.com/hashicorp/errwrap v1.0.0 go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 go: downloading github.com/miekg/pkcs11 v1.0.3 go: downloading github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 go: downloading gopkg.in/square/go-jose.v2 v2.5.1 go: downloading go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 go: downloading google.golang.org/grpc v1.41.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 go: downloading google.golang.org/protobuf v1.27.1 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/gorilla/mux v1.8.0 go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/prometheus/client_golang v1.7.1 go: downloading github.com/vbatts/tar-split v0.11.2 go: downloading github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 go: downloading github.com/moby/sys/mountinfo v0.4.1 go: downloading github.com/prometheus/common v0.10.0 go: downloading github.com/prometheus/client_model v0.2.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.1.1 go: downloading github.com/prometheus/procfs v0.6.0 go: downloading github.com/cespare/xxhash v1.1.0 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 go: downloading github.com/moby/locker v1.0.1 go: downloading google.golang.org/genproto v0.0.0-20211005153810-c76a74d43a8e go: downloading golang.org/x/text v0.3.7 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/moby/term v0.0.0-20200312100748-672ec06f55cd GEN /home/buildozer/aports/testing/singularity/src/singularity-3.8.7/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 from /etc/singularity/singularity.conf 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/buildozer/aports/testing/singularity/src/singularity-3.8.7/scripts/go-test make: Leaving directory '/home/buildozer/aports/testing/singularity/src/singularity-3.8.7/builddir' >>> singularity: Entering fakeroot... make: Entering directory '/home/buildozer/aports/testing/singularity/src/singularity-3.8.7/builddir' INSTALL /home/buildozer/aports/testing/singularity/pkg/singularity/usr/bin/singularity INSTALL /home/buildozer/aports/testing/singularity/pkg/singularity/etc/bash_completion.d/singularity INSTALL /home/buildozer/aports/testing/singularity/pkg/singularity/etc/singularity/singularity.conf INSTALL /home/buildozer/aports/testing/singularity/pkg/singularity/etc/singularity/remote.yaml INSTALL /home/buildozer/aports/testing/singularity/pkg/singularity/usr/libexec/singularity/bin/starter INSTALL /home/buildozer/aports/testing/singularity/pkg/singularity/var/singularity/mnt/session INSTALL /home/buildozer/aports/testing/singularity/pkg/singularity/usr/bin/run-singularity INSTALL /home/buildozer/aports/testing/singularity/pkg/singularity/etc/singularity/capability.json INSTALL /home/buildozer/aports/testing/singularity/pkg/singularity/etc/singularity/ecl.toml INSTALL /home/buildozer/aports/testing/singularity/pkg/singularity/etc/singularity/seccomp-profiles/default.json INSTALL /home/buildozer/aports/testing/singularity/pkg/singularity/etc/singularity/nvliblist.conf INSTALL /home/buildozer/aports/testing/singularity/pkg/singularity/etc/singularity/rocmliblist.conf INSTALL /home/buildozer/aports/testing/singularity/pkg/singularity/etc/singularity/cgroups/cgroups.toml INSTALL /home/buildozer/aports/testing/singularity/pkg/singularity/etc/singularity/global-pgp-public INSTALL SUID /home/buildozer/aports/testing/singularity/pkg/singularity/usr/libexec/singularity/bin/starter-suid MAN mkdir -p /home/buildozer/aports/testing/singularity/pkg/singularity/usr/share/man/man1 INFO:  Creating Singularity man pages at /home/buildozer/aports/testing/singularity/pkg/singularity/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: Leaving directory '/home/buildozer/aports/testing/singularity/src/singularity-3.8.7/builddir' >>> singularity-doc*: Running split function doc... >>> singularity-doc*: Preparing subpackage singularity-doc... >>> singularity-doc*: Running postcheck for singularity-doc >>> singularity-bash-completion*: Running split function bashcomp... '/home/buildozer/aports/testing/singularity/pkg/singularity/usr/share/bash-completion/completions' -> '/home/buildozer/aports/testing/singularity/pkg/singularity-bash-completion/usr/share/bash-completion/completions' >>> singularity-bash-completion*: Preparing subpackage singularity-bash-completion... >>> singularity-bash-completion*: Running postcheck for singularity-bash-completion >>> singularity*: Running postcheck for singularity >>> singularity*: Preparing package singularity... >>> singularity*: Stripping binaries >>> singularity-bash-completion*: Scanning shared objects >>> singularity-doc*: Scanning shared objects >>> singularity*: Scanning shared objects >>> singularity-bash-completion*: Tracing dependencies... >>> singularity-bash-completion*: Package size: 84.0 KB >>> singularity-bash-completion*: Compressing data... >>> singularity-bash-completion*: Create checksum... >>> singularity-bash-completion*: Create singularity-bash-completion-3.8.7-r8.apk >>> singularity-doc*: Tracing dependencies... >>> singularity-doc*: Package size: 364.0 KB >>> singularity-doc*: Compressing data... >>> singularity-doc*: Create checksum... >>> singularity-doc*: Create singularity-doc-3.8.7-r8.apk >>> singularity*: Tracing dependencies... squashfs-tools so:libc.musl-riscv64.so.1 so:libseccomp.so.2 >>> singularity*: Package size: 60.8 MB >>> singularity*: Compressing data... >>> singularity*: Create checksum... >>> singularity*: Create singularity-3.8.7-r8.apk >>> singularity: Build complete at Wed, 02 Nov 2022 12:00:54 +0000 elapsed time 0h 7m 55s >>> singularity: Cleaning up srcdir >>> singularity: Cleaning up pkgdir >>> singularity: Uninstalling dependencies... (1/19) Purging .makedepends-singularity (20221102.115303) (2/19) Purging squashfs-tools (4.5.1-r1) (3/19) Purging bash (5.2.2-r0) Executing bash-5.2.2-r0.pre-deinstall (4/19) Purging cni-plugins (1.1.1-r8) (5/19) Purging cryptsetup-openrc (2.5.0-r2) (6/19) Purging cryptsetup (2.5.0-r2) (7/19) Purging go (1.19.3-r0) (8/19) Purging libseccomp-dev (2.5.4-r0) (9/19) Purging linux-headers (5.19.5-r0) (10/19) Purging libseccomp (2.5.4-r0) (11/19) Purging xz-libs (5.2.7-r0) (12/19) Purging lzo (2.10-r3) (13/19) Purging readline (8.2.0-r0) (14/19) Purging cryptsetup-libs (2.5.0-r2) (15/19) Purging libblkid (2.38.1-r0) (16/19) Purging argon2-libs (20190702-r2) (17/19) Purging device-mapper-libs (2.02.188-r0) (18/19) Purging json-c (0.16-r0) (19/19) Purging libuuid (2.38.1-r0) Executing busybox-1.35.0-r27.trigger OK: 270 MiB in 96 packages >>> singularity: Updating the testing/riscv64 repository index... >>> singularity: Signing the index...