2026-05-13 13:49.07: New job: test ocsigen/ocsigen-dune-rules https://github.com/ocsigen/ocsigen-dune-rules.git#refs/heads/main (4ba887232a110c8c188fbb417e8dcad752f8d314) (linux-x86_64:opensuse-15.6-5.4_opam-2.5)Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/ocsigen-dune-rules.git" -b "main" && cd "ocsigen-dune-rules" && git reset --hard 4ba88723cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745# 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 cd ~/opam-repository && (git cat-file -e f26a12eea79b7b51adf6dbcc8b664699190e4da3 || git fetch origin master) && git reset -q --hard f26a12eea79b7b51adf6dbcc8b664699190e4da3 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 ocsigen-dune-rules.opam ./RUN opam pin add -yn ocsigen-dune-rules.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 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.3.0 ca-certs.1.0.3 camlzip.1.14 cmdliner.2.1.1 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-binaryen.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-libssl.4 conf-pkg-config.4 conf-sqlite3.1 conf-zlib.1 cppo.1.8.0 cryptokit.1.21.1 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.23.0 dune-compiledb.0.6.0 dune-configurator.3.23.0 duration.0.3.1 eliom.12.0.1 eqaf.0.10 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 hex.1.5.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 js_of_ocaml-lwt.6.3.2 js_of_ocaml-ocamlbuild.5.0 js_of_ocaml-ppx.6.3.2 js_of_ocaml-ppx_deriving_json.6.3.2 js_of_ocaml-tyxml.6.3.2 jsonm.1.0.2 kdf.1.0.0 logs.0.10.0 logs-syslog.0.5.0 lwt.5.9.1 lwt_log.1.1.2 lwt_ppx.5.9.3 lwt_react.1.2.0 lwt_ssl.1.2.0 macaddr.5.6.2 magic-mime.1.3.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 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocsigen-ppx-rpc.1.1 ocsigenserver.7.0.0 ocsipersist.2.0.0 ocsipersist-lib.2.0.0 ocsipersist-sqlite.2.0.0 ohex.0.2.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 react.1.2.2 reactiveData.0.3.1 rresult.0.7.0 sedlex.3.7 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sqlite3.5.4.1 ssl.0.7.0 stdio.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 syslog-message.1.2.0 topkg.1.1.1 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 wasm_of_ocaml-compiler.6.3.2 x509.1.0.6 xml-light.2.5 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 ocsigen-dune-rules.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-05-13 13:49.07: Using cache hint "ocsigen/ocsigen-dune-rules-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745-opensuse-15.6-5.4_opam-2.5-ab0ba9e8af9c87db831fdf806cac70a5"2026-05-13 13:49.07: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745)(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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e f26a12eea79b7b51adf6dbcc8b664699190e4da3 || git fetch origin master) && git reset -q --hard f26a12eea79b7b51adf6dbcc8b664699190e4da3 && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src ocsigen-dune-rules.opam) (dst ./))(run (network host)(shell "opam pin add -yn ocsigen-dune-rules.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 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.3.0 ca-certs.1.0.3 camlzip.1.14 cmdliner.2.1.1 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-binaryen.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-libssl.4 conf-pkg-config.4 conf-sqlite3.1 conf-zlib.1 cppo.1.8.0 cryptokit.1.21.1 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.23.0 dune-compiledb.0.6.0 dune-configurator.3.23.0 duration.0.3.1 eliom.12.0.1 eqaf.0.10 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 hex.1.5.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 js_of_ocaml-lwt.6.3.2 js_of_ocaml-ocamlbuild.5.0 js_of_ocaml-ppx.6.3.2 js_of_ocaml-ppx_deriving_json.6.3.2 js_of_ocaml-tyxml.6.3.2 jsonm.1.0.2 kdf.1.0.0 logs.0.10.0 logs-syslog.0.5.0 lwt.5.9.1 lwt_log.1.1.2 lwt_ppx.5.9.3 lwt_react.1.2.0 lwt_ssl.1.2.0 macaddr.5.6.2 magic-mime.1.3.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 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocsigen-ppx-rpc.1.1 ocsigenserver.7.0.0 ocsipersist.2.0.0 ocsipersist-lib.2.0.0 ocsipersist-sqlite.2.0.0 ohex.0.2.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 react.1.2.2 reactiveData.0.3.1 rresult.0.7.0 sedlex.3.7 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sqlite3.5.4.1 ssl.0.7.0 stdio.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 syslog-message.1.2.0 topkg.1.1.1 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 wasm_of_ocaml-compiler.6.3.2 x509.1.0.6 xml-light.2.5 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 ocsigen-dune-rules.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-05-13 13:49.07: Waiting for resource in pool OCluster2026-05-13 14:00.57: Waiting for worker…2026-05-13 14:04.15: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 4ba8872 Merge pull request #3 from Julow/app-test(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745)2026-05-13 14:04.16 ---> using "5a3680208c73beb3331771a2f7c7cfa44299220a0d1ff13e680cdae5b80bdaf8" 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-05-13 14:04.16 ---> using "463c319ef5be82dadb4076ef7cbdb1657274c5987ad974c76f4520c6671653ad" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e f26a12eea79b7b51adf6dbcc8b664699190e4da3 || git fetch origin master) && git reset -q --hard f26a12eea79b7b51adf6dbcc8b664699190e4da3 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..f26a12eea7 master -> origin/masterf26a12eea7 Merge pull request #29530 from raphael-proust/refine-constraints-on-lwt62026-05-13 14:04.16 ---> using "a9f6d16dff23299b95505d1567ce9f3a1121cea022b5b188950cb6d9b9663a4c" 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] Initialiseddefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)2026-05-13 14:04.16 ---> using "c0f640007dc43c6a578af53eb5250a213624ce9cf634533c619e782a0697c61f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 5.4.12.5.02026-05-13 14:04.16 ---> using "e0256a64ed75a4bea813121471f1b96d028fbb318525ea180b6349acab1db3f3" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-13 14:04.16 ---> using "fd1581f22c84def59c778022a1621403c0f5f180ca22442d6cd559ba0d706297" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, 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-05-13 14:04.16 ---> using "e0676b4baac714282799b7f6cc58f1981d00c5a2b5540a01e3fcba6352287e9c" from cache/src: (copy (src ocsigen-dune-rules.opam) (dst ./))2026-05-13 14:04.16 ---> using "2896cc0b4c6d74db094beeb589ba5e43847716d7dd8c4ffbfd0fc4eaac35d66a" from cache/src: (run (network host)(shell "opam pin add -yn ocsigen-dune-rules.dev './'"))[NOTE] Package ocsigen-dune-rules does not exist in opam repositories registered in the current switch.[ocsigen-dune-rules.dev] synchronised (file:///src)[WARNING] Failed checks on ocsigen-dune-rules package definition from source at file:///src:warning 35: Missing field 'homepage'warning 36: Missing field 'bug-reports'ocsigen-dune-rules is now pinned to file:///src (version dev)2026-05-13 14:04.17 ---> saved as "ddbe2a043c81845fd21df7e61c2adace7d69bd9e8a1630bee05baf3a4527461e"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-13 14:04.17 ---> saved as "8d15ed090c1aa100cb526d79db0401b6205685b20bd60b21b75fd5fc76920ad9"/src: (env DEPS "angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 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.3.0 ca-certs.1.0.3 camlzip.1.14 cmdliner.2.1.1 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-binaryen.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-libssl.4 conf-pkg-config.4 conf-sqlite3.1 conf-zlib.1 cppo.1.8.0 cryptokit.1.21.1 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.23.0 dune-compiledb.0.6.0 dune-configurator.3.23.0 duration.0.3.1 eliom.12.0.1 eqaf.0.10 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 hex.1.5.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 js_of_ocaml-lwt.6.3.2 js_of_ocaml-ocamlbuild.5.0 js_of_ocaml-ppx.6.3.2 js_of_ocaml-ppx_deriving_json.6.3.2 js_of_ocaml-tyxml.6.3.2 jsonm.1.0.2 kdf.1.0.0 logs.0.10.0 logs-syslog.0.5.0 lwt.5.9.1 lwt_log.1.1.2 lwt_ppx.5.9.3 lwt_react.1.2.0 lwt_ssl.1.2.0 macaddr.5.6.2 magic-mime.1.3.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 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocsigen-ppx-rpc.1.1 ocsigenserver.7.0.0 ocsipersist.2.0.0 ocsipersist-lib.2.0.0 ocsipersist-sqlite.2.0.0 ohex.0.2.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 react.1.2.2 reactiveData.0.3.1 rresult.0.7.0 sedlex.3.7 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sqlite3.5.4.1 ssl.0.7.0 stdio.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 syslog-message.1.2.0 topkg.1.1.1 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 wasm_of_ocaml-compiler.6.3.2 x509.1.0.6 xml-light.2.5 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 ocsigen-dune-rules.dev $DEPS"))+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"- Retrieving repository 'Update repository of openSUSE Backports' metadata [.- .- Looking for gpg keys in repository Update repository of openSUSE Backports.- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key- ......- ....- ....- ....- ....- ....- ....- ....- ....- ....- ......- .....- ....- ....- ....- ....- ....- ....- ....- ..........- .......- .......- ...- ..........- ........- ....done]- Building repository 'Update repository of openSUSE Backports' cache [..- ..done]- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.- .- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key- .....- ....- ....- ....- ....- ....- ....- ...- .......- ......- ......- .........- .....- .........- .....- ......- ..........- .......- ......- ......- ..........- ......- .........- ..........- .........- ..........- .........- ..........- .........- .........- .........- ..........- .........- ..........- .........- ........- .........- ......- ......- ....- .....- .....- ....- ......- ..........- .........- ..........- .........- ..........- .........- ........- ..........- ..........- .........- ..........- ........- ..........- .........- ..........- ..........- .........- .........- ..........- ..........- ..........- .......- ..........- ........- ..........- ..........- ..........- ........- ..........- ..........- .........- ..........- ..........- .........- ..........- .........- ..........- .........- .........- ........- .........- ..........- .......- ...- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ......- ........- ..........- ........- ........- .........- ..........- ......- .......- ....- ....- ..- ....- ....- .......- .done]- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..- ..done]- Retrieving repository 'Main Update Repository' metadata [.- .- Looking for gpg keys in repository Main Update Repository.- gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key- .- .....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ..- .........- .......- ...........- .done]- Building repository 'Main Update Repository' cache [....done]- Retrieving repository 'Update Repository (Non-Oss)' metadata [.- ..- Looking for gpg keys in repository Update Repository (Non-Oss).- gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key- ..- .....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ...- ........- ........- ...- .done]- Building repository 'Update Repository (Non-Oss)' cache [....done]- Repository 'Non-OSS Repository' is up to date.- Repository 'Main Repository' is up to date.- All repositories have been refreshed.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ocsigen-dune-rules.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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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:binaryen gmp-devel libopenssl-devel sqlite3-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "zypper" "--non-interactive" "install" "binaryen" "gmp-devel" "libopenssl-devel" "sqlite3-devel"- Loading repository data...- Reading installed packages...[ERROR] System package install failed with exit code 104 at command:sudo zypper --non-interactive install binaryen gmp-devel libopenssl-devel sqlite3-devel- 'binaryen' not found in package names. Trying capabilities.- No provider of 'binaryen' found.[ERROR] These packages are still missing: binaryen gmp-devel libopenssl-devel sqlite3-devel[NOTE] You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages."/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.5 --depext-only -y ocsigen-dune-rules.dev $DEPS" failed with exit status 102026-05-13 14:09.04: Job failed: Failed: Build failed