- github
- ocaml
- opam-repository
- e26ca3
- compilers,4.14,conf-m4.1,revdeps,sosa.0.3.0
(not at the head of any monitored branch or PR)
2026-03-21 18:50.19: New job: test sosa.0.3.0 with conf-m4.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29579/head (e26ca330660bcb49f8bb8e3d37703d278be8c4bd)
on debian-13-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29579/head" && git reset --hard e26ca330
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn conf-m4.1 1
RUN opam reinstall conf-m4.1; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'conf-m4.1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN opam reinstall sosa.0.3.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'sosa.0.3.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test sosa.0.3.0) || true
RUN opam reinstall --with-test --verbose sosa.0.3.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'sosa.0.3.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-03-21 18:50.19: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e-conf-m4.1-sosa.0.3.0-e26ca330660bcb49f8bb8e3d37703d278be8c4bd"
2026-03-21 18:50.19: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn conf-m4.1 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-m4.1;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-m4.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall sosa.0.3.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'sosa.0.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test sosa.0.3.0) || true"))
(run (shell "opam reinstall --with-test --verbose sosa.0.3.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'sosa.0.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-21 18:50.19: Waiting for resource in pool OCluster
2026-03-21 20:32.30: Waiting for worker…
2026-03-21 20:34.51: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 76bf2ed944 Merge pull request #29572 from hannesm/release-letsencrypt-v2.0.0
Updating 76bf2ed944..e26ca33066
Fast-forward
packages/conf-findutils/conf-findutils.1/opam | 2 ++
packages/conf-m4/conf-m4.1/opam | 1 +
.../conf-mingw-w64-bzip2-x86_64/conf-mingw-w64-bzip2-x86_64.1/opam | 4 ++--
packages/conf-mingw-w64-gcc-x86_64/conf-mingw-w64-gcc-x86_64.1/opam | 4 ++--
packages/conf-mingw-w64-gmp-x86_64/conf-mingw-w64-gmp-x86_64.1/opam | 4 ++--
.../conf-mingw-w64-pkgconf-x86_64.1/opam | 6 +++---
.../conf-mingw-w64-zlib-x86_64/conf-mingw-w64-zlib-x86_64.1/opam | 4 ++--
.../conf-mingw-w64-zstd-x86_64/conf-mingw-w64-zstd-x86_64.1/opam | 4 ++--
packages/conf-perl/conf-perl.2/opam | 1 +
9 files changed, 17 insertions(+), 13 deletions(-)
(from ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e)
2026-03-21 20:34.53 ---> using "32cd5b5baf995c02200cf270da597dbb25becd220af2c200c00b8b241a742195" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-21 20:34.53 ---> using "f3ed7bdbef828c9c0b079b10505c5f05c3c9adcca11ce5bf2dac2a4183e099d8" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-21 20:34.53 ---> using "5bf6adb7b45bb7e0c215b8f509c71a8dae73a9a2060efcc27df9d4ef6c6d3350" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-03-21 20:34.53 ---> using "0546f18fa5979677ee22eb9f2fcf19ab371564e845d317c2c70e41dd97dc22dd" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-03-21 20:34.53 ---> using "0a7188cbe95f4fe0ff26694977eb8794c975bdb534078da98a06d6c7373289b4" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-21 20:34.53 ---> using "64b0b1c5956282be62155632b73d49a512770a013b8177e3bd97cfd5e30573f3" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-21 20:34.53 ---> using "5bbc18b187922ee43ab28303966f314ef55d58cc243daaa1a62d891c4651643d" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [113 kB]
- Fetched 10.0 MB in 1s (9665 kB/s)
- Reading package lists...
2026-03-21 20:34.53 ---> using "26c4cf2d2932a5613ac2db8ae671186642ac802d5db4f44c87661f5676362dec" from cache
/home/opam: (run (shell "opam pin add -k version -yn conf-m4.1 1"))
conf-m4 is now pinned to version 1
2026-03-21 20:34.53 ---> using "1f550c38f5bac1e80ecbaf30222372f1ba650bb720c00e72e38ddd72856eafa1" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-m4.1;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-m4.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-m4.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install conf-m4 1 (pinned)
The following system packages will first need to be installed:
m4
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- Selecting previously unselected package m4.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20623 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Setting up m4 (1.4.19-8) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-m4.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-21 20:34.53 ---> using "e0baf65572c68338ca7ad6c8769e7aeb1e3d03e85ea3541782477400153674e3" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall sosa.0.3.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'sosa.0.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
sosa.0.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 3 packages
- install ocamlbuild 0.16.1 [required by sosa]
- install ocamlfind 1.9.8 [required by sosa]
- install sosa 0.3.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved sosa.0.3.0 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed sosa.0.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-21 20:35.04 ---> saved as "1cb618bfb0e0f55fc4f7b32369aad6decf166972d512fdfad7b5b07cc1730396"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test sosa.0.3.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile sosa 0.3.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved sosa.0.3.0 (https://opam.ocaml.org/cache)
-> removed sosa.0.3.0
-> installed sosa.0.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-21 20:35.11 ---> saved as "1d6b38d8bc4967bc7a73858401ea92195cca6a13cd4d04c99b4953ec4a9dcb46"
/home/opam: (run (shell "opam reinstall --with-test --verbose sosa.0.3.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'sosa.0.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile sosa 0.3.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [sosa.0.3.0: extract]
-> retrieved sosa.0.3.0 (cached)
Processing 3/4: [sosa: make uninstall]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "remove" "make" "uninstall" (CWD=/home/opam/.opam/4.14/.opam-switch/remove/sosa.0.3.0)
- ocamlfind remove sosa
- Removed /home/opam/.opam/4.14/lib/sosa/META
- Removed /home/opam/.opam/4.14/lib/sosa
-> removed sosa.0.3.0
Processing 4/4: [sosa: make build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "build" (CWD=/home/opam/.opam/4.14/.opam-switch/build/sosa.0.3.0)
- ocamlbuild -use-ocamlfind -cflag -safe-string -I src/lib sosa.cmx sosa.cma sosa.cmxa sosa.cmxs
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -modules src/lib/api.mli > src/lib/api.mli.depends
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/api.cmi src/lib/api.mli
- + ocamlfind ocamldep -modules src/lib/functors.ml > src/lib/functors.ml.depends
- + ocamlfind ocamldep -modules src/lib/native_character.mli > src/lib/native_character.mli.depends
- + ocamlfind ocamldep -modules src/lib/sosa_pervasives.ml > src/lib/sosa_pervasives.ml.depends
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/native_character.cmi src/lib/native_character.mli
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/sosa_pervasives.cmo src/lib/sosa_pervasives.ml
- + ocamlfind ocamldep -modules src/lib/native_character.ml > src/lib/native_character.ml.depends
- + ocamlfind ocamldep -modules src/lib/native_string.mli > src/lib/native_string.mli.depends
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/native_string.cmi src/lib/native_string.mli
- + ocamlfind ocamldep -modules src/lib/native_string.ml > src/lib/native_string.ml.depends
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/functors.cmo src/lib/functors.ml
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/functors.cmo src/lib/functors.ml
- File "src/lib/functors.ml", line 302, characters 14-29:
- 302 | try Some (chop_prefix_exn t prefix)
- ^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/lib/functors.ml", line 312, characters 14-29:
- 312 | try Some (chop_suffix_exn t suffix)
- ^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label suffix was omitted in the application of this function.
- File "src/lib/functors.ml", line 404, characters 15-21:
- 404 | else Some (B.mapi (fun i c -> if i = index then v else c) s)
- ^^^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this function.
- File "src/lib/functors.ml", line 429, characters 11-29:
- 429 | (Pervasives.compare (lena : int) lenb)
- ^^^^^^^^^^^^^^^^^^
- 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/lib/functors.ml", line 509, characters 9-16:
- 509 | f (get_exn t i)
- ^^^^^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- File "src/lib/functors.ml", line 534, characters 9-13:
- 534 | try (iter t (fun x -> if not (f x) then raise Not_found else ()); true)
- ^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this function.
- File "src/lib/functors.ml", line 538, characters 9-13:
- 538 | try (iter t (fun x -> if f x then raise Not_found else ()); false)
- ^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this function.
- File "src/lib/functors.ml", line 558, characters 32-38:
- 558 | let resize_from_length ~from ?length ~length_of_s =
- ^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/lib/functors.ml", line 574, characters 12-19:
- 574 | if f (get_exn s (!i + from))
- ^^^^^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- File "src/lib/functors.ml", line 602, characters 14-21:
- 602 | if f (get_exn s !i)
- ^^^^^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- File "src/lib/functors.ml", line 616, characters 17-24:
- 616 | match f (get_exn s (i + from)) with
- ^^^^^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- File "src/lib/functors.ml", line 672, characters 12-15:
- 672 | match get t idx with
- ^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- + ocamlfind ocamldep -modules src/lib/native_bytes.mli > src/lib/native_bytes.mli.depends
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/native_bytes.cmi src/lib/native_bytes.mli
- + ocamlfind ocamldep -modules src/lib/native_bytes.ml > src/lib/native_bytes.ml.depends
- + ocamlfind ocamldep -modules src/lib/list_of.mli > src/lib/list_of.mli.depends
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/list_of.cmi src/lib/list_of.mli
- + ocamlfind ocamldep -modules src/lib/list_of.ml > src/lib/list_of.ml.depends
- + ocamlfind ocamldep -modules src/lib/sosa_utilities.ml > src/lib/sosa_utilities.ml.depends
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/sosa_utilities.cmo src/lib/sosa_utilities.ml
- + ocamlfind ocamldep -modules src/lib/of_mutable.mli > src/lib/of_mutable.mli.depends
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/of_mutable.cmi src/lib/of_mutable.mli
- + ocamlfind ocamldep -modules src/lib/of_mutable.ml > src/lib/of_mutable.ml.depends
- + ocamlfind ocamldep -modules src/lib/int_utf8_character.mli > src/lib/int_utf8_character.mli.depends
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/int_utf8_character.cmi src/lib/int_utf8_character.mli
- + ocamlfind ocamldep -modules src/lib/int_utf8_character.ml > src/lib/int_utf8_character.ml.depends
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/native_character.cmo src/lib/native_character.ml
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/native_string.cmo src/lib/native_string.ml
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/native_bytes.cmo src/lib/native_bytes.ml
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/list_of.cmo src/lib/list_of.ml
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/list_of.cmo src/lib/list_of.ml
- File "src/lib/list_of.ml", line 163, characters 14-29:
- 163 | try Some (chop_prefix_exn t prefix)
- ^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/lib/list_of.ml", line 170, characters 14-29:
- 170 | try Some (chop_suffix_exn t suffix)
- ^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label suffix was omitted in the application of this function.
- File "src/lib/list_of.ml", line 189, characters 27-35:
- 189 | let take t ~index = fst (split_at t index)
- ^^^^^^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- File "src/lib/list_of.ml", line 242, characters 50-68:
- 242 | | [], [] when len1 = 0 || len2 = 0 -> Pervasives.compare lena lenb
- ^^^^^^^^^^^^^^^^^^
- 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
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/of_mutable.cmo src/lib/of_mutable.ml
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/of_mutable.cmo src/lib/of_mutable.ml
- File "src/lib/of_mutable.ml", line 165, characters 6-10:
- 165 | iter t (fun c -> if not (f c) then raise Not_found);
- ^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this function.
- File "src/lib/of_mutable.ml", line 171, characters 6-10:
- 171 | iter t (fun c -> if (f c) then raise Not_found);
- ^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this function.
- File "src/lib/of_mutable.ml", line 258, characters 11-29:
- 258 | (Pervasives.compare (lena : int) lenb)
- ^^^^^^^^^^^^^^^^^^
- 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/lib/of_mutable.ml", line 275, characters 32-38:
- 275 | let resize_from_length ~from ?length ~length_of_s =
- ^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/lib/of_mutable.ml", line 291, characters 12-19:
- 291 | if f (get_exn s (!i + from))
- ^^^^^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- File "src/lib/of_mutable.ml", line 319, characters 14-21:
- 319 | if f (get_exn s !i)
- ^^^^^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- File "src/lib/of_mutable.ml", line 333, characters 17-24:
- 333 | match f (get_exn s (i + from)) with
- ^^^^^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- File "src/lib/of_mutable.ml", line 378, characters 37-44:
- 378 | let sub_exn t ~index ~length = sub_exn t index length
- ^^^^^^^
- Warning 6 [labels-omitted]: labels index, length were omitted in the application of this function.
- File "src/lib/of_mutable.ml", line 395, characters 14-17:
- 395 | match get t idx with
- ^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- + ocamlfind ocamlc -c -safe-string -annot -bin-annot -principal -I src/lib -o src/lib/int_utf8_character.cmo src/lib/int_utf8_character.ml
- + ocamlfind ocamlc -pack -annot -bin-annot src/lib/api.cmi src/lib/native_character.cmo src/lib/functors.cmo src/lib/native_string.cmo src/lib/native_bytes.cmo src/lib/list_of.cmo src/lib/of_mutable.cmo src/lib/int_utf8_character.cmo -o src/lib/sosa.cmo
- + ocamlfind ocamlopt -c -safe-string -annot -bin-annot -principal -for-pack Sosa -I src/lib -o src/lib/sosa_pervasives.cmx src/lib/sosa_pervasives.ml
- + ocamlfind ocamlopt -c -safe-string -annot -bin-annot -principal -for-pack Sosa -I src/lib -o src/lib/native_character.cmx src/lib/native_character.ml
- + ocamlfind ocamlopt -c -safe-string -annot -bin-annot -principal -for-pack Sosa -I src/lib -o src/lib/functors.cmx src/lib/functors.ml
- + ocamlfind ocamlopt -c -safe-string -annot -bin-annot -principal -for-pack Sosa -I src/lib -o src/lib/functors.cmx src/lib/functors.ml
- File "src/lib/functors.ml", line 302, characters 14-29:
- 302 | try Some (chop_prefix_exn t prefix)
- ^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/lib/functors.ml", line 312, characters 14-29:
- 312 | try Some (chop_suffix_exn t suffix)
- ^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label suffix was omitted in the application of this function.
- File "src/lib/functors.ml", line 404, characters 15-21:
- 404 | else Some (B.mapi (fun i c -> if i = index then v else c) s)
- ^^^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this function.
- File "src/lib/functors.ml", line 429, characters 11-29:
- 429 | (Pervasives.compare (lena : int) lenb)
- ^^^^^^^^^^^^^^^^^^
- 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/lib/functors.ml", line 509, characters 9-16:
- 509 | f (get_exn t i)
- ^^^^^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- File "src/lib/functors.ml", line 534, characters 9-13:
- 534 | try (iter t (fun x -> if not (f x) then raise Not_found else ()); true)
- ^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this function.
- File "src/lib/functors.ml", line 538, characters 9-13:
- 538 | try (iter t (fun x -> if f x then raise Not_found else ()); false)
- ^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this function.
- File "src/lib/functors.ml", line 558, characters 32-38:
- 558 | let resize_from_length ~from ?length ~length_of_s =
- ^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/lib/functors.ml", line 574, characters 12-19:
- 574 | if f (get_exn s (!i + from))
- ^^^^^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- File "src/lib/functors.ml", line 602, characters 14-21:
- 602 | if f (get_exn s !i)
- ^^^^^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- File "src/lib/functors.ml", line 616, characters 17-24:
- 616 | match f (get_exn s (i + from)) with
- ^^^^^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- File "src/lib/functors.ml", line 672, characters 12-15:
- 672 | match get t idx with
- ^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- + ocamlfind ocamlopt -c -safe-string -annot -bin-annot -principal -for-pack Sosa -I src/lib -o src/lib/sosa_utilities.cmx src/lib/sosa_utilities.ml
- + ocamlfind ocamlopt -c -safe-string -annot -bin-annot -principal -for-pack Sosa -I src/lib -o src/lib/native_string.cmx src/lib/native_string.ml
- + ocamlfind ocamlopt -c -safe-string -annot -bin-annot -principal -for-pack Sosa -I src/lib -o src/lib/native_bytes.cmx src/lib/native_bytes.ml
- + ocamlfind ocamlopt -c -safe-string -annot -bin-annot -principal -for-pack Sosa -I src/lib -o src/lib/list_of.cmx src/lib/list_of.ml
- + ocamlfind ocamlopt -c -safe-string -annot -bin-annot -principal -for-pack Sosa -I src/lib -o src/lib/list_of.cmx src/lib/list_of.ml
- File "src/lib/list_of.ml", line 163, characters 14-29:
- 163 | try Some (chop_prefix_exn t prefix)
- ^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/lib/list_of.ml", line 170, characters 14-29:
- 170 | try Some (chop_suffix_exn t suffix)
- ^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label suffix was omitted in the application of this function.
- File "src/lib/list_of.ml", line 189, characters 27-35:
- 189 | let take t ~index = fst (split_at t index)
- ^^^^^^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- File "src/lib/list_of.ml", line 242, characters 50-68:
- 242 | | [], [] when len1 = 0 || len2 = 0 -> Pervasives.compare lena lenb
- ^^^^^^^^^^^^^^^^^^
- 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
- + ocamlfind ocamlopt -c -safe-string -annot -bin-annot -principal -for-pack Sosa -I src/lib -o src/lib/of_mutable.cmx src/lib/of_mutable.ml
- + ocamlfind ocamlopt -c -safe-string -annot -bin-annot -principal -for-pack Sosa -I src/lib -o src/lib/of_mutable.cmx src/lib/of_mutable.ml
- File "src/lib/of_mutable.ml", line 165, characters 6-10:
- 165 | iter t (fun c -> if not (f c) then raise Not_found);
- ^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this function.
- File "src/lib/of_mutable.ml", line 171, characters 6-10:
- 171 | iter t (fun c -> if (f c) then raise Not_found);
- ^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this function.
- File "src/lib/of_mutable.ml", line 258, characters 11-29:
- 258 | (Pervasives.compare (lena : int) lenb)
- ^^^^^^^^^^^^^^^^^^
- 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/lib/of_mutable.ml", line 275, characters 32-38:
- 275 | let resize_from_length ~from ?length ~length_of_s =
- ^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/lib/of_mutable.ml", line 291, characters 12-19:
- 291 | if f (get_exn s (!i + from))
- ^^^^^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- File "src/lib/of_mutable.ml", line 319, characters 14-21:
- 319 | if f (get_exn s !i)
- ^^^^^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- File "src/lib/of_mutable.ml", line 333, characters 17-24:
- 333 | match f (get_exn s (i + from)) with
- ^^^^^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- File "src/lib/of_mutable.ml", line 378, characters 37-44:
- 378 | let sub_exn t ~index ~length = sub_exn t index length
- ^^^^^^^
- Warning 6 [labels-omitted]: labels index, length were omitted in the application of this function.
- File "src/lib/of_mutable.ml", line 395, characters 14-17:
- 395 | match get t idx with
- ^^^
- Warning 6 [labels-omitted]: label index was omitted in the application of this function.
- + ocamlfind ocamlopt -c -safe-string -annot -bin-annot -principal -for-pack Sosa -I src/lib -o src/lib/int_utf8_character.cmx src/lib/int_utf8_character.ml
- + touch src/lib/sosa.mli ; if ocamlfind ocamlopt -pack -annot -bin-annot -I src/lib src/lib/api.cmi src/lib/native_character.cmx src/lib/functors.cmx src/lib/native_string.cmx src/lib/native_bytes.cmx src/lib/list_of.cmx src/lib/of_mutable.cmx src/lib/int_utf8_character.cmx -o src/lib/sosa.cmx ; then rm -f src/lib/sosa.mli ; else rm -f src/lib/sosa.mli ; exit 1; fi
- + ocamlfind ocamlc -a -I src/lib src/lib/sosa_pervasives.cmo src/lib/sosa_utilities.cmo src/lib/sosa.cmo -o src/lib/sosa.cma
- + ocamlfind ocamlopt -a -I src/lib src/lib/sosa_pervasives.cmx src/lib/sosa_utilities.cmx src/lib/sosa.cmx -o src/lib/sosa.cmxa
- + ocamlfind ocamlopt -shared -linkall -I src/lib src/lib/sosa.cmxa -o src/lib/sosa.cmxs
Processing 4/4: [sosa: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/sosa.0.3.0)
- ocamlfind install sosa META \
- _build/src/lib/sosa.cmi \
- _build/src/lib/sosa.cmo \
- _build/src/lib/sosa.cmx \
- _build/src/lib/sosa.a \
- _build/src/lib/sosa.o \
- _build/src/lib/sosa.cma \
- _build/src/lib/sosa.cmxa \
- _build/src/lib/sosa.cmxs
- Installed /home/opam/.opam/4.14/lib/sosa/sosa.cmxs
- Installed /home/opam/.opam/4.14/lib/sosa/sosa.cmxa
- Installed /home/opam/.opam/4.14/lib/sosa/sosa.cma
- Installed /home/opam/.opam/4.14/lib/sosa/sosa.o
- Installed /home/opam/.opam/4.14/lib/sosa/sosa.a
- Installed /home/opam/.opam/4.14/lib/sosa/sosa.cmx
- Installed /home/opam/.opam/4.14/lib/sosa/sosa.cmo
- Installed /home/opam/.opam/4.14/lib/sosa/sosa.cmi
- Installed /home/opam/.opam/4.14/lib/sosa/META
-> installed sosa.0.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-21 20:35.18 ---> saved as "3140c586326557fd5b7ee470582f261d513e590b64481098ecba5793914c1ad9"
Job succeeded
2026-03-21 20:35.26: Job succeeded