Organisationsmefyltimmy38c583 (feature/dune-pkg)opensuse-15.6-4.14_opam-2.3

opensuse-15.6-4.14_opam-2.3

Logs

Show full logs
2025-06-02 22:28.46: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/feature/dune-pkg (38c583621f1ef80ef6c8b2ace6db1c736975cef0) (linux-x86_64:opensuse-15.6-4.14_opam-2.3)
Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:565caa1d2239ea8b3217a5a9a164b2eddd3e8790294e08ef1a71886592ec2d54
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mefyl/timmy.git" -b "feature/dune-pkg" && cd "timmy" && git reset --hard 38c58362
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:565caa1d2239ea8b3217a5a9a164b2eddd3e8790294e08ef1a71886592ec2d54
# opensuse-15.6-4.14_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 0e1a25ffde388b436cc1998777c138d69666193d || git fetch origin master) && git reset -q --hard 0e1a25ffde388b436cc1998777c138d69666193d && git log --no-decorate -n1 --oneline && opam update -u
RUN mkdir -p 'opam/'
COPY --chown=1000:1000 timmy.opam timmy-unix.opam timmy-timezones.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-ios.opam opam/timmy-unix-android.opam opam/timmy-timezones-windows.opam opam/timmy-timezones-macos.opam opam/timmy-timezones-ios.opam opam/timmy-timezones-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-ios.opam opam/timmy-lwt-android.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/timmy-jsoo-ios.opam opam/timmy-jsoo-android.opam opam/timmy-ios.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-timezones.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-ios.dev 'opam/' && \
    opam pin add -yn timmy-unix-android.dev 'opam/' && \
    opam pin add -yn timmy-timezones-windows.dev 'opam/' && \
    opam pin add -yn timmy-timezones-macos.dev 'opam/' && \
    opam pin add -yn timmy-timezones-ios.dev 'opam/' && \
    opam pin add -yn timmy-timezones-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-ios.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-ios.dev 'opam/' && \
    opam pin add -yn timmy-jsoo-android.dev 'opam/' && \
    opam pin add -yn timmy-ios.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.9.0 alcotest-lwt.1.9.0 angstrom.0.16.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.19.0 dune-build-info.3.19.0 dune-configurator.3.19.0 either.1.0.0 ezjsonm.1.3.0 fix.20250428 fmt.0.10.0 fpath.0.7.3 gen.1.1 hex.1.5.0 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-ppx.6.0.1 jsonm.1.0.2 logs.0.8.0 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 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 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlformat.0.26.2 ocamlformat-lib.0.26.2 ocp-indent.1.8.1 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.4 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 timedesc.3.1.0 timedesc-tzdb.3.1.0 timedesc-tzlocal.3.1.0 topkg.1.0.8 uucp.16.0.0 uuseg.16.0.0 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 timmy.dev timmy-unix.dev timmy-timezones.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

2025-06-02 22:28.46: Using cache hint "mefyl/timmy-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:565caa1d2239ea8b3217a5a9a164b2eddd3e8790294e08ef1a71886592ec2d54-opensuse-15.6-4.14_opam-2.3-b724327ee03702dfdfec98d1634df015"
2025-06-02 22:28.46: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:565caa1d2239ea8b3217a5a9a164b2eddd3e8790294e08ef1a71886592ec2d54)
 (comment opensuse-15.6-4.14_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 0e1a25ffde388b436cc1998777c138d69666193d || git fetch origin master) && git reset -q --hard 0e1a25ffde388b436cc1998777c138d69666193d && git log --no-decorate -n1 --oneline && opam update -u"))
 (run (shell "mkdir -p 'opam/'"))
 (copy (src timmy.opam timmy-unix.opam timmy-timezones.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-ios.opam opam/timmy-unix-android.opam opam/timmy-timezones-windows.opam opam/timmy-timezones-macos.opam opam/timmy-timezones-ios.opam opam/timmy-timezones-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-ios.opam opam/timmy-lwt-android.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/timmy-jsoo-ios.opam opam/timmy-jsoo-android.opam opam/timmy-ios.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-timezones.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-ios.dev 'opam/' && \
             \nopam pin add -yn timmy-unix-android.dev 'opam/' && \
             \nopam pin add -yn timmy-timezones-windows.dev 'opam/' && \
             \nopam pin add -yn timmy-timezones-macos.dev 'opam/' && \
             \nopam pin add -yn timmy-timezones-ios.dev 'opam/' && \
             \nopam pin add -yn timmy-timezones-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-ios.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-ios.dev 'opam/' && \
             \nopam pin add -yn timmy-jsoo-android.dev 'opam/' && \
             \nopam pin add -yn timmy-ios.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.9.0 alcotest-lwt.1.9.0 angstrom.0.16.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.19.0 dune-build-info.3.19.0 dune-configurator.3.19.0 either.1.0.0 ezjsonm.1.3.0 fix.20250428 fmt.0.10.0 fpath.0.7.3 gen.1.1 hex.1.5.0 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-ppx.6.0.1 jsonm.1.0.2 logs.0.8.0 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 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 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlformat.0.26.2 ocamlformat-lib.0.26.2 ocp-indent.1.8.1 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.4 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 timedesc.3.1.0 timedesc-tzdb.3.1.0 timedesc-tzlocal.3.1.0 topkg.1.0.8 uucp.16.0.0 uuseg.16.0.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.3 --depext-only -y timmy.dev timmy-unix.dev timmy-timezones.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"))
)

2025-06-02 22:28.46: Waiting for resource in pool OCluster
2025-06-02 23:53.18: Waiting for worker…
2025-06-02 23:56.41: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 38c5836 debug cache

(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:565caa1d2239ea8b3217a5a9a164b2eddd3e8790294e08ef1a71886592ec2d54)
2025-06-02 23:56.42 ---> using "10415628735946104af0884481f773347d9e76b0e93d393e4c5078068414f710" from cache

/: (comment opensuse-15.6-4.14_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"))
2025-06-02 23:56.42 ---> using "9656c09767a216641cb92ff601d9765117ba376022ee1b456a3f075535cf81ce" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-02 23:56.42 ---> using "8c78702c43e0f8980184e3e7d7465414f3471abf449b638b179a1d00d25efc31" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-06-02 23:56.42 ---> using "50f563d99aeebe7d7eb285b53b0a15041987debe88cd0eb9991c6a62894c6ca9" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-06-02 23:56.42 ---> using "213b1db1c3e149c6d14076bc1e9f500d13912267fed4fcd5b9223362f8cce1ca" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 0e1a25ffde388b436cc1998777c138d69666193d || git fetch origin master) && git reset -q --hard 0e1a25ffde388b436cc1998777c138d69666193d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   0d013e603b..c037675bed  master     -> origin/master
0e1a25ffde Merge pull request #27956 from Leonidas-from-XIV/release-yojson-3.0.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-06-02 23:56.42 ---> using "e28e60ecb06d013b4d3243c061a6ac004409576242bd3984703a24edd08d0efb" from cache

/src: (run (shell "mkdir -p 'opam/'"))
2025-06-02 23:56.42 ---> saved as "21acfeb83d41cefb0ac604e8a1ef277afdfe8b5d9ea18b15ed573c9aa73b7c91"

/src: (copy (src timmy.opam timmy-unix.opam timmy-timezones.opam timmy-lwt.opam timmy-jsoo.opam)
            (dst ./))
2025-06-02 23:56.42 ---> saved as "d7d6f4bb5b7bd30b71bf76006d9a57501f91f21e480857545a5e741988c14973"

/src: (copy (src opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-unix-ios.opam opam/timmy-unix-android.opam opam/timmy-timezones-windows.opam opam/timmy-timezones-macos.opam opam/timmy-timezones-ios.opam opam/timmy-timezones-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-ios.opam opam/timmy-lwt-android.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/timmy-jsoo-ios.opam opam/timmy-jsoo-android.opam opam/timmy-ios.opam opam/timmy-android.opam)
            (dst opam/))
2025-06-02 23:56.43 ---> saved as "f3878ba7fa69a69015502d28fdbd5180393c5a7036952b71bc3e39d3632f6a58"

/src: (run (network host)
           (shell  "opam pin add -yn timmy.dev './' && \
                  \nopam pin add -yn timmy-unix.dev './' && \
                  \nopam pin add -yn timmy-timezones.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-ios.dev 'opam/' && \
                  \nopam pin add -yn timmy-unix-android.dev 'opam/' && \
                  \nopam pin add -yn timmy-timezones-windows.dev 'opam/' && \
                  \nopam pin add -yn timmy-timezones-macos.dev 'opam/' && \
                  \nopam pin add -yn timmy-timezones-ios.dev 'opam/' && \
                  \nopam pin add -yn timmy-timezones-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-ios.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-ios.dev 'opam/' && \
                  \nopam pin add -yn timmy-jsoo-android.dev 'opam/' && \
                  \nopam pin add -yn timmy-ios.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)
Package timmy-timezones does not exist, create as a NEW package? [y/n] y
[timmy-timezones.dev] synchronised (file:///src)
timmy-timezones 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-ios does not exist, create as a NEW package? [y/n] y
[timmy-unix-ios.dev] synchronised (file:///src/opam)
timmy-unix-ios 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-timezones-windows does not exist, create as a NEW package? [y/n] y
[timmy-timezones-windows.dev] synchronised (file:///src/opam)
timmy-timezones-windows is now pinned to file:///src/opam (version dev)
Package timmy-timezones-macos does not exist, create as a NEW package? [y/n] y
[timmy-timezones-macos.dev] synchronised (file:///src/opam)
timmy-timezones-macos is now pinned to file:///src/opam (version dev)
Package timmy-timezones-ios does not exist, create as a NEW package? [y/n] y
[timmy-timezones-ios.dev] synchronised (file:///src/opam)
timmy-timezones-ios is now pinned to file:///src/opam (version dev)
Package timmy-timezones-android does not exist, create as a NEW package? [y/n] y
[timmy-timezones-android.dev] synchronised (file:///src/opam)
timmy-timezones-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-ios does not exist, create as a NEW package? [y/n] y
[timmy-lwt-ios.dev] synchronised (file:///src/opam)
timmy-lwt-ios 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-ios does not exist, create as a NEW package? [y/n] y
[timmy-jsoo-ios.dev] synchronised (file:///src/opam)
timmy-jsoo-ios 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-ios does not exist, create as a NEW package? [y/n] y
[timmy-ios.dev] synchronised (file:///src/opam)
timmy-ios 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)
2025-06-03 00:01.44 ---> saved as "59d402542aff165808c96adfb1df8ae7b62c19bb1d49d39cb9ddf3fd4e3219f4"

/src: (run (network host)
           (shell  "echo '(lang dune 3.0)' > './dune-project' && \
                  \necho '(lang dune 3.0)' > 'opam/dune-project'"))
2025-06-03 00:01.44 ---> saved as "e4fefe35884af4d9fd5a79f0ed17f3326ef56461db6729680c40de6990fed0c0"

/src: (env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 angstrom.0.16.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.19.0 dune-build-info.3.19.0 dune-configurator.3.19.0 either.1.0.0 ezjsonm.1.3.0 fix.20250428 fmt.0.10.0 fpath.0.7.3 gen.1.1 hex.1.5.0 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-ppx.6.0.1 jsonm.1.0.2 logs.0.8.0 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 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 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlformat.0.26.2 ocamlformat-lib.0.26.2 ocp-indent.1.8.1 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.4 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 timedesc.3.1.0 timedesc-tzdb.3.1.0 timedesc-tzlocal.3.1.0 topkg.1.0.8 uucp.16.0.0 uuseg.16.0.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.3 --depext-only -y timmy.dev timmy-unix.dev timmy-timezones.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]
- 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]
- Retrieving repository 'Update Repository (Non-Oss)' metadata [..
- .......
- .done]
- Building repository 'Update Repository (Non-Oss)' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' 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-timezones.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 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-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 (48.5 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 (1.2 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 (3.0 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 (14.5 KiB/s)]
- Retrieving: nodejs20-20.18.2-150600.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (5/8),  10.1 MiB    
- Retrieving: nodejs20-20.18.2-150600.3.9.1.x86_64.rpm [..
- .........done (12.3 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.2-150600.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/8),   1.8 MiB    
- Retrieving: npm20-20.18.2-150600.3.9.1.x86_64.rpm [........
- .........
- .........
- .done (754.1 KiB/s)]
- 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.2-150600.3.9.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.2-150600.3.9.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]
2025-06-03 00:04.05 ---> saved as "01d2639117c9a7c511eb62c02c585301bf1764d5d37d751d67efaba01d6328c9"

/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 67 packages
  - install alcotest             1.9.0
  - install alcotest-lwt         1.9.0
  - install angstrom             0.16.1
  - install astring              0.8.5
  - install base                 v0.16.4
  - install base-bytes           base
  - install bigstringaf          0.10.0
  - install camlp-streams        5.0.1
  - 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.19.0
  - install dune-build-info      3.19.0
  - install dune-configurator    3.19.0
  - install either               1.0.0
  - install ezjsonm              1.3.0
  - install fix                  20250428
  - install fmt                  0.10.0
  - install fpath                0.7.3
  - install gen                  1.1
  - install hex                  1.5.0
  - install js_of_ocaml          6.0.1
  - install js_of_ocaml-compiler 6.0.1
  - install js_of_ocaml-ppx      6.0.1
  - install jsonm                1.0.2
  - install logs                 0.8.0
  - install lwt                  5.9.1
  - install menhir               20240715
  - install menhirCST            20240715
  - install menhirLib            20240715
  - install menhirSdk            20240715
  - install num                  1.5-1
  - install ocaml-compiler-libs  v0.12.4
  - install ocaml-syntax-shims   1.0.0
  - install ocaml-version        4.0.1
  - install ocamlbuild           0.16.1
  - install ocamlfind            1.9.8
  - install ocamlformat          0.26.2
  - install ocamlformat-lib      0.26.2
  - install ocp-indent           1.8.1
  - install ocplib-endian        1.2
  - install opam-file-format     2.1.6
  - install parsexp              v0.16.0
  - install ppx_derivers         1.2.1
  - install ppx_deriving         6.0.3
  - install ppx_here             v0.16.0
  - install ppxlib               0.35.0
  - install ptime                1.2.0
  - install re                   1.12.0
  - install result               1.5
  - install sedlex               3.4
  - install seq                  base
  - install sexplib              v0.16.0
  - install sexplib0             v0.16.0
  - install stdio                v0.16.0
  - install stdlib-shims         0.3.0
  - install timedesc             3.1.0
  - install timedesc-tzdb        3.1.0
  - install timedesc-tzlocal     3.1.0
  - install topkg                1.0.8
  - install uucp                 16.0.0
  - install uuseg                16.0.0
  - install uutf                 1.0.4
  - install yojson               3.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved alcotest.1.9.0, alcotest-lwt.1.9.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 either.1.0.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fix.20250428  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lwt.5.9.1  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.4.0.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1, js_of_ocaml-ppx.6.0.1  (cached)
-> retrieved dune.3.19.0, dune-build-info.3.19.0, dune-configurator.3.19.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlformat.0.26.2, ocamlformat-lib.0.26.2  (cached)
-> retrieved ocp-indent.1.8.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved opam-file-format.2.1.6  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> installed cmdliner.1.3.0
-> installed num.1.5-1
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved sedlex.3.4  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.12.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved timedesc.3.1.0, timedesc-tzdb.3.1.0, timedesc-tzlocal.3.1.0  (cached)
-> retrieved uuseg.16.0.0  (cached)
-> retrieved uucp.16.0.0  (cached)
-> retrieved uutf.1.0.4  (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 ptime.1.2.0
-> installed fpath.0.7.3
-> installed jsonm.1.0.2
-> installed dune.3.19.0
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed either.1.0.0
-> installed fix.20250428
-> 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 ocaml-version.4.0.1
-> installed opam-file-format.2.1.6
-> installed ppx_derivers.1.2.1
-> installed re.1.12.0
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed hex.1.5.0
-> installed timedesc-tzlocal.3.1.0
-> installed timedesc-tzdb.3.1.0
-> installed ezjsonm.1.3.0
-> installed yojson.3.0.0
-> installed ocp-indent.1.8.1
-> installed dune-build-info.3.19.0
-> installed alcotest.1.9.0
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.19.0
-> installed bigstringaf.0.10.0
-> installed sexplib.v0.16.0
-> installed angstrom.0.16.1
-> installed timedesc.3.1.0
-> installed lwt.5.9.1
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed uucp.16.0.0
-> installed uuseg.16.0.0
-> installed menhir.20240715
-> installed ppxlib.0.35.0
-> installed ppx_here.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed sedlex.3.4
-> installed ocamlformat-lib.0.26.2
-> installed ocamlformat.0.26.2
-> installed js_of_ocaml-compiler.6.0.1
-> installed logs.0.8.0
-> installed alcotest-lwt.1.9.0
-> installed js_of_ocaml.6.0.1
-> installed js_of_ocaml-ppx.6.0.1
Done.

<><> ocp-indent.1.8.1 installed successfully ><><><><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:

   * for Emacs, add these lines to ~/.emacs:
     (add-to-list 'load-path "/home/opam/.opam/4.14/share/emacs/site-lisp")
     (require 'ocp-indent)

   * for Vim, add this line to ~/.vimrc:
     set rtp^="/home/opam/.opam/4.14/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)
2025-06-03 00:08.45 ---> saved as "c4f013f9605f7f11e8d4c8f443552f3de854cc32b27c7c4a021df968d331a3d5"

/src: (copy (src .) (dst /src))
2025-06-03 00:08.45 ---> saved as "8486db22bd4abbd93cc4f51a30af2dde2d4c6ef1088979b434cfdde44e0f40fa"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "dune.lock/lock.dune", line 1, characters 0-0:
Error: The lock dir is not sync with your dune-project
Hint: run dune pkg lock
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-06-03 00:08.47: Job failed: Failed: Build failed