Organisationsocaml-ppxppxlib31e563 (ppx-by-example)debian-12-4.10_opam-2.4

debian-12-4.10_opam-2.4

Link Copied
Code Copied

Logs

2025-07-31 07:30.34: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/ppx-by-example (31e5638445edb2904b329bade19e359f88f93c82) (linux-x86_64:debian-12-4.10_opam-2.4)
Base: ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "ppx-by-example" && cd "ppxlib" && git reset --hard 31e56384
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a
# debian-12-4.10_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./
RUN opam pin add -yn ppxlib.dev './' && \
opam pin add -yn ppxlib-tools.dev './' && \
opam pin add -yn ppxlib-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.15.1 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.11.0 seq.base sexplib0.v0.15.1 stdlib-shims.0.3.0 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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-07-31 07:30.34: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a-debian-12-4.10_opam-2.4-9dceeffe1ea002f298e76d8f03716999"
2025-07-31 07:30.34: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a)
(comment debian-12-4.10_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn ppxlib.dev './' && \
\nopam pin add -yn ppxlib-tools.dev './' && \
\nopam pin add -yn ppxlib-bench.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.15.1 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.11.0 seq.base sexplib0.v0.15.1 stdlib-shims.0.3.0 yojson.3.0.0")
(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.4 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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-07-31 07:30.34: Waiting for resource in pool OCluster
2025-07-31 09:51.38: Waiting for worker…
2025-07-31 09:56.05: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 31e56384 Merge pull request #570 from patricoferris/ci


(from ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a' locally
docker.io/ocaml/opam@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a: Pulling from ocaml/opam
2b437dab448b: Already exists
93dc4c23dfaa: Pulling fs layer
aebd431fa6af: Pulling fs layer
0bada8489d0d: Pulling fs layer
a72d5e1474dc: Pulling fs layer
93dc4c23dfaa: Waiting
0bada8489d0d: Waiting
a72d5e1474dc: Waiting
aebd431fa6af: Waiting
aebd431fa6af: Download complete
0bada8489d0d: Verifying Checksum
0bada8489d0d: Download complete
a72d5e1474dc: Verifying Checksum
a72d5e1474dc: Download complete
93dc4c23dfaa: Download complete
93dc4c23dfaa: Pull complete
aebd431fa6af: Pull complete
0bada8489d0d: Pull complete
a72d5e1474dc: Pull complete
Digest: sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a
Status: Downloaded newer image for ocaml/opam@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a
2025-07-31 09:58.04 ---> using "7cc30aadd15913f0f325db00caebbe27f64ec97be9f4efb3614646ea80c9e486" from cache


/: (comment debian-12-4.10_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-07-31 09:58.04 ---> using "a3370d9dcd101ce216ab9d5e92d8ecc3fe47a7996c0457e72e35f4af5c0c25bf" 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
2025-07-31 09:58.04 ---> using "a48b040063ed6f37cc02e1cfb879b755bcae1caf32ac6a09a8efab9c5d204a2e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 4.10.2
2.4.1
2025-07-31 09:58.04 ---> using "1bc6a1cdf4d88bb7c813f7d1916d6ec54a0accb858f2b33e87266e23f3d0062d" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-07-31 09:58.04 ---> using "aed644f4642f0c029c70dfab38b02aa9845d967e5b4a554f9bdbe7d6fbc05516" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))
b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819


<><> 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.3.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)
2025-07-31 09:58.04 ---> using "8d28d88aa6374622b5b8ebac9fdcf8b9e1adb7301bce2b3413baa8297b2226c8" from cache


/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
2025-07-31 09:58.04 ---> using "112db5013c585a5f0eac69de9d95d6f0cb416ff5979b973aaaa7d020377b0e40" from cache


/src: (run (network host)
(shell  "opam pin add -yn ppxlib.dev './' && \
\nopam pin add -yn ppxlib-tools.dev './' && \
\nopam pin add -yn ppxlib-bench.dev './'"))
[ppxlib.dev] synchronised (file:///src)
ppxlib is now pinned to file:///src (version dev)
[ppxlib-tools.dev] synchronised (file:///src)
ppxlib-tools is now pinned to file:///src (version dev)
[NOTE] Package ppxlib-bench does not exist in opam repositories registered in the current switch.
[ppxlib-bench.dev] synchronised (file:///src)
ppxlib-bench is now pinned to file:///src (version dev)
2025-07-31 09:58.04 ---> using "0ca785cc68dd8af3c884109b05dc3efdd5574d055ad0320f8c2313d8928ef155" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 09:58.04 ---> using "5e0acb7823546933befe1c9186a54dcaf0b8375530af403495f163fa58f13476" from cache


/src: (env DEPS "base.v0.15.1 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.11.0 seq.base sexplib0.v0.15.1 stdlib-shims.0.3.0 yojson.3.0.0")


/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.4 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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 bookworm-updates/main amd64 Packages.diff/Index [19.6 kB]
- Ign:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6916 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB]
- Fetched 402 kB in 1s (468 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppxlib.dev] synchronised (file:///src)
[ppxlib-bench.dev] synchronised (file:///src)
[ppxlib-tools.dev] synchronised (file:///src)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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-07-31 09:58.04 ---> using "a8f8089cd841070c6131082443e8d66e0f524e04d8f1ff64109653d961817ba4" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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 14 packages
- install base                v0.15.1
- install cinaps              v0.15.1
- install cmdliner            1.3.0
- install csexp               1.5.2
- install dune                3.19.1
- install dune-configurator   3.19.1
- install ocaml-compiler-libs v0.12.4
- install ocamlfind           1.9.8
- install ppx_derivers        1.2.1
- install re                  1.11.0
- install seq                 base
- install sexplib0            v0.15.1
- install stdlib-shims        0.3.0
- install yojson              3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.15.1  (cached)
-> retrieved cinaps.v0.15.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved sexplib0.v0.15.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed dune.3.19.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.15.1
-> installed re.1.11.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed cinaps.v0.15.1
-> installed dune-configurator.3.19.1
-> installed base.v0.15.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 09:58.27 ---> saved as "0caa84d3f1615dac915b8f143076e2d53f723fcf92263ff6277a729938bd9dbc"


/src: (copy (src .) (dst /src))
2025-07-31 09:58.28 ---> saved as "712ef6154ad1c79aa69b51a7790d0b933e4cc297fc7201c2f190dabd2c7bf582"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-07-31 09:59.11 ---> saved as "4374b615e85ad1018545dbfd158feae72a7e762125c3ea162c5988bb2afb194a"
Job succeeded
2025-07-31 09:59.11: Job succeeded