- github
- ocaml
- opam-repository
- 3e0c39
- distributions,opensuse-15.6-ocaml-4.14,dune-action-trace.3.22.2
(not at the head of any monitored branch or PR)
2026-04-13 14:42.56: New job: build dune-action-trace.3.22.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29704/head (3e0c395e7b1393a792367f8edca3654dac71e6fd)
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/29704/head" && git reset --hard 3e0c395e
git fetch origin master
git merge --no-edit ba4685aeec7b28fde6af30c7b83004704c68c86a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:a555af41abe88b1dbc64c63a9a6451e9d62ceb0b67a23c057592ff9e213dec0b
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 dune-action-trace.3.22.2 3.22.2
RUN opam reinstall dune-action-trace.3.22.2; \
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" != 'dune-action-trace.3.22.2' && 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-04-13 14:42.56: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:a555af41abe88b1dbc64c63a9a6451e9d62ceb0b67a23c057592ff9e213dec0b-dune-action-trace.3.22.2-3e0c395e7b1393a792367f8edca3654dac71e6fd"
2026-04-13 14:42.56: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:a555af41abe88b1dbc64c63a9a6451e9d62ceb0b67a23c057592ff9e213dec0b)
(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 dune-action-trace.3.22.2 3.22.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune-action-trace.3.22.2;\
\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\" != 'dune-action-trace.3.22.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-13 14:42.56: Waiting for resource in pool OCluster
2026-04-13 15:29.19: Waiting for worker…
2026-04-13 15:34.00: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files: 69% (12981/18721)
Updating files: 70% (13105/18721)
Updating files: 71% (13292/18721)
Updating files: 72% (13480/18721)
Updating files: 73% (13667/18721)
Updating files: 74% (13854/18721)
Updating files: 75% (14041/18721)
Updating files: 76% (14228/18721)
Updating files: 77% (14416/18721)
Updating files: 78% (14603/18721)
Updating files: 79% (14790/18721)
Updating files: 80% (14977/18721)
Updating files: 81% (15165/18721)
Updating files: 82% (15352/18721)
Updating files: 83% (15539/18721)
Updating files: 84% (15726/18721)
Updating files: 85% (15913/18721)
Updating files: 86% (16101/18721)
Updating files: 87% (16288/18721)
Updating files: 88% (16475/18721)
Updating files: 89% (16662/18721)
Updating files: 90% (16849/18721)
Updating files: 91% (17037/18721)
Updating files: 92% (17224/18721)
Updating files: 93% (17411/18721)
Updating files: 94% (17598/18721)
Updating files: 95% (17785/18721)
Updating files: 96% (17973/18721)
Updating files: 97% (18160/18721)
Updating files: 98% (18347/18721)
Updating files: 99% (18534/18721)
Updating files: 100% (18721/18721)
Updating files: 100% (18721/18721), done.
HEAD is now at ba4685aeec Merge pull request #29653 from yakobowski/camlidl
Merge made by the 'ort' strategy.
packages/chrome-trace/chrome-trace.3.22.2/opam | 39 +++++++++++
.../dune-action-plugin.3.22.2/opam | 52 +++++++++++++++
.../dune-action-trace.3.22.2/opam | 39 +++++++++++
.../dune-build-info/dune-build-info.3.22.2/opam | 45 +++++++++++++
.../dune-configurator.3.22.2/opam | 49 ++++++++++++++
packages/dune-glob/dune-glob.3.22.2/opam | 42 ++++++++++++
.../dune-private-libs.3.22.2/opam | 50 +++++++++++++++
packages/dune-rpc-lwt/dune-rpc-lwt.3.22.2/opam | 41 ++++++++++++
packages/dune-rpc/dune-rpc.3.22.2/opam | 44 +++++++++++++
packages/dune-site/dune-site.3.22.2/opam | 37 +++++++++++
packages/dune/dune.3.22.2/opam | 75 ++++++++++++++++++++++
packages/dyn/dyn.3.22.2/opam | 40 ++++++++++++
packages/fs-io/fs-io.3.22.2/opam | 39 +++++++++++
packages/ocamlc-loc/ocamlc-loc.3.22.2/opam | 43 +++++++++++++
packages/ordering/ordering.3.22.2/opam | 38 +++++++++++
packages/stdune/stdune.3.22.2/opam | 46 +++++++++++++
packages/top-closure/top-closure.3.22.2/opam | 38 +++++++++++
packages/xdg/xdg.3.22.2/opam | 39 +++++++++++
18 files changed, 796 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.22.2/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.2/opam
create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.2/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.22.2/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.22.2/opam
create mode 100644 packages/dune-glob/dune-glob.3.22.2/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.2/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.2/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.22.2/opam
create mode 100644 packages/dune-site/dune-site.3.22.2/opam
create mode 100644 packages/dune/dune.3.22.2/opam
create mode 100644 packages/dyn/dyn.3.22.2/opam
create mode 100644 packages/fs-io/fs-io.3.22.2/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.2/opam
create mode 100644 packages/ordering/ordering.3.22.2/opam
create mode 100644 packages/stdune/stdune.3.22.2/opam
create mode 100644 packages/top-closure/top-closure.3.22.2/opam
create mode 100644 packages/xdg/xdg.3.22.2/opam
(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:a555af41abe88b1dbc64c63a9a6451e9d62ceb0b67a23c057592ff9e213dec0b)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:a555af41abe88b1dbc64c63a9a6451e9d62ceb0b67a23c057592ff9e213dec0b' locally
docker.io/ocaml/opam@sha256:a555af41abe88b1dbc64c63a9a6451e9d62ceb0b67a23c057592ff9e213dec0b: Pulling from ocaml/opam
2824220eb759: Already exists
d6e0f6bf3ee8: Already exists
98ea95f8982c: Already exists
66c4e2d11417: Already exists
178bf13c4542: Already exists
3363b6690622: Already exists
2f360ed5ed1c: Already exists
0157dc55738d: Already exists
adbd7b083662: Already exists
08da4b8ec306: Already exists
2d08af6962f0: Already exists
0eb7579d9e49: Already exists
a469e6a3633d: Already exists
82c744fdb18a: Already exists
36b9f578dfd0: Already exists
67e235ccb630: Already exists
054af01a93fc: Already exists
e8dd567f0fce: Already exists
e8dd567f0fce: Already exists
4f4fb700ef54: Already exists
95a8dc77b77e: Already exists
cc10f5cb66cf: Already exists
c6967ed40884: Already exists
86261b212eac: Already exists
c593fa27ed82: Already exists
327409bbc709: Already exists
68843b0965c1: Already exists
1dce24306ea4: Already exists
d41b89be77dc: Already exists
a847491754f8: Already exists
2ba6e682b334: Already exists
88783f87eac5: Already exists
94a228a5ee2b: Already exists
effccec7e4d4: Already exists
2f4d54523759: Already exists
c433d8fc16c8: Already exists
e8dea40a6ae6: Already exists
5be5b25f37bd: Already exists
e52b6047333e: Pulling fs layer
afa8a0d7e45c: Pulling fs layer
435af0a90b71: Pulling fs layer
d999f9ca100c: Pulling fs layer
a6e400827881: Pulling fs layer
d999f9ca100c: Waiting
a6e400827881: Waiting
435af0a90b71: Verifying Checksum
435af0a90b71: Download complete
d999f9ca100c: Verifying Checksum
d999f9ca100c: Download complete
a6e400827881: Verifying Checksum
a6e400827881: Download complete
afa8a0d7e45c: Verifying Checksum
afa8a0d7e45c: Download complete
e52b6047333e: Verifying Checksum
e52b6047333e: Download complete
e52b6047333e: Pull complete
afa8a0d7e45c: Pull complete
435af0a90b71: Pull complete
d999f9ca100c: Pull complete
a6e400827881: Pull complete
Digest: sha256:a555af41abe88b1dbc64c63a9a6451e9d62ceb0b67a23c057592ff9e213dec0b
Status: Downloaded newer image for ocaml/opam@sha256:a555af41abe88b1dbc64c63a9a6451e9d62ceb0b67a23c057592ff9e213dec0b
2026-04-13 15:36.28 ---> saved as "49accc682028b07ca944d0b24e297dc794bdc967642cc4dc266d83be042608f2"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-13 15:36.29 ---> saved as "a888804810129b6f064eca43bff1879c7d653079303c903ec89f78befc86faf8"
/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-13 15:37.05 ---> saved as "5d76d9b0224065c9745d5e0710daf42fc7502b85b8abbe00659438b7bd36db8d"
/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 71
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, 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.3
2026-04-13 15:37.06 ---> saved as "7b1f1e224879cde6af2d945c8ea81f204126c16b7a33742bfe628aadcd926053"
/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-04-13 15:37.16 ---> saved as "b5a6c062084788ff7ab65bdafb392eaaa55c13e744474061bc5376816f83fe74"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 15:37.23 ---> saved as "c76dcb27a79bcd48e3b8d0f71674d37beef37261d67612c3bd5fa7e84802c69e"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 15:37.46 ---> saved as "dc8b3697b09b2ac7587b7325390f27a94e792e7d67012c88df3d16a1a88a6f65"
/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]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-04-13 15:44.27 ---> saved as "5ee9362e861a867055a3a5864a8bc255ea0fb540bb649aff55337675291d7451"
/home/opam: (run (shell "opam pin add -k version -yn dune-action-trace.3.22.2 3.22.2"))
dune-action-trace is now pinned to version 3.22.2
2026-04-13 15:44.28 ---> saved as "6339a75da58fdc0530273b52b361d247697ec7bce87900c4f02325678861797e"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune-action-trace.3.22.2;\
\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\" != 'dune-action-trace.3.22.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dune-action-trace.3.22.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 3 packages
- install csexp 1.5.2 [required by dune-action-trace]
- install dune 3.22.2 [required by dune-action-trace]
- install dune-action-trace 3.22.2 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.22.2, dune-action-trace.3.22.2 (cached)
-> installed dune.3.22.2
-> installed csexp.1.5.2
-> installed dune-action-trace.3.22.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 15:45.12 ---> saved as "3fc023a4a0816720f74400e1351cd2ab3a90fe72099c3dd7fd0c41f301866a51"
Job succeeded
2026-04-13 15:45.25: Job succeeded