Organisationstmcgilchristocaml-changes137276 (master)windows-server-2022-amd64-5.3_opam-2.3

windows-server-2022-amd64-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-07-04 15:12.13: New job: test tmcgilchrist/ocaml-changes https://github.com/tmcgilchrist/ocaml-changes.git#refs/heads/master (1372766c057cfab8f20bde1856b124d51ccb5164) (windows-amd64:windows-server-2022-amd64-5.3_opam-2.3)
Base: windows-server-2022-amd64-ocaml-5.3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/tmcgilchrist/ocaml-changes.git" -b "master" && cd "ocaml-changes" && git reset --hard 1372766c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-5.3
# windows-server-2022-amd64-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocaml-changes.opam /Users/opam/src/./
RUN opam pin add -yn ocaml-changes.dev '/Users/opam/src/./'
RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'
ENV DEPS="alcotest.1.9.0 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 dune.3.19.1 flexdll.0.44 fmt.0.10.0 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 mparser.1.3 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 re.1.13.2 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.8 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ocaml-changes.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /Users/opam/src
RUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build


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


2025-07-04 15:12.13: Using cache hint "tmcgilchrist/ocaml-changes-windows-server-2022-amd64-ocaml-5.3-windows-server-2022-amd64-5.3_opam-2.3-15405e656438832b9201bd28ab5fab91"
2025-07-04 15:12.13: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-5.3)
(comment windows-server-2022-amd64-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "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"))
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ocaml-changes.opam) (dst /Users/opam/src/./))
(run (network host)
(shell "opam pin add -yn ocaml-changes.dev '/Users/opam/src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
(env DEPS "alcotest.1.9.0 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 dune.3.19.1 flexdll.0.44 fmt.0.10.0 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 mparser.1.3 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 re.1.13.2 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.8 uutf.1.0.4")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ocaml-changes.dev $DEPS"))
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /Users/opam/src))
(run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-07-04 15:12.13: Waiting for resource in pool OCluster
2025-07-04 15:12.13: Waiting for worker…
2025-07-04 18:55.21: Got resource from pool OCluster
Building on thyme
All commits already cached
HEAD is now at 1372766 Merge pull request #4 from tmcgilchrist/fmt_deprecations


(from windows-server-2022-amd64-ocaml-5.3)
2025-07-04 18:55.21 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" from cache


/: (comment windows-server-2022-amd64-5.3_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-04 18:55.21 ---> using "95d5d85ee56c2575e196f53fe7f940cc0731fb5c4485beb38b72a714de9d05bf" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.


<><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><>


opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools.


How should opam obtain Unix tools?
> 1. Use tools found in PATH (Cygwin installation at C:\cygwin64)
2. Automatically create an internal Cygwin installation that will be managed by opam (recommended)
3. Use Cygwin installation found in C:\cygwin64
4. Use another existing Cygwin/MSYS2 installation
5. Abort initialisation


[1/2/3/4/5] 1
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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from file://C:/Users/opam/opam-repository
2025-07-04 18:55.21 ---> using "53bae75d46d214e65b51daece9ef873c6c6a891e203ec3d98bbd26c30834d1e2" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.5-1.x86_64
The OCaml toplevel, version 5.3.0
2.3.0
2025-07-04 18:55.21 ---> using "2b54922bf0d8d5ddbb1aea4afec4a959968c963bd87de7fe3038a742f957825c" from cache


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
f93eb7cb02..ee56c84f60  master     -> origin/master
382e02b4c1 Merge pull request #28124 from kit-ty-kate/opam-publish-re.1.13.2


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


The following actions will be performed:
=== recompile 7 packages
- recompile base-domains        base           [uses ocaml]
- recompile base-effects        base           [uses ocaml]
- recompile base-nnp            base           [uses base-domains]
- recompile ocaml               5.3.0          [uses ocaml-base-compiler]
- recompile ocaml-base-compiler 5.3.0 (pinned) [uses ocaml-compiler]
- recompile ocaml-compiler      5.3.0          [uses flexdll]
- recompile ocaml-config        3              [uses ocaml-base-compiler]
=== upgrade 1 package
- upgrade   flexdll             0.43 to 0.44


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> retrieved flexdll.0.44  (cached)
-> removed   base-effects.base
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   ocaml.5.3.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.3.0
-> retrieved ocaml-compiler.5.3.0  (cached)
-> removed   ocaml-compiler.5.3.0
-> removed   flexdll.0.43
-> installed flexdll.0.44
-> installed ocaml-compiler.5.3.0
-> installed ocaml-base-compiler.5.3.0
-> installed ocaml-config.3
-> installed ocaml.5.3.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-04 18:55.21 ---> using "226b83a1c2c436fd73cfd004e0a740d47502695a03404db171bcc85f0e9e35f5" from cache


/: (copy (src ocaml-changes.opam) (dst /Users/opam/src/./))
2025-07-04 18:56.03 ---> saved as "eef22f9853aa4414b26c39269e8605565eee41f108a7d384a76ae612b3261b6f"


/: (run (network host)
(shell "opam pin add -yn ocaml-changes.dev '/Users/opam/src/./'"))
Package ocaml-changes does not exist, create as a NEW package? [y/n] y
[ocaml-changes.dev] synchronised (file://C:/Users/opam/src/.)
ocaml-changes is now pinned to file://C:/Users/opam/src/. (version dev)
2025-07-04 18:56.46 ---> saved as "e97c6b04eedfdf184f9a659183c17145a225f19ba7366b848ea7d8d701c56ddb"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2025-07-04 18:58.15 ---> saved as "22eae6cb661a4926a375bb5d58c134704a20e7bf1be15ee186d2bd16d1903e1e"


/: (env DEPS "alcotest.1.9.0 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 dune.3.19.1 flexdll.0.44 fmt.0.10.0 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 mparser.1.3 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 re.1.13.2 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.8 uutf.1.0.4")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ocaml-changes.dev $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-changes.dev] synchronised (file://C:/Users/opam/src/.)


[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.44).
[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
2025-07-04 19:01.17 ---> saved as "c0a06ddebf43311d68977a2acea3306e0d5633ecf020aec11ff726f466063534"


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.44).
[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
The following actions will be performed:
=== install 20 packages
- install alcotest            1.9.0
- install astring             0.8.5
- install bisect_ppx          2.8.3
- install cmdliner            1.3.0
- install dune                3.19.1
- install fmt                 0.10.0
- install mparser             1.3
- install ocaml-compiler-libs v0.17.0
- install ocaml-syntax-shims  1.0.0
- install ocamlbuild          0.16.1
- install ocamlfind           1.9.8
- install ppx_derivers        1.2.1
- install ppxlib              0.35.0
- install re                  1.13.2
- install result              1.5
- install seq                 base
- install sexplib0            v0.17.0
- install stdlib-shims        0.3.0
- install topkg               1.0.8
- install uutf                1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved bisect_ppx.2.8.3  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved mparser.1.3  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved re.1.13.2  (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.13.2.tar.gz)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.0.8  (cached)
-> installed cmdliner.1.3.0
-> retrieved dune.3.19.1  (https://github.com/ocaml/dune/releases/download/3.19.1/dune-3.19.1.tbz)
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind_opt
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\5.3.0\bin\safe_camlp4 is a script; the command won't be available
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed fmt.0.10.0
-> installed dune.3.19.1
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed mparser.1.3
-> installed ocaml-syntax-shims.1.0.0
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed re.1.13.2
-> installed alcotest.1.9.0
-> installed ppxlib.0.35.0
-> installed bisect_ppx.2.8.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-04 19:10.30 ---> saved as "1cd036fa63c988a506476f62ad06222ead840a2a60748697bdc408db62c2e12d"


/: (copy (src .) (dst /Users/opam/src))
2025-07-04 19:10.49 ---> saved as "e3ee7a04cf26b586cdfe3c45a14f8e5652c0b59a15f849ff77d0dd483438ffc4"


/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "lib_test/dune", line 2, characters 7-11:
2 |  (name test)
^^^^
(cd _build/default/lib_test && .\test.exe)
Testing `Changes'.
This run has ID `SKF604YI'.


[FAIL]        parse_print          0   cases\bullet_mixed.
[FAIL]        parse_print          1   cases\bullet_no_space.
[OK]          parse_print          2   cases\empty.
[FAIL]        parse_print          3   cases\long_changes.
[FAIL]        parse_print          4   cases\md_2_headers.
[FAIL]        parse_print          5   cases\md_headers.
[FAIL]        parse_print          6   cases\no_changes.
[FAIL]        parse_print          7   cases\no_date.
[FAIL]        parse_print          8   cases\opam_publish.
[FAIL]        parse_print          9   cases\release_spaces.
[FAIL]        parse_print         10   cases\square_date.
[OK]          test_parse           0   empty.
[OK]          test_parse           1   atx_release_header.
[OK]          test_parse           2   setext_release_header.
[OK]          test_parse           3   ascii_release_header.
[OK]          test_parse           4   test release with no changes.
[OK]          test_parse           5   test release with changes.


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        parse_print          0   cases\bullet_mixed.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
ASSERT diff failed 1:
--- "cases\\bullet_mixed\\expected"	2025-07-04 19:11:03.738421600 +0000
+++ "cases\\bullet_mixed\\output"	2025-07-04 19:11:10.379050100 +0000
@@ -1,5 +1,5 @@
-# 0.0.2 (2013-03-14)
-* Bugfix
-
-# 0.0.1 (2013-03-13)
+# 0.0.2 (2013-03-14)
+* Bugfix
+
+# 0.0.1 (2013-03-13)
- Initial
\ No newline at end of file
FAIL diff failed 1:
--- "cases\\bullet_mixed\\expected"	2025-07-04 19:11:03.738421600 +0000
+++ "cases\\bullet_mixed\\output"	2025-07-04 19:11:10.379050100 +0000
@@ -1,5 +1,5 @@
-# 0.0.2 (2013-03-14)
-* Bugfix
-
-# 0.0.1 (2013-03-13)
+# 0.0.2 (2013-03-14)
+* Bugfix
+
+# 0.0.1 (2013-03-13)
- Initial
\ No newline at end of file
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `~\src\_build\default\lib_test\_build\_tests\SKF604YI\parse_print.000.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        parse_print          1   cases\bullet_no_space.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
ASSERT diff failed 1:
--- "cases\\bullet_no_space\\expected"	2025-07-04 19:11:03.738421600 +0000
+++ "cases\\bullet_no_space\\output"	2025-07-04 19:11:10.504094000 +0000
@@ -1,6 +1,6 @@
-# 0.2.0 (2015-01-01)
-* Something
-* Second
-
-# 0.1.0 (2014-02-02)
+# 0.2.0 (2015-01-01)
+* Something
+* Second
+
+# 0.1.0 (2014-02-02)
* First
\ No newline at end of file
FAIL diff failed 1:
--- "cases\\bullet_no_space\\expected"	2025-07-04 19:11:03.738421600 +0000
+++ "cases\\bullet_no_space\\output"	2025-07-04 19:11:10.504094000 +0000
@@ -1,6 +1,6 @@
-# 0.2.0 (2015-01-01)
-* Something
-* Second
-
-# 0.1.0 (2014-02-02)
+# 0.2.0 (2015-01-01)
+* Something
+* Second
+
+# 0.1.0 (2014-02-02)
* First
\ No newline at end of file
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `~\src\_build\default\lib_test\_build\_tests\SKF604YI\parse_print.001.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        parse_print          3   cases\long_changes.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
ASSERT diff failed 1:
--- "cases\\long_changes\\expected"	2025-07-04 19:11:03.738421600 +0000
+++ "cases\\long_changes\\output"	2025-07-04 19:11:10.613395600 +0000
@@ -1,6 +1,6 @@
-# 0.1.0 (2016-01-01)
-* A lot of stuff to say
-  So much stuff it takes multiple lines
-  And maybe includes *
-  Lalalalalalalalala
+# 0.1.0 (2016-01-01)
+* A lot of stuff to say
+  So much stuff it takes multiple lines
+  And maybe includes *
+  Lalalalalalalalala
* Another change
\ No newline at end of file
FAIL diff failed 1:
--- "cases\\long_changes\\expected"	2025-07-04 19:11:03.738421600 +0000
+++ "cases\\long_changes\\output"	2025-07-04 19:11:10.613395600 +0000
@@ -1,6 +1,6 @@
-# 0.1.0 (2016-01-01)
-* A lot of stuff to say
-  So much stuff it takes multiple lines
-  And maybe includes *
-  Lalalalalalalalala
+# 0.1.0 (2016-01-01)
+* A lot of stuff to say
+  So much stuff it takes multiple lines
+  And maybe includes *
+  Lalalalalalalalala
* Another change
\ No newline at end of file
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `~\src\_build\default\lib_test\_build\_tests\SKF604YI\parse_print.003.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        parse_print          4   cases\md_2_headers.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
ASSERT diff failed 1:
--- "cases\\md_2_headers\\expected"	2025-07-04 19:11:03.738421600 +0000
+++ "cases\\md_2_headers\\output"	2025-07-04 19:11:10.707307900 +0000
@@ -1,3 +1,3 @@
-# Unreleased
-- Include dependencies of executables when creating toplevels (either `dune
+# Unreleased
+- Include dependencies of executables when creating toplevels (either `dune
top` or `dune utop`) (#4882, fixes #4872, @Gopiancode)
\ No newline at end of file
FAIL diff failed 1:
--- "cases\\md_2_headers\\expected"	2025-07-04 19:11:03.738421600 +0000
+++ "cases\\md_2_headers\\output"	2025-07-04 19:11:10.707307900 +0000
@@ -1,3 +1,3 @@
-# Unreleased
-- Include dependencies of executables when creating toplevels (either `dune
+# Unreleased
+- Include dependencies of executables when creating toplevels (either `dune
top` or `dune utop`) (#4882, fixes #4872, @Gopiancode)
\ No newline at end of file
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `~\src\_build\default\lib_test\_build\_tests\SKF604YI\parse_print.004.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        parse_print          5   cases\md_headers.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
ASSERT diff failed 1:
--- "cases\\md_headers\\expected"	2025-07-04 19:11:03.738421600 +0000
+++ "cases\\md_headers\\output"	2025-07-04 19:11:10.832339800 +0000
@@ -1,6 +1,6 @@
-# 0.2.0 (2016-02-02)
-* Something
-* Another thing
-
-# 0.1.0 (2016-01-01)
+# 0.2.0 (2016-02-02)
+* Something
+* Another thing
+
+# 0.1.0 (2016-01-01)
* First
\ No newline at end of file
FAIL diff failed 1:
--- "cases\\md_headers\\expected"	2025-07-04 19:11:03.738421600 +0000
+++ "cases\\md_headers\\output"	2025-07-04 19:11:10.832339800 +0000
@@ -1,6 +1,6 @@
-# 0.2.0 (2016-02-02)
-* Something
-* Another thing
-
-# 0.1.0 (2016-01-01)
+# 0.2.0 (2016-02-02)
+* Something
+* Another thing
+
+# 0.1.0 (2016-01-01)
* First
\ No newline at end of file
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `~\src\_build\default\lib_test\_build\_tests\SKF604YI\parse_print.005.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        parse_print          6   cases\no_changes.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
ASSERT diff failed 1:
--- "cases\\no_changes\\expected"	2025-07-04 19:11:03.738421600 +0000
+++ "cases\\no_changes\\output"	2025-07-04 19:11:10.957148000 +0000
@@ -1,4 +1,4 @@
-# 0.2.0 (2015-01-01)
-
-
-# 0.1.0 (2014-01-01)
+# 0.2.0 (2015-01-01)
+
+
+# 0.1.0 (2014-01-01)
FAIL diff failed 1:
--- "cases\\no_changes\\expected"	2025-07-04 19:11:03.738421600 +0000
+++ "cases\\no_changes\\output"	2025-07-04 19:11:10.957148000 +0000
@@ -1,4 +1,4 @@
-# 0.2.0 (2015-01-01)
-
-
-# 0.1.0 (2014-01-01)
+# 0.2.0 (2015-01-01)
+
+
+# 0.1.0 (2014-01-01)
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `~\src\_build\default\lib_test\_build\_tests\SKF604YI\parse_print.006.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        parse_print          7   cases\no_date.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
ASSERT diff failed 1:
--- "cases\\no_date\\expected"	2025-07-04 19:11:03.738421600 +0000
+++ "cases\\no_date\\output"	2025-07-04 19:11:11.035407100 +0000
@@ -1,2 +1,2 @@
-# 0.1.0
+# 0.1.0
* This version did stuff.
\ No newline at end of file
FAIL diff failed 1:
--- "cases\\no_date\\expected"	2025-07-04 19:11:03.738421600 +0000
+++ "cases\\no_date\\output"	2025-07-04 19:11:11.035407100 +0000
@@ -1,2 +1,2 @@
-# 0.1.0
+# 0.1.0
* This version did stuff.
\ No newline at end of file
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `~\src\_build\default\lib_test\_build\_tests\SKF604YI\parse_print.007.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        parse_print          8   cases\opam_publish.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
ASSERT diff failed 1:
--- "cases\\opam_publish\\expected"	2025-07-04 19:11:03.754073700 +0000
+++ "cases\\opam_publish\\output"	2025-07-04 19:11:11.160417200 +0000
@@ -1,68 +1,68 @@
-# 2.1.0
-* Added an '--output-patch' option to allow use without a Github account
-* Use the latest opam libraries (2.1.0~rc) with better format-preserving printing
-* Avoid submission of packages without a reachable archive, except if `--force`
-  was set or they are `conf` packages
-
-# 2.0.3
-* Drop Github token generation feature, no longer supported by Github API.
-* Use newer `github` library, avoiding warning with deprecated authentication method
-* Allow publication of packages without URL (for conf packages)
-* Added flag `--no-browser` to disable browser popup
-* Fix detection of package names when specifying opam file names on the command-line
-
-# 2.0.2
-* git related fixes:
-* github remote detection
-* `not a git repository` error
-* New option --packages-directory to indicate where package descriptions are stored
-
-# 2.0.1
-* Handle descr, url and files in the rewriting
-* Minor fix
-
-# 2.0.0
-* Switch default branch from 2.0.0 to master
-* Minor fix
-
-# 2.0.0~beta
-* Now based on opam 2 libs and intended for publications in the 2.0 format
-  (inclusive opam files, etc.)
-* Bumped version number to avoid confusion with opam versions
-* Removed the two-step operation ("prepare" and "publish"). A single invocation
-  does all
-* Removed looking up current opam pinnings and repositories for metadata, which
-  was too complex and counter-intuitive. Now opam files are looked up only in
-  the specified directories or archives
-* Multiple publications without added complexity
-* Simplified command-line: URLs, directories, opam files, package names can be
-  specified directly on the command-line, and repeated for multiple
-  publications
-* Allow providing the auth token directly
-
-# 0.3.5
-* Support <pkgname>.opam files
-* Add Travis CI tests
-* Support the simultaneous publication of multiple packages from the same repo
-
-# 0.3.4
-* Resolve issue with newer version of github 2.2.0
-* Port to opam-lib 1.3.0
-
-# 0.3.3
-* Update for github >= 2.0.0
-
-# 0.3.2
-* Add --msg argument to the 'submit' command
-
-# 0.3.1
-* Guess the parameters when using github-hosted repos (use github archive from latest annotated tag)
-
-# 0.3.0
-* Add two-factor authentication support
-* Now requires github >= 1.0.0, opam-lib = 1.2.2
-* Use the finer lint results from opam-lib
-* Fix a terminal corruption bug from Ctrl-C at password prompt
-* Improve GitHub API error reporting
-* Fix GitHub token file permissions security vulnerability
+# 2.1.0
+* Added an '--output-patch' option to allow use without a Github account
+* Use the latest opam libraries (2.1.0~rc) with better format-preserving printing
+* Avoid submission of packages without a reachable archive, except if `--force`
+  was set or they are `conf` packages
+
+# 2.0.3
+* Drop Github token generation feature, no longer supported by Github API.
+* Use newer `github` library, avoiding warning with deprecated authentication method
+* Allow publication of packages without URL (for conf packages)
+* Added flag `--no-browser` to disable browser popup
+* Fix detection of package names when specifying opam file names on the command-line
+
+# 2.0.2
+* git related fixes:
+* github remote detection
+* `not a git repository` error
+* New option --packages-directory to indicate where package descriptions are stored
+
+# 2.0.1
+* Handle descr, url and files in the rewriting
+* Minor fix
+
+# 2.0.0
+* Switch default branch from 2.0.0 to master
+* Minor fix
+
+# 2.0.0~beta
+* Now based on opam 2 libs and intended for publications in the 2.0 format
+  (inclusive opam files, etc.)
+* Bumped version number to avoid confusion with opam versions
+* Removed the two-step operation ("prepare" and "publish"). A single invocation
+  does all
+* Removed looking up current opam pinnings and repositories for metadata, which
+  was too complex and counter-intuitive. Now opam files are looked up only in
+  the specified directories or archives
+* Multiple publications without added complexity
+* Simplified command-line: URLs, directories, opam files, package names can be
+  specified directly on the command-line, and repeated for multiple
+  publications
+* Allow providing the auth token directly
+
+# 0.3.5
+* Support <pkgname>.opam files
+* Add Travis CI tests
+* Support the simultaneous publication of multiple packages from the same repo
+
+# 0.3.4
+* Resolve issue with newer version of github 2.2.0
+* Port to opam-lib 1.3.0
+
+# 0.3.3
+* Update for github >= 2.0.0
+
+# 0.3.2
+* Add --msg argument to the 'submit' command
+
+# 0.3.1
+* Guess the parameters when using github-hosted repos (use github archive from latest annotated tag)
+
+# 0.3.0
+* Add two-factor authentication support
+* Now requires github >= 1.0.0, opam-lib = 1.2.2
+* Use the finer lint results from opam-lib
+* Fix a terminal corruption bug from Ctrl-C at password prompt
+* Improve GitHub API error reporting
+* Fix GitHub token file permissions security vulnerability
* Fix GitHub token errors for revoked or unknowable (since 2015/04/20) tokens
\ No newline at end of file
FAIL diff failed 1:
--- "cases\\opam_publish\\expected"	2025-07-04 19:11:03.754073700 +0000
+++ "cases\\opam_publish\\output"	2025-07-04 19:11:11.160417200 +0000
@@ -1,68 +1,68 @@
-# 2.1.0
-* Added an '--output-patch' option to allow use without a Github account
-* Use the latest opam libraries (2.1.0~rc) with better format-preserving printing
-* Avoid submission of packages without a reachable archive, except if `--force`
-  was set or they are `conf` packages
-
-# 2.0.3
-* Drop Github token generation feature, no longer supported by Github API.
-* Use newer `github` library, avoiding warning with deprecated authentication method
-* Allow publication of packages without URL (for conf packages)
-* Added flag `--no-browser` to disable browser popup
-* Fix detection of package names when specifying opam file names on the command-line
-
-# 2.0.2
-* git related fixes:
-* github remote detection
-* `not a git repository` error
-* New option --packages-directory to indicate where package descriptions are stored
-
-# 2.0.1
-* Handle descr, url and files in the rewriting
-* Minor fix
-
-# 2.0.0
-* Switch default branch from 2.0.0 to master
-* Minor fix
-
-# 2.0.0~beta
-* Now based on opam 2 libs and intended for publications in the 2.0 format
-  (inclusive opam files, etc.)
-* Bumped version number to avoid confusion with opam versions
-* Removed the two-step operation ("prepare" and "publish"). A single invocation
-  does all
-* Removed looking up current opam pinnings and repositories for metadata, which
-  was too complex and counter-intuitive. Now opam files are looked up only in
-  the specified directories or archives
-* Multiple publications without added complexity
-* Simplified command-line: URLs, directories, opam files, package names can be
-  specified directly on the command-line, and repeated for multiple
-  publications
-* Allow providing the auth token directly
-
-# 0.3.5
-* Support <pkgname>.opam files
-* Add Travis CI tests
-* Support the simultaneous publication of multiple packages from the same repo
-
-# 0.3.4
-* Resolve issue with newer version of github 2.2.0
-* Port to opam-lib 1.3.0
-
-# 0.3.3
-* Update for github >= 2.0.0
-
-# 0.3.2
-* Add --msg argument to the 'submit' command
-
-# 0.3.1
-* Guess the parameters when using github-hosted repos (use github archive from latest annotated tag)
-
-# 0.3.0
-* Add two-factor authentication support
-* Now requires github >= 1.0.0, opam-lib = 1.2.2
-* Use the finer lint results from opam-lib
-* Fix a terminal corruption bug from Ctrl-C at password prompt
-* Improve GitHub API error reporting
-* Fix GitHub token file permissions security vulnerability
+# 2.1.0
+* Added an '--output-patch' option to allow use without a Github account
+* Use the latest opam libraries (2.1.0~rc) with better format-preserving printing
+* Avoid submission of packages without a reachable archive, except if `--force`
+  was set or they are `conf` packages
+
+# 2.0.3
+* Drop Github token generation feature, no longer supported by Github API.
+* Use newer `github` library, avoiding warning with deprecated authentication method
+* Allow publication of packages without URL (for conf packages)
+* Added flag `--no-browser` to disable browser popup
+* Fix detection of package names when specifying opam file names on the command-line
+
+# 2.0.2
+* git related fixes:
+* github remote detection
+* `not a git repository` error
+* New option --packages-directory to indicate where package descriptions are stored
+
+# 2.0.1
+* Handle descr, url and files in the rewriting
+* Minor fix
+
+# 2.0.0
+* Switch default branch from 2.0.0 to master
+* Minor fix
+
+# 2.0.0~beta
+* Now based on opam 2 libs and intended for publications in the 2.0 format
+  (inclusive opam files, etc.)
+* Bumped version number to avoid confusion with opam versions
+* Removed the two-step operation ("prepare" and "publish"). A single invocation
+  does all
+* Removed looking up current opam pinnings and repositories for metadata, which
+  was too complex and counter-intuitive. Now opam files are looked up only in
+  the specified directories or archives
+* Multiple publications without added complexity
+* Simplified command-line: URLs, directories, opam files, package names can be
+  specified directly on the command-line, and repeated for multiple
+  publications
+* Allow providing the auth token directly
+
+# 0.3.5
+* Support <pkgname>.opam files
+* Add Travis CI tests
+* Support the simultaneous publication of multiple packages from the same repo
+
+# 0.3.4
+* Resolve issue with newer version of github 2.2.0
+* Port to opam-lib 1.3.0
+
+# 0.3.3
+* Update for github >= 2.0.0
+
+# 0.3.2
+* Add --msg argument to the 'submit' command
+
+# 0.3.1
+* Guess the parameters when using github-hosted repos (use github archive from latest annotated tag)
+
+# 0.3.0
+* Add two-factor authentication support
+* Now requires github >= 1.0.0, opam-lib = 1.2.2
+* Use the finer lint results from opam-lib
+* Fix a terminal corruption bug from Ctrl-C at password prompt
+* Improve GitHub API error reporting
+* Fix GitHub token file permissions security vulnerability
* Fix GitHub token errors for revoked or unknowable (since 2015/04/20) tokens
\ No newline at end of file
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `~\src\_build\default\lib_test\_build\_tests\SKF604YI\parse_print.008.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        parse_print          9   cases\release_spaces.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
ASSERT diff failed 1:
--- "cases\\release_spaces\\expected"	2025-07-04 19:11:03.754073700 +0000
+++ "cases\\release_spaces\\output"	2025-07-04 19:11:11.238505100 +0000
@@ -1,6 +1,6 @@
-# 0.2.0 (2013-01-02)
-* Alpha
-* Beta
-
-# 0.1.0 (2012-02-02)
+# 0.2.0 (2013-01-02)
+* Alpha
+* Beta
+
+# 0.1.0 (2012-02-02)
* Bravo
\ No newline at end of file
FAIL diff failed 1:
--- "cases\\release_spaces\\expected"	2025-07-04 19:11:03.754073700 +0000
+++ "cases\\release_spaces\\output"	2025-07-04 19:11:11.238505100 +0000
@@ -1,6 +1,6 @@
-# 0.2.0 (2013-01-02)
-* Alpha
-* Beta
-
-# 0.1.0 (2012-02-02)
+# 0.2.0 (2013-01-02)
+* Alpha
+* Beta
+
+# 0.1.0 (2012-02-02)
* Bravo
\ No newline at end of file
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `~\src\_build\default\lib_test\_build\_tests\SKF604YI\parse_print.009.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        parse_print         10   cases\square_date.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
ASSERT diff failed 1:
--- "cases\\square_date\\expected"	2025-07-04 19:11:03.754073700 +0000
+++ "cases\\square_date\\output"	2025-07-04 19:11:11.316571900 +0000
@@ -1,2 +1,2 @@
-# 0.8.2 [Dec 2012]
+# 0.8.2 [Dec 2012]
* Fix an issue with `opam reinstall` where packages were reinstalled in reverse order
\ No newline at end of file
FAIL diff failed 1:
--- "cases\\square_date\\expected"	2025-07-04 19:11:03.754073700 +0000
+++ "cases\\square_date\\output"	2025-07-04 19:11:11.316571900 +0000
@@ -1,2 +1,2 @@
-# 0.8.2 [Dec 2012]
+# 0.8.2 [Dec 2012]
* Fix an issue with `opam reinstall` where packages were reinstalled in reverse order
\ No newline at end of file
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `~\src\_build\default\lib_test\_build\_tests\SKF604YI\parse_print.010.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


Full test results in `~\src\_build\default\lib_test\_build\_tests\SKF604YI'.
10 failures! in 1.031s. 17 tests run.
"cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-07-04 19:11.27: Job failed: Failed: Build failed