Organisationsmefyltimmy6241e7 ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2025-04-27 14:23.04: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/master (6241e7cdda18b8e8ddf46e55f7daa1a7a241013f) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:23c85daf4eb9a91d154cf2f9fed47f4f9b9fa788adc9c1fc7f0802e3dc06d7c4
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mefyl/timmy.git" -b "master" && cd "timmy" && git reset --hard 6241e7cd
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.08@sha256:23c85daf4eb9a91d154cf2f9fed47f4f9b9fa788adc9c1fc7f0802e3dc06d7c4
# debian-12-4.08_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && 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 ./
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-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-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-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.4.0 alcotest-lwt.1.4.0 angstrom.0.15.0 astring.0.8.2 base.v0.13.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.1.0 cmdliner.1.0.3 conf-m4.1 conf-tzdata.1 cppo.1.6.1 cstruct.3.0.0 dune.3.0.2 dune-configurator.2.3.0 dune-private-libs.2.3.0 ezjsonm.1.3.0 fmt.0.8.7 hex.1.2.0 jbuilder.1.0+beta20.1 jsonm.1.0.1 logs.0.7.0 lwt.4.2.0 mmap.1.0.2 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 parsexp.v0.13.0 ppx_derivers.1.0 ppx_deriving.5.0 ppx_here.v0.13.0 ppxlib.0.9.0 ptime.0.8.1 re.1.7.2 result.1.5 seq.0.3 sexplib.v0.13.0 sexplib0.v0.13.0 stdio.v0.13.0 stdlib-shims.0.1.0 timedesc.3.0.0 timedesc-tzdb.3.0.0 timedesc-tzlocal.3.0.0 topkg.0.9.0 uchar.0.0.2 uuidm.0.9.6 uutf.1.0.1"
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 $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-04-27 14:23.04: Using cache hint "mefyl/timmy-ocaml/opam:debian-12-ocaml-4.08@sha256:23c85daf4eb9a91d154cf2f9fed47f4f9b9fa788adc9c1fc7f0802e3dc06d7c4-debian-12-4.08_opam-2.3-c9af50cbc1a8f5e520e1dc2b3364918a"
2025-04-27 14:23.04: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:23c85daf4eb9a91d154cf2f9fed47f4f9b9fa788adc9c1fc7f0802e3dc06d7c4)
(comment debian-12-4.08_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && 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)
(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-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-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-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.4.0 alcotest-lwt.1.4.0 angstrom.0.15.0 astring.0.8.2 base.v0.13.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.1.0 cmdliner.1.0.3 conf-m4.1 conf-tzdata.1 cppo.1.6.1 cstruct.3.0.0 dune.3.0.2 dune-configurator.2.3.0 dune-private-libs.2.3.0 ezjsonm.1.3.0 fmt.0.8.7 hex.1.2.0 jbuilder.1.0+beta20.1 jsonm.1.0.1 logs.0.7.0 lwt.4.2.0 mmap.1.0.2 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 parsexp.v0.13.0 ppx_derivers.1.0 ppx_deriving.5.0 ppx_here.v0.13.0 ppxlib.0.9.0 ptime.0.8.1 re.1.7.2 result.1.5 seq.0.3 sexplib.v0.13.0 sexplib0.v0.13.0 stdio.v0.13.0 stdlib-shims.0.1.0 timedesc.3.0.0 timedesc-tzdb.3.0.0 timedesc-tzlocal.3.0.0 topkg.0.9.0 uchar.0.0.2 uuidm.0.9.6 uutf.1.0.1")
(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 $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-04-27 14:23.04: Waiting for resource in pool OCluster
2025-04-27 14:23.04: Waiting for worker…
2025-04-27 14:23.04: Got resource from pool OCluster
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
HEAD is now at 6241e7c Prerelease 1.1.7.


(from ocaml/opam:debian-12-ocaml-4.08@sha256:23c85daf4eb9a91d154cf2f9fed47f4f9b9fa788adc9c1fc7f0802e3dc06d7c4)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.08@sha256:23c85daf4eb9a91d154cf2f9fed47f4f9b9fa788adc9c1fc7f0802e3dc06d7c4' locally
docker.io/ocaml/opam@sha256:23c85daf4eb9a91d154cf2f9fed47f4f9b9fa788adc9c1fc7f0802e3dc06d7c4: Pulling from ocaml/opam
031dfd3a3b8c: Pulling fs layer
031dfd3a3b8c: Verifying Checksum
031dfd3a3b8c: Download complete
031dfd3a3b8c: Pull complete
Digest: sha256:23c85daf4eb9a91d154cf2f9fed47f4f9b9fa788adc9c1fc7f0802e3dc06d7c4
Status: Downloaded newer image for ocaml/opam@sha256:23c85daf4eb9a91d154cf2f9fed47f4f9b9fa788adc9c1fc7f0802e3dc06d7c4
2025-04-27 14:23.05 ---> using "44ab722c6d76cc4aa083f99994b6eb04bd97004720a37e6316ca14ec9a9ee4aa" from cache


/: (comment debian-12-4.08_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-04-27 14:23.05 ---> using "c92368b99d7a8aac74c485226681652fcd662260dce44637b5995f38210c2495" 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 39 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=39 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-04-27 14:23.05 ---> using "e3d3ee8b007116cd79c60bf538c2c74d2d80289efa5ca49e098d0531ea8042f0" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.08.1
2.3.0
2025-04-27 14:23.05 ---> using "5cfb075ae25d89e75090403e89f47e02bbc634ff0c723fdf6c2641f09eb044e0" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-04-27 14:23.05 ---> using "adc7a03170ff41164ae76112dd88b84acb11e5f18778a3735ca88eb438473c97" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))
cb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2


<><> 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-04-27 14:23.05 ---> using "3c31c7e8fedecc18c5b8cab245c926e1bdd1b79c3c558f355008597c4267c1be" from cache


/src: (run (shell "mkdir -p 'opam/'"))
2025-04-27 14:23.05 ---> using "94091bafad63b307b8a610b61833280ca5de8b686a9217262a8d3b2560fd0214" from cache


/src: (copy (src timmy.opam timmy-unix.opam timmy-timezones.opam timmy-lwt.opam)
(dst ./))
2025-04-27 14:23.05 ---> saved as "e906e996302c8de41f4f9d098ed0828897c1cba93a863bc6f9382fbd292cd528"


/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-ios.opam opam/timmy-android.opam)
(dst opam/))
2025-04-27 14:23.05 ---> saved as "a3c1a87ad19a03fec4fef87b6012882ecec0d1a6405e28077b9ef0a00b7bc03f"


/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-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-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)
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-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-04-27 14:23.37 ---> saved as "2236981f8583a18746631c85c29d6a36b5696c9560dcbd08bc89302ce469d4c9"


/src: (run (network host)
(shell  "echo '(lang dune 3.0)' > './dune-project' && \
\necho '(lang dune 3.0)' > 'opam/dune-project'"))
2025-04-27 14:23.37 ---> saved as "5a327f8723f873b6eda9810cc5ffdaa30fae65f1f4d18a437aab20430ef1d73e"


/src: (env DEPS "alcotest.1.4.0 alcotest-lwt.1.4.0 angstrom.0.15.0 astring.0.8.2 base.v0.13.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.1.0 cmdliner.1.0.3 conf-m4.1 conf-tzdata.1 cppo.1.6.1 cstruct.3.0.0 dune.3.0.2 dune-configurator.2.3.0 dune-private-libs.2.3.0 ezjsonm.1.3.0 fmt.0.8.7 hex.1.2.0 jbuilder.1.0+beta20.1 jsonm.1.0.1 logs.0.7.0 lwt.4.2.0 mmap.1.0.2 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 parsexp.v0.13.0 ppx_derivers.1.0 ppx_deriving.5.0 ppx_here.v0.13.0 ppxlib.0.9.0 ptime.0.8.1 re.1.7.2 result.1.5 seq.0.3 sexplib.v0.13.0 sexplib0.v0.13.0 stdio.v0.13.0 stdlib-shims.0.1.0 timedesc.3.0.0 timedesc-tzdb.3.0.0 timedesc-tzlocal.3.0.0 topkg.0.9.0 uchar.0.0.2 uuidm.0.9.6 uutf.1.0.1")


/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 $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [260 kB]
- Fetched 363 kB in 0s (1478 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[timmy.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-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package m4.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18747 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Setting up m4 (1.4.19-3) ...
2025-04-27 14:23.50 ---> saved as "d94b2a90398991fc4f2385cc6b9dccfa1e8df11fab504c37b93b80532491f135"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 50 packages
- install alcotest                1.4.0
- install alcotest-lwt            1.4.0
- install angstrom                0.15.0
- install astring                 0.8.2
- install base                    v0.13.0
- install base-bytes              base
- install bigstringaf             0.1.0
- install cmdliner                1.0.3
- install conf-m4                 1
- install conf-tzdata             1
- install cppo                    1.6.1
- install cstruct                 3.0.0
- install dune                    3.0.2
- install dune-configurator       2.3.0
- install dune-private-libs       2.3.0
- install ezjsonm                 1.3.0
- install fmt                     0.8.7
- install hex                     1.2.0
- install jbuilder                1.0+beta20.1 (deprecated)
- install jsonm                   1.0.1
- install logs                    0.7.0
- install lwt                     4.2.0
- install mmap                    1.0.2
- install num                     1.0
- install ocaml-compiler-libs     v0.11.0
- install ocaml-migrate-parsetree 1.3.1 (deprecated)
- install ocaml-syntax-shims      1.0.0
- install ocamlbuild              0.14.0
- install ocamlfind               1.8.0
- install ocplib-endian           1.0
- install parsexp                 v0.13.0
- install ppx_derivers            1.0
- install ppx_deriving            5.0
- install ppx_here                v0.13.0
- install ppxlib                  0.9.0
- install ptime                   0.8.1
- install re                      1.7.2
- install result                  1.5
- install seq                     0.3
- install sexplib                 v0.13.0
- install sexplib0                v0.13.0
- install stdio                   v0.13.0
- install stdlib-shims            0.1.0
- install timedesc                3.0.0
- install timedesc-tzdb           3.0.0
- install timedesc-tzlocal        3.0.0
- install topkg                   0.9.0
- install uchar                   0.0.2
- install uuidm                   0.9.6
- install uutf                    1.0.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.2  (cached)
-> retrieved angstrom.0.15.0  (cached)
-> retrieved alcotest.1.4.0, alcotest-lwt.1.4.0  (cached)
-> retrieved base.v0.13.0  (cached)
-> retrieved bigstringaf.0.1.0  (cached)
-> retrieved cmdliner.1.0.3  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-m4.1
-> installed conf-tzdata.1
-> retrieved cstruct.3.0.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.8.7  (cached)
-> retrieved hex.1.2.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune.3.0.2  (cached)
-> retrieved dune-configurator.2.3.0, dune-private-libs.2.3.0  (cached)
-> retrieved jsonm.1.0.1  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.4.2.0  (cached)
-> retrieved mmap.1.0.2  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> installed cmdliner.1.0.3
-> retrieved ocaml-migrate-parsetree.1.3.1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved parsexp.v0.13.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_here.v0.13.0  (cached)
-> retrieved ppx_deriving.5.0  (cached)
-> retrieved ppxlib.0.9.0  (cached)
-> retrieved ptime.0.8.1  (cached)
-> retrieved re.1.7.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved sexplib.v0.13.0  (cached)
-> retrieved sexplib0.v0.13.0  (cached)
-> retrieved stdio.v0.13.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved uuidm.0.9.6  (cached)
-> retrieved topkg.0.9.0  (cached)
-> retrieved timedesc.3.0.0, timedesc-tzdb.3.0.0, timedesc-tzlocal.3.0.0  (cached)
-> retrieved uutf.1.0.1  (cached)
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed num.1.0
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed bigstringaf.0.1.0
-> installed ocaml-compiler-libs.v0.11.0
-> installed cppo.1.6.1
-> installed re.1.7.2
-> installed dune.3.0.2
-> installed mmap.1.0.2
-> installed result.1.5
-> installed seq.0.3
-> installed stdlib-shims.0.1.0
-> installed sexplib0.v0.13.0
-> installed timedesc-tzdb.3.0.0
-> installed ocaml-syntax-shims.1.0.0
-> installed timedesc-tzlocal.3.0.0
-> installed angstrom.0.15.0
-> installed ocplib-endian.1.0
-> installed dune-private-libs.2.3.0
-> installed lwt.4.2.0
-> installed ocaml-migrate-parsetree.1.3.1
-> installed topkg.0.9.0
-> installed dune-configurator.2.3.0
-> installed uuidm.0.9.6
-> installed uutf.1.0.1
-> installed fmt.0.8.7
-> installed ptime.0.8.1
-> installed astring.0.8.2
-> installed jsonm.1.0.1
-> installed alcotest.1.4.0
-> installed logs.0.7.0
-> installed timedesc.3.0.0
-> installed alcotest-lwt.1.4.0
-> installed base.v0.13.0
-> installed stdio.v0.13.0
-> installed parsexp.v0.13.0
-> installed sexplib.v0.13.0
-> installed cstruct.3.0.0
-> installed hex.1.2.0
-> installed ezjsonm.1.3.0
-> installed ppxlib.0.9.0
-> installed ppx_here.v0.13.0
-> installed ppx_deriving.5.0
Done.


<><> ocaml-migrate-parsetree.1.3.1 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.


<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-04-27 14:24.56 ---> saved as "74ef1466ac529086c0107c85432537bec7a77419085dc13806ade422cf891675"


/src: (copy (src .) (dst /src))
2025-04-27 14:24.56 ---> saved as "28ac32bd0b8dbc4ba8392db4080165ce013784303559414c406b3d08315d04cc"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/bytecomp/ocaml-compiler-libs.bytecomp.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/common/ocaml-compiler-libs.common.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/shadow/ocaml-compiler-libs.shadow.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/toplevel/ocaml-compiler-libs.toplevel.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/ppx_derivers/ppx_derivers.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/bigstringaf/bigstringaf.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "dune.inc", line 347, characters 26-47:
347 |  (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 370, characters 30-51:
370 |  (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 394, characters 32-53:
394 |  (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 418, characters 34-55:
418 |  (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 443, characters 34-55:
443 |  (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.
File "/home/opam/.opam/4.08/lib/re/re.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/glob/re.glob.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/hex/hex.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/perl/re.perl.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/posix/re.posix.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/str/re.str.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/cstruct/cstruct.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File ".logistic/dune/extdeps/dune", line 6, characters 25-41:
6 |  (libraries cmdliner fmt opam-file-format sexplib stdio unix))
^^^^^^^^^^^^^^^^
Error: Library "opam-file-format" not found.
-> required by
_build/default/.logistic/dune/extdeps/.extdeps.eobjs/byte/dune__exe__Extdeps.cmi
-> required by alias .logistic/dune/extdeps/check
File "timmy-unix/clock/dune", line 8, characters 9-17:
8 |   (names timezone))
^^^^^^^^
(cd _build/default/timmy-unix/clock && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -g -I /home/opam/.opam/4.08/lib/ocaml -I /home/opam/.opam/4.08/lib/base -I /home/opam/.opam/4.08/lib/base/base_internalhash_types -I /home/opam/.opam/4.08/lib/base/caml -I /home/opam/.opam/4.08/lib/base/shadow_stdlib -I /home/opam/.opam/4.08/lib/fmt -I /home/opam/.opam/4.08/lib/logs -I /home/opam/.opam/4.08/lib/ppx_deriving/runtime -I /home/opam/.opam/4.08/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.08/lib/ptime -I /home/opam/.opam/4.08/lib/ptime/os -I /home/opam/.opam/4.08/lib/result -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/sexplib0 -I /home/opam/.opam/4.08/lib/stdlib-shims -I ../../timmy/clock -I ../../timmy/lib -o timezone.o -c timezone.c)
In file included from timezone.c:7:
timezone.c: In function 'ocaml_timmy_offset_timestamp_s':
timezone.c:79:16: error: 'Val_none' undeclared (first use in this function); did you mean 'Val_not'?
79 |     CAMLreturn(Val_none);
|                ^~~~~~~~
/home/opam/.opam/4.08/lib/ocaml/caml/memory.h:452:29: note: in definition of macro 'CAMLreturnT'
452 |   type caml__temp_result = (result); \
|                             ^~~~~~
timezone.c:79:5: note: in expansion of macro 'CAMLreturn'
79 |     CAMLreturn(Val_none);
|     ^~~~~~~~~~
timezone.c:79:16: note: each undeclared identifier is reported only once for each function it appears in
79 |     CAMLreturn(Val_none);
|                ^~~~~~~~
/home/opam/.opam/4.08/lib/ocaml/caml/memory.h:452:29: note: in definition of macro 'CAMLreturnT'
452 |   type caml__temp_result = (result); \
|                             ^~~~~~
timezone.c:79:5: note: in expansion of macro 'CAMLreturn'
79 |     CAMLreturn(Val_none);
|     ^~~~~~~~~~
timezone.c:82:11: warning: implicit declaration of function 'caml_alloc_some'; did you mean 'caml_alloc_shr'? [-Wimplicit-function-declaration]
82 |     res = caml_alloc_some(Val_int(offset_timestamp));
|           ^~~~~~~~~~~~~~~
|           caml_alloc_shr
timezone.c: In function 'ocaml_timmy_offset_calendar_time_s':
timezone.c:113:16: error: 'Val_none' undeclared (first use in this function); did you mean 'Val_not'?
113 |     CAMLreturn(Val_none);
|                ^~~~~~~~
/home/opam/.opam/4.08/lib/ocaml/caml/memory.h:452:29: note: in definition of macro 'CAMLreturnT'
452 |   type caml__temp_result = (result); \
|                             ^~~~~~
timezone.c:113:5: note: in expansion of macro 'CAMLreturn'
113 |     CAMLreturn(Val_none);
|     ^~~~~~~~~~
(cd _build/default && /home/opam/.opam/4.08/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -I timmy/tests/.test.eobjs/byte -I timmy/tests/.test.eobjs/native -I /home/opam/.opam/4.08/lib/alcotest -I /home/opam/.opam/4.08/lib/alcotest/engine -I /home/opam/.opam/4.08/lib/astring -I /home/opam/.opam/4.08/lib/base -I /home/opam/.opam/4.08/lib/base/base_internalhash_types -I /home/opam/.opam/4.08/lib/base/caml -I /home/opam/.opam/4.08/lib/base/shadow_stdlib -I /home/opam/.opam/4.08/lib/cmdliner -I /home/opam/.opam/4.08/lib/fmt -I /home/opam/.opam/4.08/lib/ppx_deriving/runtime -I /home/opam/.opam/4.08/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.08/lib/ptime -I /home/opam/.opam/4.08/lib/re -I /home/opam/.opam/4.08/lib/result -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/sexplib0 -I /home/opam/.opam/4.08/lib/stdlib-shims -I /home/opam/.opam/4.08/lib/uchar -I /home/opam/.opam/4.08/lib/uuidm -I /home/opam/.opam/4.08/lib/uutf -I timmy/lib/.timmy.objs/byte -I timmy/lib/.timmy.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o timmy/tests/.test.eobjs/native/dune__exe__Test.cmx -c -impl timmy/tests/test.pp.ml)
File "timmy/tests/test.ml", line 217, characters 32-48:
217 |       @@ Timmy.Span.of_ptime @@ Option.value_exn
^^^^^^^^^^^^^^^^
Error: This expression has type
?here:Base__Source_code_position0.t ->
?error:Base.Error.t -> ?message:string -> 'a option -> 'a
but an expression was expected of type 'b -> 'c
(cd _build/default && /home/opam/.opam/4.08/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -I timmy/tests/.test.eobjs/byte -I /home/opam/.opam/4.08/lib/alcotest -I /home/opam/.opam/4.08/lib/alcotest/engine -I /home/opam/.opam/4.08/lib/astring -I /home/opam/.opam/4.08/lib/base -I /home/opam/.opam/4.08/lib/base/base_internalhash_types -I /home/opam/.opam/4.08/lib/base/caml -I /home/opam/.opam/4.08/lib/base/shadow_stdlib -I /home/opam/.opam/4.08/lib/cmdliner -I /home/opam/.opam/4.08/lib/fmt -I /home/opam/.opam/4.08/lib/ppx_deriving/runtime -I /home/opam/.opam/4.08/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.08/lib/ptime -I /home/opam/.opam/4.08/lib/re -I /home/opam/.opam/4.08/lib/result -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/sexplib0 -I /home/opam/.opam/4.08/lib/stdlib-shims -I /home/opam/.opam/4.08/lib/uchar -I /home/opam/.opam/4.08/lib/uuidm -I /home/opam/.opam/4.08/lib/uutf -I timmy/lib/.timmy.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o timmy/tests/.test.eobjs/byte/dune__exe__Test.cmo -c -impl timmy/tests/test.pp.ml)
File "timmy/tests/test.ml", line 217, characters 32-48:
217 |       @@ Timmy.Span.of_ptime @@ Option.value_exn
^^^^^^^^^^^^^^^^
Error: This expression has type
?here:Base__Source_code_position0.t ->
?error:Base.Error.t -> ?message:string -> 'a option -> 'a
but an expression was expected of type 'b -> 'c
(cd _build/default && /home/opam/.opam/4.08/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -I timmy-timezones/tests/.tests.eobjs/byte -I /home/opam/.opam/4.08/lib/alcotest -I /home/opam/.opam/4.08/lib/alcotest/engine -I /home/opam/.opam/4.08/lib/angstrom -I /home/opam/.opam/4.08/lib/astring -I /home/opam/.opam/4.08/lib/base -I /home/opam/.opam/4.08/lib/base/base_internalhash_types -I /home/opam/.opam/4.08/lib/base/caml -I /home/opam/.opam/4.08/lib/base/shadow_stdlib -I /home/opam/.opam/4.08/lib/bigstringaf -I /home/opam/.opam/4.08/lib/cmdliner -I /home/opam/.opam/4.08/lib/fmt -I /home/opam/.opam/4.08/lib/logs -I /home/opam/.opam/4.08/lib/ppx_deriving/runtime -I /home/opam/.opam/4.08/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.08/lib/ptime -I /home/opam/.opam/4.08/lib/ptime/os -I /home/opam/.opam/4.08/lib/re -I /home/opam/.opam/4.08/lib/result -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/sexplib0 -I /home/opam/.opam/4.08/lib/stdlib-shims -I /home/opam/.opam/4.08/lib/timedesc -I /home/opam/.opam/4.08/lib/timedesc-tzdb/full -I /home/opam/.opam/4.08/lib/timedesc-tzlocal/unix-or-utc -I /home/opam/.opam/4.08/lib/uchar -I /home/opam/.opam/4.08/lib/uuidm -I /home/opam/.opam/4.08/lib/uutf -I timmy-timezones/lib/.timmy_timezones.objs/byte -I timmy-unix/clock/.clock_unix.objs/byte -I timmy/lib/.timmy.objs/byte -I timmy/tests/.clock_tests.objs/byte -I timmy/virtual/.clock_virtual.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o timmy-timezones/tests/.tests.eobjs/byte/dune__exe__Tests.cmo -c -impl timmy-timezones/tests/tests.pp.ml)
File "timmy-timezones/tests/tests.ml", line 12, characters 55-71:
12 |     Timmy_timezones.of_string "America/Los_Angeles" |> Option.value_exn
^^^^^^^^^^^^^^^^
Error: This expression has type
?here:Base__Source_code_position0.t ->
?error:Base.Error.t -> ?message:string -> 'a option -> 'a
but an expression was expected of type Timmy.Timezone.t option -> 'b
(cd _build/default && /home/opam/.opam/4.08/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -I timmy-timezones/tests/.tests.eobjs/byte -I timmy-timezones/tests/.tests.eobjs/native -I /home/opam/.opam/4.08/lib/alcotest -I /home/opam/.opam/4.08/lib/alcotest/engine -I /home/opam/.opam/4.08/lib/angstrom -I /home/opam/.opam/4.08/lib/astring -I /home/opam/.opam/4.08/lib/base -I /home/opam/.opam/4.08/lib/base/base_internalhash_types -I /home/opam/.opam/4.08/lib/base/caml -I /home/opam/.opam/4.08/lib/base/shadow_stdlib -I /home/opam/.opam/4.08/lib/bigstringaf -I /home/opam/.opam/4.08/lib/cmdliner -I /home/opam/.opam/4.08/lib/fmt -I /home/opam/.opam/4.08/lib/logs -I /home/opam/.opam/4.08/lib/ppx_deriving/runtime -I /home/opam/.opam/4.08/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.08/lib/ptime -I /home/opam/.opam/4.08/lib/ptime/os -I /home/opam/.opam/4.08/lib/re -I /home/opam/.opam/4.08/lib/result -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/sexplib0 -I /home/opam/.opam/4.08/lib/stdlib-shims -I /home/opam/.opam/4.08/lib/timedesc -I /home/opam/.opam/4.08/lib/timedesc-tzdb/full -I /home/opam/.opam/4.08/lib/timedesc-tzlocal/unix-or-utc -I /home/opam/.opam/4.08/lib/uchar -I /home/opam/.opam/4.08/lib/uuidm -I /home/opam/.opam/4.08/lib/uutf -I timmy-timezones/lib/.timmy_timezones.objs/byte -I timmy-timezones/lib/.timmy_timezones.objs/native -I timmy-unix/clock/.clock_unix.objs/byte -I timmy-unix/clock/.clock_unix.objs/native -I timmy/lib/.timmy.objs/byte -I timmy/lib/.timmy.objs/native -I timmy/tests/.clock_tests.objs/byte -I timmy/tests/.clock_tests.objs/native -I timmy/virtual/.clock_virtual.objs/byte -I timmy/virtual/.clock_virtual.objs/native -intf-suffix .ml -no-alias-deps -opaque -o timmy-timezones/tests/.tests.eobjs/native/dune__exe__Tests.cmx -c -impl timmy-timezones/tests/tests.pp.ml)
File "timmy-timezones/tests/tests.ml", line 12, characters 55-71:
12 |     Timmy_timezones.of_string "America/Los_Angeles" |> Option.value_exn
^^^^^^^^^^^^^^^^
Error: This expression has type
?here:Base__Source_code_position0.t ->
?error:Base.Error.t -> ?message:string -> 'a option -> 'a
but an expression was expected of type Timmy.Timezone.t option -> 'b
(cd _build/default/timmy-lwt/tests && ./engine_virtual.exe)
Testing `timmy-lwt.virtual'.
This run has ID `A9C18DEA-615C-429D-9264-75B8E47770B1'.


[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 `70348F87-403C-455E-8988-8AA850F0A4B9'.


[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.003s. 4 tests run.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-04-27 14:25.00: Job failed: Failed: Build failed