2025-12-05 13:43.05: New job: test ocaml-ppx/ppx_deriving https://github.com/ocaml-ppx/ppx_deriving.git#refs/pull/297/head (5962c3bed06a7f15918bc06832fddf09a9236921) (openbsd-amd64:openbsd-77-amd64-5.4_opam-2.4)Base: openbsd-77-amd64-ocaml-5.4Opam 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 5962c3becat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-77-amd64-ocaml-5.4# openbsd-77-amd64-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ppx_deriving.opam /home/opam/src/./RUN opam pin add -yn ppx_deriving.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./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 . /home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-05 13:43.05: Using cache hint "ocaml-ppx/ppx_deriving-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.4-aa592c1a61352b58c14961877b3e3bff"2025-12-05 13:43.05: Using OBuilder spec:((from openbsd-77-amd64-ocaml-5.4)(comment openbsd-77-amd64-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "doas 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"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ppx_deriving.opam) (dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn ppx_deriving.dev '/home/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./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 /home/opam/src))(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-12-05 13:43.05: Waiting for resource in pool OCluster2025-12-05 13:43.05: Waiting for worker…2025-12-05 13:43.05: Got resource from pool OClusterBuilding on oreganoHEAD is now at e58e37d Release 6.1.1HEAD is now at 5962c3b ppx_deriving.create: set [with_default_loc](from openbsd-77-amd64-ocaml-5.4)2025-12-05 13:43.06 ---> using "8424522d1f78b81b26ba463ba357c8ca122e0f74070b621aa84fc80c68430631" from cache/: (comment openbsd-77-amd64-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "doas ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-12-05 13:43.06 ---> using "c9c9d20b21285c86d832e721a23e6d7df92b8c156184c48d4f8227c52c533e04" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using 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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from file:///home/opam/opam-repository2025-12-05 13:43.06 ---> using "4fe223850f63b3570d56a2e9a2f2955ccada1b654ec00cbaced22f9e9f923ca0" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.7The OCaml toplevel, version 5.4.02.4.12025-12-05 13:43.06 ---> using "8d299a54fbfd348a915878f15036df1470bbbf7d8b30158a99fe7f714d061672" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..1808b67a60 master -> origin/master1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-12-05 13:43.06 ---> using "4e3991e57e9d50e81a1819132e92f7da280b5953edccd999d04a119d5ca29053" from cache/: (copy (src ppx_deriving.opam) (dst /home/opam/src/./))2025-12-05 13:43.48 ---> saved as "fa3609f1f8e211ff59729ca92c346f036d4bd25e0c4f4ad6aac75f73c24d81a1"/: (run (network host)(shell "opam pin add -yn ppx_deriving.dev '/home/opam/src/./'"))[ppx_deriving.dev] synchronised (file:///home/opam/src)ppx_deriving is now pinned to file:///home/opam/src (version dev)2025-12-05 13:44.31 ---> saved as "ac1052f1e73dccca232365b5cde4af4fc10f7ef2deb8a70fce8a9ac6624c3fc6"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2025-12-05 13:45.11 ---> saved as "43d134ce6302791f00f20bf593e857fbbd0aa8cf67f7a6cbcc9cefc1c7077116"/: (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"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ppx_deriving.dev] synchronised (file:///home/opam/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-05 13:46.03 ---> saved as "1c0a7512f418f921d4f4e617b4781926daec64e71054ffb99a47d855d263d9f2"/: (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 ocaml-compiler-libs.v0.17.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved seq.base (cached)-> 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 seq.base-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.17.0-> installed ppx_derivers.1.2.1-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed ounit2.2.2.7-> installed ppxlib.0.37.0Done.# To update the current shell environment, run: eval $(opam env)2025-12-05 13:55.21 ---> saved as "9101b5ba05000b82cf8d2cdc42418cf0c6d2a1bb931925b9b7c6e8417b8aa381"/: (copy (src .) (dst /home/opam/src))2025-12-05 13:56.03 ---> saved as "45d55c5c3fe9ff933e800c3d151c9f3e076f7a5289125144d29a7229903b3f5b"/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/src_test/api && ./test_api.exe).Ran: 1 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/create && ./test_deriving_create.exe)..Ran: 2 tests in: 0.12 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/eq && ./test_deriving_eq.exe)............Ran: 12 tests in: 0.12 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/make && ./test_deriving_make.exe)....Ran: 4 tests in: 0.12 seconds.OK(cd _build/default/src_test/show && ./test_deriving_show.exe)......................Ran: 22 tests in: 0.12 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/deriving && ./test_ppx_deriving.exe)..Ran: 2 tests in: 0.13 seconds.OK2025-12-05 13:57.07 ---> saved as "dc69c1984d3cdf9a89337623a2ff9cdc1fd28a8818ede9c27ac3da0a39e41b5f"Job succeeded2025-12-05 13:57.07: Job succeeded