Organisationsocaml-ppxppx_derivingc6e1b0 (master)ubuntu-25.04-4.14_opam-2.5

ubuntu-25.04-4.14_opam-2.5

Logs

Show full logs
2026-04-27 07:29.40: New job: test ocaml-ppx/ppx_deriving https://github.com/ocaml-ppx/ppx_deriving.git#refs/heads/master (c6e1b0899e83407f376ce14ae19ad102f5ad4439) (linux-x86_64:ubuntu-25.04-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-ppx/ppx_deriving.git" -b "master" && cd "ppx_deriving" && git reset --hard c6e1b089
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb
# ubuntu-25.04-4.14_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppx_deriving.opam ./
RUN opam pin add -yn ppx_deriving.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.22.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.38.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ppx_deriving.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-04-27 07:29.40: Using cache hint "ocaml-ppx/ppx_deriving-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb-ubuntu-25.04-4.14_opam-2.5-cbef22370b7a13dec7760281061626ae"
2026-04-27 07:29.40: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb)
 (comment ubuntu-25.04-4.14_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ppx_deriving.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn ppx_deriving.dev './'"))
 (run (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.22.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.38.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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 ppx_deriving.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-04-27 07:29.40: Waiting for resource in pool OCluster
2026-04-27 08:13.30: Waiting for worker…
2026-04-27 08:16.52: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at c6e1b08 Merge pull request #297 from arvidj/aj/create-set-default-loc

(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb' locally
docker.io/ocaml/opam@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb: Pulling from ocaml/opam
c62190a9ab61: Already exists
357ac6654861: Already exists
a191be1efbfd: Already exists
eb4000d4ebbc: Already exists
598bd7554f0c: Already exists
79d6c515bbb9: Already exists
154be107f855: Already exists
fd2208c876d6: Already exists
16490c1f67c4: Already exists
71652ce32f03: Already exists
f6539204dd94: Already exists
8832196939ac: Already exists
051ac3f8d1fa: Already exists
9c22d08d7908: Already exists
f92810fb1a76: Already exists
084bdef83a94: Already exists
d61f838e95fd: Already exists
d61f838e95fd: Already exists
4b9d9e7979d2: Already exists
5b295751883e: Already exists
4cf5bde88b89: Already exists
a2e9395651c9: Already exists
4f4fb700ef54: Already exists
8d482fe260fa: Already exists
0c1606e5aae9: Already exists
35abd5e9c377: Already exists
dd98292fdce5: Already exists
013f4f55172f: Already exists
74138f97645f: Already exists
dd1ee7cdcf24: Already exists
9af03bee1815: Already exists
2aa5fb145868: Already exists
236cbd8de420: Already exists
50b334ba052c: Already exists
0ecd776bb54b: Already exists
61565fcd1ea7: Already exists
c61c7e9567a5: Already exists
6616a61e7604: Already exists
9ff1755321c4: Already exists
a72649cf11ee: Already exists
d7886880bcec: Already exists
2a89a2b3cc39: Pulling fs layer
debc803d2143: Pulling fs layer
e4a5f49164e2: Pulling fs layer
569b9f5d92e4: Pulling fs layer
e4a5f49164e2: Waiting
ed5d03d53c7d: Pulling fs layer
569b9f5d92e4: Waiting
ed5d03d53c7d: Waiting
e4a5f49164e2: Verifying Checksum
e4a5f49164e2: Download complete
569b9f5d92e4: Download complete
ed5d03d53c7d: Download complete
debc803d2143: Verifying Checksum
debc803d2143: Download complete
2a89a2b3cc39: Verifying Checksum
2a89a2b3cc39: Download complete
2a89a2b3cc39: Pull complete
debc803d2143: Pull complete
e4a5f49164e2: Pull complete
569b9f5d92e4: Pull complete
ed5d03d53c7d: Pull complete
Digest: sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb
Status: Downloaded newer image for ocaml/opam@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb
2026-04-27 08:16.53 ---> using "26f2d1b20504f8a72d300005d6ed3a2bee34c58ce7ff6ebb581c3cd8e7bf182d" from cache

/: (comment ubuntu-25.04-4.14_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-04-27 08:16.53 ---> using "7729be9aeef278253c48b7491490d5770d24689c06ea7841c09b3b42721cf226" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"
[default] Initialised
2026-04-27 08:16.53 ---> using "bcd56c2fcac37d8900ef1186d44a59635a254658349185b960a29c4b43106298" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-04-27 08:16.53 ---> using "4bde2fbab53a6005951fa182586f93b8ad206d426d444506a02328fa96ee0f26" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-27 08:16.53 ---> using "2baaf6d27d66036c3e175ae274404055a72ba045903fd57695496f186d7c138b" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[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.5.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-04-27 08:16.53 ---> using "7a72f6e02912bb16c86a0c3303983103eae80b493f25a62ffc746674568cdf56" from cache

/src: (copy (src ppx_deriving.opam) (dst ./))
2026-04-27 08:16.53 ---> using "d94a10f98c8ef47cce18db203715c095c690b2902c2a43c7e4d78c79ff7a105a" from cache

/src: (run (network host)
           (shell "opam pin add -yn ppx_deriving.dev './'"))
[ppx_deriving.dev] synchronised (file:///src)
ppx_deriving is now pinned to file:///src (version dev)
2026-04-27 08:16.53 ---> using "43cfb7dfe3ee4500a90bb2946f5884a3072a4a5fa928eba8d6855eeb3feaf045" from cache

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-27 08:16.53 ---> using "5f3f5aa0f77166980cd7504194eb23a7cd6f34d5ea9a21050c8ea331b9b48fb7" from cache

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.22.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.38.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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 ppx_deriving.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppx_deriving.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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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-04-27 08:16.53 ---> using "75e1907a48a544a22b3146f005ffe884cf9462612bc152dac3a7c97fc039a930" from cache

/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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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 10 packages
  - install cppo                1.8.0
  - install dune                3.22.2
  - install ocaml-compiler-libs v0.12.4
  - install ocamlfind           1.9.8
  - install ounit2              2.2.7
  - install ppx_derivers        1.2.1
  - install ppxlib              0.38.0
  - install seq                 base
  - install sexplib0            v0.17.0
  - install stdlib-shims        0.3.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.22.2  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.22.2
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ounit2.2.2.7
-> installed ppxlib.0.38.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-27 08:16.53 ---> using "dda7f63c89f33795cf6f3039f3ff51cbefe63714f8f25d0f9236fca0292220da" from cache

/src: (copy (src .) (dst /src))
2026-04-27 08:16.54 ---> saved as "f7ff08eff1e5a41ccb850f363cb5f41210f9e4037f196ea33a7800f4b1c12876"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src_test/api && ./test_api.exe)
.
Ran: 1 tests in: 0.10 seconds.
OK
(cd _build/default/src_test/fold && ./test_deriving_fold.exe)
....
Ran: 4 tests in: 0.10 seconds.
OK
(cd _build/default/src_test/ord && ./test_deriving_ord.exe)
..............
Ran: 14 tests in: 0.11 seconds.
OK
(cd _build/default/src_test/iter && ./test_deriving_iter.exe)
....
Ran: 4 tests in: 0.10 seconds.
OK
(cd _build/default/src_test/create && ./test_deriving_create.exe)
..
Ran: 2 tests in: 0.10 seconds.
OK
(cd _build/default/src_test/make && ./test_deriving_make.exe)
....
Ran: 4 tests in: 0.10 seconds.
OK
(cd _build/default/src_test/eq && ./test_deriving_eq.exe)
............
Ran: 12 tests in: 0.11 seconds.
OK
(cd _build/default/src_test/map && ./test_deriving_map.exe)
............
Ran: 12 tests in: 0.11 seconds.
OK
(cd _build/default/src_test/show && ./test_deriving_show.exe)
......................
Ran: 22 tests in: 0.11 seconds.
OK
(cd _build/default/src_test/deriving && ./test_ppx_deriving.exe)
..
Ran: 2 tests in: 0.11 seconds.
OK
2026-04-27 08:16.58 ---> saved as "c36556eb9a862d1e1c87770e1841eb8ab124a5316da9e5b2f35389ea391af3a7"
Job succeeded
2026-04-27 08:16.58: Job succeeded