- github
- ocaml
- opam-repository
- d050d0
- distributions,fedora-42-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 fedora-42-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:fedora-42-ocaml-5.4@sha256:13913c72983fb5eafeb9afb23727df815f364d460007b91e516c68370b20528f
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 "\"fedora-42\""; 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:fedora-42-ocaml-5.4@sha256:13913c72983fb5eafeb9afb23727df815f364d460007b91e516c68370b20528f-dockerfile.8.3.8-d050d0001516b25d1ccda860cb4e9f79161ace3a"
2026-05-04 18:49.01: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:13913c72983fb5eafeb9afb23727df815f364d460007b91e516c68370b20528f)
(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 \"\\\"fedora-42\\\"\"; 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:fedora-42-ocaml-5.4@sha256:13913c72983fb5eafeb9afb23727df815f364d460007b91e516c68370b20528f)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:13913c72983fb5eafeb9afb23727df815f364d460007b91e516c68370b20528f' locally
docker.io/ocaml/opam@sha256:13913c72983fb5eafeb9afb23727df815f364d460007b91e516c68370b20528f: Pulling from ocaml/opam
accf5bbc0c67: Already exists
416e4a8866bb: Already exists
09b2fb3c52f4: Already exists
7d4fe74f60d8: Already exists
bbcb95d43ae8: Already exists
3f7fabcf058b: Already exists
ff1c331d0685: Already exists
331e430b8678: Already exists
d5e4a38d5ea5: Already exists
c1a3ce5bdca8: Already exists
9342fbfb684e: Already exists
3375aa3a4fe2: Already exists
5c38790d9336: Already exists
72348a58b27c: Already exists
d3107028d218: Already exists
acc50758812d: Already exists
5541e1f5d877: Already exists
cb8423aba67b: Already exists
20ce582547ae: Already exists
fb0d2b872ab9: Already exists
f1096ea2d911: Already exists
4f4fb700ef54: Already exists
4231f9ddfd79: Already exists
56c8f50d04a2: Already exists
0de1101c66b0: Already exists
2b6f30660798: Already exists
71262bc25423: Already exists
82f047011835: Already exists
51d173a1a638: Already exists
015738513758: Already exists
67d6409b44b2: Already exists
ae464ebac889: Already exists
bc2b87fa0f07: Already exists
be711664ce89: Already exists
56bf139c19f6: Already exists
c966532ae346: Already exists
bb570b3445ea: Already exists
2177d8ae4e51: Already exists
ee87dad70b9f: Already exists
d3ef71eb7ea1: Already exists
02aebbed73eb: Pulling fs layer
02aebbed73eb: Waiting
ae89007c35a7: Pulling fs layer
26a57e4411bb: Pulling fs layer
d554cd580772: Pulling fs layer
ae89007c35a7: Waiting
26a57e4411bb: Waiting
1dac9a94d521: Pulling fs layer
d554cd580772: Waiting
1dac9a94d521: Waiting
02aebbed73eb: Verifying Checksum
02aebbed73eb: Download complete
02aebbed73eb: Pull complete
26a57e4411bb: Verifying Checksum
26a57e4411bb: Download complete
d554cd580772: Verifying Checksum
d554cd580772: Download complete
1dac9a94d521: Verifying Checksum
1dac9a94d521: Download complete
ae89007c35a7: Verifying Checksum
ae89007c35a7: Download complete
ae89007c35a7: Pull complete
26a57e4411bb: Pull complete
d554cd580772: Pull complete
1dac9a94d521: Pull complete
Digest: sha256:13913c72983fb5eafeb9afb23727df815f364d460007b91e516c68370b20528f
Status: Downloaded newer image for ocaml/opam@sha256:13913c72983fb5eafeb9afb23727df815f364d460007b91e516c68370b20528f
2026-05-04 18:53.08 ---> saved as "c28ac8dd5227d7378a7ea176223bc7ff1e14f65c5c055167885783217c5d65ee"
/: (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:53.09 ---> saved as "23fa62ed9a4d3d8d3f6d71263f89399ac40b442d1fc1f982a7e583da46ed8416"
/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.34 ---> saved as "7ef55427c97deaec24e980e0522534cb4e1c2e5a91b7dba5e484a7fb2493afca"
/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=fedora os-version=42
# 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.37 ---> saved as "a8f78cb13eabed70b06ec363ef87a720928114a6fb95d4a65076234e333c2d5f"
/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.50 ---> saved as "6fd6ee7ff28d2c16b381a83267c7b217c5a5ef4acf846328266bfa4b9a8a647e"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 18:54.02 ---> saved as "5f000feebcc16d48002255ce4075ac8688b6471f64f53eec606c495e2b49c8b9"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 18:54.24 ---> saved as "9172ea41d9f80284ba2260bfb87e7cc567ab0e9d6612eeecfc9013161d2eb6bf"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 42 - x86_64 - Updates 100% | 78.6 KiB/s | 16.0 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-05-04 18:54.39 ---> saved as "003d3e232c6fbf8ea3dc0b28226412e266dbc8dba2464a9020828fdcd8e992d8"
/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:54.40 ---> saved as "956e6b7c205e867518a0a1319f139cc2fca5d7b8ca21205590b136d5a1a297c4"
/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 \"\\\"fedora-42\\\"\"; 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.28 ---> saved as "e5b10769175dfb1dc9d5cb7fefa2655ce39622d6448cb694ea767f7a8861f8fa"
Job succeeded
2026-05-04 18:55.39: Job succeeded