2026-01-27 07:32.01: New job: test mirage/ke https://github.com/mirage/ke.git#refs/heads/main (2267852fc634134c7de8a274c1b60b9f1a603629) (linux-x86_64:opensuse-15.6-4.14_opam-2.5)Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/ke.git" -b "main" && cd "ke" && git reset --hard 2267852fcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7# opensuse-15.6-4.14_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ke.opam ./RUN opam pin add -yn ke.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="afl-persistent.1.4 alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-js.0.5.0 bigstringaf.0.10.0 cmdliner.2.1.0 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 lwt.6.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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 psq.0.2.1 re.1.14.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ke.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-01-27 07:32.01: Using cache hint "mirage/ke-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7-opensuse-15.6-4.14_opam-2.5-01d941e8c426060af4642b572e8ab3d3"2026-01-27 07:32.01: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7)(comment opensuse-15.6-4.14_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ke.opam) (dst ./))(run (network host)(shell "opam pin add -yn ke.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "afl-persistent.1.4 alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-js.0.5.0 bigstringaf.0.10.0 cmdliner.2.1.0 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 lwt.6.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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 psq.0.2.1 re.1.14.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ke.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-01-27 07:32.01: Waiting for resource in pool OCluster2026-01-27 08:30.34: Waiting for worker…2026-01-27 08:35.03: Got resource from pool OClusterBuilding on bremusa.ocamllabs.iohint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialised empty Git repository in /var/cache/obuilder/ocluster/git/ke.git-ca42b1ebfe83c8a716e0f16646595cb0836f6f41/.git/HEAD is now at 2267852 Merge pull request #20 from edwintorok/master(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7)Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7' locallydocker.io/ocaml/opam@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7: Pulling from ocaml/opam625c79e3ae60: Already existsca6439633d2f: Already exists3e61b5a3343d: Already exists572d4bcd324d: Already exists3994ff15a7b0: Already exists1d676486d940: Already exists1805f8e47dca: Already exists3582d9a1382c: Already existsac0b974faa58: Already exists67d656ab5910: Already exists839cdf272e6c: Already exists8689175d709f: Already existse40b27547779: Already exists88cb140bc0e8: Already existsab3a4a69e4f4: Already existse4fd7a94954f: Already exists92f036b4edea: Already exists396a718de0b7: Already exists396a718de0b7: Already exists4f4fb700ef54: Already exists0420ccc16eca: Already existscc2c69f374ef: Already exists22899c47761b: Already exists8faa077d3a79: Already existsb972aa889009: Already existsc6b297e7480d: Already exists3bcaed3c075b: Already existse04276e867bb: Already exists1abd543659d3: Already existscdfeed99d27a: Already exists31a3fe0454c7: Already exists27bd77ac4143: Already exists83ee7dcdeec7: Already exists1619bb7b4db1: Already exists22f6e36aa5fa: Already existsf64ad179410d: Already exists8794b54faffb: Already existsbb981eaa95e1: Already existsa0128ffaf5eb: Pulling fs layer5a412c9f106b: Pulling fs layer80db8971c211: Pulling fs layer6a2ee1c75511: Pulling fs layer6a2ee1c75511: Waiting5a412c9f106b: Download complete80db8971c211: Verifying Checksum80db8971c211: Download complete6a2ee1c75511: Verifying Checksum6a2ee1c75511: Download completea0128ffaf5eb: Verifying Checksuma0128ffaf5eb: Download completea0128ffaf5eb: Pull complete5a412c9f106b: Pull complete80db8971c211: Pull complete6a2ee1c75511: Pull completeDigest: sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7Status: Downloaded newer image for ocaml/opam@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f72026-01-27 08:35.15 ---> using "52e816f0aa85450cfc16d266041d2887ffe3489dbdcd0251f1fe96de79154cb7" from cache/: (comment opensuse-15.6-4.14_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-01-27 08:35.15 ---> using "8650481d781dc9d0d26de5f6a96edc122ddbd937f45050431815622602800d6f" 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.[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=255 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-27 08:35.15 ---> using "a639c37e4752436ea63c6b5c9003994a92c182efd195e74310c07ebbd376ee98" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-01-27 08:35.15 ---> using "30e93a1d8eec7e3649eb26c2f3bbb48b8dc12ffbfe81099d2373f40888537920" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-27 08:35.15 ---> using "725df111b3eaf2178920dcb3b270894ce79a00a527e6f87689cad4be88f17e77" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> 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)2026-01-27 08:35.15 ---> using "011468a684a2fe320449f1170a1c40d7b51c5224afe16e30ab82188bca34a10e" from cache/src: (copy (src ke.opam) (dst ./))2026-01-27 08:35.15 ---> saved as "938537b461ce6a2b0f778339f7ad1173eb415b2adc74273596b4a2b0f8e39ca6"/src: (run (network host)(shell "opam pin add -yn ke.dev './'"))[ke.dev] synchronised (file:///src)ke is now pinned to file:///src (version dev)2026-01-27 08:35.25 ---> saved as "2c039ca4e8f2e127c26cb796c1b6a71c2e9af755ac35c99e8eee2ed54857d68a"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-27 08:35.25 ---> saved as "5c771b686e56d7f26582d6589baff3e50f144bc4825784ac2226c1d974743a75"/src: (env DEPS "afl-persistent.1.4 alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-js.0.5.0 bigstringaf.0.10.0 cmdliner.2.1.0 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 lwt.6.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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 psq.0.2.1 re.1.14.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ke.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]- Error building the cache:- [repo-sle-update|http://download.opensuse.org/update/leap/15.6/sle/] Failed to cache repo (137).- History:- - 'repo2solv' '-o' '/var/cache/zypp/solv/repo-sle-update/solv' '-X' '/var/cache/zypp/raw/repo-sle-update'- Command was killed by signal 9 (Killed; Out of memory?).- Skipping repository 'Update repository with updates from SUSE Linux Enterprise 15' because of the above error.- Repository 'Main Update Repository' is up to date.- Repository 'Update Repository (Non-Oss)' is up to date.- Repository 'Non-OSS Repository' is up to date.- Repository 'Main Repository' is up to date.- Some of the repositories have not been refreshed because of an error.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 ke.dev $DEPS" failed with exit status 992026-01-27 08:39.03: Job failed: Failed: Build failed