Build:
- 0
2026-03-07 18:02.51: New job: build dunolint-lib.0.0.20260306, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29518/head (55d8bb5e8f7c508fc4fa218d754d03f1599815c2)
on ubuntu-24.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/29518/head" && git reset --hard 55d8bb5e
git fetch origin master
git merge --no-edit ffb54b9bdd3fc5ecfdac3f4561fc52c30c810bd3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:c88e18ed57469c60529b8fb5ac0e8ce38510ef2b66cb11e65569cafa63b1f528
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 dunolint-lib.0.0.20260306 0.0.20260306
RUN opam reinstall dunolint-lib.0.0.20260306; \
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-24.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'dunolint-lib.0.0.20260306' && 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-07 18:02.51: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:c88e18ed57469c60529b8fb5ac0e8ce38510ef2b66cb11e65569cafa63b1f528-dunolint-lib.0.0.20260306-55d8bb5e8f7c508fc4fa218d754d03f1599815c2"
2026-03-07 18:02.51: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:c88e18ed57469c60529b8fb5ac0e8ce38510ef2b66cb11e65569cafa63b1f528)
(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 dunolint-lib.0.0.20260306 0.0.20260306"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dunolint-lib.0.0.20260306;\
\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-24.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\" != 'dunolint-lib.0.0.20260306' && 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-07 18:02.51: Waiting for resource in pool OCluster
2026-03-07 18:02.52: Waiting for worker…
2026-03-07 18:02.52: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at ffb54b9bdd Merge pull request #29488 from alan-j-hu/release-textmate-language-0.5.0
Updating ffb54b9bdd..55d8bb5e8f
Fast-forward
.../dunolint-lib-base.0.0.20260306/opam | 45 ++++++++++++
.../dunolint-lib/dunolint-lib.0.0.20260306/opam | 64 ++++++++++++++++
packages/dunolint/dunolint.0.0.20260306/opam | 85 ++++++++++++++++++++++
3 files changed, 194 insertions(+)
create mode 100644 packages/dunolint-lib-base/dunolint-lib-base.0.0.20260306/opam
create mode 100644 packages/dunolint-lib/dunolint-lib.0.0.20260306/opam
create mode 100644 packages/dunolint/dunolint.0.0.20260306/opam
(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:c88e18ed57469c60529b8fb5ac0e8ce38510ef2b66cb11e65569cafa63b1f528)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:c88e18ed57469c60529b8fb5ac0e8ce38510ef2b66cb11e65569cafa63b1f528' locally
docker.io/ocaml/opam@sha256:c88e18ed57469c60529b8fb5ac0e8ce38510ef2b66cb11e65569cafa63b1f528: Pulling from ocaml/opam
627107acf667: Pulling fs layer
52e9fcc4697a: Pulling fs layer
45678e52a30b: Pulling fs layer
9bc37f21e0b6: Pulling fs layer
df6940382116: Pulling fs layer
7735465b338b: Pulling fs layer
9bc37f21e0b6: Waiting
dbef75479e75: Pulling fs layer
faca9d3725f6: Pulling fs layer
7735465b338b: Waiting
df6940382116: Waiting
dbef75479e75: Waiting
faca9d3725f6: Waiting
45678e52a30b: Verifying Checksum
45678e52a30b: Download complete
52e9fcc4697a: Verifying Checksum
52e9fcc4697a: Download complete
9bc37f21e0b6: Verifying Checksum
9bc37f21e0b6: Download complete
7735465b338b: Download complete
dbef75479e75: Verifying Checksum
dbef75479e75: Download complete
faca9d3725f6: Download complete
df6940382116: Verifying Checksum
df6940382116: Download complete
627107acf667: Verifying Checksum
627107acf667: Download complete
627107acf667: Pull complete
52e9fcc4697a: Pull complete
45678e52a30b: Pull complete
9bc37f21e0b6: Pull complete
df6940382116: Pull complete
7735465b338b: Pull complete
dbef75479e75: Pull complete
faca9d3725f6: Pull complete
Digest: sha256:c88e18ed57469c60529b8fb5ac0e8ce38510ef2b66cb11e65569cafa63b1f528
Status: Downloaded newer image for ocaml/opam@sha256:c88e18ed57469c60529b8fb5ac0e8ce38510ef2b66cb11e65569cafa63b1f528
2026-03-07 18:03.31 ---> using "19bb649accca13d0644ca01805793a5b04ae66a0039a033546b30301dfb63364" 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-07 18:03.31 ---> using "4ad0736005e863aa3f8603a76423714e4556f475383ea46aaabbbeb520af8f21" 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-07 18:03.31 ---> using "35e96b945fe96eb7395da52515a1bd53189ea0783b9f431c303cdab95d161a86" 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=ubuntu os-version=24.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-07 18:03.31 ---> using "70cae7227ca483166a89fa9bf30ab483c5b0b5bcd0600ba4878e51e7c6328494" 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-07 18:03.31 ---> using "f2c6bf36d0fed63d35ae1c17660237e4146646cd177a4145908be9a1c8a3109d" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-07 18:03.39 ---> saved as "7a5370c58443e71a2fb5af385ea1d6dfc1cf0fa576078088ed873a00e652c623"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-07 18:03.56 ---> saved as "b7606aea8378361da323f35a913ecc8af8277952febcba068486c1b6bf030545"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:3 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:4 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1895 kB]
- Get:5 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2025 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3486 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2284 kB]
- Get:9 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1260 kB]
- Get:10 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3300 kB]
- Fetched 14.6 MB in 2s (6125 kB/s)
- Reading package lists...
-
2026-03-07 18:04.01 ---> saved as "aa6fdbbf439e9ff79408fe351bf078f8ce8dac517ec2d8a5c0659cc869a1cbe6"
/home/opam: (run (shell "opam pin add -k version -yn dunolint-lib.0.0.20260306 0.0.20260306"))
dunolint-lib is now pinned to version 0.0.20260306
2026-03-07 18:04.01 ---> saved as "0b7d024aa9c2b55f070628f3f60ca40360de1b42bd00ff1bbc20007e1d133a42"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dunolint-lib.0.0.20260306;\
\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-24.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\" != 'dunolint-lib.0.0.20260306' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dunolint-lib.0.0.20260306 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 4 packages
- install dune 3.21.1 [required by dunolint-lib]
- install dunolint-lib 0.0.20260306 (pinned)
- install re 1.14.0 [required by dunolint-lib]
- install sexplib0 v0.17.0 [required by dunolint-lib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.1 (cached)
-> retrieved dunolint-lib.0.0.20260306 (https://github.com/mbarbin/dunolint/releases/download/0.0.20260306/dunolint-0.0.20260306.tbz)
-> retrieved re.1.14.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> installed dune.3.21.1
-> installed sexplib0.v0.17.0
-> installed re.1.14.0
-> installed dunolint-lib.0.0.20260306
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-07 18:04.41 ---> saved as "1b764f1cbcf4fd934e0ab5e45593d5edead74fc180d778e8a8cd93adbe574f1c"
Job succeeded
2026-03-07 18:05.00: Job succeeded