2026-01-09 21:44.57: New job: test tarides/dune-release https://github.com/tarides/dune-release.git#refs/heads/main (c70799de1744372d86c53450d2129be3c676f1e2) (linux-s390x:debian-13-4.14_s390x_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/dune-release.git" -b "main" && cd "dune-release" && git reset --hard c70799decat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49d# debian-13-4.14_s390x_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-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.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.10.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.0 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 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-01-09 21:44.57: Using cache hint "tarides/dune-release-ocaml/opam:debian-13-ocaml-4.14@sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49d-debian-13-4.14_s390x_opam-2.5-d2c9d97ccffed4a5fe24ea9e8786311d"2026-01-09 21:44.57: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49d)(comment debian-13-4.14_s390x_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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 (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.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.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.10.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.0 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 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-01-09 21:44.57: Waiting for resource in pool OCluster2026-01-10 01:13.30: Waiting for worker…2026-01-10 05:11.19: Got resource from pool OClusterBuilding on s390x-worker-01.marist.ci.devAll commits already cachedHEAD is now at c70799d Merge pull request #508 from Leonidas-from-XIV/ocamlformat-0.27(from ocaml/opam:debian-13-ocaml-4.14@sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49d)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49d' locallydocker.io/ocaml/opam@sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49d: Pulling from ocaml/opam3f8967bef2f6: Pulling fs layeref0845426317: Pulling fs layer3c42c25ad9c1: Pulling fs layerc8222bd56ae4: Pulling fs layer4925d0cce35d: Pulling fs layere7d52d577580: Pulling fs layer7e668d015383: Pulling fs layerc3e612ee6355: Pulling fs layerac101d9b04bc: Pulling fs layer2026bbbb359f: Pulling fs layer422adfabd782: Pulling fs layer771ebdb98268: Pulling fs layer67be74ce8f4d: Pulling fs layer5f023cd07dcb: Pulling fs layerac101d9b04bc: Waiting2026bbbb359f: Waitinga6d5ca863294: Pulling fs layer4925d0cce35d: Waiting885e5d4e058b: Pulling fs layere7d52d577580: Waiting3d8b7a518284: Pulling fs layer0c16803b60d2: Pulling fs layer422adfabd782: Waiting771ebdb98268: Waiting2f684e863aea: Pulling fs layer2d875343a86f: Pulling fs layer7e668d015383: Waitingb2dc0f464805: Pulling fs layer67be74ce8f4d: Waitingc3e612ee6355: Waitingc8222bd56ae4: Waiting6d8399299d01: Pulling fs layer5f023cd07dcb: Waiting885e5d4e058b: Waiting3d8b7a518284: Waiting4f4fb700ef54: Pulling fs layerd7679f46f490: Pulling fs layer7524bba8f1b3: Pulling fs layera64a3043170c: Pulling fs layer6be35e4d0b6f: Pulling fs layer5e92aa1fc7f3: Pulling fs layer4b7700258df4: Pulling fs layer0c16803b60d2: Waitingd1506c8cc231: Pulling fs layer2f684e863aea: Waitingec32c2a35b61: Pulling fs layer2d875343a86f: Waitingbbbfe3490afc: Pulling fs layer675a264e2e00: Pulling fs layer70108e9f3a6c: Pulling fs layerb2dc0f464805: Waitingd4bb99c28c16: Pulling fs layer6d8399299d01: Waiting3ef14b5684f4: Pulling fs layera6d5ca863294: Waitinga36319c1dded: Pulling fs layer4f4fb700ef54: Waitingeb5ebff7b45d: Pulling fs layer7524bba8f1b3: Waiting5e92aa1fc7f3: Waitinge6f8e51c0a9e: Pulling fs layerb73f05d87590: Pulling fs layer4b7700258df4: Waiting2cf77b8c79ba: Pulling fs layera64a3043170c: Waitingd1f6e54e7e18: Pulling fs layer8692d98409f4: Pulling fs layerd1506c8cc231: Waiting6be35e4d0b6f: Waiting913aee3be117: Pulling fs layer71fa1b07743d: Pulling fs layereb5ebff7b45d: Waitinge6f8e51c0a9e: Waitingec32c2a35b61: Waitingb73f05d87590: Waitingbbbfe3490afc: Waiting2cf77b8c79ba: Waiting675a264e2e00: Waitingd1f6e54e7e18: Waiting70108e9f3a6c: Waiting8692d98409f4: Waitingd4bb99c28c16: Waiting3ef14b5684f4: Waitinga36319c1dded: Waiting3c42c25ad9c1: Verifying Checksum3c42c25ad9c1: Download completeef0845426317: Verifying Checksumef0845426317: Download complete4925d0cce35d: Verifying Checksum4925d0cce35d: Download complete3f8967bef2f6: Verifying Checksum3f8967bef2f6: Download complete7e668d015383: Verifying Checksum7e668d015383: Download completec3e612ee6355: Download completec8222bd56ae4: Verifying Checksumc8222bd56ae4: Download completeac101d9b04bc: Download complete2026bbbb359f: Verifying Checksum2026bbbb359f: Download complete422adfabd782: Verifying Checksum422adfabd782: Download completee7d52d577580: Verifying Checksume7d52d577580: Download complete67be74ce8f4d: Download complete771ebdb98268: Verifying Checksum771ebdb98268: Download complete5f023cd07dcb: Verifying Checksum5f023cd07dcb: Download complete885e5d4e058b: Verifying Checksum885e5d4e058b: Download completea6d5ca863294: Verifying Checksuma6d5ca863294: Download complete2f684e863aea: Verifying Checksum2f684e863aea: Download complete0c16803b60d2: Verifying Checksum0c16803b60d2: Download complete3d8b7a518284: Verifying Checksum3d8b7a518284: Download complete2d875343a86f: Verifying Checksum2d875343a86f: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete3f8967bef2f6: Pull completeef0845426317: Pull completeb2dc0f464805: Download complete6d8399299d01: Verifying Checksum6d8399299d01: Download complete3c42c25ad9c1: Pull completed7679f46f490: Download complete7524bba8f1b3: Verifying Checksum7524bba8f1b3: Download complete6be35e4d0b6f: Verifying Checksum6be35e4d0b6f: Download complete5e92aa1fc7f3: Verifying Checksum5e92aa1fc7f3: Download completea64a3043170c: Download complete4b7700258df4: Verifying Checksum4b7700258df4: Download completed1506c8cc231: Download completeec32c2a35b61: Verifying Checksumec32c2a35b61: Download completec8222bd56ae4: Pull complete4925d0cce35d: Pull completebbbfe3490afc: Verifying Checksumbbbfe3490afc: Download complete70108e9f3a6c: Verifying Checksum70108e9f3a6c: Download complete675a264e2e00: Verifying Checksum675a264e2e00: Download completed4bb99c28c16: Verifying Checksumd4bb99c28c16: Download completea36319c1dded: Verifying Checksuma36319c1dded: Download completee6f8e51c0a9e: Verifying Checksume6f8e51c0a9e: Download completeb73f05d87590: Verifying Checksumb73f05d87590: Download complete2cf77b8c79ba: Verifying Checksum2cf77b8c79ba: Download complete3ef14b5684f4: Verifying Checksum3ef14b5684f4: Download complete8692d98409f4: Verifying Checksum8692d98409f4: Download completed1f6e54e7e18: Verifying Checksumd1f6e54e7e18: Download complete913aee3be117: Verifying Checksum913aee3be117: Download complete71fa1b07743d: Verifying Checksum71fa1b07743d: Download completeeb5ebff7b45d: Verifying Checksumeb5ebff7b45d: Download completee7d52d577580: Pull complete7e668d015383: Pull completec3e612ee6355: Pull completeac101d9b04bc: Pull complete2026bbbb359f: Pull complete422adfabd782: Pull complete771ebdb98268: Pull complete67be74ce8f4d: Pull complete5f023cd07dcb: Pull completea6d5ca863294: Pull complete885e5d4e058b: Pull complete3d8b7a518284: Pull complete0c16803b60d2: Pull complete2f684e863aea: Pull complete2d875343a86f: Pull completeb2dc0f464805: Pull complete6d8399299d01: Pull complete4f4fb700ef54: Pull completed7679f46f490: Pull complete7524bba8f1b3: Pull completea64a3043170c: Pull complete6be35e4d0b6f: Pull complete5e92aa1fc7f3: Pull complete4b7700258df4: Pull completed1506c8cc231: Pull completeec32c2a35b61: Pull completebbbfe3490afc: Pull complete675a264e2e00: Pull complete70108e9f3a6c: Pull completed4bb99c28c16: Pull complete3ef14b5684f4: Pull completea36319c1dded: Pull completeeb5ebff7b45d: Pull completee6f8e51c0a9e: Pull completeb73f05d87590: Pull complete2cf77b8c79ba: Pull completed1f6e54e7e18: Pull complete8692d98409f4: Pull complete913aee3be117: Pull complete71fa1b07743d: Pull completeDigest: sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49dStatus: Downloaded newer image for ocaml/opam@sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49d2026-01-10 05:11.20 ---> using "dfa22138039b14b38ed1667f842b4052896be01b06d4d3c7673d830c8c2e25dd" from cache/: (comment debian-13-4.14_s390x_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-01-10 05:11.20 ---> using "4000cb64f22afc3f3edc8456d5c7449319eaef42a6209c49aa96214ada5e7a87" 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.Continue? [Y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-10 05:11.20 ---> using "efdf160860e4921066c2f5003b8ddd6c00590d6b34221f7381b87a66c0a9db65" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-71-genericThe OCaml toplevel, version 4.14.22.5.02026-01-10 05:11.20 ---> using "e6d8dba57de94820a26ac60578ec83de3ac16f1ef0a2cebafaf13f7c52fb4d12" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-10 05:11.20 ---> using "b7bcec3bf0a5c00075e2647184440bf3abc3844d6c9d1a42b6fe06edaf82a34b" 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..a6b2f19780 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> 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.4.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-01-10 05:11.20 ---> using "49a89ee88ddf59b4244b29dfe2035d3cc0881499307960d0fc33dbadc2720102" from cache/src: (copy (src dune-release.opam) (dst ./))2026-01-10 05:11.21 ---> saved as "08a8e1f115b3825d50d15266f99eb1f7b0ade52936a0036a26dfba18d558101f"/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-01-10 05:11.36 ---> saved as "12c9600741515397dffa593e4e950fb5f914ddbdb58f95c6226ebfa557c9d821"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-10 05:11.43 ---> saved as "2d545371eafd1d8b513a99bf196d39601581d4f9ae81f65f64546178556f2743"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.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.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.10.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.0 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 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"- Hit:1 http://deb.debian.org/debian trixie InRelease- 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-security trixie-security/main s390x Packages [85.4 kB]- Fetched 176 kB in 0s (933 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-01-10 05:11.56 ---> saved as "710f9e46110447013a4667cdcf88fddb7bf30942b31c34a44695fc317c61cc37"/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.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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 42 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.20.2- install fmt 0.11.0- install fpath 0.7.3- install jsonm 1.0.2- install logs 0.10.0- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- 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.0- install opam-file-format 2.2.0- install opam-format 2.5.0- install opam-repository 2.5.0- install opam-state 2.5.0- 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 fpath.0.7.3 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved dune.3.20.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlgraph.2.2.0 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> retrieved opam-core.2.5.0, opam-format.2.5.0, opam-repository.2.5.0, opam-state.2.5.0 (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)-> retrieved result.1.5 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed seq.base-> retrieved rresult.0.7.0 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved spdx_licenses.1.4.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved swhid_core.0.1 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed ptime.1.2.0-> installed logs.0.10.0-> installed fpath.0.7.3-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed jsonm.1.0.2-> installed bos.0.2.1-> installed dune.3.20.2-> installed camlp-streams.5.0.1-> installed crunch.4.0.0-> installed menhirCST.20250912-> installed cppo.1.8.0-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed ocaml-syntax-shims.1.0.0-> installed odoc-parser.3.1.0-> installed patch.3.1.0-> installed re.1.14.0-> installed ocamlgraph.2.2.0-> installed result.1.5-> installed spdx_licenses.1.4.0-> installed stdlib-shims.0.3.0-> installed curly.0.3.0-> installed swhid_core.0.1-> installed sha.1.15.4-> installed alcotest.1.9.1-> installed tyxml.4.6.0-> installed opam-core.2.5.0-> installed yojson.3.0.0-> installed menhir.20250912-> installed opam-file-format.2.2.0-> installed odoc.3.1.0-> installed opam-format.2.5.0-> installed opam-repository.2.5.0-> installed opam-state.2.5.0Done.# To update the current shell environment, run: eval $(opam env)2026-01-10 05:13.37 ---> saved as "39ee368e99c085c7e289b67902ed8e49e92569cbb536db1918df4cda9b15c518"/src: (copy (src .) (dst /src))2026-01-10 05:13.39 ---> saved as "c564b31c28b6a06f43eb0e9c62a822fa2faa3979fe39c06fcfd27a2bb49110ab"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I bin/.main.eobjs/byte -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bos -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/curly -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/cli -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/jsonm -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/cli -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/opam-repository -I /home/opam/.opam/4.14/lib/opam-state -I /home/opam/.opam/4.14/lib/patch -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/rresult -I /home/opam/.opam/4.14/lib/sha -I /home/opam/.opam/4.14/lib/spdx_licenses -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/swhid_core -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/lib/yojson -I lib/.dune_release.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bin/.main.eobjs/byte/dune__exe__Help.cmo -c -impl bin/help.ml)File "bin/help.ml", line 252, characters 20-77:252 | let conv, _ = Cmdliner.Arg.enum (List.rev_map (fun s -> (s, s)) topics) in^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error: This expression has type string Arg.convbut an expression was expected of type 'a * 'b(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bin/.main.eobjs/byte -I bin/.main.eobjs/native -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bos -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/curly -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/cli -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/jsonm -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/cli -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/opam-repository -I /home/opam/.opam/4.14/lib/opam-state -I /home/opam/.opam/4.14/lib/patch -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/rresult -I /home/opam/.opam/4.14/lib/sha -I /home/opam/.opam/4.14/lib/spdx_licenses -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/swhid_core -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/lib/yojson -I lib/.dune_release.objs/byte -I lib/.dune_release.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bin/.main.eobjs/native/dune__exe__Help.cmx -c -impl bin/help.ml)File "bin/help.ml", line 252, characters 20-77:252 | let conv, _ = Cmdliner.Arg.enum (List.rev_map (fun s -> (s, s)) topics) in^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error: This expression has type string Arg.convbut an expression was expected of type 'a * 'b(cd _build/default/tests/lib && ./tests.exe -e)Testing `dune-release'.This run has ID `F55LRZ0N'.[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.[OK] Github_v3_api 1 simple.[OK] Github_v3_api 2 simple.[OK] Github_v3_api 3 basic.[OK] Github_v3_api 4 basic.[OK] Github_v3_api 5 archive_upload_url.[OK] Github_v3_api 6 archive_upload_url.[OK] Github_v3_api 7 release_id.[OK] Github_v3_api 8 html_url: passing.[OK] Github_v3_api 9 html_url: handled failure.[OK] Github_v3_api 10 html_url: unhandled failure.[OK] Github_v3_api 11 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.008s. 97 tests run."/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-01-10 05:13.44: Job failed: Failed: Build failed