2026-04-03 11:37.45: New job: test ocaml-ppx/ppx_deriving_protobuf https://github.com/ocaml-ppx/ppx_deriving_protobuf.git#refs/heads/master (5b602831d6df6e47412c96e93368d0068aeb6027) (linux-x86_64:alpine-3.22-4.14_opam-2.5)Base: ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216Opam 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:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216# alpine-3.22-4.14_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.1 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 ppx_deriving.6.1.1 ppxlib.0.38.0 seq.base sexplib0.v0.17.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-04-03 11:37.45: Using cache hint "ocaml-ppx/ppx_deriving_protobuf-ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216-alpine-3.22-4.14_opam-2.5-fea8e3c7649f4d259a64b349514eb16a"2026-04-03 11:37.45: Using OBuilder spec:((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)(comment alpine-3.22-4.14_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.1 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 ppx_deriving.6.1.1 ppxlib.0.38.0 seq.base sexplib0.v0.17.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-04-03 11:37.45: Waiting for resource in pool OCluster2026-04-03 20:09.39: Waiting for worker…2026-04-03 20:11.39: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 5b60283 Release 3.0.0(from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)Unable to find image 'ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216' locallydocker.io/ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216: Pulling from ocaml/opam2d35ebdb57d9: Pulling fs layeradfc86c1accf: Pulling fs layerd09377907434: Pulling fs layer2d35ebdb57d9: Waitingadfc86c1accf: Waitinga699cf44908b: Pulling fs layerd09377907434: Waitingc088e74f1f31: Pulling fs layera699cf44908b: Waiting7e99e6eaa847: Pulling fs layerc088e74f1f31: Waitingdb4b89a22482: Pulling fs layer7e99e6eaa847: Waitingf1f17593da04: Pulling fs layerdb4b89a22482: Waitingbb79fbf72548: Pulling fs layerf1f17593da04: Waitingcf69890848e3: Pulling fs layerbb79fbf72548: Waiting80e325d6146c: Pulling fs layercf69890848e3: Waiting66a526c41d4c: Pulling fs layer347d38b311ac: Pulling fs layer80e325d6146c: Waiting984612fde4c4: Pulling fs layer0ac0da982daa: Pulling fs layer347d38b311ac: Waiting209c9bca9b0e: Pulling fs layer984612fde4c4: Waiting66a526c41d4c: Waiting3d3356d548ff: Pulling fs layer0ac0da982daa: Waitingc072da09f122: Pulling fs layer4f4fb700ef54: Pulling fs layereff3d806a4a8: Pulling fs layerc072da09f122: Waitingf5c413f5234b: Pulling fs layer3d3356d548ff: Waiting09ddc5430e22: Pulling fs layer2c7c283b1afc: Pulling fs layer09ddc5430e22: Waitingf5c413f5234b: Waiting4af9a971b585: Pulling fs layer2c7c283b1afc: Waitingdf8d9be3e30d: Pulling fs layer4af9a971b585: Waiting5e55ae3325a7: Pulling fs layerdf8d9be3e30d: Waiting635cb27b4304: Pulling fs layer898fbde8ad42: Pulling fs layer5e55ae3325a7: Waiting635cb27b4304: Waiting66c0ffc92413: Pulling fs layerc8cca855638d: Pulling fs layer898fbde8ad42: Waiting45d2501a899c: Pulling fs layerc8cca855638d: Waiting10b0fe6926c2: Pulling fs layer0a1d7b83a687: Pulling fs layer45d2501a899c: Waiting10b0fe6926c2: Waiting2c3441915309: Pulling fs layer0a1d7b83a687: Waiting3d1a575b1bb0: Pulling fs layer2c3441915309: Waiting6e5fa830b59d: Pulling fs layer3d1a575b1bb0: Waiting72225f5a6449: Pulling fs layer6e5fa830b59d: Waiting5a8b6a59afe3: Pulling fs layer72225f5a6449: Waiting81299dd100ce: Pulling fs layer5a8b6a59afe3: Waitingad267db4d3a7: Pulling fs layer81299dd100ce: Waitingde32f8de692b: Pulling fs layerad267db4d3a7: Waitingde32f8de692b: Waitingadfc86c1accf: Download complete2d35ebdb57d9: Download complete2d35ebdb57d9: Pull completeadfc86c1accf: Pull completec088e74f1f31: Verifying Checksumc088e74f1f31: Download completed09377907434: Verifying Checksumd09377907434: Download completed09377907434: Pull complete7e99e6eaa847: Verifying Checksum7e99e6eaa847: Download completef1f17593da04: Verifying Checksumf1f17593da04: Download completedb4b89a22482: Verifying Checksumdb4b89a22482: Download completea699cf44908b: Verifying Checksuma699cf44908b: Download completebb79fbf72548: Verifying Checksumbb79fbf72548: Download completecf69890848e3: Verifying Checksumcf69890848e3: Download complete80e325d6146c: Download complete347d38b311ac: Verifying Checksum347d38b311ac: Download complete66a526c41d4c: Verifying Checksum984612fde4c4: Verifying Checksum984612fde4c4: Download complete0ac0da982daa: Verifying Checksum0ac0da982daa: Download complete209c9bca9b0e: Verifying Checksum209c9bca9b0e: Download complete3d3356d548ff: Download completec072da09f122: Verifying Checksumc072da09f122: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completeeff3d806a4a8: Verifying Checksumeff3d806a4a8: Download completef5c413f5234b: Verifying Checksumf5c413f5234b: Download complete09ddc5430e22: Verifying Checksum09ddc5430e22: Download complete2c7c283b1afc: Verifying Checksum2c7c283b1afc: Download complete4af9a971b585: Download completedf8d9be3e30d: Verifying Checksumdf8d9be3e30d: Download complete5e55ae3325a7: Verifying Checksum5e55ae3325a7: Download complete635cb27b4304: Download complete66c0ffc92413: Download completec8cca855638d: Verifying Checksumc8cca855638d: Download complete45d2501a899c: Verifying Checksum45d2501a899c: Download complete0a1d7b83a687: Verifying Checksum0a1d7b83a687: Download complete3d1a575b1bb0: Verifying Checksum3d1a575b1bb0: Download complete6e5fa830b59d: Download complete72225f5a6449: Verifying Checksum72225f5a6449: Download completea699cf44908b: Pull completec088e74f1f31: Pull complete7e99e6eaa847: Pull completedb4b89a22482: Pull complete2c3441915309: Verifying Checksum2c3441915309: Download completef1f17593da04: Pull completebb79fbf72548: Pull complete81299dd100ce: Verifying Checksum81299dd100ce: Download completecf69890848e3: Pull completead267db4d3a7: Verifying Checksumad267db4d3a7: Download complete80e325d6146c: Pull completede32f8de692b: Verifying Checksumde32f8de692b: Download complete66a526c41d4c: Pull complete347d38b311ac: Pull complete984612fde4c4: Pull complete0ac0da982daa: Pull complete209c9bca9b0e: Pull complete3d3356d548ff: Pull completec072da09f122: Pull complete4f4fb700ef54: Pull completeeff3d806a4a8: Pull completef5c413f5234b: Pull complete09ddc5430e22: Pull complete2c7c283b1afc: Pull complete4af9a971b585: Pull completedf8d9be3e30d: Pull complete5e55ae3325a7: Pull complete635cb27b4304: Pull complete898fbde8ad42: Pull complete10b0fe6926c2: Verifying Checksum10b0fe6926c2: Download complete66c0ffc92413: Pull complete5a8b6a59afe3: Verifying Checksum5a8b6a59afe3: Download completec8cca855638d: Pull complete45d2501a899c: Pull complete10b0fe6926c2: Pull complete0a1d7b83a687: Pull complete2c3441915309: Pull complete3d1a575b1bb0: Pull complete6e5fa830b59d: Pull complete72225f5a6449: Pull complete5a8b6a59afe3: Pull complete81299dd100ce: Pull completead267db4d3a7: Pull completede32f8de692b: Pull completeDigest: sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216Status: Downloaded newer image for ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c529092162026-04-03 20:11.39 ---> using "d1cef22083ba59d6db4e2f107091c68dd70ebdcc64c3894ad7db7be62ad17f4a" from cache/: (comment alpine-3.22-4.14_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-04-03 20:11.39 ---> using "7c7cce50f5e947565c3d5dbad3ac3b61d12cac1cb4c13b6c802d6a8bb10d1345" 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] Initialised2026-04-03 20:11.39 ---> using "d95bbd73a24778f1321e62f69802692f647c727b93c3a5bbd318b81d4a471a07" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.22.5.02026-04-03 20:11.39 ---> using "0946bc50f9a71a954b4e3169058449c50f765d27decff1e10b17d7843ccd9459" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 20:11.39 ---> using "f598dcec640aed1c1320fd535f3be224f496aae5fd076bc0ab3a32f9d65fd942" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..d28e8bf13a master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> 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-04-03 20:11.39 ---> using "a38a4bed47305cbd8cbbad627faf4bab355838f1b8171f3d44241bfa8f79b31c" from cache/src: (copy (src ppx_deriving_protobuf.opam) (dst ./))2026-04-03 20:11.40 ---> saved as "fe97ccd5118c18c95da6b0427ae8ff4c38a2b73e32c034303320dde321edfd32"/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-04-03 20:11.43 ---> saved as "eb9411bf2895d55f4fdece3694f59dadd51eda014a1729c0025bdac4cbcd2cd8"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 20:11.43 ---> saved as "8561b8d3426b4056d77328de3a450355fb5c4063693d6ff0f6c5f117ae632779"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.22.1 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 ppx_deriving.6.1.1 ppxlib.0.38.0 seq.base sexplib0.v0.17.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 "apk" "update"- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz- v3.22.3-105-g58283386ebd [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]- v3.22.3-104-g8c092017342 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]- v20260127-6803-g6ee619f4ebb [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20260127-6802-gdf7e62d7a94 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20260127-6802-gdf7e62d7a94 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 61162 distinct packages available[ERROR] Package ppxlib has no version 0.38.0."/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.5 --depext-only -y ppx_deriving_protobuf.dev $DEPS" failed with exit status 52026-04-03 20:11.46: Job failed: Failed: Build failed