Organisationsmirageezjsonme7dc1c (master)fedora-43-5.4_opam-2.4

fedora-43-5.4_opam-2.4

Link Copied
Code Copied

Logs

2025-10-18 16:37.01: New job: test mirage/ezjsonm https://github.com/mirage/ezjsonm.git#refs/heads/master (e7dc1c991c377229aea9976277c33623e75137b5) (linux-x86_64:fedora-43-5.4_opam-2.4)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115
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-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115
# fedora-43-5.4_opam-2.4
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.4 /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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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.1 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.2.0.0 conf-npm.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.6.2.0 jsonm.1.0.2 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.0 ppxlib_jane.v0.17.4 re.1.14.0 sedlex.3.7 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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-10-18 16:37.01: Using cache hint "mirage/ezjsonm-ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115-fedora-43-5.4_opam-2.4-2b1f48a4be9e934c5a17e6d883ba8c12"
2025-10-18 16:37.01: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115)
(comment fedora-43-5.4_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 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.1 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.2.0.0 conf-npm.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.6.2.0 jsonm.1.0.2 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.0 ppxlib_jane.v0.17.4 re.1.14.0 sedlex.3.7 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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-10-18 16:37.01: Waiting for resource in pool OCluster
2025-10-18 18:16.07: Waiting for worker…
2025-10-18 18:18.38: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at e7dc1c9 Merge pull request #54 from dmbaturin/ci-updates


(from ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115' locally
docker.io/ocaml/opam@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115: Pulling from ocaml/opam
3a6ccf50917d: Already exists
698b8d1610af: Already exists
7e5b745a56a4: Already exists
e8859609bfb8: Already exists
51242d36b3fd: Already exists
61958fadfb74: Already exists
04578677ff3f: Already exists
01b19b859bd1: Already exists
47b008c442e7: Already exists
434ff16e8a1b: Already exists
e2e8d2ec1110: Already exists
bb8f1dbb2acd: Already exists
c914fb01d9b0: Already exists
acbc7d112060: Already exists
7b0ca93f3f54: Already exists
5a223856338a: Already exists
ace6a731f305: Already exists
a6230b7fafa0: Already exists
917f9b8155b5: Already exists
8f7a3b7d908f: Already exists
4f4fb700ef54: Already exists
7af8a72dec52: Already exists
9565a36b4e3a: Already exists
a1ba7d9452a1: Already exists
24a9095bda75: Already exists
16c026bd2ca7: Already exists
6b821f07d597: Already exists
afd0175f27f4: Already exists
88ab18f654c7: Already exists
be69a91a3ef7: Already exists
ce8a4e53f5e3: Already exists
3e2bdc6df5e4: Already exists
ff986d64677f: Already exists
9c9f7117b120: Already exists
8bc6797e23fc: Already exists
07b81fe7312a: Already exists
43fc65bb52eb: Already exists
a5d75845130a: Already exists
1eec13083f65: Already exists
aab9ec9135e1: Pulling fs layer
cc2ed799adba: Pulling fs layer
b808f888e100: Pulling fs layer
e51d6b85f31b: Pulling fs layer
aab9ec9135e1: Waiting
8c8cec09df68: Pulling fs layer
b808f888e100: Waiting
cc2ed799adba: Waiting
e51d6b85f31b: Waiting
8c8cec09df68: Waiting
aab9ec9135e1: Verifying Checksum
aab9ec9135e1: Download complete
aab9ec9135e1: Pull complete
b808f888e100: Verifying Checksum
b808f888e100: Download complete
e51d6b85f31b: Verifying Checksum
e51d6b85f31b: Download complete
8c8cec09df68: Download complete
cc2ed799adba: Verifying Checksum
cc2ed799adba: Download complete
cc2ed799adba: Pull complete
b808f888e100: Pull complete
e51d6b85f31b: Pull complete
8c8cec09df68: Pull complete
Digest: sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115
Status: Downloaded newer image for ocaml/opam@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115
2025-10-18 18:18.38 ---> using "f59e28d75de4defeed40ec3fa81afaa110217cd20c2dafcaea2c76301015f0df" from cache


/: (comment fedora-43-5.4_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% | 143.3 KiB/s |  23.9 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2025-10-18 18:18.38 ---> using "e25babefb49a419232868acca712bf630a0bbefc96e0c275ad3155252e7c1ac2" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-18 18:18.38 ---> using "d407c2ab0d230b08eef2673d99115ee74748a180b52018e5e71e83495eb23ecf" 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 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-18 18:18.38 ---> using "f34f2508f7317e9caeecee1fbf9e7a46c3e2d84a14300c4e852b3aa03e573a96" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-85-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-18 18:18.38 ---> using "052d523dd0b77d418e636d4c186443eff0092857ea0c0fcc93c67ed113744989" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-18 18:18.38 ---> using "62c8f17a78b1cdcc51dbd6e1fa6a54730935888b6313593e943e96a268786b45" 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-repository


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-18 18:18.38 ---> using "06f522858fe3ddba692cab96366e4980a4e5848cea9b2dfefcf23bee355b63e3" from cache


/src: (copy (src ezjsonm.opam ezjsonm-lwt.opam) (dst ./))
2025-10-18 18:18.38 ---> using "865b03d8e0bdf15b25d1b8b37b92fcc425e9b6a4515bc9ef65cf901b04a56bc4" 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-10-18 18:18.38 ---> using "c9c46c397e0263952311112ffc6ac9376ba927b863aede99781b6f160cc03881" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-18 18:18.38 ---> using "2ef8b913845ebde0ef9f1ca642f740ed25251628830d28e71d3133ffa95144ab" from cache


/src: (env DEPS "alcotest.1.9.1 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.2.0.0 conf-npm.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.6.2.0 jsonm.1.0.2 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.0 ppxlib_jane.v0.17.4 re.1.14.0 sedlex.3.7 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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/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.3-1.22.19.0.2.fc43 fedora       9.2 MiB
- Installing dependencies:
-  c-ares           x86_64 1.34.5-2.fc43             fedora     269.1 KiB
-  libuv            x86_64 1:1.51.0-2.fc43           fedora     570.2 KiB
-  nodejs           x86_64 1:22.19.0-2.fc43          fedora     160.6 KiB
-  nodejs-libs      x86_64 1:22.19.0-2.fc43          fedora      79.3 MiB
- Installing weak dependencies:
-  nodejs-docs      noarch 1:22.19.0-2.fc43          fedora      96.6 MiB
-  nodejs-full-i18n x86_64 1:22.19.0-2.fc43          fedora      30.4 MiB
- 
- Transaction Summary:
-  Installing:         7 packages
- 
- Total size of inbound packages is 40 MiB. Need to download 40 MiB.
- After this operation, 216 MiB extra will be used (install 216 MiB, remove 0 B).
- [1/7] nodejs-1:22.19.0-2.fc43.x86_64    100% | 243.1 KiB/s |  50.1 KiB |  00m00s
- [2/7] c-ares-0:1.34.5-2.fc43.x86_64     100% |   1.2 MiB/s | 117.0 KiB |  00m00s
- [3/7] libuv-1:1.51.0-2.fc43.x86_64      100% |   2.0 MiB/s | 266.1 KiB |  00m00s
- [4/7] nodejs-npm-1:10.9.3-1.22.19.0.2.f 100% |   4.8 MiB/s |   2.3 MiB |  00m00s
- [5/7] nodejs-full-i18n-1:22.19.0-2.fc43 100% |  11.0 MiB/s |   8.5 MiB |  00m01s
- [6/7] nodejs-libs-1:22.19.0-2.fc43.x86_ 100% |  10.6 MiB/s |  19.9 MiB |  00m02s
- [7/7] nodejs-docs-1:22.19.0-2.fc43.noar 100% |   5.5 MiB/s |   9.0 MiB |  00m02s
- --------------------------------------------------------------------------------
- [7/7] Total                             100% |  18.1 MiB/s |  40.2 MiB |  00m02s
- Running transaction
- [1/9] Verify package files              100% |  48.0   B/s |   7.0   B |  00m00s
- [2/9] Prepare transaction               100% | 122.0   B/s |   7.0   B |  00m00s
- [3/9] Installing libuv-1:1.51.0-2.fc43. 100% | 186.5 MiB/s | 573.0 KiB |  00m00s
- [4/9] Installing c-ares-0:1.34.5-2.fc43 100% | 132.1 MiB/s | 270.6 KiB |  00m00s
- [5/9] Installing nodejs-libs-1:22.19.0- 100% | 384.8 MiB/s |  79.3 MiB |  00m00s
- [6/9] Installing nodejs-1:22.19.0-2.fc4 100% |   8.4 MiB/s | 162.6 KiB |  00m00s
- [7/9] Installing nodejs-npm-1:10.9.3-1. 100% |  40.7 MiB/s |   9.6 MiB |  00m00s
- [8/9] Installing nodejs-full-i18n-1:22. 100% | 341.8 MiB/s |  30.4 MiB |  00m00s
- [9/9] Installing nodejs-docs-1:22.19.0- 100% | 976.8 MiB/s |  96.7 MiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "npm"
- nodejs-npm-10.9.3-1.22.19.0.2.fc43.x86_64
2025-10-18 18:18.38 ---> using "a25a713ae66e77a5a307bf5708a48255ceadb723600d6e4032a2aee38e9ae3c4" 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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.1
- install astring                 0.8.5
- install base                    v0.17.3
- install base-bytes              base
- install cmdliner                2.0.0
- install conf-npm                1
- install cppo                    1.8.0
- install csexp                   1.5.2
- install cstruct                 6.2.0
- install dune                    3.20.2
- install dune-configurator       3.20.2
- install fmt                     0.11.0
- install gen                     1.1
- install hex                     1.5.0
- install js_of_ocaml-compiler    6.2.0
- install jsonm                   1.0.2
- install lwt                     5.9.2
- install menhir                  20250912
- install menhirCST               20250912
- install menhirLib               20250912
- install menhirSdk               20250912
- 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.37.0
- install ppxlib_jane             v0.17.4
- install re                      1.14.0
- install sedlex                  3.7
- install seq                     base
- install sexplib                 v0.17.0
- install sexplib0                v0.17.0
- install stdlib-shims            0.3.0
- install topkg                   1.1.0
- 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.3-1.22.19.0.2.fc43.x86_64" is already installed.
- 
- Nothing to do.
+ /usr/sbin/rpm "-q" "--whatprovides" "npm"
- nodejs-npm-10.9.3-1.22.19.0.2.fc43.x86_64


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved cmdliner.2.0.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved lwt.5.9.2  (cached)
-> installed conf-npm.1
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved js_of_ocaml-compiler.6.2.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.2.0.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.14.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sedlex.3.7  (cached)
-> retrieved ppxlib.0.37.0  (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.1.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.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed gen.1.1
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> 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.1
-> installed parsexp.v0.17.0
-> installed dune-configurator.3.20.2
-> installed sexplib.v0.17.0
-> installed lwt.5.9.2
-> installed base.v0.17.3
-> installed menhir.20250912
-> installed ppxlib.0.37.0
-> installed ppxlib_jane.v0.17.4
-> installed sedlex.3.7
-> installed ppx_sexp_conv.v0.17.1
-> installed js_of_ocaml-compiler.6.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-18 18:18.38 ---> using "ef5bff6aa0673322535f45fab533f642df469d3f7bac4af9a1a5c8303784dc3e" from cache


/src: (copy (src .) (dst /src))
2025-10-18 18:18.38 ---> saved as "36d385105662ed23bff8c69f17a27de807655742bbe42ddc58dc066eed1f54ed"


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


[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 `3ZTUOL7C'.


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


[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.604s. 9 tests run.
2025-10-18 18:18.41 ---> saved as "9b7093ff6f22fec92ec265cc66c80b75415aa44b1ff8cdf560c813043461a21e"
Job succeeded
2025-10-18 18:18.41: Job succeeded