2025-05-02 14:57.14: New job: test ocaml-community/yojson https://github.com/ocaml-community/yojson.git#refs/pull/184/head (180ce3f9dc901c0ecc1bf8507765dfdebf40570e) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.3)
Base: windows-server-2022-amd64-ocaml-4.14
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-community/yojson.git" && cd "yojson" && git fetch origin "refs/pull/184/head" && git reset --hard 180ce3f9
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-4.14
# windows-server-2022-amd64-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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.14: Using cache hint "ocaml-community/yojson-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.3-f9fd045141cb9b4b795ae3e5d60a8718"
2025-05-02 14:57.14: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-4.14)
(comment windows-server-2022-amd64-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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.14: Waiting for resource in pool OCluster
2025-05-02 15:15.47: Waiting for worker…
2025-05-02 15:51.54: Got resource from pool OCluster
Building on odawa
All commits already cached
HEAD is now at 180ce3f Always output JSON compliant floats (if possible)
(from windows-server-2022-amd64-ocaml-4.14)
2025-05-02 15:51.55 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache
/: (comment windows-server-2022-amd64-4.14_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:51.55 ---> using "fe3978d598c814685c6ee8922c3ae17147a3127f83af70ca6588d6b26847cd93" 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:51.55 ---> using "0caf41f56a7e1f8a9ba062ae44d7d1f50471f3874e543c30c0d1c2b229f1e062" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.4-1.x86_64
The OCaml toplevel, version 4.14.2
2.3.0
2025-05-02 15:51.55 ---> using "6a7802e4db8e302e8ba8d87ff4e9376ae777099db0cd03bdab21ff27a442740c" 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
11bdbee611..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:51.55 ---> using "c781700332e25252b5f33021268748207715b1f66a26b3abbad57a89e16454ca" from cache
/: (copy (src yojson.opam yojson-five.opam yojson-bench.opam)
(dst /Users/opam/src/./))
2025-05-02 15:52.07 ---> saved as "088f1decb5431e61b059e2b67a550c7928101259298a1b3a384329cfd176489a"
/: (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:52.23 ---> saved as "eaa589c6f58b391d93a9f104d6445be5945fe46b1144ad0e913ead9796096a96"
/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2025-05-02 15:52.36 ---> saved as "e2d5b2aa7890a1ce2c6336fa55282d326edf83968eb21153653ec656112c0ebf"
/: (env DEPS "alcotest.1.9.0 arch-x86_64.1 astring.0.8.5 base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package 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-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.05 ---> saved as "01d261abda22dbbbbba78a18aa4c3232effc6609b90ef92a52aaef1d88c7c295"
/: (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-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package 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-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.12.4
- 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.12.4 (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 ppxlib.0.36.0 (https://github.com/ocaml-ppx/ppxlib/releases/download/0.36.0/ppxlib-0.36.0.tbz)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sedlex.3.4 (https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.4.tar.gz)
-> 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\4.14.2\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\4.14.2\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 ocaml-syntax-shims.1.0.0
-> installed sexplib0.v0.17.0
-> installed gen.1.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.12.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.45 ---> saved as "6614f4f98139957e5d18119181bf8b9e606b0c01f341637391e7005e1eda3816"
/: (copy (src .) (dst /Users/opam/src))
2025-05-02 15:54.57 ---> saved as "c91ef754dd3179705ea28e221028f15fc2c7b2f5ca315527444bf180f36ad5ac"
/: (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 `BRYVXPS8'.
[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\BRYVXPS8\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\BRYVXPS8\write.001.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Full test results in `~\src\_build\default\test\_build\_tests\BRYVXPS8'.
2 failures! in 0.000s. 30 tests run.
(cd _build/default/test_json5 && .\test.exe)
Testing `JSON5'.
This run has ID `TLNZUV6D'.
[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\TLNZUV6D'.
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.16: Job failed: Failed: Build failed