2025-02-17 18:27.02: New job: test ocaml-opam/ocaml-mccs https://github.com/ocaml-opam/ocaml-mccs.git#refs/heads/master (a7d839cb67e2c4088d5ac58e6e2130174dca5139) (linux-arm64:debian-12-4.14_arm32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-opam/ocaml-mccs.git" -b "master" && cd "ocaml-mccs" && git reset --hard a7d839cb
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7
# debian-12-4.14_arm32_opam-2.3
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.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 d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mccs.opam ./
RUN opam pin add -yn mccs.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-c++.1.0 cppo.1.8.0 cudf.0.10 dune.3.17.2 extlib.1.8.0 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 mccs.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-02-17 18:27.02: Using cache hint "ocaml-opam/ocaml-mccs-ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7-debian-12-4.14_arm32_opam-2.3-7563f4db69b5155b107e862414bb084f"
2025-02-17 18:27.02: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7)
(comment debian-12-4.14_arm32_opam-2.3)
(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.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 d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src mccs.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn mccs.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base conf-c++.1.0 cppo.1.8.0 cudf.0.10 dune.3.17.2 extlib.1.8.0 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 mccs.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-02-17 18:27.02: Waiting for resource in pool OCluster
2025-02-17 19:21.27: Waiting for worker…
2025-02-17 20:26.36: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
All commits already cached
HEAD is now at a7d839c Version 1.1+19
(from ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7' locally
docker.io/ocaml/opam@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7: Pulling from ocaml/opam
7929835bdff1: Already exists
34f2eee6b16e: Already exists
69963c68d9e8: Pulling fs layer
c32c770313c9: Pulling fs layer
5008f5f2af95: Pulling fs layer
75de8602cd4e: Pulling fs layer
75de8602cd4e: Waiting
c32c770313c9: Download complete
5008f5f2af95: Download complete
75de8602cd4e: Verifying Checksum
75de8602cd4e: Download complete
69963c68d9e8: Verifying Checksum
69963c68d9e8: Download complete
69963c68d9e8: Pull complete
c32c770313c9: Pull complete
5008f5f2af95: Pull complete
75de8602cd4e: Pull complete
Digest: sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7
Status: Downloaded newer image for ocaml/opam@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2025-02-17 20:26.36 ---> using "76cd0f3770355f20b3067ee4d17d6cabec368e57ddaf9c9948eae9570c621338" from cache
/: (comment debian-12-4.14_arm32_opam-2.3)
/: (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.3 /usr/bin/opam"))
2025-02-17 20:26.36 ---> using "31e06a6d5634d41948525fa8b0d6fcfd3a5b3934bdfe644c3fce358fc5b8d31b" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-02-17 20:26.36 ---> using "6d96d07c898b94c79d911199a9cb09b3342b33c5116b79b51c7a323065f91073" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-02-17 20:26.36 ---> using "950efe6100d425cd59b5968f83b58e0db94a0ae36da44f1fad27a3282edb5ed7" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-02-17 20:26.36 ---> using "ff058e076f3abdbb8d49b40391d82befddabcdf419db465ca0e5a23e2bebe6c9" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u"))
d1a3803c0c Merge pull request #27313 from maiste/release-dune-3.17.2
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[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.
# To update the current shell environment, run: eval $(opam env)
2025-02-17 20:26.36 ---> using "a166a5143fd7b0fa517939ec8d54855d9af2d14bc526779ebc903ca03a7afbe1" from cache
/src: (copy (src mccs.opam) (dst ./))
2025-02-17 20:26.37 ---> saved as "e9afbbb9dccdbf62357f8d3d745681c35c47c1c3b1546786b7b72cf5de087051"
/src: (run (network host)
(shell "opam pin add -yn mccs.dev './'"))
[mccs.dev] synchronised (file:///src)
mccs is now pinned to file:///src (version dev)
2025-02-17 20:26.39 ---> saved as "88a0114822f7dd5dd6e9f2167d2d0bf5acbe159746b3ed1278f635a4c71c5e95"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-17 20:26.40 ---> saved as "911b314097fd85adb10f968af00e7d6480be83f04372f693b6d56df8fcabb4ec"
/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-c++.1.0 cppo.1.8.0 cudf.0.10 dune.3.17.2 extlib.1.8.0 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 mccs.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 armhf Packages [226 kB]
- Fetched 330 kB in 0s (667 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mccs.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-02-17 20:26.55 ---> saved as "1c2aa36598b9fe46d5d677ec0d6824f3326bd830104a81ea4d736a53acae0f34"
/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 5 packages
- install conf-c++ 1.0
- install cppo 1.8.0
- install cudf 0.10
- install dune 3.17.2
- install extlib 1.8.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> retrieved cudf.0.10 (cached)
-> installed conf-c++.1.0
-> retrieved extlib.1.8.0 (cached)
-> retrieved dune.3.17.2 (cached)
-> installed dune.3.17.2
-> installed cppo.1.8.0
-> installed extlib.1.8.0
-> installed cudf.0.10
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-17 20:28.07 ---> saved as "592d69de1242771595598a4609e4f61b08b473d1f94c25d1b8d06212bb72485b"
/src: (copy (src .) (dst /src))
2025-02-17 20:28.07 ---> saved as "cd43b391224dc38bfb29f97eb869cfd72ff0deb886125be2de84c456a25fa5b5"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-02-17 20:28.11 ---> saved as "34b353039dc109b3c0cc6d25f9b6834adacd90d343ff96da6e3a78c2f8f9779c"
Job succeeded
2025-02-17 20:28.11: Job succeeded