2026-06-23 15:44.39: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/209/head (458014a4b83c38b6c718ca1676d42b819e87bdf5) (linux-riscv64:debian-13-4.14_riscv64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/209/head" && git reset --hard 458014a4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148# debian-13-4.14_riscv64_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 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && 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 obuilder.opam obuilder-spec.opam ./RUN opam pin add -yn obuilder.dev './' && \opam pin add -yn obuilder-spec.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.5 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 extunix.0.4.3 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.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.5 --depext-only -y obuilder.dev obuilder-spec.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-06-23 15:44.39: Using cache hint "ocurrent/obuilder-ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148-debian-13-4.14_riscv64_opam-2.5-297c93e2c528faf6ce408fe317ed9125"2026-06-23 15:44.39: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148)(comment debian-13-4.14_riscv64_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 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && 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 obuilder.opam obuilder-spec.opam) (dst ./))(run (network host)(shell "opam pin add -yn obuilder.dev './' && \\nopam pin add -yn obuilder-spec.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.5 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 extunix.0.4.3 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.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.5 --depext-only -y obuilder.dev obuilder-spec.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-06-23 15:44.39: Waiting for resource in pool OCluster2026-06-24 02:25.42: Waiting for worker…2026-06-24 16:23.57: Got resource from pool OClusterBuilding on riscv-qemu-navajo-3All commits already cachedHEAD is now at 458014a hcs: tear down containers + reclaim orphaned snapshots so pruning can't wedge(from ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148' locallydocker.io/ocaml/opam@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148: Pulling from ocaml/opam2a662ad093c5: Pulling fs layer16def90c9320: Pulling fs layer79abe6ba87ae: Pulling fs layer24962eb9bb70: Pulling fs layer8f948ee65c8c: Pulling fs layerabb5d92a5a6e: Pulling fs layer2b34933fa0a0: Pulling fs layer757abf2776cc: Pulling fs layer6d089a99df41: Pulling fs layer7a17e2d8fc06: Pulling fs layer0381acc2a8b0: Pulling fs layerce822b37f90d: Pulling fs layere3857620b2e3: Pulling fs layere5454370caa7: Pulling fs layer2fb6ad275801: Pulling fs layer98c684fb6d19: Pulling fs layer0cfd154e1e5d: Pulling fs layerabb5d92a5a6e: Pulling fs layer63d4a5fad49f: Pulling fs layer6d5ea7e5e4af: Pulling fs layer147d6f7e3ac8: Pulling fs layer23dd9958186a: Pulling fs layerf44b4a5b92bf: Pulling fs layerc8e548f9b440: Pulling fs layer0579cb6ab594: Pulling fs layerc6c7822b3a69: Pulling fs layereca8d6ac8a47: Pulling fs layer4046ebec70f9: Pulling fs layer9f25489b0b07: Pulling fs layerc602fc8ace5e: Pulling fs layer9fcd716da651: Pulling fs layer77c9fb28163e: Pulling fs layerd0814598e157: Pulling fs layer171b3f10d791: Pulling fs layer90e88fab92d1: Pulling fs layer4f4fb700ef54: Pulling fs layer9228a6b99d0b: Pulling fs layer95892e90f5bd: Pulling fs layer5f5a05b1009d: Pulling fs layera29ae65dad1a: Pulling fs layer0f824191c7cc: Pulling fs layer4ed8411f916d: Pulling fs layer07e5d6b3cb74: Pulling fs layere6cfbfba1b05: Pulling fs layer4f4fb700ef54: Already existseca8d6ac8a47: Download completec602fc8ace5e: Download complete95892e90f5bd: Download complete0f824191c7cc: Download completee5454370caa7: Download complete0579cb6ab594: Download completec6c7822b3a69: Download completed0814598e157: Download complete9228a6b99d0b: Download complete2a662ad093c5: Download complete6d089a99df41: Download completeabb5d92a5a6e: Download complete147d6f7e3ac8: Download complete5f5a05b1009d: Download complete6d5ea7e5e4af: Download complete90e88fab92d1: Download completee6cfbfba1b05: Download complete7a17e2d8fc06: Download complete24962eb9bb70: Download complete23dd9958186a: Download complete0cfd154e1e5d: Download complete2b34933fa0a0: Download completef44b4a5b92bf: Download completec8e548f9b440: Download complete9fcd716da651: Download complete98c684fb6d19: Download complete0381acc2a8b0: Download complete8f948ee65c8c: Download complete07e5d6b3cb74: Download complete757abf2776cc: Download complete4046ebec70f9: Download completece822b37f90d: Download completee3857620b2e3: Download complete171b3f10d791: Download complete79abe6ba87ae: Download complete63d4a5fad49f: Download complete2fb6ad275801: Download complete16def90c9320: Download complete77c9fb28163e: Download complete16def90c9320: Pull completea29ae65dad1a: Download complete9f25489b0b07: Download complete7a17e2d8fc06: Pull complete0381acc2a8b0: Pull complete2fb6ad275801: Pull complete4ed8411f916d: Download complete24962eb9bb70: Pull complete9f25489b0b07: Pull complete4046ebec70f9: Pull complete171b3f10d791: Pull complete79abe6ba87ae: Pull complete63d4a5fad49f: Pull completece822b37f90d: Pull completee3857620b2e3: Pull complete757abf2776cc: Pull complete6d089a99df41: Pull complete2a662ad093c5: Pull completeabb5d92a5a6e: Pull complete147d6f7e3ac8: Pull complete6d5ea7e5e4af: Pull complete0cfd154e1e5d: Pull complete8f948ee65c8c: Pull complete4f4fb700ef54: Pull complete95892e90f5bd: Pull complete9228a6b99d0b: Pull complete5f5a05b1009d: Pull complete90e88fab92d1: Pull complete2b34933fa0a0: Pull complete98c684fb6d19: Pull complete23dd9958186a: Pull completef44b4a5b92bf: Pull completec8e548f9b440: Pull completeeca8d6ac8a47: Pull complete0579cb6ab594: Pull completec6c7822b3a69: Pull complete4ed8411f916d: Pull complete9fcd716da651: Pull complete77c9fb28163e: Pull completed0814598e157: Pull completec602fc8ace5e: Pull complete07e5d6b3cb74: Pull completea29ae65dad1a: Pull complete0f824191c7cc: Pull completee6cfbfba1b05: Pull completee5454370caa7: Pull completeDigest: sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148Status: Downloaded newer image for ocaml/opam@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc511482026-06-24 16:24.07 ---> using "e71f5e93635579aa375264ff191cd7628a76bff17fa38e70c7301fbe5a55a510" from cache/: (comment debian-13-4.14_riscv64_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-06-24 16:24.07 ---> using "0cf8b1f5e58dd7e6eb772897ce3a08791c101d5fcb5cd281143337c7032e9454" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADfc08333d1b..45c68515bb master -> origin/master3cee9a5d95 conf-pkg-config (#30082)2026-06-24 16:24.07 ---> using "808f7b9bac42f5149edc51bb86809a47c04d80e58816d7572f80b4c88dae58ac" 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.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-24 16:24.07 ---> using "74d9974300bf7cc79cc2fbe1eb77fd3c97ac7e8543404f17e24fa42532f7c511" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-14-genericThe OCaml toplevel, version 4.14.32.5.12026-06-24 16:24.07 ---> using "5fc2a8c0a3607729fa03ab4df5daf3bf2313427e51b8f56c0263e212170ff11c" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-24 16:24.07 ---> using "759082c39923bca582081b1504ef962e00c426f2be620c73518c746a32c35836" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> 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).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.1- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), 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-06-24 16:24.07 ---> using "70564fa2393a774a477580ec894e445fd40bf08b7bf74453888cba03cbd16e3c" from cache/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))2026-06-24 16:24.07 ---> using "8a642737df345a6677c71fef686a3d12951594df22656125c9c9c226283e2019" from cache/src: (run (network host)(shell "opam pin add -yn obuilder.dev './' && \\nopam pin add -yn obuilder-spec.dev './'"))[obuilder.dev] synchronised (file:///src)obuilder is now pinned to file:///src (version dev)[obuilder-spec.dev] synchronised (file:///src)obuilder-spec is now pinned to file:///src (version dev)2026-06-24 16:24.07 ---> using "c2f996ed2bfe34aba0fa0e5bfa1afb14ecbed471295e63406c0df30597884985" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-24 16:24.07 ---> using "9aa4b8a8b4a783f1c57d3c300bf37ae439c6907106910b3f87b321843dd0c809" from cache/src: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.5 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 extunix.0.4.3 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.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.5 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian trixie/main riscv64 Packages [9379 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [213 kB]- Fetched 9823 kB in 20s (503 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[obuilder.dev] synchronised (file:///src)[obuilder-spec.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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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:libsqlite3-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libsqlite3-dev" "pkg-config"- Selecting previously unselected package libpkgconf3:riscv64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20701 files and directories currently installed.)- Preparing to unpack .../libpkgconf3_1.8.1-4_riscv64.deb ...- Unpacking libpkgconf3:riscv64 (1.8.1-4) ...- Selecting previously unselected package libsqlite3-dev:riscv64.- Preparing to unpack .../libsqlite3-dev_3.46.1-7+deb13u1_riscv64.deb ...- Unpacking libsqlite3-dev:riscv64 (3.46.1-7+deb13u1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-4_riscv64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:riscv64.- Preparing to unpack .../pkgconf_1.8.1-4_riscv64.deb ...- Unpacking pkgconf:riscv64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:riscv64.- Preparing to unpack .../pkg-config_1.8.1-4_riscv64.deb ...- Unpacking pkg-config:riscv64 (1.8.1-4) ...- Setting up libpkgconf3:riscv64 (1.8.1-4) ...- Setting up libsqlite3-dev:riscv64 (3.46.1-7+deb13u1) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up pkgconf:riscv64 (1.8.1-4) ...- Setting up pkg-config:riscv64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12+deb13u2) ...# To update the current shell environment, run: eval $(opam env)2026-06-24 16:24.07 ---> using "b2b1fc54f36f03b3d7cd306b06d776f09876b011c216f42fff1e6d664b5292d7" 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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 astring 0.8.5- install base v0.16.5- install base-bytes base- install camlp-streams 5.0.1- install checkseum 0.5.3- install cmdliner 2.1.1- install conf-pkg-config 5- install conf-sqlite3 1- install cppo 1.8.0- install crunch 4.0.0- install csexp 1.5.2- install cstruct 6.2.0- install cstruct-lwt 6.2.0- install decompress 1.5.3- install dune 3.23.1- install dune-compiledb 0.6.0- install dune-configurator 3.23.1- install extunix 0.4.3- install ezjsonm 1.3.0- install fmt 0.11.0- install fpath 0.7.3- install hex 1.5.0- install jsonm 1.0.2- install logs 0.10.0- install lwt 6.1.2- install num 1.6- 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 optint 0.3.0- install parsexp v0.16.0- install ppx_derivers 1.2.1- install ppx_deriving 6.0.3- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install ptime 1.2.0- install re 1.14.0- install sexplib v0.16.0- install sexplib0 v0.16.0- install sha 1.15.4- install sqlite3 5.4.1- install stdlib-shims 0.3.0- install tar 2.6.0- install tar-unix 2.6.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 astring.0.8.5 (cached)-> retrieved base.v0.16.5 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved conf-pkg-config.5 (cached)-> retrieved checkseum.0.5.3 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)-> installed conf-pkg-config.5-> retrieved dune-compiledb.0.6.0 (cached)-> installed conf-sqlite3.1-> retrieved decompress.1.5.3 (cached)-> retrieved extunix.0.4.3 (cached)-> retrieved ezjsonm.1.3.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved num.1.6 (cached)-> retrieved lwt.6.1.2 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved ppx_deriving.6.0.3 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved sqlite3.5.4.1 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved tar.2.6.0, tar-unix.2.6.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> installed cmdliner.2.1.1-> installed num.1.6-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed uutf.1.0.4-> installed ptime.1.2.0-> installed fpath.0.7.3-> installed jsonm.1.0.2-> installed dune.3.23.1-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed crunch.4.0.0-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed dune-configurator.3.23.1-> installed ocaml-syntax-shims.1.0.0-> installed hex.1.5.0-> installed ocaml-compiler-libs.v0.12.4-> installed ppx_derivers.1.2.1-> installed ocplib-endian.1.2-> installed optint.0.3.0-> installed sexplib0.v0.16.0-> installed re.1.14.0-> installed checkseum.0.5.3-> installed ezjsonm.1.3.0-> installed decompress.1.5.3-> installed parsexp.v0.16.0-> installed stdlib-shims.0.3.0-> installed sexplib.v0.16.0-> installed lwt.6.1.2-> installed alcotest.1.9.1-> installed dune-compiledb.0.6.0-> installed cstruct-lwt.6.2.0-> installed logs.0.10.0-> installed base.v0.16.5-> installed sha.1.15.4-> installed alcotest-lwt.1.9.1-> installed tar.2.6.0-> installed sqlite3.5.4.1-> installed yojson.3.0.0-> installed tar-unix.2.6.0-> installed ppxlib.0.35.0-> installed ppx_sexp_conv.v0.16.0-> installed ppx_deriving.6.0.3-> installed extunix.0.4.3Done.# To update the current shell environment, run: eval $(opam env)2026-06-24 16:24.07 ---> using "4910024f6ab0334030ba113854360bb14b847fc9945c0de84c6307af84db34e3" from cache/src: (copy (src .) (dst /src))2026-06-24 16:24.13 ---> saved as "36e18e4dee77045b7cb70dc335188436e965bc037068dd833c93e4789e3b9dd8"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/lib && /home/opam/.opam/4.14/bin/ocaml-crunch ../static --mode=plain -o Static_files.ml)Generating Static_files.mlSkipping generation of .mliFile "test/dune", line 10, characters 7-11:10 | (name test)^^^^(cd _build/default/test && ./test.exe)Testing `OBuilder'.This run has ID `MH7OZMCX'.[OK] spec 0 Sexp.[OK] spec 1 Cache ID.[OK] spec 2 Docker Windows.[OK] spec 3 Docker UNIX.[OK] tar_transfer 0 Long filename.[OK] tar_transfer 1 Normalize path.[FAIL] manifest 0 Copy using manifest.bash.[OK] manifest 1 Copy using Manifest.[OK] process 0 Execute a process.[OK] process 1 Read stdout of a process.[OK] build 0 Simple.[OK] build 1 Prune.[OK] build 2 Concurrent.[OK] build 3 Concurrent failure.[OK] build 4 Concurrent failure 2.[OK] build 5 Cancel.[OK] build 6 Cancel 2.[OK] build 7 Cancel 3.[OK] build 8 Cancel 4.[OK] build 9 Cancel 5.[OK] build 10 Delete.[OK] secrets 0 Simple.[OK] secrets 1 No secret provided.┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] manifest 0 Copy using manifest.bash. │└──────────────────────────────────────────────────────────────────────────────┘test.exe: [INFO] Exec "which" "bash"test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_2430be_dune/test-copy-bash-0f529c" "/" 0 1 'file'"ASSERT Filetest.exe: [INFO] Exec "which" "bash"test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_2430be_dune/test-copy-bash-0f529c" "/" 0 1 './file'"ASSERT File relativetest.exe: [INFO] Exec "which" "bash"test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_2430be_dune/test-copy-bash-0f529c" "/" 0 1 '/file'"ASSERT File absolutetest.exe: [INFO] Exec "which" "bash"test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_2430be_dune/test-copy-bash-0f529c" "/" 0 1 'file2'"ASSERT Missingtest.exe: [INFO] Exec "which" "bash"test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_2430be_dune/test-copy-bash-0f529c" "/" 0 1 'file/file2'"ASSERT Not dirtest.exe: [INFO] Exec "which" "bash"test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_2430be_dune/test-copy-bash-0f529c" "/" 0 1 '../file'"ASSERT Parenttest.exe: [INFO] Exec "which" "bash"test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_2430be_dune/test-copy-bash-0f529c" "/" 0 1 'link'"ASSERT Linktest.exe: [INFO] Exec "which" "bash"test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_2430be_dune/test-copy-bash-0f529c" "/" 0 1 'link/file'"ASSERT Follow linktest.exe: [INFO] Exec "which" "bash"test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_2430be_dune/test-copy-bash-0f529c" "/" 1 'file' 1 ''"ASSERT Treetest.exe: [INFO] Exec "which" "bash"test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_2430be_dune/test-copy-bash-0f529c" "/" 0 1 '.'"ASSERT Treetest.exe: [INFO] Exec "which" "bash"test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_2430be_dune/test-copy-bash-0f529c" "/" 0 1 'dir1/dir2/file2'"ASSERT Nested filetest.exe: [INFO] Exec "which" "bash"test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_2430be_dune/test-copy-bash-0f529c" "/" 0 1 'dir1'"ASSERT TreeASSERT timeout 10.000000sFile "src/core/lwt.ml", line 1979, character 26:FAIL timeout 10.000000sExpected: `Alcotest.reject'Received: `Alcotest.reject'Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1979, characters 26-31Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/manifest.000.output'.──────────────────────────────────────────────────────────────────────────────Full test results in `/src/_build/default/test/_build/_tests/OBuilder'.1 failure! in 19.610s. 23 tests run."/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-06-24 16:27.29: Job failed: Failed: Build failed