- github
- ocaml
- opam-repository
- 395113
- distributions,opensuse-15.6-ocaml-4.14,lwt_glib.1.1.0,tests
(not at the head of any monitored branch or PR)
2026-03-17 10:25.58: New job: test lwt_glib.1.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29530/head (395113449576622af70540fb22e5d90e18554bdc)
on opensuse-15.6-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/29530/head" && git reset --hard 39511344
git fetch origin master
git merge --no-edit e589be2bb3f3c3428c9c98a122428f3ad2d44845
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:d8380d12181c07b283b07ba7455c9112fcc1b665f8818eedb32e85b51c247294
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 lwt_glib.1.1.0 1.1.0
RUN opam reinstall lwt_glib.1.1.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 "\"opensuse-15.6\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'lwt_glib.1.1.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 lwt_glib.1.1.0) || true
RUN opam reinstall --with-test --verbose lwt_glib.1.1.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 "\"opensuse-15.6\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'lwt_glib.1.1.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-17 10:25.58: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:d8380d12181c07b283b07ba7455c9112fcc1b665f8818eedb32e85b51c247294-lwt_glib.1.1.0-395113449576622af70540fb22e5d90e18554bdc"
2026-03-17 10:25.58: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:d8380d12181c07b283b07ba7455c9112fcc1b665f8818eedb32e85b51c247294)
(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 lwt_glib.1.1.0 1.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lwt_glib.1.1.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 \"\\\"opensuse-15.6\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'lwt_glib.1.1.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 lwt_glib.1.1.0) || true"))
(run (shell "opam reinstall --with-test --verbose lwt_glib.1.1.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 \"\\\"opensuse-15.6\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'lwt_glib.1.1.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-17 10:25.58: Waiting for resource in pool OCluster
2026-03-17 11:33.02: Waiting for worker…
2026-03-17 11:34.54: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at e589be2bb3 Merge pull request #29546 from johnwhitington/opam-publish-camlpdf.2.9
Merge made by the 'ort' strategy.
packages/bimage-lwt/bimage-lwt.0.3.0/opam | 6 +++++-
packages/bimage-lwt/bimage-lwt.0.3.1/opam | 6 +++++-
packages/bimage-lwt/bimage-lwt.0.4.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.0.11.0/opam | 4 +++-
packages/caqti-lwt/caqti-lwt.1.0.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.2.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.3.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.6.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.7.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.8.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.9.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.0.1/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.1.1/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.2.4/opam | 6 +++++-
packages/fuseau-lwt/fuseau-lwt.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.1.13/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.2/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.3/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.0.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.3.1.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.2.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.1/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.2/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.1.0/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.2.0/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.3.0/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.1/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.2/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.3/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.4/opam | 7 ++++++-
packages/lwt_eio/lwt_eio.0.5.1/opam | 7 ++++++-
packages/lwt_eio/lwt_eio.0.5/opam | 7 ++++++-
packages/lwt_glib/lwt_glib.1.0.1/opam | 6 +++++-
packages/lwt_glib/lwt_glib.1.1.0/opam | 6 +++++-
packages/lwt_glib/lwt_glib.1.1.1/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.0/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.1/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.0.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.0.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.1.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.3/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.4/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.3/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.1.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.8.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.8.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.3/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.10/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.6/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.7/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.8/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.9/opam | 6 +++++-
packages/mwt/mwt.0.1.0/opam | 6 +++++-
packages/nocrypto/nocrypto.0.5.4-1/opam | 6 +++++-
packages/nocrypto/nocrypto.0.5.4-2/opam | 6 +++++-
packages/ocluster/ocluster.0.1/opam | 4 +++-
packages/ocluster/ocluster.0.2.1/opam | 6 +++++-
packages/ocluster/ocluster.0.2/opam | 4 +++-
packages/ocluster/ocluster.0.3.0/opam | 6 +++++-
packages/picos/picos.0.3.0/opam | 6 +++++-
packages/picos/picos.0.4.0/opam | 6 +++++-
packages/picos_lwt/picos_lwt.0.5.0/opam | 6 +++++-
packages/picos_lwt/picos_lwt.0.6.0/opam | 6 +++++-
packages/tezt/tezt.2.0.0/opam | 6 +++++-
packages/tezt/tezt.3.0.0/opam | 4 +++-
packages/tezt/tezt.3.1.0/opam | 4 +++-
packages/tezt/tezt.3.1.1/opam | 4 +++-
packages/tezt/tezt.4.0.0/opam | 4 +++-
packages/tezt/tezt.4.1.0/opam | 4 +++-
packages/tezt/tezt.4.2.0/opam | 4 +++-
packages/tezt/tezt.4.3.0/opam | 4 +++-
84 files changed, 403 insertions(+), 84 deletions(-)
(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:d8380d12181c07b283b07ba7455c9112fcc1b665f8818eedb32e85b51c247294)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:d8380d12181c07b283b07ba7455c9112fcc1b665f8818eedb32e85b51c247294' locally
docker.io/ocaml/opam@sha256:d8380d12181c07b283b07ba7455c9112fcc1b665f8818eedb32e85b51c247294: Pulling from ocaml/opam
392654b0e264: Pulling fs layer
4bd382cee485: Pulling fs layer
382a0bfe3b04: Pulling fs layer
dfc3f49ed4d4: Pulling fs layer
5b3de6229413: Pulling fs layer
392654b0e264: Waiting
6c4133dfab92: Pulling fs layer
4bd382cee485: Waiting
382a0bfe3b04: Waiting
dfc3f49ed4d4: Waiting
a3fcb32089bb: Pulling fs layer
5b3de6229413: Waiting
6592d044237d: Pulling fs layer
5c2d8f43cf18: Pulling fs layer
a3fcb32089bb: Waiting
f9e08193a21d: Pulling fs layer
6c4133dfab92: Waiting
9105e8ba57ce: Pulling fs layer
6592d044237d: Waiting
5cec5459a088: Pulling fs layer
5c2d8f43cf18: Waiting
f9e08193a21d: Waiting
9105e8ba57ce: Waiting
be55681f3223: Pulling fs layer
5cec5459a088: Waiting
5071507e8599: Pulling fs layer
26cf90a26320: Pulling fs layer
be55681f3223: Waiting
5071507e8599: Waiting
6e12c9accd5a: Pulling fs layer
26cf90a26320: Waiting
9a030d2d17ff: Pulling fs layer
6e12c9accd5a: Waiting
968910779b8e: Pulling fs layer
9a030d2d17ff: Waiting
a77b6e39d2f3: Pulling fs layer
968910779b8e: Waiting
4f4fb700ef54: Pulling fs layer
1df42fc2ddb2: Pulling fs layer
a77b6e39d2f3: Waiting
4f4fb700ef54: Waiting
77602c200c21: Pulling fs layer
72f433c57f50: Pulling fs layer
1df42fc2ddb2: Waiting
d5dc1c9a9805: Pulling fs layer
f6a05d59c6bd: Pulling fs layer
72f433c57f50: Waiting
11be80df2eb4: Pulling fs layer
a0ee284f3973: Pulling fs layer
d5dc1c9a9805: Waiting
11be80df2eb4: Waiting
a0ee284f3973: Waiting
f6a05d59c6bd: Waiting
28f06cb9d92c: Pulling fs layer
16dcb67fb968: Pulling fs layer
c7fe483fab92: Pulling fs layer
55710f66ea12: Pulling fs layer
16dcb67fb968: Waiting
28f06cb9d92c: Waiting
4092255f2cc7: Pulling fs layer
089f6ac70578: Pulling fs layer
55710f66ea12: Waiting
547317caeef5: Pulling fs layer
9a6df5f23549: Pulling fs layer
5db74958c1e0: Pulling fs layer
547317caeef5: Waiting
089f6ac70578: Waiting
aeb7d736d992: Pulling fs layer
9a6df5f23549: Waiting
5db74958c1e0: Waiting
b72eb0407610: Pulling fs layer
87775e273812: Pulling fs layer
aeb7d736d992: Waiting
b72eb0407610: Waiting
d5511a457ac8: Pulling fs layer
87775e273812: Waiting
5b1e0a9d1c4d: Pulling fs layer
42d344f1e799: Pulling fs layer
5b1e0a9d1c4d: Waiting
42d344f1e799: Waiting
4bd382cee485: Download complete
392654b0e264: Verifying Checksum
392654b0e264: Download complete
392654b0e264: Pull complete
dfc3f49ed4d4: Verifying Checksum
dfc3f49ed4d4: Download complete
4bd382cee485: Pull complete
5b3de6229413: Verifying Checksum
5b3de6229413: Download complete
6c4133dfab92: Verifying Checksum
6c4133dfab92: Download complete
a3fcb32089bb: Verifying Checksum
a3fcb32089bb: Download complete
6592d044237d: Verifying Checksum
6592d044237d: Download complete
5c2d8f43cf18: Verifying Checksum
5c2d8f43cf18: Download complete
382a0bfe3b04: Verifying Checksum
382a0bfe3b04: Download complete
9105e8ba57ce: Verifying Checksum
9105e8ba57ce: Download complete
f9e08193a21d: Verifying Checksum
f9e08193a21d: Download complete
5cec5459a088: Verifying Checksum
5cec5459a088: Download complete
5071507e8599: Verifying Checksum
5071507e8599: Download complete
be55681f3223: Verifying Checksum
be55681f3223: Download complete
26cf90a26320: Verifying Checksum
26cf90a26320: Download complete
6e12c9accd5a: Verifying Checksum
6e12c9accd5a: Download complete
968910779b8e: Verifying Checksum
968910779b8e: Download complete
a77b6e39d2f3: Verifying Checksum
a77b6e39d2f3: Download complete
9a030d2d17ff: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
77602c200c21: Verifying Checksum
77602c200c21: Download complete
72f433c57f50: Download complete
1df42fc2ddb2: Verifying Checksum
1df42fc2ddb2: Download complete
d5dc1c9a9805: Download complete
f6a05d59c6bd: Verifying Checksum
f6a05d59c6bd: Download complete
11be80df2eb4: Download complete
28f06cb9d92c: Verifying Checksum
28f06cb9d92c: Download complete
a0ee284f3973: Download complete
16dcb67fb968: Verifying Checksum
16dcb67fb968: Download complete
55710f66ea12: Verifying Checksum
55710f66ea12: Download complete
c7fe483fab92: Verifying Checksum
c7fe483fab92: Download complete
382a0bfe3b04: Pull complete
4092255f2cc7: Download complete
547317caeef5: Download complete
5db74958c1e0: Verifying Checksum
5db74958c1e0: Download complete
aeb7d736d992: Verifying Checksum
aeb7d736d992: Download complete
b72eb0407610: Download complete
9a6df5f23549: Verifying Checksum
9a6df5f23549: Download complete
d5511a457ac8: Verifying Checksum
d5511a457ac8: Download complete
5b1e0a9d1c4d: Verifying Checksum
5b1e0a9d1c4d: Download complete
42d344f1e799: Verifying Checksum
42d344f1e799: Download complete
dfc3f49ed4d4: Pull complete
5b3de6229413: Pull complete
87775e273812: Verifying Checksum
87775e273812: Download complete
6c4133dfab92: Pull complete
089f6ac70578: Verifying Checksum
089f6ac70578: Download complete
a3fcb32089bb: Pull complete
6592d044237d: Pull complete
5c2d8f43cf18: Pull complete
f9e08193a21d: Pull complete
9105e8ba57ce: Pull complete
5cec5459a088: Pull complete
be55681f3223: Pull complete
5071507e8599: Pull complete
26cf90a26320: Pull complete
6e12c9accd5a: Pull complete
9a030d2d17ff: Pull complete
968910779b8e: Pull complete
a77b6e39d2f3: Pull complete
4f4fb700ef54: Pull complete
1df42fc2ddb2: Pull complete
77602c200c21: Pull complete
72f433c57f50: Pull complete
d5dc1c9a9805: Pull complete
f6a05d59c6bd: Pull complete
11be80df2eb4: Pull complete
a0ee284f3973: Pull complete
28f06cb9d92c: Pull complete
16dcb67fb968: Pull complete
c7fe483fab92: Pull complete
55710f66ea12: Pull complete
4092255f2cc7: Pull complete
089f6ac70578: Pull complete
547317caeef5: Pull complete
9a6df5f23549: Pull complete
5db74958c1e0: Pull complete
aeb7d736d992: Pull complete
b72eb0407610: Pull complete
87775e273812: Pull complete
d5511a457ac8: Pull complete
5b1e0a9d1c4d: Pull complete
42d344f1e799: Pull complete
Digest: sha256:d8380d12181c07b283b07ba7455c9112fcc1b665f8818eedb32e85b51c247294
Status: Downloaded newer image for ocaml/opam@sha256:d8380d12181c07b283b07ba7455c9112fcc1b665f8818eedb32e85b51c247294
2026-03-17 11:36.59 ---> using "76df04ac6edcc31a5db9c76a0d2920f878aedc5e1b7f01fbf1d7885253e09e07" 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-17 11:36.59 ---> using "67dae5f35c7b59a4ac8d4b99181b5a85f0b6e4ea9f7fbb0cf2a7839c0f9feb55" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-17 11:36.59 ---> using "ee7943bb452ce76d3225cb586272780b6586d10039713e754455105938f3c07d" 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=opensuse-leap os-version=15.6
# 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-17 11:36.59 ---> using "7126eb2780f0b9bc6ba330c2a45bd57e8f12896023cf43346a01e8598b953ee5" 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-17 11:36.59 ---> using "de29c4e24fc81d24e9ed40cab4ae67e888118fae79623d7d3bcac64e75359e1c" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-17 11:37.00 ---> using "863e2003b09a2ab1a189e13677f708ef2481f498685883be5abd8d3c29634b83" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-17 11:37.00 ---> using "6dcc81682498e270601d0953b61d514406a335b1ed24082685617979e1059ac9" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ....
- ....
- ....
- ....
- ....
- .......
- .......done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- .....
- ....
- ....
- ....
- ....
- ......
- ...........
- ..........
- .........
- .......
- ......
- ..........
- ..............
- ...done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [..
- Looking for gpg keys in repository Main Update Repository.
- gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
- ....
- ....
- ....
- ....
- ....
- ...........done]
- Building repository 'Main Update Repository' cache [....done]
- Retrieving repository 'Update Repository (Non-Oss)' metadata [..
- Looking for gpg keys in repository Update Repository (Non-Oss).
- gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key
- .....
- ....
- ....
- ....
- ....
- ....
- ..........done]
- Building repository 'Update Repository (Non-Oss)' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-03-17 11:37.27 ---> saved as "eaa26c8fd14a053fa804f4d2d9143887ac270198b44fbf128d34e8254ca0f3fd"
/home/opam: (run (shell "opam pin add -k version -yn lwt_glib.1.1.0 1.1.0"))
lwt_glib is now pinned to version 1.1.0
2026-03-17 11:37.29 ---> saved as "1fa98a7e04d91ef826ad20bf66ffb297a8f182be76dab08031634decf1ba83dd"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lwt_glib.1.1.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 \"\\\"opensuse-15.6\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'lwt_glib.1.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
lwt_glib.1.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 12 packages
- install base-bytes base [required by ocplib-endian]
- install conf-glib-2 1 [required by lwt_glib]
- install conf-pkg-config 4 [required by lwt_glib]
- install cppo 1.8.0 [required by lwt]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.21.1 [required by lwt]
- install dune-configurator 3.21.1 [required by lwt]
- install jbuilder 1.0+beta20.2 (deprecated) [required by lwt_glib]
- install lwt 5.9.2 [required by lwt_glib]
- install lwt_glib 1.1.0 (pinned)
- install ocamlfind 1.9.8 [required by base-bytes]
- install ocplib-endian 1.2 [required by lwt]
The following system packages will first need to be installed:
glib2-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "glib2-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
-
- The following 20 NEW packages are going to be installed:
- gio-branding-openSUSE glib2-devel glib2-tools libblkid-devel libffi-devel libgio-2_0-0 libgmodule-2_0-0 libgobject-2_0-0 libgthread-2_0-0 libmount-devel libopenssl1_1 libpcre2-16-0 libpcre2-32-0 libpcre2-posix3 libpython3_6m1_0 libselinux-devel libsepol-devel pcre2-devel python3-base shared-mime-info
-
- 20 new packages to install.
-
- Package download size: 14.0 MiB
-
- Package install size change:
- | 48.6 MiB required by packages that will be installed
- 48.6 MiB | - 0 B released by packages that will be removed
-
- Backend: classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64 (Main Repository) (1/20), 26.7 KiB
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64.rpm [.....
- ....
- ....
- ....
- ....
- ....
- .done]
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64 (Main Repository) (2/20), 282.8 KiB
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64 (Main Repository) (3/20), 269.6 KiB
- Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64 (Main Repository) (4/20), 30.1 KiB
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libsepol-devel-3.5-150600.1.49.x86_64 (Main Repository) (5/20), 46.5 KiB
- Retrieving: libsepol-devel-3.5-150600.1.49.x86_64.rpm [.done]
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64 (Main Repository) (6/20), 275.7 KiB
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libblkid-devel-2.39.3-150600.4.18.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/20), 69.5 KiB
- Retrieving: libblkid-devel-2.39.3-150600.4.18.1.x86_64.rpm [....
- ....
- ....
- ....
- ...not found]
- Retrieving: libblkid-devel-2.39.3-150600.4.18.1.x86_64.rpm [.not found]
- Retrieving: libblkid-devel-2.39.3-150600.4.18.1.x86_64.rpm [..
- ....
- ....
- .....done]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (8/20), 148.2 KiB
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.
- .done (143.4 KiB/s)]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (9/20), 279.2 KiB
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.done]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (10/20), 144.7 KiB
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.done]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (11/20), 1.4 MiB
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [..done (620.3 KiB/s)]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (12/20), 336.6 KiB
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [.not found]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [.not found]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [.done]
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (13/20), 120.3 KiB
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: python3-base-3.6.15-150300.10.106.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (14/20), 7.8 MiB
- Retrieving: python3-base-3.6.15-150300.10.106.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.106.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.106.1.x86_64.rpm [.
- .........done (7.6 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.106.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (15/20), 1.2 MiB
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.106.1.x86_64.rpm [.not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.106.1.x86_64.rpm [.not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.106.1.x86_64.rpm [.
- .done (857.4 KiB/s)]
- Retrieving: libmount-devel-2.39.3-150600.4.18.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (16/20), 70.4 KiB
- Retrieving: libmount-devel-2.39.3-150600.4.18.1.x86_64.rpm [.not found]
- Retrieving: libmount-devel-2.39.3-150600.4.18.1.x86_64.rpm [.not found]
- Retrieving: libmount-devel-2.39.3-150600.4.18.1.x86_64.rpm [.done]
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch (Main Update Repository) (17/20), 19.6 KiB
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch.rpm [.....
- ....
- ....
- ....
- ....
- ....
- ..done]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (18/20), 740.4 KiB
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [..done (578.5 KiB/s)]
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (19/20), 246.9 KiB
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64.rpm [..done (33.2 KiB/s)]
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (20/20), 585.1 KiB
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64.rpm [.done]
-
- Checking for file conflicts: [..
- done]
- ( 1/20) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done]
- ( 2/20) Installing: libpcre2-16-0-10.42-150600.1.26.x86_64 [..done]
- ( 3/20) Installing: libpcre2-32-0-10.42-150600.1.26.x86_64 [..done]
- ( 4/20) Installing: libpcre2-posix3-10.42-150600.1.26.x86_64 [..done]
- ( 5/20) Installing: libsepol-devel-3.5-150600.1.49.x86_64 [..done]
- ( 6/20) Installing: pcre2-devel-10.42-150600.1.26.x86_64 [..done]
- ( 7/20) Installing: libblkid-devel-2.39.3-150600.4.18.1.x86_64 [..done]
- ( 8/20) Installing: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- ( 9/20) Installing: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- (10/20) Installing: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- (11/20) Installing: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 [...done]
- (12/20) Installing: shared-mime-info-2.4-150600.3.3.2.x86_64 [..
- done]
- (13/20) Installing: libselinux-devel-3.5-150600.3.3.1.x86_64 [..done]
- (14/20) Installing: python3-base-3.6.15-150300.10.106.1.x86_64 [......
- ....done]
- (15/20) Installing: libpython3_6m1_0-3.6.15-150300.10.106.1.x86_64 [..done]
- (16/20) Installing: libmount-devel-2.39.3-150600.4.18.1.x86_64 [..done]
- (17/20) Installing: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch [..done]
- (18/20) Installing: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- (19/20) Installing: glib2-tools-2.78.6-150600.4.35.1.x86_64 [..
- No schema files found: doing nothing.
- done]
- (20/20) Installing: glib2-devel-2.78.6-150600.4.35.1.x86_64 [..
- No schema files found: doing nothing.
- done]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2 (cached)
-> installed conf-glib-2.1
-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)
-> retrieved jbuilder.1.0+beta20.2 (cached)
-> retrieved lwt.5.9.2 (cached)
-> retrieved lwt_glib.1.1.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed jbuilder.1.0+beta20.2
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.1
-> installed lwt.5.9.2
-> installed lwt_glib.1.1.0
Done.
<><> jbuilder.1.0+beta20.2 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2026-03-17 11:38.35 ---> saved as "9c7d76468f7049f49b7b2186a29c3413f3e3b78737b663e285400f5fdb7ca9fe"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test lwt_glib.1.1.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile lwt_glib 1.1.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed lwt_glib.1.1.0
-> installed lwt_glib.1.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-17 11:38.39 ---> saved as "a8697a8256bd4f221f9c507cb1557b840664c3e210a2cf1cd1f9e3c4ef9070c8"
/home/opam: (run (shell "opam reinstall --with-test --verbose lwt_glib.1.1.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 \"\\\"opensuse-15.6\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'lwt_glib.1.1.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 lwt_glib 1.1.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [lwt_glib: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "lwt_glib" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/lwt_glib.1.1.0)
- ocaml (internal)
- File "/home/opam/.opam/4.14/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/src/core/jbuild.ml", line 3, characters 14-37:
- 3 | Hashtbl.add Toploop.directive_table "require" (Toploop.Directive_string ignore);
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "/home/opam/.opam/4.14/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/src/core/jbuild.ml", line 4, characters 14-37:
- 4 | Hashtbl.add Toploop.directive_table "use" (Toploop.Directive_string (fun _ ->
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "/home/opam/.opam/4.14/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/src/core/jbuild.ml", line 6, characters 14-37:
- 6 | Hashtbl.add Toploop.directive_table "use_mod" (Toploop.Directive_string (fun _ ->
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocaml (internal)
- File "/home/opam/.opam/4.14/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/test/core/jbuild.ml", line 3, characters 14-37:
- 3 | Hashtbl.add Toploop.directive_table "require" (Toploop.Directive_string ignore);
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "/home/opam/.opam/4.14/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/test/core/jbuild.ml", line 4, characters 14-37:
- 4 | Hashtbl.add Toploop.directive_table "use" (Toploop.Directive_string (fun _ ->
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "/home/opam/.opam/4.14/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/test/core/jbuild.ml", line 6, characters 14-37:
- 6 | Hashtbl.add Toploop.directive_table "use_mod" (Toploop.Directive_string (fun _ ->
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlc src/glib/config/.discover.eobjs/discover.{cmi,cmo,cmt}
- File "src/glib/config/discover.ml", line 15, characters 8-29:
- 15 | try Pervasives.input_line input_channel
- ^^^^^^^^^^^^^^^^^^^^^
- 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/glib/.lwt_glib.objs/lwt_glib.{cmo,cmt}
- File "src/glib/lwt_glib.ml", line 27, characters 42-59:
- 27 | | State_glib_into_lwt of (unit -> unit) Lwt_sequence.node * (unit -> unit) Lwt_sequence.node
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 27, characters 77-94:
- 27 | | State_glib_into_lwt of (unit -> unit) Lwt_sequence.node * (unit -> unit) Lwt_sequence.node
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 86, characters 14-28:
- 86 | ignore (Lwt_main.yield ())
- ^^^^^^^^^^^^^^
- Alert deprecated: Lwt_main.yield
- Use Lwt.pause instead
- File "src/glib/lwt_glib.ml", line 111, characters 35-53:
- 111 | state := State_glib_into_lwt(Lwt_sequence.add_l enter Lwt_main.enter_iter_hooks,
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 111, characters 60-85:
- 111 | state := State_glib_into_lwt(Lwt_sequence.add_l enter Lwt_main.enter_iter_hooks,
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Lwt_main.enter_iter_hooks
- Use module Lwt_main.Enter_iter_hooks.
- File "src/glib/lwt_glib.ml", line 112, characters 35-53:
- 112 | Lwt_sequence.add_l leave Lwt_main.leave_iter_hooks)
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 112, characters 60-85:
- 112 | Lwt_sequence.add_l leave Lwt_main.leave_iter_hooks)
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Lwt_main.leave_iter_hooks
- Use module Lwt_main.Leave_iter_hooks.
- File "src/glib/lwt_glib.ml", line 124, characters 4-23:
- 124 | Lwt_sequence.remove node_enter;
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 125, characters 4-23:
- 125 | Lwt_sequence.remove node_leave;
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- ocamlopt src/glib/.lwt_glib.objs/lwt_glib.{cmx,o}
- File "src/glib/lwt_glib.ml", line 27, characters 42-59:
- 27 | | State_glib_into_lwt of (unit -> unit) Lwt_sequence.node * (unit -> unit) Lwt_sequence.node
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 27, characters 77-94:
- 27 | | State_glib_into_lwt of (unit -> unit) Lwt_sequence.node * (unit -> unit) Lwt_sequence.node
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 86, characters 14-28:
- 86 | ignore (Lwt_main.yield ())
- ^^^^^^^^^^^^^^
- Alert deprecated: Lwt_main.yield
- Use Lwt.pause instead
- File "src/glib/lwt_glib.ml", line 111, characters 35-53:
- 111 | state := State_glib_into_lwt(Lwt_sequence.add_l enter Lwt_main.enter_iter_hooks,
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 111, characters 60-85:
- 111 | state := State_glib_into_lwt(Lwt_sequence.add_l enter Lwt_main.enter_iter_hooks,
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Lwt_main.enter_iter_hooks
- Use module Lwt_main.Enter_iter_hooks.
- File "src/glib/lwt_glib.ml", line 112, characters 35-53:
- 112 | Lwt_sequence.add_l leave Lwt_main.leave_iter_hooks)
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 112, characters 60-85:
- 112 | Lwt_sequence.add_l leave Lwt_main.leave_iter_hooks)
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Lwt_main.leave_iter_hooks
- Use module Lwt_main.Leave_iter_hooks.
- File "src/glib/lwt_glib.ml", line 124, characters 4-23:
- 124 | Lwt_sequence.remove node_enter;
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 125, characters 4-23:
- 125 | Lwt_sequence.remove node_leave;
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- ocamlopt src/glib/config/.discover.eobjs/discover.{cmx,o}
- File "src/glib/config/discover.ml", line 15, characters 8-29:
- 15 | try Pervasives.input_line input_channel
- ^^^^^^^^^^^^^^^^^^^^^
- 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
Processing 2/4: [lwt_glib: jbuilder runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "runtest" "-p" "lwt_glib" (CWD=/home/opam/.opam/4.14/.opam-switch/build/lwt_glib.1.1.0)
- ocaml (internal)
- File "/home/opam/.opam/4.14/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/test/core/jbuild.ml", line 3, characters 14-37:
- 3 | Hashtbl.add Toploop.directive_table "require" (Toploop.Directive_string ignore);
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "/home/opam/.opam/4.14/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/test/core/jbuild.ml", line 4, characters 14-37:
- 4 | Hashtbl.add Toploop.directive_table "use" (Toploop.Directive_string (fun _ ->
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "/home/opam/.opam/4.14/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/test/core/jbuild.ml", line 6, characters 14-37:
- 6 | Hashtbl.add Toploop.directive_table "use_mod" (Toploop.Directive_string (fun _ ->
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocaml (internal)
- File "/home/opam/.opam/4.14/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/src/core/jbuild.ml", line 3, characters 14-37:
- 3 | Hashtbl.add Toploop.directive_table "require" (Toploop.Directive_string ignore);
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "/home/opam/.opam/4.14/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/src/core/jbuild.ml", line 4, characters 14-37:
- 4 | Hashtbl.add Toploop.directive_table "use" (Toploop.Directive_string (fun _ ->
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "/home/opam/.opam/4.14/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/src/core/jbuild.ml", line 6, characters 14-37:
- 6 | Hashtbl.add Toploop.directive_table "use_mod" (Toploop.Directive_string (fun _ ->
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-> compiled lwt_glib.1.1.0
-> removed lwt_glib.1.1.0
-> installed lwt_glib.1.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-17 11:38.42 ---> saved as "fcb99ca5a96544c5deee95e805bce554c0a20f9065c0d2b5092c52bb40dee503"
Job succeeded
2026-03-17 11:38.52: Job succeeded