- github
- ocaml
- opam-repository
- d050d0
- distributions,opensuse-tumbleweed-ocaml-5.4,dockerfile.8.3.8
(not at the head of any monitored branch or PR)
2026-05-04 18:49.01: New job: build dockerfile.8.3.8, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29843/head (d050d0001516b25d1ccda860cb4e9f79161ace3a)
on opensuse-tumbleweed-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/29843/head" && git reset --hard d050d000
git fetch origin master
git merge --no-edit ade76687fbc9001333af45d7dd28419a7869b2ae
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:42561678237fbc0a9d81a1c52ef59b62a041aedd73af7ca0497837e94622212c
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 dockerfile.8.3.8 8.3.8
RUN opam reinstall dockerfile.8.3.8; \
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-tumbleweed\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'dockerfile.8.3.8' && 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-05-04 18:49.01: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:42561678237fbc0a9d81a1c52ef59b62a041aedd73af7ca0497837e94622212c-dockerfile.8.3.8-d050d0001516b25d1ccda860cb4e9f79161ace3a"
2026-05-04 18:49.01: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:42561678237fbc0a9d81a1c52ef59b62a041aedd73af7ca0497837e94622212c)
(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 dockerfile.8.3.8 8.3.8"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dockerfile.8.3.8;\
\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-tumbleweed\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'dockerfile.8.3.8' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-04 18:49.01: Waiting for resource in pool OCluster
2026-05-04 18:49.02: Waiting for worker…
2026-05-04 18:49.03: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at ade76687fb Merge pull request #29842 from dinosaure/release-stem-v0.0.1
Updating ade76687fb..d050d00015
Fast-forward
packages/dockerfile-cmd/dockerfile-cmd.8.3.8/opam | 73 ++++++++++++++++++++++
.../dockerfile-opam/dockerfile-opam.8.3.8/opam | 71 +++++++++++++++++++++
packages/dockerfile/dockerfile.8.3.8/opam | 67 ++++++++++++++++++++
3 files changed, 211 insertions(+)
create mode 100644 packages/dockerfile-cmd/dockerfile-cmd.8.3.8/opam
create mode 100644 packages/dockerfile-opam/dockerfile-opam.8.3.8/opam
create mode 100644 packages/dockerfile/dockerfile.8.3.8/opam
(from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:42561678237fbc0a9d81a1c52ef59b62a041aedd73af7ca0497837e94622212c)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:42561678237fbc0a9d81a1c52ef59b62a041aedd73af7ca0497837e94622212c' locally
docker.io/ocaml/opam@sha256:42561678237fbc0a9d81a1c52ef59b62a041aedd73af7ca0497837e94622212c: Pulling from ocaml/opam
3f0fcf80fc35: Already exists
d0a60509236e: Already exists
a2598d53156f: Already exists
a0d5759b2973: Already exists
0ad961e3b69d: Already exists
0d2bc4052b4d: Already exists
d5ad499e770c: Already exists
93c7a3459935: Already exists
f02f6ebbd5f4: Already exists
d1fbbd77d458: Already exists
67b1fb49c359: Already exists
659a1ec73991: Already exists
4b7b1593d33e: Already exists
5c454a013b62: Already exists
6d9216840a09: Already exists
18a5e0952494: Already exists
1e9465fa2831: Already exists
8c08c8c6a4c0: Already exists
8c08c8c6a4c0: Already exists
4f4fb700ef54: Already exists
5a2cd562ea6d: Already exists
91188f5470f9: Already exists
69bf4644e507: Already exists
7bd2f90f3bb1: Already exists
c675bf17b70a: Already exists
f211ec333421: Already exists
6b5b9158dbdd: Already exists
b92fe540871e: Already exists
430b52d20750: Already exists
69facb07a510: Already exists
d6de8d7f2870: Already exists
ce88301ce336: Already exists
608ce828d14b: Already exists
b141f9793b0f: Already exists
e9d6b27d21f0: Already exists
ebfd0f506c28: Already exists
6742e144cf41: Already exists
91eec39cb108: Already exists
c4d2e858a8b7: Pulling fs layer
eeda482ede77: Pulling fs layer
d39dbc49f842: Pulling fs layer
be2947ecf36c: Pulling fs layer
561ba410bf2f: Pulling fs layer
eeda482ede77: Waiting
618c36c3b800: Pulling fs layer
be2947ecf36c: Waiting
d39dbc49f842: Waiting
561ba410bf2f: Waiting
779b0807f0a1: Pulling fs layer
618c36c3b800: Waiting
c4d2e858a8b7: Download complete
c4d2e858a8b7: Pull complete
eeda482ede77: Verifying Checksum
eeda482ede77: Download complete
eeda482ede77: Pull complete
d39dbc49f842: Verifying Checksum
d39dbc49f842: Download complete
d39dbc49f842: Pull complete
561ba410bf2f: Verifying Checksum
561ba410bf2f: Download complete
618c36c3b800: Verifying Checksum
618c36c3b800: Download complete
779b0807f0a1: Verifying Checksum
779b0807f0a1: Download complete
be2947ecf36c: Download complete
be2947ecf36c: Pull complete
561ba410bf2f: Pull complete
618c36c3b800: Pull complete
779b0807f0a1: Pull complete
Digest: sha256:42561678237fbc0a9d81a1c52ef59b62a041aedd73af7ca0497837e94622212c
Status: Downloaded newer image for ocaml/opam@sha256:42561678237fbc0a9d81a1c52ef59b62a041aedd73af7ca0497837e94622212c
2026-05-04 18:52.48 ---> saved as "0f64cf1dab27b5fd92a923fa3b85f8646e75fe8dbaeb50b2bfb0990760c8fe6b"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-04 18:52.50 ---> saved as "770bade7ceacac521006452ab8aaa95375e7a6291efc8a2c2113f7c0512d508f"
/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
2026-05-04 18:53.13 ---> saved as "3995ead09b048004dcdfc28e80373eaadd5bb20558ec8c4bb074aeab5862e04e"
/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.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=opensuse-tumbleweed os-version=20260429
# 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.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-05-04 18:53.15 ---> saved as "28448ddbafa69b74770dcbf3159256dae9ea4a72b871228211fd74c0cc69b013"
/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-05-04 18:53.26 ---> saved as "afe036c7785cfa2109b42520468ac9986a2f61d4d340736312f45758723494c0"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 18:53.44 ---> saved as "888b4488450c48f666de236a720fc5c26f2d6406bb3d4493868634972cee4a47"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 18:54.05 ---> saved as "911b4fdf368e391609ad4679009069c58d8cbacd2a2b18e113460596bf905cb5"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- .
- ...
- ....done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [.
- ..
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- ........
- ........
- .........
- ........
- ........
- .....
- .........
- .......
- .....
- ........
- .........
- ........
- .........
- ........
- .......
- .....
- ......
- .........
- .......
- .....
- .......
- ......
- .....
- ........
- .........
- .........
- ..........
- .........
- .........
- .........
- ........
- .........
- .........
- .........
- .........
- .........
- ........
- .......
- ........
- ........
- ........
- .........
- .......done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-05-04 18:54.59 ---> saved as "c33d982e8176f0aa8db1e4c1623ae9223133e5e6b0d4e96ddc25a29677568fe9"
/home/opam: (run (shell "opam pin add -k version -yn dockerfile.8.3.8 8.3.8"))
dockerfile is now pinned to version 8.3.8
2026-05-04 18:55.01 ---> saved as "d52f2592c8a6fdd2794f1eedeed44bcc6aa099957c17364e1022baa4ba00430b"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dockerfile.8.3.8;\
\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-tumbleweed\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'dockerfile.8.3.8' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dockerfile.8.3.8 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 17 packages
- install base v0.17.3 [required by ppx_sexp_conv]
- install csexp 1.5.2 [required by dune-configurator]
- install dockerfile 8.3.8 (pinned)
- install dune 3.22.2 [required by dockerfile]
- install dune-configurator 3.22.2 [required by base]
- install fmt 0.11.0 [required by dockerfile]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlbuild 0.16.1 [required by fmt]
- install ocamlfind 1.9.8 [required by fmt]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_sexp_conv v0.17.1 [required by dockerfile]
- install ppxlib 0.38.0 [required by ppx_sexp_conv]
- install ppxlib_jane v0.17.4 [required by ppx_sexp_conv]
- install sexplib0 v0.17.0 [required by dockerfile]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install topkg 1.1.1 [required by fmt]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dockerfile.8.3.8 (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed dune.3.22.2
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.22.2
-> installed base.v0.17.3
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_sexp_conv.v0.17.1
-> installed dockerfile.8.3.8
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-04 18:55.49 ---> saved as "9d31174993d0af2db8b68467dcf686094b96a183fb99ed7fd1a6c3de763e3550"
Job succeeded
2026-05-04 18:56.10: Job succeeded