Organisationstaridesdune-release80ce7b (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-11-19 19:04.24: New job: test tarides/dune-release https://github.com/tarides/dune-release.git#refs/heads/main (80ce7b5f623422b57f2e334aacf977bb65835e0b) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:b19f193fe7f326e3d37af7875868ea5e5a67c750ba4b7b2a04cd94a89cf6c031
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/tarides/dune-release.git" -b "main" && cd "dune-release" && git reset --hard 80ce7b5f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.08@sha256:b19f193fe7f326e3d37af7875868ea5e5a67c750ba4b7b2a04cd94a89cf6c031
# debian-12-4.08_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 dune-release.opam ./
RUN opam pin add -yn dune-release.dev './'
ENV DEPS="alcotest.1.0.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 bos.0.1.3 cmdliner.1.1.0 conf-m4.1 conf-which.1 cppo.1.6.1 curly.0.3.0 dune.3.14.0 easy-format.1.0.1 fmt.0.8.7 fpath.0.7.3 jbuilder.1.0+beta20.1 logs.0.6.3 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 odoc.2.0.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 ppx_derivers.1.0 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.2.2 stdlib-shims.0.1.0 topkg.0.9.0 tyxml.4.3.0 uchar.0.0.2 uuidm.0.9.6 uutf.1.0.1 yojson.1.6.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y dune-release.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-11-19 19:04.24: Using cache hint "tarides/dune-release-ocaml/opam:debian-12-ocaml-4.08@sha256:b19f193fe7f326e3d37af7875868ea5e5a67c750ba4b7b2a04cd94a89cf6c031-debian-12-4.08_opam-2.3-cf2b39387dbcbecf8937611961ce1232"
2024-11-19 19:04.24: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:b19f193fe7f326e3d37af7875868ea5e5a67c750ba4b7b2a04cd94a89cf6c031)
(comment debian-12-4.08_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && 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 './'"))
(env DEPS "alcotest.1.0.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 bos.0.1.3 cmdliner.1.1.0 conf-m4.1 conf-which.1 cppo.1.6.1 curly.0.3.0 dune.3.14.0 easy-format.1.0.1 fmt.0.8.7 fpath.0.7.3 jbuilder.1.0+beta20.1 logs.0.6.3 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 odoc.2.0.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 ppx_derivers.1.0 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.2.2 stdlib-shims.0.1.0 topkg.0.9.0 tyxml.4.3.0 uchar.0.0.2 uuidm.0.9.6 uutf.1.0.1 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.3 --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"))
)


2024-11-19 19:04.24: Waiting for resource in pool OCluster
2024-11-20 08:11.18: Waiting for worker…
2024-11-20 08:13.22: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
HEAD is now at 80ce7b5 fix: use 'paste' instead of 'copy'


(from ocaml/opam:debian-12-ocaml-4.08@sha256:b19f193fe7f326e3d37af7875868ea5e5a67c750ba4b7b2a04cd94a89cf6c031)
2024-11-20 08:13.22 ---> using "0ccd3f5b4d657f0944073853d77008496ca475f3e6ca9e2160b53453ab7d01cf" from cache


/: (comment debian-12-4.08_opam-2.3)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2024-11-20 08:13.22 ---> using "4350a96ce857a6cf94f3853199c523bbabcd7392ee0db7490b2565789aa165c8" 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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-11-20 08:13.22 ---> using "7f00b6af43b1cc91f04d10609ea0abe697d7669c0089c72dccf4a58e15f47eeb" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-125-generic
The OCaml toplevel, version 4.08.1
2.3.0
2024-11-20 08:13.22 ---> using "99feb0568f6dde4db4c8edb0f47a88343158af27f8667bb6b0285f80636eb819" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-11-20 08:13.22 ---> using "9922f977018167612f45c9e57eaadb2f82e8abca18e6a2d52f16fc0113622731" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && git log --no-decorate -n1 --oneline && opam update -u"))
28daeff6f3 Merge pull request #26814 from mtelvers/m4


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2024-11-20 08:13.22 ---> using "ddcd18fe70fcf9ef1d836a035b40c59d41c3199b06efde538ef9b6df43511e87" from cache


/src: (copy (src dune-release.opam) (dst ./))
2024-11-20 08:13.22 ---> saved as "b2a3599a62385801eab18662b771f557af8d5de584e68ed30eae2622546e2bee"


/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)
2024-11-20 08:13.24 ---> saved as "095ccc0cea26592529e81f0fdb8aea3106b965be812677d384c2fa69d1faaeb6"


/src: (env DEPS "alcotest.1.0.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 bos.0.1.3 cmdliner.1.1.0 conf-m4.1 conf-which.1 cppo.1.6.1 curly.0.3.0 dune.3.14.0 easy-format.1.0.1 fmt.0.8.7 fpath.0.7.3 jbuilder.1.0+beta20.1 logs.0.6.3 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 odoc.2.0.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 ppx_derivers.1.0 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.2.2 stdlib-shims.0.1.0 topkg.0.9.0 tyxml.4.3.0 uchar.0.0.2 uuidm.0.9.6 uutf.1.0.1 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.3 --depext-only -y dune-release.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [204 kB]
- Fetched 308 kB in 0s (1206 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dune-release.dev] synchronised (no changes)


[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"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 ... 18745 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Setting up m4 (1.4.19-3) ...
2024-11-20 08:13.45 ---> saved as "8d7c2017c7502519c23e29df5b4a7e47e08736a348750717ade3d0964f24dd12"


/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 39 packages
- install alcotest                1.0.0
- install astring                 0.8.2
- install base-bytes              base
- install biniou                  1.2.0
- install bos                     0.1.3
- install cmdliner                1.1.0
- install conf-m4                 1
- install conf-which              1
- install cppo                    1.6.1
- install curly                   0.3.0
- install dune                    3.14.0
- install easy-format             1.0.1
- install fmt                     0.8.7
- install fpath                   0.7.3
- install jbuilder                1.0+beta20.1
- install logs                    0.6.3
- install ocaml-migrate-parsetree 1.3.0 (deprecated)
- install ocamlbuild              0.14.0
- install ocamlfind               1.8.0
- install ocamlgraph              1.8.8
- install odoc                    2.0.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 ppx_derivers            1.0
- install re                      1.9.0
- install result                  1.5
- install rresult                 0.6.0
- install seq                     0.2.2
- install stdlib-shims            0.1.0
- install topkg                   0.9.0
- install tyxml                   4.3.0
- install uchar                   0.0.2
- install uuidm                   0.9.6
- install uutf                    1.0.1
- install yojson                  1.6.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved biniou.1.2.0  (cached)
-> retrieved astring.0.8.2  (cached)
-> retrieved cmdliner.1.1.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-m4.1
-> installed conf-which.1
-> retrieved bos.0.1.3  (http://erratique.ch/software/bos/releases/bos-0.1.3.tbz)
-> retrieved curly.0.3.0  (cached)
-> retrieved easy-format.1.0.1  (cached)
-> retrieved fmt.0.8.7  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved alcotest.1.0.0  (cached)
-> retrieved logs.0.6.3  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved ocamlgraph.1.8.8  (cached)
-> retrieved dune.3.14.0  (cached)
-> retrieved ocaml-migrate-parsetree.1.3.0  (https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/download/v1.3.0/ocaml-migrate-parsetree-v1.3.0.tbz)
-> retrieved odoc-parser.0.9.0  (https://github.com/ocaml-doc/odoc-parser/releases/download/0.9.0/odoc-parser-0.9.0.tbz)
-> retrieved opam-core.2.1.0, opam-format.2.1.0, opam-repository.2.1.0, opam-state.2.1.0  (cached)
-> retrieved odoc.2.0.1  (https://github.com/ocaml/odoc/releases/download/2.0.1/odoc-2.0.1.tbz)
-> retrieved opam-file-format.2.1.3  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved re.1.9.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.6.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> installed cmdliner.1.1.0
-> retrieved topkg.0.9.0  (cached)
-> retrieved tyxml.4.3.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved uuidm.0.9.6  (cached)
-> retrieved uutf.1.0.1  (cached)
-> retrieved yojson.1.6.0  (cached)
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed easy-format.1.0.1
-> installed uchar.0.0.2
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed biniou.1.2.0
-> installed cppo.1.6.1
-> installed ocamlgraph.1.8.8
-> installed dune.3.14.0
-> installed result.1.5
-> installed stdlib-shims.0.1.0
-> installed seq.0.2.2
-> installed curly.0.3.0
-> installed opam-file-format.2.1.3
-> installed re.1.9.0
-> installed yojson.1.6.0
-> installed topkg.0.9.0
-> installed ocaml-migrate-parsetree.1.3.0
-> installed rresult.0.6.0
-> installed uuidm.0.9.6
-> installed uutf.1.0.1
-> installed opam-core.2.1.0
-> installed fmt.0.8.7
-> installed astring.0.8.2
-> installed odoc-parser.0.9.0
-> installed logs.0.6.3
-> installed fpath.0.7.3
-> installed alcotest.1.0.0
-> installed bos.0.1.3
-> installed tyxml.4.3.0
-> installed opam-format.2.1.0
-> installed opam-repository.2.1.0
-> installed odoc.2.0.1
-> installed opam-state.2.1.0
Done.


<><> ocaml-migrate-parsetree.1.3.0 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2024-11-20 08:15.14 ---> saved as "05941567179e06c1e904c5b6ae5c4dc1853979fbcd3e1ed38b45d3104b7b4ca6"


/src: (copy (src .) (dst /src))
2024-11-20 08:15.15 ---> saved as "128f16c1f37739c24171089fab8b9b0541c8012e8942b80fc55f2e0bc29f47fb"


/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 `B67E2B0C-B68E-45D7-98AE-86F443FFD685`.
...                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.
...                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/B67E2B0C-B68E-45D7-98AE-86F443FFD685`.
Test Successful in 0.000s. 97 tests run.
2024-11-20 08:15.17 ---> saved as "895a9d2a1f07b10933ad452e7ba3b2579a00e8ae28113e7523a52ac3eb06d60f"
Job succeeded
2024-11-20 08:15.17: Job succeeded