Organisationsmiragemirage-skeleton01b366 ()debian-13-5.4_riscv64_opam-2.5

debian-13-5.4_riscv64_opam-2.5

Link Copied
Code Copied

Logs

2026-04-16 16:40.16: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/pull/420/head (01b3663b17dd8a979b9d53c150d6207f38621f47) (linux-riscv64:debian-13-5.4_riscv64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-skeleton.git" && cd "mirage-skeleton" && git fetch origin "refs/pull/420/head" && git reset --hard 01b3663b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2
# debian-13-5.4_riscv64_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-skeleton.opam ./
RUN opam pin add -yn mirage-skeleton.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 cmdliner.2.1.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.2 logs.0.10.0 macaddr.5.6.2 mirage.4.10.5 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 opam-monorepo.0.4.3 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-skeleton.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-04-16 16:40.16: Using cache hint "mirage/mirage-skeleton-ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2-debian-13-5.4_riscv64_opam-2.5-a4d2c6e461055258148321b835ee8ac2"
2026-04-16 16:40.16: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2)
(comment debian-13-5.4_riscv64_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src mirage-skeleton.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn mirage-skeleton.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 cmdliner.2.1.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.2 logs.0.10.0 macaddr.5.6.2 mirage.4.10.5 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 opam-monorepo.0.4.3 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-skeleton.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-04-16 16:40.16: Waiting for resource in pool OCluster
2026-04-17 12:21.09: Waiting for worker…
2026-04-17 23:21.37: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
All commits already cached
HEAD is now at 01b3663 Bump ocamlformat version


(from ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2' locally
docker.io/ocaml/opam@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2: Pulling from ocaml/opam
3e61abfb88ee: Already exists
76b1d07b1a3b: Already exists
ed0a77094d87: Already exists
dda49bd8ac08: Already exists
79841c38fc3d: Already exists
e23fd9439732: Already exists
269e9966d790: Already exists
52cc4e5d6121: Already exists
805e105b52dc: Already exists
ae53fa2b5435: Already exists
ba1024a7802c: Already exists
f9c71e0456b4: Already exists
49cdc11c577a: Already exists
2e917b473884: Already exists
4efed90b2a45: Already exists
fc9321643256: Already exists
892336fe0a02: Already exists
892336fe0a02: Already exists
bea8863f3ee4: Already exists
4e9cefa5299b: Already exists
e3cdf819ebd9: Already exists
cc5f28ef7662: Already exists
4f4fb700ef54: Already exists
d67f67cce0c9: Already exists
254dc46749bc: Already exists
98586e50ba59: Already exists
7ee86d26bde1: Already exists
9274f8a25124: Already exists
54277c64a2cf: Already exists
b701c0327936: Already exists
5520cae2ba51: Already exists
86fe8720be3d: Already exists
1e9a6fbdb422: Already exists
a3abdbab59cc: Already exists
1f1577d1ab69: Already exists
243e765f6bda: Already exists
414badea72c2: Already exists
dca5542c6a6c: Already exists
d11abfe346ed: Already exists
850f5f345d4f: Already exists
45a44aaebcc9: Already exists
1560e6818fb1: Pulling fs layer
e1c0adedaeec: Pulling fs layer
716945da171a: Pulling fs layer
dbaa1f0ec53c: Pulling fs layer
b4a0ec97be31: Pulling fs layer
ac156bfd6092: Pulling fs layer
0b5fd1110f83: Pulling fs layer
b4a0ec97be31: Waiting
ac156bfd6092: Waiting
dbaa1f0ec53c: Waiting
0b5fd1110f83: Waiting
1560e6818fb1: Verifying Checksum
1560e6818fb1: Download complete
e1c0adedaeec: Verifying Checksum
e1c0adedaeec: Download complete
716945da171a: Verifying Checksum
716945da171a: Download complete
1560e6818fb1: Pull complete
e1c0adedaeec: Pull complete
b4a0ec97be31: Verifying Checksum
b4a0ec97be31: Download complete
ac156bfd6092: Verifying Checksum
ac156bfd6092: Download complete
0b5fd1110f83: Download complete
716945da171a: Pull complete
dbaa1f0ec53c: Verifying Checksum
dbaa1f0ec53c: Download complete
dbaa1f0ec53c: Pull complete
b4a0ec97be31: Pull complete
ac156bfd6092: Pull complete
0b5fd1110f83: Pull complete
Digest: sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2
Status: Downloaded newer image for ocaml/opam@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2
2026-04-17 23:21.37 ---> using "484c9fa6139706b8afa9764d3652fd702882e8e5056f93677166c9b0844fd477" from cache


/: (comment debian-13-5.4_riscv64_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-17 23:21.37 ---> using "e3fcd17677c90ac2badefc4393aa347c1e93834183d635a58d0a18813c0c1cf1" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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-04-17 23:21.37 ---> using "42cf30aa206babc6ffd1b40cb1eabcdb67ddeeb803e5b9fba84bc3e9e8f2948d" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.10.113-scw1
The OCaml toplevel, version 5.4.1
2.5.0
2026-04-17 23:21.37 ---> using "204e85d4f615e24dd02cc13f1e4e8326d5e39b1662e210cce7aafc479b511e97" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-17 23:21.37 ---> using "c5b3cebc9752b51849933feed0e5e6313e53b598d28fd4f67c68d439427a305a" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
42844088d7..0b0acbee05  master     -> origin/master
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-04-17 23:21.37 ---> using "86b3499a19d7c33216688ea31ff71804a9b15f85eeacc47939e250563d7d8bbc" from cache


/src: (copy (src mirage-skeleton.opam) (dst ./))
2026-04-17 23:21.37 ---> using "da0b10a653289ee1c51e4018a723f52991b2f1ff6a34aa3a0baaf698c27181b8" from cache


/src: (run (network host)
(shell "opam pin add -yn mirage-skeleton.dev './'"))
[NOTE] Package mirage-skeleton does not exist in opam repositories registered in the current switch.
[mirage-skeleton.dev] synchronised (file:///src)
[WARNING] Failed checks on mirage-skeleton package definition from source at file:///src:
warning 68: Missing field 'license'
mirage-skeleton is now pinned to file:///src (version dev)
2026-04-17 23:21.37 ---> using "7f1be708a41747366207e44902fd4b8e6f10fa500de87720f1a2a1ec6fef9f72" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-17 23:21.37 ---> using "046bc590905fbb1924c15315d294527436512e2f09b492349463b287499fa35a" from cache


/src: (env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 cmdliner.2.1.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.2 logs.0.10.0 macaddr.5.6.2 mirage.4.10.5 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 opam-monorepo.0.4.3 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-skeleton.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [117 kB]
- Fetched 208 kB in 0s (437 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-skeleton.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- Selecting previously unselected package libpkgconf3:riscv64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20732 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_riscv64.deb ...
- Unpacking libpkgconf3:riscv64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_riscv64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:riscv64.
- Preparing to unpack .../pkgconf_1.8.1-4_riscv64.deb ...
- Unpacking pkgconf:riscv64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:riscv64.
- Preparing to unpack .../pkg-config_1.8.1-4_riscv64.deb ...
- Unpacking pkg-config:riscv64 (1.8.1-4) ...
- Setting up libpkgconf3:riscv64 (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up pkgconf:riscv64 (1.8.1-4) ...
- Setting up pkg-config:riscv64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
# To update the current shell environment, run: eval $(opam env)
2026-04-17 23:21.37 ---> using "a978fb847315b09e0211ad4e6f4fc4770238a39aec3d4d65db36dbeade663844" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 28 packages
- install angstrom           0.16.1
- install astring            0.8.5
- install base64             3.5.2
- install bigstringaf        0.10.0
- install bos                0.2.1
- install cmdliner           2.1.0
- install conf-pkg-config    4
- install csexp              1.5.2
- install domain-name        0.5.0
- install dune               3.22.2
- install dune-configurator  3.22.2
- install emile              1.1
- install fmt                0.11.0
- install fpath              0.7.3
- install ipaddr             5.6.2
- install logs               0.10.0
- install macaddr            5.6.2
- install mirage             4.10.5
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install opam-monorepo      0.4.3
- install pecu               0.7
- install rresult            0.7.0
- install stringext          1.6.0
- install topkg              1.1.1
- install uri                4.4.0
- install uutf               1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> installed conf-pkg-config.4
-> retrieved domain-name.0.5.0  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved mirage.4.10.5  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved pecu.0.7  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> retrieved opam-monorepo.0.4.3  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed rresult.0.7.0
-> installed fpath.0.7.3
-> installed logs.0.10.0
-> installed uutf.1.0.4
-> installed bos.0.2.1
-> installed dune.3.22.2
-> installed csexp.1.5.2
-> installed base64.3.5.2
-> installed domain-name.0.5.0
-> installed macaddr.5.6.2
-> installed dune-configurator.3.22.2
-> installed ocaml-syntax-shims.1.0.0
-> installed ipaddr.5.6.2
-> installed bigstringaf.0.10.0
-> installed pecu.0.7
-> installed stringext.1.6.0
-> installed angstrom.0.16.1
-> installed emile.1.1
-> installed uri.4.4.0
-> installed opam-monorepo.0.4.3
-> installed mirage.4.10.5
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-17 23:21.37 ---> using "720605b363ef6d84f3aae0201b42a5a43ac8a394d5f5cec2487b502a76fc02b4" from cache


/src: (copy (src .) (dst /src))
2026-04-17 23:21.40 ---> saved as "aefbb9bfc4f69adeea0b58c551623ec9adb7944e7e4317ed7a47561c7eb5b65f"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-04-17 23:21.41 ---> saved as "d1fcb3a7759ecd4ba305ef59ac7c8084c849046f9131d219f74db0b82d3d5aa6"
Job succeeded
2026-04-17 23:21.41: Job succeeded