Organisationsmiragemirage-timec68f19 (main)debian-13-5.4_arm32_opam-2.5

debian-13-5.4_arm32_opam-2.5

Logs

Show full logs
2026-01-16 16:38.44: New job: test mirage/mirage-time https://github.com/mirage/mirage-time.git#refs/heads/main (c68f199b1952f0656526a3212f82afd2a49c1f00) (linux-arm64:debian-13-5.4_arm32_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:7efb0739016281854f8d728bf8241f0cb6c0fc5cda2588c74466d369ca68a36d
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.4@sha256:7efb0739016281854f8d728bf8241f0cb6c0fc5cda2588c74466d369ca68a36d
# debian-13-5.4_arm32_opam-2.5
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && 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 cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 lwt.6.0.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 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-01-16 16:38.44: Using cache hint "mirage/mirage-time-ocaml/opam:debian-13-ocaml-5.4@sha256:7efb0739016281854f8d728bf8241f0cb6c0fc5cda2588c74466d369ca68a36d-debian-13-5.4_arm32_opam-2.5-696bec719fb71cf3074a20d8f705dcbe"
2026-01-16 16:38.44: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:7efb0739016281854f8d728bf8241f0cb6c0fc5cda2588c74466d369ca68a36d)
 (comment debian-13-5.4_arm32_opam-2.5)
 (user (uid 1000) (gid 1000))
 (shell /usr/bin/linux32 /bin/sh -c)
 (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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && 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 (network host)
      (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 cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 lwt.6.0.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 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-01-16 16:38.44: Waiting for resource in pool OCluster
2026-01-17 20:13.38: Waiting for worker…
2026-01-17 23:39.00: Got resource from pool OCluster
Building on ainia.caelum.ci.dev
All commits already cached
HEAD is now at c68f199 changes for 3.0.0

(from ocaml/opam:debian-13-ocaml-5.4@sha256:7efb0739016281854f8d728bf8241f0cb6c0fc5cda2588c74466d369ca68a36d)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:7efb0739016281854f8d728bf8241f0cb6c0fc5cda2588c74466d369ca68a36d' locally
docker.io/ocaml/opam@sha256:7efb0739016281854f8d728bf8241f0cb6c0fc5cda2588c74466d369ca68a36d: Pulling from ocaml/opam
6a464c7d777c: Pulling fs layer
6a464c7d777c: Verifying Checksum
6a464c7d777c: Download complete
6a464c7d777c: Pull complete
Digest: sha256:7efb0739016281854f8d728bf8241f0cb6c0fc5cda2588c74466d369ca68a36d
Status: Downloaded newer image for ocaml/opam@sha256:7efb0739016281854f8d728bf8241f0cb6c0fc5cda2588c74466d369ca68a36d
2026-01-17 23:39.01 ---> using "3d42e26da837f5eb2dcfb7cd09de1d579abd598ce76baa8a695f2b7b6c6b31f3" from cache

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

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

/: (shell /usr/bin/linux32 /bin/sh -c)

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-17 23:39.01 ---> using "8d59ed9c6aa230c763ac5d61f3a2a5c07bed0ed9f40f0432f4e28b4deceb71e3" 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-01-17 23:39.01 ---> using "19a2e177215e700e19280f375fd0b9fcae1b982940bbe36037f4dde35e0ba217" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-85-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-01-17 23:39.01 ---> using "7a211bbf84f60504c671d63cdc7a68b9f09ba8f428e2cf4bbae5175619fd4335" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-01-17 23:39.01 ---> using "b116b3e25a7d0d45f7af5d0cdebd82b9ff9f32ff738a57419968a92331bbccfe" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   a6b2f19780..6bda456f94  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0

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

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-17 23:39.01 ---> using "68d5471d4ec706768366ca3f771d4d45d7394759e1ad3090b6e86a52ed78a368" from cache

/src: (copy (src mirage-time.opam mirage-time-unix.opam) (dst ./))
2026-01-17 23:39.01 ---> saved as "2529364a4810c2e72c420c92737a30347fa5961aa91d5af15c13044cf27ea654"

/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-01-17 23:39.04 ---> saved as "1adda7e5be3ad97362520df97c4bd5b5b2bcb59f8f858844242018d617bf536d"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-17 23:39.04 ---> saved as "a7738f40e9893a6b0b2e230845c4754c770a7615057d5687fe7851672d0b1318"

/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 lwt.6.0.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 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"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main armhf Packages [9238 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main armhf Packages [90.3 kB]
- Fetched 9559 kB in 1s (7249 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-option-bytecode-only 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.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-01-17 23:39.16 ---> saved as "fef7b8962f474dedb963d5d324a70f30d63b84b6ea79b246ea200d0d73089cc5"

/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-option-bytecode-only 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.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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.21.0
  - install dune-configurator 3.21.0
  - install duration          0.2.1
  - install lwt               6.0.0
  - 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 dune.3.21.0, dune-configurator.3.21.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved lwt.6.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.21.0
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.0
-> installed lwt.6.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-17 23:40.31 ---> saved as "056891ec8bf4b975a4af5d218210646031390d802213787bc79e65d851bb9b38"

/src: (copy (src .) (dst /src))
2026-01-17 23:40.31 ---> saved as "cba9447c8b568d766938e89570d1b3eb5df91ced0b8cc92cb17ed8b7f98194cb"

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