2025-12-28 07:28.09: New job: test ocaml-ppx/ppx_deriving https://github.com/ocaml-ppx/ppx_deriving.git#refs/pull/297/head (f04fd81a57eb9b12e2e3ea6ef9f16ad486e5b52c) (linux-x86_64:fedora-42-4.14_opam-2.4) Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f 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:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f # fedora-42-4.14_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils 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.09: Using cache hint "ocaml-ppx/ppx_deriving-ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f-fedora-42-4.14_opam-2.4-51970e9a0eaa0dacad164e256d4b8558" 2025-12-28 07:28.09: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f) (comment fedora-42-4.14_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (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.09: Waiting for resource in pool OCluster 2025-12-28 08:38.05: Waiting for worker… 2025-12-28 08:45.55: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at f04fd81 Update [CHANGELOG.md] (from ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f) Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f' locally docker.io/ocaml/opam@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f: Pulling from ocaml/opam 166acd75d0b1: Already exists 3f5403f6a2f2: Already exists 67aec952ce79: Already exists 0bb48c2941bc: Already exists 4c00ee60bee0: Already exists 0405ae6db764: Already exists 75f105568f25: Already exists 89a1a8bb55db: Already exists 4dbdc277b5cc: Already exists b9ac9b5d0d58: Already exists ed3c58c8dfb3: Already exists a7f2118798c2: Already exists 6cf8123db17c: Already exists 5ac472da51a5: Already exists 3922aa403f38: Already exists 98656b983bdb: Already exists 929c1c6503b7: Already exists 930e6f5c8d1d: Already exists ea061ab209c7: Already exists b6a2cb7f5c47: Already exists c69cf0663843: Already exists 4f4fb700ef54: Already exists 067fb1fc80b8: Already exists 7ea6a305f43c: Already exists e0c82749fa91: Already exists f5f2f52bbfe6: Already exists 7f3917cda1bd: Already exists 12e8a6ba30d9: Already exists 52881c97bb6a: Already exists e4dd3ced19f6: Already exists 85b85699624b: Already exists 5ec3770e6174: Already exists 0140052d9f0a: Already exists 97821c341b06: Already exists 6b0f44402a83: Pulling fs layer 637838f6bf32: Pulling fs layer 2c4c5f425aca: Pulling fs layer 10de3752fc9c: Pulling fs layer cc67aefe0e92: Pulling fs layer c0ce6ac204a8: Pulling fs layer b9ec1cd9680e: Pulling fs layer 9c82a29817da: Pulling fs layer 10de3752fc9c: Waiting f63f3e885f02: Pulling fs layer cc67aefe0e92: Waiting c0ce6ac204a8: Waiting b3e15bf893a9: Pulling fs layer b9ec1cd9680e: Waiting 9c82a29817da: Waiting f63f3e885f02: Waiting b3e15bf893a9: Waiting 637838f6bf32: Verifying Checksum 637838f6bf32: Download complete 10de3752fc9c: Verifying Checksum 10de3752fc9c: Download complete cc67aefe0e92: Download complete c0ce6ac204a8: Verifying Checksum c0ce6ac204a8: Download complete 2c4c5f425aca: Verifying Checksum 2c4c5f425aca: Download complete 9c82a29817da: Verifying Checksum 9c82a29817da: Download complete f63f3e885f02: Verifying Checksum f63f3e885f02: Download complete b3e15bf893a9: Verifying Checksum b3e15bf893a9: Download complete b9ec1cd9680e: Verifying Checksum b9ec1cd9680e: Download complete 6b0f44402a83: Verifying Checksum 6b0f44402a83: Download complete 6b0f44402a83: Pull complete 637838f6bf32: Pull complete 2c4c5f425aca: Pull complete 10de3752fc9c: Pull complete cc67aefe0e92: Pull complete c0ce6ac204a8: Pull complete b9ec1cd9680e: Pull complete 9c82a29817da: Pull complete f63f3e885f02: Pull complete b3e15bf893a9: Pull complete Digest: sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f Status: Downloaded newer image for ocaml/opam@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f 2025-12-28 08:45.55 ---> using "1eb580d080c4cbeff2dbdaad43c94e06bc6be7074e19a8b1e973341633b4209d" from cache /: (comment fedora-42-4.14_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 42 - x86_64 100% | 53.8 KiB/s | 22.8 KiB | 00m00s Fedora 42 - x86_64 - Updates 100% | 29.9 KiB/s | 8.3 KiB | 00m00s Fedora 42 openh264 (From Cisco) - x86_ 100% | 6.1 KiB/s | 986.0 B | 00m00s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2025-12-28 08:45.55 ---> using "82ab58db20dc9e958dec9f6794b440126252beddff83bbf0fc74d5321c05f1fc" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-12-28 08:45.55 ---> using "271ab3b82d2f00c26efc6e7b9ca766a6558391257736a7b1259f3b81055ba4ea" 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 [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 2025-12-28 08:45.55 ---> using "81778c5788a1ddad22c83d0d5fb29c7baa9d18975a12217403fdaa33b123eb1c" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-86-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-12-28 08:45.55 ---> using "62209541c313a8175e1a28c6e2917946f084e7636c958cc6b463993cf20c0069" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-12-28 08:45.55 ---> using "0ee4772becfc628cfc8e275de73c14ff59552c939536127a96785036c603e588" 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 08:45.55 ---> using "b0f6a65109a06acc592680b51aac4fcbd7bf23316c4c79db0b5c65e0d38ea7f0" from cache /src: (copy (src ppx_deriving.opam) (dst ./)) 2025-12-28 08:45.56 ---> saved as "5382c2a37026502be63b401d828f3c48f3956d596e36049cd154cf047e0142d2" /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 08:45.57 ---> saved as "1b95d65c1107feb2022b0d3bd06076478d4cfdb0d4ee4a6485d9f69c85ed3c46" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-12-28 08:45.58 ---> saved as "9b4d896d20498c04db0155d90b2cd740514eedec391caf8836192b734a961eec" /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/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> 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 08:46.18 ---> saved as "5fb5f3162b3e003230aa45fe1fadb7093e251302eeb7b183fa56d986fea63487" /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 stdlib-shims.0.3.0 -> installed ppx_derivers.1.2.1 -> 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 08:48.26 ---> saved as "adc70826c80bb2ee06cf4eb8d214b5db88cc1241fa124da4fbb9977ab53b1657" /src: (copy (src .) (dst /src)) 2025-12-28 08:48.26 ---> saved as "e7778e4b6b285b06fc103087f195c1b9c2587c6d89baef842e82ed773ff6db0e" /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.11 seconds. OK (cd _build/default/src_test/ord && ./test_deriving_ord.exe) .............. Ran: 14 tests in: 0.16 seconds. OK (cd _build/default/src_test/iter && ./test_deriving_iter.exe) .... Ran: 4 tests in: 0.11 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/create && ./test_deriving_create.exe) .. Ran: 2 tests in: 0.11 seconds. OK (cd _build/default/src_test/fold && ./test_deriving_fold.exe) .... Ran: 4 tests in: 0.13 seconds. OK (cd _build/default/src_test/show && ./test_deriving_show.exe) ...................... Ran: 22 tests in: 0.15 seconds. OK (cd _build/default/src_test/make && ./test_deriving_make.exe) .... Ran: 4 tests in: 0.11 seconds. OK (cd _build/default/src_test/deriving && ./test_ppx_deriving.exe) .. Ran: 2 tests in: 0.11 seconds. OK (cd _build/default/src_test/map && ./test_deriving_map.exe) ............ Ran: 12 tests in: 0.12 seconds. OK 2025-12-28 08:48.39 ---> saved as "f741e3dde8e015696078cbd6b4fa7236039937b1bad952c792d96082f580a05d" Job succeeded 2025-12-28 08:48.40: Job succeeded