(for PR #29096)
2025-12-15 02:50.48: New job: build stdune.3.21.0~alpha4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29096/head (7d6af52f05e2c06c00193b2918193b6994ece701)
on opensuse-15.6-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/29096/head" && git reset --hard 7d6af52f
git fetch origin master
git merge --no-edit 2625e9877b44d517ad87b5bf4ff708f3e44b78d8
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:46c6e6da67816513b8f535446cdd0092f8b5cb7fedf95ecd1b3cba070bfb1d3e
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 stdune.3.21.0~alpha4 3.21.0~alpha4
RUN opam reinstall stdune.3.21.0~alpha4; \
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" != 'stdune.3.21.0~alpha4' && 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-15 02:50.48: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:46c6e6da67816513b8f535446cdd0092f8b5cb7fedf95ecd1b3cba070bfb1d3e-stdune.3.21.0~alpha4-7d6af52f05e2c06c00193b2918193b6994ece701"
2025-12-15 02:50.48: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:46c6e6da67816513b8f535446cdd0092f8b5cb7fedf95ecd1b3cba070bfb1d3e)
(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 stdune.3.21.0~alpha4 3.21.0~alpha4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall stdune.3.21.0~alpha4;\
\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\" != 'stdune.3.21.0~alpha4' && 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-15 02:50.48: Waiting for resource in pool OCluster
2025-12-15 02:55.50: Waiting for worker…
2025-12-15 02:58.23: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 2625e9877b Merge pull request #29094 from anmonteiro/patch-9
Updating 2625e9877b..7d6af52f05
Fast-forward
.../chrome-trace/chrome-trace.3.21.0~alpha4/opam | 41 ++++++++++++
.../dune-action-plugin.3.21.0~alpha4/opam | 54 ++++++++++++++++
.../dune-build-info.3.21.0~alpha4/opam | 47 ++++++++++++++
.../dune-configurator.3.21.0~alpha4/opam | 51 +++++++++++++++
packages/dune-glob/dune-glob.3.21.0~alpha4/opam | 44 +++++++++++++
.../dune-private-libs.3.21.0~alpha4/opam | 52 +++++++++++++++
.../dune-rpc-lwt/dune-rpc-lwt.3.21.0~alpha4/opam | 43 +++++++++++++
packages/dune-rpc/dune-rpc.3.21.0~alpha4/opam | 46 +++++++++++++
packages/dune-site/dune-site.3.21.0~alpha4/opam | 39 +++++++++++
packages/dune/dune.3.21.0~alpha4/opam | 75 ++++++++++++++++++++++
packages/dyn/dyn.3.21.0~alpha4/opam | 42 ++++++++++++
packages/fs-io/fs-io.3.21.0~alpha4/opam | 41 ++++++++++++
packages/ocamlc-loc/ocamlc-loc.3.21.0~alpha4/opam | 45 +++++++++++++
packages/ordering/ordering.3.21.0~alpha4/opam | 40 ++++++++++++
packages/stdune/stdune.3.21.0~alpha4/opam | 48 ++++++++++++++
.../top-closure/top-closure.3.21.0~alpha4/opam | 40 ++++++++++++
packages/xdg/xdg.3.21.0~alpha4/opam | 41 ++++++++++++
17 files changed, 789 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.21.0~alpha4/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.21.0~alpha4/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.21.0~alpha4/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.21.0~alpha4/opam
create mode 100644 packages/dune-glob/dune-glob.3.21.0~alpha4/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.21.0~alpha4/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.21.0~alpha4/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.21.0~alpha4/opam
create mode 100644 packages/dune-site/dune-site.3.21.0~alpha4/opam
create mode 100644 packages/dune/dune.3.21.0~alpha4/opam
create mode 100644 packages/dyn/dyn.3.21.0~alpha4/opam
create mode 100644 packages/fs-io/fs-io.3.21.0~alpha4/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.21.0~alpha4/opam
create mode 100644 packages/ordering/ordering.3.21.0~alpha4/opam
create mode 100644 packages/stdune/stdune.3.21.0~alpha4/opam
create mode 100644 packages/top-closure/top-closure.3.21.0~alpha4/opam
create mode 100644 packages/xdg/xdg.3.21.0~alpha4/opam
(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:46c6e6da67816513b8f535446cdd0092f8b5cb7fedf95ecd1b3cba070bfb1d3e)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:46c6e6da67816513b8f535446cdd0092f8b5cb7fedf95ecd1b3cba070bfb1d3e' locally
docker.io/ocaml/opam@sha256:46c6e6da67816513b8f535446cdd0092f8b5cb7fedf95ecd1b3cba070bfb1d3e: Pulling from ocaml/opam
d358089470df: Already exists
01510f8d1ab7: Already exists
70b7067f48ce: Already exists
57a7127ed4fc: Already exists
28515f133bc6: Already exists
b56dcac217e1: Already exists
ad9381cb1d0d: Already exists
a2428d3fd9d5: Already exists
3a5841d45ed4: Already exists
b6120924a8ee: Already exists
fbab1361291c: Already exists
93da5f91f5f4: Already exists
7e19477c1d82: Already exists
0de993344c41: Already exists
4922292487cb: Already exists
e6744007d9b4: Already exists
306c416a9be7: Already exists
c6958d5b0656: Already exists
c6958d5b0656: Already exists
4f4fb700ef54: Already exists
3a94259835f8: Already exists
bfd053ee893d: Already exists
7d70ed75bc21: Already exists
580dc04af93c: Already exists
84cf2312be38: Already exists
cae95a8f29ae: Already exists
110fb86c1448: Already exists
e2476c483400: Already exists
4169c7d5252d: Already exists
03ba1a6909f3: Already exists
94a14796caae: Already exists
4102bca121b1: Already exists
79fecaefce29: Already exists
44b41e517170: Already exists
893aea35b694: Already exists
900a86f019d8: Already exists
7ddb51ede347: Already exists
35d6ee445fbc: Already exists
b069dd4c0ddf: Pulling fs layer
f30062a7fc37: Pulling fs layer
33d5ca318ba0: Pulling fs layer
3ce83ae79b7b: Pulling fs layer
033b95ea3916: Pulling fs layer
eb0861b8a5ab: Pulling fs layer
461f1acb346e: Pulling fs layer
f30062a7fc37: Waiting
33d5ca318ba0: Waiting
b069dd4c0ddf: Waiting
eb0861b8a5ab: Waiting
461f1acb346e: Waiting
033b95ea3916: Waiting
3ce83ae79b7b: Waiting
b069dd4c0ddf: Verifying Checksum
b069dd4c0ddf: Download complete
b069dd4c0ddf: Pull complete
f30062a7fc37: Verifying Checksum
f30062a7fc37: Download complete
f30062a7fc37: Pull complete
33d5ca318ba0: Verifying Checksum
33d5ca318ba0: Download complete
33d5ca318ba0: Pull complete
033b95ea3916: Download complete
eb0861b8a5ab: Verifying Checksum
eb0861b8a5ab: Download complete
461f1acb346e: Verifying Checksum
461f1acb346e: Download complete
3ce83ae79b7b: Download complete
3ce83ae79b7b: Pull complete
033b95ea3916: Pull complete
eb0861b8a5ab: Pull complete
461f1acb346e: Pull complete
Digest: sha256:46c6e6da67816513b8f535446cdd0092f8b5cb7fedf95ecd1b3cba070bfb1d3e
Status: Downloaded newer image for ocaml/opam@sha256:46c6e6da67816513b8f535446cdd0092f8b5cb7fedf95ecd1b3cba070bfb1d3e
2025-12-15 02:59.22 ---> using "54349fe7f8ed4339be991dd88b5e37cb5477ed34f3b8a57062b36631f728731a" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-15 02:59.22 ---> using "c81c4a7b477d846e6d9cc210adfe4df4a21740c02931cb1b6436c3c20864774b" 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-15 02:59.22 ---> using "61c7a0667998f3a821fa18524a16af85ba696fc8e52f9df50b5e32d6f0f5aee2" 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 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-15 02:59.22 ---> using "7ece361d76d664e45ccd199e1fe1c939e7412b24de343f8fe28312fa7c1b06bb" 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/"))
2025-12-15 02:59.22 ---> using "81c98812d65557c1a3e3bd78c7f571ccca318d409d71e0d1c0fa5d0d4c088d58" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-15 02:59.30 ---> saved as "2d129e65cb6c729d37b4f665a0e8f0a2e957cc03bc4de39b3973c5e2ea519954"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-15 02:59.49 ---> saved as "fb39eccbff505e7c18e2699a4067576940f3d294fe7e10de0fd787fb614def97"
/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]
- 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.
2025-12-15 03:00.31 ---> saved as "a4a332acfdaf88550f22d297824149bc18e8e1bed106539e001f13c0ab421274"
/home/opam: (run (shell "opam pin add -k version -yn stdune.3.21.0~alpha4 3.21.0~alpha4"))
stdune is now pinned to version 3.21.0~alpha4
2025-12-15 03:00.32 ---> saved as "b8d10ea47b29f9d0151b033e4d0d81f90061b38a5e7eb12864ee0f54a46806d6"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall stdune.3.21.0~alpha4;\
\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\" != 'stdune.3.21.0~alpha4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
stdune.3.21.0~alpha4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
- install csexp 1.5.2 [required by stdune]
- install dune 3.21.0~alpha4 [required by stdune]
- install dyn 3.21.0~alpha4 [required by stdune]
- install fs-io 3.21.0~alpha4 [required by stdune]
- install ordering 3.21.0~alpha4 [required by stdune]
- install pp 2.0.0 [required by stdune]
- install stdune 3.21.0~alpha4 (pinned)
- install top-closure 3.21.0~alpha4 [required by stdune]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.21.0~alpha4, dyn.3.21.0~alpha4, fs-io.3.21.0~alpha4, ordering.3.21.0~alpha4, stdune.3.21.0~alpha4, top-closure.3.21.0~alpha4 (cached)
-> retrieved pp.2.0.0 (cached)
-> installed dune.3.21.0~alpha4
-> installed csexp.1.5.2
-> installed pp.2.0.0
-> installed fs-io.3.21.0~alpha4
-> installed ordering.3.21.0~alpha4
-> installed top-closure.3.21.0~alpha4
-> installed dyn.3.21.0~alpha4
-> installed stdune.3.21.0~alpha4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-15 03:01.18 ---> saved as "95b8eb2ed6e38c15879f1e042885508adf105f30eb4e349d9471c873764b3842"
Job succeeded
2025-12-15 03:01.25: Job succeeded