Organisationsocaml-ppxppx_tools7d7dd5 (master)debian-13-4.14_arm64_opam-2.5

debian-13-4.14_arm64_opam-2.5

Link Copied
Code Copied

Logs

2026-01-16 11:40.05: New job: test ocaml-ppx/ppx_tools https://github.com/ocaml-ppx/ppx_tools.git#refs/heads/master (7d7dd5b61e85aec2fc42acf139341621c181e50f) (linux-arm64:debian-13-4.14_arm64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppx_tools.git" -b "master" && cd "ppx_tools" && git reset --hard 7d7dd5b6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1
# debian-13-4.14_arm64_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppx_tools.opam ./
RUN opam pin add -yn ppx_tools.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.21.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.5 --depext-only -y ppx_tools.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


2026-01-16 11:40.05: Using cache hint "ocaml-ppx/ppx_tools-ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1-debian-13-4.14_arm64_opam-2.5-5fbae2169770fbfd4146bea712638fd5"
2026-01-16 11:40.05: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1)
(comment debian-13-4.14_arm64_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ppx_tools.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn ppx_tools.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.21.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.5 --depext-only -y ppx_tools.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"))
)


2026-01-16 11:40.05: Waiting for resource in pool OCluster
2026-01-17 03:26.19: Waiting for worker…
2026-01-17 05:38.52: Got resource from pool OCluster
Building on ainia.caelum.ci.dev
All commits already cached
HEAD is now at 7d7dd5b Version 6.6


(from ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1' locally
docker.io/ocaml/opam@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1: Pulling from ocaml/opam
08530324e2a8: Pulling fs layer
08530324e2a8: Download complete
08530324e2a8: Pull complete
Digest: sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1
Status: Downloaded newer image for ocaml/opam@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1
2026-01-17 05:38.52 ---> using "e361c22c5363e81b9c8c24dc824228979d283e71aa561f1da7b3298d2bf27e9f" from cache


/: (comment debian-13-4.14_arm64_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-17 05:38.52 ---> using "9092ae8a641099155c2ac8544471412f113dc9d196039f763f22b4bc2e607ac9" 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.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
2026-01-17 05:38.52 ---> using "50aeb94dcc79c5af6b4a1aba96b95fddd9095875dfa16d1763f5677a255b8758" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-85-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-01-17 05:38.52 ---> using "8626b03804ec448393d7c8dd000d772080178295f2e3f6fd4741f8faf8df238f" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-17 05:38.52 ---> using "f7b4d57e26cb181ed91912ba43aa871d6a69f434b21fb8845ad87df9641a890b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
16d9c0eb87..3259a77d95  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0


<><> 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 at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-17 05:38.52 ---> using "6777fa5e281ba55ac5174afb89f9eb3d5c95705acee39ed084019a6d905500de" from cache


/src: (copy (src ppx_tools.opam) (dst ./))
2026-01-17 05:38.52 ---> saved as "4aae36cd38c67fe07a06825dbd8861247623cabae730ee880989cdca8330d425"


/src: (run (network host)
(shell "opam pin add -yn ppx_tools.dev './'"))
[ppx_tools.dev] synchronised (file:///src)
ppx_tools is now pinned to file:///src (version dev)
2026-01-17 05:38.54 ---> saved as "222853fdea2062672661c168cb1f90c5b638ce6ad8d5c128841c4b694ab3ae26"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-17 05:38.54 ---> saved as "a94a9efccc2bebb971fd4349f0ddb3504b1d8bce6bed6ca202ee29385602b770"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.21.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.5 --depext-only -y ppx_tools.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main arm64 Packages [9607 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main arm64 Packages [96.2 kB]
- Fetched 9935 kB in 1s (7699 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppx_tools.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).
# To update the current shell environment, run: eval $(opam env)
2026-01-17 05:39.04 ---> saved as "614838e3b67fd44890f31bbd9b1bffe94d0dcb0af23415c353e4310a09f3fdfe"


/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 2 packages
- install cppo 1.8.0
- install dune 3.21.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved dune.3.21.0  (cached)
-> installed dune.3.21.0
-> installed cppo.1.8.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-17 05:39.40 ---> saved as "d3d1088d4df9497a67863e0b58ef9ec98065200ca857a44ccbd85b5e00dc2bc7"


/src: (copy (src .) (dst /src))
2026-01-17 05:39.41 ---> saved as "f5c09314817ef29ccfe2b2a439c8dc1f585e76f4bc8becb09d0a4d915f61b2a4"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-01-17 05:39.44 ---> saved as "ce8517f62b7fda8ffc9ac44cb7cc7a30d5359d9de6503221ce92ff4b0aaa6fb8"
Job succeeded
2026-01-17 05:39.44: Job succeeded