Organisationsmiragemirage-clockf45757 (main)ubuntu-22.04-5.3_opam-2.3

ubuntu-22.04-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-07-09 12:32.28: New job: test mirage/mirage-clock https://github.com/mirage/mirage-clock.git#refs/heads/main (f457572bfedb9586c8bf9eaa9ece7e53677856e3) (linux-x86_64:ubuntu-22.04-5.3_opam-2.3)
Base: ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:46c8190b0d52b313bd85026218a5b5b274d6ad663173bc723d8fac0bcb973c14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-clock.git" -b "main" && cd "mirage-clock" && git reset --hard f457572b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:46c8190b0d52b313bd85026218a5b5b274d6ad663173bc723d8fac0bcb973c14
# ubuntu-22.04-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-clock.opam mirage-clock-unix.opam mirage-clock-solo5.opam ./
RUN opam pin add -yn mirage-clock.dev './' && \
opam pin add -yn mirage-clock-unix.dev './' && \
opam pin add -yn mirage-clock-solo5.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-clock.dev mirage-clock-unix.dev mirage-clock-solo5.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


2025-07-09 12:32.28: Using cache hint "mirage/mirage-clock-ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:46c8190b0d52b313bd85026218a5b5b274d6ad663173bc723d8fac0bcb973c14-ubuntu-22.04-5.3_opam-2.3-3080a486263974c589d884b84cbdc552"
2025-07-09 12:32.28: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:46c8190b0d52b313bd85026218a5b5b274d6ad663173bc723d8fac0bcb973c14)
(comment ubuntu-22.04-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src mirage-clock.opam mirage-clock-unix.opam mirage-clock-solo5.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn mirage-clock.dev './' && \
\nopam pin add -yn mirage-clock-unix.dev './' && \
\nopam pin add -yn mirage-clock-solo5.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1")
(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.3 --depext-only -y mirage-clock.dev mirage-clock-unix.dev mirage-clock-solo5.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"))
)


2025-07-09 12:32.28: Waiting for resource in pool OCluster
2025-07-09 18:00.07: Waiting for worker…
2025-07-09 18:05.22: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at f457572 Merge pull request #53 from samoht/CHANGES-v4.2


(from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:46c8190b0d52b313bd85026218a5b5b274d6ad663173bc723d8fac0bcb973c14)
2025-07-09 18:05.22 ---> using "dc9a9e12b21eb9e3f2e941961b24925f65727cd21c5737e21010c2a425d2ae35" from cache


/: (comment ubuntu-22.04-5.3_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-09 18:05.22 ---> using "36ea30f07b212f85f73e9124578a0756b40e890d10407c64761fddf26d5b7259" 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 development 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
2025-07-09 18:05.22 ---> using "62eb9fdf14dc0cf35a555d11a469a9ef36b13604283a68d8329a587d391e5711" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-07-09 18:05.22 ---> using "8fceb0288e2075c74b5da9a76bf24dfafd6a60910a4a6d86b53e885b3d2debbd" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-07-09 18:05.22 ---> using "68ffcfec603c4758e0232c744bf21ac157b8066ddbb302f02f196ddfbee231ba" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-09 18:05.22 ---> using "94fad8fc4082c3bc3d0c1b9741c28f90aeb901cfa83c037bfc7d495e5e1b78f8" from cache


/src: (copy (src mirage-clock.opam mirage-clock-unix.opam mirage-clock-solo5.opam)
(dst ./))
2025-07-09 18:05.22 ---> saved as "fe6975bf37d515a5a60d37494e4a5add5ce628e9e5b3674a8bd6476a30a90911"


/src: (run (network host)
(shell  "opam pin add -yn mirage-clock.dev './' && \
\nopam pin add -yn mirage-clock-unix.dev './' && \
\nopam pin add -yn mirage-clock-solo5.dev './'"))
[mirage-clock.dev] synchronised (file:///src)
mirage-clock is now pinned to file:///src (version dev)
[mirage-clock-unix.dev] synchronised (file:///src)
mirage-clock-unix is now pinned to file:///src (version dev)
[mirage-clock-solo5.dev] synchronised (file:///src)
mirage-clock-solo5 is now pinned to file:///src (version dev)
2025-07-09 18:05.27 ---> saved as "030966cfdd22175a72a8dfa342012e3bb402e040fe9c569a9961e5139feea279"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-09 18:05.27 ---> saved as "8d22f276a98e109c7fb77e244a015866b7c4aa79c5d6d35504382d5227a39c9c"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1")


/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.3 --depext-only -y mirage-clock.dev mirage-clock-unix.dev mirage-clock-solo5.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1569 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3414 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [4948 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [38.4 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [113 kB]
- Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [4795 kB]
- Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3102 kB]
- Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1266 kB]
- Fetched 19.6 MB in 1s (20.8 MB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-clock.dev] synchronised (file:///src)
[mirage-clock-solo5.dev] synchronised (file:///src)
[mirage-clock-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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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).
2025-07-09 18:05.39 ---> saved as "1291114ea9bafbef39c147853b60d21269b5c8662ed6222738ebad1f6115c704"


/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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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 3 packages
- install csexp             1.5.2
- install dune              3.19.1
- install dune-configurator 3.19.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> installed dune.3.19.1
-> installed csexp.1.5.2
-> installed dune-configurator.3.19.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-09 18:06.10 ---> saved as "3d55fb4ec9bf8cb62c7c4ea9ee7ca5022d48f4c12f97db923ee1c40b7984d314"


/src: (copy (src .) (dst /src))
2025-07-09 18:06.10 ---> saved as "73168d22a8644bf6e40dd36489098c274900b10c9c533e2ff92a92252d419d26"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib_test && ./portable.exe)
Monotonic clock says: 71 nanoseconds
The time is 20278 days and 65170970116582000 picoseconds since the epoch.
The time is 20278 days and 65170970118366000 picoseconds since the epoch.
The time is 20278 days and 65170970118907000 picoseconds since the epoch.
The offset from UTC is 0 minutes.
The clock period is: 1000 picoseconds
Monotonic clock says: 62388 nanoseconds
Monotonic clock period unavailable
2025-07-09 18:06.11 ---> saved as "36e501ce2905932dc9ee5258b7359c40f021682f64cc06837d119246101b63ee"
Job succeeded
2025-07-09 18:06.11: Job succeeded