2024-12-19 23:13.26: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/master (74893dfb7580652aff6a210ff2a63b06608fe695) (linux-x86_64:opensuse-15.6-5.2_opam-2.3)
Base: ocaml/opam:opensuse-15.6-ocaml-5.2@sha256:b11a2d57736ce17b5c35bbbbba49791e4e3662fc4d8211e1fff93d540cbd5fa1
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/mefyl/timmy.git" -b "master" && cd "timmy" && git reset --hard 74893dfb
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.2@sha256:b11a2d57736ce17b5c35bbbbba49791e4e3662fc4d8211e1fff93d540cbd5fa1
# opensuse-15.6-5.2_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && 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-unix-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-android.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/timmy-jsoo-android.opam opam/timmy-android.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-unix-android.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-lwt-android.dev 'opam/' && \
opam pin add -yn timmy-jsoo-windows.dev 'opam/' && \
opam pin add -yn timmy-jsoo-macos.dev 'opam/' && \
opam pin add -yn timmy-jsoo-android.dev 'opam/' && \
opam pin add -yn timmy-android.dev 'opam/'
RUN echo '(lang dune 3.0)' > './dune-project' && \
echo '(lang dune 3.0)' > 'opam/dune-project'
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.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.1 dune-configurator.3.17.1 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.1 js_of_ocaml-compiler.5.9.1 js_of_ocaml-ppx.5.9.1 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.1 ocaml-base-compiler.5.2.1 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-19 23:13.26: Using cache hint "mefyl/timmy-ocaml/opam:opensuse-15.6-ocaml-5.2@sha256:b11a2d57736ce17b5c35bbbbba49791e4e3662fc4d8211e1fff93d540cbd5fa1-opensuse-15.6-5.2_opam-2.3-f4d9de90ab3c9788b036028c12b06319"
2024-12-19 23:13.26: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.2@sha256:b11a2d57736ce17b5c35bbbbba49791e4e3662fc4d8211e1fff93d540cbd5fa1)
(comment opensuse-15.6-5.2_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && 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-unix-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-android.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/timmy-jsoo-android.opam opam/timmy-android.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-unix-android.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-lwt-android.dev 'opam/' && \
\nopam pin add -yn timmy-jsoo-windows.dev 'opam/' && \
\nopam pin add -yn timmy-jsoo-macos.dev 'opam/' && \
\nopam pin add -yn timmy-jsoo-android.dev 'opam/' && \
\nopam pin add -yn timmy-android.dev 'opam/'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project' && \
\necho '(lang dune 3.0)' > 'opam/dune-project'"))
(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.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.1 dune-configurator.3.17.1 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.1 js_of_ocaml-compiler.5.9.1 js_of_ocaml-ppx.5.9.1 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.1 ocaml-base-compiler.5.2.1 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-19 23:13.26: Waiting for resource in pool OCluster
2024-12-20 21:21.34: Waiting for worker…
2024-12-20 21:24.08: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
HEAD is now at 74893df Generate Android opam files.
(from ocaml/opam:opensuse-15.6-ocaml-5.2@sha256:b11a2d57736ce17b5c35bbbbba49791e4e3662fc4d8211e1fff93d540cbd5fa1)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.2@sha256:b11a2d57736ce17b5c35bbbbba49791e4e3662fc4d8211e1fff93d540cbd5fa1' locally
docker.io/ocaml/opam@sha256:b11a2d57736ce17b5c35bbbbba49791e4e3662fc4d8211e1fff93d540cbd5fa1: Pulling from ocaml/opam
0f6ebe244d62: Pulling fs layer
0f6ebe244d62: Verifying Checksum
0f6ebe244d62: Download complete
0f6ebe244d62: Pull complete
Digest: sha256:b11a2d57736ce17b5c35bbbbba49791e4e3662fc4d8211e1fff93d540cbd5fa1
Status: Downloaded newer image for ocaml/opam@sha256:b11a2d57736ce17b5c35bbbbba49791e4e3662fc4d8211e1fff93d540cbd5fa1
2024-12-20 21:24.08 ---> using "a32035c46643964c533c9ea376df47b18127d4b3e64fef97807aae07a92b7413" from cache
/: (comment opensuse-15.6-5.2_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2024-12-20 21:24.08 ---> using "ab9f9ff3eb0a8ffc3e12e3c5232ba2aa90ba5e1a0dbf00a9cf190c6b5d70d6d2" 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 255 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=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-12-20 21:24.08 ---> using "9d7f886dd4ffa093ed7f921b84e42e2ac25f580dd4dcffff1e7a4548b7411bcd" 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.1
2.3.0
2024-12-20 21:24.08 ---> using "efe362173119b7fe58103d7f71b9858a00a662a77de8c51076348561763d0c77" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2024-12-20 21:24.08 ---> using "1080ffe00d832bbc43588bcfe5bc8ac31fd8d5939dbc3878cba242f3d9464323" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
de786e28db..f51b2f3708 master -> origin/master
5c7ffb23c8 Merge pull request #27137 from maiste/release-dune-3.17.1
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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)
2024-12-20 21:24.08 ---> using "3a42d8288fc7ba75585a6c86b48ac281b0969ed7b713f231b5f84e789cdd9c74" from cache
/src: (run (shell "mkdir -p 'opam/'"))
2024-12-20 21:24.08 ---> saved as "e1cb44610202889b6755f19476f82ce9ae8c54cbde474a523a6129eda8d2a3ac"
/src: (copy (src timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam)
(dst ./))
2024-12-20 21:24.08 ---> saved as "84a63ae8a0d2ed5ae10d4677d9720df1898a86feff5054b8b9f74b215b8b953e"
/src: (copy (src opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-unix-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-android.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/timmy-jsoo-android.opam opam/timmy-android.opam)
(dst opam/))
2024-12-20 21:24.08 ---> saved as "031e9d1b36369e7de46a83c60055c63133acc7e8c268bfd5dfbf84edd7858654"
/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-unix-android.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-lwt-android.dev 'opam/' && \
\nopam pin add -yn timmy-jsoo-windows.dev 'opam/' && \
\nopam pin add -yn timmy-jsoo-macos.dev 'opam/' && \
\nopam pin add -yn timmy-jsoo-android.dev 'opam/' && \
\nopam pin add -yn timmy-android.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-unix-android does not exist, create as a NEW package? [y/n] y
[timmy-unix-android.dev] synchronised (file:///src/opam)
timmy-unix-android 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-lwt-android does not exist, create as a NEW package? [y/n] y
[timmy-lwt-android.dev] synchronised (file:///src/opam)
timmy-lwt-android 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)
Package timmy-jsoo-android does not exist, create as a NEW package? [y/n] y
[timmy-jsoo-android.dev] synchronised (file:///src/opam)
timmy-jsoo-android is now pinned to file:///src/opam (version dev)
Package timmy-android does not exist, create as a NEW package? [y/n] y
[timmy-android.dev] synchronised (file:///src/opam)
timmy-android is now pinned to file:///src/opam (version dev)
2024-12-20 21:26.34 ---> saved as "5d61e60f4b32d42665ba92de5b38332cea7cbb3ac65d7530cf3a4a28febea5f1"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project' && \
\necho '(lang dune 3.0)' > 'opam/dune-project'"))
2024-12-20 21:26.34 ---> saved as "f1fa4c6bc1ee9e40c36affebe643bd932f680964040f8003c282f56e46757c5e"
/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.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.1 dune-configurator.3.17.1 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.1 js_of_ocaml-compiler.5.9.1 js_of_ocaml-ppx.5.9.1 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.1 ocaml-base-compiler.5.2.1 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 "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [........
- ..done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [......
- ..........
- .done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [........done]
- Building repository 'Main Update Repository' cache [....done]
- Repository 'Update Repository (Non-Oss)' is up to date.
- All repositories have been refreshed.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[timmy.dev] synchronised (file:///src)
[timmy-jsoo.dev] synchronised (file:///src)
[timmy-lwt.dev] synchronised (file:///src)
[timmy-unix.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-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[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-default
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "zypper" "--non-interactive" "install" "npm-default"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
-
- The following 8 NEW packages are going to be installed:
- libcares2 libicu73_2 libicu73_2-ledata nodejs-common nodejs-default nodejs20 npm-default npm20
-
- 8 new packages to install.
-
- Package download size: 21.1 MiB
-
- Package install size change:
- | 86.3 MiB required by packages that will be installed
- 86.3 MiB | - 0 B released by packages that will be removed
-
- Backend: classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libcares2-1.19.1-150000.3.26.1.x86_64 (Main Repository) (1/8), 61.2 KiB
- Retrieving: libcares2-1.19.1-150000.3.26.1.x86_64.rpm [..done (61.2 KiB/s)]
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch (Main Repository) (2/8), 7.3 MiB
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch.rpm [...done (5.5 MiB/s)]
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64 (Main Repository) (3/8), 1.8 MiB
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64.rpm [.
- .done (9.5 MiB/s)]
- Retrieving: nodejs-common-6.0-150600.1.5.x86_64 (Main Repository) (4/8), 14.5 KiB
- Retrieving: nodejs-common-6.0-150600.1.5.x86_64.rpm [.done]
- Retrieving: nodejs20-20.18.1-150600.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (5/8), 10.1 MiB
- Retrieving: nodejs20-20.18.1-150600.3.6.1.x86_64.rpm [....done (31.5 MiB/s)]
- Retrieving: nodejs-default-6.0-150600.1.5.x86_64 (Main Repository) (6/8), 9.8 KiB
- Retrieving: nodejs-default-6.0-150600.1.5.x86_64.rpm [.done]
- Retrieving: npm20-20.18.1-150600.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/8), 1.8 MiB
- Retrieving: npm20-20.18.1-150600.3.6.1.x86_64.rpm [.
- .done]
- Retrieving: npm-default-6.0-150600.1.5.x86_64 (Main Repository) (8/8), 9.8 KiB
- Retrieving: npm-default-6.0-150600.1.5.x86_64.rpm [.done]
-
- Checking for file conflicts: [....done]
- (1/8) Installing: libcares2-1.19.1-150000.3.26.1.x86_64 [..done]
- (2/8) Installing: libicu73_2-ledata-73.2-150000.1.7.1.noarch [......
- ..........
- .done]
- (3/8) Installing: libicu73_2-73.2-150000.1.7.1.x86_64 [.....done]
- (4/8) Installing: nodejs-common-6.0-150600.1.5.x86_64 [..done]
- (5/8) Installing: nodejs20-20.18.1-150600.3.6.1.x86_64 [.....
- ..........
- .......
- update-alternatives: using /usr/bin/node20 to provide /usr/bin/node-default (node-default) in auto mode
- done]
- (6/8) Installing: nodejs-default-6.0-150600.1.5.x86_64 [..done]
- (7/8) Installing: npm20-20.18.1-150600.3.6.1.x86_64 [..
- .......
- update-alternatives: using /usr/bin/npm20 to provide /usr/bin/npm-default (npm-default) in auto mode
- update-alternatives: using /usr/bin/npx20 to provide /usr/bin/npx-default (npx-default) in auto mode
- done]
- (8/8) Installing: npm-default-6.0-150600.1.5.x86_64 [..done]
2024-12-20 21:27.50 ---> saved as "526e6550eeb1a5a82ed163538b723a9636ce4e696642694d8c183dc4c1679479"
/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.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[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.8.0
- install csexp 1.5.2
- install cstruct 6.2.0
- install dune 3.17.1
- install dune-configurator 3.17.1
- 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.1
- install js_of_ocaml-compiler 5.9.1
- install js_of_ocaml-ppx 5.9.1
- 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
<><> 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.8.0 (cached)
-> installed conf-npm.1
-> 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)
-> 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 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 js_of_ocaml.5.9.1, js_of_ocaml-compiler.5.9.1, js_of_ocaml-ppx.5.9.1 (cached)
-> retrieved dune.3.17.1, dune-configurator.3.17.1 (cached)
-> retrieved ocamlbuild.0.15.0 (cached)
-> 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)
-> installed cmdliner.1.3.0
-> installed num.1.5-1
-> retrieved posixat.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_here.v0.17.0 (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 spawn.v0.17.0 (cached)
-> retrieved shexp.v0.17.0 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved uutf.1.0.3 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved yojson.2.2.2 (cached)
-> retrieved ppxlib.0.33.0 (cached)
-> 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 ptime.1.2.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.17.1
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed menhirCST.20240715
-> installed menhirSdk.20240715
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed opam-file-format.2.1.6
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed gen.1.1
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed menhirLib.20240715
-> installed ocaml-syntax-shims.1.0.0
-> installed hex.1.5.0
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ezjsonm.1.3.0
-> installed re.1.12.0
-> installed ocplib-endian.1.2
-> installed yojson.2.2.2
-> installed parsexp.v0.17.0
-> installed dune-configurator.3.17.1
-> installed alcotest.1.8.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 ppx_optcomp.v0.17.0
-> installed ppxlib_jane.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.1
-> installed js_of_ocaml.5.9.1
-> installed logs.0.7.0
-> installed alcotest-lwt.1.8.0
-> installed js_of_ocaml-ppx.5.9.1
Done.
# To update the current shell environment, run: eval $(opam env)
2024-12-20 21:31.55 ---> saved as "0d0d3195b8949e3463b91cdb91a5f744d3931c9fe4d50400f7cc65fda4e18afc"
/src: (copy (src .) (dst /src))
2024-12-20 21:31.55 ---> saved as "d290254a539fc4bf4588ceed55a848975c6fc04e7eb5a33bf9c3a5578af5cbb6"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "dune.inc", line 345, characters 26-47:
345 | (rule (target timmy-unix.%{version:timmy-unix}.opam)
^^^^^^^^^^^^^^^^^^^^^
Error: Package "timmy-unix" doesn't exist in the current project and isn't
installed either.
File "dune.inc", line 368, characters 30-51:
368 | (rule (target timmy-unix-ios.%{version:timmy-unix}.opam)
^^^^^^^^^^^^^^^^^^^^^
Error: Package "timmy-unix" doesn't exist in the current project and isn't
installed either.
File "dune.inc", line 392, characters 32-53:
392 | (rule (target timmy-unix-macos.%{version:timmy-unix}.opam)
^^^^^^^^^^^^^^^^^^^^^
Error: Package "timmy-unix" doesn't exist in the current project and isn't
installed either.
File "dune.inc", line 416, characters 34-55:
416 | (rule (target timmy-unix-windows.%{version:timmy-unix}.opam)
^^^^^^^^^^^^^^^^^^^^^
Error: Package "timmy-unix" doesn't exist in the current project and isn't
installed either.
File "dune.inc", line 441, characters 34-55:
441 | (rule (target timmy-unix-android.%{version:timmy-unix}.opam)
^^^^^^^^^^^^^^^^^^^^^
Error: Package "timmy-unix" doesn't exist in the current project and isn't
installed either.
(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/tests && ./test.exe)
Testing `Timmy'.
This run has ID `K1FGN5H7'.
[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.012s. 20 tests run.
(cd _build/default/timmy-unix/tests && ./test.exe)
Testing `Timmy-unix'.
This run has ID `R68LBHVA'.
[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.001s. 2 tests run.
(cd _build/default/timmy-lwt/tests && ./engine_virtual.exe)
Testing `timmy-lwt.virtual'.
This run has ID `1T1ZVU79'.
[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 `KAKC5CQ2'.
[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.001s. 4 tests run.
(cd _build/default/timmy-jsoo/tests && /usr/bin/node test.bc.js)
Testing `Timmy-jsoo'.
This run has ID `ZIKWSFXN'.
[OK] timezone 0 daylight saving.
Full test results in `/src/_build/default/timmy-jsoo/tests/_build/_tests/Timmy-jsoo'.
Test Successful in 0.050s. 1 test run.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-12-20 21:32.07: Job failed: Failed: Build failed