Build:
- 0
2026-03-09 19:10.56: New job: build tm-grammars.1.0.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29527/head (fedb16dfe08685fc1bf5962c8dc560d81cb9300f)
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/29527/head" && git reset --hard fedb16df
git fetch origin master
git merge --no-edit 3c70647a78a7fd22066fca4f17f7ca4514500663
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9
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 tm-grammars.1.0.1 1.0.1
RUN opam reinstall tm-grammars.1.0.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 "\"ubuntu-22.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'tm-grammars.1.0.1' && 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-09 19:10.56: Using cache hint "ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9-tm-grammars.1.0.1-fedb16dfe08685fc1bf5962c8dc560d81cb9300f"
2026-03-09 19:10.56: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9)
(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 tm-grammars.1.0.1 1.0.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall tm-grammars.1.0.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 \"\\\"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\" != 'tm-grammars.1.0.1' && 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-09 19:10.56: Waiting for resource in pool OCluster
2026-03-09 19:10.57: Waiting for worker…
2026-03-09 19:10.57: Got resource from pool OCluster
Building on phoebe
All commits already cached
HEAD is now at 3c70647a78 Merge pull request #29507 from NathanReb/release-ppxlib-0-38-0-5-5-preview
Updating 3c70647a78..fedb16dfe0
Fast-forward
packages/tm-grammars/tm-grammars.1.0.1/opam | 37 +++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 packages/tm-grammars/tm-grammars.1.0.1/opam
(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9' locally
docker.io/ocaml/opam@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9: Pulling from ocaml/opam
b1cba2e842ca: Already exists
421afdaed246: Pulling fs layer
4f870a39d887: Pulling fs layer
55a213a632b1: Pulling fs layer
45b4d0733e62: Pulling fs layer
4f870a39d887: Waiting
421afdaed246: Waiting
3aeb1fde2a5c: Pulling fs layer
45b4d0733e62: Waiting
55a213a632b1: Waiting
aafef83927b6: Pulling fs layer
3aeb1fde2a5c: Waiting
bcf6200713a7: Pulling fs layer
aafef83927b6: Waiting
44126a1f4f31: Pulling fs layer
bcf6200713a7: Waiting
640d0ce4ea89: Pulling fs layer
b5d13c755b81: Pulling fs layer
640d0ce4ea89: Waiting
44126a1f4f31: Waiting
d4f408980979: Pulling fs layer
b5d13c755b81: Waiting
a89dafa13071: Pulling fs layer
d4f408980979: Waiting
636fd786dcef: Pulling fs layer
a89dafa13071: Waiting
31dae2391bd4: Pulling fs layer
636fd786dcef: Waiting
8b28883ae878: Pulling fs layer
31dae2391bd4: Waiting
4a187d75ee24: Pulling fs layer
8b28883ae878: Waiting
4a187d75ee24: Waiting
4f4fb700ef54: Pulling fs layer
15ef0a4fe052: Pulling fs layer
81aef10b7468: Pulling fs layer
8492c04426b2: Pulling fs layer
15ef0a4fe052: Waiting
81aef10b7468: Waiting
931be6b45df3: Pulling fs layer
8492c04426b2: Waiting
b3b41b093e1c: Pulling fs layer
c66a499f18f1: Pulling fs layer
931be6b45df3: Waiting
b3b41b093e1c: Waiting
dc859d65a979: Pulling fs layer
f9a4b7e83cbc: Pulling fs layer
8406175b74f2: Pulling fs layer
dc859d65a979: Waiting
c66a499f18f1: Waiting
d8a867e68b39: Pulling fs layer
f9a4b7e83cbc: Waiting
8406175b74f2: Waiting
1b4507b9d94f: Pulling fs layer
d8a867e68b39: Waiting
86753f729f41: Pulling fs layer
1b4507b9d94f: Waiting
bb1554100fd0: Pulling fs layer
79f063451047: Pulling fs layer
bb1554100fd0: Waiting
86753f729f41: Waiting
af19aefa8c28: Pulling fs layer
18ae77be10c6: Pulling fs layer
af19aefa8c28: Waiting
79f063451047: Waiting
23748796c9e7: Pulling fs layer
8a87c1d60ed6: Pulling fs layer
23748796c9e7: Waiting
f59dc0679c75: Pulling fs layer
d71672fc129c: Pulling fs layer
8a87c1d60ed6: Waiting
f59dc0679c75: Waiting
44dd0ab5fdef: Pulling fs layer
44dd0ab5fdef: Waiting
edadc98b94f2: Pulling fs layer
5594968993e8: Pulling fs layer
edadc98b94f2: Waiting
9f6b7b34fd6d: Pulling fs layer
5594968993e8: Waiting
fae525a8fdf7: Pulling fs layer
250c7a686cbe: Pulling fs layer
9f6b7b34fd6d: Waiting
fae525a8fdf7: Waiting
5230fa14e4cf: Pulling fs layer
864dff2bbd6b: Pulling fs layer
250c7a686cbe: Waiting
5230fa14e4cf: Waiting
864dff2bbd6b: Waiting
421afdaed246: Download complete
421afdaed246: Pull complete
4f870a39d887: Download complete
4f870a39d887: Pull complete
45b4d0733e62: Verifying Checksum
45b4d0733e62: Download complete
55a213a632b1: Retrying in 5 seconds
55a213a632b1: Retrying in 4 seconds
55a213a632b1: Retrying in 3 seconds
aafef83927b6: Verifying Checksum
aafef83927b6: Download complete
55a213a632b1: Retrying in 2 seconds
3aeb1fde2a5c: Verifying Checksum
3aeb1fde2a5c: Download complete
55a213a632b1: Retrying in 1 second
44126a1f4f31: Verifying Checksum
44126a1f4f31: Download complete
bcf6200713a7: Verifying Checksum
bcf6200713a7: Download complete
640d0ce4ea89: Download complete
55a213a632b1: Verifying Checksum
55a213a632b1: Download complete
d4f408980979: Verifying Checksum
d4f408980979: Download complete
a89dafa13071: Verifying Checksum
a89dafa13071: Download complete
b5d13c755b81: Verifying Checksum
b5d13c755b81: Download complete
636fd786dcef: Verifying Checksum
636fd786dcef: Download complete
31dae2391bd4: Download complete
4a187d75ee24: Download complete
4f4fb700ef54: Download complete
8b28883ae878: Verifying Checksum
8b28883ae878: Download complete
81aef10b7468: Verifying Checksum
81aef10b7468: Download complete
15ef0a4fe052: Verifying Checksum
15ef0a4fe052: Download complete
55a213a632b1: Pull complete
45b4d0733e62: Pull complete
b3b41b093e1c: Verifying Checksum
b3b41b093e1c: Download complete
931be6b45df3: Download complete
8492c04426b2: Verifying Checksum
8492c04426b2: Download complete
c66a499f18f1: Verifying Checksum
c66a499f18f1: Download complete
dc859d65a979: Verifying Checksum
dc859d65a979: Download complete
f9a4b7e83cbc: Verifying Checksum
f9a4b7e83cbc: Download complete
8406175b74f2: Verifying Checksum
8406175b74f2: Download complete
1b4507b9d94f: Verifying Checksum
1b4507b9d94f: Download complete
d8a867e68b39: Verifying Checksum
d8a867e68b39: Download complete
bb1554100fd0: Verifying Checksum
bb1554100fd0: Download complete
79f063451047: Verifying Checksum
79f063451047: Download complete
af19aefa8c28: Verifying Checksum
86753f729f41: Download complete
23748796c9e7: Download complete
f59dc0679c75: Verifying Checksum
f59dc0679c75: Download complete
d71672fc129c: Verifying Checksum
d71672fc129c: Download complete
44dd0ab5fdef: Download complete
3aeb1fde2a5c: Pull complete
aafef83927b6: Pull complete
edadc98b94f2: Download complete
bcf6200713a7: Pull complete
44126a1f4f31: Pull complete
5594968993e8: Download complete
640d0ce4ea89: Pull complete
b5d13c755b81: Pull complete
d4f408980979: Pull complete
a89dafa13071: Pull complete
9f6b7b34fd6d: Verifying Checksum
9f6b7b34fd6d: Download complete
636fd786dcef: Pull complete
31dae2391bd4: Pull complete
8b28883ae878: Pull complete
4a187d75ee24: Pull complete
4f4fb700ef54: Pull complete
15ef0a4fe052: Pull complete
81aef10b7468: Pull complete
8492c04426b2: Pull complete
931be6b45df3: Pull complete
b3b41b093e1c: Pull complete
c66a499f18f1: Pull complete
dc859d65a979: Pull complete
f9a4b7e83cbc: Pull complete
8406175b74f2: Pull complete
d8a867e68b39: Pull complete
1b4507b9d94f: Pull complete
86753f729f41: Pull complete
bb1554100fd0: Pull complete
79f063451047: Pull complete
af19aefa8c28: Pull complete
18ae77be10c6: Verifying Checksum
18ae77be10c6: Download complete
250c7a686cbe: Verifying Checksum
250c7a686cbe: Download complete
5230fa14e4cf: Verifying Checksum
5230fa14e4cf: Download complete
864dff2bbd6b: Verifying Checksum
864dff2bbd6b: Download complete
fae525a8fdf7: Verifying Checksum
fae525a8fdf7: Download complete
8a87c1d60ed6: Retrying in 5 seconds
8a87c1d60ed6: Retrying in 4 seconds
8a87c1d60ed6: Retrying in 3 seconds
8a87c1d60ed6: Retrying in 2 seconds
8a87c1d60ed6: Retrying in 1 second
18ae77be10c6: Pull complete
23748796c9e7: Pull complete
8a87c1d60ed6: Verifying Checksum
8a87c1d60ed6: Download complete
8a87c1d60ed6: Pull complete
f59dc0679c75: Pull complete
d71672fc129c: Pull complete
44dd0ab5fdef: Pull complete
edadc98b94f2: Pull complete
5594968993e8: Pull complete
9f6b7b34fd6d: Pull complete
fae525a8fdf7: Pull complete
250c7a686cbe: Pull complete
5230fa14e4cf: Pull complete
864dff2bbd6b: Pull complete
Digest: sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9
Status: Downloaded newer image for ocaml/opam@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9
2026-03-09 19:13.48 ---> saved as "a494baecbb94e7af4729d4c2ae860efde3ac6b3dc163dcb8423239dae5deadc4"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-09 19:13.48 ---> saved as "6f2639a5564351e69f4f40c6c894e606e177ccae6e98ecabff0cad933b576055"
/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-09 19:14.12 ---> saved as "43265c4572944c82427162f15ebbccd25ab722131f4adf4abfdfd12224670816"
/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
2026-03-09 19:14.13 ---> saved as "48e6eff73b2ea30793b4fb9be93fb662b27dfe06de97dc8dbac91023200c9e4e"
/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-09 19:14.21 ---> saved as "3025014d1a6a5c6d705fcf0d6762d698b02dee2a4e77830e395f8c4720c05ac5"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-09 19:14.31 ---> saved as "0db95818e61a742327d02e0ecff16a00d9319844e644523bd4ce41cd33bae155"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-09 19:14.48 ---> saved as "46341048ab482efb4c3f28af235e06241fcdfac959737031f22868cbc31c177d"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3780 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4120 kB]
- Get:7 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1301 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1613 kB]
- Fetched 11.2 MB in 9s (1197 kB/s)
- Reading package lists...
-
2026-03-09 19:15.00 ---> saved as "5d4fd6a5046045a4d3a8871102760775e121a2cbb96179f25a30db8946d417bf"
/home/opam: (run (shell "opam pin add -k version -yn tm-grammars.1.0.1 1.0.1"))
tm-grammars is now pinned to version 1.0.1
2026-03-09 19:15.01 ---> saved as "f1142bd31c00bb7f155d2226e6f5c0669f66ffb8bd3fdcab7580c3e2ecb51de7"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall tm-grammars.1.0.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 \"\\\"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\" != 'tm-grammars.1.0.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
tm-grammars.1.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.21.1 [required by tm-grammars]
- install tm-grammars 1.0.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.1 (cached)
-> retrieved tm-grammars.1.0.1 (cached)
-> installed dune.3.21.1
-> installed tm-grammars.1.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-09 19:15.33 ---> saved as "29a2b3eebc3a051789f2f499b73386fc006ef1bbf964a6be52d0f2e9464f2166"
Job succeeded
2026-03-09 19:15.39: Job succeeded