2025-07-05 07:03.58: New job: test mirage/ezjsonm https://github.com/mirage/ezjsonm.git#refs/pull/55/head (0994d980deed529a2aa65ce867f785e1738a3acf) (linux-x86_64:fedora-41-4.14_opam-2.3)
Base: ocaml/opam:fedora-41-ocaml-4.14@sha256:e18d67147cfd23b78ea8a17248216181b59b1047f2b8c3fc75f37938c49e35a4
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/mirage/ezjsonm.git" && cd "ezjsonm" && git fetch origin "refs/pull/55/head" && git reset --hard 0994d980
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-4.14@sha256:e18d67147cfd23b78ea8a17248216181b59b1047f2b8c3fc75f37938c49e35a4
# fedora-41-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.3 /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 6dea2f93908c01ba6c81b048fe926d48d2309cb8 || git fetch origin master) && git reset -q --hard 6dea2f93908c01ba6c81b048fe926d48d2309cb8 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ezjsonm.opam ezjsonm-lwt.opam ./
RUN opam pin add -yn ezjsonm.dev './' && \
opam pin add -yn ezjsonm-lwt.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.6.1.0 jsonm.1.0.2 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.6 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 ocplib-endian.1.2 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.13.2 sedlex.3.6 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ezjsonm.dev ezjsonm-lwt.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
2025-07-05 07:03.58: Using cache hint "mirage/ezjsonm-ocaml/opam:fedora-41-ocaml-4.14@sha256:e18d67147cfd23b78ea8a17248216181b59b1047f2b8c3fc75f37938c49e35a4-fedora-41-4.14_opam-2.3-0f8c94c4cb9b147b5dfee412e9507506"
2025-07-05 07:03.58: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-4.14@sha256:e18d67147cfd23b78ea8a17248216181b59b1047f2b8c3fc75f37938c49e35a4)
(comment fedora-41-4.14_opam-2.3)
(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.3 /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 6dea2f93908c01ba6c81b048fe926d48d2309cb8 || git fetch origin master) && git reset -q --hard 6dea2f93908c01ba6c81b048fe926d48d2309cb8 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ezjsonm.opam ezjsonm-lwt.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn ezjsonm.dev './' && \
\nopam pin add -yn ezjsonm-lwt.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.0 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.6.1.0 jsonm.1.0.2 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.6 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 ocplib-endian.1.2 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.13.2 sedlex.3.6 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.3.0.0")
(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.3 --depext-only -y ezjsonm.dev ezjsonm-lwt.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-07-05 07:03.58: Waiting for resource in pool OCluster
2025-07-05 07:06.51: Waiting for worker…
2025-07-05 07:08.21: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 0994d98 Remove the distinction between JSON values and documents (fixes #40) That distinction no longer exists in the relevant standards (ECMA-404 and RFC8259)
(from ocaml/opam:fedora-41-ocaml-4.14@sha256:e18d67147cfd23b78ea8a17248216181b59b1047f2b8c3fc75f37938c49e35a4)
2025-07-05 07:08.21 ---> using "22fe946b035c020ff814c5576cdc75d7652cf945cb2c467c6d9cae1ca0d5d1e4" from cache
/: (comment fedora-41-4.14_opam-2.3)
/: (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 41 - x86_64 - Updates 100% | 48.1 KiB/s | 15.1 KiB | 00m00s
Fedora 41 openh264 (From Cisco) - x86_ 100% | 10.6 KiB/s | 986.0 B | 00m00s
Fedora 41 - x86_64 100% | 195.1 KiB/s | 26.7 KiB | 00m00s
Fedora 41 - x86_64 - Updates 100% | 7.9 MiB/s | 4.7 MiB | 00m01s
Fedora 41 openh264 (From Cisco) - x86_ 100% | 18.3 KiB/s | 5.8 KiB | 00m00s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.
Nothing to do.
2025-07-05 07:08.21 ---> using "acba83c8fbb85f5fb83b3d24118174ced84b0f66836231dc84f8d54745061278" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-05 07:08.21 ---> using "ca3db86f436b376241c2269f32c845b6b5ab85471332a51034b18e4dbae999eb" 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 development 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
2025-07-05 07:08.21 ---> using "c8590e32c8015d4f1bad379929a5a7f97d0d852ea223612fbffb57dd53027e6f" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-07-05 07:08.21 ---> using "605268a13adf0255e82b335cf6caa9db604ecc1366c7ff70da6dc14e3e676194" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-05 07:08.21 ---> using "9c99ba5690e61f79e97947f98468946414eb639242036a49598ef0d5dfab3355" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6dea2f93908c01ba6c81b048fe926d48d2309cb8 || git fetch origin master) && git reset -q --hard 6dea2f93908c01ba6c81b048fe926d48d2309cb8 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
c7269f729a..6dea2f9390 master -> origin/master
6dea2f9390 Merge pull request #28135 from hhugo/release-js_of_ocaml-6.1.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, 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-07-05 07:08.21 ---> using "92c4dd9b7e0ce34043035fa96b22b53de48eb0071c4218b6a12e0bc989d2cec6" from cache
/src: (copy (src ezjsonm.opam ezjsonm-lwt.opam) (dst ./))
2025-07-05 07:08.21 ---> using "d3b037c8361d3d16ec52985281a6c6582bdcf76ee52b6c82b316d2b4e6b86d9b" from cache
/src: (run (network host)
(shell "opam pin add -yn ezjsonm.dev './' && \
\nopam pin add -yn ezjsonm-lwt.dev './'"))
[ezjsonm.dev] synchronised (file:///src)
ezjsonm is now pinned to file:///src (version dev)
[ezjsonm-lwt.dev] synchronised (file:///src)
ezjsonm-lwt is now pinned to file:///src (version dev)
2025-07-05 07:08.21 ---> using "f336539714a2e027388ca9706ad94e5f60c64942548cb4a10a4e96424aa40fb7" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-05 07:08.21 ---> using "597fa48cb5b9da4aa8d8675031263fb487a4fa8421b50fb38efada92e96ba7ce" from cache
/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.6.1.0 jsonm.1.0.2 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.6 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 ocplib-endian.1.2 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.13.2 sedlex.3.6 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.3.0.0")
/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.3 --depext-only -y ezjsonm.dev ezjsonm-lwt.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ezjsonm.dev] synchronised (file:///src)
[ezjsonm-lwt.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).
The following system packages will first need to be installed:
npm
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "npm"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- nodejs-npm x86_64 1:10.9.2-1.22.16.0.1.fc41 updates 9.3 MiB
- Installing dependencies:
- c-ares x86_64 1.34.5-1.fc41 updates 273.2 KiB
- libuv x86_64 1:1.51.0-1.fc41 updates 571.7 KiB
- nodejs x86_64 1:22.16.0-1.fc41 updates 154.6 KiB
- nodejs-libs x86_64 1:22.16.0-1.fc41 updates 78.0 MiB
- Installing weak dependencies:
- nodejs-docs noarch 1:22.16.0-1.fc41 updates 95.6 MiB
- nodejs-full-i18n x86_64 1:22.16.0-1.fc41 updates 30.4 MiB
-
- Transaction Summary:
- Installing: 7 packages
-
- Total size of inbound packages is 40 MiB. Need to download 40 MiB.
- After this operation, 214 MiB extra will be used (install 214 MiB, remove 0 B).
- [1/7] nodejs-1:22.16.0-1.fc41.x86_64 100% | 1.0 MiB/s | 45.9 KiB | 00m00s
- [2/7] c-ares-0:1.34.5-1.fc41.x86_64 100% | 5.4 MiB/s | 115.9 KiB | 00m00s
- [3/7] libuv-1:1.51.0-1.fc41.x86_64 100% | 5.9 MiB/s | 266.0 KiB | 00m00s
- [4/7] nodejs-npm-1:10.9.2-1.22.16.0.1.f 100% | 13.6 MiB/s | 2.4 MiB | 00m00s
- [5/7] nodejs-docs-1:22.16.0-1.fc41.noar 100% | 22.0 MiB/s | 8.9 MiB | 00m00s
- [6/7] nodejs-full-i18n-1:22.16.0-1.fc41 100% | 23.2 MiB/s | 8.5 MiB | 00m00s
- [7/7] nodejs-libs-1:22.16.0-1.fc41.x86_ 100% | 19.1 MiB/s | 19.7 MiB | 00m01s
- --------------------------------------------------------------------------------
- [7/7] Total 100% | 25.9 MiB/s | 40.0 MiB | 00m02s
- Running transaction
- [1/9] Verify package files 100% | 52.0 B/s | 7.0 B | 00m00s
- [2/9] Prepare transaction 100% | 88.0 B/s | 7.0 B | 00m00s
- [3/9] Installing libuv-1:1.51.0-1.fc41. 100% | 140.3 MiB/s | 574.5 KiB | 00m00s
- [4/9] Installing c-ares-0:1.34.5-1.fc41 100% | 89.4 MiB/s | 274.7 KiB | 00m00s
- [5/9] Installing nodejs-libs-1:22.16.0- 100% | 303.7 MiB/s | 78.0 MiB | 00m00s
- [6/9] Installing nodejs-1:22.16.0-1.fc4 100% | 21.9 MiB/s | 156.6 KiB | 00m00s
- [7/9] Installing nodejs-npm-1:10.9.2-1. 100% | 27.8 MiB/s | 9.8 MiB | 00m00s
- [8/9] Installing nodejs-full-i18n-1:22. 100% | 279.1 MiB/s | 30.4 MiB | 00m00s
- [9/9] Installing nodejs-docs-1:22.16.0- 100% | 698.7 MiB/s | 95.7 MiB | 00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "npm"
- nodejs-npm-10.9.2-1.22.16.0.1.fc41.x86_64
2025-07-05 07:08.21 ---> using "937bcbaff32839bfad921e8d40e95ae474b4a0727f57beaa143d47057a66efcd" from cache
/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 40 packages
- install alcotest 1.9.0
- install astring 0.8.5
- install base v0.16.4
- install base-bytes base
- install cmdliner 1.3.0
- install conf-npm 1
- install cppo 1.8.0
- install csexp 1.5.2
- install cstruct 6.2.0
- install dune 3.19.1
- install dune-configurator 3.19.1
- install fmt 0.10.0
- install gen 1.1
- install hex 1.5.0
- install js_of_ocaml-compiler 6.1.0
- install jsonm 1.0.2
- install lwt 5.9.1
- install menhir 20240715
- install menhirCST 20240715
- install menhirLib 20240715
- install menhirSdk 20240715
- install num 1.6
- 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 ocplib-endian 1.2
- install parsexp v0.16.0
- install ppx_derivers 1.2.1
- install ppx_sexp_conv v0.16.0
- install ppxlib 0.35.0
- install re 1.13.2
- install sedlex 3.6
- install seq base
- install sexplib v0.16.0
- install sexplib0 v0.16.0
- install stdlib-shims 0.3.0
- install topkg 1.0.8
- install uutf 1.0.4
- install yojson 3.0.0
The following system packages will first need to be installed:
npm
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "yum" "install" "-y" "npm"
- Updating and loading repositories:
- Repositories loaded.
- Package "nodejs-npm-1:10.9.2-1.22.16.0.1.fc41.x86_64" is already installed.
-
- Nothing to do.
+ /usr/bin/rpm "-q" "--whatprovides" "npm"
- nodejs-npm-10.9.2-1.22.16.0.1.fc41.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved alcotest.1.9.0 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> retrieved fmt.0.10.0 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> installed conf-npm.1
-> retrieved lwt.5.9.1 (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)
-> retrieved js_of_ocaml-compiler.6.1.0 (cached)
-> retrieved num.1.6 (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)
-> installed cmdliner.1.3.0
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved parsexp.v0.16.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved re.1.13.2 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sedlex.3.6 (cached)
-> retrieved sexplib.v0.16.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.19.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed gen.1.1
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.13.2
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed hex.1.5.0
-> installed alcotest.1.9.0
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.19.1
-> installed sexplib.v0.16.0
-> installed lwt.5.9.1
-> installed base.v0.16.4
-> installed menhir.20240715
-> installed ppxlib.0.35.0
-> installed ppx_sexp_conv.v0.16.0
-> installed sedlex.3.6
-> installed js_of_ocaml-compiler.6.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-05 07:08.21 ---> using "956edfca8cf4f0a4a43b2bad40b3e1519eb319a1a159a4e5fdddc0f32575109c" from cache
/src: (copy (src .) (dst /src))
2025-07-05 07:08.22 ---> saved as "b4293611d29a9bcf8301269be68262f0368899fb6b755992abb3197bab9c822e"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib_test && ./test_unix.exe)
Testing `ezjsonm'.
This run has ID `2K8PHGDX'.
[OK] stream 0 stream0.
Full test results in `/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 0.002s. 1 test run.
(cd _build/default/lib_test && ./test.exe)
Testing `ezjsonm'.
This run has ID `2ZDTJEJ6'.
[OK] string 0 test.
[OK] list 0 test.
[OK] dict 0 test.
[OK] nested 0 test.
[OK] sexp 0 sexp_of_t.
[OK] sexp 1 sexp_of_value.
[OK] errors 0 error: empty.
[OK] errors 1 error: parse error.
Full test results in `/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 0.199s. 8 tests run.
(cd _build/default/lib_test && /usr/bin/node test.bc.js)
Testing `ezjsonm'.
This run has ID `0G5FMKAS'.
[OK] string 0 test.
[OK] list 0 test.
[OK] dict 0 test.
[OK] nested 0 test.
[OK] sexp 0 sexp_of_t.
[OK] sexp 1 sexp_of_value.
[OK] errors 0 error: empty.
[OK] errors 1 error: parse error.
Full test results in `/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 1.432s. 8 tests run.
2025-07-05 07:08.28 ---> saved as "b91d67925debb5a76c90e2dc254b05aa1ff61f83795170ee8cf6233eac29408c"
Job succeeded
2025-07-05 07:08.28: Job succeeded