2026-04-16 16:39.20: New job: test tarides/dune-release https://github.com/tarides/dune-release.git#refs/heads/main (7fa2b7d70ce4b81b7669e831a49f14c1843c447e) (linux-x86_64:ubuntu-22.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7Opam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/dune-release.git" -b "main" && cd "dune-release" && git reset --hard 7fa2b7d7cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7# ubuntu-22.04-5.4_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 17afc56c0a17a5d30a10ed4ac4cb4cf0bdec3bee || git fetch origin master) && git reset -q --hard 17afc56c0a17a5d30a10ed4ac4cb4cf0bdec3bee && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 dune-release.opam ./RUN opam pin add -yn dune-release.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 crunch.4.0.0 curly.0.3.0 dune.3.22.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 odoc.3.1.0 odoc-parser.3.1.0 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-state.2.5.1 patch.3.1.0 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 seq.base sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.1 tyxml.4.6.0 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y dune-release.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-16 16:39.20: Using cache hint "tarides/dune-release-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7-ubuntu-22.04-5.4_opam-2.5-4eb2b45763cf2150b607b1243f321d43"2026-04-16 16:39.20: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7)(comment ubuntu-22.04-5.4_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 17afc56c0a17a5d30a10ed4ac4cb4cf0bdec3bee || git fetch origin master) && git reset -q --hard 17afc56c0a17a5d30a10ed4ac4cb4cf0bdec3bee && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src dune-release.opam) (dst ./))(run (network host)(shell "opam pin add -yn dune-release.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 crunch.4.0.0 curly.0.3.0 dune.3.22.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 odoc.3.1.0 odoc-parser.3.1.0 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-state.2.5.1 patch.3.1.0 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 seq.base sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.1 tyxml.4.6.0 uutf.1.0.4 yojson.3.0.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.5 --depext-only -y dune-release.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-16 16:39.20: Waiting for resource in pool OCluster2026-04-16 19:40.11: Waiting for worker…2026-04-16 19:48.24: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devAll commits already cachedHEAD is now at 7fa2b7d Merge pull request #518 from Leonidas-from-XIV/fix-openbsd-tar(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7' locallydocker.io/ocaml/opam@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7: Pulling from ocaml/opamde47083ed7d7: Pulling fs layerae7ac0da60c3: Pulling fs layer57ff9bc83013: Pulling fs layera288301b5d01: Pulling fs layerf352b66a76e4: Pulling fs layerf509f3aae84b: Pulling fs layer1674fa14ab09: Pulling fs layer2698574bb308: Pulling fs layerf6298ee465ed: Pulling fs layerc0144cfcd9e7: Pulling fs layera288301b5d01: Waitingf352b66a76e4: Waitingf509f3aae84b: Waiting1222e5b97bf7: Pulling fs layer2698574bb308: Waitingf6298ee465ed: Waitingc0144cfcd9e7: Waiting7894caceea27: Pulling fs layer1222e5b97bf7: Waitingbebaf8dbf49e: Pulling fs layer7894caceea27: Waiting272347abc412: Pulling fs layerbebaf8dbf49e: Waiting272347abc412: Waiting75f374e606d8: Pulling fs layer712806a06ccc: Pulling fs layer75f374e606d8: Waitingd464987372fd: Pulling fs layer712806a06ccc: Waitingd464987372fd: Waiting4f4fb700ef54: Pulling fs layer1674fa14ab09: Waitingb9f4b7812175: Pulling fs layer45615c57dc28: Pulling fs layer4f4fb700ef54: Waitingb9f4b7812175: Waitingd939b9fd721c: Pulling fs layer45615c57dc28: Waitingd939b9fd721c: Waitingd349c59e05ec: Pulling fs layer5d929fb3122d: Pulling fs layerd349c59e05ec: Waitingced6e49d89aa: Pulling fs layer5d929fb3122d: Waiting98f37ff91287: Pulling fs layerb0cdb242d0af: Pulling fs layerced6e49d89aa: Waiting98f37ff91287: Waiting89adf72eb9a4: Pulling fs layer181427a5010e: Pulling fs layerb0cdb242d0af: Waiting89adf72eb9a4: Waiting0ecf8e12c8cc: Pulling fs layer181427a5010e: Waiting0ecf8e12c8cc: Waiting9655b24677e6: Pulling fs layer8e0b925edd61: Pulling fs layer9655b24677e6: Waiting2213c8f60be2: Pulling fs layer8e0b925edd61: Waiting99c5f3c2e946: Pulling fs layer2213c8f60be2: Waiting99c5f3c2e946: Waiting85a338c15b57: Pulling fs layer0a1aa60a6b47: Pulling fs layera073965d9bcb: Pulling fs layer54a820b98e2c: Pulling fs layer61fa9bc5bce5: Pulling fs layer85a338c15b57: Waiting8aca8b1ce062: Pulling fs layer0a1aa60a6b47: Waiting46a9515cde75: Pulling fs layera073965d9bcb: Waiting54a820b98e2c: Waiting61fa9bc5bce5: Waiting262d9bd8c855: Pulling fs layerae5331734743: Pulling fs layer8aca8b1ce062: Waiting46a9515cde75: Waiting08bd63570bca: Pulling fs layer78eb3fe40c1b: Pulling fs layer3a79a58b2092: Pulling fs layerac7e8a5a96a7: Pulling fs layer262d9bd8c855: Waitingae5331734743: Waiting08bd63570bca: Waiting3a79a58b2092: Waiting78eb3fe40c1b: Waitingac7e8a5a96a7: Waitingae7ac0da60c3: Verifying Checksumae7ac0da60c3: Download complete57ff9bc83013: Verifying Checksum57ff9bc83013: Download completef352b66a76e4: Verifying Checksumf352b66a76e4: Download completede47083ed7d7: Verifying Checksumde47083ed7d7: Download complete1674fa14ab09: Download complete2698574bb308: Download completea288301b5d01: Download completef6298ee465ed: Download completec0144cfcd9e7: Verifying Checksumc0144cfcd9e7: Download complete1222e5b97bf7: Download completebebaf8dbf49e: Download complete7894caceea27: Verifying Checksum7894caceea27: Download complete272347abc412: Download complete75f374e606d8: Download complete712806a06ccc: Verifying Checksum712806a06ccc: Download completef509f3aae84b: Verifying Checksumf509f3aae84b: Download completed464987372fd: Verifying Checksumd464987372fd: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completeb9f4b7812175: Verifying Checksumb9f4b7812175: Download complete45615c57dc28: Verifying Checksum45615c57dc28: Download completed939b9fd721c: Verifying Checksumd939b9fd721c: Download completed349c59e05ec: Verifying Checksumd349c59e05ec: Download complete5d929fb3122d: Verifying Checksum5d929fb3122d: Download completeced6e49d89aa: Verifying Checksumced6e49d89aa: Download complete98f37ff91287: Verifying Checksum98f37ff91287: Download completeb0cdb242d0af: Verifying Checksumb0cdb242d0af: Download complete89adf72eb9a4: Verifying Checksum89adf72eb9a4: Download complete181427a5010e: Download complete9655b24677e6: Verifying Checksum9655b24677e6: Download complete0ecf8e12c8cc: Download complete8e0b925edd61: Download complete2213c8f60be2: Verifying Checksum2213c8f60be2: Download complete99c5f3c2e946: Verifying Checksum99c5f3c2e946: Download completede47083ed7d7: Pull completeae7ac0da60c3: Pull complete57ff9bc83013: Pull complete0a1aa60a6b47: Verifying Checksum0a1aa60a6b47: Download complete54a820b98e2c: Verifying Checksum54a820b98e2c: Download complete61fa9bc5bce5: Verifying Checksum61fa9bc5bce5: Download complete8aca8b1ce062: Download complete46a9515cde75: Download complete262d9bd8c855: Verifying Checksum262d9bd8c855: Download completeae5331734743: Verifying Checksumae5331734743: Download completea288301b5d01: Pull completef352b66a76e4: Pull completea073965d9bcb: Verifying Checksuma073965d9bcb: Download complete78eb3fe40c1b: Verifying Checksum78eb3fe40c1b: Download complete3a79a58b2092: Verifying Checksum3a79a58b2092: Download complete85a338c15b57: Verifying Checksum85a338c15b57: Download completeac7e8a5a96a7: Verifying Checksumac7e8a5a96a7: Download complete08bd63570bca: Verifying Checksum08bd63570bca: Download completef509f3aae84b: Pull complete1674fa14ab09: Pull complete2698574bb308: Pull completef6298ee465ed: Pull completec0144cfcd9e7: Pull complete1222e5b97bf7: Pull complete7894caceea27: Pull completebebaf8dbf49e: Pull complete272347abc412: Pull complete75f374e606d8: Pull complete712806a06ccc: Pull completed464987372fd: Pull complete4f4fb700ef54: Pull completeb9f4b7812175: Pull complete45615c57dc28: Pull completed939b9fd721c: Pull completed349c59e05ec: Pull complete5d929fb3122d: Pull completeced6e49d89aa: Pull complete98f37ff91287: Pull completeb0cdb242d0af: Pull complete89adf72eb9a4: Pull complete181427a5010e: Pull complete0ecf8e12c8cc: Pull complete9655b24677e6: Pull complete8e0b925edd61: Pull complete2213c8f60be2: Pull complete99c5f3c2e946: Pull complete85a338c15b57: Pull complete0a1aa60a6b47: Pull completea073965d9bcb: Pull complete54a820b98e2c: Pull complete61fa9bc5bce5: Pull complete8aca8b1ce062: Pull complete46a9515cde75: Pull complete262d9bd8c855: Pull completeae5331734743: Pull complete08bd63570bca: Pull complete78eb3fe40c1b: Pull complete3a79a58b2092: Pull completeac7e8a5a96a7: Pull completeDigest: sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7Status: Downloaded newer image for ocaml/opam@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f72026-04-16 19:48.25 ---> using "d2564225bf1b0f86f879d98077c5aee1af360c988d8f5d2b60b97ba1f9e07761" from cache/: (comment ubuntu-22.04-5.4_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-16 19:48.25 ---> using "6173b475db7783a1c34961d8c0aaafb3b382c024f78aacc75dadbdbb936b85d4" 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-16 19:48.25 ---> using "66cb56b7a1bde2643b508320ad816b5e889a6c383d870e6c22e4b9a554e7404f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.02026-04-16 19:48.25 ---> using "e7e8c309fc8dc0f965860a37d87001b835a5e47de72f1345f21f0d262101c352" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-16 19:48.25 ---> using "6db34e0f0c6b7c2450cd6b22daeecef2536e20c11596e7f80d694dbb4746bbe7" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 17afc56c0a17a5d30a10ed4ac4cb4cf0bdec3bee || git fetch origin master) && git reset -q --hard 17afc56c0a17a5d30a10ed4ac4cb4cf0bdec3bee && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..0b0acbee05 master -> origin/master17afc56c0a Merge pull request #29731 from kit-ty-kate/opam-publish-opam-client.2.5.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, 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-16 19:48.25 ---> using "ee0e13382e177b2de8ff4e8b77a24ff7478d5798dfbd4c745a1784b208384d4f" from cache/src: (copy (src dune-release.opam) (dst ./))2026-04-16 19:48.26 ---> saved as "96329ef74b831618ffccd545af8065408a06365e23e2f2281964b227a0508013"/src: (run (network host)(shell "opam pin add -yn dune-release.dev './'"))[dune-release.dev] synchronised (file:///src)dune-release is now pinned to file:///src (version dev)2026-04-16 19:48.31 ---> saved as "cb9b7eecd5d1cdf037ca72fb89170a3e9130ca466b49ab97b1ff902c23151628"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-16 19:48.31 ---> saved as "518dd394234d5a8c6dce0434c3ff6b9c8aad8c6d81930f93caeb08de3273acd0"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 crunch.4.0.0 curly.0.3.0 dune.3.22.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 odoc.3.1.0 odoc-parser.3.1.0 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-state.2.5.1 patch.3.1.0 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 seq.base sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.1 tyxml.4.6.0 uutf.1.0.4 yojson.3.0.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.5 --depext-only -y dune-release.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4264 kB]- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7232 kB]- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1623 kB]- Get:8 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.9 kB]- Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [7015 kB]- Get:10 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1311 kB]- Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3929 kB]- Fetched 25.8 MB in 8s (3183 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[dune-release.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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.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-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).# To update the current shell environment, run: eval $(opam env)2026-04-16 19:49.09 ---> saved as "c770bc60d7614492669a5cdc98d27240b5e8f0d3f4b73279896ec0409f0ffd08"/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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.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-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 43 packages- install alcotest 1.9.1- install astring 0.8.5- install bos 0.2.1- install camlp-streams 5.0.1- install cmdliner 2.1.0- install cppo 1.8.0- install crunch 4.0.0- install curly 0.3.0- install dune 3.22.2- install fmt 0.11.0- install fpath 0.7.3- install jsonm 1.0.2- install logs 0.10.0- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocamlgraph 2.2.0- install odoc 3.1.0- install odoc-parser 3.1.0- install opam-core 2.5.1- install opam-file-format 2.2.0- install opam-format 2.5.1- install opam-repository 2.5.1- install opam-state 2.5.1- install patch 3.1.0- install ptime 1.2.0- install re 1.14.0- install result 1.5- install rresult 0.7.0- install seq base- install sha 1.15.4- install spdx_licenses 1.4.0- install stdlib-shims 0.3.0- install swhid_core 0.1- install topkg 1.1.1- install tyxml 4.6.0- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved curly.0.3.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved dune.3.22.2 (cached)-> retrieved ocamlgraph.2.2.0 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> retrieved opam-core.2.5.1, opam-format.2.5.1, opam-repository.2.5.1, opam-state.2.5.1 (cached)-> retrieved opam-file-format.2.2.0 (cached)-> retrieved patch.3.1.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved result.1.5 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved spdx_licenses.1.4.0 (cached)-> retrieved swhid_core.0.1 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved yojson.3.0.0 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed fmt.0.11.0-> installed uutf.1.0.4-> installed ptime.1.2.0-> installed astring.0.8.5-> installed logs.0.10.0-> installed fpath.0.7.3-> installed jsonm.1.0.2-> installed bos.0.2.1-> installed dune.3.22.2-> installed camlp-streams.5.0.1-> installed crunch.4.0.0-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed patch.3.1.0-> installed result.1.5-> installed spdx_licenses.1.4.0-> installed stdlib-shims.0.3.0-> installed swhid_core.0.1-> installed cppo.1.8.0-> installed curly.0.3.0-> installed odoc-parser.3.1.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed yojson.3.0.0-> installed sha.1.15.4-> installed ocamlgraph.2.2.0-> installed alcotest.1.9.1-> installed tyxml.4.6.0-> installed opam-core.2.5.1-> installed menhir.20260209-> installed opam-file-format.2.2.0-> installed odoc.3.1.0-> installed opam-format.2.5.1-> installed opam-repository.2.5.1-> installed opam-state.2.5.1Done.# To update the current shell environment, run: eval $(opam env)2026-04-16 19:54.16 ---> saved as "819ec74fd2e2000f4bb5bce066fc26d8830a6e08ae6c01bbbd6ab7d2e0093303"/src: (copy (src .) (dst /src))2026-04-16 19:54.17 ---> saved as "72f2b9b55358d970662a32ab6f668e5798eb855104b02125ca02300f87d8fed7"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "dune-project", line 32, characters 2-35:32 | (dune (and (>= 3.14) :with-test))^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Warning: Duplicate dependency on package (dune (and (>= 3.14) :with-test)) in'depends' field. If you want to specify multiple constraints, combine themusing (and ...).Hint: To disable this warning, add the following to your dune-project file:(warnings (duplicate_deps disabled))(cd _build/default/tests/lib && ./tests.exe -e)Testing `dune-release'.This run has ID `LUKL16SX'.[OK] Github 0 Parse.ssh_uri_from_http https://gi...[OK] Github 1 Parse.ssh_uri_from_http git@github...[OK] Github 2 Parse.ssh_uri_from_http https://no...[OK] Github 3 Parse.ssh_uri_from_http git@not-gi...[OK] Github 4 Parse.ssh_uri_from_http git://gith...[OK] Github 5 Parse.ssh_uri_from_http git+https:...[OK] Github 6 No project name.[OK] Github 7 With project name.[OK] Github 8 1 package with project name.[OK] Github 9 Multiple packages, just some selec...[OK] Github_v3_api 0 simple-release.[OK] Github_v3_api 1 simple-prerelease.[OK] Github_v3_api 2 simple.[OK] Github_v3_api 3 simple.[OK] Github_v3_api 4 basic.[OK] Github_v3_api 5 basic.[OK] Github_v3_api 6 archive_upload_url.[OK] Github_v3_api 7 archive_upload_url.[OK] Github_v3_api 8 release_id.[OK] Github_v3_api 9 html_url: passing.[OK] Github_v3_api 10 html_url: handled failure.[OK] Github_v3_api 11 html_url: unhandled failure.[OK] Github_v3_api 12 number.[OK] Github_v4_api 0 basic.[OK] Github_v4_api 1 Pull_request.Request.node_id: simple.[OK] Github_v4_api 2 Pull_request.Response.node_id: pas...[OK] Github_v4_api 3 Pull_request.Response.node_id: unh...[OK] Github_v4_api 4 Pull_request.Request.ready_for_rev...[OK] Github_v4_api 5 Pull_request.Response.url: passing.[OK] Github_v4_api 6 Pull_request.Response.url: unhandl...[OK] Opam_file 0 upgrade.[OK] Opam_file 1 upgrade.[OK] Pkg 0 is not a valid version field line.[OK] Pkg 1 version:""is not a valid version f...[OK] Pkg 2 version:"1"is a valid version fiel...[OK] Pkg 3 version: "1" is a valid ver...[OK] Pkg 4 version:"1.jfpojef.adp921709"is a ...[OK] Pkg 5 prepare_opam_for_distrib: empty.[OK] Pkg 6 prepare_opam_for_distrib: replace ...[OK] Pkg 7 prepare_opam_for_distrib: only rep...[OK] Pkg 8 distrib_uri:1.[OK] Pkg 9 distrib_uri:2.[OK] Pkg 10 distrib_uri:3.[OK] Pkg 11 distrib_uri:4.[OK] Pkg 12 distrib_uri:5.[OK] Pkg 13 distrib_uri:6.[OK] Pkg 14 distrib_uri:7.[OK] Pkg 15 distrib_uri:8.[OK] Pkg 16 distrib_uri:9.[OK] Pkg 17 ok.[OK] Pkg 18 no name.[OK] Pkg 19 opam file generation.[OK] Pkg 20 leading whitespace.[OK] Pkg 21 Pkg.main: single package.[OK] Pkg 22 Pkg.main: two packages with a name.[OK] Pkg 23 Pkg.main: two packages, no name.[OK] Stdext 0 Path.is_backup_file.[OK] Stdext 1 Path.find_files.[OK] Text 0 change_log_last_entry empty.[OK] Text 1 change_log_last_entry change list 0.[OK] Text 2 change_log_last_entry change list 1.[OK] Text 3 change_log_last_entry change list 2.[OK] Text 4 change_log_last_entry many entries.[OK] Text 5 change_log_last_entry keepachangel...[OK] Text 6 change_log_last_entry keepachangel...[OK] Text 7 rewrite_github_refs rewritten 0.[OK] Text 8 rewrite_github_refs rewritten 1.[OK] Text 9 rewrite_github_refs not rewritten 0.[OK] Text 10 rewrite_github_refs not rewritten 1.[OK] Text 11 rewrite_github_refs not rewritten 2.[OK] Text 12 rewrite_github_refs not rewritten 3.[OK] Sos 0 cmd_error.[OK] Vcs 0 git_escape_tag: empty.[OK] Vcs 1 git_escape_tag: valid.[OK] Vcs 2 git_escape_tag: tilde.[OK] Vcs 3 git_unescape_tag: empty.[OK] Vcs 4 git_unescape_tag: valid.[OK] Vcs 5 git_unescape_tag: tilde.[OK] Uri_helpers 0 parse: scheme://domain.com/some/path.[OK] Uri_helpers 1 parse: noscheme.com/some/path.[OK] Uri_helpers 2 parse: nopath.com.[OK] Uri_helpers 3 parse: git@github.com:some/path.[OK] Github_repo 0 from_uri "https://github.com/owner...[OK] Github_repo 1 from_uri "https://github.com/owner...[OK] Github_repo 2 from_uri "git+https://github.com/o...[OK] Github_repo 3 from_uri "git@github.com:owner/rep...[OK] Github_repo 4 from_uri "ssh://git@github.com:own...[OK] Github_repo 5 from_uri "git+ssh://git@github.com...[OK] Github_repo 6 from_uri "https://owner.github.io/...[OK] Github_repo 7 from_uri "https://owner.github.io/...[OK] Github_repo 8 from_uri "https://gitlab.com/owner...[OK] Github_repo 9 https_uri: "Simple".[OK] Github_repo 10 ssh_uri: "Simple".[OK] Github_repo 11 from_gh_pages: https://user.github...[OK] Github_repo 12 from_gh_pages: https://user.github...[OK] Github_repo 13 from_gh_pages: https://user.github...[OK] Github_repo 14 from_gh_pages: https://user.github...[OK] Github_repo 15 from_gh_pages: https://user.github...Full test results in `/src/_build/default/tests/lib/_build/_tests/dune-release'.Test Successful in 0.030s. 98 tests run.2026-04-16 19:54.30 ---> saved as "d42b1843da22088d9b122d7cd98a4cad9240486bb825dede70a884a146d908a9"Job succeeded2026-04-16 19:54.31: Job succeeded