2026-01-16 11:37.34: New job: test ocaml-community/yojson https://github.com/ocaml-community/yojson.git#refs/heads/master (d692c15dc630a1a1635719b5426299df6f02c5ef) (linux-riscv64:debian-13-4.14_riscv64_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:4e913c9f11762beddd6d0f2fba298f49fdc83a3885157d727a3154ae02b65a38 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-community/yojson.git" -b "master" && cd "yojson" && git reset --hard d692c15d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:4e913c9f11762beddd6d0f2fba298f49fdc83a3885157d727a3154ae02b65a38 # debian-13-4.14_riscv64_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u COPY --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.1.0 dune.3.21.0 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.1 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y yojson.dev yojson-five.dev yojson-bench.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-01-16 11:37.34: Using cache hint "ocaml-community/yojson-ocaml/opam:debian-13-ocaml-4.14@sha256:4e913c9f11762beddd6d0f2fba298f49fdc83a3885157d727a3154ae02b65a38-debian-13-4.14_riscv64_opam-2.5-b4139b112a20d76c0f8456fde2f6f4d7" 2026-01-16 11:37.34: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:4e913c9f11762beddd6d0f2fba298f49fdc83a3885157d727a3154ae02b65a38) (comment debian-13-4.14_riscv64_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.1.0 dune.3.21.0 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.1 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.5 --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")) ) 2026-01-16 11:37.34: Waiting for resource in pool OCluster 2026-01-16 21:11.31: Waiting for worker… 2026-01-17 07:15.03: Got resource from pool OCluster Building on riscv-bm-04.sw.ci.dev All commits already cached HEAD is now at d692c15 Merge pull request #200 from Leonidas-from-XIV/better-docs (from ocaml/opam:debian-13-ocaml-4.14@sha256:4e913c9f11762beddd6d0f2fba298f49fdc83a3885157d727a3154ae02b65a38) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:4e913c9f11762beddd6d0f2fba298f49fdc83a3885157d727a3154ae02b65a38' locally docker.io/ocaml/opam@sha256:4e913c9f11762beddd6d0f2fba298f49fdc83a3885157d727a3154ae02b65a38: Pulling from ocaml/opam aaf3ef12aa0c: Already exists 96d22f83ba6b: Already exists c75a1c01218a: Already exists 6aeff9a681bc: Already exists 7bdcb6a78337: Already exists 06e94a6ac0b4: Already exists 91ab344090f9: Already exists e06eb7428592: Already exists bc41201c53e8: Already exists 8c2720823a27: Already exists 7e57be28bdc0: Already exists e64d76dc6d04: Already exists 9fb91169a7c5: Already exists 0b3abd6cbe07: Already exists d6374a1a7529: Already exists ca9b145f9f1a: Already exists 9dc4e5474f8a: Already exists 9dc4e5474f8a: Already exists 51d56586575a: Already exists 280a1ccd20fe: Already exists 0edc9564d893: Already exists 7729db7c00a0: Already exists 4f4fb700ef54: Already exists 70944c4805e2: Already exists e9609dd36ad2: Already exists b0461a8a3dca: Already exists b889fb726722: Already exists a4fab0d74c01: Already exists 003899a7cfec: Already exists 4ab6237982aa: Already exists 9cd05a0f1186: Already exists c77c5bdae8ea: Already exists 2fc2ca27c0f4: Already exists 1854d7b664c0: Already exists e190b3dab5e0: Already exists c87e25bde380: Already exists 8a9f2b8b68ca: Already exists 6330494316a1: Already exists 3242f5256156: Already exists aa2e02fcae7f: Already exists 573f1094743d: Already exists 705a0f6448ba: Pulling fs layer b781684cad65: Pulling fs layer a5cde32980ff: Pulling fs layer c89e414e923e: Pulling fs layer c89e414e923e: Waiting b781684cad65: Verifying Checksum b781684cad65: Download complete a5cde32980ff: Verifying Checksum a5cde32980ff: Download complete c89e414e923e: Verifying Checksum c89e414e923e: Download complete 705a0f6448ba: Verifying Checksum 705a0f6448ba: Download complete 705a0f6448ba: Pull complete b781684cad65: Pull complete a5cde32980ff: Pull complete c89e414e923e: Pull complete Digest: sha256:4e913c9f11762beddd6d0f2fba298f49fdc83a3885157d727a3154ae02b65a38 Status: Downloaded newer image for ocaml/opam@sha256:4e913c9f11762beddd6d0f2fba298f49fdc83a3885157d727a3154ae02b65a38 2026-01-17 07:15.03 ---> using "f1a00875660a94745f9138aa43f7660587c0e6aaae220b636433064dbda2332d" from cache /: (comment debian-13-4.14_riscv64_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-01-17 07:15.03 ---> using "25bdb2d61a9b2af2ac1a18220313e901131257e552bd23940b1fd4b151ae1011" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-01-17 07:15.03 ---> using "97ca85866698c8f3fd2797f2aff991e0dd9be607bf2a65dc42755bb4cd4a78c1" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.10.113-scw1 The OCaml toplevel, version 4.14.2 2.5.0 2026-01-17 07:15.03 ---> using "09ffd6711c0396e96988415eabfab38e156be4082324d52d6afca1094d258014" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-17 07:15.03 ---> using "b9ef6b1b47c669a34389b9339cd59c9857f6e0962588b76f2699af2568d1f660" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 16d9c0eb87..873cb18c37 master -> origin/master 873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.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) 2026-01-17 07:15.03 ---> using "71ca3b2262d5134e65088aa68ca448f9df3047d81e1553404121358773fe0342" from cache /src: (copy (src yojson.opam yojson-five.opam yojson-bench.opam) (dst ./)) 2026-01-17 07:15.04 ---> saved as "cb3f35e6fe5612554da607fd1fb9307ed1d8d797f97efd2a8b0880c0aff24e6b" /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) 2026-01-17 07:15.24 ---> saved as "fb722efc5c3ba9bc0c0ac40d0b733bc48db0402aa0115f951758b06921170dda" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-17 07:15.25 ---> saved as "1e041115664795d716260c28b328194e7516a655b25ff57d4150a8b828c4fc83" /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.1.0 dune.3.21.0 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.1 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.5 --depext-only -y yojson.dev yojson-five.dev yojson-bench.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian trixie InRelease [140 kB] - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian trixie/main riscv64 Packages [9379 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [88.4 kB] - Fetched 9698 kB in 5s (1923 kB/s) - Reading package lists... - <><> 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). # To update the current shell environment, run: eval $(opam env) 2026-01-17 07:16.15 ---> saved as "ecbd48728264962beac6d1180accbab22e2e9e5e0e75db2c55c16176c66daa05" /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.1.0 - install dune 3.21.0 - 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.1 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved benchmark.1.7 (cached) -> retrieved cmdliner.2.1.0 (cached) -> 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 ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sedlex.3.7 (cached) -> retrieved seq.base (cached) -> retrieved ppxlib.0.37.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.21.0 (cached) -> installed cmdliner.2.1.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed seq.base -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed uutf.1.0.4 -> installed dune.3.21.0 -> installed benchmark.1.7 -> installed gen.1.1 -> installed ppx_derivers.1.2.1 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocaml-syntax-shims.1.0.0 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.17.0 -> installed re.1.14.0 -> installed alcotest.1.9.1 -> installed ppxlib.0.37.0 -> installed sedlex.3.7 Done. # To update the current shell environment, run: eval $(opam env) 2026-01-17 07:24.17 ---> saved as "0526728d6d4e99c268e4901a2e2eb290236f8882d818d9b9a700ccedb34578eb" /src: (copy (src .) (dst /src)) 2026-01-17 07:24.18 ---> saved as "c42953996252f290d53bd6b3e6840e51d293fbecfa507bb191f8bfe4184b0bc1" /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 `N52EI4HQ'. [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.026s. 30 tests run. (cd _build/default/test_json5 && ./test.exe) Testing `JSON5'. This run has ID `SAW5GMXN'. [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.026s. 56 tests run. 2026-01-17 07:24.47 ---> saved as "d9b20a45c914a8eb5e76d9c074083d781b1914e5844609eb26f29251832d6e4c" Job succeeded 2026-01-17 07:24.47: Job succeeded