2026-04-03 11:35.26: New job: test jmid/mutaml https://github.com/jmid/mutaml.git#refs/heads/main (783831dcb58310a4cd7a6c03dc12c45cd8b74f36) (linux-x86_64:alpine-3.22-4.14_opam-2.5)Base: ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216Opam project buildTo reproduce locally:git clone --recursive "https://github.com/jmid/mutaml.git" -b "main" && cd "mutaml" && git reset --hard 783831dccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216# alpine-3.22-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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mutaml.opam ./RUN opam pin add -yn mutaml.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.16.4 base-bigarray.base base-threads.base base-unix.base conf-diffutils.2 conf-timeout.1 cppo.1.8.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_js_style.v0.16.0 ppx_yojson_conv.v0.16.0 ppx_yojson_conv_lib.v0.16.0 ppxlib.0.35.0 seq.base sexplib0.v0.16.0 stdlib-random.1.2.0 stdlib-shims.0.3.0 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mutaml.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-04-03 11:35.26: Using cache hint "jmid/mutaml-ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216-alpine-3.22-4.14_opam-2.5-1eb6c400e45cef1a83a7dd3901ae3fe4"2026-04-03 11:35.26: Using OBuilder spec:((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)(comment alpine-3.22-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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mutaml.opam) (dst ./))(run (network host)(shell "opam pin add -yn mutaml.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base conf-diffutils.2 conf-timeout.1 cppo.1.8.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_js_style.v0.16.0 ppx_yojson_conv.v0.16.0 ppx_yojson_conv_lib.v0.16.0 ppxlib.0.35.0 seq.base sexplib0.v0.16.0 stdlib-random.1.2.0 stdlib-shims.0.3.0 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.5 --depext-only -y mutaml.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-04-03 11:35.26: Waiting for resource in pool OCluster2026-04-03 11:35.27: Waiting for worker…2026-04-03 11:35.33: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 783831d Merge pull request #44 from jmid/dependabot/github_actions/actions/checkout-5(from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)Unable to find image 'ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216' locallydocker.io/ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216: Pulling from ocaml/opam2d35ebdb57d9: Pulling fs layeradfc86c1accf: Pulling fs layer2d35ebdb57d9: Waitingadfc86c1accf: Waitingd09377907434: Pulling fs layera699cf44908b: Pulling fs layerc088e74f1f31: Pulling fs layer7e99e6eaa847: Pulling fs layerdb4b89a22482: Pulling fs layerd09377907434: Waitinga699cf44908b: Waitingf1f17593da04: Pulling fs layer7e99e6eaa847: Waitingc088e74f1f31: Waitingbb79fbf72548: Pulling fs layerdb4b89a22482: Waitingf1f17593da04: Waitingcf69890848e3: Pulling fs layerbb79fbf72548: Waiting80e325d6146c: Pulling fs layer66a526c41d4c: Pulling fs layercf69890848e3: Waiting80e325d6146c: Waiting347d38b311ac: Pulling fs layer984612fde4c4: Pulling fs layer0ac0da982daa: Pulling fs layer66a526c41d4c: Waiting347d38b311ac: Waiting209c9bca9b0e: Pulling fs layer3d3356d548ff: Pulling fs layer984612fde4c4: Waiting209c9bca9b0e: Waitingc072da09f122: Pulling fs layer4f4fb700ef54: Pulling fs layer3d3356d548ff: Waitingeff3d806a4a8: Pulling fs layerc072da09f122: Waitingf5c413f5234b: Pulling fs layer09ddc5430e22: Pulling fs layer2c7c283b1afc: Pulling fs layer4af9a971b585: Pulling fs layer2c7c283b1afc: Waitingdf8d9be3e30d: Pulling fs layer5e55ae3325a7: Pulling fs layer635cb27b4304: Pulling fs layerdf8d9be3e30d: Waiting4af9a971b585: Waiting898fbde8ad42: Pulling fs layer635cb27b4304: Waiting66c0ffc92413: Pulling fs layerc8cca855638d: Pulling fs layer898fbde8ad42: Waiting66c0ffc92413: Waiting45d2501a899c: Pulling fs layerc8cca855638d: Waiting10b0fe6926c2: Pulling fs layer45d2501a899c: Waiting0a1d7b83a687: Pulling fs layer2c3441915309: Pulling fs layer10b0fe6926c2: Waiting0a1d7b83a687: Waiting3d1a575b1bb0: Pulling fs layer6e5fa830b59d: Pulling fs layer2c3441915309: Waiting72225f5a6449: Pulling fs layer3d1a575b1bb0: Waiting5a8b6a59afe3: Pulling fs layer6e5fa830b59d: Waiting81299dd100ce: Pulling fs layer72225f5a6449: Waiting5a8b6a59afe3: Waitingad267db4d3a7: Pulling fs layer81299dd100ce: Waitingde32f8de692b: Pulling fs layerad267db4d3a7: Waitingde32f8de692b: Waiting2d35ebdb57d9: Verifying Checksum2d35ebdb57d9: Download completeadfc86c1accf: Verifying Checksumadfc86c1accf: Download complete2d35ebdb57d9: Pull completeadfc86c1accf: Pull completed09377907434: Verifying Checksumd09377907434: Download completed09377907434: Pull completec088e74f1f31: Verifying Checksumc088e74f1f31: Download completea699cf44908b: Download completedb4b89a22482: Verifying Checksumdb4b89a22482: Download complete7e99e6eaa847: Verifying Checksum7e99e6eaa847: Download completef1f17593da04: Verifying Checksumf1f17593da04: Download completecf69890848e3: Verifying Checksumcf69890848e3: Download completebb79fbf72548: Verifying Checksumbb79fbf72548: Download complete80e325d6146c: Verifying Checksum80e325d6146c: Download complete66a526c41d4c: Verifying Checksum66a526c41d4c: Download complete347d38b311ac: Verifying Checksum347d38b311ac: Download complete984612fde4c4: Verifying Checksum984612fde4c4: Download complete0ac0da982daa: Verifying Checksum0ac0da982daa: Download complete209c9bca9b0e: Verifying Checksum209c9bca9b0e: Download complete3d3356d548ff: Verifying Checksum3d3356d548ff: Download completec072da09f122: Verifying Checksumc072da09f122: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completeeff3d806a4a8: Download completef5c413f5234b: Verifying Checksumf5c413f5234b: Download complete09ddc5430e22: Verifying Checksum09ddc5430e22: Download complete4af9a971b585: Verifying Checksum4af9a971b585: Download complete2c7c283b1afc: Verifying Checksum2c7c283b1afc: Download completedf8d9be3e30d: Verifying Checksumdf8d9be3e30d: Download complete5e55ae3325a7: Download complete635cb27b4304: Verifying Checksum635cb27b4304: Download complete898fbde8ad42: Verifying Checksum898fbde8ad42: Download complete66c0ffc92413: Verifying Checksum66c0ffc92413: Download completec8cca855638d: Verifying Checksumc8cca855638d: Download completea699cf44908b: Pull complete45d2501a899c: Verifying Checksum45d2501a899c: Download completec088e74f1f31: Pull complete0a1d7b83a687: Verifying Checksum0a1d7b83a687: Download complete7e99e6eaa847: Pull complete3d1a575b1bb0: Verifying Checksum3d1a575b1bb0: Download completedb4b89a22482: Pull completef1f17593da04: Pull complete6e5fa830b59d: Download completebb79fbf72548: Pull completecf69890848e3: Pull complete72225f5a6449: Verifying Checksum72225f5a6449: Download complete80e325d6146c: Pull complete66a526c41d4c: Pull complete347d38b311ac: Pull complete984612fde4c4: Pull complete0ac0da982daa: Pull complete209c9bca9b0e: Pull complete3d3356d548ff: Pull completec072da09f122: Pull complete4f4fb700ef54: Pull completeeff3d806a4a8: Pull completef5c413f5234b: Pull complete09ddc5430e22: Pull complete2c7c283b1afc: Pull complete4af9a971b585: Pull completedf8d9be3e30d: Pull complete5e55ae3325a7: Pull complete635cb27b4304: Pull complete898fbde8ad42: Pull complete66c0ffc92413: Pull completec8cca855638d: Pull complete45d2501a899c: Pull complete5a8b6a59afe3: Verifying Checksum5a8b6a59afe3: Download complete2c3441915309: Verifying Checksum2c3441915309: Download complete10b0fe6926c2: Verifying Checksum10b0fe6926c2: Download completede32f8de692b: Verifying Checksumde32f8de692b: Download complete81299dd100ce: Verifying Checksum81299dd100ce: Download completead267db4d3a7: Verifying Checksumad267db4d3a7: Download complete10b0fe6926c2: Pull complete0a1d7b83a687: Pull complete2c3441915309: Pull complete3d1a575b1bb0: Pull complete6e5fa830b59d: Pull complete72225f5a6449: Pull complete5a8b6a59afe3: Pull complete81299dd100ce: Pull completead267db4d3a7: Pull completede32f8de692b: Pull completeDigest: sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216Status: Downloaded newer image for ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c529092162026-04-03 11:35.45 ---> using "d1cef22083ba59d6db4e2f107091c68dd70ebdcc64c3894ad7db7be62ad17f4a" from cache/: (comment alpine-3.22-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-04-03 11:35.45 ---> using "7c7cce50f5e947565c3d5dbad3ac3b61d12cac1cb4c13b6c802d6a8bb10d1345" 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-04-03 11:35.58 ---> saved as "d95bbd73a24778f1321e62f69802692f647c727b93c3a5bbd318b81d4a471a07"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.22.5.02026-04-03 11:36.00 ---> saved as "0946bc50f9a71a954b4e3169058449c50f765d27decff1e10b17d7843ccd9459"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 11:36.01 ---> saved as "f598dcec640aed1c1320fd535f3be224f496aae5fd076bc0ab3a32f9d65fd942"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..d06cfb1853 master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> 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-04-03 11:36.38 ---> saved as "a38a4bed47305cbd8cbbad627faf4bab355838f1b8171f3d44241bfa8f79b31c"/src: (copy (src mutaml.opam) (dst ./))2026-04-03 11:36.38 ---> saved as "d1812e6650e50136c83854b2afc2d2cea6e91e5cc8631128362064f3e24ca7dc"/src: (run (network host)(shell "opam pin add -yn mutaml.dev './'"))[mutaml.dev] synchronised (file:///src)mutaml is now pinned to file:///src (version dev)2026-04-03 11:36.42 ---> saved as "aa979a4384984b593f05492ff37feae832b630f39af8f4f4f36227ac3ab09700"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 11:36.42 ---> saved as "816b1f99600ab29a81e38a18648357d7cb6a523de771400b5337155b54f6095e"/src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base conf-diffutils.2 conf-timeout.1 cppo.1.8.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_js_style.v0.16.0 ppx_yojson_conv.v0.16.0 ppx_yojson_conv_lib.v0.16.0 ppxlib.0.35.0 seq.base sexplib0.v0.16.0 stdlib-random.1.2.0 stdlib-shims.0.3.0 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.5 --depext-only -y mutaml.dev $DEPS"))+ /usr/bin/sudo "apk" "update"- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz- WARNING: updating https://dl-cdn.alpinelinux.org/alpine/v3.22/main: temporary error (try again later)- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz- v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]- v3.22.3-104-g8c092017342 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]- v20260127-6755-g72f069c0311 [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20260127-6758-gc4f1a61674c [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20260127-6759-g1123566d33e [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- 0 unavailable, 1 stale; 61160 distinct packages availableFatal error: System package update failed with exit code 1 at command:sudo apk update"/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.5 --depext-only -y mutaml.dev $DEPS" failed with exit status 992026-04-03 11:38.27: Job failed: Failed: Build failed