- github
- ocaml
- opam-repository
- 3f8e3a
- distributions,ubuntu-22.04-ocaml-5.4,tezt.3.0.0
(not at the head of any monitored branch or PR)
2025-12-08 15:16.53: New job: build tezt.3.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29039/head (3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4)
on ubuntu-22.04-ocaml-5.4/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/29039/head" && git reset --hard 3f8e3ae1
git fetch origin master
git merge --no-edit 24866eca47222a207c9a30d2caac223d18f6a780
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d60b3c8c9c64203f38fdd93bff0c31603bd5312fea7999ac4c8919b50ca7e798
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 tezt.3.0.0 3.0.0
RUN opam reinstall tezt.3.0.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 "\"ubuntu-22.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'tezt.3.0.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 .
2025-12-08 15:16.53: Using cache hint "ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d60b3c8c9c64203f38fdd93bff0c31603bd5312fea7999ac4c8919b50ca7e798-tezt.3.0.0-3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4"
2025-12-08 15:16.53: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d60b3c8c9c64203f38fdd93bff0c31603bd5312fea7999ac4c8919b50ca7e798)
(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 tezt.3.0.0 3.0.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall tezt.3.0.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 \"\\\"ubuntu-22.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tezt.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-12-08 15:16.53: Waiting for resource in pool OCluster
2025-12-08 15:27.30: Waiting for worker…
2025-12-08 15:29.51: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files: 83% (15836/18983)
Updating files: 84% (15946/18983)
Updating files: 85% (16136/18983)
Updating files: 86% (16326/18983)
Updating files: 87% (16516/18983)
Updating files: 88% (16706/18983)
Updating files: 89% (16895/18983)
Updating files: 90% (17085/18983)
Updating files: 91% (17275/18983)
Updating files: 92% (17465/18983)
Updating files: 93% (17655/18983)
Updating files: 94% (17845/18983)
Updating files: 95% (18034/18983)
Updating files: 96% (18224/18983)
Updating files: 97% (18414/18983)
Updating files: 98% (18604/18983)
Updating files: 99% (18794/18983)
Updating files: 100% (18983/18983)
Updating files: 100% (18983/18983), done.
HEAD is now at 24866eca47 Merge pull request #29034 from hannesm/fixes
Updating 24866eca47..3f8e3ae182
Fast-forward
packages/lwt_ppx/lwt_ppx.1.0.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.0.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.1.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.2/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.3/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.4/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.2/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.3/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.1.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.5.8.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.5.9.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.5.9.2/opam | 2 +-
packages/moonpool-lwt/moonpool-lwt.0.10/opam | 2 +-
packages/moonpool-lwt/moonpool-lwt.0.9/opam | 2 +-
packages/tezt/tezt.2.0.0/opam | 2 +-
packages/tezt/tezt.3.0.0/opam | 2 +-
packages/tezt/tezt.4.3.0/opam | 2 +-
21 files changed, 21 insertions(+), 21 deletions(-)
(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d60b3c8c9c64203f38fdd93bff0c31603bd5312fea7999ac4c8919b50ca7e798)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d60b3c8c9c64203f38fdd93bff0c31603bd5312fea7999ac4c8919b50ca7e798' locally
docker.io/ocaml/opam@sha256:d60b3c8c9c64203f38fdd93bff0c31603bd5312fea7999ac4c8919b50ca7e798: Pulling from ocaml/opam
7e49dc6156b0: Already exists
a85ee0468aed: Already exists
c315de47cbf9: Already exists
95e72e2db4a4: Already exists
68b87b8705a0: Already exists
e7c6b52a0aff: Already exists
81e0e9f9c981: Already exists
05dc3c3ae15f: Already exists
5af51c811cd1: Already exists
da4fe59bd592: Already exists
ba3b0dc61be5: Already exists
659a0944d92a: Already exists
8a05c5a51b16: Already exists
76b466aeb127: Already exists
d67d97663d6b: Already exists
6fc975cca41e: Already exists
1e6dc09d6224: Already exists
1e6dc09d6224: Already exists
4f4fb700ef54: Already exists
1d3b50cdea50: Already exists
0f0b84758b44: Already exists
f2cc1a0710f1: Already exists
4f4fb700ef54: Already exists
12faff377e45: Already exists
d24d014accb8: Already exists
c8107e47ce8c: Already exists
1119833fc609: Already exists
6080220bce5a: Already exists
5a36aeb26b58: Already exists
9452d9730351: Already exists
85b38d9826ff: Already exists
cbaaab6e38d6: Already exists
c0a6806aa377: Already exists
7191674929e8: Already exists
f3de6760991a: Already exists
d6c5941a1bd9: Already exists
b43f4846060a: Already exists
ff1b774de354: Already exists
b066bc6373d4: Already exists
f04f4d782335: Already exists
1b53982e6e4c: Already exists
a9794e8c93d9: Pulling fs layer
34872fc4b468: Pulling fs layer
2a5305729f71: Pulling fs layer
dc1887ce79d8: Pulling fs layer
ba51051ba270: Pulling fs layer
de231bc99eca: Pulling fs layer
157242bcc6e8: Pulling fs layer
2a5305729f71: Waiting
dc1887ce79d8: Waiting
ba51051ba270: Waiting
de231bc99eca: Waiting
157242bcc6e8: Waiting
a9794e8c93d9: Verifying Checksum
a9794e8c93d9: Download complete
a9794e8c93d9: Pull complete
34872fc4b468: Verifying Checksum
34872fc4b468: Download complete
34872fc4b468: Pull complete
2a5305729f71: Verifying Checksum
2a5305729f71: Download complete
ba51051ba270: Verifying Checksum
ba51051ba270: Download complete
2a5305729f71: Pull complete
157242bcc6e8: Verifying Checksum
157242bcc6e8: Download complete
de231bc99eca: Verifying Checksum
de231bc99eca: Download complete
dc1887ce79d8: Verifying Checksum
dc1887ce79d8: Download complete
dc1887ce79d8: Pull complete
ba51051ba270: Pull complete
de231bc99eca: Pull complete
157242bcc6e8: Pull complete
Digest: sha256:d60b3c8c9c64203f38fdd93bff0c31603bd5312fea7999ac4c8919b50ca7e798
Status: Downloaded newer image for ocaml/opam@sha256:d60b3c8c9c64203f38fdd93bff0c31603bd5312fea7999ac4c8919b50ca7e798
2025-12-08 15:30.41 ---> saved as "b23cc54ce458d5c1ad3170c611909d36e415aa8ea2f8776d9783095948ad802c"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-08 15:30.41 ---> saved as "f9f8eb94038cf8b8b6071779fd916877e84dba8081f639794a8ee274d42fd89a"
/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
2025-12-08 15:31.09 ---> saved as "554331229d9c7ecf4fac8701484f43a5ab1c7ae6aa06abd8bd71e5db7f145584"
/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=ubuntu os-version=22.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2025-12-08 15:31.15 ---> saved as "44b354688bdaee142a64e02889def0bbb6264e9ab161ba57b42f1df73de15000"
/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/"))
2025-12-08 15:31.26 ---> saved as "0281c79026957d861c7db0c3d74b0892d1127a38bf6fab12f80754d405f8852d"
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-08 15:31.36 ---> saved as "1adf0ab40d78f7d54993a0d040382411047a07c4696c33bd53f001d49be5f557"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-08 15:31.56 ---> saved as "db5042b8a50ac6ce5c7a5cab91906e81c6f6ad539bec7c63081d984473bb0122"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1598 kB]
- Fetched 1982 kB in 1s (2480 kB/s)
- Reading package lists...
-
2025-12-08 15:31.59 ---> saved as "f3654bc00ab1dd3f04e985a1c515f7c1ed3e78cb334d838d95a7620e1f4bc621"
/home/opam: (run (shell "opam pin add -k version -yn tezt.3.0.0 3.0.0"))
tezt is now pinned to version 3.0.0
2025-12-08 15:32.00 ---> saved as "67e4c5eb5cf68fc77701f463871badb2950e53ffc48391cabaa777f558642d1b"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall tezt.3.0.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 \"\\\"ubuntu-22.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tezt.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
tezt.3.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 19 packages
- install base-bytes base [required by ocplib-endian]
- install cppo 1.8.0 [required by lwt]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by hex]
- install dune 3.20.2 [required by tezt]
- install dune-configurator 3.20.2 [required by lwt]
- install ezjsonm 1.3.0 [required by tezt]
- install fmt 0.11.0 [required by cstruct]
- install hex 1.5.0 [required by ezjsonm]
- install jsonm 1.0.2 [required by ezjsonm]
- install lwt 5.9.2 [required by tezt]
- install ocamlbuild 0.16.1 [required by jsonm]
- install ocamlfind 1.9.8 [required by jsonm]
- install ocplib-endian 1.2 [required by lwt]
- install re 1.14.0 [required by tezt]
- install sexplib0 v0.17.0 [required by ezjsonm]
- install tezt 3.0.0 (pinned)
- install topkg 1.1.1 [required by jsonm]
- install uutf 1.0.4 [required by ezjsonm]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved ezjsonm.1.3.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved lwt.5.9.2 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved tezt.3.0.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uutf.1.0.4 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed jsonm.1.0.2
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed hex.1.5.0
-> installed ocplib-endian.1.2
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.20.2
-> installed lwt.5.9.2
-> installed tezt.3.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-08 15:32.44 ---> saved as "901444521280d49c9e7e2f240228269c02eb0717cb68e4337b16a662b8b9ddea"
Job succeeded
2025-12-08 15:32.52: Job succeeded