Organisationsocaml-ppxppx_derivingf04fd8 ()ubuntu-24.04-4.14_opam-2.4

ubuntu-24.04-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-12-28 07:28.29: New job: test ocaml-ppx/ppx_deriving https://github.com/ocaml-ppx/ppx_deriving.git#refs/pull/297/head (f04fd81a57eb9b12e2e3ea6ef9f16ad486e5b52c) (linux-x86_64:ubuntu-24.04-4.14_opam-2.4)
Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppx_deriving.git" && cd "ppx_deriving" && git fetch origin "refs/pull/297/head" && git reset --hard f04fd81a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d
# ubuntu-24.04-4.14_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.37.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.4 --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


2025-12-28 07:28.29: Using cache hint "ocaml-ppx/ppx_deriving-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d-ubuntu-24.04-4.14_opam-2.4-51970e9a0eaa0dacad164e256d4b8558"
2025-12-28 07:28.29: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d)
(comment ubuntu-24.04-4.14_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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 (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.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.37.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.4 --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"))
)


2025-12-28 07:28.29: Waiting for resource in pool OCluster
2025-12-28 09:01.25: Waiting for worker…
2025-12-28 09:05.59: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at f04fd81 Update [CHANGELOG.md]


(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d' locally
docker.io/ocaml/opam@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d: Pulling from ocaml/opam
20043066d3d5: Already exists
74a201e1c126: Already exists
d63bb9fbbf86: Already exists
9467c6371b02: Already exists
404716bfcac3: Already exists
fed733e23844: Already exists
707d11c2eefa: Already exists
399e5b85a0fc: Already exists
d0bd8a3f061c: Already exists
a49e067103b6: Already exists
564fcb11fd5c: Already exists
b54d000bca39: Already exists
1022f2c60c0e: Already exists
d0473c037ed5: Already exists
b4b0a2839de5: Already exists
f95ab9582825: Already exists
20d40f2e0f67: Already exists
20d40f2e0f67: Already exists
7e5f024df647: Already exists
d39cb8682827: Already exists
72072a576a9f: Already exists
7b230cb3ef48: Already exists
4f4fb700ef54: Already exists
23c320078945: Already exists
8f7a7c3573c5: Already exists
1564848c4b7b: Already exists
cc7ba7d9e277: Already exists
14120930af46: Already exists
baa80d4afe8f: Already exists
68007a21c1c4: Already exists
d2df30cde401: Already exists
f21ee1a89225: Already exists
fde2d5a241cf: Already exists
6d474fa3c976: Already exists
a45b9e268599: Already exists
fb9fa892ed79: Already exists
ba013a08453d: Already exists
9be3559c7d84: Already exists
57e25f9db71c: Already exists
ade4c34ce8e6: Already exists
7ad8fb0274dc: Already exists
9938feee8fe6: Pulling fs layer
8e8b4e5d5c39: Pulling fs layer
f4499fee2455: Pulling fs layer
b28e8701a421: Pulling fs layer
b28e8701a421: Waiting
f4499fee2455: Verifying Checksum
f4499fee2455: Download complete
8e8b4e5d5c39: Verifying Checksum
8e8b4e5d5c39: Download complete
b28e8701a421: Verifying Checksum
b28e8701a421: Download complete
9938feee8fe6: Verifying Checksum
9938feee8fe6: Download complete
9938feee8fe6: Pull complete
8e8b4e5d5c39: Pull complete
f4499fee2455: Pull complete
b28e8701a421: Pull complete
Digest: sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d
Status: Downloaded newer image for ocaml/opam@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d
2025-12-28 09:26.19 ---> using "8e09f142ca4c8b9565a6c3a204c9c7517ea1af6e151cb81a7b7a04b2b0967b6a" from cache


/: (comment ubuntu-24.04-4.14_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-12-28 09:26.19 ---> using "e79fa32069ed7ded2149f6411a7265426315bdb6f3507f03c32e865e524aef42" 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-12-28 09:26.19 ---> using "e0853df83aa55f1f675784533c14be4a599b4bdb36a79d47b936360eb0fabaed" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-12-28 09:26.19 ---> using "61929bacfed9858bf04a5810f9f06ae536330362fde4fb94c1be0c34cd80b803" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-28 09:26.19 ---> using "548d6c719a0be1f8ccaa756375e0145b4a9832c6fee141abd3c6fde322672791" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


<><> 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)
2025-12-28 09:26.19 ---> using "783ebdbd0cf7d523858e74d36a1609a5ff0e6eb63f13eb6e1096ce0b157c3d74" from cache


/src: (copy (src ppx_deriving.opam) (dst ./))
2025-12-28 09:26.19 ---> saved as "3a2dead0264ff8ad4fdfa0aa2aed4b8f9eb740637c8d300e24299f74dd50c750"


/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)
2025-12-28 09:26.21 ---> saved as "57673a760e612b2ee6a2bcec69aef0a9ca48f0bf84ee970a38679fc838a90b7e"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-28 09:26.21 ---> saved as "18ac0bee9f41a1a52db99f99b9cd923b953bdc85bbce1c0dbf7db37c3b5cd360"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.37.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.4 --depext-only -y ppx_deriving.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:4 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Fetched 378 kB in 0s (1429 kB/s)
- 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.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-12-28 09:26.30 ---> saved as "359664d334f9b7b9d81a48840470c024ad722430929d6b4b4c72614f68c0591e"


/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 10 packages
- install cppo                1.8.0
- install dune                3.20.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.37.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 ppxlib.0.37.0  (cached)
-> retrieved dune.3.20.2  (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.20.2
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed cppo.1.8.0
-> installed ounit2.2.2.7
-> installed ppxlib.0.37.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-28 09:27.05 ---> saved as "b42eb9053c0db708104d09df36557729910ffb8f75b4a799473541cecd685f08"


/src: (copy (src .) (dst /src))
2025-12-28 09:27.06 ---> saved as "da5a3f7157bda662341d9c2bb8476f1e242c02a44ff903d0e1684438a668026b"


/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/make && ./test_deriving_make.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/eq && ./test_deriving_eq.exe)
............
Ran: 12 tests in: 0.10 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.10 seconds.
OK
2025-12-28 09:27.09 ---> saved as "3423b5b56d8938a93c01b795cac84cd355365ab6bc48ed0c4d90dc57a06e3bb3"
Job succeeded
2025-12-28 09:27.10: Job succeeded