2025-12-17 13:51.44: New job: test ocaml-ppx/ppx_deriving https://github.com/ocaml-ppx/ppx_deriving.git#refs/pull/297/head (f04fd81a57eb9b12e2e3ea6ef9f16ad486e5b52c) (linux-x86_64:ubuntu-22.04-5.4_opam-2.4)Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96bOpam project buildTo 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 f04fd81acat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b# ubuntu-22.04-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 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 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-17 13:51.44: Using cache hint "ocaml-ppx/ppx_deriving-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b-ubuntu-22.04-5.4_opam-2.4-aa592c1a61352b58c14961877b3e3bff"2025-12-17 13:51.44: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b)(comment ubuntu-22.04-5.4_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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 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 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-17 13:51.44: Waiting for resource in pool OCluster2025-12-17 17:28.42: Waiting for worker…2025-12-17 17:33.49: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at f04fd81 Update [CHANGELOG.md](from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b)2025-12-17 17:33.50 ---> using "7f91e2bb83d6d357ae6dfb3920265348795501d90daa6df00769b7d07a85dd88" from cache/: (comment ubuntu-22.04-5.4_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-17 17:33.50 ---> using "b10baba17702824ce3397886586a74a86b43df56e830340d91504f8930049b89" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-12-17 17:33.50 ---> using "38cd054f629c2ff65a759fcc3d2903d8d15e320c75afff53a053aa42a098b1c3" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-86-genericThe OCaml toplevel, version 5.4.02.4.12025-12-17 17:33.50 ---> using "699d03d14ea2f9b02d41e070a8808a882e511d19afee5b2765468c809dcb1a1a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-17 17:33.50 ---> using "74cfbcc9a295d0845e9bd1e64f215006dd5eac3329883f731cc3cadb6f8b0a21" 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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee48e882f0..c199949faa master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-12-17 17:33.50 ---> using "741fab8f8b4870ddd5052c4bcabd8380bb2782bdc085c9dfa53ca3ebcba6e261" from cache/src: (copy (src ppx_deriving.opam) (dst ./))2025-12-17 17:33.50 ---> saved as "558690fa0978d29ebd6b6b5de1dac3e5bd5cc4b5aaf8daca39ba5694ffba8ad3"/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-17 17:33.55 ---> saved as "9f668fb69d193d13ad0402974802f796ef626bfff4b08a64e667c68ae1238f63"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-17 17:33.55 ---> saved as "1661739116416240eef7a57120e5ec8729e7f29329273eaab55578d8e4031c63"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 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 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"- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:2 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6205 kB]- Get:3 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3633 kB]- Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1598 kB]- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.3 kB]- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6411 kB]- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3965 kB]- Get:11 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [114 kB]- Get:12 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [40.3 kB]- Fetched 22.4 MB in 3s (8176 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 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).2025-12-17 17:34.23 ---> saved as "c141f22e94030c753be847d9c24fc8b5243a84549fb959c7563db45508a08287"/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 10 packages- install cppo 1.8.0- install dune 3.20.2- install ocaml-compiler-libs v0.17.0- 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.17.0 (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.17.0-> installed ppxlib.0.37.0Done.# To update the current shell environment, run: eval $(opam env)2025-12-17 17:36.36 ---> saved as "b95c511891832d7ab4f73b3c38d07f62c2aeb665296cb204367ade6a6ea0c315"/src: (copy (src .) (dst /src))2025-12-17 17:36.37 ---> saved as "06c156c187af67de741fea72b4b9fe90b777f2379d517ce4b5e7baf0e18f05ed"/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/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.13 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/create && ./test_deriving_create.exe)..Ran: 2 tests in: 0.11 seconds.OK(cd _build/default/src_test/ord && ./test_deriving_ord.exe)..............Ran: 14 tests in: 0.14 seconds.OK(cd _build/default/src_test/show && ./test_deriving_show.exe)......................Ran: 22 tests in: 0.17 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/deriving && ./test_ppx_deriving.exe)..Ran: 2 tests in: 0.11 seconds.OK2025-12-17 17:36.58 ---> saved as "65f7a6806cd4782973ac479bf44b10eefd8403cb4753fcc04323acefbe6e4539"Job succeeded2025-12-17 17:36.58: Job succeeded