Organisationsocaml-ppxppxlib017f02 ()ubuntu-25.10-5.4_opam-2.5

ubuntu-25.10-5.4_opam-2.5

Logs

Show full logs
2026-03-11 09:31.45: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/629/head (017f0245d5c7274b1e1867b753c15ff2851382cc) (linux-x86_64:ubuntu-25.10-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/629/head" && git reset --hard 017f0245
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38
# ubuntu-25.10-5.4_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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --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

2026-03-11 09:31.45: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38-ubuntu-25.10-5.4_opam-2.5-4e24483ff863a883e0f01f8b16cf5694"
2026-03-11 09:31.45: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38)
 (comment ubuntu-25.10-5.4_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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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 (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.0 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.5 --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"))
)

2026-03-11 09:31.45: Waiting for resource in pool OCluster
2026-03-11 09:31.45: Waiting for worker…
2026-03-11 09:31.50: Got resource from pool OCluster
Building on eumache
HEAD is now at 87d9709a Refactor bivariant encoding to remove refs and exceptions
HEAD is now at 017f0245 Refactor bivariant encoding to remove refs and exceptions

(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38' locally
docker.io/ocaml/opam@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38: Pulling from ocaml/opam
16c195d4c5e9: Already exists
10536c2a3229: Already exists
c4b489cde89f: Already exists
3054bf19173d: Already exists
72d4d5b175f6: Already exists
e2528088a671: Already exists
f8eb755e24f2: Already exists
f4466119d9d7: Already exists
ea16cb990595: Already exists
35a2f342fb41: Already exists
cd43ff613b85: Already exists
23c9e772d285: Already exists
03d461f90c5f: Already exists
1983245fed01: Already exists
bf5ceca7719f: Already exists
edcc8d3ba4ab: Already exists
ede0d4fa2b79: Already exists
c5b15849c9ed: Already exists
c5b15849c9ed: Already exists
62d63a36325d: Already exists
3eab5053bbaa: Already exists
ebd442105bf8: Already exists
b65dd44d0cc4: Already exists
4f4fb700ef54: Already exists
0b00030c2a7a: Already exists
3b032402c760: Already exists
5c73a2ae8046: Already exists
a512bd04e73a: Already exists
787d7ef97d34: Already exists
cc77994b0a28: Already exists
0b443ca6fb74: Already exists
301890f1dd56: Already exists
88a6e67e1c35: Already exists
775001f1433c: Already exists
aa095842f5b7: Already exists
afe7a0ab1c61: Already exists
06772f5c82af: Already exists
7a5aa22485e6: Already exists
262630ae96fc: Already exists
ea9456b24627: Already exists
e26d74779ffb: Already exists
46280c074e3e: Already exists
c683139ef9f4: Already exists
fe27ac77eaa7: Already exists
74e185e70e26: Already exists
c9457b3cbf33: Already exists
4d065565425b: Already exists
b15bcbff2633: Already exists
d0b5bff0be80: Already exists
Digest: sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38
Status: Downloaded newer image for ocaml/opam@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38
2026-03-11 09:32.16 ---> saved as "1298e1d5dffa8ce226321a1bcac39114330568ccaf390856807160369fa2ee49"

/: (comment ubuntu-25.10-5.4_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-03-11 09:32.18 ---> saved as "1309b00d49741b88d8a73f19dac74cdc341f0ea644c75bd9b33ad15e1287e5a7"

/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
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-11 09:32.59 ---> saved as "57dc3cdc729adb9e6c9e5bf071f8fbdb234f3d02dafd21de9bfb3d54f052a06a"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-03-11 09:33.01 ---> saved as "3d0d866b98945a590649320861fdb4b7471117620aa39fb17f1722560eadacd1"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-03-11 09:33.03 ---> saved as "d4aea8789e5fc4f003c8fb4303cca09a40290830fa06e0c70a235332b8bcc654"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   340ee6fd1f..3c0d72031e  master     -> origin/master
302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-03-11 09:33.34 ---> saved as "ca276d2e1ed6160a3a87347757c592e5748bfd5beb1d7cc24fbda823de805a89"

/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
2026-03-11 09:33.35 ---> saved as "ea6ded4b674d08dbc4302ba2917f23a23f617d4c7e0ab55bc5d17c0a5c7393a0"

/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)
2026-03-11 09:33.44 ---> saved as "4aa4c567851d804656d8ab6ccf8de9be77ff5aa74762425fe26f77cb92bd8e1e"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-11 09:33.46 ---> saved as "c9fc12dc061480c46f7462002c5f9339391557088b814c8993589e77f2d3838c"

/src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.0 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.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:3 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:5 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [275 kB]
- Get:6 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [202 kB]
- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [410 kB]
- Get:8 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [176 kB]
- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [258 kB]
- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [204 kB]
- Fetched 1929 kB in 0s (8200 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-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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-03-11 09:34.07 ---> saved as "f5118ef9228c733df5e91721fcf755eeb96b3546a09b6f98aa6c8286ad435c63"

/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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.17.3
  - install cinaps                  v0.15.1
  - install cmdliner                2.1.0
  - install csexp                   1.5.2
  - install dune                    3.21.1
  - install dune-configurator       3.21.1
  - install ocaml-compiler-libs     v0.17.0
  - install ocaml_intrinsics_kernel v0.17.1
  - install ocamlfind               1.9.8
  - install ppx_derivers            1.2.1
  - install re                      1.14.0
  - install sexplib0                v0.17.0
  - install stdlib-shims            0.3.0
  - install yojson                  3.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3  (cached)
-> retrieved cinaps.v0.15.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed dune.3.21.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed cinaps.v0.15.1
-> installed dune-configurator.3.21.1
-> installed base.v0.17.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-11 09:35.47 ---> saved as "2e7a1399d618363ec72e69594a734755c49347d641052f56e6681504d204e048"

/src: (copy (src .) (dst /src))
2026-03-11 09:35.49 ---> saved as "26a84238bdfb3ca564a9d76cf6a2ab4400cace0088c3059e9b0ce5353eb0f730"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-03-11 09:36.32 ---> saved as "c41ce12e73af380f84468314de42defb5e26a5e0b214b83747cf2ca4baf545c8"
Job succeeded
2026-03-11 09:36.32: Job succeeded