2025-07-05 07:03.56: New job: test mirage/ezjsonm https://github.com/mirage/ezjsonm.git#refs/heads/master (e7dc1c991c377229aea9976277c33623e75137b5) (linux-x86_64:fedora-41-5.3_opam-2.3)
Base: ocaml/opam:fedora-41-ocaml-5.3@sha256:146713442ed5c2eb4e9d95547da36a8643e814340597351b96fb871f2855c3b7
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/mirage/ezjsonm.git" -b "master" && cd "ezjsonm" && git reset --hard e7dc1c99
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-5.3@sha256:146713442ed5c2eb4e9d95547da36a8643e814340597351b96fb871f2855c3b7
# fedora-41-5.3_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.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.36.0 ppxlib_jane.v0.17.4 re.1.13.2 sedlex.3.6 seq.base sexplib.v0.17.0 sexplib0.v0.17.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.56: Using cache hint "mirage/ezjsonm-ocaml/opam:fedora-41-ocaml-5.3@sha256:146713442ed5c2eb4e9d95547da36a8643e814340597351b96fb871f2855c3b7-fedora-41-5.3_opam-2.3-0f5fc6f45ba6dd53ccd6cbc466549eb5"
2025-07-05 07:03.56: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-5.3@sha256:146713442ed5c2eb4e9d95547da36a8643e814340597351b96fb871f2855c3b7)
(comment fedora-41-5.3_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.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.36.0 ppxlib_jane.v0.17.4 re.1.13.2 sedlex.3.6 seq.base sexplib.v0.17.0 sexplib0.v0.17.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.56: Waiting for resource in pool OCluster
2025-07-05 07:06.28: Waiting for worker…
2025-07-05 07:06.38: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at e7dc1c9 Merge pull request #54 from dmbaturin/ci-updates
(from ocaml/opam:fedora-41-ocaml-5.3@sha256:146713442ed5c2eb4e9d95547da36a8643e814340597351b96fb871f2855c3b7)
2025-07-05 07:06.39 ---> using "6885aab87f4fe22185c8b8094f735035f681f36e522db31f68b1c3410c45c8dc" from cache
/: (comment fedora-41-5.3_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% | 117.1 KiB/s | 15.1 KiB | 00m00s
Fedora 41 openh264 (From Cisco) - x86_ 100% | 9.8 KiB/s | 986.0 B | 00m00s
Fedora 41 - x86_64 100% | 184.3 KiB/s | 26.7 KiB | 00m00s
Fedora 41 - x86_64 - Updates 100% | 8.8 MiB/s | 5.3 MiB | 00m01s
Fedora 41 openh264 (From Cisco) - x86_ 100% | 19.4 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:06.39 ---> using "be913ffc0559d1f9061ab7a5a14cead2760cef4759fb2f507009e508be9d1904" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-05 07:06.39 ---> using "06b698498e5a5e5c62763942374272aaa9f8ccb14dba2ca9a6ee215e79a511a7" 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
[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 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-05 07:06.39 ---> using "2ab33c3e3494a4a312bd0b70e17e60f5891afea9b3bc06c2dfbf6b765ac5d2d7" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-07-05 07:06.39 ---> using "a10b4865dcd3eb52b5cd422f7f390da13f120a6bc87cf8de5f3c86eae9dd43d0" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-05 07:06.39 ---> using "b54fc704a579008027213d2076ec99cf59bb09f2216bd0f1b7c5760bec3a4607" 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
bc726805e3..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:06.39 ---> using "68c1d011bef156f3d2e822bd1e604921f70111601a89583198a9f23e86d2edf3" from cache
/src: (copy (src ezjsonm.opam ezjsonm-lwt.opam) (dst ./))
2025-07-05 07:06.40 ---> saved as "241198426b527766290826e74a2aeea85d87817e75753e9a720f042eb921c736"
/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:06.41 ---> saved as "2b23f6d1d1984827897e8b01deefdd639bcac15a465223bff63771513dcd6ffe"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-05 07:06.42 ---> saved as "c33add4d56c185539bc64b2f7790f601680852d7ef0cbba2385d545bd0d4bdc3"
/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.36.0 ppxlib_jane.v0.17.4 re.1.13.2 sedlex.3.6 seq.base sexplib.v0.17.0 sexplib0.v0.17.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 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 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).
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% | 3.9 MiB/s | 115.9 KiB | 00m00s
- [3/7] libuv-1:1.51.0-1.fc41.x86_64 100% | 2.4 MiB/s | 266.0 KiB | 00m00s
- [4/7] nodejs-npm-1:10.9.2-1.22.16.0.1.f 100% | 10.5 MiB/s | 2.4 MiB | 00m00s
- [5/7] nodejs-libs-1:22.16.0-1.fc41.x86_ 100% | 28.8 MiB/s | 19.7 MiB | 00m01s
- [6/7] nodejs-full-i18n-1:22.16.0-1.fc41 100% | 18.2 MiB/s | 8.5 MiB | 00m00s
- [7/7] nodejs-docs-1:22.16.0-1.fc41.noar 100% | 9.3 MiB/s | 8.9 MiB | 00m01s
- --------------------------------------------------------------------------------
- [7/7] Total 100% | 31.6 MiB/s | 40.0 MiB | 00m01s
- Running transaction
- [1/9] Verify package files 100% | 50.0 B/s | 7.0 B | 00m00s
- [2/9] Prepare transaction 100% | 85.0 B/s | 7.0 B | 00m00s
- [3/9] Installing libuv-1:1.51.0-1.fc41. 100% | 112.2 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% | 317.3 MiB/s | 78.0 MiB | 00m00s
- [6/9] Installing nodejs-1:22.16.0-1.fc4 100% | 19.1 MiB/s | 156.6 KiB | 00m00s
- [7/9] Installing nodejs-npm-1:10.9.2-1. 100% | 28.8 MiB/s | 9.8 MiB | 00m00s
- [8/9] Installing nodejs-full-i18n-1:22. 100% | 284.3 MiB/s | 30.4 MiB | 00m00s
- [9/9] Installing nodejs-docs-1:22.16.0- 100% | 719.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:06.54 ---> saved as "9402636da4b70e9f1cf28ae3a16b935864497076387ee2a3ab9a165d8ed57a19"
/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 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 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).
The following actions will be performed:
=== install 42 packages
- install alcotest 1.9.0
- install astring 0.8.5
- install base v0.17.3
- 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.17.0
- install ocaml-syntax-shims 1.0.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ocplib-endian 1.2
- install parsexp v0.17.0
- install ppx_derivers 1.2.1
- install ppx_sexp_conv v0.17.1
- install ppxlib 0.36.0
- install ppxlib_jane v0.17.4
- install re 1.13.2
- install sedlex 3.6
- install seq base
- install sexplib v0.17.0
- install sexplib0 v0.17.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.17.3 (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)
-> retrieved lwt.5.9.1 (cached)
-> installed conf-npm.1
-> 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.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> installed cmdliner.1.3.0
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved parsexp.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved re.1.13.2 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved ppxlib.0.36.0 (cached)
-> retrieved sedlex.3.6 (cached)
-> retrieved sexplib.v0.17.0 (cached)
-> 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 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-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed re.1.13.2
-> installed sexplib0.v0.17.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.17.0
-> installed dune-configurator.3.19.1
-> installed sexplib.v0.17.0
-> installed lwt.5.9.1
-> installed base.v0.17.3
-> installed menhir.20240715
-> installed ppxlib.0.36.0
-> installed ppxlib_jane.v0.17.4
-> installed sedlex.3.6
-> installed ppx_sexp_conv.v0.17.1
-> installed js_of_ocaml-compiler.6.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-05 07:08.10 ---> saved as "477fcfb543afadfebf3c2998b2d91ee8dd0a0a68a47ce4177a4976e23c807117"
/src: (copy (src .) (dst /src))
2025-07-05 07:08.10 ---> saved as "6651af31a4b6ef72e57075abc6ef340cdae76fa6404b24824f1994d5dedfb829"
/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 `CNR2WK49'.
[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 `UWGU080M'.
[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.
[OK] errors 2 error: not a value.
Full test results in `/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 0.139s. 9 tests run.
(cd _build/default/lib_test && /usr/bin/node test.bc.js)
Testing `ezjsonm'.
This run has ID `NX2EK2NO'.
[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.
[OK] errors 2 error: not a value.
Full test results in `/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 1.454s. 9 tests run.
2025-07-05 07:08.15 ---> saved as "742c7558574726b2bed031c54f1dc58dbc637111bdcec563b3f4bfe8e48e013a"
Job succeeded
2025-07-05 07:08.16: Job succeeded