2026-05-16 13:55.14: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/207/head (f1e8fcac0e7452241290aa7d5e7914e9d293ace2) (linux-x86_64:ubuntu-25.10-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/207/head" && git reset --hard f1e8fcaccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208# ubuntu-25.10-5.4_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 cd085e16bcd6af960ce1cee84dc824ad594362f1 || git fetch origin master) && git reset -q --hard cd085e16bcd6af960ce1cee84dc824ad594362f1 && 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.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.4 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.0 dune-compiledb.0.6.0 dune-configurator.3.23.0 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-05-16 13:55.14: Using cache hint "ocurrent/obuilder-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208-ubuntu-25.10-5.4_opam-2.5-b65d8be0dadfff86bdb5d3875e23c622"2026-05-16 13:55.14: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208)(comment ubuntu-25.10-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 cd085e16bcd6af960ce1cee84dc824ad594362f1 || git fetch origin master) && git reset -q --hard cd085e16bcd6af960ce1cee84dc824ad594362f1 && 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.4 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.0 dune-compiledb.0.6.0 dune-configurator.3.23.0 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-05-16 13:55.14: Waiting for resource in pool OCluster2026-05-16 18:05.37: Waiting for worker…2026-05-16 18:11.18: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at f1e8fca add macos secrets support via a /tmp entry(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208' locallydocker.io/ocaml/opam@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208: Pulling from ocaml/opam16c195d4c5e9: Already exists5d5ae59f12bf: Pulling fs layer2a1bdaff57b1: Pulling fs layer4f0da68efc03: Pulling fs layerddae77db6783: Pulling fs layerfdb5e27abf0f: Pulling fs layer93a3171e4fee: Pulling fs layerdbf7af4bbc5e: Pulling fs layer5f7df1a633be: Pulling fs layer91c5054ad467: Pulling fs layerf85e33539fc1: Pulling fs layer60715424f1f3: Pulling fs layer3d928beeeddb: Pulling fs layerad721eb63d8e: Pulling fs layer6423a1c6a219: Pulling fs layer5b5461462268: Pulling fs layerd0115271718d: Pulling fs layerddae77db6783: Waitingfdb5e27abf0f: Waiting3d928beeeddb: Waiting93a3171e4fee: Waitingad721eb63d8e: Waiting5b5461462268: Waitingdbf7af4bbc5e: Waiting6423a1c6a219: Waiting5f7df1a633be: Waiting91c5054ad467: Waitingf85e33539fc1: Waiting60715424f1f3: Waitingd0115271718d: Waiting9fd788776761: Pulling fs layeree0541408fb9: Pulling fs layer9fd788776761: Waiting3710803c65d7: Pulling fs layerce2c52193d43: Pulling fs layer4f4fb700ef54: Pulling fs layeree0541408fb9: Waitinga2f980d0b98b: Pulling fs layer3710803c65d7: Waiting410070a2f222: Pulling fs layerce2c52193d43: Waitingd3816a848673: Pulling fs layer4f4fb700ef54: Waitinga2f980d0b98b: Waiting7c855ca71d74: Pulling fs layer410070a2f222: Waiting1528501eaf16: Pulling fs layerd3816a848673: Waiting23228c2200ea: Pulling fs layer54f128346b20: Pulling fs layer76cf7939a21f: Pulling fs layerebfcf91f683f: Pulling fs layer54f128346b20: Waiting1528501eaf16: Waitingaba3e293a4a1: Pulling fs layer5f6c0c42c902: Pulling fs layer23228c2200ea: Waiting76cf7939a21f: Waitingebfcf91f683f: Waiting266bc6609d9e: Pulling fs layeraba3e293a4a1: Waiting5f6c0c42c902: Waiting9ba70185e826: Pulling fs layer266bc6609d9e: Waiting892f7eadbfc9: Pulling fs layer81c302137335: Pulling fs layera255dc714083: Pulling fs layer9ba70185e826: Waitingda091890895b: Pulling fs layer4c6a2849596a: Pulling fs layer0343135a3782: Pulling fs layerc21a0230fcf8: Pulling fs layer81c302137335: Waiting892f7eadbfc9: Waitinge48cf951d0ab: Pulling fs layerdc26cc1f446d: Pulling fs layerda091890895b: Waitinga255dc714083: Waiting4c6a2849596a: Waiting42d8b162a3a3: Pulling fs layer3341088c39b8: Pulling fs layer0343135a3782: Waitingc21a0230fcf8: Waiting42d8b162a3a3: Waiting3341088c39b8: Waitinge48cf951d0ab: Waitingdc26cc1f446d: Waiting5d5ae59f12bf: Verifying Checksum5d5ae59f12bf: Download complete5d5ae59f12bf: Pull complete2a1bdaff57b1: Verifying Checksum2a1bdaff57b1: Download complete2a1bdaff57b1: Pull completeddae77db6783: Verifying Checksumddae77db6783: Download complete4f0da68efc03: Verifying Checksum4f0da68efc03: Download complete93a3171e4fee: Verifying Checksum93a3171e4fee: Download complete5f7df1a633be: Verifying Checksum5f7df1a633be: Download completedbf7af4bbc5e: Verifying Checksumdbf7af4bbc5e: Download complete4f0da68efc03: Pull completef85e33539fc1: Download complete60715424f1f3: Verifying Checksum60715424f1f3: Download completeddae77db6783: Pull completefdb5e27abf0f: Verifying Checksumfdb5e27abf0f: Download complete3d928beeeddb: Verifying Checksum3d928beeeddb: Download complete6423a1c6a219: Verifying Checksum6423a1c6a219: Download complete5b5461462268: Download completead721eb63d8e: Verifying Checksumad721eb63d8e: Download complete9fd788776761: Verifying Checksum9fd788776761: Download complete91c5054ad467: Verifying Checksum91c5054ad467: Download completed0115271718d: Verifying Checksumd0115271718d: Download complete3710803c65d7: Verifying Checksum3710803c65d7: Download completeee0541408fb9: Verifying Checksumee0541408fb9: Download completece2c52193d43: Verifying Checksumce2c52193d43: Download completea2f980d0b98b: Verifying Checksuma2f980d0b98b: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete410070a2f222: Verifying Checksum410070a2f222: Download completed3816a848673: Download complete7c855ca71d74: Verifying Checksum7c855ca71d74: Download complete1528501eaf16: Verifying Checksum1528501eaf16: Download complete23228c2200ea: Verifying Checksum23228c2200ea: Download complete76cf7939a21f: Verifying Checksum76cf7939a21f: Download complete54f128346b20: Verifying Checksum54f128346b20: Download completeebfcf91f683f: Verifying Checksumebfcf91f683f: Download completeaba3e293a4a1: Verifying Checksumaba3e293a4a1: Download complete5f6c0c42c902: Verifying Checksum5f6c0c42c902: Download complete266bc6609d9e: Verifying Checksum266bc6609d9e: Download complete892f7eadbfc9: Verifying Checksum892f7eadbfc9: Download completea255dc714083: Verifying Checksuma255dc714083: Download completeda091890895b: Verifying Checksumda091890895b: Download complete4c6a2849596a: Verifying Checksum4c6a2849596a: Download complete0343135a3782: Verifying Checksum0343135a3782: Download completec21a0230fcf8: Verifying Checksumc21a0230fcf8: Download complete9ba70185e826: Verifying Checksum9ba70185e826: Download completedc26cc1f446d: Verifying Checksumdc26cc1f446d: Download complete42d8b162a3a3: Verifying Checksum42d8b162a3a3: Download complete3341088c39b8: Verifying Checksum3341088c39b8: Download completefdb5e27abf0f: Pull complete93a3171e4fee: Pull completedbf7af4bbc5e: Pull complete5f7df1a633be: Pull complete91c5054ad467: Pull completef85e33539fc1: Pull complete60715424f1f3: Pull complete3d928beeeddb: Pull completead721eb63d8e: Pull complete6423a1c6a219: Pull complete5b5461462268: Pull completed0115271718d: Pull complete9fd788776761: Pull completeee0541408fb9: Pull complete3710803c65d7: Pull completece2c52193d43: Pull complete4f4fb700ef54: Pull completea2f980d0b98b: Pull complete410070a2f222: Pull completed3816a848673: Pull complete7c855ca71d74: Pull complete1528501eaf16: Pull complete23228c2200ea: Pull complete54f128346b20: Pull complete76cf7939a21f: Pull completeebfcf91f683f: Pull completeaba3e293a4a1: Pull complete5f6c0c42c902: Pull complete266bc6609d9e: Pull completee48cf951d0ab: Verifying Checksume48cf951d0ab: Download complete81c302137335: Verifying Checksum81c302137335: Download complete9ba70185e826: Pull complete892f7eadbfc9: Pull complete81c302137335: Pull completea255dc714083: Pull completeda091890895b: Pull complete4c6a2849596a: Pull complete0343135a3782: Pull completec21a0230fcf8: Pull completee48cf951d0ab: Pull completedc26cc1f446d: Pull complete42d8b162a3a3: Pull complete3341088c39b8: Pull completeDigest: sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208Status: Downloaded newer image for ocaml/opam@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff9212082026-05-16 18:11.19 ---> using "41357343971ec1c22ef6479527364d324d243404a2d3270e2fa1349cad1362d4" from cache/: (comment ubuntu-25.10-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-05-16 18:11.19 ---> using "33897007071c39bf8214faf03709f590c1697c2127ea0e49eef7a4a0cbd4f1aa" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e cd085e16bcd6af960ce1cee84dc824ad594362f1 || git fetch origin master) && git reset -q --hard cd085e16bcd6af960ce1cee84dc824ad594362f1 && git log --no-decorate -n1 --oneline"))cd085e16bc Merge pull request #29880 from TheNumbat/opam-publish-ocaml_intrinsics_kernel.v0.17.22026-05-16 18:11.19 ---> using "ade8341267292a021c00620d57aa320ad005ff2ed61c74fce92b378a3d4b5ee0" 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.[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 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-05-16 18:11.19 ---> using "52ca5b5ee3a5f1e4e6d241227a564911d2e7f9ef0e4ccd1d7c17c54e12da47bb" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 5.4.12.5.12026-05-16 18:11.19 ---> using "8d5f05374f73c3dc30698f445d94ddf0b0799c9021353be5d3189b316e2fecc8" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-16 18:11.19 ---> using "b944ea4df0bccabbffce93c3761e89220910133e50822bf80c965a08dd87289b" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0However, 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-05-16 18:11.19 ---> using "99d0308e2c3e3efde3ef2d0aa1453b956a04ba668093c0eed7d7751a9f593016" from cache/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))2026-05-16 18:11.19 ---> saved as "48722bd6bddd5eeb22d06d647ce5b501f306c39deffbb800806843ceaca007f1"/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-05-16 18:11.24 ---> saved as "b8ca6d45b77814f38fd3005d5a3c8d8215aa16021af590660bcaa1a15f8ae12c"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-16 18:11.25 ---> saved as "3340d2492daa4305d62210a9b949df11582ff692233d75db66f5e3bf125addd9"/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.4 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.0 dune-compiledb.0.6.0 dune-configurator.3.23.0 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 questing InRelease- Hit:2 http://security.ubuntu.com/ubuntu questing-security InRelease- Hit:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease- Hit:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease- 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 libpkgconf3: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 ... 18742 files and directories currently installed.)- Preparing to unpack .../libpkgconf3_1.8.1-4build1_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4build1) ...- Selecting previously unselected package libsqlite3-dev:amd64.- Preparing to unpack .../libsqlite3-dev_3.46.1-8_amd64.deb ...- Unpacking libsqlite3-dev:amd64 (3.46.1-8) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-4build1_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4build1) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../pkgconf_1.8.1-4build1_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4build1) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../pkg-config_1.8.1-4build1_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4build1) ...- Setting up libpkgconf3:amd64 (1.8.1-4build1) ...- Setting up libsqlite3-dev:amd64 (3.46.1-8) ...- Setting up pkgconf-bin (1.8.1-4build1) ...- Setting up pkgconf:amd64 (1.8.1-4build1) ...- Setting up pkg-config:amd64 (1.8.1-4build1) ...- Processing triggers for libc-bin (2.42-0ubuntu3.1) ...# To update the current shell environment, run: eval $(opam env)2026-05-16 18:11.45 ---> saved as "fd1a13d9c50b128196c5424ac76c874acdddb640907abedd357f1f5ce1302f30"/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 4- 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.0- install dune-compiledb 0.6.0- install dune-configurator 3.23.0- 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 checkseum.0.5.3 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-pkg-config.4-> retrieved cmdliner.2.1.1 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-sqlite3.1-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)-> retrieved dune-compiledb.0.6.0 (cached)-> 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 logs.0.10.0 (cached)-> retrieved lwt.6.1.2 (cached)-> retrieved decompress.1.5.3 (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 ppx_derivers.1.2.1 (cached)-> retrieved parsexp.v0.17.0 (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 sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved sqlite3.5.4.1 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved tar.2.6.0, tar-unix.2.6.0 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved dune.3.23.0, dune-configurator.3.23.0 (cached)-> installed cmdliner.2.1.1-> installed num.1.6-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed uutf.1.0.4-> installed ptime.1.2.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed jsonm.1.0.2-> installed dune.3.23.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed crunch.4.0.0-> installed cstruct.6.2.0-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml_intrinsics_kernel.v0.17.2-> installed optint.0.3.0-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed ocplib-endian.1.2-> installed hex.1.5.0-> installed ezjsonm.1.3.0-> installed dune-configurator.3.23.0-> installed alcotest.1.9.1-> installed sha.1.15.4-> 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 tar.2.6.0-> installed lwt.6.1.2-> installed cstruct-lwt.6.2.0-> installed sqlite3.5.4.1-> 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.4Done.# To update the current shell environment, run: eval $(opam env)2026-05-16 18:13.54 ---> saved as "e7b444e04a84ae914362e7e832f967bf38919148f4fddabdbaad4a4f1d78548c"/src: (copy (src .) (dst /src))2026-05-16 18:13.55 ---> saved as "2550e0d6812ecb152706b588a89c85ec9ec615f4609951d6c0c229d7e6836dbf"/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.mlSkipping generation of .mli(cd _build/default/test && ./test.exe)Testing `OBuilder'.This run has ID `UH7Q4ETJ'.[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.724s. 23 tests run.2026-05-16 18:14.04 ---> saved as "41379d66ba5e9d0dd341952e53857b7795d3ef070094aff7bd0261ab3daa5879"Job succeeded2026-05-16 18:14.04: Job succeeded