Organisationsmiragebigarray-compat30febb (master)ubuntu-24.10-4.14_opam-2.3

ubuntu-24.10-4.14_opam-2.3

Link Copied
Code Copied

Logs

2025-06-17 18:28.50: New job: test mirage/bigarray-compat https://github.com/mirage/bigarray-compat.git#refs/heads/master (30febbbfda40afbdec11bb8340d6e3bcd543bd8a) (linux-x86_64:ubuntu-24.10-4.14_opam-2.3)
Base: ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:515631437d3ba3dc11c57cfa77c309d55919eeb5b476d81dfaeaa9b85080697f
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:ubuntu-24.10-ocaml-4.14@sha256:515631437d3ba3dc11c57cfa77c309d55919eeb5b476d81dfaeaa9b85080697f
# ubuntu-24.10-4.14_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 bigarray-compat.opam ./
RUN opam pin add -yn bigarray-compat.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.19.1 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.3 --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


2025-06-17 18:28.50: Using cache hint "mirage/bigarray-compat-ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:515631437d3ba3dc11c57cfa77c309d55919eeb5b476d81dfaeaa9b85080697f-ubuntu-24.10-4.14_opam-2.3-b74d447bdec96593f0c0aa4cd2fe4e6b"
2025-06-17 18:28.50: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:515631437d3ba3dc11c57cfa77c309d55919eeb5b476d81dfaeaa9b85080697f)
(comment ubuntu-24.10-4.14_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 bigarray-compat.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn bigarray-compat.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.19.1 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.3 --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"))
)


2025-06-17 18:28.50: Waiting for resource in pool OCluster
2025-06-17 20:37.41: Waiting for worker…
2025-06-17 20:41.00: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 30febbb Set min dune version to 1.5 (#9)


(from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:515631437d3ba3dc11c57cfa77c309d55919eeb5b476d81dfaeaa9b85080697f)
2025-06-17 20:41.00 ---> using "97fdbd7fb800699e57bf22ac6d763ef37fa57a9f3c6a029c7b220c64905375f5" from cache


/: (comment ubuntu-24.10-4.14_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-06-17 20:41.00 ---> using "703f2a5749876b1931102c9eecf43974a6bd92df955cabf94d2f8ba4990ce557" 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-06-17 20:41.00 ---> using "a9261708f26729c5b855db0684aaf910a7c037e15ce735eb021c15bb646322fd" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-06-17 20:41.00 ---> using "d082c711a255d77988a9aeffc74c375030a63067a0e861f70193429234eb6b3b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-17 20:41.00 ---> using "f746654e5af3371c94c8ce5c1fe09bad0fe7dfb71230364a5a61ea9b23dff474" 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-06-17 20:41.00 ---> using "f8ef43f78a4f230063dbbeda4e7de0e00d967391b1c2e17450d94c9f4420d7e3" from cache


/src: (copy (src bigarray-compat.opam) (dst ./))
2025-06-17 20:41.01 ---> saved as "1bcc031176188847b2244916ee3796e3ad2c4cf33bf56499b4bdfe3bd9681f24"


/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)
2025-06-17 20:41.02 ---> saved as "04538ce90cf09f3d8cde8424c61bc8ddd04224d3836d4971ef80960f4475b955"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-17 20:41.02 ---> saved as "b1c3d782664afd5e38be8727210e88a9f61aff20fb73e32481c6eb410165f6f5"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.19.1 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.3 --depext-only -y bigarray-compat.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu oracular InRelease
- Get:3 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB]
- Get:4 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [271 kB]
- Get:5 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB]
- Get:6 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [552 kB]
- Get:7 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [416 kB]
- Get:8 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [347 kB]
- Fetched 1965 kB in 1s (1773 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bigarray-compat.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 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).
2025-06-17 20:41.12 ---> saved as "bd20309656b6871945cc80f483be6b313a2b0e5fe792b5c0e31619d7397f3a64"


/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 1 package
- install dune 3.19.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.19.1  (cached)
-> installed dune.3.19.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-17 20:41.38 ---> saved as "d92fceaa5f441caf9aa7907fcc95ec88fcf4763d1d88f40c27547287c73d63ed"


/src: (copy (src .) (dst /src))
2025-06-17 20:41.38 ---> saved as "2f53e1052a4d2d580a30162e09d5337f4b8673bdb809fa72738836d5ed024b10"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-06-17 20:41.38 ---> saved as "7ef97bc3c206436f5f5cbb81a5d3baefcad2e8692f4ebfd0856c9ff87c3d4564"
Job succeeded
2025-06-17 20:41.38: Job succeeded