Organisationsmiragemirage-timec68f19 (main)ubuntu-25.10-5.4_opam-2.5

ubuntu-25.10-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-01-16 13:58.01: New job: test mirage/mirage-time https://github.com/mirage/mirage-time.git#refs/heads/main (c68f199b1952f0656526a3212f82afd2a49c1f00) (linux-x86_64:ubuntu-25.10-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d
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:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d
# ubuntu-25.10-5.4_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 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-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 13:58.01: Using cache hint "mirage/mirage-time-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d-ubuntu-25.10-5.4_opam-2.5-c665f933e471e02fad5ba9cc02c8ca64"
2026-01-16 13:58.01: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d)
(comment ubuntu-25.10-5.4_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 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-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 13:58.01: Waiting for resource in pool OCluster
2026-01-16 17:40.03: Waiting for worker…
2026-01-16 17:44.13: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at c68f199 changes for 3.0.0


(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d' locally
docker.io/ocaml/opam@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d: Pulling from ocaml/opam
16c195d4c5e9: Already exists
ea8d6f284f52: Already exists
a590f1caf60c: Already exists
95a0aba17fe6: Already exists
24604fb30e30: Already exists
bb7bc1b8d84e: Already exists
b52bcdd4741a: Already exists
8c668707afec: Already exists
c4692dd3f67a: Already exists
5eaf747da0d4: Already exists
dacd9c5006da: Already exists
f4da334a65ba: Already exists
ac7668965f73: Already exists
34d1263af20a: Already exists
a86b2aea8581: Already exists
32d4d471ed96: Already exists
b77ed416f3dc: Already exists
b77ed416f3dc: Already exists
d1055a5d5025: Already exists
202c9ab5b2cc: Already exists
5c7364b10079: Already exists
f1b0581b7244: Already exists
4f4fb700ef54: Already exists
9fa3330063e0: Already exists
2713ff50a5c7: Already exists
42b31df89324: Already exists
cccb2a33229d: Already exists
f9eb1b0ba386: Already exists
cfa1b801ea0b: Already exists
731be0d7062d: Already exists
75483806616d: Already exists
61d580994fd0: Already exists
369979efbe7c: Already exists
3dcb2f554fbb: Already exists
e1eaa3dbc066: Already exists
bb45476b0f8e: Already exists
530fce115371: Already exists
fb7cddf53135: Already exists
fd3c4ec2a132: Already exists
809886565a24: Already exists
b7adeb70e5d2: Already exists
93d6b25a0f2c: Pulling fs layer
b7f94c26092e: Pulling fs layer
2f3c581aea92: Pulling fs layer
7c0e80be0075: Pulling fs layer
75b2f1ee103f: Pulling fs layer
5b17a385367e: Pulling fs layer
d4ded4b7f699: Pulling fs layer
7c0e80be0075: Waiting
75b2f1ee103f: Waiting
5b17a385367e: Waiting
d4ded4b7f699: Waiting
b7f94c26092e: Verifying Checksum
b7f94c26092e: Download complete
2f3c581aea92: Verifying Checksum
2f3c581aea92: Download complete
93d6b25a0f2c: Verifying Checksum
93d6b25a0f2c: Download complete
93d6b25a0f2c: Pull complete
b7f94c26092e: Pull complete
75b2f1ee103f: Download complete
2f3c581aea92: Pull complete
5b17a385367e: Verifying Checksum
5b17a385367e: Download complete
d4ded4b7f699: Verifying Checksum
d4ded4b7f699: Download complete
7c0e80be0075: Verifying Checksum
7c0e80be0075: Download complete
7c0e80be0075: Pull complete
75b2f1ee103f: Pull complete
5b17a385367e: Pull complete
d4ded4b7f699: Pull complete
Digest: sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d
Status: Downloaded newer image for ocaml/opam@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d
2026-01-16 17:44.13 ---> using "af32c03474fe19e80e592c8693340c8ce6655469affb5fd3412b6c6978beb304" from cache


/: (comment ubuntu-25.10-5.4_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-01-16 17:44.13 ---> using "48ca1be731ec09fa9fcf51eb3c760bbe808657f16675c4adc3c7616d0ca1628a" 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-16 17:44.13 ---> using "54834730e5f1ef7889eb8abe62f024973502919b990d0be6ecd40fc47d38fbbf" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-01-16 17:44.13 ---> using "3e6a607d767caf9a7be377c7cbb1abf80ab9aacf5c9cbcdd190a786907db7f65" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-16 17:44.13 ---> using "1203abad3b4e5797f4c1fa2491ba5736556317f6d5986a0b7b75b6407db4b5a4" 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..92679ed614  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-16 17:44.13 ---> using "faccaacc4ef9fb2c3c44ad662cd923586e88f3a431cbaa949a4dde291382b397" from cache


/src: (copy (src mirage-time.opam mirage-time-unix.opam) (dst ./))
2026-01-16 17:44.14 ---> saved as "0fb8dc44298e788b32f9e80da40f400dc75cc6740c35aadffee8ba143bcacbf3"


/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-16 17:44.20 ---> saved as "93b7f1d3fccd86fa9329b0a3e42295a187c3508e9af83253707e71c4dab4df8f"


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


/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-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://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:2 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [114 kB]
- Get:3 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [174 kB]
- Get:4 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [120 kB]
- Hit:5 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:6 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:7 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [295 kB]
- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [169 kB]
- Fetched 1277 kB in 0s (3108 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-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-16 17:44.42 ---> saved as "6422ea13e2d7a6c5339c68c9bf985ec07fabfeb13ed2b22650781ce7e5ed5098"


/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.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 duration.0.2.1  (cached)
-> retrieved lwt.6.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (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-16 17:46.18 ---> saved as "7e1f770bff0df76d989d8111cc5e3979a1d243a11c6be41f015554981634d9d4"


/src: (copy (src .) (dst /src))
2026-01-16 17:46.18 ---> saved as "e2cc6f54c6893d82acad635c6d07f130632b5de34f1856f84adc78923561ff7d"


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