>>> opam: Building community/opam 2.1.4-r1 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 08:47:32 +0000 >>> opam: Checking sanity of /home/buildozer/aports/community/opam/APKBUILD... >>> opam: Analyzing dependencies... >>> opam: Installing for build: build-base curl patch unzip coreutils bubblewrap tar ocaml-compiler-libs (1/9) Installing unzip (6.0-r14) (2/9) Installing skalibs (2.13.1.1-r1) (3/9) Installing utmps-libs (0.1.2.1-r1) (4/9) Installing coreutils (9.3-r1) (5/9) Installing bubblewrap (0.8.0-r1) (6/9) Installing ocaml-runtime (4.14.1-r1) (7/9) Installing ocaml (4.14.1-r1) (8/9) Installing ocaml-compiler-libs (4.14.1-r1) (9/9) Installing .makedepends-opam (20230425.084737) Executing busybox-1.36.0-r8.trigger OK: 589 MiB in 107 packages >>> opam: Cleaning up srcdir >>> opam: Cleaning up pkgdir >>> opam: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/opam-2.1.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 33 813k 33 271k 0 0 469k 0 0:00:01 --:--:-- 0:00:01 468k 100 813k 100 813k 0 0 865k 0 --:--:-- --:--:-- --:--:-- 864k >>> opam: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/opam-2.1.4.tar.gz >>> opam: Checking sha512sums... opam-2.1.4.tar.gz: OK >>> opam: Unpacking /var/cache/distfiles/v3.18/opam-2.1.4.tar.gz... checking for s390x-alpine-linux-musl-ocamlc... no checking for ocamlc... ocamlc OCaml version is 4.14.1 OCaml library path is /usr/lib/ocaml checking for s390x-alpine-linux-musl-ocamlopt... no checking for ocamlopt... ocamlopt checking for s390x-alpine-linux-musl-ocamlc.opt... no checking for ocamlc.opt... ocamlc.opt checking for s390x-alpine-linux-musl-ocamlopt.opt... no checking for ocamlopt.opt... ocamlopt.opt checking for s390x-alpine-linux-musl-ocaml... no checking for ocaml... ocaml checking for s390x-alpine-linux-musl-ocamldep... no checking for ocamldep... ocamldep checking for s390x-alpine-linux-musl-ocamldep.opt... no checking for ocamldep.opt... ocamldep.opt checking for s390x-alpine-linux-musl-ocamlmktop... no checking for ocamlmktop... ocamlmktop checking for s390x-alpine-linux-musl-ocamlmklib... no checking for ocamlmklib... ocamlmklib checking for s390x-alpine-linux-musl-ocamldoc... no checking for ocamldoc... no checking for s390x-alpine-linux-musl-ocamlbuild... no checking for ocamlbuild... no checking OCaml Sys.os_type... Unix checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking for compiler type... cc checking for compiler architecture... s390x checking for compiler system... elf checking for s390x-alpine-linux-musl-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for acl/libacl.h... no checking for library containing acl_get_perm... no checking for s390x-alpine-linux-musl-ocamlobjinfo... no checking for ocamlobjinfo... ocamlobjinfo checking for s390x-alpine-linux-musl-ocamlfind... no checking for ocamlfind... no checking for curl... curl checking for s390x-alpine-linux-musl-dune... no checking for dune... no checking for s390x-alpine-linux-musl-cppo... no checking for cppo... no checking for s390x-alpine-linux-musl-patch... no checking for patch... patch checking for s390x-alpine-linux-musl-bunzip2... no checking for bunzip2... bunzip2 checking for OCaml findlib package unix... not found checking for OCaml findlib package bigarray... not found checking for OCaml findlib package extlib... not found checking for OCaml findlib package re... not found checking for OCaml findlib package re.glob... not found checking for OCaml findlib package cmdliner... not found checking for OCaml findlib package ocamlgraph... not found checking for OCaml findlib package cudf... not found checking for OCaml findlib package dose3.common... not found checking for OCaml findlib package dose3.algo... not found checking for OCaml findlib package opam-file-format... not found checking for OCaml findlib package mccs... not found checking for OCaml findlib package opam-0install-cudf... not found checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed ============================================================================ Some dependencies are missing. If you are just interested in the stand-alone 'opam' binary, run 'make lib-ext' to download and include them. ============================================================================ configure: creating ./config.status config.status: creating Makefile.config config.status: creating src/ocaml-flags-configure.sexp config.status: creating src/stubs/c-flags.sexp config.status: creating src/stubs/libacl/c-libraries.sexp Opam will be built WITH a built-in solver Executables will be installed in /usr/bin Manual pages will be installed in /usr/share/man make -j -C src_ext lib-ext make[1]: Entering directory '/home/buildozer/aports/community/opam/src/opam-2.1.4/src_ext' [ -e dune-local.tbz ] || \ cp archives/dune-3.5.0.tbz dune-local.tbz 2>/dev/null || { { { curl -LSs -o dune-local.tbz https://github.com/ocaml/dune/releases/download/3.5.0/dune-3.5.0.tbz && ocaml ../shell/md5check.ml dune-local.tbz 46d1bde258ef60f60f053e88fe9d937b; } || { echo 'Failed to download https://github.com/ocaml/dune/releases/download/3.5.0/dune-3.5.0.tbz'; false; }; } || { { curl -LSs -o dune-local.tbz https://opam.ocaml.org/cache/md5/46/46d1bde258ef60f60f053e88fe9d937b && ocaml ../shell/md5check.ml dune-local.tbz 46d1bde258ef60f60f053e88fe9d937b && echo 'Warning: downloaded https://github.com/ocaml/dune/releases/download/3.5.0/dune-3.5.0.tbz from opam cache'; } || { echo 'Failed to download dune-local from opam cache'; false; }; }; } [ -e cppo.tar.gz ] || \ cp archives/v1.6.8.tar.gz cppo.tar.gz 2>/dev/null || { { { curl -LSs -o cppo.tar.gz https://github.com/ocaml-community/cppo/archive/v1.6.8.tar.gz && ocaml ../shell/md5check.ml cppo.tar.gz fed401197d86f9089e89f6cbdf1d660d; } || { echo 'Failed to download https://github.com/ocaml-community/cppo/archive/v1.6.8.tar.gz'; false; }; } || { { curl -LSs -o cppo.tar.gz https://opam.ocaml.org/cache/md5/fe/fed401197d86f9089e89f6cbdf1d660d && ocaml ../shell/md5check.ml cppo.tar.gz fed401197d86f9089e89f6cbdf1d660d && echo 'Warning: downloaded https://github.com/ocaml-community/cppo/archive/v1.6.8.tar.gz from opam cache'; } || { echo 'Failed to download cppo from opam cache'; false; }; }; } [ -e base64.tbz ] || \ cp archives/base64-v3.5.0.tbz base64.tbz 2>/dev/null || { { { curl -LSs -o base64.tbz https://github.com/mirage/ocaml-base64/releases/download/v3.5.0/base64-v3.5.0.tbz && ocaml ../shell/md5check.ml base64.tbz 0179af18d6c1cf13d77671ee23901433; } || { echo 'Failed to download https://github.com/mirage/ocaml-base64/releases/download/v3.5.0/base64-v3.5.0.tbz'; false; }; } || { { curl -LSs -o base64.tbz https://opam.ocaml.org/cache/md5/01/0179af18d6c1cf13d77671ee23901433 && ocaml ../shell/md5check.ml base64.tbz 0179af18d6c1cf13d77671ee23901433 && echo 'Warning: downloaded https://github.com/mirage/ocaml-base64/releases/download/v3.5.0/base64-v3.5.0.tbz from opam cache'; } || { echo 'Failed to download base64 from opam cache'; false; }; }; } [ -e extlib.tar.gz ] || \ cp archives/extlib-1.7.9.tar.gz extlib.tar.gz 2>/dev/null || { { { curl -LSs -o extlib.tar.gz https://github.com/ygrek/ocaml-extlib/releases/download/1.7.9/extlib-1.7.9.tar.gz && ocaml ../shell/md5check.ml extlib.tar.gz f7ca7f1c82e15a99603b88f730fd7b8a; } || { echo 'Failed to download https://github.com/ygrek/ocaml-extlib/releases/download/1.7.9/extlib-1.7.9.tar.gz'; false; }; } || { { curl -LSs -o extlib.tar.gz https://opam.ocaml.org/cache/md5/f7/f7ca7f1c82e15a99603b88f730fd7b8a && ocaml ../shell/md5check.ml extlib.tar.gz f7ca7f1c82e15a99603b88f730fd7b8a && echo 'Warning: downloaded https://github.com/ygrek/ocaml-extlib/releases/download/1.7.9/extlib-1.7.9.tar.gz from opam cache'; } || { echo 'Failed to download extlib from opam cache'; false; }; }; } [ -e re.tbz ] || \ cp archives/re-1.10.3.tbz re.tbz 2>/dev/null || { { { curl -LSs -o re.tbz https://github.com/ocaml/ocaml-re/releases/download/1.10.3/re-1.10.3.tbz && ocaml ../shell/md5check.ml re.tbz a36347dcfaf71c95916f96f72b0cf2ce; } || { echo 'Failed to download https://github.com/ocaml/ocaml-re/releases/download/1.10.3/re-1.10.3.tbz'; false; }; } || { { curl -LSs -o re.tbz https://opam.ocaml.org/cache/md5/a3/a36347dcfaf71c95916f96f72b0cf2ce && ocaml ../shell/md5check.ml re.tbz a36347dcfaf71c95916f96f72b0cf2ce && echo 'Warning: downloaded https://github.com/ocaml/ocaml-re/releases/download/1.10.3/re-1.10.3.tbz from opam cache'; } || { echo 'Failed to download re from opam cache'; false; }; }; } [ -e cmdliner.tbz ] || \ cp archives/cmdliner-1.0.4.tbz cmdliner.tbz 2>/dev/null || { { { curl -LSs -o cmdliner.tbz http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.4.tbz && ocaml ../shell/md5check.ml cmdliner.tbz fe2213d0bc63b1e10a2d0aa66d2fc8d9; } || { echo 'Failed to download http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.4.tbz'; false; }; } || { { curl -LSs -o cmdliner.tbz https://opam.ocaml.org/cache/md5/fe/fe2213d0bc63b1e10a2d0aa66d2fc8d9 && ocaml ../shell/md5check.ml cmdliner.tbz fe2213d0bc63b1e10a2d0aa66d2fc8d9 && echo 'Warning: downloaded http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.4.tbz from opam cache'; } || { echo 'Failed to download cmdliner from opam cache'; false; }; }; } [ -e ocamlgraph.tbz ] || \ cp archives/ocamlgraph-2.0.0.tbz ocamlgraph.tbz 2>/dev/null || { { { curl -LSs -o ocamlgraph.tbz https://github.com/backtracking/ocamlgraph/releases/download/2.0.0/ocamlgraph-2.0.0.tbz && ocaml ../shell/md5check.ml ocamlgraph.tbz 2d07fcf3501e1d4997c03fa94cea22f0; } || { echo 'Failed to download https://github.com/backtracking/ocamlgraph/releases/download/2.0.0/ocamlgraph-2.0.0.tbz'; false; }; } || { { curl -LSs -o ocamlgraph.tbz https://opam.ocaml.org/cache/md5/2d/2d07fcf3501e1d4997c03fa94cea22f0 && ocaml ../shell/md5check.ml ocamlgraph.tbz 2d07fcf3501e1d4997c03fa94cea22f0 && echo 'Warning: downloaded https://github.com/backtracking/ocamlgraph/releases/download/2.0.0/ocamlgraph-2.0.0.tbz from opam cache'; } || { echo 'Failed to download ocamlgraph from opam cache'; false; }; }; } [ -e cudf.tar.gz ] || \ cp archives/cudf-v0.10.tar.gz cudf.tar.gz 2>/dev/null || { { { curl -LSs -o cudf.tar.gz https://gitlab.com/irill/cudf/-/archive/v0.10/cudf-v0.10.tar.gz && ocaml ../shell/md5check.ml cudf.tar.gz ed8fea314d0c6dc0d8811ccf860c53dd; } || { echo 'Failed to download https://gitlab.com/irill/cudf/-/archive/v0.10/cudf-v0.10.tar.gz'; false; }; } || { { curl -LSs -o cudf.tar.gz https://opam.ocaml.org/cache/md5/ed/ed8fea314d0c6dc0d8811ccf860c53dd && ocaml ../shell/md5check.ml cudf.tar.gz ed8fea314d0c6dc0d8811ccf860c53dd && echo 'Warning: downloaded https://gitlab.com/irill/cudf/-/archive/v0.10/cudf-v0.10.tar.gz from opam cache'; } || { echo 'Failed to download cudf from opam cache'; false; }; }; } [ -e dose3.tar.gz ] || \ cp archives/dose3-7.0.0.tar.gz dose3.tar.gz 2>/dev/null || { { { curl -LSs -o dose3.tar.gz https://gitlab.com/irill/dose3/-/archive/7.0.0/dose3-7.0.0.tar.gz && ocaml ../shell/md5check.ml dose3.tar.gz bc99cbcea8fca29dca3ebbee54be45e1; } || { echo 'Failed to download https://gitlab.com/irill/dose3/-/archive/7.0.0/dose3-7.0.0.tar.gz'; false; }; } || { { curl -LSs -o dose3.tar.gz https://opam.ocaml.org/cache/md5/bc/bc99cbcea8fca29dca3ebbee54be45e1 && ocaml ../shell/md5check.ml dose3.tar.gz bc99cbcea8fca29dca3ebbee54be45e1 && echo 'Warning: downloaded https://gitlab.com/irill/dose3/-/archive/7.0.0/dose3-7.0.0.tar.gz from opam cache'; } || { echo 'Failed to download dose3 from opam cache'; false; }; }; } [ -e opam-file-format.tar.gz ] || \ cp archives/2.1.4.tar.gz opam-file-format.tar.gz 2>/dev/null || { { { curl -LSs -o opam-file-format.tar.gz https://github.com/ocaml/opam-file-format/archive/2.1.4.tar.gz && ocaml ../shell/md5check.ml opam-file-format.tar.gz cd9dac41c2153d07067c5f30cdcf77db; } || { echo 'Failed to download https://github.com/ocaml/opam-file-format/archive/2.1.4.tar.gz'; false; }; } || { { curl -LSs -o opam-file-format.tar.gz https://opam.ocaml.org/cache/md5/cd/cd9dac41c2153d07067c5f30cdcf77db && ocaml ../shell/md5check.ml opam-file-format.tar.gz cd9dac41c2153d07067c5f30cdcf77db && echo 'Warning: downloaded https://github.com/ocaml/opam-file-format/archive/2.1.4.tar.gz from opam cache'; } || { echo 'Failed to download opam-file-format from opam cache'; false; }; }; } [ -e result.tbz ] || \ cp archives/result-1.5.tbz result.tbz 2>/dev/null || { { { curl -LSs -o result.tbz https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz && ocaml ../shell/md5check.ml result.tbz 1b82dec78849680b49ae9a8a365b831b; } || { echo 'Failed to download https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz'; false; }; } || { { curl -LSs -o result.tbz https://opam.ocaml.org/cache/md5/1b/1b82dec78849680b49ae9a8a365b831b && ocaml ../shell/md5check.ml result.tbz 1b82dec78849680b49ae9a8a365b831b && echo 'Warning: downloaded https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz from opam cache'; } || { echo 'Failed to download result from opam cache'; false; }; }; } [ -e seq.tar.gz ] || \ cp archives/0.2.2.tar.gz seq.tar.gz 2>/dev/null || { { { curl -LSs -o seq.tar.gz https://github.com/c-cube/seq/archive/0.2.2.tar.gz && ocaml ../shell/md5check.ml seq.tar.gz 9033e02283aa3bde9f97f24e632902e3; } || { echo 'Failed to download https://github.com/c-cube/seq/archive/0.2.2.tar.gz'; false; }; } || { { curl -LSs -o seq.tar.gz https://opam.ocaml.org/cache/md5/90/9033e02283aa3bde9f97f24e632902e3 && ocaml ../shell/md5check.ml seq.tar.gz 9033e02283aa3bde9f97f24e632902e3 && echo 'Warning: downloaded https://github.com/c-cube/seq/archive/0.2.2.tar.gz from opam cache'; } || { echo 'Failed to download seq from opam cache'; false; }; }; } [ -e stdlib-shims.tbz ] || \ cp archives/stdlib-shims-0.3.0.tbz stdlib-shims.tbz 2>/dev/null || { { { curl -LSs -o stdlib-shims.tbz https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz && ocaml ../shell/md5check.ml stdlib-shims.tbz 09db7af8b4a3a96048a61cb6ae2496ef; } || { echo 'Failed to download https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz'; false; }; } || { { curl -LSs -o stdlib-shims.tbz https://opam.ocaml.org/cache/md5/09/09db7af8b4a3a96048a61cb6ae2496ef && ocaml ../shell/md5check.ml stdlib-shims.tbz 09db7af8b4a3a96048a61cb6ae2496ef && echo 'Warning: downloaded https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz from opam cache'; } || { echo 'Failed to download stdlib-shims from opam cache'; false; }; }; } [ -e mccs.tar.gz ] || \ cp archives/1.1+13.tar.gz mccs.tar.gz 2>/dev/null || { { { curl -LSs -o mccs.tar.gz https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz && ocaml ../shell/md5check.ml mccs.tar.gz 13504d3b5dcbf0bdc6d95a62de20af4a; } || { echo 'Failed to download https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz'; false; }; } || { { curl -LSs -o mccs.tar.gz https://opam.ocaml.org/cache/md5/13/13504d3b5dcbf0bdc6d95a62de20af4a && ocaml ../shell/md5check.ml mccs.tar.gz 13504d3b5dcbf0bdc6d95a62de20af4a && echo 'Warning: downloaded https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz from opam cache'; } || { echo 'Failed to download mccs from opam cache'; false; }; }; } dose3.tar.gz has the expected MD5. mkdir -p tmp-dose3 cd tmp-dose3 && gunzip -c ../dose3.tar.gz | tar xf - cudf.tar.gz has the expected MD5. mkdir -p tmp-cudf cd tmp-cudf && gunzip -c ../cudf.tar.gz | tar xf - rm -rf cudf patching file lib/dune rm -rf dose3 patching file src/common/dune patching file src/common/util.ml extlib.tar.gz has the expected MD5. mkdir -p tmp-extlib cd tmp-extlib && gunzip -c ../extlib.tar.gz | tar xf - result.tbz has the expected MD5. mkdir -p tmp-result ocamlgraph.tbz has the expected MD5. cd tmp-result && bunzip2 -c ../result.tbz | tar xf - mkdir -p tmp-ocamlgraph cd tmp-ocamlgraph && bunzip2 -c ../ocamlgraph.tbz | tar xf - base64.tbz has the expected MD5. mkdir -p tmp-base64 rm -rf result rm -rf extlib cd tmp-base64 && bunzip2 -c ../base64.tbz | tar xf - rm -rf base64 patching file src/base64.ml patching file src/base64.mli patching file src/dune stdlib-shims.tbz has the expected MD5. mkdir -p tmp-stdlib-shims cd tmp-stdlib-shims && bunzip2 -c ../stdlib-shims.tbz | tar xf - rm -rf stdlib-shims re.tbz has the expected MD5. mkdir -p tmp-re cd tmp-re && bunzip2 -c ../re.tbz | tar xf - rm -rf re rm -rf ocamlgraph patching file src/dot_lexer.mll patching file src/dune dune-local.tbz has the expected MD5. mkdir -p tmp-dune-local cd tmp-dune-local && bunzip2 -c ../dune-local.tbz | tar xf - cmdliner.tbz has the expected MD5. mkdir -p tmp-cmdliner cd tmp-cmdliner && bunzip2 -c ../cmdliner.tbz | tar xf - rm -rf cmdliner patching file src/cmdliner_docgen.ml patching file src/cmdliner.ml patching file src/cmdliner.mli patching file src/cmdliner_arg.ml patching file src/cmdliner_arg.mli patching file src/cmdliner_base.ml patching file src/cmdliner_cline.ml patching file src/cmdliner_cline.mli patching file src/cmdliner_docgen.ml patching file src/cmdliner_manpage.ml patching file src/cmdliner_term.ml patching file src/cmdliner_term.mli patching file src/dune rm -rf dune-local seq.tar.gz has the expected MD5. mkdir -p tmp-seq cd tmp-seq && gunzip -c ../seq.tar.gz | tar xf - cppo.tar.gz has the expected MD5. rm -rf seq mkdir -p tmp-cppo cd tmp-cppo && gunzip -c ../cppo.tar.gz | tar xf - rm -rf cppo rm -f seq/src/seq.ml seq/src/seq.mli opam-file-format.tar.gz has the expected MD5. mkdir -p tmp-opam-file-format cd tmp-opam-file-format && gunzip -c ../opam-file-format.tar.gz | tar xf - rm -rf opam-file-format mccs.tar.gz has the expected MD5. mkdir -p tmp-mccs cd tmp-mccs && gunzip -c ../mccs.tar.gz | tar xf - rm -rf mccs patching file src/lp_solver.cpp rm dune-local.download make[1]: Leaving directory '/home/buildozer/aports/community/opam/src/opam-2.1.4/src_ext' cd src_ext/dune-local && ocaml bootstrap.ml ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml ./.duneboot.exe src_ext/dune-local/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install opam.install fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git File "src/core/opamStubsTypes.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. File "src/solver/opamCudfSolverSig.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. File "src/tools/opam_installer.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. sed -f process.sed opam.install > processed-opam.install src_ext/dune-local/dune.exe build --profile=release --root . --promote-install-files -- opam-installer.install sed -f process.sed opam-installer.install > processed-opam-installer.install >>> opam: Entering fakeroot... ./opam-installer --prefix "/home/buildozer/aports/community/opam/pkg/opam/usr" --mandir "/home/buildozer/aports/community/opam/pkg/opam/usr/share/man" processed-opam.install Creating directory /home/buildozer/aports/community/opam/pkg/opam/usr/bin _build/install/default/bin/opam => /home/buildozer/aports/community/opam/pkg/opam/usr/bin/opam Creating directory /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1 _build/install/default/man/man1/opam-admin-add-constraint.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-admin-add-constraint.1 _build/install/default/man/man1/opam-admin-add-hashes.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-admin-add-hashes.1 _build/install/default/man/man1/opam-admin-cache.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-admin-cache.1 _build/install/default/man/man1/opam-admin-check.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-admin-check.1 _build/install/default/man/man1/opam-admin-filter.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-admin-filter.1 _build/install/default/man/man1/opam-admin-help.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-admin-help.1 _build/install/default/man/man1/opam-admin-index.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-admin-index.1 _build/install/default/man/man1/opam-admin-lint.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-admin-lint.1 _build/install/default/man/man1/opam-admin-list.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-admin-list.1 _build/install/default/man/man1/opam-admin-make.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-admin-make.1 _build/install/default/man/man1/opam-admin-upgrade.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-admin-upgrade.1 _build/install/default/man/man1/opam-admin.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-admin.1 _build/install/default/man/man1/opam-clean.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-clean.1 _build/install/default/man/man1/opam-config.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-config.1 _build/install/default/man/man1/opam-env.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-env.1 _build/install/default/man/man1/opam-exec.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-exec.1 _build/install/default/man/man1/opam-help.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-help.1 _build/install/default/man/man1/opam-info.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-info.1 _build/install/default/man/man1/opam-init.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-init.1 _build/install/default/man/man1/opam-install.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-install.1 _build/install/default/man/man1/opam-lint.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-lint.1 _build/install/default/man/man1/opam-list.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-list.1 _build/install/default/man/man1/opam-lock.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-lock.1 _build/install/default/man/man1/opam-option.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-option.1 _build/install/default/man/man1/opam-pin.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-pin.1 _build/install/default/man/man1/opam-reinstall.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-reinstall.1 _build/install/default/man/man1/opam-remote.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-remote.1 _build/install/default/man/man1/opam-remove.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-remove.1 _build/install/default/man/man1/opam-repository.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-repository.1 _build/install/default/man/man1/opam-search.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-search.1 _build/install/default/man/man1/opam-show.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-show.1 _build/install/default/man/man1/opam-source.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-source.1 _build/install/default/man/man1/opam-switch.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-switch.1 _build/install/default/man/man1/opam-uninstall.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-uninstall.1 _build/install/default/man/man1/opam-unpin.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-unpin.1 _build/install/default/man/man1/opam-update.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-update.1 _build/install/default/man/man1/opam-upgrade.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-upgrade.1 _build/install/default/man/man1/opam-var.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-var.1 _build/install/default/man/man1/opam.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam.1 ./opam-installer --prefix "/home/buildozer/aports/community/opam/pkg/opam/usr" --mandir "/home/buildozer/aports/community/opam/pkg/opam/usr/share/man" processed-opam-installer.install _build/install/default/bin/opam-installer => /home/buildozer/aports/community/opam/pkg/opam/usr/bin/opam-installer _build/install/default/man/man1/opam-installer.1 => /home/buildozer/aports/community/opam/pkg/opam/usr/share/man/man1/opam-installer.1 >>> opam-doc*: Running split function doc... >>> opam-doc*: Preparing subpackage opam-doc... >>> opam-doc*: Running postcheck for opam-doc >>> opam*: Running postcheck for opam >>> opam*: Preparing package opam... >>> opam*: Stripping binaries >>> opam-doc*: Scanning shared objects >>> opam*: Scanning shared objects >>> opam-doc*: Tracing dependencies... >>> opam-doc*: Package size: 424.0 KB >>> opam-doc*: Compressing data... >>> opam-doc*: Create checksum... >>> opam-doc*: Create opam-doc-2.1.4-r1.apk >>> opam*: Tracing dependencies... curl patch unzip coreutils bubblewrap so:libc.musl-s390x.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> opam*: Package size: 14.7 MB >>> opam*: Compressing data... >>> opam*: Create checksum... >>> opam*: Create opam-2.1.4-r1.apk >>> opam: Build complete at Tue, 25 Apr 2023 08:48:08 +0000 elapsed time 0h 0m 36s >>> opam: Cleaning up srcdir >>> opam: Cleaning up pkgdir >>> opam: Uninstalling dependencies... (1/9) Purging .makedepends-opam (20230425.084737) (2/9) Purging unzip (6.0-r14) (3/9) Purging coreutils (9.3-r1) Executing coreutils-9.3-r1.post-deinstall (4/9) Purging bubblewrap (0.8.0-r1) (5/9) Purging ocaml-compiler-libs (4.14.1-r1) (6/9) Purging ocaml (4.14.1-r1) (7/9) Purging ocaml-runtime (4.14.1-r1) (8/9) Purging utmps-libs (0.1.2.1-r1) (9/9) Purging skalibs (2.13.1.1-r1) Executing busybox-1.36.0-r8.trigger OK: 371 MiB in 98 packages >>> opam: Updating the community/s390x repository index... >>> opam: Signing the index...