2026-03-26 14:46.26: New job: test ocaml-ppx/ppx_deriving_protobuf https://github.com/ocaml-ppx/ppx_deriving_protobuf.git#refs/heads/master (5b602831d6df6e47412c96e93368d0068aeb6027) (linux-x86_64:debian-13-4.13_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppx_deriving_protobuf.git" -b "master" && cd "ppx_deriving_protobuf" && git reset --hard 5b602831cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b# debian-13-4.13_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ppx_deriving_protobuf.opam ./RUN opam pin add -yn ppx_deriving_protobuf.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.22.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 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 ppx_deriving.6.1.1 ppxlib.0.38.0 seq.base sexplib0.v0.16.0 stdint.0.7.2 stdlib-shims.0.3.0 uint.2.0.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ppx_deriving_protobuf.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-26 14:46.26: Using cache hint "ocaml-ppx/ppx_deriving_protobuf-ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b-debian-13-4.13_opam-2.5-d254d166447b32717cb1db9fc758820a"2026-03-26 14:46.26: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b)(comment debian-13-4.13_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ppx_deriving_protobuf.opam) (dst ./))(run (network host)(shell "opam pin add -yn ppx_deriving_protobuf.dev './'"))(run (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.22.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 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 ppx_deriving.6.1.1 ppxlib.0.38.0 seq.base sexplib0.v0.16.0 stdint.0.7.2 stdlib-shims.0.3.0 uint.2.0.1")(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.5 --depext-only -y ppx_deriving_protobuf.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")))2026-03-26 14:46.26: Waiting for resource in pool OCluster2026-03-26 17:07.54: Waiting for worker…2026-03-26 17:11.15: Got resource from pool OClusterBuilding on bremusa.ocamllabs.iohint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialised empty Git repository in /var/cache/obuilder/ocluster/git/ppx_deriving_protobuf.git-d29fbed71cae9453c885e5fd7122bbb747abf478/.git/HEAD is now at 5b60283 Release 3.0.0(from ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b)2026-03-26 17:12.22 ---> saved as "46163b6cfcf170c850d3ba02ec5e8d7eb76bdebcc8b9a1c3d181893b5729379c"/: (comment debian-13-4.13_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-26 17:12.22 ---> saved as "10c30f153dd485f2552b4ae9233df34930e58e596f1083c99d7047c7335e7266"/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] Initialised2026-03-26 17:13.07 ---> saved as "e1688a5d48f67d6048d98e199ae7fe1b812efb24768d0f81d4b830848476a127"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.13.12.5.02026-03-26 17:13.07 ---> saved as "2928534573bd039050713cc2ef839b004e37bcc1fc0bb3edb89eef7196b27d9b"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-26 17:13.08 ---> saved as "b84a4b65b5a87e7252a9ce61b27c385f539f1f5e59fd721bb37cff785555f50e"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..46f289cd37 master -> origin/master46f289cd37 Merge pull request #29563 from NathanReb/release-ppxlib-0.38.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.5.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)2026-03-26 17:13.42 ---> saved as "9d28b8449f3c5efb1f55aebefcace050e9ea928455f534efaaf8b14503b7a8f0"/src: (copy (src ppx_deriving_protobuf.opam) (dst ./))2026-03-26 17:13.42 ---> saved as "0431c01a9c0addb3f9b419e1b7e99ab368b14fe4a7bbf3c09fa8156b2863dfc9"/src: (run (network host)(shell "opam pin add -yn ppx_deriving_protobuf.dev './'"))[ppx_deriving_protobuf.dev] synchronised (file:///src)ppx_deriving_protobuf is now pinned to file:///src (version dev)2026-03-26 17:13.45 ---> saved as "43847ee40f3d38d2227dce5f4ae865e2958f020bc5ab6038b157271e9cb0ff6a"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-26 17:13.45 ---> saved as "05352e16c8b66ba58bed24b267c0bd41001856b34bc6ec60483f9d219907dc50"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.22.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 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 ppx_deriving.6.1.1 ppxlib.0.38.0 seq.base sexplib0.v0.16.0 stdint.0.7.2 stdlib-shims.0.3.0 uint.2.0.1")/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.5 --depext-only -y ppx_deriving_protobuf.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [114 kB]- Fetched 10.0 MB in 2s (6519 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ppx_deriving_protobuf.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.13.1).[NOTE] Package ocaml is already installed (current version is 4.13.1).[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).# To update the current shell environment, run: eval $(opam env)2026-03-26 17:14.01 ---> saved as "0a9221e9b3bc6965b696af47621ab2386d93cd40842fbf1e69cb6dabed644d9a"/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.13.1).[NOTE] Package ocaml is already installed (current version is 4.13.1).[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 13 packages- install cppo 1.8.0- install dune 3.22.0- install ocaml-compiler-libs v0.12.4- install ocamlfind 1.9.8- install ounit2 2.2.7- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppxlib 0.38.0- install seq base- install sexplib0 v0.16.0- install stdint 0.7.2- install stdlib-shims 0.3.0- install uint 2.0.1<><> 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 ppx_deriving.6.1.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdint.0.7.2 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uint.2.0.1 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved dune.3.22.0 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.22.0-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.16.0-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.12.4-> installed stdint.0.7.2-> installed ounit2.2.2.7-> installed uint.2.0.1-> installed ppxlib.0.38.0-> installed ppx_deriving.6.1.1Done.# To update the current shell environment, run: eval $(opam env)2026-03-26 17:15.31 ---> saved as "0ff480e99e70cc183db238783c0b201c2db77b3f159119ff886307830302ae4a"/src: (copy (src .) (dst /src))2026-03-26 17:15.31 ---> saved as "90653a6d19fe8432e2c16baf0d182357fad19e5d4f09bc18a7ea3dcb8212d7b0"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/src_test && ./test_ppx_protobuf.exe)...............................Ran: 31 tests in: 0.11 seconds.OK2026-03-26 17:15.37 ---> saved as "767bfc6b9d529a229b4b3cca26a8178f62eb7ef3fc270048e4ab15e1a3fb2aca"Job succeeded2026-03-26 17:15.38: Job succeeded