Organisationsmiragemirage-timec68f19 (main)ubuntu-24.04-5.2_opam-2.1

ubuntu-24.04-5.2_opam-2.1

Logs

Show full logs
2024-06-28 13:41.37: New job: test mirage/mirage-time https://github.com/mirage/mirage-time.git#refs/heads/main (c68f199b1952f0656526a3212f82afd2a49c1f00) (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-time.git" -b "main" && cd "mirage-time" && git reset --hard c68f199b
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-time.opam mirage-time-unix.opam ./
RUN opam pin add -yn mirage-time.dev './' && \
    opam pin add -yn mirage-time-unix.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 host-arch-x86_64.1 host-system-other.1 lwt.5.7.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 ocplib-endian.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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

2024-06-28 13:41.37: Using cache hint "mirage/mirage-time-ocaml/opam@sha256:27b2bd4ba5b7ead2004b36f70561c01891ddf1a5a3d3628be184017c7f6dc074-ubuntu-24.04-5.2_opam-2.1-80d72d3298bae20eadabbe7815a762f4"
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-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 './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 host-arch-x86_64.1 host-system-other.1 lwt.5.7.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 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.1 --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"))
)

2024-06-28 13:41.37: Waiting for resource in pool OCluster
2024-06-28 13:48.01: Waiting for worker…
2024-06-28 13:50.18: Got resource from pool OCluster
Building on x86-bm-c15.sw.ocaml.org
All commits already cached
HEAD is now at c68f199 changes for 3.0.0

(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:50.18 ---> 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:50.18 ---> 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.

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.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-06-28 13:50.18 ---> 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:50.18 ---> using "139d05806a16f8afe65fbfbdf234adada7b488de9048f156736756915845cd46" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-06-28 13:50.18 ---> 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:50.18 ---> using "847978ab30db83961e42fba72622f31d503d39288196a2c1534d02ed60603c62" from cache

/src: (copy (src mirage-time.opam mirage-time-unix.opam) (dst ./))
2024-06-28 13:50.18 ---> saved as "e19f0d68c8f42e490ecb66b18937b99fc44c7cdb3558cfb3242077ba6563baa8"

/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)
2024-06-28 13:50.23 ---> saved as "0d351d9d1f3d800de22fad7bb6af846f743df0e8ca318f42c84746fa9eadff90"

/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 host-arch-x86_64.1 host-system-other.1 lwt.5.7.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 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.1 --depext-only -y mirage-time.dev mirage-time-unix.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:5 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [227 kB]
- Get:6 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [168 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [260 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [121 kB]
- Get:9 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [9705 B]
- Fetched 1164 kB in 0s (3569 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-time.dev] synchronised (no changes)
[mirage-time-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:50.50 ---> saved as "1e1fd9ae6f102e7a0e8f94f327471b4a4570caf048c7afb100c9cd0ddfee757b"

/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 ocamlfind         1.9.6
  - install duration          0.2.1
  - install csexp             1.5.2
  - install cppo              1.6.9
  - install base-bytes        base
  - install dune-configurator 3.16.0
  - install ocplib-endian     1.2
  - install lwt               5.7.0
===== 9 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed dune.3.16.0
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed cppo.1.6.9
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.16.0
-> installed lwt.5.7.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-28 13:51.57 ---> saved as "bafc46b43ca440caea602d114f391c60c9f8d68d5cde53ed46680773128e60e8"

/src: (copy (src .) (dst /src))
2024-06-28 13:51.57 ---> saved as "59e564f73e7d4c9002d4cfcbb97b8fedea4b8ff3c1c5fd4608b4fd6361b228d1"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-06-28 13:51.58 ---> saved as "a6d5af859ec1925cdf5c2f8bdb5de1413c0ce75974ca1676b9101e7a05f81d14"
Job succeeded
2024-06-28 13:51.58: Job succeeded