2026-03-23 09:27.30: New job: test ocaml-multicore/picos https://github.com/ocaml-multicore/picos.git#refs/heads/main (5d7e5581462babc241d577eddc84aeceecbb2073) (linux-x86_64:opensuse-15.6-5.4_opam-2.5)Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/picos.git" -b "main" && cd "picos" && git reset --hard 5d7e5581cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591# opensuse-15.6-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 b479391466e5245dda12ec6a6de5f4b13b6d603f || git fetch origin master) && git reset -q --hard b479391466e5245dda12ec6a6de5f4b13b6d603f && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 picos_std.opam picos_mux.opam picos_meta.opam picos_lwt.opam picos_io_cohttp.opam picos_io.opam picos_aux.opam picos.opam ./RUN opam pin add -yn picos_std.dev './' && \opam pin add -yn picos_mux.dev './' && \opam pin add -yn picos_meta.dev './' && \opam pin add -yn picos_lwt.dev './' && \opam pin add -yn picos_io_cohttp.dev './' && \opam pin add -yn picos_io.dev './' && \opam pin add -yn picos_aux.dev './' && \opam pin add -yn picos.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.1.0 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 containers.3.18 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-local-await.1.0.1 domain-name.0.5.0 domain_shims.0.1.0 dscheck.0.5.0 dune.3.22.0 dune-configurator.3.22.0 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.2.1 ipaddr.5.6.2 ipaddr-sexp.5.6.2 js_of_ocaml.6.3.2 js_of_ocaml-compiler.6.3.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.1 macaddr.5.6.2 magic-mime.1.3.1 mdx.2.5.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.2 multicore-magic-dscheck.2.3.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 ptime.1.2.0 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-23 09:27.30: Using cache hint "ocaml-multicore/picos-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591-opensuse-15.6-5.4_opam-2.5-8ffdc6d6b7ec9a012b3125f26f5beb8e"2026-03-23 09:27.30: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591)(comment opensuse-15.6-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 b479391466e5245dda12ec6a6de5f4b13b6d603f || git fetch origin master) && git reset -q --hard b479391466e5245dda12ec6a6de5f4b13b6d603f && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src picos_std.opam picos_mux.opam picos_meta.opam picos_lwt.opam picos_io_cohttp.opam picos_io.opam picos_aux.opam picos.opam)(dst ./))(run (network host)(shell "opam pin add -yn picos_std.dev './' && \\nopam pin add -yn picos_mux.dev './' && \\nopam pin add -yn picos_meta.dev './' && \\nopam pin add -yn picos_lwt.dev './' && \\nopam pin add -yn picos_io_cohttp.dev './' && \\nopam pin add -yn picos_io.dev './' && \\nopam pin add -yn picos_aux.dev './' && \\nopam pin add -yn picos.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.1.0 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 containers.3.18 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-local-await.1.0.1 domain-name.0.5.0 domain_shims.0.1.0 dscheck.0.5.0 dune.3.22.0 dune-configurator.3.22.0 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.2.1 ipaddr.5.6.2 ipaddr-sexp.5.6.2 js_of_ocaml.6.3.2 js_of_ocaml-compiler.6.3.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.1 macaddr.5.6.2 magic-mime.1.3.1 mdx.2.5.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.2 multicore-magic-dscheck.2.3.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 ptime.1.2.0 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14")(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.5 --depext-only -y picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.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")))2026-03-23 09:27.30: Waiting for resource in pool OCluster2026-03-23 11:23.49: Waiting for worker…2026-03-23 11:28.57: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 5d7e558 Add support for OCaml 5.5(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591)Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591' locallydocker.io/ocaml/opam@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591: Pulling from ocaml/opamcf0250ddcb79: Pulling fs layer99d6228551d3: Pulling fs layereb9744e995eb: Pulling fs layer5ae1a21f2990: Pulling fs layere38ab4698354: Pulling fs layer9a5662450177: Pulling fs layer476dc93a5a76: Pulling fs layer3726ac50f1a1: Pulling fs layer5ae1a21f2990: Waitingcae38fdf66bd: Pulling fs layere38ab4698354: Waiting9a5662450177: Waiting31993a0324ec: Pulling fs layercae38fdf66bd: Waiting3726ac50f1a1: Waiting2d362c465023: Pulling fs layer31993a0324ec: Waiting7ac0c4ac1b7d: Pulling fs layerf696c93325ec: Pulling fs layer4a19fe572635: Pulling fs layer264628790d1f: Pulling fs layer2d362c465023: Waitingf696c93325ec: Waiting934484690cb7: Pulling fs layer7ac0c4ac1b7d: Waiting4a19fe572635: Waiting8ffdfee9f956: Pulling fs layer934484690cb7: Waiting264628790d1f: Waiting676e0a41c843: Pulling fs layer8ffdfee9f956: Waiting8637e8d57023: Pulling fs layer676e0a41c843: Waiting4f4fb700ef54: Pulling fs layer70a843b0e124: Pulling fs layer8637e8d57023: Waiting4f4fb700ef54: Waitinga6ee600dcedf: Pulling fs layer70a843b0e124: Waiting030ed89b21b4: Pulling fs layera6ee600dcedf: Waiting7e41148aff92: Pulling fs layer030ed89b21b4: Waiting2ab16f67a61d: Pulling fs layer9c259d4cd45b: Pulling fs layer2ab16f67a61d: Waitinga74b17d442a2: Pulling fs layer9c259d4cd45b: Waiting7e41148aff92: Waitinge80055926786: Pulling fs layera74b17d442a2: Waitingffb97e0921dc: Pulling fs layer7313cd36453e: Pulling fs layere80055926786: Waiting8fd197a1e0b6: Pulling fs layerffb97e0921dc: Waitingc8073b345e19: Pulling fs layerf56d37d0326a: Pulling fs layerc1bfcfbe1453: Pulling fs layer8fd197a1e0b6: Waiting7313cd36453e: Waiting41ff16dcdf3c: Pulling fs layerc8073b345e19: Waitingc1bfcfbe1453: Waitingcbe2a067d63a: Pulling fs layerf56d37d0326a: Waiting65ca06df0321: Pulling fs layer41ff16dcdf3c: Waitingbb9ce1267676: Pulling fs layercbe2a067d63a: Waitingf32cc46a62fc: Pulling fs layer8df21db24745: Pulling fs layerbb9ce1267676: Waiting717f71e75fbf: Pulling fs layerf32cc46a62fc: Waiting8df21db24745: Waitingf50f423e5f7d: Pulling fs layer130578962785: Pulling fs layer717f71e75fbf: Waitingeb66f1ce35ef: Pulling fs layer659b7fa104b4: Pulling fs layer130578962785: Waitingeb66f1ce35ef: Waiting659b7fa104b4: Waiting99d6228551d3: Download complete5ae1a21f2990: Verifying Checksum5ae1a21f2990: Download completee38ab4698354: Verifying Checksume38ab4698354: Download complete9a5662450177: Verifying Checksum9a5662450177: Download completeeb9744e995eb: Verifying Checksumeb9744e995eb: Download complete476dc93a5a76: Verifying Checksum476dc93a5a76: Download complete3726ac50f1a1: Verifying Checksum3726ac50f1a1: Download completecae38fdf66bd: Verifying Checksumcae38fdf66bd: Download complete31993a0324ec: Verifying Checksum31993a0324ec: Download complete7ac0c4ac1b7d: Verifying Checksum7ac0c4ac1b7d: Download completecf0250ddcb79: Verifying Checksumcf0250ddcb79: Download complete2d362c465023: Verifying Checksum2d362c465023: Download completef696c93325ec: Download complete264628790d1f: Verifying Checksum264628790d1f: Download complete4a19fe572635: Verifying Checksum4a19fe572635: Download complete934484690cb7: Verifying Checksum934484690cb7: Download complete8ffdfee9f956: Verifying Checksum8ffdfee9f956: Download complete676e0a41c843: Download complete8637e8d57023: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete70a843b0e124: Verifying Checksum70a843b0e124: Download completea6ee600dcedf: Verifying Checksuma6ee600dcedf: Download complete030ed89b21b4: Verifying Checksum030ed89b21b4: Download complete2ab16f67a61d: Download complete9c259d4cd45b: Download completea74b17d442a2: Verifying Checksuma74b17d442a2: Download completee80055926786: Verifying Checksume80055926786: Download completeffb97e0921dc: Verifying Checksumffb97e0921dc: Download complete7313cd36453e: Verifying Checksum7313cd36453e: Download complete8fd197a1e0b6: Download completec8073b345e19: Verifying Checksumc8073b345e19: Download completec1bfcfbe1453: Download completecbe2a067d63a: Verifying Checksumcbe2a067d63a: Download completecf0250ddcb79: Pull complete99d6228551d3: Pull complete65ca06df0321: Verifying Checksum65ca06df0321: Download completebb9ce1267676: Verifying Checksumbb9ce1267676: Download completef32cc46a62fc: Verifying Checksumf32cc46a62fc: Download complete8df21db24745: Verifying Checksum8df21db24745: Download complete717f71e75fbf: Verifying Checksum717f71e75fbf: Download completeeb9744e995eb: Pull completef50f423e5f7d: Verifying Checksumf50f423e5f7d: Download complete130578962785: Verifying Checksum130578962785: Download completeeb66f1ce35ef: Verifying Checksumeb66f1ce35ef: Download complete659b7fa104b4: Verifying Checksum659b7fa104b4: Download completef56d37d0326a: Verifying Checksumf56d37d0326a: Download complete41ff16dcdf3c: Verifying Checksum41ff16dcdf3c: Download complete5ae1a21f2990: Pull completee38ab4698354: Pull complete9a5662450177: Pull complete476dc93a5a76: Pull complete3726ac50f1a1: Pull completecae38fdf66bd: Pull complete31993a0324ec: Pull complete2d362c465023: Pull complete7ac0c4ac1b7d: Pull completef696c93325ec: Pull complete4a19fe572635: Pull complete264628790d1f: Pull complete934484690cb7: Pull complete8ffdfee9f956: Pull complete676e0a41c843: Pull complete8637e8d57023: Pull complete4f4fb700ef54: Pull complete70a843b0e124: Pull completea6ee600dcedf: Pull complete030ed89b21b4: Pull complete7e41148aff92: Pull complete2ab16f67a61d: Pull complete9c259d4cd45b: Pull completea74b17d442a2: Pull completee80055926786: Pull completeffb97e0921dc: Pull complete7313cd36453e: Pull complete8fd197a1e0b6: Pull completec8073b345e19: Pull completef56d37d0326a: Pull completec1bfcfbe1453: Pull complete41ff16dcdf3c: Pull completecbe2a067d63a: Pull complete65ca06df0321: Pull completebb9ce1267676: Pull completef32cc46a62fc: Pull complete8df21db24745: Pull complete717f71e75fbf: Pull completef50f423e5f7d: Pull complete130578962785: Pull completeeb66f1ce35ef: Pull complete659b7fa104b4: Pull completeDigest: sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591Status: Downloaded newer image for ocaml/opam@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c15912026-03-23 11:28.57 ---> using "c6a1131d87fe81b3c5dd0a1a137a8f5539f4e2f1fd1faba8a2efef22e8c4eba9" from cache/: (comment opensuse-15.6-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-23 11:28.57 ---> using "aba125f442ebca1613bb2dc403fa17f047432f612fe1fe553be27d9e02cd9dd7" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-23 11:28.57 ---> using "9958be451c1edb34a483a57a08196fec3220f75513964403498fe28c613b8a9f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.4.02.5.02026-03-23 11:28.57 ---> using "fcd9c1d34ef35aa901203eee22440fe414d47a07fca0ba30d8c25a578321e6ea" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-23 11:28.57 ---> using "b971d9c91a5370a63037966e03acbc1f3330aa7e4ec33858cf986917a901851d" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e b479391466e5245dda12ec6a6de5f4b13b6d603f || git fetch origin master) && git reset -q --hard b479391466e5245dda12ec6a6de5f4b13b6d603f && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD4f056bfedf..63b7ba71be master -> origin/masterb479391466 Merge pull request #29567 from mtelvers/opam-publish-ocaml-version.4.0.4<><> 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.5.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)2026-03-23 11:28.57 ---> using "b70bd1068637bedba68a57b93f6d68da46237345d260b46cb3c3f0115675e1cc" from cache/src: (copy (src picos_std.opam picos_mux.opam picos_meta.opam picos_lwt.opam picos_io_cohttp.opam picos_io.opam picos_aux.opam picos.opam)(dst ./))2026-03-23 11:28.58 ---> saved as "fd0679695220e9de135fa7074f094bb1644512da46d0b28b24a01213c58a9422"/src: (run (network host)(shell "opam pin add -yn picos_std.dev './' && \\nopam pin add -yn picos_mux.dev './' && \\nopam pin add -yn picos_meta.dev './' && \\nopam pin add -yn picos_lwt.dev './' && \\nopam pin add -yn picos_io_cohttp.dev './' && \\nopam pin add -yn picos_io.dev './' && \\nopam pin add -yn picos_aux.dev './' && \\nopam pin add -yn picos.dev './'"))[picos_std.dev] synchronised (file:///src)picos_std is now pinned to file:///src (version dev)[picos_mux.dev] synchronised (file:///src)picos_mux is now pinned to file:///src (version dev)[picos_meta.dev] synchronised (file:///src)picos_meta is now pinned to file:///src (version dev)[picos_lwt.dev] synchronised (file:///src)picos_lwt is now pinned to file:///src (version dev)[picos_io_cohttp.dev] synchronised (file:///src)picos_io_cohttp is now pinned to file:///src (version dev)[picos_io.dev] synchronised (file:///src)picos_io is now pinned to file:///src (version dev)[picos_aux.dev] synchronised (file:///src)picos_aux is now pinned to file:///src (version dev)[picos.dev] synchronised (file:///src)picos is now pinned to file:///src (version dev)2026-03-23 11:29.03 ---> saved as "bcd792bb05964e30049c1cce8d6353a1d535ae7201f4c9f9d755b5ae1ce7c007"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-23 11:29.03 ---> saved as "379a340907e185e01a28f39bc1a5ec39e6f058b7c0278c7cf7ddbb33bfaad555"/src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.1.0 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 containers.3.18 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-local-await.1.0.1 domain-name.0.5.0 domain_shims.0.1.0 dscheck.0.5.0 dune.3.22.0 dune-configurator.3.22.0 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.2.1 ipaddr.5.6.2 ipaddr-sexp.5.6.2 js_of_ocaml.6.3.2 js_of_ocaml-compiler.6.3.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.1 macaddr.5.6.2 magic-mime.1.3.1 mdx.2.5.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.2 multicore-magic-dscheck.2.3.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 ptime.1.2.0 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14")/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.5 --depext-only -y picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.dev $DEPS"))+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"- Retrieving repository 'Update repository of openSUSE Backports' metadata [...error]- Repository 'Update repository of openSUSE Backports' is invalid.- [repo-backports-update|http://download.opensuse.org/update/leap/15.6/backports/] Failed to retrieve new repository metadata.- History:- - [|] Error trying to read from 'http://download.opensuse.org/update/leap/15.6/backports/'- - Location 'http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml' is temporarily unaccessible.- Please check if the URIs defined for this repository are pointing to a valid repository.- Skipping repository 'Update repository of openSUSE Backports' because of the above error.- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..- error]- Repository 'Update repository with updates from SUSE Linux Enterprise 15' is invalid.- [repo-sle-update|http://download.opensuse.org/update/leap/15.6/sle/] Failed to retrieve new repository metadata.- History:- - [|] Error trying to read from 'http://download.opensuse.org/update/leap/15.6/sle/'- - Location 'http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml' is temporarily unaccessible.- Please check if the URIs defined for this repository are pointing to a valid repository.- Skipping repository 'Update repository with updates from SUSE Linux Enterprise 15' because of the above error.- Retrieving repository 'Main Update Repository' metadata [..error]- Repository 'Main Update Repository' is invalid.- [repo-update|http://download.opensuse.org/update/leap/15.6/oss/] Failed to retrieve new repository metadata.- History:- - [|] Error trying to read from 'http://download.opensuse.org/update/leap/15.6/oss/'- - Location 'http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml' is temporarily unaccessible.- Please check if the URIs defined for this repository are pointing to a valid repository.- Skipping repository 'Main Update Repository' because of the above error.- Retrieving repository 'Update Repository (Non-Oss)' metadata [...- error]- Repository 'Update Repository (Non-Oss)' is invalid.- [repo-update-non-oss|http://download.opensuse.org/update/leap/15.6/non-oss/] Failed to retrieve new repository metadata.- History:- - [|] Error trying to read from 'http://download.opensuse.org/update/leap/15.6/non-oss/'- - Location 'http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml' is temporarily unaccessible.- Please check if the URIs defined for this repository are pointing to a valid repository.- Skipping repository 'Update Repository (Non-Oss)' because of the above error.- Retrieving repository 'Non-OSS Repository' metadata [..error]- Repository 'Non-OSS Repository' is invalid.- [repo-non-oss|http://download.opensuse.org/distribution/leap/15.6/repo/non-oss/] Failed to retrieve new repository metadata.- History:- - [|] Error trying to read from 'http://download.opensuse.org/distribution/leap/15.6/repo/non-oss/'- - Location 'http://download.opensuse.org/distribution/leap/15.6/repo/non-oss/repodata/repomd.xml' is temporarily unaccessible.- Please check if the URIs defined for this repository are pointing to a valid repository.- Skipping repository 'Non-OSS Repository' because of the above error.- Retrieving repository 'Main Repository' metadata [..- error]- Repository 'Main Repository' is invalid.- [repo-oss|http://download.opensuse.org/distribution/leap/15.6/repo/oss/] Failed to retrieve new repository metadata.- History:- - [|] Error trying to read from 'http://download.opensuse.org/distribution/leap/15.6/repo/oss/'- - Location 'http://download.opensuse.org/distribution/leap/15.6/repo/oss/repodata/repomd.xml' is temporarily unaccessible.- Please check if the URIs defined for this repository are pointing to a valid repository.- Skipping repository 'Main Repository' because of the above error.- Could not refresh the repositories because of errors.Fatal error: System package update failed with exit code 4 at command:sudo zypper --non-interactive refresh"/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.5 --depext-only -y picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.dev $DEPS" failed with exit status 992026-03-23 11:29.07: Job failed: Failed: Build failed