Organisationsmirageezjsonme7dc1c (master)fedora-42-4.14_opam-2.3

fedora-42-4.14_opam-2.3

Link Copied
Code Copied

Logs

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-42-4.14_opam-2.3)
Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:f60202529f0e671d35a9c5727247194b4e01010bab004e314476c120258a2115
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-42-ocaml-4.14@sha256:f60202529f0e671d35a9c5727247194b4e01010bab004e314476c120258a2115
# fedora-42-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.56: Using cache hint "mirage/ezjsonm-ocaml/opam:fedora-42-ocaml-4.14@sha256:f60202529f0e671d35a9c5727247194b4e01010bab004e314476c120258a2115-fedora-42-4.14_opam-2.3-0f8c94c4cb9b147b5dfee412e9507506"
2025-07-05 07:03.56: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:f60202529f0e671d35a9c5727247194b4e01010bab004e314476c120258a2115)
(comment fedora-42-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.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-42-ocaml-4.14@sha256:f60202529f0e671d35a9c5727247194b4e01010bab004e314476c120258a2115)
2025-07-05 07:06.39 ---> using "0c9fa00c7381c2bef022d455c458fb12e0fe005657193a245d99786f4b015275" from cache


/: (comment fedora-42-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 42 openh264 (From Cisco) - x86_ 100% |   8.8 KiB/s | 986.0   B |  00m00s
Fedora 42 - x86_64 - Updates           100% | 129.5 KiB/s |  15.8 KiB |  00m00s
Fedora 42 - x86_64                     100% | 197.7 KiB/s |  25.9 KiB |  00m00s
Fedora 42 openh264 (From Cisco) - x86_ 100% |  19.2 KiB/s |   5.8 KiB |  00m00s
Fedora 42 - x86_64 - Updates           100% |   8.7 MiB/s |   4.3 MiB |  00m01s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.


Nothing to do.
2025-07-05 07:06.39 ---> using "6cfcfe6cc05508147fbfd6f3d29897e43db84543975742450b9ed2a84ae04e5b" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-05 07:06.39 ---> using "d4250e95a7518a0cde9d59ba9e92bc8197be88ddb03f210ae71d96d77204aba5" 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 "6d6cfc5d42fd0c8fb13bae0c6396cb55a73dbbfefd70d86b1b3a1caf86b33974" 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:06.39 ---> using "76a02d07f33025f18248e3bd4b90747c43926802c4a3a0c0a86b542f45b5717f" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-07-05 07:06.39 ---> using "e9fcb2d10f2fa0acc84482ce54c961c88e6e4fb63e1f2cd6067abf4be444b783" 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 "683c9531de4fdb041058e90b588fe9366e0d73d00a1dd766c186c01b11563aa7" from cache


/src: (copy (src ezjsonm.opam ezjsonm-lwt.opam) (dst ./))
2025-07-05 07:06.39 ---> saved as "e5534596de90868915d2ad374efd6ebe7f42c8de95cfa04568ab2486efc05c94"


/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 "247ba0caaa8ac41ca795a850504f4179640d69c7aecfc6eb3bffa0e8711dc010"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-05 07:06.41 ---> saved as "ef01eb51ad2c00f0ecaaef8422a842cfdae14a6a5948e5ec2a02ad23c4a92d1c"


/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/sbin/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/sbin/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.fc42 updates      9.3 MiB
- Installing dependencies:
-  c-ares           x86_64 1.34.5-1.fc42             updates    269.1 KiB
-  libuv            x86_64 1:1.51.0-1.fc42           updates    570.2 KiB
-  nodejs           x86_64 1:22.16.0-1.fc42          updates    154.4 KiB
-  nodejs-libs      x86_64 1:22.16.0-1.fc42          updates     79.1 MiB
- Installing weak dependencies:
-  nodejs-docs      noarch 1:22.16.0-1.fc42          updates     95.6 MiB
-  nodejs-full-i18n x86_64 1:22.16.0-1.fc42          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, 215 MiB extra will be used (install 215 MiB, remove 0 B).
- [1/7] nodejs-1:22.16.0-1.fc42.x86_64    100% | 435.7 KiB/s |  45.7 KiB |  00m00s
- [2/7] c-ares-0:1.34.5-1.fc42.x86_64     100% |   4.1 MiB/s | 117.0 KiB |  00m00s
- [3/7] libuv-1:1.51.0-1.fc42.x86_64      100% |   3.0 MiB/s | 266.3 KiB |  00m00s
- [4/7] nodejs-npm-1:10.9.2-1.22.16.0.1.f 100% |   9.8 MiB/s |   2.4 MiB |  00m00s
- [5/7] nodejs-full-i18n-1:22.16.0-1.fc42 100% |  21.8 MiB/s |   8.5 MiB |  00m00s
- [6/7] nodejs-libs-1:22.16.0-1.fc42.x86_ 100% |  26.7 MiB/s |  19.8 MiB |  00m01s
- [7/7] nodejs-docs-1:22.16.0-1.fc42.noar 100% |  10.9 MiB/s |   8.9 MiB |  00m01s
- --------------------------------------------------------------------------------
- [7/7] Total                             100% |  34.4 MiB/s |  40.1 MiB |  00m01s
- Running transaction
- [1/9] Verify package files              100% |  50.0   B/s |   7.0   B |  00m00s
- [2/9] Prepare transaction               100% |  80.0   B/s |   7.0   B |  00m00s
- [3/9] Installing libuv-1:1.51.0-1.fc42. 100% | 111.9 MiB/s | 573.0 KiB |  00m00s
- [4/9] Installing c-ares-0:1.34.5-1.fc42 100% |  88.1 MiB/s | 270.7 KiB |  00m00s
- [5/9] Installing nodejs-libs-1:22.16.0- 100% | 306.7 MiB/s |  79.1 MiB |  00m00s
- [6/9] Installing nodejs-1:22.16.0-1.fc4 100% |   6.4 MiB/s | 156.5 KiB |  00m00s
- [7/9] Installing nodejs-npm-1:10.9.2-1. 100% |  28.2 MiB/s |   9.8 MiB |  00m00s
- [8/9] Installing nodejs-full-i18n-1:22. 100% | 298.2 MiB/s |  30.4 MiB |  00m00s
- [9/9] Installing nodejs-docs-1:22.16.0- 100% | 688.6 MiB/s |  95.7 MiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "npm"
- nodejs-npm-10.9.2-1.22.16.0.1.fc42.x86_64
2025-07-05 07:06.53 ---> saved as "24ea9ba1c23819ac53972f780035540bbe0b86f117a8cdecb085a3a93d2c7ff2"


/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/sbin/sudo "yum" "install" "-y" "npm"
- Updating and loading repositories:
- Repositories loaded.
- Package "nodejs-npm-1:10.9.2-1.22.16.0.1.fc42.x86_64" is already installed.
- 
- Nothing to do.
+ /usr/sbin/rpm "-q" "--whatprovides" "npm"
- nodejs-npm-10.9.2-1.22.16.0.1.fc42.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)
-> retrieved lwt.5.9.1  (cached)
-> installed conf-npm.1
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved num.1.6  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> retrieved js_of_ocaml-compiler.6.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> installed cmdliner.1.3.0
-> installed num.1.6
-> 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 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.05 ---> saved as "9314df027c7b29514fed5fc902b92747243411410bea7dc205e4abd7967ee68f"


/src: (copy (src .) (dst /src))
2025-07-05 07:08.05 ---> saved as "964a1b9191e75764c3223ac94ba330fa2b7e8100ca3c5c17e1cb2c64d8abfc5f"


/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 `IWP66WKR'.


[OK]          stream          0   stream0.


Full test results in `/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 0.001s. 1 test run.
(cd _build/default/lib_test && ./test.exe)
Testing `ezjsonm'.
This run has ID `OEUAD17E'.


[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.127s. 9 tests run.
(cd _build/default/lib_test && /usr/sbin/node test.bc.js)
Testing `ezjsonm'.
This run has ID `SA9MDOIX'.


[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.100s. 9 tests run.
2025-07-05 07:08.08 ---> saved as "5d1ec2ebc13f1b6398aa3ddb8d942bd8361178126912b0063fc73086f2dac4e9"
Job succeeded
2025-07-05 07:08.09: Job succeeded