Organisationsmiragemirage-clock4febaf ()debian-12-4.14_x86_32_opam-2.1

debian-12-4.14_x86_32_opam-2.1

Link Copied
Code Copied

Logs

2024-05-26 11:05.38: New job: test mirage/mirage-clock https://github.com/mirage/mirage-clock.git#refs/pull/58/head (4febaf04406c46c16dc3fba7fedd2c320b875a96) (linux-x86_64:debian-12-4.14_x86_32_opam-2.1)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:84f1ea72e62769bdd7b86dfcc73439eefde51836ecd9b9db0aa3e76235b47924
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:debian-12-ocaml-4.14@sha256:84f1ea72e62769bdd7b86dfcc73439eefde51836ecd9b9db0aa3e76235b47924
# debian-12-4.14_x86_32_opam-2.1
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.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 1c7ec1efdedc0a230f387bd65706ef364627fdd0 || git fetch origin master) && git reset -q --hard 1c7ec1efdedc0a230f387bd65706ef364627fdd0 && 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-threads.base base-unix.base csexp.1.5.2 dune.3.15.3 dune-configurator.3.15.3 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-05-26 11:05.38: Using cache hint "mirage/mirage-clock-ocaml/opam:debian-12-ocaml-4.14@sha256:84f1ea72e62769bdd7b86dfcc73439eefde51836ecd9b9db0aa3e76235b47924-debian-12-4.14_x86_32_opam-2.1-f4ef217e0c7a0d6b955ac566d8acc7fd"
2024-05-26 11:05.38: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:84f1ea72e62769bdd7b86dfcc73439eefde51836ecd9b9db0aa3e76235b47924)
 (comment debian-12-4.14_x86_32_opam-2.1)
 (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.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 1c7ec1efdedc0a230f387bd65706ef364627fdd0 || git fetch origin master) && git reset -q --hard 1c7ec1efdedc0a230f387bd65706ef364627fdd0 && 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-threads.base base-unix.base csexp.1.5.2 dune.3.15.3 dune-configurator.3.15.3 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-05-26 11:05.38: Waiting for resource in pool OCluster
2024-05-26 13:21.25: Waiting for worker…
2024-05-26 13:24.41: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 4febaf0 fix


(from ocaml/opam:debian-12-ocaml-4.14@sha256:84f1ea72e62769bdd7b86dfcc73439eefde51836ecd9b9db0aa3e76235b47924)
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2024-05-26 13:24.42 ---> using "8300366f591dd7d700d5b03820a25bee85616412b2b663c5565a5001ec202aae" from cache


/: (comment debian-12-4.14_x86_32_opam-2.1)


/: (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.1 /usr/bin/opam"))
2024-05-26 13:24.42 ---> using "380c1a94df81dcbc9c0ef7845af2282896e8fb22e18048b65dc3c656bfa0e593" 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-05-26 13:24.42 ---> using "7b839a80d0089fe77e7b5b2287b5b673446132cf247ccebb1294b44b775ce257" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-107-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-26 13:24.42 ---> using "c9f39004818e8b7f49bfed208fe1cabaebb8be8a9564a13832a3a6b869acc85b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-26 13:24.42 ---> using "83884304c0495b8dbc96ed2844fc5c5bf875ffc0398a872acd76cbc9281d96c3" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 1c7ec1efdedc0a230f387bd65706ef364627fdd0 || git fetch origin master) && git reset -q --hard 1c7ec1efdedc0a230f387bd65706ef364627fdd0 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..0021c0358e  master     -> origin/master
1c7ec1efde [new release] dune (15 packages) (3.15.3)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
default (at file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


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-05-26 13:24.42 ---> using "16675dc5cdd0550b2e59461e7d5dfce6cdc0e98bb4d18fc4079c109123796a34" from cache


/src: (copy (src mirage-clock.opam mirage-clock-unix.opam mirage-clock-solo5.opam)
            (dst ./))
2024-05-26 13:24.42 ---> saved as "cf62a49a8b0859821394c8afe24c17c02acafd15a8fd6e72a72b415d3edfdbfc"


/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-05-26 13:24.47 ---> saved as "1c34a6a987f4a67df9b13d3dfae35edfc3368ee2f570bc8af614af69db1b92b7"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.15.3 dune-configurator.3.15.3 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main i386 Packages [156 kB]
- Fetched 259 kB in 0s (771 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
2024-05-26 13:25.00 ---> saved as "78402b0aa82e8f4e03c66134566b10e387770435dd4cf8452dc1e5c9457a2607"


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
  - install dune              3.15.3
  - install csexp             1.5.2
  - install dune-configurator 3.15.3
===== 3 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.15.3  (cached)
-> retrieved dune-configurator.3.15.3  (cached)
-> installed dune.3.15.3
-> installed csexp.1.5.2
-> installed dune-configurator.3.15.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-26 13:25.40 ---> saved as "13ed4709b642f5e11c55d35544c7ad86eb6b685d11c6871cad5f342db4053d52"


/src: (copy (src .) (dst /src))
2024-05-26 13:25.40 ---> saved as "35dc64d3fc4f2693415b693228560699249c0f6ded4ded12e014f39304644fad"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib_test && ./portable.exe)
Monotonic clock says: 140 nanoseconds
The time is 19869 days and 48341365792202000 picoseconds since the epoch.
The time is 19869 days and 48341365795578000 picoseconds since the epoch.
The time is 19869 days and 48341365796500000 picoseconds since the epoch.
The offset from UTC is 3600 minutes.
The clock period is: 1000 picoseconds
Monotonic clock says: 126718 nanoseconds
Monotonic clock period unavailable
2024-05-26 13:25.41 ---> saved as "5e259c78a5fa8f0321abeabab629628140b269055ad92951e78b6673a460635e"
Job succeeded
2024-05-26 13:25.41: Job succeeded