- github
- ocaml
- opam-repository
- d050d0
- distributions,fedora-42-ocaml-4.14,dockerfile-cmd.8.3.8
(not at the head of any monitored branch or PR)
2026-05-04 18:49.01: New job: build dockerfile-cmd.8.3.8, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29843/head (d050d0001516b25d1ccda860cb4e9f79161ace3a)
on fedora-42-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/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-4.14@sha256:e817bced11a8436d48dc7700c9c66384c21308853bf2007c63fcb26a872e98f8
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-cmd.8.3.8 8.3.8
RUN opam reinstall dockerfile-cmd.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-cmd.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-4.14@sha256:e817bced11a8436d48dc7700c9c66384c21308853bf2007c63fcb26a872e98f8-dockerfile-cmd.8.3.8-d050d0001516b25d1ccda860cb4e9f79161ace3a"
2026-05-04 18:49.01: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:e817bced11a8436d48dc7700c9c66384c21308853bf2007c63fcb26a872e98f8)
(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-cmd.8.3.8 8.3.8"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dockerfile-cmd.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-cmd.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.09: 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-4.14@sha256:e817bced11a8436d48dc7700c9c66384c21308853bf2007c63fcb26a872e98f8)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:e817bced11a8436d48dc7700c9c66384c21308853bf2007c63fcb26a872e98f8' locally
docker.io/ocaml/opam@sha256:e817bced11a8436d48dc7700c9c66384c21308853bf2007c63fcb26a872e98f8: 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
9cd50ca93877: Pulling fs layer
493e1b867d81: Pulling fs layer
9cd50ca93877: Waiting
c067bb53a0df: Pulling fs layer
493e1b867d81: Waiting
c067bb53a0df: Waiting
b9f9d57239d8: Pulling fs layer
f3425112f577: Pulling fs layer
b9f9d57239d8: Waiting
f3425112f577: Waiting
493e1b867d81: Verifying Checksum
493e1b867d81: Download complete
c067bb53a0df: Download complete
b9f9d57239d8: Verifying Checksum
b9f9d57239d8: Download complete
f3425112f577: Download complete
9cd50ca93877: Verifying Checksum
9cd50ca93877: Download complete
9cd50ca93877: Pull complete
493e1b867d81: Pull complete
c067bb53a0df: Pull complete
b9f9d57239d8: Pull complete
f3425112f577: Pull complete
Digest: sha256:e817bced11a8436d48dc7700c9c66384c21308853bf2007c63fcb26a872e98f8
Status: Downloaded newer image for ocaml/opam@sha256:e817bced11a8436d48dc7700c9c66384c21308853bf2007c63fcb26a872e98f8
2026-05-04 18:54.19 ---> saved as "0398d0d62f0468026d3a13e5e3ef7aceb1d727abb2677c2544eaa1ce32b5871a"
/: (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:54.21 ---> saved as "acccb3eac3c18fbce4a6c9cb9671c0482332c76344ac5190c765e9ec08f7d22a"
/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-05-04 18:54.43 ---> saved as "f00aa2197af42280ee32b23df0b62a9aaa61d36f22abd4552e76a312644c4a5a"
/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 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-05-04 18:54.46 ---> saved as "4f0db4ec80d3f2215cbfd673500a02a5dbc75606596398dbe76b823c979704e4"
/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:54.57 ---> saved as "bd4122cd95fc4d9a9f76723da98d0f7aa8aa924771e7054c930280e395f1e45b"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 18:55.05 ---> saved as "6136360c7505ae282b48f247f7cfd82de76761a4325904c4205e4497f3842dbd"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 18:55.24 ---> saved as "d40d1a867719d7c1892559a3955bb8da01824b2cd273896de1e0631af455d990"
/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% | 83.0 KiB/s | 16.0 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-05-04 18:55.29 ---> saved as "670e3b1f8ac98a341a6b192dc28b604cf5687f33b786162073c3b625b15f99b8"
/home/opam: (run (shell "opam pin add -k version -yn dockerfile-cmd.8.3.8 8.3.8"))
dockerfile-cmd is now pinned to version 8.3.8
2026-05-04 18:55.31 ---> saved as "c0bf0ca4a84df485550332c936a9f23302a8decbc33b8cfa4b592bcad45b159c"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dockerfile-cmd.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-cmd.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-cmd.8.3.8 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 24 packages
- install astring 0.8.5 [required by dockerfile-cmd]
- install base v0.16.5 [required by ppx_sexp_conv]
- install bos 0.3.0 [required by dockerfile-cmd]
- install cmdliner 2.1.1 [required by dockerfile-cmd]
- install csexp 1.5.2 [required by dune-configurator]
- install dockerfile 8.3.8 [required by dockerfile-opam]
- install dockerfile-cmd 8.3.8 (pinned)
- install dockerfile-opam 8.3.8 [required by dockerfile-cmd]
- install dune 3.22.2 [required by dockerfile-cmd]
- install dune-configurator 3.22.2 [required by base]
- install fmt 0.11.0 [required by dockerfile-cmd]
- install fpath 0.7.3 [required by bos]
- install logs 0.10.0 [required by dockerfile-cmd]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocaml-version 4.1.0 [required by dockerfile-opam]
- install ocamlbuild 0.16.1 [required by astring, bos]
- install ocamlfind 1.9.8 [required by astring, bos]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_sexp_conv v0.16.0 [required by dockerfile-cmd]
- install ppxlib 0.35.0 [required by ppx_sexp_conv]
- install rresult 0.7.0 [required by bos]
- install sexplib0 v0.16.0 [required by dockerfile-cmd]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install topkg 1.1.1 [required by astring, bos]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved base.v0.16.5 (cached)
-> retrieved bos.0.3.0 (cached)
-> retrieved cmdliner.2.1.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dockerfile.8.3.8, dockerfile-cmd.8.3.8, dockerfile-opam.8.3.8 (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-version.4.1.0 (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.16.0 (cached)
-> installed cmdliner.2.1.1
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved sexplib0.v0.16.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 rresult.0.7.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.10.0
-> installed bos.0.3.0
-> installed dune.3.22.2
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-version.4.1.0
-> installed sexplib0.v0.16.0
-> installed dune-configurator.3.22.2
-> installed base.v0.16.5
-> installed ppxlib.0.35.0
-> installed ppx_sexp_conv.v0.16.0
-> installed dockerfile.8.3.8
-> installed dockerfile-opam.8.3.8
-> installed dockerfile-cmd.8.3.8
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-04 18:56.20 ---> saved as "a0b2f657e4cfc4f44476bbab4b17b575828f608d3da891b706fed219d4339ee1"
Job succeeded
2026-05-04 18:56.35: Job succeeded