2026-06-24 09:53.14: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/heads/freebsd-jail-reap-detached-daemons (6d7ed17383ebe6ddd5ef499ee0a56ed49b9164b2) (linux-riscv64:debian-13-4.14_riscv64_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/obuilder.git" -b "freebsd-jail-reap-detached-daemons" && cd "obuilder" && git reset --hard 6d7ed173 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148 # debian-13-4.14_riscv64_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-06-24 09:53.14: 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-24 09:53.14: 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-24 09:53.14: Waiting for resource in pool OCluster 2026-06-24 09:53.14: Waiting for worker… 2026-06-24 11:06.34: Got resource from pool OCluster Building on riscv-qemu-navajo-3 HEAD is now at 458014a hcs: tear down containers + reclaim orphaned snapshots so pruning can't wedge HEAD is now at 6d7ed17 FreeBSD: force-remove the jail on exit to reap detached daemons (from ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148' locally docker.io/ocaml/opam@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148: Pulling from ocaml/opam 2a662ad093c5: Pulling fs layer 16def90c9320: Pulling fs layer 79abe6ba87ae: Pulling fs layer 24962eb9bb70: Pulling fs layer 8f948ee65c8c: Pulling fs layer abb5d92a5a6e: Pulling fs layer 2b34933fa0a0: Pulling fs layer 757abf2776cc: Pulling fs layer 6d089a99df41: Pulling fs layer 7a17e2d8fc06: Pulling fs layer 0381acc2a8b0: Pulling fs layer ce822b37f90d: Pulling fs layer e3857620b2e3: Pulling fs layer e5454370caa7: Pulling fs layer 2fb6ad275801: Pulling fs layer 98c684fb6d19: Pulling fs layer 0cfd154e1e5d: Pulling fs layer abb5d92a5a6e: Pulling fs layer 63d4a5fad49f: Pulling fs layer 6d5ea7e5e4af: Pulling fs layer 147d6f7e3ac8: Pulling fs layer 23dd9958186a: Pulling fs layer f44b4a5b92bf: Pulling fs layer c8e548f9b440: Pulling fs layer 0579cb6ab594: Pulling fs layer c6c7822b3a69: Pulling fs layer eca8d6ac8a47: Pulling fs layer 4046ebec70f9: Pulling fs layer 9f25489b0b07: Pulling fs layer c602fc8ace5e: Pulling fs layer 9fcd716da651: Pulling fs layer 77c9fb28163e: Pulling fs layer d0814598e157: Pulling fs layer 171b3f10d791: Pulling fs layer 90e88fab92d1: Pulling fs layer 4f4fb700ef54: Pulling fs layer 9228a6b99d0b: Pulling fs layer 95892e90f5bd: Pulling fs layer 5f5a05b1009d: Pulling fs layer a29ae65dad1a: Pulling fs layer 0f824191c7cc: Pulling fs layer 4ed8411f916d: Pulling fs layer 07e5d6b3cb74: Pulling fs layer e6cfbfba1b05: Pulling fs layer 4f4fb700ef54: Already exists eca8d6ac8a47: Download complete c602fc8ace5e: Download complete 95892e90f5bd: Download complete 0f824191c7cc: Download complete e5454370caa7: Download complete 0579cb6ab594: Download complete c6c7822b3a69: Download complete d0814598e157: Download complete 9228a6b99d0b: Download complete 2a662ad093c5: Download complete 6d089a99df41: Download complete abb5d92a5a6e: Download complete 147d6f7e3ac8: Download complete 5f5a05b1009d: Download complete 6d5ea7e5e4af: Download complete 90e88fab92d1: Download complete e6cfbfba1b05: Download complete 7a17e2d8fc06: Download complete 24962eb9bb70: Download complete 23dd9958186a: Download complete 0cfd154e1e5d: Download complete 2b34933fa0a0: Download complete f44b4a5b92bf: Download complete c8e548f9b440: Download complete 9fcd716da651: Download complete 98c684fb6d19: Download complete 0381acc2a8b0: Download complete 8f948ee65c8c: Download complete 07e5d6b3cb74: Download complete 757abf2776cc: Download complete 4046ebec70f9: Download complete ce822b37f90d: Download complete e3857620b2e3: Download complete 171b3f10d791: Download complete 79abe6ba87ae: Download complete 63d4a5fad49f: Download complete 2fb6ad275801: Download complete 16def90c9320: Download complete 77c9fb28163e: Download complete 16def90c9320: Pull complete a29ae65dad1a: Download complete 9f25489b0b07: Download complete 7a17e2d8fc06: Pull complete 0381acc2a8b0: Pull complete 2fb6ad275801: Pull complete 4ed8411f916d: Download complete 24962eb9bb70: Pull complete 9f25489b0b07: Pull complete 4046ebec70f9: Pull complete 171b3f10d791: Pull complete 79abe6ba87ae: Pull complete 63d4a5fad49f: Pull complete ce822b37f90d: Pull complete e3857620b2e3: Pull complete 757abf2776cc: Pull complete 6d089a99df41: Pull complete 2a662ad093c5: Pull complete abb5d92a5a6e: Pull complete 147d6f7e3ac8: Pull complete 6d5ea7e5e4af: Pull complete 0cfd154e1e5d: Pull complete 8f948ee65c8c: Pull complete 4f4fb700ef54: Pull complete 95892e90f5bd: Pull complete 9228a6b99d0b: Pull complete 5f5a05b1009d: Pull complete 90e88fab92d1: Pull complete 2b34933fa0a0: Pull complete 98c684fb6d19: Pull complete 23dd9958186a: Pull complete f44b4a5b92bf: Pull complete c8e548f9b440: Pull complete eca8d6ac8a47: Pull complete 0579cb6ab594: Pull complete c6c7822b3a69: Pull complete 4ed8411f916d: Pull complete 9fcd716da651: Pull complete 77c9fb28163e: Pull complete d0814598e157: Pull complete c602fc8ace5e: Pull complete 07e5d6b3cb74: Pull complete a29ae65dad1a: Pull complete 0f824191c7cc: Pull complete e6cfbfba1b05: Pull complete e5454370caa7: Pull complete Digest: sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148 Status: Downloaded newer image for ocaml/opam@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148 2026-06-24 11:06.57 ---> 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 11:06.57 ---> 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_HEAD fc08333d1b..45c68515bb master -> origin/master 3cee9a5d95 conf-pkg-config (#30082) 2026-06-24 11:06.57 ---> 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-06-24 11:06.57 ---> using "74d9974300bf7cc79cc2fbe1eb77fd3c97ac7e8543404f17e24fa42532f7c511" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 7.0.0-14-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-06-24 11:06.57 ---> using "5fc2a8c0a3607729fa03ab4df5daf3bf2313427e51b8f56c0263e212170ff11c" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-24 11:06.57 ---> 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-repository Everything 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.3 However, 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 11:06.57 ---> using "70564fa2393a774a477580ec894e445fd40bf08b7bf74453888cba03cbd16e3c" from cache /src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./)) 2026-06-24 11:07.01 ---> saved as "8a642737df345a6677c71fef686a3d12951594df22656125c9c9c226283e2019" /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 11:08.21 ---> saved as "c2f996ed2bfe34aba0fa0e5bfa1afb14ecbed471295e63406c0df30597884985" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-24 11:08.24 ---> saved as "9aa4b8a8b4a783f1c57d3c300bf37ae439c6907106910b3f87b321843dd0c809" /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 11:13.55 ---> saved as "b2b1fc54f36f03b3d7cd306b06d776f09876b011c216f42fff1e6d664b5292d7" /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.3 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-24 12:09.57 ---> saved as "4910024f6ab0334030ba113854360bb14b847fc9945c0de84c6307af84db34e3" /src: (copy (src .) (dst /src)) 2026-06-24 12:10.04 ---> saved as "fc21bfe940f4668d8a33076fa71bf31cb89cd51778731dfe5531a5cd73b7446f" /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.ml Skipping generation of .mli File "test/dune", line 10, characters 7-11: 10 | (name test) ^^^^ (cd _build/default/test && ./test.exe) Testing `OBuilder'. This run has ID `VKCP7K4Y'. [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_7e1f51_dune/test-copy-bash-d45293" "/" 0 1 'file'" ASSERT File test.exe: [INFO] Exec "which" "bash" test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_7e1f51_dune/test-copy-bash-d45293" "/" 0 1 './file'" ASSERT File relative test.exe: [INFO] Exec "which" "bash" test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_7e1f51_dune/test-copy-bash-d45293" "/" 0 1 '/file'" ASSERT File absolute test.exe: [INFO] Exec "which" "bash" test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_7e1f51_dune/test-copy-bash-d45293" "/" 0 1 'file2'" ASSERT Missing test.exe: [INFO] Exec "which" "bash" test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_7e1f51_dune/test-copy-bash-d45293" "/" 0 1 'file/file2'" ASSERT Not dir test.exe: [INFO] Exec "which" "bash" test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_7e1f51_dune/test-copy-bash-d45293" "/" 0 1 '../file'" ASSERT Parent test.exe: [INFO] Exec "which" "bash" test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_7e1f51_dune/test-copy-bash-d45293" "/" 0 1 'link'" ASSERT Link test.exe: [INFO] Exec "which" "bash" test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_7e1f51_dune/test-copy-bash-d45293" "/" 0 1 'link/file'" ASSERT Follow link test.exe: [INFO] Exec "which" "bash" test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_7e1f51_dune/test-copy-bash-d45293" "/" 1 'file' 1 ''" ASSERT Tree test.exe: [INFO] Exec "which" "bash" test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_7e1f51_dune/test-copy-bash-d45293" "/" 0 1 '.'" ASSERT Tree test.exe: [INFO] Exec "which" "bash" test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_7e1f51_dune/test-copy-bash-d45293" "/" 0 1 'dir1/dir2/file2'" ASSERT Nested file test.exe: [INFO] Exec "which" "bash" test.exe: [INFO] Exec "/usr/bin/bash" "--login" "-c" "exec ./manifest.bash "/tmp/build_7e1f51_dune/test-copy-bash-d45293" "/" 0 1 'dir1'" ASSERT timeout 10.000000s File "src/core/lwt.ml", line 1979, character 26: FAIL timeout 10.000000s Expected: `Alcotest.reject' Received: `Alcotest.reject' Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261 Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1979, characters 26-31 Logs 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 20.788s. 23 tests run. "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-06-24 12:13.19: Job failed: Failed: Build failed