Organisationsmefyltimmy121bba ()fedora-41-5.2_opam-2.3

fedora-41-5.2_opam-2.3

Link Copied
Code Copied

Logs

2024-12-03 02:04.18: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/master (121bba279c5c5cf3306019459626c3a84b84f8c3) (linux-x86_64:fedora-41-5.2_opam-2.3)
Base: ocaml/opam:fedora-41-ocaml-5.2@sha256:f4dcfef366037b9324bcfc0cd5be3903aa92cea757f573f290a30ea5b5e51348
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mefyl/timmy.git" -b "master" && cd "timmy" && git reset --hard 121bba27
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-5.2@sha256:f4dcfef366037b9324bcfc0cd5be3903aa92cea757f573f290a30ea5b5e51348
# fedora-41-5.2_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 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 || git fetch origin master) && git reset -q --hard 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 && git log --no-decorate -n1 --oneline && opam update -u
RUN mkdir -p 'opam/'
COPY --chown=1000:1000 timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam ./
COPY --chown=1000:1000 opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/
RUN opam pin add -yn timmy.dev './' && \
opam pin add -yn timmy-unix.dev './' && \
opam pin add -yn timmy-lwt.dev './' && \
opam pin add -yn timmy-jsoo.dev './' && \
opam pin add -yn timmy-windows.dev 'opam/' && \
opam pin add -yn timmy-unix-windows.dev 'opam/' && \
opam pin add -yn timmy-unix-macos.dev 'opam/' && \
opam pin add -yn timmy-macos.dev 'opam/' && \
opam pin add -yn timmy-lwt-windows.dev 'opam/' && \
opam pin add -yn timmy-lwt-macos.dev 'opam/' && \
opam pin add -yn timmy-jsoo-windows.dev 'opam/' && \
opam pin add -yn timmy-jsoo-macos.dev 'opam/'
ENV DEPS="alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 conf-tzdata.1 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.0 dune-configurator.3.17.0 ezjsonm.1.3.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.0 js_of_ocaml-compiler.5.9.0 js_of_ocaml-ppx.5.9.0 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.5.2.0 ocaml-base-compiler.5.2.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.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.17.0 posixat.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 shexp.v0.17.0 spawn.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.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


2024-12-03 02:04.18: Using cache hint "mefyl/timmy-ocaml/opam:fedora-41-ocaml-5.2@sha256:f4dcfef366037b9324bcfc0cd5be3903aa92cea757f573f290a30ea5b5e51348-fedora-41-5.2_opam-2.3-4696af52d64e0caf97a61643229c7de5"
2024-12-03 02:04.18: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-5.2@sha256:f4dcfef366037b9324bcfc0cd5be3903aa92cea757f573f290a30ea5b5e51348)
(comment fedora-41-5.2_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 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 || git fetch origin master) && git reset -q --hard 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 && git log --no-decorate -n1 --oneline && opam update -u"))
(run (shell "mkdir -p 'opam/'"))
(copy (src timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam)
(dst ./))
(copy (src opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam)
(dst opam/))
(run (network host)
(shell  "opam pin add -yn timmy.dev './' && \
\nopam pin add -yn timmy-unix.dev './' && \
\nopam pin add -yn timmy-lwt.dev './' && \
\nopam pin add -yn timmy-jsoo.dev './' && \
\nopam pin add -yn timmy-windows.dev 'opam/' && \
\nopam pin add -yn timmy-unix-windows.dev 'opam/' && \
\nopam pin add -yn timmy-unix-macos.dev 'opam/' && \
\nopam pin add -yn timmy-macos.dev 'opam/' && \
\nopam pin add -yn timmy-lwt-windows.dev 'opam/' && \
\nopam pin add -yn timmy-lwt-macos.dev 'opam/' && \
\nopam pin add -yn timmy-jsoo-windows.dev 'opam/' && \
\nopam pin add -yn timmy-jsoo-macos.dev 'opam/'"))
(env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 conf-tzdata.1 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.0 dune-configurator.3.17.0 ezjsonm.1.3.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.0 js_of_ocaml-compiler.5.9.0 js_of_ocaml-ppx.5.9.0 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.5.2.0 ocaml-base-compiler.5.2.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.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.17.0 posixat.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 shexp.v0.17.0 spawn.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
(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 timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.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"))
)


2024-12-03 02:04.18: Waiting for resource in pool OCluster
2024-12-03 02:04.18: Waiting for worker…
2024-12-03 02:04.19: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 121bba2 Upgrade external dependencies files.


(from ocaml/opam:fedora-41-ocaml-5.2@sha256:f4dcfef366037b9324bcfc0cd5be3903aa92cea757f573f290a30ea5b5e51348)
2024-12-03 02:04.20 ---> using "6091b140ebc3a4faba31fd2c1c0bf8ab7a3336dc0622983745e1396586ad65ec" from cache


/: (comment fedora-41-5.2_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 openh264 (From Cisco) - x86_ 100% |  10.0 KiB/s | 989.0   B |  00m00s
Fedora 41 - x86_64 - Updates           100% | 166.2 KiB/s |  21.6 KiB |  00m00s
Fedora 41 - x86_64                     100% | 202.5 KiB/s |  27.3 KiB |  00m00s
Fedora 41 - x86_64 - Updates           100% |   6.8 MiB/s |   3.8 MiB |  00m01s
Fedora 41 - x86_64                     100% | 687.2 KiB/s | 476.9 KiB |  00m01s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.


Nothing to do.
2024-12-03 02:04.20 ---> using "e1514c2b374f1ae1e22d94aadb7c7eb5cab8df4f7831f7367e4d95d51e0b7e89" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2024-12-03 02:04.20 ---> using "92f583d8b6918217c5d9f5e511fc8f7874af272dfaffe0ac7f6a7040e54bf34c" 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] synchronised from file:///home/opam/opam-repository
2024-12-03 02:04.20 ---> using "3fd4c4349b45b647db5430c24612748a47ad0bd797b778bb99f4815cdd2e8139" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-126-generic
The OCaml toplevel, version 5.2.0
2.3.0~rc1
2024-12-03 02:04.20 ---> using "11833e86501aaadd927f156d74587a496fb594856955ece11d82f2e8ac5f18c3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-12-03 02:04.20 ---> using "fcf7515d3e14ad73da0d215559effda321c913d227faa9c23695b3426bd0eeb9" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 || git fetch origin master) && git reset -q --hard 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
eecf6d033c..0229444faf  master     -> origin/master
1b58d8c4dd Merge pull request #26975 from maiste/release-dune-3.17.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
default (at file:///home/opam/opam-repository):
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


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)
2024-12-03 02:04.20 ---> using "8e3decf9b45f343981dd0fbe8c2e3e8ef40ac360bc4366a5014eeac9785f20bd" from cache


/src: (run (shell "mkdir -p 'opam/'"))
2024-12-03 02:04.20 ---> using "21989d4ec5123ef759352ffda2668319e62668641d24ca976ae4a6297fa11a3e" from cache


/src: (copy (src timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam)
(dst ./))
2024-12-03 02:04.20 ---> using "4f14b357fbb8d09743374fee71993c5dc16e88cf5a065c3d0d0b184b26d8a4f2" from cache


/src: (copy (src opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam)
(dst opam/))
2024-12-03 02:04.20 ---> using "92cdb9d124d4de87f5a0d5c5a6899dfb256dd028305faaf3d5574054d565339c" from cache


/src: (run (network host)
(shell  "opam pin add -yn timmy.dev './' && \
\nopam pin add -yn timmy-unix.dev './' && \
\nopam pin add -yn timmy-lwt.dev './' && \
\nopam pin add -yn timmy-jsoo.dev './' && \
\nopam pin add -yn timmy-windows.dev 'opam/' && \
\nopam pin add -yn timmy-unix-windows.dev 'opam/' && \
\nopam pin add -yn timmy-unix-macos.dev 'opam/' && \
\nopam pin add -yn timmy-macos.dev 'opam/' && \
\nopam pin add -yn timmy-lwt-windows.dev 'opam/' && \
\nopam pin add -yn timmy-lwt-macos.dev 'opam/' && \
\nopam pin add -yn timmy-jsoo-windows.dev 'opam/' && \
\nopam pin add -yn timmy-jsoo-macos.dev 'opam/'"))
[timmy.dev] synchronised (file:///src)
timmy is now pinned to file:///src (version dev)
[timmy-unix.dev] synchronised (file:///src)
timmy-unix is now pinned to file:///src (version dev)
[timmy-lwt.dev] synchronised (file:///src)
timmy-lwt is now pinned to file:///src (version dev)
[timmy-jsoo.dev] synchronised (file:///src)
timmy-jsoo is now pinned to file:///src (version dev)
Package timmy-windows does not exist, create as a NEW package? [y/n] y
[timmy-windows.dev] synchronised (file:///src/opam)
timmy-windows is now pinned to file:///src/opam (version dev)
Package timmy-unix-windows does not exist, create as a NEW package? [y/n] y
[timmy-unix-windows.dev] synchronised (file:///src/opam)
timmy-unix-windows is now pinned to file:///src/opam (version dev)
Package timmy-unix-macos does not exist, create as a NEW package? [y/n] y
[timmy-unix-macos.dev] synchronised (file:///src/opam)
timmy-unix-macos is now pinned to file:///src/opam (version dev)
Package timmy-macos does not exist, create as a NEW package? [y/n] y
[timmy-macos.dev] synchronised (file:///src/opam)
timmy-macos is now pinned to file:///src/opam (version dev)
Package timmy-lwt-windows does not exist, create as a NEW package? [y/n] y
[timmy-lwt-windows.dev] synchronised (file:///src/opam)
timmy-lwt-windows is now pinned to file:///src/opam (version dev)
Package timmy-lwt-macos does not exist, create as a NEW package? [y/n] y
[timmy-lwt-macos.dev] synchronised (file:///src/opam)
timmy-lwt-macos is now pinned to file:///src/opam (version dev)
Package timmy-jsoo-windows does not exist, create as a NEW package? [y/n] y
[timmy-jsoo-windows.dev] synchronised (file:///src/opam)
timmy-jsoo-windows is now pinned to file:///src/opam (version dev)
Package timmy-jsoo-macos does not exist, create as a NEW package? [y/n] y
[timmy-jsoo-macos.dev] synchronised (file:///src/opam)
timmy-jsoo-macos is now pinned to file:///src/opam (version dev)
2024-12-03 02:04.20 ---> using "10a8eebec62f666eb4a902139cfbbfdefd4c9411e7255b5c61cbd6b217071652" from cache


/src: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 conf-tzdata.1 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.0 dune-configurator.3.17.0 ezjsonm.1.3.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.0 js_of_ocaml-compiler.5.9.0 js_of_ocaml-ppx.5.9.0 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.5.2.0 ocaml-base-compiler.5.2.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.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.17.0 posixat.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 shexp.v0.17.0 spawn.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")


/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 timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[timmy.dev] synchronised (no changes)
[timmy-jsoo.dev] synchronised (no changes)
[timmy-lwt.dev] synchronised (no changes)
[timmy-unix.dev] synchronised (no changes)


[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-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-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.0-1.22.11.0.1.fc41 updates      9.4 MiB
- Installing dependencies:
-  libuv            x86_64 1:1.49.2-1.fc41           updates    565.0 KiB
-  nodejs           x86_64 1:22.11.0-1.fc41          updates    149.7 KiB
-  nodejs-libs      x86_64 1:22.11.0-1.fc41          updates     74.3 MiB
- Installing weak dependencies:
-  nodejs-docs      noarch 1:22.11.0-1.fc41          updates     91.9 MiB
-  nodejs-full-i18n x86_64 1:22.11.0-1.fc41          updates     29.3 MiB
- 
- Transaction Summary:
-  Installing:         6 packages
- 
- Total size of inbound packages is 39 MiB. Need to download 39 MiB.
- After this operation, 206 MiB extra will be used (install 206 MiB, remove 0 B).
- [1/6] nodejs-1:22.11.0-1.fc41.x86_64    100% | 438.5 KiB/s |  46.0 KiB |  00m00s
- [2/6] libuv-1:1.49.2-1.fc41.x86_64      100% |   4.5 MiB/s | 262.1 KiB |  00m00s
- 
- [3/6] nodejs-npm-1:10.9.0-1.22.11.0.1.f 100% |   7.8 MiB/s |   2.4 MiB |  00m00s
- [4/6] nodejs-docs-1:22.11.0-1.fc41.noar 100% |  12.0 MiB/s |   8.6 MiB |  00m01s
- [5/6] nodejs-libs-1:22.11.0-1.fc41.x86_ 100% |  19.2 MiB/s |  18.8 MiB |  00m01s
- [6/6] nodejs-full-i18n-1:22.11.0-1.fc41 100% |  12.1 MiB/s |   8.4 MiB |  00m01s
- --------------------------------------------------------------------------------
- [6/6] Total                             100% |  33.8 MiB/s |  38.5 MiB |  00m01s
- Running transaction
- [1/8] Verify package files              100% |  46.0   B/s |   6.0   B |  00m00s
- [2/8] Prepare transaction               100% |  76.0   B/s |   6.0   B |  00m00s
- [3/8] Installing libuv-1:1.49.2-1.fc41. 100% | 138.6 MiB/s | 567.8 KiB |  00m00s
- [4/8] Installing nodejs-libs-1:22.11.0- 100% | 339.2 MiB/s |  74.3 MiB |  00m00s
- [5/8] Installing nodejs-1:22.11.0-1.fc4 100% |  21.2 MiB/s | 151.8 KiB |  00m00s
- [6/8] Installing nodejs-npm-1:10.9.0-1. 100% |  31.8 MiB/s |   9.9 MiB |  00m00s
- [7/8] Installing nodejs-full-i18n-1:22. 100% | 287.3 MiB/s |  29.3 MiB |  00m00s
- [8/8] Installing nodejs-docs-1:22.11.0- 100% | 718.8 MiB/s |  92.0 MiB |  00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "npm"
- nodejs-npm-10.9.0-1.22.11.0.1.fc41.x86_64
2024-12-03 02:04.20 ---> using "6b5d3ebd38cd169a5b0101d19dbc67fe9d563b54a8309aff81dfa338ae4fc4ea" 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-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-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 57 packages
- install alcotest                1.8.0
- install alcotest-lwt            1.8.0
- install astring                 0.8.5
- install base                    v0.17.1
- install base-bytes              base
- install cmdliner                1.3.0
- install conf-npm                1
- install conf-tzdata             1
- install cppo                    1.7.0
- install csexp                   1.5.2
- install cstruct                 6.2.0
- install dune                    3.17.0
- install dune-configurator       3.17.0
- install ezjsonm                 1.3.0
- install fmt                     0.9.0
- install gen                     1.1
- install hex                     1.5.0
- install js_of_ocaml             5.9.0
- install js_of_ocaml-compiler    5.9.0
- install js_of_ocaml-ppx         5.9.0
- install jsonm                   1.0.2
- install logs                    0.7.0
- install lwt                     5.9.0
- install menhir                  20240715
- install menhirCST               20240715
- install menhirLib               20240715
- install menhirSdk               20240715
- install num                     1.5-1
- install ocaml-compiler-libs     v0.17.0
- install ocaml-syntax-shims      1.0.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlbuild              0.15.0
- install ocamlfind               1.9.6
- install ocplib-endian           1.2
- install opam-file-format        2.1.6
- install parsexp                 v0.17.0
- install posixat                 v0.17.0
- install ppx_derivers            1.2.1
- install ppx_deriving            6.0.3
- install ppx_here                v0.17.0
- install ppx_optcomp             v0.17.0
- install ppx_sexp_conv           v0.17.0
- install ppxlib                  0.33.0
- install ppxlib_jane             v0.17.0
- install ptime                   1.2.0
- install re                      1.12.0
- install sedlex                  3.3
- install seq                     base
- install sexplib                 v0.17.0
- install sexplib0                v0.17.0
- install shexp                   v0.17.0
- install spawn                   v0.17.0
- install stdio                   v0.17.0
- install stdlib-shims            0.3.0
- install topkg                   1.0.7
- install uutf                    1.0.3
- install yojson                  2.2.2


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.0-1.22.11.0.1.fc41.x86_64" is already installed.
- 
- Nothing to do.
+ /usr/bin/rpm "-q" "--whatprovides" "npm"
- nodejs-npm-10.9.0-1.22.11.0.1.fc41.x86_64


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.17.1  (cached)
-> retrieved alcotest.1.8.0, alcotest-lwt.1.8.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.7.0  (cached)
-> installed conf-tzdata.1
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> installed conf-npm.1
-> retrieved gen.1.1  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.9.0  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved js_of_ocaml.5.9.0, js_of_ocaml-compiler.5.9.0, js_of_ocaml-ppx.5.9.0  (cached)
-> retrieved dune.3.17.0, dune-configurator.3.17.0  (cached)
-> retrieved num.1.5-1  (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.15.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved opam-file-format.2.1.6  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved posixat.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_optcomp.v0.17.0  (cached)
-> retrieved ppx_sexp_conv.v0.17.0  (cached)
-> retrieved ppxlib_jane.v0.17.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sedlex.3.3  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved shexp.v0.17.0  (cached)
-> retrieved spawn.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed num.1.5-1
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.17.0
-> installed csexp.1.5.2
-> installed cppo.1.7.0
-> installed cstruct.6.2.0
-> installed gen.1.1
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed opam-file-format.2.1.6
-> installed ppx_derivers.1.2.1
-> installed re.1.12.0
-> installed sexplib0.v0.17.0
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.2.2.2
-> installed ocplib-endian.1.2
-> installed hex.1.5.0
-> installed ezjsonm.1.3.0
-> installed alcotest.1.8.0
-> installed parsexp.v0.17.0
-> installed dune-configurator.3.17.0
-> installed sexplib.v0.17.0
-> installed lwt.5.9.0
-> installed base.v0.17.1
-> installed stdio.v0.17.0
-> installed menhir.20240715
-> installed ppxlib.0.33.0
-> installed ppxlib_jane.v0.17.0
-> installed ppx_optcomp.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_deriving.6.0.3
-> installed sedlex.3.3
-> installed ppx_sexp_conv.v0.17.0
-> installed posixat.v0.17.0
-> installed shexp.v0.17.0
-> installed js_of_ocaml-compiler.5.9.0
-> installed js_of_ocaml.5.9.0
-> installed logs.0.7.0
-> installed alcotest-lwt.1.8.0
-> installed js_of_ocaml-ppx.5.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2024-12-03 02:04.20 ---> using "c49d9d0c4cd2d89551b3e0820427575eb42058ec7ae9964cda08b922cd6846f7" from cache


/src: (copy (src .) (dst /src))
2024-12-03 02:04.20 ---> saved as "94d1a9df0f9c25729dd8b4c9c4e4356cd58c38db73381adcbf9616c99a07755b"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/timmy-jsoo/tests && /home/opam/.opam/5.2/bin/js_of_ocaml build-runtime --source-map-inline --pretty -o .test.eobjs/jsoo/test.bc.runtime.js /home/opam/.opam/5.2/lib/alcotest/runtime.js /home/opam/.opam/5.2/lib/base/base_internalhash_types/runtime.js /home/opam/.opam/5.2/lib/ocaml_intrinsics_kernel/runtime.js /home/opam/.opam/5.2/lib/base/runtime.js /home/opam/.opam/5.2/lib/ptime/clock/runtime.js)
warning: /home/opam/.opam/5.2/lib/alcotest/runtime.js:24: 'joo_global_object' is being deprecated, please use `globalThis` instead
(cd _build/default/timmy-unix/tests && ./test.exe)
Testing `Timmy-unix'.
This run has ID `408N25D1'.


[OK]          timezone          0   daylight saving.
[OK]          timezone          1   timezone_name.


Full test results in `/src/_build/default/timmy-unix/tests/_build/_tests/Timmy-unix'.
Test Successful in 0.000s. 2 tests run.
(cd _build/default/timmy/tests && ./test.exe)
Testing `Timmy'.
This run has ID `C4ZG62LO'.


[OK]          time             0   RFC3339 conversions.
[OK]          time             1   ptime.
[OK]          time             2   pretty-print.
[OK]          date             0   string conversions.
[OK]          date             1   arithmetics.
[OK]          date             2   time conversion.
[OK]          date             3   overflow.
[OK]          date             4   pretty printing.
[OK]          daytime          0   pretty printing.
[OK]          daytime          1   time conversion.
[OK]          month            0   int conversions.
[OK]          month            1   pretty printing.
[OK]          month            2   comparison.
[OK]          span             0   pretty printing.
[OK]          week             0   construction.
[OK]          week             1   to_date.
[OK]          week             2   sum.
[OK]          weekday          0   int conversions.
[OK]          weekday          1   pretty printing.
[OK]          weekday          2   comparison.


Full test results in `/src/_build/default/timmy/tests/_build/_tests/Timmy'.
Test Successful in 0.003s. 20 tests run.
(cd _build/default/timmy-lwt/tests && ./engine_virtual.exe)
Testing `timmy-lwt.virtual'.
This run has ID `8CXPN2X5'.


[OK]          engine          0   sleep.


Full test results in `/src/_build/default/timmy-lwt/tests/_build/_tests/timmy-lwt.virtual'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/timmy-lwt/tests && ./ticker.exe)
Testing `Picker'.
This run has ID `FNBFMKO4'.


[OK]          run          0   not immediate on start.
[OK]          run          1   skip.
[OK]          run          2   stop / resume.
[OK]          run          3   forgotten finalize.


Full test results in `/src/_build/default/timmy-lwt/tests/_build/_tests/Picker'.
Test Successful in 0.000s. 4 tests run.
(cd _build/default/timmy-jsoo/tests && /usr/bin/node test.bc.js)
Testing `Timmy-jsoo'.
This run has ID `CRL8V66W'.


[OK]          timezone          0   daylight saving.


Full test results in `/src/_build/default/timmy-jsoo/tests/_build/_tests/Timmy-jsoo'.
Test Successful in 0.022s. 1 test run.
2024-12-03 02:04.23 ---> saved as "281ddb692177ab9fabfc308e2ac8ad914b062a8ffa97642b6b9e8450c39bd45c"
Job succeeded
2024-12-03 02:04.23: Job succeeded