Organisationsmiragemirage-timec68f19 (main)debian-13-5.5_riscv64_opam-2.5

debian-13-5.5_riscv64_opam-2.5

Link Copied
Code Copied

Logs

2026-06-26 09:18.38: New job: test mirage/mirage-time https://github.com/mirage/mirage-time.git#refs/heads/main (c68f199b1952f0656526a3212f82afd2a49c1f00) (linux-riscv64:debian-13-5.5_riscv64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-time.git" -b "main" && cd "mirage-time" && git reset --hard c68f199b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111
# debian-13-5.5_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 cd ~/opam-repository && (git cat-file -e 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN opam update -u
COPY --chown=1000:1000 mirage-time.opam mirage-time-unix.opam ./
RUN opam pin add -yn mirage-time.dev './' && \
opam pin add -yn mirage-time-unix.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 lwt.6.1.2 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-time.dev mirage-time-unix.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-06-26 09:18.38: Using cache hint "mirage/mirage-time-ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111-debian-13-5.5_riscv64_opam-2.5-335cd7843124db79026bdd379f197585"
2026-06-26 09:18.38: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111)
(comment debian-13-5.5_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 (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && git log --no-decorate -n1 --oneline"))
(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 "opam update -u"))
(copy (src mirage-time.opam mirage-time-unix.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn mirage-time.dev './' && \
\nopam pin add -yn mirage-time-unix.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 lwt.6.1.2 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")
(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-time.dev mirage-time-unix.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-06-26 09:18.38: Waiting for resource in pool OCluster
2026-06-26 14:26.54: Waiting for worker…
2026-06-26 21:26.17: Got resource from pool OCluster
Building on riscv-qemu-navajo-1
hint: Using 'master' as the name for the initial branch. This default branch name
hint: will change to "main" in Git 3.0. To configure the initial branch name
hint: to use in all of your new repositories, which will suppress this warning,
hint: call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
hint:
hint: Disable this message with "git config set advice.defaultBranchName false"
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/mirage-time.git-4f95990109e42d17d9979cd286eff7eb10777c20/.git/
HEAD is now at c68f199 changes for 3.0.0


(from ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111' locally
docker.io/ocaml/opam@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111: Pulling from ocaml/opam
4f4fb700ef54: Pulling fs layer
18a3ea756c71: Pulling fs layer
f4815e65d53d: Pulling fs layer
edd5acc31bfe: Pulling fs layer
9283915bce3c: Pulling fs layer
08f014a3c1e9: Pulling fs layer
a9b397ad0c9f: Pulling fs layer
d3cd9ccb7f42: Pulling fs layer
dc663b1a4563: Pulling fs layer
04fcaeb0c71f: Pulling fs layer
5d8285550722: Pulling fs layer
264b93ba6956: Pulling fs layer
d74b5b7a32b6: Pulling fs layer
8f6c0f6fd7f4: Pulling fs layer
3c0cf53d758a: Pulling fs layer
134238d1e80b: Pulling fs layer
1a813672e600: Pulling fs layer
f14afe7dac01: Pulling fs layer
88620af90ff5: Pulling fs layer
ba61830b098d: Pulling fs layer
0e9b33b2c46f: Pulling fs layer
0c4dce3c73a9: Pulling fs layer
8317fb0f98fe: Pulling fs layer
ab751bbfd899: Pulling fs layer
0e564b0ba511: Pulling fs layer
01798b3efeb4: Pulling fs layer
b159708ab9de: Pulling fs layer
6f3f21bd5a2a: Pulling fs layer
e27365945df1: Pulling fs layer
21f89444e2c7: Pulling fs layer
611387e3fe2f: Pulling fs layer
e39667ddf2b5: Pulling fs layer
a22396c7b2e8: Pulling fs layer
23b1160432a3: Pulling fs layer
7a93ffb18421: Pulling fs layer
9d871c9a1c5e: Pulling fs layer
157390685fdf: Pulling fs layer
576d5322ac3b: Pulling fs layer
4b8db0f87d6e: Pulling fs layer
aecf56ebc668: Pulling fs layer
5b5e04c300be: Pulling fs layer
cc6a652e4633: Pulling fs layer
7fd017dd3de0: Pulling fs layer
a44534316ae1: Pulling fs layer
0b0d5be280c3: Pulling fs layer
7e0fde4c4c00: Pulling fs layer
46edfa3ac778: Pulling fs layer
7e0fde4c4c00: Download complete
d3cd9ccb7f42: Download complete
1a813672e600: Download complete
04fcaeb0c71f: Download complete
4b8db0f87d6e: Download complete
18a3ea756c71: Download complete
264b93ba6956: Download complete
0e9b33b2c46f: Download complete
7a93ffb18421: Download complete
4f4fb700ef54: Download complete
f4815e65d53d: Download complete
edd5acc31bfe: Download complete
9d871c9a1c5e: Download complete
46edfa3ac778: Download complete
3c0cf53d758a: Download complete
d74b5b7a32b6: Download complete
ab751bbfd899: Download complete
576d5322ac3b: Download complete
cc6a652e4633: Download complete
0c4dce3c73a9: Download complete
23b1160432a3: Download complete
dc663b1a4563: Download complete
611387e3fe2f: Download complete
88620af90ff5: Download complete
f14afe7dac01: Download complete
157390685fdf: Download complete
01798b3efeb4: Download complete
e27365945df1: Download complete
ba61830b098d: Download complete
0e564b0ba511: Download complete
b159708ab9de: Download complete
e39667ddf2b5: Download complete
0b0d5be280c3: Download complete
aecf56ebc668: Download complete
08f014a3c1e9: Download complete
a22396c7b2e8: Download complete
a44534316ae1: Download complete
9283915bce3c: Download complete
6f3f21bd5a2a: Download complete
21f89444e2c7: Download complete
8f6c0f6fd7f4: Download complete
a9b397ad0c9f: Download complete
5d8285550722: Download complete
5b5e04c300be: Download complete
8317fb0f98fe: Download complete
7fd017dd3de0: Download complete
5d8285550722: Pull complete
d3cd9ccb7f42: Pull complete
f4815e65d53d: Pull complete
134238d1e80b: Download complete
a9b397ad0c9f: Pull complete
dc663b1a4563: Pull complete
7fd017dd3de0: Pull complete
8f6c0f6fd7f4: Pull complete
a22396c7b2e8: Pull complete
6f3f21bd5a2a: Pull complete
9283915bce3c: Pull complete
08f014a3c1e9: Pull complete
a44534316ae1: Pull complete
21f89444e2c7: Pull complete
e39667ddf2b5: Pull complete
9d871c9a1c5e: Pull complete
157390685fdf: Pull complete
0b0d5be280c3: Pull complete
1a813672e600: Pull complete
88620af90ff5: Pull complete
f14afe7dac01: Pull complete
ba61830b098d: Pull complete
18a3ea756c71: Pull complete
4f4fb700ef54: Pull complete
3c0cf53d758a: Pull complete
01798b3efeb4: Pull complete
e27365945df1: Pull complete
23b1160432a3: Pull complete
611387e3fe2f: Pull complete
7a93ffb18421: Pull complete
576d5322ac3b: Pull complete
cc6a652e4633: Pull complete
4b8db0f87d6e: Pull complete
d74b5b7a32b6: Pull complete
0c4dce3c73a9: Pull complete
134238d1e80b: Pull complete
0e9b33b2c46f: Pull complete
8317fb0f98fe: Pull complete
ab751bbfd899: Pull complete
0e564b0ba511: Pull complete
b159708ab9de: Pull complete
edd5acc31bfe: Pull complete
04fcaeb0c71f: Pull complete
aecf56ebc668: Pull complete
5b5e04c300be: Pull complete
46edfa3ac778: Pull complete
7e0fde4c4c00: Pull complete
264b93ba6956: Pull complete
Digest: sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111
Status: Downloaded newer image for ocaml/opam@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111
2026-06-26 21:26.47 ---> using "abda6c898290fbf724a812b8e5adcee51509e8308c979cd32fba27ae644f7181" from cache


/: (comment debian-13-5.5_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-06-26 21:26.47 ---> using "fb2c59f120512fa46b0b05174d5bb9341050635536b109d154f0ef5c50e26dd3" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
b85f65c75d..10b9bc8242  master     -> origin/master
10b9bc8242 Merge pull request #30143 from shonfeder/bound-on-dune-3-24
2026-06-26 21:26.47 ---> using "89aada2ff312a17fa33f83c87624ae97e85d991e0a3604bbb9e618acfe619a1d" 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.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-06-26 21:26.47 ---> using "0e7b8cfa99ca0502bd41054be2d6cabd21af5353c68497e383a63674bfc7fb50" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 7.0.0-14-generic
The OCaml toplevel, version 5.5.0
2.5.1
2026-06-26 21:26.47 ---> using "defa534bf4d932f75bc266964b79eddca1b3f18a32ff6fd8735e578dadbbad0e" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-06-26 21:26.47 ---> using "84237fde952ce07a83921a1ee81d46442aeb249a821b5117a65795a82a1080ac" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update -u"))


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


The following actions will be performed:
=== recompile 7 packages
- recompile base-domains        base           [uses ocaml]
- recompile base-effects        base           [uses ocaml]
- recompile base-nnp            base           [uses base-domains]
- recompile ocaml               5.5.0          [uses ocaml-base-compiler]
- recompile ocaml-base-compiler 5.5.0 (pinned) [uses ocaml-compiler]
- recompile ocaml-compiler      5.5.0          [upstream or system changes]
- recompile opam-depext         1.2.3          [uses ocaml]
=== install 1 package
- install   compiler-cloning    enabled        [required by ocaml-compiler]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml.5.5.0  (cached)
-> removed   base-effects.base
-> removed   base-nnp.base
-> removed   base-domains.base
-> installed compiler-cloning.enabled
-> retrieved ocaml-compiler.5.5.0  (cached)
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.5.0
-> removed   ocaml-base-compiler.5.5.0
-> removed   ocaml-compiler.5.5.0
-> installed ocaml-compiler.5.5.0
-> installed ocaml-base-compiler.5.5.0
-> installed ocaml.5.5.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
Done.


<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead


<><> ocaml-compiler.5.5.0 installed successfully ><><><><><><><><><><><><><><><>
=> This switch had to be compiled from sources, but future switches with the 🐌
same compiler version and configuration should assemble instantly.
# To update the current shell environment, run: eval $(opam env)
2026-06-26 21:26.47 ---> using "3b619838d11e2f44d9504a7e864b647c19ac6be0c1f43a7000bf0f4d6bf30963" from cache


/src: (copy (src mirage-time.opam mirage-time-unix.opam) (dst ./))
2026-06-26 21:26.53 ---> saved as "73558d17655ff6dd55de6bc4829b69010e6ca4a9dcdcc9ca770300c9764aedda"


/src: (run (network host)
(shell  "opam pin add -yn mirage-time.dev './' && \
\nopam pin add -yn mirage-time-unix.dev './'"))
[mirage-time.dev] synchronised (file:///src)
mirage-time is now pinned to file:///src (version dev)
[mirage-time-unix.dev] synchronised (file:///src)
mirage-time-unix is now pinned to file:///src (version dev)
2026-06-26 21:29.12 ---> saved as "22b8b7a2403f69aba442b6e271b3c7b25e64609609cb2159619814975a6551bf"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-26 21:29.16 ---> saved as "2e90acadf1f609836729c89203c2ea2e7ad7a98eba9d1258e25c1872babe450d"


/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 lwt.6.1.2 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")


/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-time.dev mirage-time-unix.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 [213 kB]
- Fetched 304 kB in 6s (51.0 kB/s)
- Reading package lists...
- 


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml is already installed (current version is 5.5.0).
[NOTE] Package compiler-cloning is already installed (current version is enabled).
[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).
# To update the current shell environment, run: eval $(opam env)
2026-06-26 21:35.34 ---> saved as "4a88c920285e39843ebed4fbd20655cace3c0ce52dd7cff3afe3dce622a0347c"


/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-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml is already installed (current version is 5.5.0).
[NOTE] Package compiler-cloning is already installed (current version is enabled).
[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 9 packages
- install base-bytes        base
- install cppo              1.8.0
- install csexp             1.5.2
- install dune              3.23.1
- install dune-configurator 3.23.1
- install duration          0.3.1
- install lwt               6.1.2
- install ocamlfind         1.9.8
- install ocplib-endian     1.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved duration.0.3.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved lwt.6.1.2  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.23.1
-> installed csexp.1.5.2
-> installed duration.0.3.1
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.23.1
-> installed lwt.6.1.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-26 22:31.46 ---> saved as "9918170b87d7b03cbd35287726774ee482f358b07f4858d6c460c6352a8be630"


/src: (copy (src .) (dst /src))
2026-06-26 22:31.51 ---> saved as "bd16a9170e86f7a7ca5e43110c58941c0e16a717a89237cdfff7aed87102a6ef"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-06-26 22:32.21 ---> saved as "65e86baa14a3106056e32b81e662cbb85cfc790bbc31de566908181b09b7b087"
Job succeeded
2026-06-26 22:32.21: Job succeeded