2025-04-27 13:51.51: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/master (9a1ab3cbe64e6ddf7115f4225766c165a3898812) (linux-x86_64:ubuntu-22.04-4.14_opam-2.3) Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f356198425fb1cefced74c4e9f585ad8af3e2a6cfa37e17dcd300a379a88c33a Opam project build To reproduce locally: git clone --recursive "https://github.com/mefyl/timmy.git" -b "master" && cd "timmy" && git reset --hard 9a1ab3cb cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f356198425fb1cefced74c4e9f585ad8af3e2a6cfa37e17dcd300a379a88c33a # ubuntu-22.04-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 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && 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.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 cmdliner.1.3.0 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.18.1 dune-configurator.3.18.1 ezjsonm.1.3.0 fmt.0.10.0 hex.1.5.0 jsonm.1.0.2 logs.0.8.0 lwt.5.9.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 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppx_here.v0.16.0 ppxlib.0.36.0 ptime.1.2.0 re.1.12.0 result.1.5 seq.base sexplib0.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 uutf.1.0.4" 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 13:51.51: Using cache hint "mefyl/timmy-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f356198425fb1cefced74c4e9f585ad8af3e2a6cfa37e17dcd300a379a88c33a-ubuntu-22.04-4.14_opam-2.3-18be7c1baa734eb1511f4ffc067fa846" 2025-04-27 13:51.51: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f356198425fb1cefced74c4e9f585ad8af3e2a6cfa37e17dcd300a379a88c33a) (comment ubuntu-22.04-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 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && 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.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 cmdliner.1.3.0 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.18.1 dune-configurator.3.18.1 ezjsonm.1.3.0 fmt.0.10.0 hex.1.5.0 jsonm.1.0.2 logs.0.8.0 lwt.5.9.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 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppx_here.v0.16.0 ppxlib.0.36.0 ptime.1.2.0 re.1.12.0 result.1.5 seq.base sexplib0.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 uutf.1.0.4") (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 13:51.51: Waiting for resource in pool OCluster 2025-04-27 13:51.52: Waiting for worker… 2025-04-27 13:51.52: Got resource from pool OCluster Building on x86-bm-c7.sw.ocaml.org HEAD is now at 7255118 Drop deprecated js type specifications. HEAD is now at 9a1ab3c Drop deprecated js type specifications. (from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f356198425fb1cefced74c4e9f585ad8af3e2a6cfa37e17dcd300a379a88c33a) Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f356198425fb1cefced74c4e9f585ad8af3e2a6cfa37e17dcd300a379a88c33a' locally docker.io/ocaml/opam@sha256:f356198425fb1cefced74c4e9f585ad8af3e2a6cfa37e17dcd300a379a88c33a: Pulling from ocaml/opam edcbc2479eb0: Pulling fs layer edcbc2479eb0: Download complete edcbc2479eb0: Pull complete Digest: sha256:f356198425fb1cefced74c4e9f585ad8af3e2a6cfa37e17dcd300a379a88c33a Status: Downloaded newer image for ocaml/opam@sha256:f356198425fb1cefced74c4e9f585ad8af3e2a6cfa37e17dcd300a379a88c33a 2025-04-27 13:51.56 ---> saved as "7afea5af6d5710fa945dee2ff2d2d177f77a44baa2de05493d6eb3b58b8c752c" /: (comment ubuntu-22.04-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-04-27 13:51.56 Waiting for previous build to finish cancelling 2025-04-27 13:51.56 ---> saved as "f01e905b42f14f5b78a9c6e652fb0d55c99dc0904433a9fce9c4da5bdaf31e73" /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] Initialised 2025-04-27 13:52.27 ---> saved as "9497597ae828aaebe5839477f1eba538800c109cc63894e8c480072eb08afd10" /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-04-27 13:52.27 ---> saved as "3f914a1b542befedd92bb21bdb396484ba039ae89fcc6e618540395f110c5134" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-04-27 13:52.27 ---> saved as "f9f9d448aeb5f23e9bfa34b194c9ad02fc036a12d2dfac9badf3b47e97128f71" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 34a3fc46c3..8106bcf57f master -> origin/master 442eddb8a3 Merge pull request #27761 from maiste/release-dune-3.18.1 <><> 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 13:52.53 ---> saved as "971716c6c3d46f037a9195cf6d53027c298dcd8687b21b540e33681f54b848b7" /src: (run (shell "mkdir -p 'opam/'")) 2025-04-27 13:52.53 ---> saved as "69585b72542bd68964be155713d9483c70d632f48e0e97a5e731feba5ed34417" /src: (copy (src timmy.opam timmy-unix.opam timmy-timezones.opam timmy-lwt.opam) (dst ./)) 2025-04-27 13:52.53 ---> saved as "83fca3398ee08df453c3f6ad3194e3fa2dc1236d3b0c8306f22dba9c36c8c22e" /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 13:52.53 ---> saved as "a7fba58dd2cc7f449334118cfbaf25f3abda20842380cf4153f9b3f46c166817" /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 13:53.37 ---> saved as "1539346fe3d7cda1cf4b6eaac8110361b8e3d3fca86bf2a0a1ff3124cb448e44" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project' && \ \necho '(lang dune 3.0)' > 'opam/dune-project'")) 2025-04-27 13:53.37 ---> saved as "ab67ac691c2f4c38befc2c908a55eded112bd9346ec34b885732bbf9f6e9f0a9" /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 cmdliner.1.3.0 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.18.1 dune-configurator.3.18.1 ezjsonm.1.3.0 fmt.0.10.0 hex.1.5.0 jsonm.1.0.2 logs.0.8.0 lwt.5.9.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 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppx_here.v0.16.0 ppxlib.0.36.0 ptime.1.2.0 re.1.12.0 result.1.5 seq.base sexplib0.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 uutf.1.0.4") /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" - Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Get:2 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2844 kB] - Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:4 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1244 kB] - Get:5 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [4118 kB] - Get:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [4272 kB] - Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3154 kB] - Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1543 kB] - Get:11 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB] - Fetched 17.6 MB in 2s (10.3 MB/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-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: tzdata <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "tzdata" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package tzdata. - (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 ... 15645 files and directories currently installed.) - Preparing to unpack .../tzdata_2025b-0ubuntu0.22.04_all.deb ... - Unpacking tzdata (2025b-0ubuntu0.22.04) ... - Setting up tzdata (2025b-0ubuntu0.22.04) ... - - Current default time zone: 'Europe/London' - Local time is now: Sun Apr 27 14:53:57 BST 2025. - Universal Time is now: Sun Apr 27 13:53:57 UTC 2025. - Run 'dpkg-reconfigure tzdata' if you wish to change it. - 2025-04-27 13:53.57 ---> saved as "07d9f16719a6b3e9ac7eb3c46b88fcfe0d741d67fa4881af535702782eeab34d" /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 40 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 cmdliner 1.3.0 - install conf-tzdata 1 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install dune 3.18.1 - install dune-configurator 3.18.1 - install ezjsonm 1.3.0 - install fmt 0.10.0 - install hex 1.5.0 - install jsonm 1.0.2 - install logs 0.8.0 - install lwt 5.9.1 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install ppx_derivers 1.2.1 - install ppx_deriving 6.1.0 - install ppx_here v0.16.0 - install ppxlib 0.36.0 - install ptime 1.2.0 - install re 1.12.0 - install result 1.5 - install seq base - install sexplib0 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 uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved angstrom.0.16.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved alcotest.1.9.0, alcotest-lwt.1.9.0 (cached) -> retrieved base.v0.16.4 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-tzdata.1 -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved ezjsonm.1.3.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved hex.1.5.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved lwt.5.9.1 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_here.v0.16.0 (cached) -> retrieved ppx_deriving.6.1.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved re.1.12.0 (cached) -> retrieved result.1.5 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved timedesc.3.1.0, timedesc-tzdb.3.1.0, timedesc-tzlocal.3.1.0 (cached) -> retrieved dune.3.18.1, dune-configurator.3.18.1 (cached) -> retrieved ppxlib.0.36.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved uutf.1.0.4 (cached) -> installed cmdliner.1.3.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.0.8 -> installed uutf.1.0.4 -> installed fmt.0.10.0 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed dune.3.18.1 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed cstruct.6.2.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.12.0 -> installed cppo.1.8.0 -> installed result.1.5 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed hex.1.5.0 -> installed timedesc-tzdb.3.1.0 -> installed timedesc-tzlocal.3.1.0 -> installed ezjsonm.1.3.0 -> installed ocplib-endian.1.2 -> installed alcotest.1.9.0 -> installed dune-configurator.3.18.1 -> installed bigstringaf.0.10.0 -> installed angstrom.0.16.1 -> installed timedesc.3.1.0 -> installed lwt.5.9.1 -> installed logs.0.8.0 -> installed alcotest-lwt.1.9.0 -> installed base.v0.16.4 -> installed ppxlib.0.36.0 -> installed ppx_here.v0.16.0 -> installed ppx_deriving.6.1.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-04-27 13:55.08 ---> saved as "abcee2f6cce2ec851d4b6d0d8add3647e018f63ffa271803f9295ef10a8ac2f6" /src: (copy (src .) (dst /src)) 2025-04-27 13:55.08 ---> saved as "d6bdb4dde5f87b87d586bba98a0333693ae7552ee2a98c47ed0e0003ee65e80c" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 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 ".logistic/dune/extdeps/dune", line 6, characters 50-55: 6 | (libraries cmdliner fmt opam-file-format sexplib stdio unix)) ^^^^^ Error: Library "stdio" not found. -> required by _build/default/.logistic/dune/extdeps/.extdeps.eobjs/byte/dune__exe__Extdeps.cmi -> required by alias .logistic/dune/extdeps/check (cd _build/default/timmy-unix/tests && ./test.exe) Testing `Timmy-unix'. This run has ID `M5NDBE2W'. [OK] timezone 0 daylight saving. [OK] timezone 1 timezone_name. Full test results in `/src/_build/default/timmy-unix/tests/_build/_tests/Timmy-unix'. Test Successful in 0.000s. 2 tests run. (cd _build/default/timmy-lwt/tests && ./engine_virtual.exe) Testing `timmy-lwt.virtual'. This run has ID `V8C35BRM'. [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/tests && ./test.exe) Testing `Timmy'. This run has ID `SJLYOD31'. [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.004s. 20 tests run. (cd _build/default/timmy-lwt/tests && ./ticker.exe) Testing `Picker'. This run has ID `KFO8Y3YF'. [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.002s. 4 tests run. (cd _build/default/timmy-timezones/tests && ./tests.exe) Testing `timmy-timezones'. This run has ID `84GEI3YX'. [OK] local 0 common_tz_ok. [OK] local 1 back_and_forth_daytime. [OK] common 0 common_timezone_test. Full test results in `/src/_build/default/timmy-timezones/tests/_build/_tests/timmy-timezones'. Test Successful in 0.052s. 3 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 13:55.12: Job failed: Failed: Build failed