Organisationsmiragebigarray-compat30febb (master)fedora-41-4.14_opam-2.3

fedora-41-4.14_opam-2.3

Link Copied
Code Copied

Logs

2025-06-17 18:28.06: New job: test mirage/bigarray-compat https://github.com/mirage/bigarray-compat.git#refs/heads/master (30febbbfda40afbdec11bb8340d6e3bcd543bd8a) (linux-x86_64:fedora-41-4.14_opam-2.3)
Base: ocaml/opam:fedora-41-ocaml-4.14@sha256:e18d67147cfd23b78ea8a17248216181b59b1047f2b8c3fc75f37938c49e35a4
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:fedora-41-ocaml-4.14@sha256:e18d67147cfd23b78ea8a17248216181b59b1047f2b8c3fc75f37938c49e35a4
# fedora-41-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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.06: Using cache hint "mirage/bigarray-compat-ocaml/opam:fedora-41-ocaml-4.14@sha256:e18d67147cfd23b78ea8a17248216181b59b1047f2b8c3fc75f37938c49e35a4-fedora-41-4.14_opam-2.3-b74d447bdec96593f0c0aa4cd2fe4e6b"
2025-06-17 18:28.06: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-4.14@sha256:e18d67147cfd23b78ea8a17248216181b59b1047f2b8c3fc75f37938c49e35a4)
(comment fedora-41-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(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.06: Waiting for resource in pool OCluster
2025-06-17 20:05.34: Waiting for worker…
2025-06-17 20:08.55: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 30febbb Set min dune version to 1.5 (#9)


(from ocaml/opam:fedora-41-ocaml-4.14@sha256:e18d67147cfd23b78ea8a17248216181b59b1047f2b8c3fc75f37938c49e35a4)
Unable to find image 'ocaml/opam:fedora-41-ocaml-4.14@sha256:e18d67147cfd23b78ea8a17248216181b59b1047f2b8c3fc75f37938c49e35a4' locally
docker.io/ocaml/opam@sha256:e18d67147cfd23b78ea8a17248216181b59b1047f2b8c3fc75f37938c49e35a4: Pulling from ocaml/opam
559ff5bb9ed5: Pulling fs layer
d1c008cbdce3: Pulling fs layer
f6876d7ddc6c: Pulling fs layer
d12c49799721: Pulling fs layer
54c1d8fa2857: Pulling fs layer
d12c49799721: Waiting
54c1d8fa2857: Waiting
559ff5bb9ed5: Waiting
d1c008cbdce3: Waiting
f6876d7ddc6c: Waiting
559ff5bb9ed5: Verifying Checksum
559ff5bb9ed5: Download complete
d1c008cbdce3: Verifying Checksum
d1c008cbdce3: Download complete
f6876d7ddc6c: Verifying Checksum
f6876d7ddc6c: Download complete
d12c49799721: Verifying Checksum
d12c49799721: Download complete
54c1d8fa2857: Verifying Checksum
54c1d8fa2857: Download complete
559ff5bb9ed5: Pull complete
d1c008cbdce3: Pull complete
f6876d7ddc6c: Pull complete
d12c49799721: Pull complete
54c1d8fa2857: Pull complete
Digest: sha256:e18d67147cfd23b78ea8a17248216181b59b1047f2b8c3fc75f37938c49e35a4
Status: Downloaded newer image for ocaml/opam@sha256:e18d67147cfd23b78ea8a17248216181b59b1047f2b8c3fc75f37938c49e35a4
2025-06-17 20:08.55 ---> using "22fe946b035c020ff814c5576cdc75d7652cf945cb2c467c6d9cae1ca0d5d1e4" from cache


/: (comment fedora-41-4.14_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 41 - x86_64 - Updates           100% | 106.0 KiB/s |  25.1 KiB |  00m00s
Fedora 41 - x86_64 - Updates           100% |   1.8 MiB/s |   3.8 MiB |  00m02s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.


Nothing to do.
2025-06-17 20:08.55 ---> using "acba83c8fbb85f5fb83b3d24118174ced84b0f66836231dc84f8d54745061278" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-17 20:08.55 ---> using "ca3db86f436b376241c2269f32c845b6b5ab85471332a51034b18e4dbae999eb" 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:08.55 ---> using "c8590e32c8015d4f1bad379929a5a7f97d0d852ea223612fbffb57dd53027e6f" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-141-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-06-17 20:08.55 ---> using "605268a13adf0255e82b335cf6caa9db604ecc1366c7ff70da6dc14e3e676194" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-17 20:08.55 ---> using "9c99ba5690e61f79e97947f98468946414eb639242036a49598ef0d5dfab3355" 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:08.55 ---> using "949afb7443c8ae552a5bb20c329aa70638316547ec655a5a4dcc62e3d017c9d0" from cache


/src: (copy (src bigarray-compat.opam) (dst ./))
2025-06-17 20:08.55 ---> saved as "4f6bc9135791f68d1ca8f66ec4030df27884af485483fa61e6126bd6961036c5"


/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:08.56 ---> saved as "708d8b62eaf20fe0482d8bd83089bfbd1306de7e1bf54b96f0eeae28fbf70f00"


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


/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 "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> 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:09.05 ---> saved as "277cfc0187c3856cfaffeb9f888c87bfb64afd69d9c8e1ce79e056585a86b2d0"


/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:09.32 ---> saved as "4271564b19b1450f7da673436d0ca10741bec2a0e08a906ff8b76213b3fe1009"


/src: (copy (src .) (dst /src))
2025-06-17 20:09.33 ---> saved as "53efc7b5e4ff3b78f7e17de7b792dbf8f0cd3c615104715ec819e7cfc19f0867"


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