>>> opam: Building community/opam 2.0.8-r4 (using abuild 3.9.0_rc2-r1) started Fri, 05 Nov 2021 02:32:55 +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 rsync (1/12) Installing unzip (6.0-r9) (2/12) Installing skalibs (2.11.0.0-r0) (3/12) Installing s6-ipcserver (2.11.0.0-r0) (4/12) Installing utmps (0.1.0.3-r0) Executing utmps-0.1.0.3-r0.pre-install (5/12) Installing coreutils (9.0-r2) (6/12) Installing libcap (2.60-r0) (7/12) Installing bubblewrap (0.5.0-r0) (8/12) Installing ocaml-runtime (4.13.1-r0) (9/12) Installing ocaml (4.13.1-r0) (10/12) Installing ocaml-compiler-libs (4.13.1-r0) (11/12) Installing .makedepends-opam (20211105.023256) (12/12) Installing utmps-openrc (0.1.0.3-r0) Executing busybox-1.34.1-r2.trigger OK: 932 MiB in 112 packages >>> opam: Cleaning up srcdir >>> opam: Cleaning up pkgdir >>> opam: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/opam-2.0.8.tar.gz >>> opam: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/opam-2.0.8.tar.gz >>> opam: Checking sha512sums... opam-2.0.8.tar.gz: OK use-debian-mirror.patch: OK >>> opam: Unpacking /var/cache/distfiles/v3.15/opam-2.0.8.tar.gz... >>> opam: use-debian-mirror.patch patching file src_ext/Makefile.sources checking for x86_64-alpine-linux-musl-ocamlc... no checking for ocamlc... ocamlc OCaml version is 4.13.1 OCaml library path is /usr/lib/ocaml checking for x86_64-alpine-linux-musl-ocamlopt... no checking for ocamlopt... ocamlopt checking for x86_64-alpine-linux-musl-ocamlc.opt... no checking for ocamlc.opt... ocamlc.opt checking for x86_64-alpine-linux-musl-ocamlopt.opt... no checking for ocamlopt.opt... ocamlopt.opt checking for x86_64-alpine-linux-musl-ocaml... no checking for ocaml... ocaml checking for x86_64-alpine-linux-musl-ocamldep... no checking for ocamldep... ocamldep checking for x86_64-alpine-linux-musl-ocamldep.opt... no checking for ocamldep.opt... ocamldep.opt checking for x86_64-alpine-linux-musl-ocamlmktop... no checking for ocamlmktop... ocamlmktop checking for x86_64-alpine-linux-musl-ocamlmklib... no checking for ocamlmklib... ocamlmklib checking for x86_64-alpine-linux-musl-ocamldoc... no checking for ocamldoc... no checking for x86_64-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... amd64 checking for compiler system... linux checking for x86_64-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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for x86_64-alpine-linux-musl-ocamlobjinfo... no checking for ocamlobjinfo... ocamlobjinfo checking for x86_64-alpine-linux-musl-ocamlfind... no checking for ocamlfind... no checking for curl... curl checking for x86_64-alpine-linux-musl-dune... no checking for dune... no checking for x86_64-alpine-linux-musl-cppo... no checking for cppo... no checking for x86_64-alpine-linux-musl-patch... no checking for patch... patch checking for x86_64-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 whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes ============================================================================ 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/client/opamManifest.inc 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.0.8/src_ext' [ -e dune-local.tbz ] || \ cp archives/dune-1.6.3.tbz dune-local.tbz 2>/dev/null || { { { curl -LSs -o dune-local.tbz https://github.com/ocaml/dune/releases/download/1.6.3/dune-1.6.3.tbz && ocaml ../shell/md5check.ml dune-local.tbz 1212a36547d25269675d767c38fecf5f; } || { echo 'Failed to download https://github.com/ocaml/dune/releases/download/1.6.3/dune-1.6.3.tbz'; false; }; } || { { curl -LSs -o dune-local.tbz https://opam.ocaml.org/cache/md5/12/1212a36547d25269675d767c38fecf5f && ocaml ../shell/md5check.ml dune-local.tbz 1212a36547d25269675d767c38fecf5f && echo 'Warning: downloaded https://github.com/ocaml/dune/releases/download/1.6.3/dune-1.6.3.tbz from opam cache'; } || { echo 'Failed to download dune-local from opam cache'; false; }; }; } [ -e cppo.tbz ] || \ cp archives/cppo-v1.6.6.tbz cppo.tbz 2>/dev/null || { { { curl -LSs -o cppo.tbz https://github.com/ocaml-community/cppo/releases/download/v1.6.6/cppo-v1.6.6.tbz && ocaml ../shell/md5check.ml cppo.tbz b13afeea6631d7c9b61f95bfd984a542; } || { echo 'Failed to download https://github.com/ocaml-community/cppo/releases/download/v1.6.6/cppo-v1.6.6.tbz'; false; }; } || { { curl -LSs -o cppo.tbz https://opam.ocaml.org/cache/md5/b1/b13afeea6631d7c9b61f95bfd984a542 && ocaml ../shell/md5check.ml cppo.tbz b13afeea6631d7c9b61f95bfd984a542 && echo 'Warning: downloaded https://github.com/ocaml-community/cppo/releases/download/v1.6.6/cppo-v1.6.6.tbz from opam cache'; } || { echo 'Failed to download cppo from opam cache'; false; }; }; } [ -e extlib.tar.gz ] || \ cp archives/extlib-1.7.7.tar.gz extlib.tar.gz 2>/dev/null || { { { curl -LSs -o extlib.tar.gz https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.7.tar.gz && ocaml ../shell/md5check.ml extlib.tar.gz 2c620993aecd4b31b3a362b21b55dd94; } || { echo 'Failed to download https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.7.tar.gz'; false; }; } || { { curl -LSs -o extlib.tar.gz https://opam.ocaml.org/cache/md5/2c/2c620993aecd4b31b3a362b21b55dd94 && ocaml ../shell/md5check.ml extlib.tar.gz 2c620993aecd4b31b3a362b21b55dd94 && echo 'Warning: downloaded https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.7.tar.gz from opam cache'; } || { echo 'Failed to download extlib from opam cache'; false; }; }; } [ -e re.tbz ] || \ cp archives/re-1.9.0.tbz re.tbz 2>/dev/null || { { { curl -LSs -o re.tbz https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz && ocaml ../shell/md5check.ml re.tbz bddaed4f386a22cace7850c9c7dac296; } || { echo 'Failed to download https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz'; false; }; } || { { curl -LSs -o re.tbz https://opam.ocaml.org/cache/md5/bd/bddaed4f386a22cace7850c9c7dac296 && ocaml ../shell/md5check.ml re.tbz bddaed4f386a22cace7850c9c7dac296 && echo 'Warning: downloaded https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz from opam cache'; } || { echo 'Failed to download re from opam cache'; false; }; }; } [ -e cmdliner.tbz ] || \ cp archives/cmdliner-1.0.2.tbz cmdliner.tbz 2>/dev/null || { { { curl -LSs -o cmdliner.tbz http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.2.tbz && ocaml ../shell/md5check.ml cmdliner.tbz ab2f0130e88e8dcd723ac6154c98a881; } || { echo 'Failed to download http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.2.tbz'; false; }; } || { { curl -LSs -o cmdliner.tbz https://opam.ocaml.org/cache/md5/ab/ab2f0130e88e8dcd723ac6154c98a881 && ocaml ../shell/md5check.ml cmdliner.tbz ab2f0130e88e8dcd723ac6154c98a881 && echo 'Warning: downloaded http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.2.tbz from opam cache'; } || { echo 'Failed to download cmdliner from opam cache'; false; }; }; } [ -e ocamlgraph.tar.gz ] || \ cp archives/ocamlgraph-1.8.8.tar.gz ocamlgraph.tar.gz 2>/dev/null || { { { curl -LSs -o ocamlgraph.tar.gz http://ocamlgraph.lri.fr/download/ocamlgraph-1.8.8.tar.gz && ocaml ../shell/md5check.ml ocamlgraph.tar.gz 9d71ca69271055bd22d0dfe4e939831a; } || { echo 'Failed to download http://ocamlgraph.lri.fr/download/ocamlgraph-1.8.8.tar.gz'; false; }; } || { { curl -LSs -o ocamlgraph.tar.gz https://opam.ocaml.org/cache/md5/9d/9d71ca69271055bd22d0dfe4e939831a && ocaml ../shell/md5check.ml ocamlgraph.tar.gz 9d71ca69271055bd22d0dfe4e939831a && echo 'Warning: downloaded http://ocamlgraph.lri.fr/download/ocamlgraph-1.8.8.tar.gz from opam cache'; } || { echo 'Failed to download ocamlgraph from opam cache'; false; }; }; } [ -e cudf.tar.gz ] || \ cp archives/cudf_0.9.orig.tar.gz cudf.tar.gz 2>/dev/null || { { { curl -LSs -o cudf.tar.gz https://deb.debian.org/debian/pool/main/c/cudf/cudf_0.9.orig.tar.gz && ocaml ../shell/md5check.ml cudf.tar.gz a4c0e652e56e74c7b388a43f9258d119; } || { echo 'Failed to download https://deb.debian.org/debian/pool/main/c/cudf/cudf_0.9.orig.tar.gz'; false; }; } || { { curl -LSs -o cudf.tar.gz https://opam.ocaml.org/cache/md5/a4/a4c0e652e56e74c7b388a43f9258d119 && ocaml ../shell/md5check.ml cudf.tar.gz a4c0e652e56e74c7b388a43f9258d119 && echo 'Warning: downloaded https://deb.debian.org/debian/pool/main/c/cudf/cudf_0.9.orig.tar.gz from opam cache'; } || { echo 'Failed to download cudf from opam cache'; false; }; }; } [ -e dose3.tar.gz ] || \ cp archives/dose3_5.0.1.orig.tar.gz dose3.tar.gz 2>/dev/null || { { { curl -LSs -o dose3.tar.gz https://deb.debian.org/debian/pool/main/d/dose3/dose3_5.0.1.orig.tar.gz && ocaml ../shell/md5check.ml dose3.tar.gz e7d4b1840383c6732f29a47c08ba5650; } || { echo 'Failed to download https://deb.debian.org/debian/pool/main/d/dose3/dose3_5.0.1.orig.tar.gz'; false; }; } || { { curl -LSs -o dose3.tar.gz https://opam.ocaml.org/cache/md5/e7/e7d4b1840383c6732f29a47c08ba5650 && ocaml ../shell/md5check.ml dose3.tar.gz e7d4b1840383c6732f29a47c08ba5650 && echo 'Warning: downloaded https://deb.debian.org/debian/pool/main/d/dose3/dose3_5.0.1.orig.tar.gz from opam cache'; } || { echo 'Failed to download dose3 from opam cache'; false; }; }; } [ -e opam-file-format.tar.gz ] || \ cp archives/2.0.0.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.0.0.tar.gz && ocaml ../shell/md5check.ml opam-file-format.tar.gz d7852cb63df0f442bed14ba2c5740135; } || { echo 'Failed to download https://github.com/ocaml/opam-file-format/archive/2.0.0.tar.gz'; false; }; } || { { curl -LSs -o opam-file-format.tar.gz https://opam.ocaml.org/cache/md5/d7/d7852cb63df0f442bed14ba2c5740135 && ocaml ../shell/md5check.ml opam-file-format.tar.gz d7852cb63df0f442bed14ba2c5740135 && echo 'Warning: downloaded https://github.com/ocaml/opam-file-format/archive/2.0.0.tar.gz from opam cache'; } || { echo 'Failed to download opam-file-format from opam cache'; false; }; }; } [ -e result.tar.gz ] || \ cp archives/1.4.tar.gz result.tar.gz 2>/dev/null || { { { curl -LSs -o result.tar.gz https://github.com/janestreet/result/archive/1.4.tar.gz && ocaml ../shell/md5check.ml result.tar.gz d3162dbc501a2af65c8c71e0866541da; } || { echo 'Failed to download https://github.com/janestreet/result/archive/1.4.tar.gz'; false; }; } || { { curl -LSs -o result.tar.gz https://opam.ocaml.org/cache/md5/d3/d3162dbc501a2af65c8c71e0866541da && ocaml ../shell/md5check.ml result.tar.gz d3162dbc501a2af65c8c71e0866541da && echo 'Warning: downloaded https://github.com/janestreet/result/archive/1.4.tar.gz from opam cache'; } || { echo 'Failed to download result from opam cache'; false; }; }; } [ -e seq.tar.gz ] || \ cp archives/0.1.tar.gz seq.tar.gz 2>/dev/null || { { { curl -LSs -o seq.tar.gz https://github.com/c-cube/seq/archive/0.1.tar.gz && ocaml ../shell/md5check.ml seq.tar.gz 0e87f9709541ed46ecb6f414bc31458c; } || { echo 'Failed to download https://github.com/c-cube/seq/archive/0.1.tar.gz'; false; }; } || { { curl -LSs -o seq.tar.gz https://opam.ocaml.org/cache/md5/0e/0e87f9709541ed46ecb6f414bc31458c && ocaml ../shell/md5check.ml seq.tar.gz 0e87f9709541ed46ecb6f414bc31458c && echo 'Warning: downloaded https://github.com/c-cube/seq/archive/0.1.tar.gz from opam cache'; } || { echo 'Failed to download seq from opam cache'; false; }; }; } [ -e mccs.tar.gz ] || \ cp archives/1.1+11.tar.gz mccs.tar.gz 2>/dev/null || { { { curl -LSs -o mccs.tar.gz https://github.com/AltGr/ocaml-mccs/archive/1.1+11.tar.gz && ocaml ../shell/md5check.ml mccs.tar.gz 9c0038d0e945f742b9320a662566288b; } || { echo 'Failed to download https://github.com/AltGr/ocaml-mccs/archive/1.1+11.tar.gz'; false; }; } || { { curl -LSs -o mccs.tar.gz https://opam.ocaml.org/cache/md5/9c/9c0038d0e945f742b9320a662566288b && ocaml ../shell/md5check.ml mccs.tar.gz 9c0038d0e945f742b9320a662566288b && echo 'Warning: downloaded https://github.com/AltGr/ocaml-mccs/archive/1.1+11.tar.gz from opam cache'; } || { echo 'Failed to download mccs from opam cache'; false; }; }; } cudf.tar.gz has the expected MD5. mkdir -p tmp-cudf cd tmp-cudf && gunzip -c ../cudf.tar.gz | tar xf - rm -rf cudf dose3.tar.gz has the expected MD5. mkdir -p tmp-dose3 cd tmp-dose3 && gunzip -c ../dose3.tar.gz | tar xf - rm -rf dose3 patching file common/criteria_lexer.mll patching file common/input.ml ocamlgraph.tar.gz has the expected MD5. mkdir -p tmp-ocamlgraph cd tmp-ocamlgraph && gunzip -c ../ocamlgraph.tar.gz | tar xf - extlib.tar.gz has the expected MD5. mkdir -p tmp-extlib cd tmp-extlib && gunzip -c ../extlib.tar.gz | tar xf - rm -rf extlib patching file src/extList.ml patching file src/extHashtbl.ml cmdliner.tbz has the expected MD5. patching file src/configure.ml mkdir -p tmp-cmdliner cd tmp-cmdliner && bunzip2 -c ../cmdliner.tbz | tar xf - rm -rf ocamlgraph patching file src/imperative.ml patching file src/persistent.ml rm -rf cmdliner re.tbz has the expected MD5. mkdir -p tmp-re cd tmp-re && bunzip2 -c ../re.tbz | tar xf - rm -rf re result.tar.gz has the expected MD5. mkdir -p tmp-result cd tmp-result && gunzip -c ../result.tar.gz | tar xf - seq.tar.gz has the expected MD5. mkdir -p tmp-seq cd tmp-seq && gunzip -c ../seq.tar.gz | tar xf - rm -rf result rm -rf seq patching file .gitignore patching file Makefile patching file select_version.ml patching file seq.opam patching file src/seq.ml patching file src/seq.mli patching file src/seq_alias.ml patching file src/seq_alias.mli patching file src/seq_redef.ml patching file src/seq_redef.mli rm -f seq/src/seq.ml seq/src/seq.mli mccs.tar.gz has the expected MD5. mkdir -p tmp-mccs cd tmp-mccs && gunzip -c ../mccs.tar.gz | tar xf - opam-file-format.tar.gz has the expected MD5. cppo.tbz 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 mkdir -p tmp-cppo cd tmp-cppo && bunzip2 -c ../cppo.tbz | tar xf - rm -rf cppo patching file src/compat.ml patching file src/dune patching file Changes patching file src/cppo_main.ml rm -rf mccs dune-local.tbz has the expected MD5. mkdir -p tmp-dune-local cd tmp-dune-local && bunzip2 -c ../dune-local.tbz | tar xf - rm -rf dune-local rm dune-local.download make[1]: Leaving directory '/home/buildozer/aports/community/opam/src/opam-2.0.8/src_ext' cd src_ext/dune-local && ocaml bootstrap.ml && ./boot.exe --release File "./bootstrap.ml", line 186, characters 29-41: 186 | let base, ext = String.break base i in ^^^^^^^^^^^^ Warning 6 [labels-omitted]: label pos was omitted in the application of this function. File "./bootstrap.ml", line 191, characters 28-40: 191 | let a, b = String.break ext i in ^^^^^^^^^^^^ Warning 6 [labels-omitted]: label pos was omitted in the application of this function. '/usr/bin/ocamllex.opt' -q src/meta_lexer.mll '/usr/bin/ocamllex.opt' -q src/dune_lexer.mll '/usr/bin/ocamllex.opt' -q src/dune_lang/dune_lexer.mll '/usr/bin/ocamldep.opt' -modules src/action.ml src/action_ast.ml src/action_dune_lang.ml src/action_exec.ml src/action_intf.ml src/action_to_sh.boot.ml src/action_unexpanded.ml src/arg_spec.ml src/artifacts.ml src/binary_kind.ml src/bindings.ml src/blang.ml src/build.ml src/build_interpret.ml src/build_system.ml src/check_rules.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/compilation_context.ml src/config.ml src/context.ml src/dep_graph.ml src/dep_path.ml src/deps.ml src/dir_contents.ml src/dir_status.ml src/dir_with_dune.ml src/dune_env.ml src/dune_file.ml src/dune_fmt.ml src/dune_lexer.ml src/dune_load.ml src/dune_project.ml vendor/boot/dune_re.ml src/dynlink_supported.ml src/env_node.ml src/errors.ml src/exe.ml src/exe_rules.ml src/expander.ml src/file_bindings.ml src/file_tree.ml src/findlib.ml src/format_rules.ml src/gen_meta.ml src/gen_rules.ml src/glob.ml src/glob_lexer.boot.ml src/hooks.ml src/import.ml src/inline_tests.boot.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/js_of_ocaml_rules.boot.ml src/lib.ml src/lib_archives.ml src/lib_deps_info.ml src/lib_file_deps.ml src/lib_info.ml src/lib_modules.ml src/lib_name.ml src/lib_rules.ml src/link_time_code_gen.ml src/local_package.ml src/log.ml src/main.ml src/menhir.boot.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_field_evaluator.ml src/ocaml_flags.ml src/ocaml_version.ml src/ocamldep.ml src/odoc.boot.ml vendor/boot/opamBaseParser.ml vendor/boot/opamLexer.ml vendor/boot/opamParserTypes.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path_dune_lang.ml src/per_item.ml src/pform.ml src/predicate_lang.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/promotion.ml src/report_error.ml src/response_file.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/simple_rules.ml src/spawn.ml src/stanza.ml src/static_deps.ml src/stats.ml src/string_with_vars.ml src/sub_dirs.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/test_rules.ml src/top_closure.ml src/utils.ml src/utop.ml src/value.ml src/variant.ml src/versioned_file.ml src/vfile_kind.ml src/vimpl.ml src/virtual_rules.ml src/watermarks.ml src/workspace.ml > boot-depends.txt '/usr/bin/ocamldep.opt' -modules src/stdune/caml/dune_caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt '/usr/bin/ocamldep.opt' -modules src/dune_lang/dune_lang.ml src/dune_lang/atom.ml src/dune_lang/dune_lexer.ml src/dune_lang/escape.ml src/dune_lang/jbuild_lexer.boot.ml src/dune_lang/lexer.ml src/dune_lang/lexer_shared.ml src/dune_lang/syntax.ml src/dune_lang/template.ml src/dune_lang/types.ml > boot-depends.txt '/usr/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt '/usr/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt '/usr/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/bin.ml src/stdune/bool.ml src/stdune/bytes.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/env.ml src/stdune/escape.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/float.ml src/stdune/fmt.ml src/stdune/hashable.ml src/stdune/hashtbl.ml src/stdune/hashtbl_intf.ml src/stdune/import.ml src/stdune/int.ml src/stdune/interned.ml src/stdune/io.ml src/stdune/list.ml src/stdune/loc.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/nothing.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/path.ml src/stdune/pp.ml src/stdune/proc.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/sexp.ml src/stdune/sexp_intf.ml src/stdune/staged.ml src/stdune/string.ml src/stdune/type_eq.ml src/stdune/univ_map.ml > boot-depends.txt '/usr/bin/ocamldep.opt' -modules src/which_program/which_program.boot.ml > boot-depends.txt '/usr/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt '/usr/bin/ocamllex.opt' -q src/let-syntax/lexer.mll '/usr/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma threads.cma -I +threads boot.ml File "src/stdune/caml/result.ml", line 4, characters 7-17: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/stdune/caml/result.mli", line 6, characters 7-17: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/stdune/list.ml", line 129, characters 23-38: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/stdune/pp.ml", line 114, characters 8-19: Alert deprecated: Stdlib.Format.pp_open_tag Use Format.pp_open_stag. File "src/stdune/pp.ml", line 116, characters 8-20: Alert deprecated: Stdlib.Format.pp_close_tag Use Format.pp_close_stag. File "src/stdune/pp.ml", line 119, characters 18-48: Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions Use Format.pp_get_formatter_stag_functions. File "src/stdune/pp.ml", line 121, characters 6-36: Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. File "src/stdune/io.ml", line 1, characters 11-21: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src/dune_lang/dune_lang.ml", line 107, characters 15-52: Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions Use Format.pp_get_formatter_stag_functions. File "src/dune_lang/dune_lang.ml", line 108, characters 2-39: Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. File "src/colors.ml", line 105, characters 18-48: Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions Use Format.pp_get_formatter_stag_functions. File "src/colors.ml", line 107, characters 6-36: Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. File "src/super_context.ml", line 251, characters 7-11: Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. ocamlc src/stdune/caml/.dune_caml.objs/dune_caml__Result.{cmi,cmti} File "src/stdune/caml/result.mli", line 6, characters 7-17: 6 | open Pervasives ^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlc src/stdune/caml/.dune_caml.objs/dune_caml__Result.{cmo,cmt} File "src/stdune/caml/result.ml", line 4, characters 7-17: 4 | open Pervasives ^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src/stdune/caml/.dune_caml.objs/dune_caml__Result.{cmx,o} File "src/stdune/caml/result.ml", line 4, characters 7-17: 4 | open Pervasives ^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlc src/stdune/.stdune.objs/stdune__List.{cmo,cmt} File "src/stdune/list.ml", line 129, characters 23-38: 129 | let physically_equal = Pervasives.(==) ^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src/stdune/.stdune.objs/stdune__List.{cmx,o} File "src/stdune/list.ml", line 129, characters 23-38: 129 | let physically_equal = Pervasives.(==) ^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlc src/stdune/.stdune.objs/stdune__Pp.{cmo,cmt} File "src/stdune/pp.ml", line 114, characters 8-19: 114 | pp_open_tag ppf (embed_tag ~opening ~closing); ^^^^^^^^^^^ Alert deprecated: Stdlib.Format.pp_open_tag Use Format.pp_open_stag. File "src/stdune/pp.ml", line 116, characters 8-20: 116 | pp_close_tag ppf () ^^^^^^^^^^^^ Alert deprecated: Stdlib.Format.pp_close_tag Use Format.pp_close_stag. File "src/stdune/pp.ml", line 119, characters 18-48: 119 | let funcs = pp_get_formatter_tag_functions ppf () in ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions Use Format.pp_get_formatter_stag_functions. File "src/stdune/pp.ml", line 121, characters 6-36: 121 | pp_set_formatter_tag_functions ppf ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. ocamlc src/stdune/.stdune.objs/stdune__Io.{cmo,cmt} File "src/stdune/io.ml", line 1, characters 11-21: 1 | module P = Pervasives ^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src/stdune/.stdune.objs/stdune__Pp.{cmx,o} File "src/stdune/pp.ml", line 114, characters 8-19: 114 | pp_open_tag ppf (embed_tag ~opening ~closing); ^^^^^^^^^^^ Alert deprecated: Stdlib.Format.pp_open_tag Use Format.pp_open_stag. File "src/stdune/pp.ml", line 116, characters 8-20: 116 | pp_close_tag ppf () ^^^^^^^^^^^^ Alert deprecated: Stdlib.Format.pp_close_tag Use Format.pp_close_stag. File "src/stdune/pp.ml", line 119, characters 18-48: 119 | let funcs = pp_get_formatter_tag_functions ppf () in ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions Use Format.pp_get_formatter_stag_functions. File "src/stdune/pp.ml", line 121, characters 6-36: 121 | pp_set_formatter_tag_functions ppf ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. ocamlc src/dune_lang/.dune_lang.objs/dune_lang.{cmo,cmt} File "src/dune_lang/dune_lang.ml", line 107, characters 15-52: 107 | let tfuncs = Format.pp_get_formatter_tag_functions ppf () in ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions Use Format.pp_get_formatter_stag_functions. File "src/dune_lang/dune_lang.ml", line 108, characters 2-39: 108 | Format.pp_set_formatter_tag_functions ppf ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. ocamlopt src/stdune/.stdune.objs/stdune__Io.{cmx,o} File "src/stdune/io.ml", line 1, characters 11-21: 1 | module P = Pervasives ^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src/dune_lang/.dune_lang.objs/dune_lang.{cmx,o} File "src/dune_lang/dune_lang.ml", line 107, characters 15-52: 107 | let tfuncs = Format.pp_get_formatter_tag_functions ppf () in ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions Use Format.pp_get_formatter_stag_functions. File "src/dune_lang/dune_lang.ml", line 108, characters 2-39: 108 | Format.pp_set_formatter_tag_functions ppf ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. ocamlopt src/.dune.objs/dune__Colors.{cmx,o} File "src/colors.ml", line 105, characters 18-48: Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions Use Format.pp_get_formatter_stag_functions. File "src/colors.ml", line 107, characters 6-36: Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. ocamlopt src/.dune.objs/dune__Super_context.{cmx,o} File "src/super_context.ml", line 251, characters 7-11: Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. src_ext/dune-local/_build_bootstrap/install/default/bin/dune build --profile=release opam-installer.install opam.install ocaml src_ext/extlib/src/compat-level sh: ocamlfind: not found ocamlc src_ext/ocamlgraph/src/.graph.objs/graph__Dot_lexer.{cmi,cmo,cmt} File "src/dot_lexer.mll", line 38, characters 21-37: Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Dot_lexer.{cmx,o} File "src/dot_lexer.mll", line 38, characters 21-37: Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Graphviz.{cmx,o} File "src_ext/ocamlgraph/src/graphviz.ml", line 27, characters 5-15: 27 | open Pervasives (* for compatibility with ocaml 3.12.0+dev17 ^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Dot.{cmx,o} File "src_ext/ocamlgraph/src/dot.ml", line 61, characters 40-58: 61 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_base.{cmx,o} File "src_ext/cmdliner/src/cmdliner_base.ml", line 14, characters 16-32: 14 | let lowercase = String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "src_ext/cmdliner/src/cmdliner_base.ml", line 15, characters 16-32: 15 | let uppercase = String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "src_ext/cmdliner/src/cmdliner_base.ml", line 16, characters 17-34: 16 | let capitalize = String.capitalize ^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. File "src_ext/cmdliner/src/cmdliner_base.ml", line 158, characters 14-27: 158 | `Error (err_ambiguous "enum value" s ambs) ^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function. ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_docgen.{cmx,o} File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 278, characters 23-39: 278 | if Cmdliner_manpage.(smap_has_section sm s_name) then sm else ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label sec was omitted in the application of this function. File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 293, characters 22-56: 293 | let ins sm (s, b) = Cmdliner_manpage.smap_append_block sm s b in ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label sec was omitted in the application of this function. File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 294, characters 35-51: 294 | let has_senv = Cmdliner_manpage.(smap_has_section sm s_environment) in ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label sec was omitted in the application of this function. File "src_ext/cmdliner/src/cmdliner_docgen.ml", line 295, characters 36-52: 295 | let has_sexit = Cmdliner_manpage.(smap_has_section sm s_exit_status) in ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label sec was omitted in the application of this function. ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_cline.{cmx,o} File "src_ext/cmdliner/src/cmdliner_cline.ml", line 118, characters 20-47: 118 | let err = Cmdliner_base.err_ambiguous "option" name ambs in ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function. ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner_arg.{cmx,o} File "src_ext/cmdliner/src/cmdliner_arg.ml", line 166, characters 24-50: 166 | | `Error e -> failwith (Cmdliner_msg.err_opt_parse f e) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label err was omitted in the application of this function. File "src_ext/cmdliner/src/cmdliner_arg.ml", line 216, characters 24-50: 216 | | `Error e -> failwith (Cmdliner_msg.err_pos_parse a e) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label err was omitted in the application of this function. File "src_ext/cmdliner/src/cmdliner_arg.ml", line 233, characters 10-36: 233 | let a = Cmdliner_info.arg_make_pos pos a in ^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label pos was omitted in the application of this function. ocamlopt src_ext/cmdliner/src/.cmdliner.objs/cmdliner.{cmx,o} File "src_ext/cmdliner/src/cmdliner.ml", line 184, characters 25-47: 184 | | `Std_help fmt -> Cmdliner_docgen.pp_man err_ppf fmt help_ppf ei; `Help ^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label errs was omitted in the application of this function. File "src_ext/cmdliner/src/cmdliner.ml", line 274, characters 25-40: 274 | let exit ?term_err r = Pervasives.exit (exit_status_of_result ?term_err r) ^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/cmdliner/src/cmdliner.ml", line 276, characters 4-19: 276 | Pervasives.exit (exit_status_of_status_result ?term_err r) ^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Imperative.{cmx,o} File "src_ext/ocamlgraph/src/imperative.ml", line 68, characters 20-38: 68 | let compare x y = Pervasives.compare x.tag y.tag ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/ocamlgraph/src/imperative.ml", line 156, characters 18-33: 156 | g.size <- Pervasives.succ g.size; ^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/ocamlgraph/src/imperative.ml", line 172, characters 18-33: 172 | g.size <- Pervasives.pred g.size ^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/ocamlgraph/src/imperative.ml", line 193, characters 18-33: 193 | g.size <- Pervasives.succ g.size; ^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/ocamlgraph/src/imperative.ml", line 214, characters 18-33: 214 | g.size <- Pervasives.pred g.size ^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/ocamlgraph/src/imperative.ml", line 362, characters 36-54: 362 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/ocamlgraph/src/imperative.ml", line 372, characters 36-54: 372 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlc src/core/.opam_core.objs/opamStubsTypes.{cmi,cmo,cmt} File "src/core/opamStubsTypes.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Pack.{cmx,o} File "src_ext/ocamlgraph/src/pack.ml", line 52, characters 34-52: 52 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/ocamlgraph/src/pack.ml", line 69, characters 34-52: 69 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/ocamlgraph/src/pack.ml", line 97, characters 34-52: 97 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/ocamlgraph/src/pack.ml", line 200, characters 32-50: 200 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Persistent.{cmx,o} File "src_ext/ocamlgraph/src/persistent.ml", line 51, characters 20-38: 51 | let compare x y = Pervasives.compare x.tag y.tag ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/ocamlgraph/src/persistent.ml", line 144, characters 17-32: 144 | size = Pervasives.succ g.size } ^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/ocamlgraph/src/persistent.ml", line 157, characters 28-43: 157 | { edges = e; size = Pervasives.pred g.size } ^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/ocamlgraph/src/persistent.ml", line 177, characters 17-32: 177 | size = Pervasives.succ g.size } ^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/ocamlgraph/src/persistent.ml", line 196, characters 17-32: 196 | size = Pervasives.pred g.size } ^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src_ext/extlib/src/.extlib.objs/extString.{cmx,o} File "src_ext/extlib/src/extString.pp.ml", line 1: Alert deprecated: set Use Bytes.set/BytesLabels.set instead. File "string.mli", lines 378-379, characters 0-63: Definition File "src_ext/extlib/src/extString.mli", line 179, characters 2-42: Expected signature File "src_ext/extlib/src/extString.pp.ml", line 1: Alert deprecated: create Use Bytes.create/BytesLabels.create instead. File "string.mli", lines 369-370, characters 0-69: Definition File "src_ext/extlib/src/extString.mli", line 180, characters 2-29: Expected signature File "src_ext/extlib/src/extString.pp.ml", line 1: Alert deprecated: copy Strings now immutable: no need to copy File "string.mli", lines 398-399, characters 0-63: Definition File "src_ext/extlib/src/extString.mli", line 182, characters 2-29: Expected signature File "src_ext/extlib/src/extString.pp.ml", line 1: Alert deprecated: fill Use Bytes.fill/BytesLabels.fill instead. File "string.mli", lines 405-406, characters 0-65: Definition File "src_ext/extlib/src/extString.mli", line 184, characters 2-50: Expected signature File "src_ext/extlib/src/extString.pp.ml", line 1: Alert deprecated: uppercase Use String.uppercase_ascii/StringLabels.uppercase_ascii instead. File "string.mli", lines 415-417, characters 0-71: Definition File "src_ext/extlib/src/extString.mli", line 200, characters 2-34: Expected signature File "src_ext/extlib/src/extString.pp.ml", line 1: Alert deprecated: lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "string.mli", lines 424-426, characters 0-71: Definition File "src_ext/extlib/src/extString.mli", line 201, characters 2-34: Expected signature File "src_ext/extlib/src/extString.pp.ml", line 1: Alert deprecated: capitalize Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. File "string.mli", lines 433-435, characters 0-73: Definition File "src_ext/extlib/src/extString.mli", line 202, characters 2-35: Expected signature File "src_ext/extlib/src/extString.pp.ml", line 1: Alert deprecated: uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "string.mli", lines 441-443, characters 0-77: Definition File "src_ext/extlib/src/extString.mli", line 203, characters 2-37: Expected signature File "src_ext/extlib/src/extString.pp.ml", line 1: Alert deprecated: unsafe_set File "string.mli", lines 574-575, characters 0-22: Definition File "src_ext/extlib/src/extString.mli", line 219, characters 2-49: Expected signature File "src_ext/extlib/src/extString.pp.ml", line 1: Alert deprecated: unsafe_fill File "string.mli", lines 579-581, characters 0-22: Definition File "src_ext/extlib/src/extString.mli", line 221, characters 2-57: Expected signature ocamlopt src_ext/extlib/src/.extlib.objs/extArray.{cmx,o} File "src_ext/extlib/src/extArray.pp.ml", line 1: Alert deprecated: make_float Use Array.create_float/ArrayLabels.create_float instead. File "array.mli", lines 75-77, characters 0-63: Definition File "src_ext/extlib/src/extArray.mli", line 121, characters 2-37: Expected signature File "src_ext/extlib/src/extArray.pp.ml", line 1: Alert deprecated: create Use Array.make/ArrayLabels.make instead. File "array.mli", lines 66-67, characters 0-65: Definition File "src_ext/extlib/src/extArray.mli", line 145, characters 2-60: Expected signature File "src_ext/extlib/src/extArray.pp.ml", line 1: Alert deprecated: create_matrix Use Array.make_matrix/ArrayLabels.make_matrix instead. File "array.mli", lines 103-105, characters 0-61: Definition File "src_ext/extlib/src/extArray.mli", line 148, characters 2-56: Expected signature ocamlopt src_ext/extlib/src/.extlib.objs/extList.{cmx,o} File "src_ext/extlib/src/extList.ml", line 383, characters 15-33: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src_ext/ocamlgraph/src/.graph.objs/graph__Cliquetree.{cmx,o} File "src_ext/ocamlgraph/src/cliquetree.ml", line 106, characters 38-56: 106 | let compare : t -> t -> int = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/ocamlgraph/src/cliquetree.ml", line 114, characters 40-58: 114 | let compare (x, _ : t) (y, _ : t) = Pervasives.compare x y ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src_ext/extlib/src/.extlib.objs/IO.{cmx,o} File "src_ext/extlib/src/IO.ml", line 313, characters 14-30: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/extlib/src/IO.ml", line 317, characters 26-45: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/extlib/src/IO.ml", line 323, characters 31-48: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/extlib/src/IO.ml", line 324, characters 27-47: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/extlib/src/IO.ml", line 325, characters 27-43: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/extlib/src/IO.ml", line 792, characters 22-32: Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. ocamlc src_ext/dose3/algo/.algo.objs/algo__Defaultgraphs.{cmi,cmo,cmt} File "src_ext/dose3/algo/defaultgraphs.ml", line 95, characters 15-33: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/dose3/algo/defaultgraphs.ml", line 118, characters 22-40: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/dose3/algo/defaultgraphs.ml", line 321, characters 14-32: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/dose3/algo/defaultgraphs.ml", line 723, characters 18-36: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlc src_ext/dose3/algo/.algo.objs/algo__Strongconflicts_int.{cmi,cmo,cmt} File "src_ext/dose3/algo/strongconflicts_int.ml", line 29, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/dose3/algo/strongconflicts_int.ml", line 46, characters 55-73: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlc src/tools/.opam_installer.eobjs/opam_installer.{cmi,cmo,cmt} File "src/tools/opam_installer.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. ocamlc src_ext/dose3/algo/.algo.objs/algo__Strongconflicts.{cmi,cmo,cmt} File "src_ext/dose3/algo/strongconflicts.ml", line 27, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlc src/solver/.opam_solver.objs/opamCudfSolverSig.{cmi,cmo,cmt} File "src/solver/opamCudfSolverSig.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. ocamlopt src_ext/cudf/.cudf.objs/cudf_types_pp.{cmx,o} File "src_ext/cudf/cudf_types_pp.ml", line 92, characters 27-37: 92 | | `Enum l -> `Enum (l, parse_enum l s) ^^^^^^^^^^ Warning 6 [labels-omitted]: label enums was omitted in the application of this function. File "src_ext/cudf/cudf_types_pp.ml", line 104, characters 20-44: 104 | let string_of_int = Pervasives.string_of_int ^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/cudf/cudf_types_pp.ml", line 107, characters 21-46: 107 | let string_of_bool = Pervasives.string_of_bool ^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src_ext/cudf/.cudf.objs/cudf.{cmx,o} File "src_ext/cudf/cudf.ml", line 76, characters 2-20: 76 | Pervasives.compare (pkg1.package, pkg1.version) (pkg2.package, pkg2.version) ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/cudf/cudf.ml", line 79, characters 2-20: 79 | Pervasives.compare (pkg2.package, pkg2.version) (pkg1.package, pkg1.version) ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src/core/.opam_core.objs/opamStd.{cmx,o} File "src/core/opamStd.ml", line 431, characters 32-46: 431 | let subs = Array.to_list (Re.get_all_ofs subs) in ^^^^^^^^^^^^^^ Alert deprecated: Re.get_all_ofs Use Group.all_offset ocamlopt src_ext/dose3/common/.common.objs/common__Util.{cmx,o} File "src_ext/dose3/common/util.ml", line 90, characters 6-23: Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. File "src_ext/dose3/common/util.ml", line 96, characters 6-21: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/dose3/common/util.ml", line 103, characters 6-21: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/dose3/common/util.ml", line 163, characters 6-21: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src/core/.opam_core.objs/opamProcess.{cmx,o} File "src/core/opamProcess.ml", line 382, characters 9-24: 382 | (let open OpamCompat in ^^^^^^^^^^^^^^^ Warning 33 [unused-open]: unused open OpamCompat. ocamlopt src_ext/dose3/algo/.algo.objs/algo__Defaultgraphs.{cmx,o} File "src_ext/dose3/algo/defaultgraphs.ml", line 95, characters 15-33: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/dose3/algo/defaultgraphs.ml", line 118, characters 22-40: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/dose3/algo/defaultgraphs.ml", line 321, characters 14-32: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/dose3/algo/defaultgraphs.ml", line 723, characters 18-36: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src/core/.opam_core.objs/opamFilename.{cmx,o} File "src/core/opamFilename.ml", line 349, characters 11-25: 349 | let link ?(relative=false) ~target ~link = ^^^^^^^^^^^^^^ Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. ocamlopt src/core/.opam_core.objs/opamUrl.{cmx,o} File "src/core/opamUrl.ml", line 56, characters 10-20: 56 | match Re.get_all (Re.exec re u) with ^^^^^^^^^^ Alert deprecated: Re.get_all Use Group.all File "src/core/opamUrl.ml", line 109, characters 12-18: 109 | Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "") ^^^^^^ Alert deprecated: Re.get Use Group.get File "src/core/opamUrl.ml", line 109, characters 37-43: 109 | Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "") ^^^^^^ Alert deprecated: Re.get Use Group.get File "src/core/opamUrl.ml", line 219, characters 6-12: 219 | Re.get (Re.exec re t.path) 1 ^^^^^^ Alert deprecated: Re.get Use Group.get ocamlopt src_ext/dose3/algo/.algo.objs/algo__Diagnostic.{cmx,o} File "src_ext/dose3/algo/diagnostic.ml", line 308, characters 12-30: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/dose3/algo/diagnostic.ml", line 509, characters 20-38: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src_ext/dose3/algo/.algo.objs/algo__Strongconflicts_int.{cmx,o} File "src_ext/dose3/algo/strongconflicts_int.ml", line 29, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "src_ext/dose3/algo/strongconflicts_int.ml", line 46, characters 55-73: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src_ext/dose3/algo/.algo.objs/algo__Strongconflicts.{cmx,o} File "src_ext/dose3/algo/strongconflicts.ml", line 27, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt src/format/.opam_format.objs/opamFilter.{cmx,o} File "src/format/opamFilter.ml", line 109, characters 11-18: 109 | if Re.test ss 2 then ^^^^^^^ Alert deprecated: Re.test Use Group.test File "src/format/opamFilter.ml", line 110, characters 15-21: 110 | aux (Re.get ss 1 :: acc) ^^^^^^ Alert deprecated: Re.get Use Group.get File "src/format/opamFilter.ml", line 111, characters 18-28: 111 | (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0)) ^^^^^^^^^^ Alert deprecated: Re.get_ofs Use Group.offset File "src/format/opamFilter.ml", line 111, characters 52-58: 111 | (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0)) ^^^^^^ Alert deprecated: Re.get Use Group.get gcc src_ext/mccs/src/mccs_stubs.o mccs_stubs.cpp:27: warning: "Some_val" redefined 27 | #define Some_val(v) Field(v,0) | In file included from mccs_stubs.cpp:6: /usr/lib/ocaml/caml/mlvalues.h:404: note: this is the location of the previous definition 404 | #define Some_val(v) Field(v, 0) | ocamlopt src/repository/.opam_repository.objs/opamDownload.{cmx,o} File "src/repository/opamDownload.ml", line 44, characters 36-44: 44 | let download_args ~url ~out ~retry ?checksum ~compress = ^^^^^^^^ Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. File "src/repository/opamDownload.ml", line 102, characters 32-40: 102 | let download_command ~compress ?checksum ~url ~dst = ^^^^^^^^ Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. File "src/repository/opamDownload.ml", line 120, characters 60-73: 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true) ^^^^^^^^^^^^^ Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. File "src/repository/opamDownload.ml", line 120, characters 49-57: 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true) ^^^^^^^^ Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. File "src/repository/opamDownload.ml", line 120, characters 32-46: 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true) ^^^^^^^^^^^^^^ Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. File "src/repository/opamDownload.ml", line 120, characters 6-17: 120 | ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true) ^^^^^^^^^^^ Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. ocamlopt src/client/.opam_client.objs/opamConfigCommand.{cmx,o} File "src/client/opamConfigCommand.ml", line 216, characters 42-62: 216 | let env gt switch ?(set_opamroot=false) ?(set_opamswitch=false) ^^^^^^^^^^^^^^^^^^^^ Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. File "src/client/opamConfigCommand.ml", line 216, characters 20-38: 216 | let env gt switch ?(set_opamroot=false) ?(set_opamswitch=false) ^^^^^^^^^^^^^^^^^^ Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. ocamlopt src/client/.opam_client.objs/opamArg.{cmx,o} File "src/client/opamArg.ml", line 488, characters 45-51: 488 | let name = OpamPackage.Name.of_string (Re.get sub 1) in ^^^^^^ Alert deprecated: Re.get Use Group.get File "src/client/opamArg.ml", line 490, characters 49-55: 490 | try Some (OpamPackage.Version.of_string (Re.get sub 2)) ^^^^^^ Alert deprecated: Re.get Use Group.get File "src/client/opamArg.ml", line 526, characters 18-24: 526 | let sname = Re.get sub 1 in ^^^^^^ Alert deprecated: Re.get Use Group.get File "src/client/opamArg.ml", line 527, characters 16-22: 527 | let sop = Re.get sub 2 in ^^^^^^ Alert deprecated: Re.get Use Group.get File "src/client/opamArg.ml", line 528, characters 21-27: 528 | let sversion = Re.get sub 3 in ^^^^^^ Alert deprecated: Re.get Use Group.get sed -f process.sed opam.install > processed-opam.install ln -s -f _build/default/src/client/opamMain.exe opam src_ext/dune-local/_build_bootstrap/install/default/bin/dune build --profile=release opam-installer.install sed -f process.sed opam-installer.install > processed-opam-installer.install ln -s -f _build/default/src/tools/opam_installer.exe opam-installer src_ext/dune-local/_build_bootstrap/install/default/bin/dune build --profile=release opam.install src/tools/opam_check.exe ocamlc src/tools/.opam_check.eobjs/opam_check.{cmi,cmo,cmt} File "src/tools/opam_check.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. src_ext/dune-local/_build_bootstrap/install/default/bin/dune build --profile=release doc/man/opam-topics.inc doc/man/opam-admin-topics.inc src_ext/dune-local/_build_bootstrap/install/default/bin/dune runtest --force --no-buffer --profile=release src/ tests/ make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/home/buildozer/aports/community/opam/src/opam-2.0.8/_build/default/tests' /usr/bin/make --no-print-directory REPOKIND=local run 00 init  ..................................... [ OK ] 01 upload  ..................................... [ OK ] 02 install-remove  ..................................... [ OK ] 03 list  ..................................... [ OK ] 04 install-opt  ..................................... [ OK ] 05 list  ..................................... [ OK ] 06 install  ..................................... [ OK ] 07 list  ..................................... [ OK ] 08 reinstall  ..................................... [ OK ] 09 list  ..................................... [ OK ] 10 upload-new  ..................................... [ OK ] 11 list  ..................................... [ OK ] 12 upgrade  ..................................... [ OK ] 13 list  ..................................... [ OK ] 14 downgrade  ..................................... [ OK ] 15 list  ..................................... [ OK ] 16 switch-alias  ..................................... [ OK ] 17 list  ..................................... [ OK ] 18 switch-env-packages  ..................................... [ OK ] 19 repo  ..................................... [ OK ] 20 list  ..................................... [ OK ] SUCCESS! /usr/bin/make --no-print-directory REPOKIND=git run 00 init  ..................................... [ OK ] 01 upload  ..................................... [ OK ] 02 install-remove  ..................................... [ OK ] 03 list  ..................................... [ OK ] 04 install-opt  ..................................... [ OK ] 05 list  ..................................... [ OK ] 06 install  ..................................... [ OK ] 07 list  ..................................... [ OK ] 08 reinstall  ..................................... [ OK ] 09 list  ..................................... [ OK ] 10 upload-new  ..................................... [ OK ] 11 list  ..................................... [ OK ] 12 upgrade  ..................................... [ OK ] 13 list  ..................................... [ OK ] 14 downgrade  ..................................... [ OK ] 15 list  ..................................... [ OK ] 16 switch-alias  ..................................... [ OK ] 17 list  ..................................... [ OK ] 18 switch-env-packages  ..................................... [ OK ] 19 repo  ..................................... [ OK ] 20 list  ..................................... [ OK ] SUCCESS! make[1]: Leaving directory '/home/buildozer/aports/community/opam/src/opam-2.0.8/_build/default/tests' >>> 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-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: 356.0 KB >>> opam-doc*: Compressing data... >>> opam-doc*: Create checksum... >>> opam-doc*: Create opam-doc-2.0.8-r4.apk >>> opam*: Tracing dependencies... curl patch unzip coreutils bubblewrap so:libc.musl-x86_64.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> opam*: Package size: 11.6 MB >>> opam*: Compressing data... >>> opam*: Create checksum... >>> opam*: Create opam-2.0.8-r4.apk >>> opam: Build complete at Fri, 05 Nov 2021 02:34:02 +0000 elapsed time 0h 1m 7s >>> opam: Cleaning up srcdir >>> opam: Cleaning up pkgdir >>> opam: Uninstalling dependencies... (1/12) Purging .makedepends-opam (20211105.023256) (2/12) Purging unzip (6.0-r9) (3/12) Purging coreutils (9.0-r2) Executing coreutils-9.0-r2.post-deinstall (4/12) Purging bubblewrap (0.5.0-r0) (5/12) Purging ocaml-compiler-libs (4.13.1-r0) (6/12) Purging ocaml (4.13.1-r0) (7/12) Purging ocaml-runtime (4.13.1-r0) (8/12) Purging utmps-openrc (0.1.0.3-r0) (9/12) Purging utmps (0.1.0.3-r0) (10/12) Purging s6-ipcserver (2.11.0.0-r0) (11/12) Purging skalibs (2.11.0.0-r0) (12/12) Purging libcap (2.60-r0) Executing busybox-1.34.1-r2.trigger OK: 713 MiB in 100 packages >>> opam: Updating the community/x86_64 repository index... >>> opam: Signing the index...