2025-12-28 07:20.44: New job: test ocaml-ppx/ppx_deriving https://github.com/ocaml-ppx/ppx_deriving.git#refs/pull/297/head (f04fd81a57eb9b12e2e3ea6ef9f16ad486e5b52c) (linux-x86_64:debian-12-4.14_opam-2.4) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe 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:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe # debian-12-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:20.44: Using cache hint "ocaml-ppx/ppx_deriving-ocaml/opam:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe-debian-12-4.14_opam-2.4-51970e9a0eaa0dacad164e256d4b8558" 2025-12-28 07:20.44: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe) (comment debian-12-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:20.44: Waiting for resource in pool OCluster 2025-12-28 07:24.33: Waiting for worker… 2025-12-28 07:30.09: 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:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe' locally docker.io/ocaml/opam@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe: Pulling from ocaml/opam c8443a297fa4: Pulling fs layer 3117594fcbaa: Pulling fs layer 85ca0e82a234: Pulling fs layer 1c1f02d52226: Pulling fs layer fe9d3c2e10e2: Pulling fs layer 2217026faa73: Pulling fs layer 1c1f02d52226: Waiting 1fef585d5a09: Pulling fs layer fe9d3c2e10e2: Waiting 2217026faa73: Waiting 0d0070c18c6d: Pulling fs layer 1fef585d5a09: Waiting c51172af0160: Pulling fs layer 0d0070c18c6d: Waiting df8875cc93ac: Pulling fs layer c51172af0160: Waiting 67847aef0407: Pulling fs layer df8875cc93ac: Waiting 36beb7078293: Pulling fs layer 67847aef0407: Waiting 191136a5f5c0: Pulling fs layer 36beb7078293: Waiting 714757d72e7f: Pulling fs layer 191136a5f5c0: Waiting 714757d72e7f: Waiting 68234c5c011d: Pulling fs layer 8df6961c36fa: Pulling fs layer afa495f7821e: Pulling fs layer 68234c5c011d: Waiting 8df6961c36fa: Waiting 5f9643dc0d5e: Pulling fs layer afa495f7821e: Waiting c5cd204c27b0: Pulling fs layer 7a188148750f: Pulling fs layer c5cd204c27b0: Waiting 0c4a275107e2: Pulling fs layer 7a188148750f: Waiting 3ce9f77add31: Pulling fs layer 0c4a275107e2: Waiting 4f4fb700ef54: Pulling fs layer 3ce9f77add31: Waiting 4f4fb700ef54: Waiting 9b27f4cec1f5: Pulling fs layer f13f8b8a6ebe: Pulling fs layer 9b27f4cec1f5: Waiting 7347d8d6169e: Pulling fs layer f13f8b8a6ebe: Waiting 7347d8d6169e: Waiting d0faf52955c3: Pulling fs layer 02b89d433f3e: Pulling fs layer d0faf52955c3: Waiting 1f88f6e46b0c: Pulling fs layer 02b89d433f3e: Waiting 345b324af9bd: Pulling fs layer 1f88f6e46b0c: Waiting a95711b9c003: Pulling fs layer 345b324af9bd: Waiting a95711b9c003: Waiting f874b80e803a: Pulling fs layer 82c952ade8b1: Pulling fs layer 82c952ade8b1: Waiting 8c8b9ca5e561: Pulling fs layer f874b80e803a: Waiting b34ef319e463: Pulling fs layer 8c8b9ca5e561: Waiting 888dc0bf1f1f: Pulling fs layer b34ef319e463: Waiting 083ae27b8914: Pulling fs layer 888dc0bf1f1f: Waiting 529d05c22b93: Pulling fs layer 083ae27b8914: Waiting 529d05c22b93: Waiting 0b92011566a7: Pulling fs layer 3e1d10060b32: Pulling fs layer 0b92011566a7: Waiting ee8d3043c790: Pulling fs layer 3e1d10060b32: Waiting e3a60f552012: Pulling fs layer ee8d3043c790: Waiting 653f55382a5b: Pulling fs layer e3a60f552012: Waiting 8d14638d4c9a: Pulling fs layer 653f55382a5b: Waiting ff60b4d2cd24: Pulling fs layer 8d14638d4c9a: Waiting ff60b4d2cd24: Waiting 85ca0e82a234: Download complete 3117594fcbaa: Download complete fe9d3c2e10e2: Download complete 1c1f02d52226: Verifying Checksum 1c1f02d52226: Download complete c8443a297fa4: Verifying Checksum c8443a297fa4: Download complete 1fef585d5a09: Verifying Checksum 1fef585d5a09: Download complete 0d0070c18c6d: Verifying Checksum 0d0070c18c6d: Download complete df8875cc93ac: Verifying Checksum df8875cc93ac: Download complete c8443a297fa4: Pull complete 3117594fcbaa: Pull complete 85ca0e82a234: Pull complete 2217026faa73: Verifying Checksum 2217026faa73: Download complete 67847aef0407: Verifying Checksum 67847aef0407: Download complete c51172af0160: Verifying Checksum c51172af0160: Download complete 1c1f02d52226: Pull complete fe9d3c2e10e2: Pull complete 191136a5f5c0: Verifying Checksum 191136a5f5c0: Download complete 36beb7078293: Verifying Checksum 36beb7078293: Download complete 8df6961c36fa: Download complete 714757d72e7f: Verifying Checksum 714757d72e7f: Download complete 68234c5c011d: Verifying Checksum 68234c5c011d: Download complete afa495f7821e: Download complete 5f9643dc0d5e: Verifying Checksum 5f9643dc0d5e: Download complete c5cd204c27b0: Download complete 7a188148750f: Verifying Checksum 7a188148750f: Download complete 0c4a275107e2: Verifying Checksum 0c4a275107e2: Download complete 3ce9f77add31: Verifying Checksum 3ce9f77add31: Download complete 4f4fb700ef54: Download complete 9b27f4cec1f5: Download complete f13f8b8a6ebe: Download complete 7347d8d6169e: Verifying Checksum 7347d8d6169e: Download complete d0faf52955c3: Download complete 02b89d433f3e: Download complete 1f88f6e46b0c: Download complete a95711b9c003: Verifying Checksum a95711b9c003: Download complete 345b324af9bd: Verifying Checksum 345b324af9bd: Download complete f874b80e803a: Verifying Checksum f874b80e803a: Download complete 82c952ade8b1: Verifying Checksum 82c952ade8b1: Download complete b34ef319e463: Verifying Checksum b34ef319e463: Download complete 8c8b9ca5e561: Verifying Checksum 8c8b9ca5e561: Download complete 0b92011566a7: Verifying Checksum 0b92011566a7: Download complete 3e1d10060b32: Download complete ee8d3043c790: Download complete 888dc0bf1f1f: Verifying Checksum 888dc0bf1f1f: Download complete 653f55382a5b: Download complete 8d14638d4c9a: Download complete ff60b4d2cd24: Verifying Checksum ff60b4d2cd24: Download complete e3a60f552012: Verifying Checksum e3a60f552012: Download complete 529d05c22b93: Verifying Checksum 529d05c22b93: Download complete 2217026faa73: Pull complete 1fef585d5a09: Pull complete 0d0070c18c6d: Pull complete c51172af0160: Pull complete df8875cc93ac: Pull complete 67847aef0407: Pull complete 36beb7078293: Pull complete 191136a5f5c0: Pull complete 714757d72e7f: Pull complete 68234c5c011d: Pull complete 8df6961c36fa: Pull complete afa495f7821e: Pull complete 5f9643dc0d5e: Pull complete c5cd204c27b0: Pull complete 7a188148750f: Pull complete 0c4a275107e2: Pull complete 3ce9f77add31: Pull complete 4f4fb700ef54: Pull complete 9b27f4cec1f5: Pull complete f13f8b8a6ebe: Pull complete 7347d8d6169e: Pull complete d0faf52955c3: Pull complete 02b89d433f3e: Pull complete 1f88f6e46b0c: Pull complete 345b324af9bd: Pull complete a95711b9c003: Pull complete f874b80e803a: Pull complete 82c952ade8b1: Pull complete 8c8b9ca5e561: Pull complete b34ef319e463: Pull complete 888dc0bf1f1f: Pull complete 083ae27b8914: Pull complete 529d05c22b93: Pull complete 0b92011566a7: Pull complete 3e1d10060b32: Pull complete ee8d3043c790: Pull complete e3a60f552012: Pull complete 653f55382a5b: Pull complete 8d14638d4c9a: Pull complete ff60b4d2cd24: Pull complete Digest: sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe Status: Downloaded newer image for ocaml/opam@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe 2025-12-28 07:30.10 ---> using "ec68c8b6664fb3aba59d0ad783bcdc1eb1d65a5507850508cc1bdde5936f87fd" from cache /: (comment debian-12-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 07:30.10 ---> using "b21ebd4923c52da99208fe235fb8e3cacf5ebba1bc29a36142fc70c358313373" 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 07:30.10 ---> using "09b54d48463c2e0979d18a611ceda7206f251bf7793343cdcebdb89b5dcb11b4" 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 07:30.10 ---> using "2b192a80da4bc753cd2a654eccfedd4d45185bc3771fe29c7b4cf5ba20c7bfbb" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-12-28 07:30.10 ---> using "e783ad3d454ad3a1c8517b980eb7264c086ed5ccfb5c5609d1c7e5e6a2d8ea6a" 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 07:30.10 ---> using "ac073530853843ecfdead69e4bf7a4bdb1c65c6e7ca83ac276179fb4deed59c8" from cache /src: (copy (src ppx_deriving.opam) (dst ./)) 2025-12-28 07:30.10 ---> saved as "18419f47cc90b86a4d898430c2954d11f011725414c3948484c3f5e248aa0833" /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 07:30.13 ---> saved as "f53473688c25777d920529a2d74d7b284d8655e35f8884714c7439e03b46d40f" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-12-28 07:30.13 ---> saved as "f96597db14d00a02c64574cc0baa54aef880526a0f3380c998e2738e227c2d14" /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://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] - Fetched 103 kB in 1s (175 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 07:30.35 ---> saved as "426d6faeef52e6fc9f0bc88deaee1686d4b1a6ffe0d79f84a9d3c7d032dfff25" /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 cppo.1.8.0 -> installed ounit2.2.2.7 -> installed ocaml-compiler-libs.v0.12.4 -> installed ppxlib.0.37.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-12-28 07:32.47 ---> saved as "103111a6089ebfeefe685e07970e67d9a6f4f4b919ac50b6341e80bcd26a88d2" /src: (copy (src .) (dst /src)) 2025-12-28 07:32.47 ---> saved as "450027bde222a55909f9d8ff2011d76d15e7bb7ca217e51846d3ada7aa8fc27e" /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/iter && ./test_deriving_iter.exe) .... Ran: 4 tests in: 0.12 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/make && ./test_deriving_make.exe) .... Ran: 4 tests in: 0.12 seconds. OK (cd _build/default/src_test/map && ./test_deriving_map.exe) ............ Ran: 12 tests in: 0.15 seconds. OK (cd _build/default/src_test/ord && ./test_deriving_ord.exe) .............. Ran: 14 tests in: 0.13 seconds. OK (cd _build/default/src_test/fold && ./test_deriving_fold.exe) .... Ran: 4 tests in: 0.12 seconds. OK (cd _build/default/src_test/eq && ./test_deriving_eq.exe) ............ Ran: 12 tests in: 0.12 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/deriving && ./test_ppx_deriving.exe) .. Ran: 2 tests in: 0.11 seconds. OK 2025-12-28 07:33.04 ---> saved as "00224e6b74d64c0162991cc9cac7e1613300dbc28a5f01b43418077752ad3fca" Job succeeded 2025-12-28 07:33.04: Job succeeded