2025-11-28 11:39.18: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/master (67316fa81e9d7d36d92823a5457087815b914292) (linux-x86_64:opensuse-16.0-4.14_opam-2.4)Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mefyl/timmy.git" -b "master" && cd "timmy" && git reset --hard 67316fa8cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470# opensuse-16.0-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -uRUN 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.1 alcotest-lwt.1.9.1 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.2.1.0 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 ezjsonm.1.3.0 fmt.0.11.0 gen.1.1 hex.1.5.0 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-ppx.6.2.0 jsonm.1.0.2 logs.0.10.0 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.1 ppx_here.v0.16.0 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 result.1.5 sedlex.3.7 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.1.1 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y timmy.dev timmy-unix.dev timmy-timezones.dev timmy-lwt.dev timmy-jsoo.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-11-28 11:39.18: Using cache hint "mefyl/timmy-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470-opensuse-16.0-4.14_opam-2.4-a295e70c99614e2d438e6af6594e8012"2025-11-28 11:39.18: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470)(comment opensuse-16.0-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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.1 alcotest-lwt.1.9.1 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.2.1.0 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 ezjsonm.1.3.0 fmt.0.11.0 gen.1.1 hex.1.5.0 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-ppx.6.2.0 jsonm.1.0.2 logs.0.10.0 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.1 ppx_here.v0.16.0 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 result.1.5 sedlex.3.7 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.1.1 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.4 --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-11-28 11:39.18: Waiting for resource in pool OCluster2025-11-28 11:39.19: Waiting for worker…2025-11-28 11:39.19: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 67316fa Merge subtree logistic.(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470)Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470' locallydocker.io/ocaml/opam@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470: Pulling from ocaml/opam64cfa2a65095: Pulling fs layer320fd2571c69: Pulling fs layere3128b2a1cd4: Pulling fs layeracce8b1619ff: Pulling fs layer11d985658944: Pulling fs layer5c5b58d580a7: Pulling fs layer5e75b627cbd3: Pulling fs layer568326b7a1a6: Pulling fs layerfda6a824b52a: Pulling fs layer61eb3722d665: Pulling fs layeracce8b1619ff: Waiting11d985658944: Waiting3ee891d6bc98: Pulling fs layerfbebbe6d7e78: Pulling fs layer5c5b58d580a7: Waitingffdc4923f4d8: Pulling fs layerb3cefc22657f: Pulling fs layer0f65b5048a68: Pulling fs layer5e75b627cbd3: Waitingfdafa843400a: Pulling fs layer568326b7a1a6: Waiting61eb3722d665: Waiting675d43fcc48d: Pulling fs layer3ee891d6bc98: Waitingffdc4923f4d8: Waiting0f65b5048a68: Waitingfbebbe6d7e78: Waiting4f4fb700ef54: Pulling fs layer675d43fcc48d: Waitingfdafa843400a: Waitingb3cefc22657f: Waitingfda6a824b52a: Waiting07c46357da3e: Pulling fs layer4f4fb700ef54: Waitingc2952720b4b8: Pulling fs layer0def37599331: Pulling fs layer07c46357da3e: Waitingc2952720b4b8: Waiting0215fec64307: Pulling fs layer0def37599331: Waiting1e114b6e0b99: Pulling fs layer0215fec64307: Waiting8be8727cf2d4: Pulling fs layer1e114b6e0b99: Waiting07ea0cd9caad: Pulling fs layer8be8727cf2d4: Waiting219aa75ada64: Pulling fs layer07ea0cd9caad: Waiting4f733390fc25: Pulling fs layer47822bfd74c9: Pulling fs layer4f733390fc25: Waiting219aa75ada64: Waiting55ac5afcc236: Pulling fs layer47822bfd74c9: Waiting81a12f7ea306: Pulling fs layerdc735bc4d209: Pulling fs layer55ac5afcc236: Waiting81a12f7ea306: Waiting8099339dfa3d: Pulling fs layer18db35b7babc: Pulling fs layerdc735bc4d209: Waiting2c554e7edcff: Pulling fs layer18db35b7babc: Waiting8099339dfa3d: Waiting037020dca856: Pulling fs layer8c3fd11b2030: Pulling fs layer2c554e7edcff: Waiting6c0580d03e26: Pulling fs layer037020dca856: Waiting8c3fd11b2030: Waitingf75204f60aae: Pulling fs layercf877fea4c97: Pulling fs layer6c0580d03e26: Waitingf75204f60aae: Waitingcf877fea4c97: Waiting7dbd76c662c0: Pulling fs layer7dbd76c662c0: Waiting320fd2571c69: Verifying Checksum320fd2571c69: Download complete64cfa2a65095: Verifying Checksum64cfa2a65095: Download complete11d985658944: Verifying Checksum11d985658944: Download complete5c5b58d580a7: Verifying Checksum5c5b58d580a7: Download complete5e75b627cbd3: Verifying Checksum5e75b627cbd3: Download complete568326b7a1a6: Verifying Checksum568326b7a1a6: Download completefda6a824b52a: Verifying Checksumfda6a824b52a: Download completeacce8b1619ff: Verifying Checksumacce8b1619ff: Download complete61eb3722d665: Verifying Checksum61eb3722d665: Download complete64cfa2a65095: Pull complete320fd2571c69: Pull complete3ee891d6bc98: Verifying Checksum3ee891d6bc98: Download completee3128b2a1cd4: Verifying Checksume3128b2a1cd4: Download completefbebbe6d7e78: Verifying Checksumfbebbe6d7e78: Download completeffdc4923f4d8: Verifying Checksumffdc4923f4d8: Download complete0f65b5048a68: Verifying Checksum0f65b5048a68: Download completeb3cefc22657f: Verifying Checksumb3cefc22657f: Download completefdafa843400a: Download complete675d43fcc48d: Verifying Checksum675d43fcc48d: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete07c46357da3e: Download completec2952720b4b8: Verifying Checksumc2952720b4b8: Download complete0def37599331: Download complete0215fec64307: Verifying Checksum0215fec64307: Download complete1e114b6e0b99: Verifying Checksum1e114b6e0b99: Download complete8be8727cf2d4: Verifying Checksum8be8727cf2d4: Download complete07ea0cd9caad: Verifying Checksum07ea0cd9caad: Download complete219aa75ada64: Download complete4f733390fc25: Verifying Checksum4f733390fc25: Download complete47822bfd74c9: Verifying Checksum47822bfd74c9: Download complete55ac5afcc236: Verifying Checksum55ac5afcc236: Download complete81a12f7ea306: Verifying Checksum81a12f7ea306: Download complete8099339dfa3d: Verifying Checksum8099339dfa3d: Download complete2c554e7edcff: Download complete037020dca856: Verifying Checksum037020dca856: Download complete8c3fd11b2030: Verifying Checksum8c3fd11b2030: Download completee3128b2a1cd4: Pull complete18db35b7babc: Verifying Checksum18db35b7babc: Download completef75204f60aae: Verifying Checksumf75204f60aae: Download complete6c0580d03e26: Verifying Checksum6c0580d03e26: Download completecf877fea4c97: Download complete7dbd76c662c0: Verifying Checksum7dbd76c662c0: Download completedc735bc4d209: Verifying Checksumdc735bc4d209: Download completeacce8b1619ff: Pull complete11d985658944: Pull complete5c5b58d580a7: Pull complete5e75b627cbd3: Pull complete568326b7a1a6: Pull completefda6a824b52a: Pull complete61eb3722d665: Pull complete3ee891d6bc98: Pull completefbebbe6d7e78: Pull completeffdc4923f4d8: Pull completeb3cefc22657f: Pull complete0f65b5048a68: Pull completefdafa843400a: Pull complete675d43fcc48d: Pull complete4f4fb700ef54: Pull complete07c46357da3e: Pull completec2952720b4b8: Pull complete0def37599331: Pull complete0215fec64307: Pull complete1e114b6e0b99: Pull complete8be8727cf2d4: Pull complete07ea0cd9caad: Pull complete219aa75ada64: Pull complete4f733390fc25: Pull complete47822bfd74c9: Pull complete55ac5afcc236: Pull complete81a12f7ea306: Pull completedc735bc4d209: Pull complete8099339dfa3d: Pull complete18db35b7babc: Pull complete2c554e7edcff: Pull complete037020dca856: Pull complete8c3fd11b2030: Pull complete6c0580d03e26: Pull completef75204f60aae: Pull completecf877fea4c97: Pull complete7dbd76c662c0: Pull completeDigest: sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470Status: Downloaded newer image for ocaml/opam@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d24702025-11-28 11:39.21 ---> using "d16d0385364a25306ee0e7c4f9cb5e02af56115cf596dae7409ac3fce0d63c60" from cache/: (comment opensuse-16.0-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-28 11:39.21 ---> using "ed06bd6e9dbccb5fe5d4f34fb01cc216015b0ff76e902ea14418780480a53299" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-28 11:39.21 ---> using "90c42445ac0866f756e188809060e80ff7fac97e0e8de4b24129dd7a2f85d47f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.14.22.4.12025-11-28 11:39.21 ---> using "4bee9cb334766cf5743c67217d8863987a8c0d1224d008c2d596ba35e8e63e4a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-28 11:39.21 ---> using "349ba478a607621bea20c69a756caee0e3c7c11e56a3d2552ce0ac8668007d91" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD2ec6d6cc92..eb45f7ec86 master -> origin/master8a324a5b99 Add: cmdliner.2.1.0 (#28962)<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), 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-11-28 11:39.21 ---> using "9cc4fbc3e9ab7e42a70a126bc52aa03dfa99342686030ce86dd4db95c8c901e1" from cache/src: (run (shell "mkdir -p 'opam/'"))2025-11-28 11:39.21 ---> using "b4fd98b6ac1cf238de470a6c3d54ca30dbb62428fc083e59abf80ee448223551" from cache/src: (copy (src timmy.opam timmy-unix.opam timmy-timezones.opam timmy-lwt.opam timmy-jsoo.opam)(dst ./))2025-11-28 11:39.21 ---> using "4704823316994dabc9126f73a529c52cba46ee35c0bfbb18fadc9e3052408d67" from cache/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-11-28 11:39.21 ---> saved as "ec6de24b3c6219047e81afd043df06113eebd99a6456f2d0d073c974bc31575c"/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)[NOTE] Package timmy-timezones does not exist in opam repositories registered in the current switch.[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)[NOTE] Package timmy-windows does not exist in opam repositories registered in the current switch.[timmy-windows.dev] synchronised (file:///src/opam)timmy-windows is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-unix-windows does not exist in opam repositories registered in the current switch.[timmy-unix-windows.dev] synchronised (file:///src/opam)timmy-unix-windows is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-unix-macos does not exist in opam repositories registered in the current switch.[timmy-unix-macos.dev] synchronised (file:///src/opam)timmy-unix-macos is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-unix-ios does not exist in opam repositories registered in the current switch.[timmy-unix-ios.dev] synchronised (file:///src/opam)timmy-unix-ios is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-unix-android does not exist in opam repositories registered in the current switch.[timmy-unix-android.dev] synchronised (file:///src/opam)timmy-unix-android is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-timezones-windows does not exist in opam repositories registered in the current switch.[timmy-timezones-windows.dev] synchronised (file:///src/opam)timmy-timezones-windows is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-timezones-macos does not exist in opam repositories registered in the current switch.[timmy-timezones-macos.dev] synchronised (file:///src/opam)timmy-timezones-macos is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-timezones-ios does not exist in opam repositories registered in the current switch.[timmy-timezones-ios.dev] synchronised (file:///src/opam)timmy-timezones-ios is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-timezones-android does not exist in opam repositories registered in the current switch.[timmy-timezones-android.dev] synchronised (file:///src/opam)timmy-timezones-android is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-macos does not exist in opam repositories registered in the current switch.[timmy-macos.dev] synchronised (file:///src/opam)timmy-macos is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-lwt-windows does not exist in opam repositories registered in the current switch.[timmy-lwt-windows.dev] synchronised (file:///src/opam)timmy-lwt-windows is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-lwt-macos does not exist in opam repositories registered in the current switch.[timmy-lwt-macos.dev] synchronised (file:///src/opam)timmy-lwt-macos is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-lwt-ios does not exist in opam repositories registered in the current switch.[timmy-lwt-ios.dev] synchronised (file:///src/opam)timmy-lwt-ios is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-lwt-android does not exist in opam repositories registered in the current switch.[timmy-lwt-android.dev] synchronised (file:///src/opam)timmy-lwt-android is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-jsoo-windows does not exist in opam repositories registered in the current switch.[timmy-jsoo-windows.dev] synchronised (file:///src/opam)timmy-jsoo-windows is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-jsoo-macos does not exist in opam repositories registered in the current switch.[timmy-jsoo-macos.dev] synchronised (file:///src/opam)timmy-jsoo-macos is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-jsoo-ios does not exist in opam repositories registered in the current switch.[timmy-jsoo-ios.dev] synchronised (file:///src/opam)timmy-jsoo-ios is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-jsoo-android does not exist in opam repositories registered in the current switch.[timmy-jsoo-android.dev] synchronised (file:///src/opam)timmy-jsoo-android is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-ios does not exist in opam repositories registered in the current switch.[timmy-ios.dev] synchronised (file:///src/opam)timmy-ios is now pinned to file:///src/opam (version dev)[NOTE] Package timmy-android does not exist in opam repositories registered in the current switch.[timmy-android.dev] synchronised (file:///src/opam)timmy-android is now pinned to file:///src/opam (version dev)2025-11-28 11:39.38 ---> saved as "9ac95f7921627186e65a00247f130760de52b43386cb5ca33ff04c2f52d64fe4"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project' && \\necho '(lang dune 3.0)' > 'opam/dune-project'"))2025-11-28 11:39.39 ---> saved as "721359b667ea0f7d0ff1e545a9d19ec202f27c6e6a6ad8ae3a6a8fc5efca93e3"/src: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 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.2.1.0 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 ezjsonm.1.3.0 fmt.0.11.0 gen.1.1 hex.1.5.0 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-ppx.6.2.0 jsonm.1.0.2 logs.0.10.0 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.1 ppx_here.v0.16.0 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 result.1.5 sedlex.3.7 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.1.1 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.4 --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"- Repository 'repo-openh264 (16.0)' is up to date.- Retrieving repository 'repo-oss (16.0)' metadata [.- .- Looking for gpg keys in repository repo-oss (16.0).- gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key- ..-- Note: Received 1 new package signing key from repository "repo-oss (16.0)":-- Those additional keys are usually used to sign packages shipped by the repository. In order to- validate those packages upon download and installation the new keys will be imported into the rpm- database.-- New:- Key Fingerprint: F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0- Key Name: openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>- Key Algorithm: RSA 4096- Key Created: Wed May 10 14:46:12 2023- Key Expires: Sun May 9 14:46:12 2027- Rpm Name: gpg-pubkey-25db7ae0-645bae34-- The repository metadata introducing the new keys have been signed and validated by the trusted- key:-- Repository: repo-oss (16.0)- Key Fingerprint: AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4- Key Name: openSUSE Project Signing Key <opensuse@opensuse.org>- Key Algorithm: RSA 4096- Key Created: Mon Jun 20 14:03:14 2022- Key Expires: Fri Jun 19 14:03:14 2026- Rpm Name: gpg-pubkey-29b700a4-62b07e22-- .- .......- ..........- ..........- .......done]- Building repository 'repo-oss (16.0)' cache [..- ..done]- 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"- Refreshing service 'openSUSE'.- Loading repository data...- Reading installed packages...- Resolving package dependencies...-- The following 9 NEW packages are going to be installed:- libbrotlienc1 libcares2 libicu77 libicu77-ledata nodejs-common nodejs-default nodejs22 npm-default npm22-- 9 new packages to install.-- Package download size: 27.4 MiB-- Package install size change:- | 106.5 MiB required by packages that will be installed- 106.5 MiB | - 0 B released by packages that will be removed-- Backend: classic_rpmtrans- Continue? [y/n/v/...? shows all options] (y): y- Preloading Packages [..- Preloading: nodejs-common-6.1-160000.3.2.x86_64.rpm [done]- ..- Preloading: libbrotlienc1-1.1.0-160000.2.2.x86_64.rpm [done]- .- Preloading: nodejs-default-6.1-160000.3.2.x86_64.rpm [done]- .- .- Preloading: libicu77-77.1-160000.2.2.x86_64.rpm [done]- ..- ..- .- Preloading: nodejs22-22.15.1-160000.2.2.x86_64.rpm [done]- ..- ..-- Preloading: libicu77-ledata-77.1-160000.2.2.noarch.rpm [done]- .- Preloading: npm-default-6.1-160000.3.2.x86_64.rpm [done]- ...-- Preloading: npm22-22.15.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libcares2-1.34.5-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]- ..- Preloading: libcares2-1.34.5-160000.2.2.x86_64.rpm [done]- .done]- Retrieving: libbrotlienc1-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (1/9), 263.6 KiB- Retrieving: libcares2-1.34.5-160000.2.2.x86_64 (repo-oss (16.0)) (2/9), 139.7 KiB- Retrieving: libicu77-ledata-77.1-160000.2.2.noarch (repo-oss (16.0)) (3/9), 8.6 MiB- Retrieving: libicu77-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (4/9), 2.1 MiB- Retrieving: nodejs-common-6.1-160000.3.2.x86_64 (repo-oss (16.0)) (5/9), 14.4 KiB- Retrieving: nodejs22-22.15.1-160000.2.2.x86_64 (repo-oss (16.0)) (6/9), 14.3 MiB- Retrieving: nodejs-default-6.1-160000.3.2.x86_64 (repo-oss (16.0)) (7/9), 9.2 KiB- Retrieving: npm22-22.15.1-160000.2.2.x86_64 (repo-oss (16.0)) (8/9), 2.0 MiB- Retrieving: npm-default-6.1-160000.3.2.x86_64 (repo-oss (16.0)) (9/9), 9.1 KiB-- Checking for file conflicts: [...done]- (1/9) Installing: libbrotlienc1-1.1.0-160000.2.2.x86_64 [..done]- (2/9) Installing: libcares2-1.34.5-160000.2.2.x86_64 [..done]- (3/9) Installing: libicu77-ledata-77.1-160000.2.2.noarch [.- ..done]- (4/9) Installing: libicu77-77.1-160000.2.2.x86_64 [..done]- (5/9) Installing: nodejs-common-6.1-160000.3.2.x86_64 [..done]- (6/9) Installing: nodejs22-22.15.1-160000.2.2.x86_64 [....done]- (7/9) Installing: nodejs-default-6.1-160000.3.2.x86_64 [..done]- (8/9) Installing: npm22-22.15.1-160000.2.2.x86_64 [.....- .done]- (9/9) Installing: npm-default-6.1-160000.3.2.x86_64 [..done]- Running post-transaction scripts [...done]2025-11-28 11:40.17 ---> saved as "93f280d48f457c8397f4c47b914239fe6b8e11518c7c0510246c07a76cf264ce"/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 51 packages- install alcotest 1.9.1- install alcotest-lwt 1.9.1- 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 2.1.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.20.2- install dune-configurator 3.20.2- install ezjsonm 1.3.0- install fmt 0.11.0- install gen 1.1- install hex 1.5.0- install js_of_ocaml 6.2.0- install js_of_ocaml-compiler 6.2.0- install js_of_ocaml-ppx 6.2.0- install jsonm 1.0.2- install logs 0.10.0- install lwt 5.9.2- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- 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.1- install ppx_here v0.16.0- install ppxlib 0.37.0- install ptime 1.2.0- install re 1.14.0- install result 1.5- install sedlex 3.7- 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.1.1- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved base.v0.16.4 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-tzdata.1-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> installed conf-npm.1-> retrieved ezjsonm.1.3.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved gen.1.1 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0, js_of_ocaml-ppx.6.2.0 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> installed cmdliner.2.1.0-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved ppx_here.v0.16.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sedlex.3.7 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved timedesc.3.1.0, timedesc-tzdb.3.1.0, timedesc-tzlocal.3.1.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.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed dune.3.20.2-> installed jsonm.1.0.2-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed gen.1.1-> installed menhirCST.20250912-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed ppx_derivers.1.2.1-> installed re.1.14.0-> installed result.1.5-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed ocplib-endian.1.2-> installed hex.1.5.0-> installed timedesc-tzdb.3.1.0-> installed timedesc-tzlocal.3.1.0-> installed ezjsonm.1.3.0-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed timedesc.3.1.0-> installed lwt.5.9.2-> installed base.v0.16.4-> installed menhir.20250912-> installed ppxlib.0.37.0-> installed ppx_here.v0.16.0-> installed ppx_deriving.6.1.1-> installed sedlex.3.7-> installed js_of_ocaml-compiler.6.2.0-> installed logs.0.10.0-> installed alcotest-lwt.1.9.1-> installed js_of_ocaml.6.2.0-> installed js_of_ocaml-ppx.6.2.0Done.# To update the current shell environment, run: eval $(opam env)2025-11-28 11:41.43 ---> saved as "5c17239ea3d4dec702bd61ac6d6c8a62b7cc5491fa1e0ea6a179ec318d882296"/src: (copy (src .) (dst /src))2025-11-28 11:41.44 ---> saved as "fc317b44884b6e3b653c8887251f17bfffac9645ea389da45dab527d467e75b0"/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-projectHint: run dune pkg lock"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-11-28 11:41.44: Job failed: Failed: Build failed