2025-10-18 16:34.24: New job: test ocaml-community/yojson https://github.com/ocaml-community/yojson.git#refs/heads/master (d692c15dc630a1a1635719b5426299df6f02c5ef) (linux-x86_64:fedora-43-4.14_opam-2.4)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-community/yojson.git" -b "master" && cd "yojson" && git reset --hard d692c15dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52# fedora-43-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 yojson.opam yojson-five.opam yojson-bench.opam ./RUN opam pin add -yn yojson.dev './' && \opam pin add -yn yojson-five.dev './' && \opam pin add -yn yojson-bench.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base benchmark.1.7 cmdliner.2.0.0 dune.3.20.2 fmt.0.11.0 gen.1.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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.37.0 re.1.14.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y yojson.dev yojson-five.dev yojson-bench.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-18 16:34.24: Using cache hint "ocaml-community/yojson-ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52-fedora-43-4.14_opam-2.4-90b297c9b5625bf7f052b62414b37006"2025-10-18 16:34.24: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52)(comment fedora-43-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src yojson.opam yojson-five.opam yojson-bench.opam) (dst ./))(run (network host)(shell "opam pin add -yn yojson.dev './' && \\nopam pin add -yn yojson-five.dev './' && \\nopam pin add -yn yojson-bench.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base benchmark.1.7 cmdliner.2.0.0 dune.3.20.2 fmt.0.11.0 gen.1.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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.37.0 re.1.14.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4")(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.4 --depext-only -y yojson.dev yojson-five.dev yojson-bench.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")))2025-10-18 16:34.24: Waiting for resource in pool OCluster2025-10-18 16:57.47: Waiting for worker…2025-10-18 16:59.11: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at d692c15 Merge pull request #200 from Leonidas-from-XIV/better-docs(from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52)Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52' locallydocker.io/ocaml/opam@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52: Pulling from ocaml/opam3a6ccf50917d: Already exists698b8d1610af: Already exists7e5b745a56a4: Already existse8859609bfb8: Pulling fs layer51242d36b3fd: Pulling fs layer61958fadfb74: Pulling fs layer04578677ff3f: Pulling fs layer01b19b859bd1: Pulling fs layer47b008c442e7: Pulling fs layer434ff16e8a1b: Pulling fs layere2e8d2ec1110: Pulling fs layerbb8f1dbb2acd: Pulling fs layerc914fb01d9b0: Pulling fs layer61958fadfb74: Waitingacbc7d112060: Pulling fs layer7b0ca93f3f54: Pulling fs layer47b008c442e7: Waiting5a223856338a: Pulling fs layere2e8d2ec1110: Waitingace6a731f305: Pulling fs layer04578677ff3f: Waiting434ff16e8a1b: Waitinga6230b7fafa0: Pulling fs layer01b19b859bd1: Waiting917f9b8155b5: Pulling fs layerbb8f1dbb2acd: Waiting8f7a3b7d908f: Pulling fs layerc914fb01d9b0: Waitingacbc7d112060: Waiting4f4fb700ef54: Pulling fs layer5a223856338a: Waiting7af8a72dec52: Pulling fs layera6230b7fafa0: Waiting7b0ca93f3f54: Waiting9565a36b4e3a: Pulling fs layer917f9b8155b5: Waitinga1ba7d9452a1: Pulling fs layer8f7a3b7d908f: Waitingace6a731f305: Waiting24a9095bda75: Pulling fs layer4f4fb700ef54: Waiting7af8a72dec52: Waiting16c026bd2ca7: Pulling fs layer9565a36b4e3a: Waiting6b821f07d597: Pulling fs layer24a9095bda75: Waitingafd0175f27f4: Pulling fs layera1ba7d9452a1: Waiting88ab18f654c7: Pulling fs layer16c026bd2ca7: Waiting6b821f07d597: Waitingbe69a91a3ef7: Pulling fs layerafd0175f27f4: Waitingce8a4e53f5e3: Pulling fs layer88ab18f654c7: Waiting3e2bdc6df5e4: Pulling fs layerbe69a91a3ef7: Waitingff986d64677f: Pulling fs layer9c9f7117b120: Pulling fs layer8bc6797e23fc: Pulling fs layerff986d64677f: Waiting3e2bdc6df5e4: Waiting07b81fe7312a: Pulling fs layerce8a4e53f5e3: Waiting9c9f7117b120: Waiting8bc6797e23fc: Waiting43fc65bb52eb: Pulling fs layera5d75845130a: Pulling fs layer07b81fe7312a: Waiting1eec13083f65: Pulling fs layer43fc65bb52eb: Waiting502b0eef2b39: Pulling fs layera5d75845130a: Waitingc1a5e9a62af8: Pulling fs layer13ca68c1356e: Pulling fs layer1eec13083f65: Waitingb02e3b0a0c41: Pulling fs layerc1a5e9a62af8: Waiting502b0eef2b39: Waiting13ca68c1356e: Waitingb02e3b0a0c41: Waiting51242d36b3fd: Verifying Checksum51242d36b3fd: Download complete61958fadfb74: Verifying Checksum61958fadfb74: Download complete04578677ff3f: Verifying Checksum04578677ff3f: Download complete01b19b859bd1: Verifying Checksum01b19b859bd1: Download complete47b008c442e7: Verifying Checksum47b008c442e7: Download complete434ff16e8a1b: Verifying Checksum434ff16e8a1b: Download completee2e8d2ec1110: Verifying Checksume2e8d2ec1110: Download completebb8f1dbb2acd: Verifying Checksumbb8f1dbb2acd: Download completec914fb01d9b0: Verifying Checksumc914fb01d9b0: Download completeacbc7d112060: Download complete7b0ca93f3f54: Download complete5a223856338a: Download completeace6a731f305: Verifying Checksumace6a731f305: Download completea6230b7fafa0: Download complete917f9b8155b5: Verifying Checksum917f9b8155b5: Download complete8f7a3b7d908f: Verifying Checksum8f7a3b7d908f: Download complete4f4fb700ef54: Download complete7af8a72dec52: Verifying Checksum7af8a72dec52: Download complete9565a36b4e3a: Download completea1ba7d9452a1: Verifying Checksuma1ba7d9452a1: Download complete24a9095bda75: Verifying Checksum24a9095bda75: Download complete16c026bd2ca7: Verifying Checksum16c026bd2ca7: Download complete6b821f07d597: Verifying Checksum6b821f07d597: Download completeafd0175f27f4: Verifying Checksumafd0175f27f4: Download complete88ab18f654c7: Verifying Checksum88ab18f654c7: Download completebe69a91a3ef7: Verifying Checksumbe69a91a3ef7: Download completece8a4e53f5e3: Verifying Checksumce8a4e53f5e3: Download complete3e2bdc6df5e4: Verifying Checksum3e2bdc6df5e4: Download completeff986d64677f: Verifying Checksumff986d64677f: Download complete9c9f7117b120: Verifying Checksum9c9f7117b120: Download completee8859609bfb8: Verifying Checksume8859609bfb8: Pull complete51242d36b3fd: Pull complete61958fadfb74: Pull complete04578677ff3f: Pull complete01b19b859bd1: Pull complete47b008c442e7: Pull complete8bc6797e23fc: Download complete434ff16e8a1b: Pull completee2e8d2ec1110: Pull completebb8f1dbb2acd: Pull completec914fb01d9b0: Pull completeacbc7d112060: Pull complete43fc65bb52eb: Verifying Checksum43fc65bb52eb: Download complete7b0ca93f3f54: Pull complete5a223856338a: Pull completeace6a731f305: Pull completea6230b7fafa0: Pull complete917f9b8155b5: Pull complete8f7a3b7d908f: Pull complete4f4fb700ef54: Pull complete7af8a72dec52: Pull complete9565a36b4e3a: Pull completea5d75845130a: Download completea1ba7d9452a1: Pull complete24a9095bda75: Pull complete16c026bd2ca7: Pull complete6b821f07d597: Pull completeafd0175f27f4: Pull complete88ab18f654c7: Pull completebe69a91a3ef7: Pull completece8a4e53f5e3: Pull complete3e2bdc6df5e4: Pull completeff986d64677f: Pull complete1eec13083f65: Download complete9c9f7117b120: Pull complete8bc6797e23fc: Pull complete07b81fe7312a: Download complete07b81fe7312a: Pull complete43fc65bb52eb: Pull completea5d75845130a: Pull complete1eec13083f65: Pull complete502b0eef2b39: Verifying Checksum502b0eef2b39: Download completec1a5e9a62af8: Verifying Checksumc1a5e9a62af8: Download complete13ca68c1356e: Verifying Checksum13ca68c1356e: Download completeb02e3b0a0c41: Verifying Checksumb02e3b0a0c41: Download complete502b0eef2b39: Pull completec1a5e9a62af8: Pull complete13ca68c1356e: Pull completeb02e3b0a0c41: Pull completeDigest: sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52Status: Downloaded newer image for ocaml/opam@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb522025-10-18 16:59.12 ---> using "eff1ce5e32c7f8b8343a5c02e7f09c1f2495c9a1c7103f693d04375f30e30d11" from cache/: (comment fedora-43-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 - Updates 100% | 172.2 KiB/s | 23.9 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2025-10-18 16:59.12 ---> using "539b6860d861916654a676969490f4b634b158f259c18d3ac592c3c997eba783" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-18 16:59.12 ---> using "e12cefea2f2f5b469e179585d2c765ac2baf9332734082a245c7c52002bc9c65" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-18 16:59.12 ---> using "b2bbe53b4d2b95275e2c0bbaf344efd40767d651ade22efbcfb773f281af0097" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.14.22.4.12025-10-18 16:59.12 ---> using "2a9a612fdb4247c5cf9861b29cc7abeaa727473dda457b6ddcd5e0a27cc54521" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-18 16:59.12 ---> using "b7cd289f8f3fabdf5bb02ef230944cf9bf6d73f3ebc44c0711329c4bea2cde87" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))deb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-18 16:59.12 ---> using "f85ac05ec05df94d35172729e72fb7f2094c353a1bd02aeba95ef5fd5666ead8" from cache/src: (copy (src yojson.opam yojson-five.opam yojson-bench.opam) (dst ./))2025-10-18 16:59.13 ---> saved as "c7620a6e5c736cb44f9eb03e41e243499257381cced485c922cce83905c6ab7e"/src: (run (network host)(shell "opam pin add -yn yojson.dev './' && \\nopam pin add -yn yojson-five.dev './' && \\nopam pin add -yn yojson-bench.dev './'"))[yojson.dev] synchronised (file:///src)yojson is now pinned to file:///src (version dev)[yojson-five.dev] synchronised (file:///src)yojson-five is now pinned to file:///src (version dev)[yojson-bench.dev] synchronised (file:///src)yojson-bench is now pinned to file:///src (version dev)2025-10-18 16:59.17 ---> saved as "399c290323934d4ade41951608083615ad6e244b576ea27b02525f30497fc002"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-18 16:59.18 ---> saved as "285cc487eb368490b83fc45d57981069fbb07adcbcadbe2f8c32144dd8101d3e"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base benchmark.1.7 cmdliner.2.0.0 dune.3.20.2 fmt.0.11.0 gen.1.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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.37.0 re.1.14.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4")/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.4 --depext-only -y yojson.dev yojson-five.dev yojson-bench.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[yojson.dev] synchronised (file:///src)[yojson-bench.dev] synchronised (file:///src)[yojson-five.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[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 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).2025-10-18 16:59.33 ---> saved as "6cefd06ad3121f03a7c6f6b95e43897e4384eabe5195179cdb53564da584ee7e"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[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 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 20 packages- install alcotest 1.9.1- install astring 0.8.5- install benchmark 1.7- install cmdliner 2.0.0- install dune 3.20.2- install fmt 0.11.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.37.0- install re 1.14.0- install sedlex 3.7- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved benchmark.1.7 (https://opam.ocaml.org/cache)-> retrieved fmt.0.11.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 ppx_derivers.1.2.1 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sedlex.3.7 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved dune.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.20.2-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed benchmark.1.7-> installed sexplib0.v0.17.0-> installed gen.1.1-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed alcotest.1.9.1-> installed ppxlib.0.37.0-> installed sedlex.3.7Done.# To update the current shell environment, run: eval $(opam env)2025-10-18 17:01.13 ---> saved as "38da384d550278641e583d33954a80da2d3c2bb87b93d7fd17a9de618002980d"/src: (copy (src .) (dst /src))2025-10-18 17:01.14 ---> saved as "779b61229519b229842ac7b1cce402dab1657ad5c1eb63bb3108900d644e625d"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)Testing `Yojson'.This run has ID `0WJUDZME'.[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.[OK] write 0 to_file with default settings.[OK] 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.Full test results in `/src/_build/default/test/_build/_tests/Yojson'.Test Successful in 0.004s. 30 tests run.(cd _build/default/test_json5 && ./test.exe)Testing `JSON5'.This run has ID `VMAJUE87'.[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/JSON5'.Test Successful in 0.007s. 56 tests run.2025-10-18 17:01.20 ---> saved as "0ca3ed770d64967021ab456babf19fae4302073a2978175b7c88313d7210608b"Job succeeded2025-10-18 17:01.21: Job succeeded