Organisationsmiragebigarray-compat30febb (master)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.39: New job: test mirage/bigarray-compat https://github.com/mirage/bigarray-compat.git#refs/heads/master (30febbbfda40afbdec11bb8340d6e3bcd543bd8a) (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/bigarray-compat.git" -b "master" && cd "bigarray-compat" && git reset --hard 30febbbf
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 bigarray-compat.opam ./
RUN opam pin add -yn bigarray-compat.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.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 bigarray-compat.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.39: Using cache hint "mirage/bigarray-compat-ocaml/opam@sha256:27b2bd4ba5b7ead2004b36f70561c01891ddf1a5a3d3628be184017c7f6dc074-ubuntu-24.04-5.2_opam-2.1-338d39e5ee12371d21a2654c4ba9df58"
2024-06-28 13:41.39: 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 bigarray-compat.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn bigarray-compat.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.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 bigarray-compat.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.39: Waiting for resource in pool OCluster
2024-06-28 13:48.57: Waiting for worker…
2024-06-28 13:50.53: Got resource from pool OCluster
Building on x86-bm-c19.sw.ocaml.org
All commits already cached
HEAD is now at 30febbb Set min dune version to 1.5 (#9)

(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.53 ---> 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.53 ---> 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.53 ---> 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.53 ---> using "139d05806a16f8afe65fbfbdf234adada7b488de9048f156736756915845cd46" from cache

/src: (workdir /src)

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

/src: (copy (src bigarray-compat.opam) (dst ./))
2024-06-28 13:50.53 ---> saved as "c56648a0f747d5585c527249ffa103c7159d428dfd0f311a3c31d44860a9b53a"

/src: (run (network host)
           (shell "opam pin add -yn bigarray-compat.dev './'"))
[bigarray-compat.dev] synchronised (file:///src)
bigarray-compat is now pinned to file:///src (version dev)
2024-06-28 13:50.55 ---> saved as "8006e411fd36f5f242cc41b59d137f59213b004663d627d089a7e0cd1b310b49"

/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.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 bigarray-compat.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://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu noble-backports 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 0s (3545 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bigarray-compat.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:51.21 ---> saved as "44fb6f7382302f169e065b1bee6bd0f10996dc984b3fdfc357b06f0281d7af25"

/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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.16.0  (cached)
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-28 13:52.18 ---> saved as "e315cfd62e52f4403a61816182066ecc246cd44c4846f53db198fb91331624c3"

/src: (copy (src .) (dst /src))
2024-06-28 13:52.18 ---> saved as "0cdd5d7da01074ce19d6a82313d12977e8d208d9ab57e10894940ba1948cf7f5"

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