2026-04-13 10:13.48: New job: test tarides/dune-release https://github.com/tarides/dune-release.git#refs/pull/515/head (892f3433f80e55f093361773d06c3e3683939ac6) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74cOpam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/dune-release.git" && cd "dune-release" && git fetch origin "refs/pull/515/head" && git reset --hard 892f3433cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c# debian-13-4.08_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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 bos.0.1.4 cmdliner.1.3.0 conf-m4.1 conf-which.1 cppo.1.6.1 curly.0.3.0 dune.3.15.3 easy-format.1.0.1 fmt.0.8.8 fpath.0.7.3 jbuilder.1.0+beta20.1 logs.0.7.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 odoc.2.1.1 odoc-parser.0.9.0 opam-core.2.1.0 opam-file-format.2.1.3 opam-format.2.1.0 opam-repository.2.1.0 opam-state.2.1.0 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 tyxml.4.3.0 uuidm.0.9.7 uutf.1.0.3 yojson.1.6.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-13 10:13.48: Using cache hint "tarides/dune-release-ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c-debian-13-4.08_opam-2.5-3db5abcf6228b10788ab5e454ea9847f"2026-04-13 10:13.48: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c)(comment debian-13-4.08_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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 bos.0.1.4 cmdliner.1.3.0 conf-m4.1 conf-which.1 cppo.1.6.1 curly.0.3.0 dune.3.15.3 easy-format.1.0.1 fmt.0.8.8 fpath.0.7.3 jbuilder.1.0+beta20.1 logs.0.7.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 odoc.2.1.1 odoc-parser.0.9.0 opam-core.2.1.0 opam-file-format.2.1.3 opam-format.2.1.0 opam-repository.2.1.0 opam-state.2.1.0 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 tyxml.4.3.0 uuidm.0.9.7 uutf.1.0.3 yojson.1.6.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-13 10:13.48: Waiting for resource in pool OCluster2026-04-13 10:14.54: Waiting for worker…2026-04-13 10:18.40: Got resource from pool OClusterBuilding on odawa.caelum.ci.devhint: 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>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/dune-release.git-ee8998b622132e7253c0b03e21ebac30003dd5ff/.git/HEAD is now at 892f343 Update CHANGES.md(from ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c)Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c' locallydocker.io/ocaml/opam@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c: Pulling from ocaml/opama7730063fcfe: Already exists1a27fd2181de: Already existsc29591c91388: Already exists356a64daa753: Already existsac02f8f2062b: Already existsaaa2f390e4c8: Already existsb668811757f6: Already exists32fd4e1a774f: Already existsb1d486fb8fdf: Already existscf8a2024f299: Already exists8c4a5dac67c3: Already exists6adfe24d7b40: Already existsdccd6e3c0589: Already exists2ee4bcb55cd4: Already exists2dc3b58478d7: Already existsdaf15e5c44c6: Already exists564e978a8088: Already exists564e978a8088: Already exists25a652a8c456: Already existsb3bfea7bff3f: Already existsa00f2937f570: Already exists78bd1737ebff: Already exists4f4fb700ef54: Already exists4291a055edd7: Already exists3c2b2836d59a: Already exists7b3e96544a52: Already existsc72503effb14: Already existsbca08df11a10: Already exists2ab0829b2daf: Already exists1d246d4da211: Already existsa09cb4870027: Already exists2ce07b4fe7c0: Already exists6b96f28d505e: Already existsb6ad36bba9bf: Already exists56d62791a0f9: Already exists4d60780055d1: Already exists43f57a7c44cb: Already existsf21057dc4e85: Already existse0d2ca1300ed: Already exists9da2f7598f8e: Already existscb569bb28593: Already existsb32c9abef0bb: Pulling fs layerdd7da3e42740: Pulling fs layer06223904e4d3: Pulling fs layerb18a38618cf8: Pulling fs layerb18a38618cf8: Waitingdd7da3e42740: Verifying Checksumdd7da3e42740: Download complete06223904e4d3: Verifying Checksum06223904e4d3: Download completeb18a38618cf8: Download completeb32c9abef0bb: Verifying Checksumb32c9abef0bb: Download completeb32c9abef0bb: Pull completedd7da3e42740: Pull complete06223904e4d3: Pull completeb18a38618cf8: Pull completeDigest: sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74cStatus: Downloaded newer image for ocaml/opam@sha256:3cbf0e68d3a718b80b9a2ab282b68bb62badcbc072fa014a5564516c5f70e74c2026-04-13 10:17.35 ---> using "228e5ba11f0bea08c69266bb98d12a75785691261b07b0808652a307a04e14b2" from cache/: (comment debian-13-4.08_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-13 10:17.35 ---> using "8f0c0f8b904420153cc7d08b1a8906e69995fa51995d7a62aa1c073c7191c917" 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] y[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-13 10:17.35 ---> using "69a4145a27f132504ea642fc2251248a9d038744f1d63d739fb1292f7f0099ce" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.08.12.5.02026-04-13 10:17.35 ---> using "5cac6514a27f9520520e43db3fcfdac4b7207f9a8134f988f146ecf9da38efcb" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-13 10:17.35 ---> using "b57b6278781af1681d1782728fb84867fcbbe8008d7c20a94689745acc908c11" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> 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-13 10:17.35 ---> using "4b0121e01cb647f3699433049822497b1ca844f93f68fbae90bcc14c233db663" from cache/src: (copy (src dune-release.opam) (dst ./))2026-04-13 10:17.35 ---> saved as "4131cabdd1a0593045a7dd79270e6ac61246d494e1eafa6da1e0f1f3b952c4f4"/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-13 10:17.36 ---> saved as "80ad5d512100f70a0b9acda343a21ec5264b5b62ed1de3e036b3f94582c005fc"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-13 10:17.37 ---> saved as "e2e7141b9d3e8a0d7746cd12451beeb294de65d19c05bd1b405bb8f494375415"/src: (env DEPS "alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 bos.0.1.4 cmdliner.1.3.0 conf-m4.1 conf-which.1 cppo.1.6.1 curly.0.3.0 dune.3.15.3 easy-format.1.0.1 fmt.0.8.8 fpath.0.7.3 jbuilder.1.0+beta20.1 logs.0.7.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 odoc.2.1.1 odoc-parser.0.9.0 opam-core.2.1.0 opam-file-format.2.1.3 opam-format.2.1.0 opam-repository.2.1.0 opam-state.2.1.0 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 tyxml.4.3.0 uuidm.0.9.7 uutf.1.0.3 yojson.1.6.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 amd64 Packages [122 kB]- Fetched 213 kB in 0s (2136 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[dune-release.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.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 system packages will first need to be installed:m4<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"- Selecting previously unselected package m4.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20623 files and directories currently installed.)- Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ...- Unpacking m4 (1.4.19-8) ...- Setting up m4 (1.4.19-8) ...# To update the current shell environment, run: eval $(opam env)2026-04-13 10:17.48 ---> saved as "cc74fe835da0a6fccfd2045b1ebd9e209f0b5361236cefdc13aa8b731b85bbe7"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.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 36 packages- install alcotest 1.0.1- install astring 0.8.3- install base-bytes base- install biniou 1.2.0- install bos 0.1.4- install cmdliner 1.3.0- install conf-m4 1- install conf-which 1- install cppo 1.6.1- install curly 0.3.0- install dune 3.15.3- install easy-format 1.0.1- install fmt 0.8.8- install fpath 0.7.3- install jbuilder 1.0+beta20.1 (deprecated)- install logs 0.7.0- install ocamlbuild 0.14.0- install ocamlfind 1.8.0- install ocamlgraph 1.8.8- install odoc 2.1.1- install odoc-parser 0.9.0- install opam-core 2.1.0- install opam-file-format 2.1.3- install opam-format 2.1.0- install opam-repository 2.1.0- install opam-state 2.1.0- install re 1.9.0- install result 1.5- install rresult 0.6.0- install seq 0.3- install stdlib-shims 0.1.0- install topkg 1.0.8- install tyxml 4.3.0- install uuidm 0.9.7- install uutf 1.0.3- install yojson 1.6.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.0.1 (cached)-> retrieved astring.0.8.3 (cached)-> retrieved biniou.1.2.0 (cached)-> retrieved bos.0.1.4 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved cppo.1.6.1 (cached)-> installed conf-m4.1-> installed conf-which.1-> retrieved curly.0.3.0 (cached)-> retrieved easy-format.1.0.1 (cached)-> retrieved fmt.0.8.8 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved logs.0.7.0 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved ocamlfind.1.8.0 (cached)-> retrieved ocamlgraph.1.8.8 (cached)-> retrieved odoc-parser.0.9.0 (cached)-> retrieved odoc.2.1.1 (cached)-> retrieved dune.3.15.3 (cached)-> retrieved opam-core.2.1.0, opam-format.2.1.0, opam-repository.2.1.0, opam-state.2.1.0 (cached)-> retrieved opam-file-format.2.1.3 (cached)-> retrieved re.1.9.0 (cached)-> retrieved result.1.5 (cached)-> retrieved rresult.0.6.0 (cached)-> retrieved seq.0.3 (cached)-> retrieved stdlib-shims.0.1.0 (cached)-> retrieved uuidm.0.9.7 (cached)-> retrieved uutf.1.0.3 (cached)-> retrieved topkg.1.0.8 (cached)-> installed cmdliner.1.3.0-> retrieved yojson.1.6.0 (cached)-> retrieved tyxml.4.3.0 (https://opam.ocaml.org/cache)-> installed ocamlbuild.0.14.0-> installed ocamlfind.1.8.0-> installed base-bytes.base-> installed easy-format.1.0.1-> installed jbuilder.1.0+beta20.1-> installed biniou.1.2.0-> installed cppo.1.6.1-> installed topkg.1.0.8-> installed uuidm.0.9.7-> installed uutf.1.0.3-> installed astring.0.8.3-> installed ocamlgraph.1.8.8-> installed fpath.0.7.3-> installed dune.3.15.3-> installed seq.0.3-> installed stdlib-shims.0.1.0-> installed result.1.5-> installed opam-file-format.2.1.3-> installed curly.0.3.0-> installed odoc-parser.0.9.0-> installed rresult.0.6.0-> installed re.1.9.0-> installed fmt.0.8.8-> installed yojson.1.6.0-> installed alcotest.1.0.1-> installed logs.0.7.0-> installed tyxml.4.3.0-> installed bos.0.1.4-> installed opam-core.2.1.0-> installed odoc.2.1.1-> installed opam-format.2.1.0-> installed opam-repository.2.1.0-> installed opam-state.2.1.0Done.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2026-04-13 10:18.43 ---> saved as "39ec21188e58a546f59aff2c32360dc66422663e7f2dffeb3bf83c3fffd89979"/src: (copy (src .) (dst /src))2026-04-13 10:18.43 ---> saved as "56272580450fea687f5422dff7b8d8dc109b837b6c9807466ae83e4301fe9251"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/tests/lib && ./tests.exe -e)Testing dune-release.This run has ID `3E0BC157-15D5-4956-A108-92005D251485`.... Github 0 Parse.ssh_uri_from_http https://github.com/tarides/dune-release. [OK] Github 0 Parse.ssh_uri_from_http https://github.com/tarides/dune-release.... Github 1 Parse.ssh_uri_from_http git@github.com:tarides/dune-release. [OK] Github 1 Parse.ssh_uri_from_http git@github.com:tarides/dune-release.... Github 2 Parse.ssh_uri_from_http https://not-github.com/dune-release. [OK] Github 2 Parse.ssh_uri_from_http https://not-github.com/dune-release.... Github 3 Parse.ssh_uri_from_http git@not-github.com:dune-release. [OK] Github 3 Parse.ssh_uri_from_http git@not-github.com:dune-release.... Github 4 Parse.ssh_uri_from_http git://github.com/user/repo.git. [OK] Github 4 Parse.ssh_uri_from_http git://github.com/user/repo.git.... Github 5 Parse.ssh_uri_from_http git+https://github.com/user/repo.git. [OK] Github 5 Parse.ssh_uri_from_http git+https://github.com/user/repo.git.... Github 6 No project name. [OK] Github 6 No project name.... Github 7 With project name. [OK] Github 7 With project name.... Github 8 1 package with project name. [OK] Github 8 1 package with project name.... Github 9 Multiple packages, just some selected. [OK] Github 9 Multiple packages, just some selected.... Github_v3_api 0 simple. [OK] Github_v3_api 0 simple.... Github_v3_api 1 simple. [OK] Github_v3_api 1 simple.... Github_v3_api 2 simple. [OK] Github_v3_api 2 simple.... Github_v3_api 3 basic. [OK] Github_v3_api 3 basic.... Github_v3_api 4 basic. [OK] Github_v3_api 4 basic.... Github_v3_api 5 archive_upload_url. [OK] Github_v3_api 5 archive_upload_url.... Github_v3_api 6 archive_upload_url. [OK] Github_v3_api 6 archive_upload_url.... Github_v3_api 7 release_id. [OK] Github_v3_api 7 release_id.... Github_v3_api 8 html_url: passing. [OK] Github_v3_api 8 html_url: passing.... Github_v3_api 9 html_url: handled failure. [OK] Github_v3_api 9 html_url: handled failure.... Github_v3_api 10 html_url: unhandled failure. [OK] Github_v3_api 10 html_url: unhandled failure.... Github_v3_api 11 number. [OK] Github_v3_api 11 number.... Github_v4_api 0 basic. [OK] Github_v4_api 0 basic.... Github_v4_api 1 Pull_request.Request.node_id: simple. [OK] Github_v4_api 1 Pull_request.Request.node_id: simple.... Github_v4_api 2 Pull_request.Response.node_id: passing. [OK] Github_v4_api 2 Pull_request.Response.node_id: passing.... Github_v4_api 3 Pull_request.Response.node_id: unhandled failure. [OK] Github_v4_api 3 Pull_request.Response.node_id: unhandled failure.... Github_v4_api 4 Pull_request.Request.ready_for_review: simple. [OK] Github_v4_api 4 Pull_request.Request.ready_for_review: simple.... Github_v4_api 5 Pull_request.Response.url: passing. [OK] Github_v4_api 5 Pull_request.Response.url: passing.... Github_v4_api 6 Pull_request.Response.url: unhandled failure. [OK] Github_v4_api 6 Pull_request.Response.url: unhandled failure.... Gitattributes 0 archive with export-ignore. [OK] Gitattributes 0 archive with export-ignore.... Gitattributes 1 git: parse_bom. [OK] Gitattributes 1 git: parse_bom.... Gitattributes 2 git: parse_comment. [OK] Gitattributes 2 git: parse_comment.... Gitattributes 3 git: parse_after_empty. [OK] Gitattributes 3 git: parse_after_empty.... Gitattributes 4 git: parse_tab. [OK] Gitattributes 4 git: parse_tab.... Gitattributes 5 git: parse_multi_second. [OK] Gitattributes 5 git: parse_multi_second.... Gitattributes 6 git: parse_multi_first. [OK] Gitattributes 6 git: parse_multi_first.... Gitattributes 7 git: parse_no_export. [OK] Gitattributes 7 git: parse_no_export.... Gitattributes 8 git: parse_substr. [OK] Gitattributes 8 git: parse_substr.... Gitattributes 9 git: parse_attr_prefix. [OK] Gitattributes 9 git: parse_attr_prefix.... Gitattributes 10 git: parse_attr_suffix. [OK] Gitattributes 10 git: parse_attr_suffix.... Gitattributes 11 git: parse_whitespace. [OK] Gitattributes 11 git: parse_whitespace.... Gitattributes 12 git: parse#hash. [OK] Gitattributes 12 git: parse#hash.... Gitattributes 13 git: parse_no_attr. [OK] Gitattributes 13 git: parse_no_attr.... Gitattributes 14 git: parse_indented_comment. [OK] Gitattributes 14 git: parse_indented_comment.... Gitattributes 15 git: parse_ws_after. [OK] Gitattributes 15 git: parse_ws_after.... Gitattributes 16 git: parse_crlf2. [OK] Gitattributes 16 git: parse_crlf2.... Gitattributes 17 git: t011/debug.log. [OK] Gitattributes 17 git: t011/debug.log.... Gitattributes 18 git: t011/subdir/debug.log. [OK] Gitattributes 18 git: t011/subdir/debug.log.... Gitattributes 19 git: t011/a/b/c/debug.log. [OK] Gitattributes 19 git: t011/a/b/c/debug.log.... Gitattributes 20 git: t011/foo.txt. [OK] Gitattributes 20 git: t011/foo.txt.... Gitattributes 21 git: t032/dune-workspace. [OK] Gitattributes 21 git: t032/dune-workspace.... Gitattributes 22 git: t032/subdir/dune-workspace. [OK] Gitattributes 22 git: t032/subdir/dune-workspace.... Gitattributes 23 git: t032/other-file. [OK] Gitattributes 23 git: t032/other-file.... Gitattributes 24 git: t015/.github. [OK] Gitattributes 24 git: t015/.github.... Gitattributes 25 git: t015/.github/workflows. [OK] Gitattributes 25 git: t015/.github/workflows.... Gitattributes 26 git: t015/.github/workflows/ci.yml. [OK] Gitattributes 26 git: t015/.github/workflows/ci.yml.... Gitattributes 27 git: t015/.github-actions. [OK] Gitattributes 27 git: t015/.github-actions.... Gitattributes 28 git: t015/src/main.ml. [OK] Gitattributes 28 git: t015/src/main.ml.... Gitattributes 29 git: t040/test_foo/bar.ml. [OK] Gitattributes 29 git: t040/test_foo/bar.ml.... Gitattributes 30 git: t040/test_foo/sub/file.ml. [OK] Gitattributes 30 git: t040/test_foo/sub/file.ml.... Gitattributes 31 git: t040/other/file.ml. [OK] Gitattributes 31 git: t040/other/file.ml.... Gitattributes 32 git: t036/src/test.ml. [OK] Gitattributes 32 git: t036/src/test.ml.... Gitattributes 33 git: t036/src/foo/test.ml. [OK] Gitattributes 33 git: t036/src/foo/test.ml.... Gitattributes 34 git: t036/src/foo/bar/test.ml. [OK] Gitattributes 34 git: t036/src/foo/bar/test.ml.... Gitattributes 35 git: t036/test.ml. [OK] Gitattributes 35 git: t036/test.ml.... Gitattributes 36 git: t007/build. [OK] Gitattributes 36 git: t007/build.... Gitattributes 37 git: t007/foo/build. [OK] Gitattributes 37 git: t007/foo/build.... Gitattributes 38 git: t007/foo/bar/build. [OK] Gitattributes 38 git: t007/foo/bar/build.... Gitattributes 39 git: t007/builder. [OK] Gitattributes 39 git: t007/builder.... Gitattributes 40 git: t031/dir/foo.log. [OK] Gitattributes 40 git: t031/dir/foo.log.... Gitattributes 41 git: t031/dir/sub/foo.log. [OK] Gitattributes 41 git: t031/dir/sub/foo.log.... Gitattributes 42 git: t031/other/foo.log. [OK] Gitattributes 42 git: t031/other/foo.log.... Gitattributes 43 git: t022/aXXXb. [OK] Gitattributes 43 git: t022/aXXXb.... Gitattributes 44 git: t022/a/b. [OK] Gitattributes 44 git: t022/a/b.... Gitattributes 45 git: t035/file1.txt. [OK] Gitattributes 45 git: t035/file1.txt.... Gitattributes 46 git: t035/file12.txt. [OK] Gitattributes 46 git: t035/file12.txt.... Gitattributes 47 git: t004/anything. [OK] Gitattributes 47 git: t004/anything.... Gitattributes 48 git: t004/a/b/c. [OK] Gitattributes 48 git: t004/a/b/c.... Gitattributes 49 git: t003/foo. [OK] Gitattributes 49 git: t003/foo.... Gitattributes 50 git: t003/foo/bar. [OK] Gitattributes 50 git: t003/foo/bar.... Gitattributes 51 git: t008/f. [OK] Gitattributes 51 git: t008/f.... Gitattributes 52 git: t008/a/f. [OK] Gitattributes 52 git: t008/a/f.... Gitattributes 53 git: t008/a/b/f. [OK] Gitattributes 53 git: t008/a/b/f.... Gitattributes 54 git: t008/a/b/c/f. [OK] Gitattributes 54 git: t008/a/b/c/f.... Gitattributes 55 git: t008/g. [OK] Gitattributes 55 git: t008/g.... Gitattributes 56 git: t008/fx. [OK] Gitattributes 56 git: t008/fx.... Gitattributes 57 git: t020/af. [OK] Gitattributes 57 git: t020/af.... Gitattributes 58 git: t020/axf. [OK] Gitattributes 58 git: t020/axf.... Gitattributes 59 git: t020/axxf. [OK] Gitattributes 59 git: t020/axxf.... Gitattributes 60 git: t020/a/f. [OK] Gitattributes 60 git: t020/a/f.... Gitattributes 61 git: t020/a/b/f. [OK] Gitattributes 61 git: t020/a/b/f.... Gitattributes 62 git: t033/f. [OK] Gitattributes 62 git: t033/f.... Gitattributes 63 git: t033/a/f. [OK] Gitattributes 63 git: t033/a/f.... Gitattributes 64 git: t033/a/b/f. [OK] Gitattributes 64 git: t033/a/b/f.... Gitattributes 65 git: t033/g. [OK] Gitattributes 65 git: t033/g.... Gitattributes 66 git: t033/fx. [OK] Gitattributes 66 git: t033/fx.... Gitattributes 67 git: t025/a/f. [OK] Gitattributes 67 git: t025/a/f.... Gitattributes 68 git: t025/b/a/f. [OK] Gitattributes 68 git: t025/b/a/f.... Gitattributes 69 git: t027/a/i. [OK] Gitattributes 69 git: t027/a/i.... Gitattributes 70 git: t027/subdir/a/i. [OK] Gitattributes 70 git: t027/subdir/a/i.... Gitattributes 71 git: t024/a/b/g. [OK] Gitattributes 71 git: t024/a/b/g.... Gitattributes 72 git: t029/b/g. [OK] Gitattributes 72 git: t029/b/g.... Gitattributes 73 git: t029/a/b/g. [OK] Gitattributes 73 git: t029/a/b/g.... Gitattributes 74 git: t033/./f. [OK] Gitattributes 74 git: t033/./f.... Gitattributes 75 git: t026/a/./g. [OK] Gitattributes 75 git: t026/a/./g.... Gitattributes 76 git: t024/a/c/../b/g. [OK] Gitattributes 76 git: t024/a/c/../b/g.... Gitattributes 77 git: t038/subdir/file. [OK] Gitattributes 77 git: t038/subdir/file.... Gitattributes 78 git: t023/x/a/b. [OK] Gitattributes 78 git: t023/x/a/b.... Gitattributes 79 git: t037/root/src/file.ml. [OK] Gitattributes 79 git: t037/root/src/file.ml.... Gitattributes 80 git: t016/dune-workspace. [OK] Gitattributes 80 git: t016/dune-workspace.... Gitattributes 81 git: t034/file.txt. [OK] Gitattributes 81 git: t034/file.txt.... Gitattributes 82 git: t034/filextxt. [OK] Gitattributes 82 git: t034/filextxt.... Gitattributes 83 git: t018/Makefile. [OK] Gitattributes 83 git: t018/Makefile.... Gitattributes 84 git: t014/.github/workflows/ci.yml. [OK] Gitattributes 84 git: t014/.github/workflows/ci.yml.... Gitattributes 85 git: t003/foo.ml. [OK] Gitattributes 85 git: t003/foo.ml.... Gitattributes 86 git: t021/a/foo.ml. [OK] Gitattributes 86 git: t021/a/foo.ml.... Gitattributes 87 git: t028/a/b. [OK] Gitattributes 87 git: t028/a/b.... Gitattributes 88 git: t030/dir. [OK] Gitattributes 88 git: t030/dir.... Gitattributes 89 git: t012/dir. [OK] Gitattributes 89 git: t012/dir.... Gitattributes 90 git: t019/aXXXb. [OK] Gitattributes 90 git: t019/aXXXb.... Gitattributes 91 git: t019/a/x/b. [OK] Gitattributes 91 git: t019/a/x/b.... Gitattributes 92 git: t009/test.ml. [OK] Gitattributes 92 git: t009/test.ml.... Gitattributes 93 git: t009/src/test.ml. [OK] Gitattributes 93 git: t009/src/test.ml.... Gitattributes 94 git: t013/foo/bar. [OK] Gitattributes 94 git: t013/foo/bar.... Gitattributes 95 git: t013/foo/bar/baz.txt. [OK] Gitattributes 95 git: t013/foo/bar/baz.txt.... Gitattributes 96 git: t005/foo/. [OK] Gitattributes 96 git: t005/foo/.... Gitattributes 97 git: t005/foo. [OK] Gitattributes 97 git: t005/foo.... Gitattributes 98 git: t006/foo/bar. [OK] Gitattributes 98 git: t006/foo/bar.... Gitattributes 99 git: t006/a/b/c/d. [OK] Gitattributes 99 git: t006/a/b/c/d.... Gitattributes 100 git: t006/foo. [OK] Gitattributes 100 git: t006/foo.... Gitattributes 101 git: t010/foo.c. [OK] Gitattributes 101 git: t010/foo.c.... Gitattributes 102 git: t010/foo.ml. [OK] Gitattributes 102 git: t010/foo.ml.... Gitattributes 103 git: t017/test_foo. [OK] Gitattributes 103 git: t017/test_foo.... Gitattributes 104 git: t039/test_foo.ml. [OK] Gitattributes 104 git: t039/test_foo.ml.... Gitattributes 105 git: t001/foo. [OK] Gitattributes 105 git: t001/foo.... Gitattributes 106 git: t002/foo. [OK] Gitattributes 106 git: t002/foo.... Opam_file 0 upgrade. [OK] Opam_file 0 upgrade.... Opam_file 1 upgrade. [OK] Opam_file 1 upgrade.... Pkg 0 is not a valid version field line. [OK] Pkg 0 is not a valid version field line.... Pkg 1 version:""is not a valid version field line. [OK] Pkg 1 version:""is not a valid version field line.... Pkg 2 version:"1"is a valid version field line. [OK] Pkg 2 version:"1"is a valid version field line.... Pkg 3 version: "1" is a valid version field line. [OK] Pkg 3 version: "1" is a valid version field line.... Pkg 4 version:"1.jfpojef.adp921709"is a valid version field line. [OK] Pkg 4 version:"1.jfpojef.adp921709"is a valid version field line.... Pkg 5 prepare_opam_for_distrib: empty. [OK] Pkg 5 prepare_opam_for_distrib: empty.... Pkg 6 prepare_opam_for_distrib: replace version. [OK] Pkg 6 prepare_opam_for_distrib: replace version.... Pkg 7 prepare_opam_for_distrib: only replace version field. [OK] Pkg 7 prepare_opam_for_distrib: only replace version field.... Pkg 8 distrib_uri:1. [OK] Pkg 8 distrib_uri:1.... Pkg 9 distrib_uri:2. [OK] Pkg 9 distrib_uri:2.... Pkg 10 distrib_uri:3. [OK] Pkg 10 distrib_uri:3.... Pkg 11 distrib_uri:4. [OK] Pkg 11 distrib_uri:4.... Pkg 12 distrib_uri:5. [OK] Pkg 12 distrib_uri:5.... Pkg 13 distrib_uri:6. [OK] Pkg 13 distrib_uri:6.... Pkg 14 distrib_uri:7. [OK] Pkg 14 distrib_uri:7.... Pkg 15 distrib_uri:8. [OK] Pkg 15 distrib_uri:8.... Pkg 16 distrib_uri:9. [OK] Pkg 16 distrib_uri:9.... Pkg 17 ok. [OK] Pkg 17 ok.... Pkg 18 no name. [OK] Pkg 18 no name.... Pkg 19 opam file generation. [OK] Pkg 19 opam file generation.... Pkg 20 leading whitespace. [OK] Pkg 20 leading whitespace.... Pkg 21 Pkg.main: single package. [OK] Pkg 21 Pkg.main: single package.... Pkg 22 Pkg.main: two packages with a name. [OK] Pkg 22 Pkg.main: two packages with a name.... Pkg 23 Pkg.main: two packages, no name. [OK] Pkg 23 Pkg.main: two packages, no name.... Stdext 0 Path.is_backup_file. [OK] Stdext 0 Path.is_backup_file.... Stdext 1 Path.find_files. [OK] Stdext 1 Path.find_files.... Text 0 change_log_last_entry empty. [OK] Text 0 change_log_last_entry empty.... Text 1 change_log_last_entry change list 0. [OK] Text 1 change_log_last_entry change list 0.... Text 2 change_log_last_entry change list 1. [OK] Text 2 change_log_last_entry change list 1.... Text 3 change_log_last_entry change list 2. [OK] Text 3 change_log_last_entry change list 2.... Text 4 change_log_last_entry many entries. [OK] Text 4 change_log_last_entry many entries.... Text 5 change_log_last_entry keepachangelog.com 1. [OK] Text 5 change_log_last_entry keepachangelog.com 1.... Text 6 change_log_last_entry keepachangelog.com 2. [OK] Text 6 change_log_last_entry keepachangelog.com 2.... Text 7 rewrite_github_refs rewritten 0. [OK] Text 7 rewrite_github_refs rewritten 0.... Text 8 rewrite_github_refs rewritten 1. [OK] Text 8 rewrite_github_refs rewritten 1.... Text 9 rewrite_github_refs not rewritten 0. [OK] Text 9 rewrite_github_refs not rewritten 0.... Text 10 rewrite_github_refs not rewritten 1. [OK] Text 10 rewrite_github_refs not rewritten 1.... Text 11 rewrite_github_refs not rewritten 2. [OK] Text 11 rewrite_github_refs not rewritten 2.... Text 12 rewrite_github_refs not rewritten 3. [OK] Text 12 rewrite_github_refs not rewritten 3.... Sos 0 cmd_error. [OK] Sos 0 cmd_error.... Vcs 0 git_escape_tag: empty. [OK] Vcs 0 git_escape_tag: empty.... Vcs 1 git_escape_tag: valid. [OK] Vcs 1 git_escape_tag: valid.... Vcs 2 git_escape_tag: tilde. [OK] Vcs 2 git_escape_tag: tilde.... Vcs 3 git_unescape_tag: empty. [OK] Vcs 3 git_unescape_tag: empty.... Vcs 4 git_unescape_tag: valid. [OK] Vcs 4 git_unescape_tag: valid.... Vcs 5 git_unescape_tag: tilde. [OK] Vcs 5 git_unescape_tag: tilde.... Uri_helpers 0 parse: scheme://domain.com/some/path. [OK] Uri_helpers 0 parse: scheme://domain.com/some/path.... Uri_helpers 1 parse: noscheme.com/some/path. [OK] Uri_helpers 1 parse: noscheme.com/some/path.... Uri_helpers 2 parse: nopath.com. [OK] Uri_helpers 2 parse: nopath.com.... Uri_helpers 3 parse: git@github.com:some/path. [OK] Uri_helpers 3 parse: git@github.com:some/path.... Github_repo 0 from_uri "https://github.com/owner/repo". [OK] Github_repo 0 from_uri "https://github.com/owner/repo".... Github_repo 1 from_uri "https://github.com/owner/repo.git". [OK] Github_repo 1 from_uri "https://github.com/owner/repo.git".... Github_repo 2 from_uri "git+https://github.com/owner/repo.git". [OK] Github_repo 2 from_uri "git+https://github.com/owner/repo.git".... Github_repo 3 from_uri "git@github.com:owner/repo.git". [OK] Github_repo 3 from_uri "git@github.com:owner/repo.git".... Github_repo 4 from_uri "ssh://git@github.com:owner/repo.git". [OK] Github_repo 4 from_uri "ssh://git@github.com:owner/repo.git".... Github_repo 5 from_uri "git+ssh://git@github.com:owner/repo.git". [OK] Github_repo 5 from_uri "git+ssh://git@github.com:owner/repo.git".... Github_repo 6 from_uri "https://owner.github.io/repo". [OK] Github_repo 6 from_uri "https://owner.github.io/repo".... Github_repo 7 from_uri "https://owner.github.io/repo/path". [OK] Github_repo 7 from_uri "https://owner.github.io/repo/path".... Github_repo 8 from_uri "https://gitlab.com/owner/repo". [OK] Github_repo 8 from_uri "https://gitlab.com/owner/repo".... Github_repo 9 https_uri: "Simple". [OK] Github_repo 9 https_uri: "Simple".... Github_repo 10 ssh_uri: "Simple". [OK] Github_repo 10 ssh_uri: "Simple".... Github_repo 11 from_gh_pages: https://user.github.io/repo. [OK] Github_repo 11 from_gh_pages: https://user.github.io/repo.... Github_repo 12 from_gh_pages: https://user.github.io/repo/. [OK] Github_repo 12 from_gh_pages: https://user.github.io/repo/.... Github_repo 13 from_gh_pages: https://user.github.io/repo/path. [OK] Github_repo 13 from_gh_pages: https://user.github.io/repo/path.... Github_repo 14 from_gh_pages: https://user.github.io/repo/path/. [OK] Github_repo 14 from_gh_pages: https://user.github.io/repo/path/.... Github_repo 15 from_gh_pages: https://user.github.io/repo/long/path/. [OK] Github_repo 15 from_gh_pages: https://user.github.io/repo/long/path/.The full test results are available in `/src/_build/default/tests/lib/_build/_tests/3E0BC157-15D5-4956-A108-92005D251485`.Test Successful in 1.000s. 204 tests run.2026-04-13 10:18.46 ---> saved as "c607262921658500088a5f71dea2b2ed0def0d8487b34092297472ac30d34d62"Job succeeded2026-04-13 10:20.16: Job succeeded