Organisationsocaml-communityyojson6aaa29 (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-05-02 14:57.16: New job: test ocaml-community/yojson https://github.com/ocaml-community/yojson.git#refs/heads/master (6aaa29586072596807a0160cf8af9967a50151df) (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/ocaml-community/yojson.git" -b "master" && cd "yojson" && git reset --hard 6aaa2958
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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 yojson.opam yojson-five.opam yojson-bench.opam /Users/opam/src/./
RUN opam pin add -yn yojson.dev '/Users/opam/src/./' && \
opam pin add -yn yojson-five.dev '/Users/opam/src/./' && \
opam pin add -yn yojson-bench.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 benchmark.1.7 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 dune.3.18.2 flexdll.0.43 fmt.0.10.0 gen.1.1 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 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.36.0 re.1.12.0 sedlex.3.4 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 yojson.dev yojson-five.dev yojson-bench.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-05-02 14:57.16: Using cache hint "ocaml-community/yojson-windows-server-2022-amd64-ocaml-5.3-windows-server-2022-amd64-5.3_opam-2.3-0cfb0a8be2246a9805454dc7b02cb4ea"
2025-05-02 14:57.16: 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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src yojson.opam yojson-five.opam yojson-bench.opam)
(dst /Users/opam/src/./))
(run (network host)
(shell  "opam pin add -yn yojson.dev '/Users/opam/src/./' && \
\nopam pin add -yn yojson-five.dev '/Users/opam/src/./' && \
\nopam pin add -yn yojson-bench.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 benchmark.1.7 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 dune.3.18.2 flexdll.0.43 fmt.0.10.0 gen.1.1 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 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.36.0 re.1.12.0 sedlex.3.4 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 yojson.dev yojson-five.dev yojson-bench.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-05-02 14:57.16: Waiting for resource in pool OCluster
2025-05-02 15:17.11: Waiting for worker…
2025-05-02 15:53.22: Got resource from pool OCluster
Building on odawa
All commits already cached
HEAD is now at 6aaa295 Merge pull request #190 from Leonidas-from-XIV/cleanup-tuples


(from windows-server-2022-amd64-ocaml-5.3)
2025-05-02 15:53.22 ---> 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-05-02 15:53.22 ---> 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-05-02 15:53.22 ---> 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-05-02 15:53.22 ---> 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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
f93eb7cb02..35eb2f107a  master     -> origin/master
35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.2


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file://C:/Users/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)
2025-05-02 15:53.22 ---> using "8af6583e2ee6b455fa7f87d6f424ca51c6c0400a6cd9599dc5ae9274af985168" from cache


/: (copy (src yojson.opam yojson-five.opam yojson-bench.opam)
(dst /Users/opam/src/./))
2025-05-02 15:53.22 ---> using "e7e4abf29c285a66d4764306983f632224f364e34b1121f757ba5ee4b914fb87" from cache


/: (run (network host)
(shell  "opam pin add -yn yojson.dev '/Users/opam/src/./' && \
\nopam pin add -yn yojson-five.dev '/Users/opam/src/./' && \
\nopam pin add -yn yojson-bench.dev '/Users/opam/src/./'"))
[yojson.dev] synchronised (file://C:/Users/opam/src/.)
yojson is now pinned to file://C:/Users/opam/src/. (version dev)
[yojson-five.dev] synchronised (file://C:/Users/opam/src/.)
yojson-five is now pinned to file://C:/Users/opam/src/. (version dev)
[yojson-bench.dev] synchronised (file://C:/Users/opam/src/.)
yojson-bench is now pinned to file://C:/Users/opam/src/. (version dev)
2025-05-02 15:53.22 ---> using "e2749b911a214b667379f65040fafc6395254111f3b09c4482cbf12f8a06b709" from cache


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2025-05-02 15:53.22 ---> using "f48ab48312c268eccafd4a176f0b5e9c17b1bcd51423b38977214e51a9d1077b" from cache


/: (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 benchmark.1.7 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 dune.3.18.2 flexdll.0.43 fmt.0.10.0 gen.1.1 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 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.36.0 re.1.12.0 sedlex.3.4 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 yojson.dev yojson-five.dev yojson-bench.dev $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[yojson.dev] synchronised (file://C:/Users/opam/src/.)
[yojson-bench.dev] synchronised (file://C:/Users/opam/src/.)
[yojson-five.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.43).
[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-05-02 15:53.22 ---> using "f74bdd6242caee67d605d43d43692bde47c252e63520a4c5d70705f4db3a5fcf" from cache


/: (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.43).
[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 benchmark           1.7
- install cmdliner            1.3.0
- install dune                3.18.2
- install fmt                 0.10.0
- install gen                 1.1
- 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.36.0
- install re                  1.12.0
- install sedlex              3.4
- 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 alcotest.1.9.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved benchmark.1.7  (https://github.com/Chris00/ocaml-benchmark/releases/download/v1.7/benchmark-1.7.tbz)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved sedlex.3.4  (https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.4.tar.gz)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ppxlib.0.36.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.36.0/ppxlib-0.36.0.tbz)
-> 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)
-> retrieved dune.3.18.2  (https://github.com/ocaml/dune/releases/download/3.18.2/dune-3.18.2.tbz)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
[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 topkg.1.0.8
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed fmt.0.10.0
-> installed dune.3.18.2
-> installed ppx_derivers.1.2.1
-> installed benchmark.1.7
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed gen.1.1
-> installed re.1.12.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed alcotest.1.9.0
-> installed ppxlib.0.36.0
-> installed sedlex.3.4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-02 15:54.59 ---> saved as "ab681cd1e33ec61f8102dec1c73db86d28a5b1aef551261de06808640037b949"


/: (copy (src .) (dst /Users/opam/src))
2025-05-02 15:55.12 ---> saved as "67c05b2345c6ca1506e7afcb9221e16e4dd9f36ac3fe5860932d7f9d6bc31de4"


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


[OK]          equality          0   Scalar equality.
[OK]          equality          1   List equality.
[OK]          equality          2   Assoc equality.
[OK]          read              0   from_string.
[OK]          read              1   from_crlf_string.
[OK]          read              2   from_string_fail_simple.
[OK]          read              3   from_string_fail_lines.
[OK]          read              4   from_string_fail_bytes.
[OK]          read              5   from_string_fail_unterminated.
[OK]          read              6   from_string_fail_nested_unterminated.
[OK]          read              7   from_string_fail_unterminated_structure.
[OK]          read              8   from_string_fail_unstarted_structure.
[OK]          read              9   from_string_fail_unstarted_object.
[OK]          read             10   from_string_fail_large_int.
[OK]          read             11   from_string_fail_escaped_char.
[OK]          read             12   from_file.
[OK]          read             13   unquoted_from_string.
[OK]          read             14   map_ident.
[FAIL]        write             0   to_file with default settings.
[FAIL]        write             1   to_file with newline.
[OK]          write             2   to_file without newline.
[OK]          write             3   to_string with default settings.
[OK]          write             4   to_string with newline.
[OK]          write             5   to_string without newline.
[OK]          write             6   seq_to_file with default settings.
[OK]          write             7   seq_to_file with newline.
[OK]          write             8   seq_to_file without newline.
[OK]          util              0   empty path.
[OK]          util              1   non-existing path.
[OK]          util              2   traversal.


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        write             0   to_file with default settings.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
[exception] End_of_file
Raised at Stdlib.unsafe_really_input in file "stdlib.ml", line 429, characters 9-26
Called from Stdlib.really_input_string in file "stdlib.ml", line 440, characters 2-25
Called from Dune__exe__Test_write.to_file_tests.test in file "test/test_write.ml", line 26, characters 14-43
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\test\_build\_tests\Y5W8PBPA\write.000.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        write             1   to_file with newline.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
[exception] End_of_file
Raised at Stdlib.unsafe_really_input in file "stdlib.ml", line 429, characters 9-26
Called from Stdlib.really_input_string in file "stdlib.ml", line 440, characters 2-25
Called from Dune__exe__Test_write.to_file_tests.test in file "test/test_write.ml", line 26, characters 14-43
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\test\_build\_tests\Y5W8PBPA\write.001.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


Full test results in `~\src\_build\default\test\_build\_tests\Y5W8PBPA'.
2 failures! in 0.016s. 30 tests run.
(cd _build/default/test_json5 && .\test.exe)
Testing `JSON5'.
This run has ID `YY1XL3C6'.


[OK]          parsing          0   Unexpected line break.
[OK]          parsing          1   true.
[OK]          parsing          2   false.
[OK]          parsing          3   null.
[OK]          parsing          4   double quotes string.
[OK]          parsing          5   single quotes string.
[OK]          parsing          6   float.
[OK]          parsing          7   hex.
[OK]          parsing          8   hex escape sequence.
[OK]          parsing          9   unicode escape sequence.
[OK]          parsing         10   more string escaping.
[OK]          parsing         11   escaping quotes.
[OK]          parsing         12   more escaping quotes.
[OK]          parsing         13   escaping other chars.
[OK]          parsing         14   built in escapes.
[OK]          parsing         15   null byte string.
[OK]          parsing         16   octal string.
[OK]          parsing         17   null and octal string.
[OK]          parsing         18   int.
[OK]          parsing         19   backslash escape.
[OK]          parsing         20   line break.
[OK]          parsing         21   string and comment.
[OK]          parsing         22   empty object.
[OK]          parsing         23   object with double quote string.
[OK]          parsing         24   object with single quote string.
[OK]          parsing         25   object with unquoted string.
[OK]          parsing         26   trailing comma in object.
[OK]          parsing         27   colon in key.
[OK]          parsing         28   multiple trailing commas in object.
[OK]          parsing         29   just trailing comma in object.
[OK]          parsing         30   just trailing commas in object.
[OK]          parsing         31   multiple colons in object.
[OK]          parsing         32   newline in key.
[OK]          parsing         33   empty list.
[OK]          parsing         34   heterogenous list.
[OK]          parsing         35   trailing comma in list.
[OK]          parsing         36   trailing comma with space list.
[OK]          parsing         37   newlines in list.
[OK]          parsing         38   multiple trailing commas in list.
[OK]          parsing         39   just trailing comma in list.
[OK]          parsing         40   multiple trailing commas in list.
[OK]          parsing         41   More elaborated.
[OK]          parsing         42   unexpected EOF in list.
[OK]          parsing         43   unexpected EOF on different line.
[OK]          parsing         44   unexpected EOF in assoc.
[OK]          parsing         45   missing colon in assoc.
[OK]          parsing         46   bad identifier in assoc.
[OK]          writing          0   Empty object.
[OK]          writing          1   Empty list.
[OK]          writing          2   true.
[OK]          writing          3   false.
[OK]          writing          4   null.
[OK]          writing          5   string.
[OK]          writing          6   float.
[OK]          writing          7   hex.
[OK]          writing          8   int.


Full test results in `~\src\_build\default\test_json5\_build\_tests\YY1XL3C6'.
Test Successful in 0.016s. 56 tests run.
"cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-05-02 15:55.31: Job failed: Failed: Build failed