Organisationsocaml-ppxppx_tools7d7dd5 (master)debian-12-4.14+flambda_opam-2.3

debian-12-4.14+flambda_opam-2.3

Link Copied
Code Copied

Logs

2025-06-17 18:29.47: New job: test ocaml-ppx/ppx_tools https://github.com/ocaml-ppx/ppx_tools.git#refs/heads/master (7d7dd5b61e85aec2fc42acf139341621c181e50f) (linux-x86_64:debian-12-4.14+flambda_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced
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-12-ocaml-4.14-flambda@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced
# debian-12-4.14+flambda_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 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.19.1 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+options"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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


2025-06-17 18:29.47: Using cache hint "ocaml-ppx/ppx_tools-ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced-debian-12-4.14+flambda_opam-2.3-9a1ccab4bc3f9d70cc7b79dc0758ab38"
2025-06-17 18:29.47: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced)
(comment debian-12-4.14+flambda_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 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.19.1 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+options")
(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 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"))
)


2025-06-17 18:29.47: Waiting for resource in pool OCluster
2025-06-17 21:15.27: Waiting for worker…
2025-06-17 21:18.48: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 7d7dd5b Version 6.6


(from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced' locally
docker.io/ocaml/opam@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced: Pulling from ocaml/opam
78ad157e30a7: Already exists
52340d2c6931: Pulling fs layer
30dfabd6e5ea: Pulling fs layer
d71a10091fc0: Pulling fs layer
234d0c9e6d4f: Pulling fs layer
234d0c9e6d4f: Waiting
d71a10091fc0: Verifying Checksum
d71a10091fc0: Download complete
30dfabd6e5ea: Verifying Checksum
30dfabd6e5ea: Download complete
234d0c9e6d4f: Verifying Checksum
234d0c9e6d4f: Download complete
52340d2c6931: Verifying Checksum
52340d2c6931: Download complete
52340d2c6931: Pull complete
30dfabd6e5ea: Pull complete
d71a10091fc0: Pull complete
234d0c9e6d4f: Pull complete
Digest: sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced
Status: Downloaded newer image for ocaml/opam@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced
2025-06-17 21:18.48 ---> using "a5c4e1af52967ce6c46f0a49a956916486bb249765ab26d2974bf2c7d955d643" from cache


/: (comment debian-12-4.14+flambda_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 21:18.48 ---> using "5082b78f6a9dd4aecd045e78466146be863d84725ce362fe530f59add8681f71" 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.


Continue? [y/n] y
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.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-17 21:18.48 ---> using "97a640afaa3ecec8283c0093e4cb5b7661ac8b70e0111b325df148cf4fd51792" 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 21:18.48 ---> using "e4be094968430acc0f92c165d2f448604c68942168b56ef4e3c88865d5e24368" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-17 21:18.48 ---> using "78bf212dc77c0ee5c6a56facaa9d87d5532067d19985b8630fb2fa0e48378e42" 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 21:18.48 ---> using "47b029b60eb10506169c7a168fe40dc0a36b9816e1aea0a561d3fae5ba1b6bb1" from cache


/src: (copy (src ppx_tools.opam) (dst ./))
2025-06-17 21:18.49 ---> saved as "9bf2be47090fcc79e0ecc694760b71b0ad26e095188fb9988c6758a529af5005"


/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)
2025-06-17 21:18.52 ---> saved as "601d1bf9550d3e7302160a4c7c63f0b5b742f0d384930fb2476f18badeb06947"


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


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.19.1 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+options")


/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 ppx_tools.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 amd64 Packages [267 kB]
- Fetched 370 kB in 1s (382 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppx_tools.dev] synchronised (file:///src)


[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).
[NOTE] Package ocaml-config is already installed (current version is 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 21:19.15 ---> saved as "ad69095288c29fbef0564b3fd8f103f832c87ed1a2d3cf12fbd563b0722552c4"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).
[NOTE] Package ocaml-config is already installed (current version is 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.19.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved dune.3.19.1  (cached)
-> installed dune.3.19.1
-> installed cppo.1.8.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-17 21:21.09 ---> saved as "7fcc649e53914027b69a0070780ed315fbf053a5d986ec7d6d408fa5f7382b8e"


/src: (copy (src .) (dst /src))
2025-06-17 21:21.09 ---> saved as "c5835f51030735f2d583e1d4155ce839fee81769063612cf691674ba824f479c"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-06-17 21:21.18 ---> saved as "228a139fb53e090790821a607ea824951a6807aa465ade572e5be518717be6b9"
Job succeeded
2025-06-17 21:21.19: Job succeeded