- github
- ocaml
- opam-repository
- d050d0
- extras,riscv64-ocaml-4.14,dockerfile.8.3.8
(not at the head of any monitored branch or PR)
2026-05-04 18:49.02: New job: build dockerfile.8.3.8, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29843/head (d050d0001516b25d1ccda860cb4e9f79161ace3a)
on ubuntu-24.04-ocaml-4.14/riscv64
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:ubuntu-24.04-ocaml-4.14@sha256:7caaf60fe1067f87d089ab59134af47b21d85bd36425b805cddf0ed1abe0b146
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 "\"ubuntu-24.04\""; 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.02: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:7caaf60fe1067f87d089ab59134af47b21d85bd36425b805cddf0ed1abe0b146-dockerfile.8.3.8-d050d0001516b25d1ccda860cb4e9f79161ace3a"
2026-05-04 18:49.02: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:7caaf60fe1067f87d089ab59134af47b21d85bd36425b805cddf0ed1abe0b146)
(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 \"\\\"ubuntu-24.04\\\"\"; 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.02: Waiting for resource in pool OCluster
2026-05-04 18:49.02: Waiting for worker…
2026-05-04 19:05.58: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
All commits already cached
Updating files: 14% (2684/18908)
Updating files: 15% (2837/18908)
Updating files: 16% (3026/18908)
Updating files: 17% (3215/18908)
Updating files: 18% (3404/18908)
Updating files: 19% (3593/18908)
Updating files: 20% (3782/18908)
Updating files: 21% (3971/18908)
Updating files: 22% (4160/18908)
Updating files: 23% (4349/18908)
Updating files: 24% (4538/18908)
Updating files: 25% (4727/18908)
Updating files: 26% (4917/18908)
Updating files: 26% (4994/18908)
Updating files: 27% (5106/18908)
Updating files: 28% (5295/18908)
Updating files: 29% (5484/18908)
Updating files: 30% (5673/18908)
Updating files: 31% (5862/18908)
Updating files: 32% (6051/18908)
Updating files: 33% (6240/18908)
Updating files: 34% (6429/18908)
Updating files: 35% (6618/18908)
Updating files: 36% (6807/18908)
Updating files: 37% (6996/18908)
Updating files: 38% (7186/18908)
Updating files: 38% (7187/18908)
Updating files: 39% (7375/18908)
Updating files: 40% (7564/18908)
Updating files: 41% (7753/18908)
Updating files: 42% (7942/18908)
Updating files: 43% (8131/18908)
Updating files: 44% (8320/18908)
Updating files: 45% (8509/18908)
Updating files: 46% (8698/18908)
Updating files: 47% (8887/18908)
Updating files: 48% (9076/18908)
Updating files: 49% (9265/18908)
Updating files: 49% (9427/18908)
Updating files: 50% (9454/18908)
Updating files: 51% (9644/18908)
Updating files: 52% (9833/18908)
Updating files: 53% (10022/18908)
Updating files: 54% (10211/18908)
Updating files: 55% (10400/18908)
Updating files: 56% (10589/18908)
Updating files: 57% (10778/18908)
Updating files: 58% (10967/18908)
Updating files: 59% (11156/18908)
Updating files: 60% (11345/18908)
Updating files: 61% (11534/18908)
Updating files: 61% (11623/18908)
Updating files: 62% (11723/18908)
Updating files: 63% (11913/18908)
Updating files: 64% (12102/18908)
Updating files: 65% (12291/18908)
Updating files: 66% (12480/18908)
Updating files: 67% (12669/18908)
Updating files: 68% (12858/18908)
Updating files: 69% (13047/18908)
Updating files: 70% (13236/18908)
Updating files: 71% (13425/18908)
Updating files: 72% (13614/18908)
Updating files: 73% (13803/18908)
Updating files: 73% (13845/18908)
Updating files: 74% (13992/18908)
Updating files: 75% (14181/18908)
Updating files: 76% (14371/18908)
Updating files: 77% (14560/18908)
Updating files: 78% (14749/18908)
Updating files: 79% (14938/18908)
Updating files: 80% (15127/18908)
Updating files: 81% (15316/18908)
Updating files: 82% (15505/18908)
Updating files: 83% (15694/18908)
Updating files: 84% (15883/18908)
Updating files: 85% (16072/18908)
Updating files: 85% (16085/18908)
Updating files: 86% (16261/18908)
Updating files: 87% (16450/18908)
Updating files: 88% (16640/18908)
Updating files: 89% (16829/18908)
Updating files: 90% (17018/18908)
Updating files: 91% (17207/18908)
Updating files: 92% (17396/18908)
Updating files: 93% (17585/18908)
Updating files: 94% (17774/18908)
Updating files: 95% (17963/18908)
Updating files: 96% (18152/18908)
Updating files: 96% (18246/18908)
Updating files: 97% (18341/18908)
Updating files: 98% (18530/18908)
Updating files: 99% (18719/18908)
Updating files: 100% (18908/18908)
Updating files: 100% (18908/18908), done.
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:ubuntu-24.04-ocaml-4.14@sha256:7caaf60fe1067f87d089ab59134af47b21d85bd36425b805cddf0ed1abe0b146)
2026-05-04 19:06.11 ---> using "f4e348cb2d9badcb22295c16f76af8934d5e0c4f4fabbf0a70a12c04ebdaca30" from cache
/: (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 19:06.11 ---> using "eeee4145c4384d8f2ffa5a45a8c306dc1d2c4b8ece905b8ceb86c4a072d29d79" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-05-04 19:06.11 ---> using "07c461468013eca169a188adb5c80fd6c9893e958676f0bd156dce32a32e1495" 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.1
# self-upgrade no
# system arch=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# repositories 1 (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 19:06.11 ---> using "8f0b52ce1b6ed8ff9649ca300ef3b3381371735a8b9627a072da6e17949dc9fa" 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/"))
2026-05-04 19:06.11 ---> using "9c303950c02da293690d76508f1c50a3186cf4d5c054eaa4d320aad4cadb4aa9" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 19:06.37 ---> saved as "4c33b69410c2fc75a5a72c72741bc512397320f72be24634830eddb6e2a7cb32"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 19:08.16 ---> saved as "e088d3ed4fbce463d5f676e155bfabb70dc5067e40118bad2ad20e9eb7f61e91"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [959 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1596 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [11.5 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [29.3 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-backports/main riscv64 Packages [48.9 kB]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [1119 kB]
- Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [644 kB]
- Fetched 4786 kB in 2s (2157 kB/s)
- Reading package lists...
-
2026-05-04 19:08.25 ---> saved as "c95bd5cf2b413562c9202a2135b78f4f89d0e3ebabfed9830edd0bae1ccdaa29"
/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 19:08.27 ---> saved as "e38a8e953ae8c6ba57e2486c46972455cf02e1edb15e5c1bb3707040def908fb"
/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 \"\\\"ubuntu-24.04\\\"\"; 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 15 packages
- install base v0.16.5 [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.12.4 [required by ppxlib]
- 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.16.0 [required by dockerfile]
- install ppxlib 0.35.0 [required by ppx_sexp_conv]
- install sexplib0 v0.16.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.16.5 (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.12.4 (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)
-> retrieved ppxlib.0.35.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 fmt.0.11.0
-> installed dune.3.22.2
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.12.4
-> 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
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-04 19:16.23 ---> saved as "1638d3a3a7455cec64e122c20183103bc051874bccad333638f6f80eff4b615d"
Job succeeded
2026-05-04 19:17.00: Job succeeded