Organisationsmiragemirage-clock4febaf ()ubuntu-24.04-5.2_opam-2.1

ubuntu-24.04-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-06-28 13:41.37: New job: test mirage/mirage-clock https://github.com/mirage/mirage-clock.git#refs/pull/58/head (4febaf04406c46c16dc3fba7fedd2c320b875a96) (linux-x86_64:ubuntu-24.04-5.2_opam-2.1)
Base: ocaml/opam@sha256:27b2bd4ba5b7ead2004b36f70561c01891ddf1a5a3d3628be184017c7f6dc074
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-clock.git" && cd "mirage-clock" && git fetch origin "refs/pull/58/head" && git reset --hard 4febaf04
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:27b2bd4ba5b7ead2004b36f70561c01891ddf1a5a3d3628be184017c7f6dc074
# ubuntu-24.04-5.2_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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 './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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


2024-06-28 13:41.37: Using cache hint "mirage/mirage-clock-ocaml/opam@sha256:27b2bd4ba5b7ead2004b36f70561c01891ddf1a5a3d3628be184017c7f6dc074-ubuntu-24.04-5.2_opam-2.1-5662ebf3a9337036024649007e412c31"
2024-06-28 13:41.37: Using OBuilder spec:
((from ocaml/opam@sha256:27b2bd4ba5b7ead2004b36f70561c01891ddf1a5a3d3628be184017c7f6dc074)
 (comment ubuntu-24.04-5.2_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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 './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 ocaml.5.2.0 ocaml-base-compiler.5.2.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.1 --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"))
)


2024-06-28 13:41.37: Waiting for resource in pool OCluster
2024-06-28 13:48.18: Waiting for worker…
2024-06-28 13:50.31: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 4febaf0 fix


(from ocaml/opam@sha256:27b2bd4ba5b7ead2004b36f70561c01891ddf1a5a3d3628be184017c7f6dc074)
Unable to find image 'ocaml/opam@sha256:27b2bd4ba5b7ead2004b36f70561c01891ddf1a5a3d3628be184017c7f6dc074' locally
docker.io/ocaml/opam@sha256:27b2bd4ba5b7ead2004b36f70561c01891ddf1a5a3d3628be184017c7f6dc074: Pulling from ocaml/opam
6d0d3f7afa4e: Pulling fs layer
6d0d3f7afa4e: Verifying Checksum
6d0d3f7afa4e: Download complete
6d0d3f7afa4e: Pull complete
Digest: sha256:27b2bd4ba5b7ead2004b36f70561c01891ddf1a5a3d3628be184017c7f6dc074
Status: Downloaded newer image for ocaml/opam@sha256:27b2bd4ba5b7ead2004b36f70561c01891ddf1a5a3d3628be184017c7f6dc074
2024-06-28 13:57.14 ---> using "0535240319d8e3206e330f3795e4c300185b98e47d57595a5f3e08b2a5884e78" from cache


/: (comment ubuntu-24.04-5.2_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-28 13:57.14 ---> using "47181262f28b8dae4684b6c53bd8449b465622464796c13b21d4ab91c50953e5" 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.


Continue? [Y/n] y
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-06-28 13:57.14 ---> using "7df949de84f6fcd3028d1e73932b6538aadd17079636b041539136d5c786084d" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 5.2.0
2.1.6
2024-06-28 13:57.14 ---> using "139d05806a16f8afe65fbfbdf234adada7b488de9048f156736756915845cd46" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-28 13:57.14 ---> using "35e35f95e248b460315fcd3f010f8d70e45e851aa313ed20c7056133bbe8d338" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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.
# Run eval $(opam env) to update the current shell environment
2024-06-28 13:57.14 ---> using "847978ab30db83961e42fba72622f31d503d39288196a2c1534d02ed60603c62" from cache


/src: (copy (src mirage-clock.opam mirage-clock-unix.opam mirage-clock-solo5.opam)
            (dst ./))
2024-06-28 13:57.14 ---> using "02db2c0df460a4548258bea670bd38f10677839cf034794d1d0ae4e2d0833c65" from cache


/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)
2024-06-28 13:57.14 ---> using "77a570dd6e0726d1ad07b794972121fd0460421197fa98687748715410e84b07" from cache


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 ocaml.5.2.0 ocaml-base-compiler.5.2.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.1 --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 noble InRelease
- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:4 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:5 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [121 kB]
- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [260 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [9705 B]
- Get:8 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [168 kB]
- Get:9 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [227 kB]
- Fetched 1164 kB in 1s (1425 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-clock.dev] synchronised (no changes)
[mirage-clock-solo5.dev] synchronised (no changes)
[mirage-clock-unix.dev] synchronised (no changes)


[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-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-06-28 13:57.14 ---> using "460a8020d8356b4d734b18f3f6c5c885c91d1273873387186a5d4b65d5d369f6" 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-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-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 dune              3.16.0
  - install csexp             1.5.2
  - install dune-configurator 3.16.0
===== 3 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed dune-configurator.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-28 13:57.14 ---> using "309cbe4ff72be458ec2b02ee466044c7bb40a0d11943293ea25670c224bafeb8" from cache


/src: (copy (src .) (dst /src))
2024-06-28 13:57.14 ---> saved as "fcaa54b29fd3888a7c1cee732ccefc766f580d7ffb109cdfb2a2745023e59bfa"


/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 19902 days and 50235255413036000 picoseconds since the epoch.
The time is 19902 days and 50235255414148000 picoseconds since the epoch.
The time is 19902 days and 50235255414759000 picoseconds since the epoch.
The offset from UTC is 0 minutes.
The clock period is: 1000 picoseconds
Monotonic clock says: 53090 nanoseconds
Monotonic clock period unavailable
2024-06-28 13:57.15 ---> saved as "cd5be8c0dcc0c8394200c735c15aea0abad5205833c355fc84dacce7fd1b1a1f"
Job succeeded
2024-06-28 13:57.15: Job succeeded