2025-11-28 11:43.00: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/master (7c1d87ba898847d5000a3b2d8bc717546be69118) (linux-x86_64:opensuse-16.0-4.14_opam-2.4) Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470 Opam project build To reproduce locally: git clone --recursive "https://github.com/mefyl/timmy.git" -b "master" && cd "timmy" && git reset --hard 7c1d87ba cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470 # opensuse-16.0-4.14_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u RUN mkdir -p 'opam/' COPY --chown=1000:1000 timmy.opam timmy-unix.opam timmy-timezones.opam timmy-lwt.opam timmy-jsoo.opam ./ COPY --chown=1000:1000 opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-unix-ios.opam opam/timmy-unix-android.opam opam/timmy-timezones-windows.opam opam/timmy-timezones-macos.opam opam/timmy-timezones-ios.opam opam/timmy-timezones-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-ios.opam opam/timmy-lwt-android.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/timmy-jsoo-ios.opam opam/timmy-jsoo-android.opam opam/timmy-ios.opam opam/timmy-android.opam opam/ RUN opam pin add -yn timmy.dev './' && \ opam pin add -yn timmy-unix.dev './' && \ opam pin add -yn timmy-timezones.dev './' && \ opam pin add -yn timmy-lwt.dev './' && \ opam pin add -yn timmy-jsoo.dev './' && \ opam pin add -yn timmy-windows.dev 'opam/' && \ opam pin add -yn timmy-unix-windows.dev 'opam/' && \ opam pin add -yn timmy-unix-macos.dev 'opam/' && \ opam pin add -yn timmy-unix-ios.dev 'opam/' && \ opam pin add -yn timmy-unix-android.dev 'opam/' && \ opam pin add -yn timmy-timezones-windows.dev 'opam/' && \ opam pin add -yn timmy-timezones-macos.dev 'opam/' && \ opam pin add -yn timmy-timezones-ios.dev 'opam/' && \ opam pin add -yn timmy-timezones-android.dev 'opam/' && \ opam pin add -yn timmy-macos.dev 'opam/' && \ opam pin add -yn timmy-lwt-windows.dev 'opam/' && \ opam pin add -yn timmy-lwt-macos.dev 'opam/' && \ opam pin add -yn timmy-lwt-ios.dev 'opam/' && \ opam pin add -yn timmy-lwt-android.dev 'opam/' && \ opam pin add -yn timmy-jsoo-windows.dev 'opam/' && \ opam pin add -yn timmy-jsoo-macos.dev 'opam/' && \ opam pin add -yn timmy-jsoo-ios.dev 'opam/' && \ opam pin add -yn timmy-jsoo-android.dev 'opam/' && \ opam pin add -yn timmy-ios.dev 'opam/' && \ opam pin add -yn timmy-android.dev 'opam/' RUN echo '(lang dune 3.0)' > './dune-project' && \ echo '(lang dune 3.0)' > 'opam/dune-project' ENV DEPS="alcotest.1.9.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 $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-11-28 11:43.00: 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:43.00: 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:43.00: Waiting for resource in pool OCluster 2025-11-28 11:43.00: Waiting for worker… 2025-11-28 11:43.00: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 7c1d87b 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' locally docker.io/ocaml/opam@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470: Pulling from ocaml/opam 64cfa2a65095: Pulling fs layer 320fd2571c69: Pulling fs layer e3128b2a1cd4: Pulling fs layer acce8b1619ff: Pulling fs layer 11d985658944: Pulling fs layer 5c5b58d580a7: Pulling fs layer 5e75b627cbd3: Pulling fs layer 568326b7a1a6: Pulling fs layer fda6a824b52a: Pulling fs layer 61eb3722d665: Pulling fs layer acce8b1619ff: Waiting 11d985658944: Waiting 3ee891d6bc98: Pulling fs layer fbebbe6d7e78: Pulling fs layer 5c5b58d580a7: Waiting ffdc4923f4d8: Pulling fs layer b3cefc22657f: Pulling fs layer 0f65b5048a68: Pulling fs layer 5e75b627cbd3: Waiting fdafa843400a: Pulling fs layer 568326b7a1a6: Waiting 61eb3722d665: Waiting 675d43fcc48d: Pulling fs layer 3ee891d6bc98: Waiting ffdc4923f4d8: Waiting 0f65b5048a68: Waiting fbebbe6d7e78: Waiting 4f4fb700ef54: Pulling fs layer 675d43fcc48d: Waiting fdafa843400a: Waiting b3cefc22657f: Waiting fda6a824b52a: Waiting 07c46357da3e: Pulling fs layer 4f4fb700ef54: Waiting c2952720b4b8: Pulling fs layer 0def37599331: Pulling fs layer 07c46357da3e: Waiting c2952720b4b8: Waiting 0215fec64307: Pulling fs layer 0def37599331: Waiting 1e114b6e0b99: Pulling fs layer 0215fec64307: Waiting 8be8727cf2d4: Pulling fs layer 1e114b6e0b99: Waiting 07ea0cd9caad: Pulling fs layer 8be8727cf2d4: Waiting 219aa75ada64: Pulling fs layer 07ea0cd9caad: Waiting 4f733390fc25: Pulling fs layer 47822bfd74c9: Pulling fs layer 4f733390fc25: Waiting 219aa75ada64: Waiting 55ac5afcc236: Pulling fs layer 47822bfd74c9: Waiting 81a12f7ea306: Pulling fs layer dc735bc4d209: Pulling fs layer 55ac5afcc236: Waiting 81a12f7ea306: Waiting 8099339dfa3d: Pulling fs layer 18db35b7babc: Pulling fs layer dc735bc4d209: Waiting 2c554e7edcff: Pulling fs layer 18db35b7babc: Waiting 8099339dfa3d: Waiting 037020dca856: Pulling fs layer 8c3fd11b2030: Pulling fs layer 2c554e7edcff: Waiting 6c0580d03e26: Pulling fs layer 037020dca856: Waiting 8c3fd11b2030: Waiting f75204f60aae: Pulling fs layer cf877fea4c97: Pulling fs layer 6c0580d03e26: Waiting f75204f60aae: Waiting cf877fea4c97: Waiting 7dbd76c662c0: Pulling fs layer 7dbd76c662c0: Waiting 320fd2571c69: Verifying Checksum 320fd2571c69: Download complete 64cfa2a65095: Verifying Checksum 64cfa2a65095: Download complete 11d985658944: Verifying Checksum 11d985658944: Download complete 5c5b58d580a7: Verifying Checksum 5c5b58d580a7: Download complete 5e75b627cbd3: Verifying Checksum 5e75b627cbd3: Download complete 568326b7a1a6: Verifying Checksum 568326b7a1a6: Download complete fda6a824b52a: Verifying Checksum fda6a824b52a: Download complete acce8b1619ff: Verifying Checksum acce8b1619ff: Download complete 61eb3722d665: Verifying Checksum 61eb3722d665: Download complete 64cfa2a65095: Pull complete 320fd2571c69: Pull complete 3ee891d6bc98: Verifying Checksum 3ee891d6bc98: Download complete e3128b2a1cd4: Verifying Checksum e3128b2a1cd4: Download complete fbebbe6d7e78: Verifying Checksum fbebbe6d7e78: Download complete ffdc4923f4d8: Verifying Checksum ffdc4923f4d8: Download complete 0f65b5048a68: Verifying Checksum 0f65b5048a68: Download complete b3cefc22657f: Verifying Checksum b3cefc22657f: Download complete fdafa843400a: Download complete 675d43fcc48d: Verifying Checksum 675d43fcc48d: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 07c46357da3e: Download complete c2952720b4b8: Verifying Checksum c2952720b4b8: Download complete 0def37599331: Download complete 0215fec64307: Verifying Checksum 0215fec64307: Download complete 1e114b6e0b99: Verifying Checksum 1e114b6e0b99: Download complete 8be8727cf2d4: Verifying Checksum 8be8727cf2d4: Download complete 07ea0cd9caad: Verifying Checksum 07ea0cd9caad: Download complete 219aa75ada64: Download complete 4f733390fc25: Verifying Checksum 4f733390fc25: Download complete 47822bfd74c9: Verifying Checksum 47822bfd74c9: Download complete 55ac5afcc236: Verifying Checksum 55ac5afcc236: Download complete 81a12f7ea306: Verifying Checksum 81a12f7ea306: Download complete 8099339dfa3d: Verifying Checksum 8099339dfa3d: Download complete 2c554e7edcff: Download complete 037020dca856: Verifying Checksum 037020dca856: Download complete 8c3fd11b2030: Verifying Checksum 8c3fd11b2030: Download complete e3128b2a1cd4: Pull complete 18db35b7babc: Verifying Checksum 18db35b7babc: Download complete f75204f60aae: Verifying Checksum f75204f60aae: Download complete 6c0580d03e26: Verifying Checksum 6c0580d03e26: Download complete cf877fea4c97: Download complete 7dbd76c662c0: Verifying Checksum 7dbd76c662c0: Download complete dc735bc4d209: Verifying Checksum dc735bc4d209: Download complete acce8b1619ff: Pull complete 11d985658944: Pull complete 5c5b58d580a7: Pull complete 5e75b627cbd3: Pull complete 568326b7a1a6: Pull complete fda6a824b52a: Pull complete 61eb3722d665: Pull complete 3ee891d6bc98: Pull complete fbebbe6d7e78: Pull complete ffdc4923f4d8: Pull complete b3cefc22657f: Pull complete 0f65b5048a68: Pull complete fdafa843400a: Pull complete 675d43fcc48d: Pull complete 4f4fb700ef54: Pull complete 07c46357da3e: Pull complete c2952720b4b8: Pull complete 0def37599331: Pull complete 0215fec64307: Pull complete 1e114b6e0b99: Pull complete 8be8727cf2d4: Pull complete 07ea0cd9caad: Pull complete 219aa75ada64: Pull complete 4f733390fc25: Pull complete 47822bfd74c9: Pull complete 55ac5afcc236: Pull complete 81a12f7ea306: Pull complete dc735bc4d209: Pull complete 8099339dfa3d: Pull complete 18db35b7babc: Pull complete 2c554e7edcff: Pull complete 037020dca856: Pull complete 8c3fd11b2030: Pull complete 6c0580d03e26: Pull complete f75204f60aae: Pull complete cf877fea4c97: Pull complete 7dbd76c662c0: Pull complete Digest: sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470 Status: Downloaded newer image for ocaml/opam@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470 2025-11-28 11:43.02 ---> 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:43.02 ---> 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-11-28 11:43.02 ---> using "90c42445ac0866f756e188809060e80ff7fac97e0e8de4b24129dd7a2f85d47f" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-11-28 11:43.02 ---> using "4bee9cb334766cf5743c67217d8863987a8c0d1224d008c2d596ba35e8e63e4a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-11-28 11:43.02 ---> 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_HEAD 2ec6d6cc92..eb45f7ec86 master -> origin/master 8a324a5b99 Add: cmdliner.2.1.0 (#28962) <><> 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 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:43.02 ---> using "9cc4fbc3e9ab7e42a70a126bc52aa03dfa99342686030ce86dd4db95c8c901e1" from cache /src: (run (shell "mkdir -p 'opam/'")) 2025-11-28 11:43.02 ---> 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:43.02 ---> 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:43.02 ---> using "ec6de24b3c6219047e81afd043df06113eebd99a6456f2d0d073c974bc31575c" from cache /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:43.02 ---> using "9ac95f7921627186e65a00247f130760de52b43386cb5ca33ff04c2f52d64fe4" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project' && \ \necho '(lang dune 3.0)' > 'opam/dune-project'")) 2025-11-28 11:43.02 ---> using "721359b667ea0f7d0ff1e545a9d19ec202f27c6e6a6ad8ae3a6a8fc5efca93e3" from cache /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:43.02 ---> using "93f280d48f457c8397f4c47b914239fe6b8e11518c7c0510246c07a76cf264ce" from cache /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.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-11-28 11:43.02 ---> using "5c17239ea3d4dec702bd61ac6d6c8a62b7cc5491fa1e0ea6a179ec318d882296" from cache /src: (copy (src .) (dst /src)) 2025-11-28 11:43.03 ---> saved as "b8f3123732cd23758027c0f44d18b540195180e97d855e8fca41a643e244185e" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) File "dune.lock/lock.dune", line 1, characters 0-0: Error: The lock dir is not sync with your dune-project Hint: run dune pkg lock "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-11-28 11:43.03: Job failed: Failed: Build failed