2026-06-24 13:37.06: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/heads/freebsd-jail-reap-detached-daemons (a863b8668fd13d862ad9e9d781f9b0616e88eaaa) (linux-x86_64:ubuntu-26.04-5.4_opam-2.5) Base: ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:3a70b4209e1fab03285f82df70dabcdd466e8870b0d9e319732952f5bc050c56 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 a863b866 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:3a70b4209e1fab03285f82df70dabcdd466e8870b0d9e319732952f5bc050c56 # ubuntu-26.04-5.4_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.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.4 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.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 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.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 13:37.06: Using cache hint "ocurrent/obuilder-ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:3a70b4209e1fab03285f82df70dabcdd466e8870b0d9e319732952f5bc050c56-ubuntu-26.04-5.4_opam-2.5-802c13ad21eb66fc934056bd74d571c6" 2026-06-24 13:37.06: Using OBuilder spec: ((from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:3a70b4209e1fab03285f82df70dabcdd466e8870b0d9e319732952f5bc050c56) (comment ubuntu-26.04-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 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.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.4 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.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 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.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 13:37.06: Waiting for resource in pool OCluster 2026-06-24 13:37.06: Waiting for worker… 2026-06-24 13:37.06: Got resource from pool OCluster Building on eumache.caelum.ci.dev HEAD is now at 6d7ed17 FreeBSD: force-remove the jail on exit to reap detached daemons HEAD is now at a863b86 FreeBSD: force-remove the jail on exit to reap detached daemons (from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:3a70b4209e1fab03285f82df70dabcdd466e8870b0d9e319732952f5bc050c56) Unable to find image 'ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:3a70b4209e1fab03285f82df70dabcdd466e8870b0d9e319732952f5bc050c56' locally docker.io/ocaml/opam@sha256:3a70b4209e1fab03285f82df70dabcdd466e8870b0d9e319732952f5bc050c56: Pulling from ocaml/opam 6f5c5aa4e145: Pulling fs layer 1c24335ddd46: Pulling fs layer 52eb96cfc1e7: Pulling fs layer 527ba7d8030d: Pulling fs layer dfd1b749721f: Pulling fs layer 8686c0327296: Pulling fs layer d4fa1bbd57aa: Pulling fs layer cb0debd95254: Pulling fs layer c401416cbd86: Pulling fs layer 52eb96cfc1e7: Waiting 2c883c82425c: Pulling fs layer ed3b904614cf: Pulling fs layer 8686c0327296: Waiting 527ba7d8030d: Waiting dfd1b749721f: Waiting 3c6611558693: Pulling fs layer cb0debd95254: Waiting 6f5c5aa4e145: Waiting d4fa1bbd57aa: Waiting c0385e14e5a4: Pulling fs layer 2c883c82425c: Waiting ed3b904614cf: Waiting ce2763a02d2e: Pulling fs layer c401416cbd86: Waiting 3c6611558693: Waiting c0385e14e5a4: Waiting 6806da9f9675: Pulling fs layer 1c24335ddd46: Waiting ce2763a02d2e: Waiting 51ff076b0ff1: Pulling fs layer 6806da9f9675: Waiting b9e02142692d: Pulling fs layer 51ff076b0ff1: Waiting 242fe650591f: Pulling fs layer b9e02142692d: Waiting 242fe650591f: Waiting 440e1dc674b7: Pulling fs layer e62778058e84: Pulling fs layer cd9662ae41a3: Pulling fs layer 440e1dc674b7: Waiting e62778058e84: Waiting 5f4d8392f136: Pulling fs layer 4f4fb700ef54: Pulling fs layer cd9662ae41a3: Waiting 5f4d8392f136: Waiting de917e7ed02b: Pulling fs layer 6eb0fe07505e: Pulling fs layer 4f4fb700ef54: Waiting de917e7ed02b: Waiting ed5dedcaf3c7: Pulling fs layer 7a7c805f48e2: Pulling fs layer 6eb0fe07505e: Waiting d4709caab449: Pulling fs layer c8c33cd1dc57: Pulling fs layer 1b09b56436ae: Pulling fs layer 7a7c805f48e2: Waiting d4709caab449: Waiting ed5dedcaf3c7: Waiting 02f1961dcc24: Pulling fs layer c8c33cd1dc57: Waiting 2fbaebf1f161: Pulling fs layer 1b09b56436ae: Waiting 42bcaa85b05d: Pulling fs layer 02f1961dcc24: Waiting d71d501c3eb0: Pulling fs layer 2fbaebf1f161: Waiting 42bcaa85b05d: Waiting 6263cb063058: Pulling fs layer d71d501c3eb0: Waiting 59929d2ef4c7: Pulling fs layer 3d8a3bbd81b9: Pulling fs layer ffdcecdd0eb0: Pulling fs layer 6263cb063058: Waiting ed120a391933: Pulling fs layer 865da59abecc: Pulling fs layer 59929d2ef4c7: Waiting 3d8a3bbd81b9: Waiting ffdcecdd0eb0: Waiting 07ad650b01a7: Pulling fs layer ed120a391933: Waiting 865da59abecc: Waiting a92f3542cf07: Pulling fs layer afcceb21d018: Pulling fs layer 7887af2f10b4: Pulling fs layer 07ad650b01a7: Waiting a92f3542cf07: Waiting 7e9d8cd4f4b7: Pulling fs layer a50e3b06e412: Pulling fs layer 59f5be7547e1: Pulling fs layer 7887af2f10b4: Waiting 7e9d8cd4f4b7: Waiting a50e3b06e412: Waiting 59f5be7547e1: Waiting 6f5c5aa4e145: Verifying Checksum 6f5c5aa4e145: Download complete 1c24335ddd46: Download complete 52eb96cfc1e7: Verifying Checksum 52eb96cfc1e7: Download complete 527ba7d8030d: Verifying Checksum 527ba7d8030d: Download complete dfd1b749721f: Verifying Checksum dfd1b749721f: Download complete 8686c0327296: Verifying Checksum 8686c0327296: Download complete cb0debd95254: Verifying Checksum cb0debd95254: Download complete c401416cbd86: Verifying Checksum c401416cbd86: Download complete 2c883c82425c: Verifying Checksum 6f5c5aa4e145: Pull complete 1c24335ddd46: Pull complete 52eb96cfc1e7: Pull complete 527ba7d8030d: Pull complete d4fa1bbd57aa: Verifying Checksum d4fa1bbd57aa: Download complete ed3b904614cf: Verifying Checksum ed3b904614cf: Download complete 3c6611558693: Verifying Checksum 3c6611558693: Download complete ce2763a02d2e: Verifying Checksum ce2763a02d2e: Download complete c0385e14e5a4: Download complete dfd1b749721f: Pull complete 51ff076b0ff1: Download complete 8686c0327296: Pull complete 6806da9f9675: Verifying Checksum 6806da9f9675: Download complete 242fe650591f: Download complete b9e02142692d: Verifying Checksum b9e02142692d: Download complete 440e1dc674b7: Download complete e62778058e84: Verifying Checksum e62778058e84: Download complete cd9662ae41a3: Download complete 5f4d8392f136: Verifying Checksum 5f4d8392f136: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete de917e7ed02b: Download complete 6eb0fe07505e: Download complete ed5dedcaf3c7: Download complete 7a7c805f48e2: Download complete d4709caab449: Download complete c8c33cd1dc57: Verifying Checksum c8c33cd1dc57: Download complete 1b09b56436ae: Verifying Checksum 1b09b56436ae: Download complete 02f1961dcc24: Verifying Checksum 02f1961dcc24: Download complete 2fbaebf1f161: Download complete 42bcaa85b05d: Verifying Checksum 42bcaa85b05d: Download complete d71d501c3eb0: Verifying Checksum d71d501c3eb0: Download complete 6263cb063058: Verifying Checksum 6263cb063058: Download complete 3d8a3bbd81b9: Download complete ed120a391933: Verifying Checksum ed120a391933: Download complete 865da59abecc: Download complete 59929d2ef4c7: Verifying Checksum 59929d2ef4c7: Download complete d4fa1bbd57aa: Pull complete cb0debd95254: Pull complete c401416cbd86: Pull complete 2c883c82425c: Pull complete ed3b904614cf: Pull complete 3c6611558693: Pull complete c0385e14e5a4: Pull complete ce2763a02d2e: Pull complete 6806da9f9675: Pull complete 51ff076b0ff1: Pull complete b9e02142692d: Pull complete 242fe650591f: Pull complete 440e1dc674b7: Pull complete e62778058e84: Pull complete cd9662ae41a3: Pull complete 5f4d8392f136: Pull complete 4f4fb700ef54: Pull complete de917e7ed02b: Pull complete 6eb0fe07505e: Pull complete ed5dedcaf3c7: Pull complete 7a7c805f48e2: Pull complete d4709caab449: Pull complete c8c33cd1dc57: Pull complete 1b09b56436ae: Pull complete 02f1961dcc24: Pull complete 2fbaebf1f161: Pull complete 42bcaa85b05d: Pull complete d71d501c3eb0: Pull complete 6263cb063058: Pull complete ffdcecdd0eb0: Verifying Checksum ffdcecdd0eb0: Download complete 07ad650b01a7: Verifying Checksum 07ad650b01a7: Download complete afcceb21d018: Verifying Checksum afcceb21d018: Download complete a92f3542cf07: Verifying Checksum a92f3542cf07: Download complete 7e9d8cd4f4b7: Verifying Checksum 7e9d8cd4f4b7: Download complete a50e3b06e412: Verifying Checksum a50e3b06e412: Download complete 59f5be7547e1: Verifying Checksum 59f5be7547e1: Download complete 7887af2f10b4: Verifying Checksum 7887af2f10b4: Download complete 59929d2ef4c7: Pull complete 3d8a3bbd81b9: Pull complete ffdcecdd0eb0: Pull complete ed120a391933: Pull complete 865da59abecc: Pull complete 07ad650b01a7: Pull complete a92f3542cf07: Pull complete afcceb21d018: Pull complete 7887af2f10b4: Pull complete 7e9d8cd4f4b7: Pull complete a50e3b06e412: Pull complete 59f5be7547e1: Pull complete Digest: sha256:3a70b4209e1fab03285f82df70dabcdd466e8870b0d9e319732952f5bc050c56 Status: Downloaded newer image for ocaml/opam@sha256:3a70b4209e1fab03285f82df70dabcdd466e8870b0d9e319732952f5bc050c56 2026-06-24 13:37.11 ---> using "5d2dee3d8844fdcd5490be1f446a5c506a57d691924407aa5fb4943ed4607a0f" from cache /: (comment ubuntu-26.04-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-06-24 13:37.11 ---> using "9221fc2deed88465b2be0fc22c942dc8142f784504c3023d5db734b52e521584" 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 d6a960ed95..3cee9a5d95 master -> origin/master 3cee9a5d95 conf-pkg-config (#30082) 2026-06-24 13:37.11 ---> using "768c870143e12bfda58edb4ae3886b61b5915ce4228ed04f0ccacf72d281de38" 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. Continue? [Y/n] y 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. [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 13:37.11 ---> using "557c5b197925187992db7302232624b25c9f25871579f5c6f459e8b590bc3178" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 7.0.0-22-generic The OCaml toplevel, version 5.4.1 2.5.1 2026-06-24 13:37.11 ---> using "dbb5926845fec18f5a2db78a3bb64c45162fac02b4980d64bf8435ba3480c457" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-24 13:37.11 ---> using "c3d9a275b83df3b01bad9ccc975fc641698a3f6c68cd7fb6d9c9c5c16f4fb43d" 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-compiler.5.5.0 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 13:37.11 ---> using "ab9d9e0f1326e4e1db8fecda937b8b8d1a28d333262b3353171417b1b9c0d0a0" from cache /src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./)) 2026-06-24 13:37.11 ---> using "0455e179c81e50a1c6d68e2f2a7b8428b5bb05844ead2833c1d48ce0c987adce" 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 13:37.11 ---> using "15ec224fb179be681b30391c078390dba08d505f9246195a6b9c4afba82a2574" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-24 13:37.11 ---> using "7fa5bffd86ec9932d624400adac39f4e56ba7ca7e5e070eee5a417e30f0c5952" from cache /src: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 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 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.4 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.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 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.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" - Hit:1 http://archive.ubuntu.com/ubuntu resolute InRelease - Get:2 http://security.ubuntu.com/ubuntu resolute-security InRelease [137 kB] - Get:3 http://archive.ubuntu.com/ubuntu resolute-updates InRelease [137 kB] - Get:4 http://security.ubuntu.com/ubuntu resolute-security/universe amd64 Packages [154 kB] - Get:5 http://security.ubuntu.com/ubuntu resolute-security/restricted amd64 Packages [258 kB] - Get:6 http://security.ubuntu.com/ubuntu resolute-security/main amd64 Packages [279 kB] - Hit:7 http://archive.ubuntu.com/ubuntu resolute-backports InRelease - Get:8 http://archive.ubuntu.com/ubuntu resolute-updates/restricted amd64 Packages [258 kB] - Get:9 http://archive.ubuntu.com/ubuntu resolute-updates/universe amd64 Packages [188 kB] - Get:10 http://archive.ubuntu.com/ubuntu resolute-updates/main amd64 Packages [321 kB] - Fetched 1732 kB in 0s (4291 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 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: libsqlite3-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libsqlite3-dev" "pkg-config" - Selecting previously unselected package libpkgconf7:amd64. - (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 ... 22820 files and directories currently installed.) - Preparing to unpack .../libpkgconf7_2.5.1-4_amd64.deb ... - Unpacking libpkgconf7:amd64 (2.5.1-4) ... - Selecting previously unselected package libsqlite3-dev:amd64. - Preparing to unpack .../libsqlite3-dev_3.46.1-9_amd64.deb ... - Unpacking libsqlite3-dev:amd64 (3.46.1-9) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../pkgconf-bin_2.5.1-4_amd64.deb ... - Unpacking pkgconf-bin (2.5.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../pkgconf_2.5.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (2.5.1-4) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../pkg-config_2.5.1-4_amd64.deb ... - Unpacking pkg-config:amd64 (2.5.1-4) ... - Setting up libpkgconf7:amd64 (2.5.1-4) ... - Setting up libsqlite3-dev:amd64 (3.46.1-9) ... - Setting up pkgconf-bin (2.5.1-4) ... - Setting up pkgconf:amd64 (2.5.1-4) ... - Setting up pkg-config:amd64 (2.5.1-4) ... - Processing triggers for libc-bin (2.43-2ubuntu2) ... # To update the current shell environment, run: eval $(opam env) 2026-06-24 13:37.11 ---> using "4808cecae81fcf4f57d6e0afa2d273e8abe959f60bca2ec666cd204397060f07" 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 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 actions will be performed: === install 53 packages - install alcotest 1.9.1 - install alcotest-lwt 1.9.1 - install astring 0.8.5 - install base v0.17.3 - 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.4 - 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.17.0 - install ocaml-syntax-shims 1.0.0 - install ocaml_intrinsics_kernel v0.17.2 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install optint 0.3.0 - install parsexp v0.17.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.1.1 - install ppx_sexp_conv v0.17.1 - install ppxlib 0.38.0 - install ppxlib_jane v0.17.4 - install ptime 1.2.0 - install re 1.14.0 - install sexplib v0.17.0 - install sexplib0 v0.17.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.17.3 (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 extunix.0.4.4 (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 decompress.1.5.3 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved lwt.6.1.2 (cached) -> retrieved num.1.6 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.1.1 (cached) -> retrieved ppx_sexp_conv.v0.17.1 (cached) -> retrieved ppxlib_jane.v0.17.4 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved ppxlib.0.38.0 (cached) -> retrieved sexplib.v0.17.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved sqlite3.5.4.1 (cached) -> retrieved tar.2.6.0, tar-unix.2.6.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached) -> installed num.1.6 -> installed cmdliner.2.1.1 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed dune.3.23.1 -> installed csexp.1.5.2 -> installed camlp-streams.5.0.1 -> installed crunch.4.0.0 -> installed cstruct.6.2.0 -> installed ocaml_intrinsics_kernel.v0.17.2 -> installed optint.0.3.0 -> installed ppx_derivers.1.2.1 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed cppo.1.8.0 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.14.0 -> installed hex.1.5.0 -> installed ocplib-endian.1.2 -> installed ezjsonm.1.3.0 -> installed yojson.3.0.0 -> installed alcotest.1.9.1 -> installed sha.1.15.4 -> installed dune-configurator.3.23.1 -> installed parsexp.v0.17.0 -> installed checkseum.0.5.3 -> installed sexplib.v0.17.0 -> installed dune-compiledb.0.6.0 -> installed decompress.1.5.3 -> installed lwt.6.1.2 -> installed tar.2.6.0 -> installed sqlite3.5.4.1 -> installed cstruct-lwt.6.2.0 -> installed tar-unix.2.6.0 -> installed logs.0.10.0 -> installed alcotest-lwt.1.9.1 -> installed base.v0.17.3 -> installed ppxlib.0.38.0 -> installed ppxlib_jane.v0.17.4 -> installed ppx_deriving.6.1.1 -> installed ppx_sexp_conv.v0.17.1 -> installed extunix.0.4.4 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-24 13:37.11 ---> using "20092fcd9af018425865abfb5352bab9ae7ce3d7e57c38f8bdcd31e0102ecadd" from cache /src: (copy (src .) (dst /src)) 2026-06-24 13:37.11 ---> using "694259284bef53994e86561eb69fc0ba4f8059ad3e96703666119ecf1fd04cc9" from cache /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/lib && /home/opam/.opam/5.4/bin/ocaml-crunch ../static --mode=plain -o Static_files.ml) Generating Static_files.ml Skipping generation of .mli (cd _build/default/test && ./test.exe) Testing `OBuilder'. This run has ID `H92Z64L0'. [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. [OK] 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. Full test results in `/src/_build/default/test/_build/_tests/OBuilder'. Test Successful in 0.350s. 23 tests run. 2026-06-24 13:37.11 ---> using "2e601ce2be678e5a593a577061f25715760eababf584b77985b7628c52c06193" from cache Job succeeded 2026-06-24 13:37.11: Job succeeded