Build:
- 0
2026-01-10 10:24.21: New job: build rfsm.2.3, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29204/head (aafc3de1c8efe8cd05e7525fe59245b7bfbdec25)
on ubuntu-24.04-ocaml-5.4/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/29204/head" && git reset --hard aafc3de1
git fetch origin master
git merge --no-edit a6b2f19780b2edfc4e5dba2566235c877dbf5acd
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:9bff552cb5ef016775fbc2b089a0ba3bfe8e32856b8ce728e3dd5e03628c74f9
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 rfsm.2.3 2.3
RUN opam reinstall rfsm.2.3; \
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" != 'rfsm.2.3' && 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-01-10 10:24.21: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:9bff552cb5ef016775fbc2b089a0ba3bfe8e32856b8ce728e3dd5e03628c74f9-rfsm.2.3-aafc3de1c8efe8cd05e7525fe59245b7bfbdec25"
2026-01-10 10:24.21: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:9bff552cb5ef016775fbc2b089a0ba3bfe8e32856b8ce728e3dd5e03628c74f9)
(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 rfsm.2.3 2.3"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall rfsm.2.3;\
\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\" != 'rfsm.2.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-10 10:24.21: Waiting for resource in pool OCluster
2026-01-10 10:24.22: Waiting for worker…
2026-01-10 20:09.44: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
All commits already cached
Updating files: 11% (2234/19153)
Updating files: 12% (2299/19153)
Updating files: 13% (2490/19153)
Updating files: 14% (2682/19153)
Updating files: 15% (2873/19153)
Updating files: 16% (3065/19153)
Updating files: 17% (3257/19153)
Updating files: 18% (3448/19153)
Updating files: 19% (3640/19153)
Updating files: 20% (3831/19153)
Updating files: 21% (4023/19153)
Updating files: 22% (4214/19153)
Updating files: 22% (4274/19153)
Updating files: 23% (4406/19153)
Updating files: 24% (4597/19153)
Updating files: 25% (4789/19153)
Updating files: 26% (4980/19153)
Updating files: 27% (5172/19153)
Updating files: 28% (5363/19153)
Updating files: 29% (5555/19153)
Updating files: 30% (5746/19153)
Updating files: 31% (5938/19153)
Updating files: 32% (6129/19153)
Updating files: 33% (6321/19153)
Updating files: 34% (6513/19153)
Updating files: 35% (6704/19153)
Updating files: 36% (6896/19153)
Updating files: 36% (6913/19153)
Updating files: 37% (7087/19153)
Updating files: 38% (7279/19153)
Updating files: 39% (7470/19153)
Updating files: 40% (7662/19153)
Updating files: 41% (7853/19153)
Updating files: 42% (8045/19153)
Updating files: 43% (8236/19153)
Updating files: 44% (8428/19153)
Updating files: 45% (8619/19153)
Updating files: 46% (8811/19153)
Updating files: 47% (9002/19153)
Updating files: 48% (9194/19153)
Updating files: 48% (9371/19153)
Updating files: 49% (9385/19153)
Updating files: 50% (9577/19153)
Updating files: 51% (9769/19153)
Updating files: 52% (9960/19153)
Updating files: 53% (10152/19153)
Updating files: 54% (10343/19153)
Updating files: 55% (10535/19153)
Updating files: 56% (10726/19153)
Updating files: 57% (10918/19153)
Updating files: 58% (11109/19153)
Updating files: 59% (11301/19153)
Updating files: 60% (11492/19153)
Updating files: 61% (11684/19153)
Updating files: 61% (11714/19153)
Updating files: 62% (11875/19153)
Updating files: 63% (12067/19153)
Updating files: 64% (12258/19153)
Updating files: 65% (12450/19153)
Updating files: 66% (12641/19153)
Updating files: 67% (12833/19153)
Updating files: 68% (13025/19153)
Updating files: 69% (13216/19153)
Updating files: 70% (13408/19153)
Updating files: 71% (13599/19153)
Updating files: 72% (13791/19153)
Updating files: 73% (13982/19153)
Updating files: 73% (14038/19153)
Updating files: 74% (14174/19153)
Updating files: 75% (14365/19153)
Updating files: 76% (14557/19153)
Updating files: 77% (14748/19153)
Updating files: 78% (14940/19153)
Updating files: 79% (15131/19153)
Updating files: 80% (15323/19153)
Updating files: 81% (15514/19153)
Updating files: 82% (15706/19153)
Updating files: 83% (15897/19153)
Updating files: 84% (16089/19153)
Updating files: 85% (16281/19153)
Updating files: 85% (16292/19153)
Updating files: 86% (16472/19153)
Updating files: 87% (16664/19153)
Updating files: 88% (16855/19153)
Updating files: 89% (17047/19153)
Updating files: 90% (17238/19153)
Updating files: 91% (17430/19153)
Updating files: 92% (17621/19153)
Updating files: 93% (17813/19153)
Updating files: 94% (18004/19153)
Updating files: 94% (18165/19153)
Updating files: 95% (18196/19153)
Updating files: 96% (18387/19153)
Updating files: 97% (18579/19153)
Updating files: 98% (18770/19153)
Updating files: 99% (18962/19153)
Updating files: 100% (19153/19153)
Updating files: 100% (19153/19153), done.
HEAD is now at a6b2f19780 Merge pull request #29201 from lindig/fit
Updating a6b2f19780..aafc3de1c8
Fast-forward
packages/rfsm/rfsm.2.3/opam | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 packages/rfsm/rfsm.2.3/opam
(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:9bff552cb5ef016775fbc2b089a0ba3bfe8e32856b8ce728e3dd5e03628c74f9)
2026-01-10 20:14.10 ---> saved as "689ddea16ea907d91a71afb5843fb8b44a64bac032a0ba733eaa3efb6356e0e9"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-10 20:14.11 ---> saved as "c813c95b19ffe348086e9ccc0b7aeeaf4f84e446b2024854ed2278424d70ab2e"
/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-01-10 20:16.07 ---> saved as "16ac455a0976715e257ed15ea28f29c99c775e93c95e6fa58fcd42c58ea86af6"
/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=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 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
2026-01-10 20:16.10 ---> saved as "610ff6510bf4b82f4135632b13314104b111bca132a68c35eae3b521d15c7d4e"
/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-01-10 20:16.49 ---> saved as "2b6a2b19b669bec7bee8b7e9ecc92ede7dc888197d5c163cee03b649b5d8f0f1"
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-10 20:17.18 ---> saved as "a30540656647084cd150b62c57f0a5ddbb8bae37ee1b4c45fdb2c93f95309bf5"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-10 20:18.52 ---> saved as "6534036684c8687ab749d43dd95888a74408fe136e9db7fa3bd04995e37ea85f"
/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 [902 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1469 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [580 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [926 kB]
- Fetched 4256 kB in 2s (2081 kB/s)
- Reading package lists...
-
2026-01-10 20:19.00 ---> saved as "f93a7985427e5c71be2d10e1bdc627490e57fbdfd7c73d6c8d4bf42a551fe7ef"
/home/opam: (run (shell "opam pin add -k version -yn rfsm.2.3 2.3"))
rfsm is now pinned to version 2.3
2026-01-10 20:19.02 ---> saved as "061966bb6562d807c38aaf81a2cb1a3d85b8d0b0402fdebad9d4854c9e41786f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall rfsm.2.3;\
\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\" != 'rfsm.2.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
rfsm.2.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 16 packages
- install cppo 1.8.0 [required by ppx_deriving]
- install dune 3.20.2 [required by rfsm]
- install menhir 20250912 [required by rfsm]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by menhir]
- install menhirSdk 20250912 [required by menhir]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocamlfind 1.9.8 [required by ppx_deriving]
- install ocamlgraph 2.2.0 [required by rfsm]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by rfsm]
- install ppxlib 0.37.0 [required by ppx_deriving]
- install rfsm 2.3 (pinned)
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install yojson 3.0.0 [required by rfsm]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> retrieved dune.3.20.2 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved rfsm.2.3 (https://github.com/jserot/rfsm/archive/refs/tags/2.3.tar.gz)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.20.2
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed ocamlgraph.2.2.0
-> installed yojson.3.0.0
-> installed menhir.20250912
-> installed ppxlib.0.37.0
-> installed ppx_deriving.6.1.1
-> installed rfsm.2.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-10 20:29.11 ---> saved as "017a881b0f7d0fd554f316ab4f88987654356e7e759408a6333a2dbb16476d11"
Job succeeded
2026-01-10 20:29.47: Job succeeded