- github
- ocaml
- opam-repository
- 3fc73c
- extras,riscv64-ocaml-5.4,fluxt.0.0.1~beta2
(not at the head of any monitored branch or PR)
2026-01-20 13:44.24: New job: build fluxt.0.0.1~beta2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29252/head (3fc73c36833aa75dc5a8279f05af183e1c34a205)
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/29252/head" && git reset --hard 3fc73c36
git fetch origin master
git merge --no-edit 1c997ec9e6ebc6ea699547000cb8dfa44e52efaa
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:d162f5bab9b92be895e174d1b119d59ff46cc7db2cb00b4e92b44fe4216e5ab1
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 fluxt.0.0.1~beta2 0.0.1~beta2
RUN opam reinstall fluxt.0.0.1~beta2; \
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" != 'fluxt.0.0.1~beta2' && 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-20 13:44.24: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:d162f5bab9b92be895e174d1b119d59ff46cc7db2cb00b4e92b44fe4216e5ab1-fluxt.0.0.1~beta2-3fc73c36833aa75dc5a8279f05af183e1c34a205"
2026-01-20 13:44.24: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:d162f5bab9b92be895e174d1b119d59ff46cc7db2cb00b4e92b44fe4216e5ab1)
(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 fluxt.0.0.1~beta2 0.0.1~beta2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall fluxt.0.0.1~beta2;\
\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\" != 'fluxt.0.0.1~beta2' && 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-20 13:44.24: Waiting for resource in pool OCluster
2026-01-20 13:44.24: Waiting for worker…
2026-01-20 15:36.11: Got resource from pool OCluster
Building on riscv-bm-01.sw.ci.dev
All commits already cached
Updating files: 14% (2697/19235)
Updating files: 15% (2886/19235)
Updating files: 16% (3078/19235)
Updating files: 17% (3270/19235)
Updating files: 18% (3463/19235)
Updating files: 19% (3655/19235)
Updating files: 20% (3847/19235)
Updating files: 21% (4040/19235)
Updating files: 22% (4232/19235)
Updating files: 23% (4425/19235)
Updating files: 24% (4617/19235)
Updating files: 25% (4809/19235)
Updating files: 26% (5002/19235)
Updating files: 27% (5194/19235)
Updating files: 27% (5282/19235)
Updating files: 28% (5386/19235)
Updating files: 29% (5579/19235)
Updating files: 30% (5771/19235)
Updating files: 31% (5963/19235)
Updating files: 32% (6156/19235)
Updating files: 33% (6348/19235)
Updating files: 34% (6540/19235)
Updating files: 35% (6733/19235)
Updating files: 36% (6925/19235)
Updating files: 37% (7117/19235)
Updating files: 38% (7310/19235)
Updating files: 39% (7502/19235)
Updating files: 40% (7694/19235)
Updating files: 41% (7887/19235)
Updating files: 41% (7889/19235)
Updating files: 42% (8079/19235)
Updating files: 43% (8272/19235)
Updating files: 44% (8464/19235)
Updating files: 45% (8656/19235)
Updating files: 46% (8849/19235)
Updating files: 47% (9041/19235)
Updating files: 48% (9233/19235)
Updating files: 49% (9426/19235)
Updating files: 50% (9618/19235)
Updating files: 51% (9810/19235)
Updating files: 52% (10003/19235)
Updating files: 53% (10195/19235)
Updating files: 53% (10222/19235)
Updating files: 54% (10387/19235)
Updating files: 55% (10580/19235)
Updating files: 56% (10772/19235)
Updating files: 57% (10964/19235)
Updating files: 58% (11157/19235)
Updating files: 59% (11349/19235)
Updating files: 60% (11541/19235)
Updating files: 61% (11734/19235)
Updating files: 62% (11926/19235)
Updating files: 63% (12119/19235)
Updating files: 64% (12311/19235)
Updating files: 65% (12503/19235)
Updating files: 65% (12643/19235)
Updating files: 66% (12696/19235)
Updating files: 67% (12888/19235)
Updating files: 68% (13080/19235)
Updating files: 69% (13273/19235)
Updating files: 70% (13465/19235)
Updating files: 71% (13657/19235)
Updating files: 72% (13850/19235)
Updating files: 73% (14042/19235)
Updating files: 74% (14234/19235)
Updating files: 75% (14427/19235)
Updating files: 76% (14619/19235)
Updating files: 76% (14652/19235)
Updating files: 77% (14811/19235)
Updating files: 78% (15004/19235)
Updating files: 79% (15196/19235)
Updating files: 80% (15388/19235)
Updating files: 81% (15581/19235)
Updating files: 82% (15773/19235)
Updating files: 83% (15966/19235)
Updating files: 84% (16158/19235)
Updating files: 85% (16350/19235)
Updating files: 86% (16543/19235)
Updating files: 87% (16735/19235)
Updating files: 88% (16927/19235)
Updating files: 88% (17089/19235)
Updating files: 89% (17120/19235)
Updating files: 90% (17312/19235)
Updating files: 91% (17504/19235)
Updating files: 92% (17697/19235)
Updating files: 93% (17889/19235)
Updating files: 94% (18081/19235)
Updating files: 95% (18274/19235)
Updating files: 96% (18466/19235)
Updating files: 97% (18658/19235)
Updating files: 98% (18851/19235)
Updating files: 99% (19043/19235)
Updating files: 100% (19235/19235)
Updating files: 100% (19235/19235), done.
HEAD is now at 1c997ec9e6 Merge pull request #29241 from polytypic/release-multicore-magic-2.3.2
Updating 1c997ec9e6..3fc73c3683
Fast-forward
packages/flux/flux.0.0.1~beta2/opam | 35 +++++++++++++++++++++++++++++++++
packages/fluxt/fluxt.0.0.1~beta2/opam | 37 +++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
create mode 100644 packages/flux/flux.0.0.1~beta2/opam
create mode 100644 packages/fluxt/fluxt.0.0.1~beta2/opam
(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:d162f5bab9b92be895e174d1b119d59ff46cc7db2cb00b4e92b44fe4216e5ab1)
2026-01-20 15:36.23 ---> using "e6d25a681a2839b9759c5ab76e7fc37d65a3a1681d1dd6a25eff6d306e5b002f" 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-01-20 15:36.23 ---> using "f94728a3897568e3a7759826588216c63a3b89bd0663181aa99bddde4facc7c9" 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-01-20 15:36.23 ---> using "e6cfbe27a3c7e265ded57a9000a356597d5dfbdd03f7660dee29c304960f0626" 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.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-20 15:36.23 ---> using "c8ba0107694140cd095b41f9f249c2013cd515bee398d7be9528c65cc18ba180" 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-01-20 15:36.23 ---> using "54067164ef27cf4f5ad1fc92e3c4c83398f26196cbb8b27c986ef7868389bd7d" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-20 15:36.51 ---> saved as "18b5ed4de8d6e5148b9500316a29c78b7d4cbf3bb64d53437f18190cf2618837"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-20 15:38.27 ---> saved as "b596d214588e6a35b02dea332fd7666a271f0fcb7a9653c429903551494dffe1"
/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 [908 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1479 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [585 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [931 kB]
- Fetched 4282 kB in 2s (1757 kB/s)
- Reading package lists...
-
2026-01-20 15:38.36 ---> saved as "e9566ddc5221371005a0a92b7e2ae04ceb955584dedf291f04f7befffba902b8"
/home/opam: (run (shell "opam pin add -k version -yn fluxt.0.0.1~beta2 0.0.1~beta2"))
fluxt is now pinned to version 0.0.1~beta2
2026-01-20 15:38.39 ---> saved as "1613b4559f368a065780010a4df2277ae88e4c4a029845f6b2bee1fba2ef0ea0"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall fluxt.0.0.1~beta2;\
\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\" != 'fluxt.0.0.1~beta2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
fluxt.0.0.1~beta2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 21 packages
- install angstrom 0.16.1 [required by fluxt]
- install bigstringaf 0.10.0 [required by angstrom]
- install bstr 0.0.3 [required by fluxt]
- install checkseum 0.5.2 [required by decompress]
- install cmdliner 2.1.0 [required by decompress]
- install csexp 1.5.2 [required by dune-configurator]
- install decompress 1.5.3 [required by fluxt]
- install digestif 1.3.0 [required by fluxt]
- install dune 3.21.0 [required by fluxt]
- install dune-configurator 3.21.0 [required by checkseum, bigstringaf, miou]
- install eqaf 0.10 [required by digestif]
- install flux 0.0.1~beta2 [required by fluxt]
- install fluxt 0.0.1~beta2 (pinned)
- install miou 0.5.1 [required by fluxt]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlbuild 0.16.1 [required by ptime]
- install ocamlfind 1.9.8 [required by ptime]
- install optint 0.3.0 [required by decompress]
- install ptime 1.2.0 [required by fluxt]
- install tar 3.3.0 [required by fluxt]
- install topkg 1.1.1 [required by ptime]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved bstr.0.0.3 (cached)
-> retrieved checkseum.0.5.2 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved decompress.1.5.3 (cached)
-> retrieved digestif.1.3.0 (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)
-> retrieved eqaf.0.10 (cached)
-> installed cmdliner.2.1.0
-> retrieved flux.0.0.1~beta2, fluxt.0.0.1~beta2 (https://github.com/robur-coop/flux/releases/download/v0.0.1_beta2/flux-0.0.1.beta2.tbz)
-> retrieved miou.0.5.1 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved tar.3.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 ptime.1.2.0
-> installed dune.3.21.0
-> installed csexp.1.5.2
-> installed bstr.0.0.3
-> installed eqaf.0.10
-> installed optint.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed dune-configurator.3.21.0
-> installed bigstringaf.0.10.0
-> installed checkseum.0.5.2
-> installed digestif.1.3.0
-> installed angstrom.0.16.1
-> installed miou.0.5.1
-> installed flux.0.0.1~beta2
-> installed decompress.1.5.3
-> installed tar.3.3.0
-> installed fluxt.0.0.1~beta2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-20 15:45.00 ---> saved as "9e126a8f5dac513d0c12d11ac50d1dd1cf9b5321d32a05076b20bcf8c2ed87d7"
Job succeeded
2026-01-20 15:45.36: Job succeeded