Build:
- 0
2026-05-01 11:04.04: New job: build wol-mirage.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29831/head (f1eae11de07008ca8606bc341e1feacd5bb91c3c)
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/29831/head" && git reset --hard f1eae11d
git fetch origin master
git merge --no-edit 1e9db12c610aca8309a50e44fb4e11dd463eb8af
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:dc51e43301e96cd9f3cbb9165cfc2d504861bd7a1f7dbb213c49a6e9b70ae2e4
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 wol-mirage.1.0 1.0
RUN opam reinstall wol-mirage.1.0; \
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" != 'wol-mirage.1.0' && 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-01 11:04.04: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:dc51e43301e96cd9f3cbb9165cfc2d504861bd7a1f7dbb213c49a6e9b70ae2e4-wol-mirage.1.0-f1eae11de07008ca8606bc341e1feacd5bb91c3c"
2026-05-01 11:04.04: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:dc51e43301e96cd9f3cbb9165cfc2d504861bd7a1f7dbb213c49a6e9b70ae2e4)
(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 wol-mirage.1.0 1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall wol-mirage.1.0;\
\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\" != 'wol-mirage.1.0' && 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-01 11:04.04: Waiting for resource in pool OCluster
2026-05-01 11:04.04: Waiting for worker…
2026-05-01 11:04.04: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
Updating files: 14% (2710/18885)
Updating files: 15% (2833/18885)
Updating files: 16% (3022/18885)
Updating files: 17% (3211/18885)
Updating files: 18% (3400/18885)
Updating files: 19% (3589/18885)
Updating files: 20% (3777/18885)
Updating files: 21% (3966/18885)
Updating files: 22% (4155/18885)
Updating files: 23% (4344/18885)
Updating files: 24% (4533/18885)
Updating files: 25% (4722/18885)
Updating files: 26% (4911/18885)
Updating files: 27% (5099/18885)
Updating files: 27% (5237/18885)
Updating files: 28% (5288/18885)
Updating files: 29% (5477/18885)
Updating files: 30% (5666/18885)
Updating files: 31% (5855/18885)
Updating files: 32% (6044/18885)
Updating files: 33% (6233/18885)
Updating files: 34% (6421/18885)
Updating files: 35% (6610/18885)
Updating files: 36% (6799/18885)
Updating files: 37% (6988/18885)
Updating files: 38% (7177/18885)
Updating files: 39% (7366/18885)
Updating files: 40% (7554/18885)
Updating files: 40% (7559/18885)
Updating files: 41% (7743/18885)
Updating files: 42% (7932/18885)
Updating files: 43% (8121/18885)
Updating files: 44% (8310/18885)
Updating files: 45% (8499/18885)
Updating files: 46% (8688/18885)
Updating files: 47% (8876/18885)
Updating files: 48% (9065/18885)
Updating files: 49% (9254/18885)
Updating files: 50% (9443/18885)
Updating files: 51% (9632/18885)
Updating files: 52% (9821/18885)
Updating files: 52% (9863/18885)
Updating files: 53% (10010/18885)
Updating files: 54% (10198/18885)
Updating files: 55% (10387/18885)
Updating files: 56% (10576/18885)
Updating files: 57% (10765/18885)
Updating files: 58% (10954/18885)
Updating files: 59% (11143/18885)
Updating files: 60% (11331/18885)
Updating files: 61% (11520/18885)
Updating files: 62% (11709/18885)
Updating files: 63% (11898/18885)
Updating files: 64% (12087/18885)
Updating files: 64% (12154/18885)
Updating files: 65% (12276/18885)
Updating files: 66% (12465/18885)
Updating files: 67% (12653/18885)
Updating files: 68% (12842/18885)
Updating files: 69% (13031/18885)
Updating files: 70% (13220/18885)
Updating files: 71% (13409/18885)
Updating files: 72% (13598/18885)
Updating files: 73% (13787/18885)
Updating files: 74% (13975/18885)
Updating files: 75% (14164/18885)
Updating files: 76% (14353/18885)
Updating files: 76% (14503/18885)
Updating files: 77% (14542/18885)
Updating files: 78% (14731/18885)
Updating files: 79% (14920/18885)
Updating files: 80% (15108/18885)
Updating files: 81% (15297/18885)
Updating files: 82% (15486/18885)
Updating files: 83% (15675/18885)
Updating files: 84% (15864/18885)
Updating files: 85% (16053/18885)
Updating files: 86% (16242/18885)
Updating files: 87% (16430/18885)
Updating files: 88% (16619/18885)
Updating files: 89% (16808/18885)
Updating files: 89% (16870/18885)
Updating files: 90% (16997/18885)
Updating files: 91% (17186/18885)
Updating files: 92% (17375/18885)
Updating files: 93% (17564/18885)
Updating files: 94% (17752/18885)
Updating files: 95% (17941/18885)
Updating files: 96% (18130/18885)
Updating files: 97% (18319/18885)
Updating files: 98% (18508/18885)
Updating files: 99% (18697/18885)
Updating files: 100% (18885/18885)
Updating files: 100% (18885/18885), done.
HEAD is now at 26757ca0a4 Add dev-repo metadata on nottui-miou package
HEAD is now at 1e9db12c61 Merge pull request #29833 from dinosaure/release-notty-miou-v0.0.1
Merge made by the 'ort' strategy.
packages/wol-eio/wol-eio.1.0/opam | 44 +++++++++++++++++++++++++++++++++
packages/wol-mirage/wol-mirage.1.0/opam | 41 ++++++++++++++++++++++++++++++
packages/wol/wol.1.0/opam | 42 +++++++++++++++++++++++++++++++
3 files changed, 127 insertions(+)
create mode 100644 packages/wol-eio/wol-eio.1.0/opam
create mode 100644 packages/wol-mirage/wol-mirage.1.0/opam
create mode 100644 packages/wol/wol.1.0/opam
(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:dc51e43301e96cd9f3cbb9165cfc2d504861bd7a1f7dbb213c49a6e9b70ae2e4)
2026-05-01 11:04.31 ---> using "707560050ad9b0c890bcc6f4f60bff3716d19cd6fc50da95384e605427042ee0" 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-01 11:04.31 ---> using "54a222fde3a35ed3830f2550127260c43e5d3222a9d19ad31eb59a62a3359fbe" 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-01 11:04.31 ---> using "b410e0a59cf0b6fb3cf627ffc1548411b886fc95769f6d6799d474ea2c01c4b0" 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 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-01 11:04.31 ---> using "c1b6d6c078ed991d77fdf240239d89ef60a7309ac383e0e5d756993bb7fe7ffb" 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-01 11:04.31 ---> using "7a7266bf0fe225a081e2b141090fc8188699daf03cd6a0e7dcf9b36fbe220f5f" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-01 11:04.58 ---> saved as "442cbdc66624fbe3df153c9e0079543746140a4a9063ced885f62163c736059c"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-01 11:06.34 ---> saved as "638f91d0067318337ab3203e5a015bb6f0b4bd08df2189a96a7338a6dad9a638"
/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/universe riscv64 Packages [1596 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [11.5 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [958 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [33.6 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-backports/main riscv64 Packages [77.7 kB]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [639 kB]
- Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [1119 kB]
- Fetched 4813 kB in 3s (1858 kB/s)
- Reading package lists...
-
2026-05-01 11:06.43 ---> saved as "38e6fa9489ae1bfc8114b7a1dd2a2fcdd0eeb8f31c0659b373a1fecb7aed6d46"
/home/opam: (run (shell "opam pin add -k version -yn wol-mirage.1.0 1.0"))
wol-mirage is now pinned to version 1.0
2026-05-01 11:06.46 ---> saved as "665f6f267df9f11100e7b9659b953aa2fb73f3fd7ce1d90b82b7da2a36cd6704"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall wol-mirage.1.0;\
\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\" != 'wol-mirage.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
wol-mirage.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 41 packages
- install arp 4.1.0 [required by tcpip]
- install base-bytes base [required by ocplib-endian]
- install cmdliner 2.1.1 [required by tcpip]
- install cppo 1.8.0 [required by lwt]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by tcpip, wol]
- install cstruct-lwt 6.2.0 [required by tcpip]
- install digestif 1.3.0 [required by mirage-crypto-rng]
- install domain-name 0.5.0 [required by ipaddr]
- install dune 3.22.2 [required by wol-mirage]
- install dune-configurator 3.22.2 [required by mirage-crypto-rng]
- install duration 0.3.1 [required by tcpip]
- install eqaf 0.10 [required by digestif, mirage-crypto]
- install ethernet 3.2.0 [required by tcpip]
- install fmt 0.11.0 [required by tcpip]
- install ipaddr 5.6.2 [required by tcpip, wol]
- install ipaddr-cstruct 5.6.2 [required by tcpip]
- install logs 0.10.0 [required by tcpip]
- install lru 0.3.1 [required by tcpip]
- install lwt 6.1.2 [required by tcpip]
- install lwt-dllist 1.1.0 [required by tcpip]
- install macaddr 5.6.2 [required by tcpip, wol]
- install macaddr-cstruct 5.6.2 [required by tcpip]
- install metrics 0.5.0 [required by tcpip]
- install mirage-crypto 2.1.0 [required by mirage-crypto-rng]
- install mirage-crypto-rng 2.1.0 [required by tcpip]
- install mirage-flow 5.0.0 [required by tcpip]
- install mirage-mtime 5.2.0 [required by tcpip]
- install mirage-net 4.0.0 [required by tcpip]
- install mirage-sleep 4.1.0 [required by tcpip]
- install mtime 2.1.0 [required by mirage-mtime]
- install ocamlbuild 0.16.1 [required by mtime]
- install ocamlfind 1.9.8 [required by mtime]
- install ocplib-endian 1.2 [required by lwt]
- install psq 0.2.1 [required by lru]
- install randomconv 0.2.0 [required by tcpip]
- install seq base [required by psq]
- install tcpip 9.0.1 [required by wol-mirage]
- install topkg 1.1.1 [required by mtime]
- install wol 1.0 [required by wol-mirage]
- install wol-mirage 1.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved arp.4.1.0 (cached)
-> retrieved cmdliner.2.1.1 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)
-> retrieved digestif.1.3.0 (cached)
-> retrieved domain-name.0.5.0 (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)
-> retrieved duration.0.3.1 (cached)
-> retrieved eqaf.0.10 (cached)
-> retrieved ethernet.3.2.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved ipaddr.5.6.2, ipaddr-cstruct.5.6.2, macaddr.5.6.2, macaddr-cstruct.5.6.2 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lru.0.3.1 (cached)
-> retrieved lwt.6.1.2 (cached)
-> installed cmdliner.2.1.1
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved metrics.0.5.0 (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-rng.2.1.0 (cached)
-> retrieved mirage-flow.5.0.0 (cached)
-> retrieved mirage-mtime.5.2.0 (cached)
-> retrieved mirage-net.4.0.0 (cached)
-> retrieved mirage-sleep.4.1.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved randomconv.0.2.0 (cached)
-> retrieved seq.base (cached)
-> retrieved tcpip.9.0.1 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved wol.1.0, wol-mirage.1.0 (https://tangled.org/ryan.freumh.org/ocaml-wake-on-lan/archive/1.0.tar.gz)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed seq.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed dune.3.22.2
-> installed csexp.1.5.2
-> installed domain-name.0.5.0
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed duration.0.3.1
-> installed lwt-dllist.1.1.0
-> installed eqaf.0.10
-> installed macaddr.5.6.2
-> installed metrics.0.5.0
-> installed dune-configurator.3.22.2
-> installed ipaddr.5.6.2
-> installed macaddr-cstruct.5.6.2
-> installed ipaddr-cstruct.5.6.2
-> installed mirage-mtime.5.2.0
-> installed ocplib-endian.1.2
-> installed psq.0.2.1
-> installed digestif.1.3.0
-> installed lru.0.3.1
-> installed randomconv.0.2.0
-> installed wol.1.0
-> installed mirage-crypto.2.1.0
-> installed lwt.6.1.2
-> installed mirage-flow.5.0.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-net.4.0.0
-> installed mirage-sleep.4.1.0
-> installed logs.0.10.0
-> installed ethernet.3.2.0
-> installed arp.4.1.0
-> installed mirage-crypto-rng.2.1.0
-> installed tcpip.9.0.1
-> installed wol-mirage.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-01 11:14.09 ---> saved as "b2c7d0115ba63dc34d43b8b28e8c930a60fbffc79b1e6667ca666f143d044fe6"
Job succeeded
2026-05-01 11:14.42: Job succeeded