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-x86_64:alpine-3.23-5.4_opam-2.5)Base: ocaml/opam:alpine-3.23-ocaml-5.4@sha256:028af757d3b496dd68a0fcf388f881a2a87f49999ddaa27ebf936d83ba718073Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/obuilder.git" -b "freebsd-jail-reap-detached-daemons" && cd "obuilder" && git reset --hard 6d7ed173cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.23-ocaml-5.4@sha256:028af757d3b496dd68a0fcf388f881a2a87f49999ddaa27ebf936d83ba718073# alpine-3.23-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 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.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 $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-24 09:53.14: Using cache hint "ocurrent/obuilder-ocaml/opam:alpine-3.23-ocaml-5.4@sha256:028af757d3b496dd68a0fcf388f881a2a87f49999ddaa27ebf936d83ba718073-alpine-3.23-5.4_opam-2.5-802c13ad21eb66fc934056bd74d571c6"2026-06-24 09:53.14: Using OBuilder spec:((from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:028af757d3b496dd68a0fcf388f881a2a87f49999ddaa27ebf936d83ba718073)(comment alpine-3.23-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 09:53.14: Waiting for resource in pool OCluster2026-06-24 09:53.14: Waiting for worker…2026-06-24 09:53.15: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 6d7ed17 FreeBSD: force-remove the jail on exit to reap detached daemons(from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:028af757d3b496dd68a0fcf388f881a2a87f49999ddaa27ebf936d83ba718073)Unable to find image 'ocaml/opam:alpine-3.23-ocaml-5.4@sha256:028af757d3b496dd68a0fcf388f881a2a87f49999ddaa27ebf936d83ba718073' locallydocker.io/ocaml/opam@sha256:028af757d3b496dd68a0fcf388f881a2a87f49999ddaa27ebf936d83ba718073: Pulling from ocaml/opam6a0ac1617861: Pulling fs layerc7f7861ee488: Pulling fs layer242907bdbe26: Pulling fs layer3352270e10b0: Pulling fs layer47c18f475101: Pulling fs layerc7f7861ee488: Waiting9e65bd6c7317: Pulling fs layer6a0ac1617861: Waiting2801e5e13c88: Pulling fs layer3352270e10b0: Waiting47c18f475101: Waiting018ccadd5bf7: Pulling fs layer9e65bd6c7317: Waiting242907bdbe26: Waiting2e273f2aabdd: Pulling fs layer2801e5e13c88: Waiting018ccadd5bf7: Waitinge348a3504fd1: Pulling fs layer37f6ed8f41db: Pulling fs layer2e273f2aabdd: Waitinge4dee05632b5: Pulling fs layercc7d1e48a817: Pulling fs layer2afc109d933b: Pulling fs layer37f6ed8f41db: Waitinge4dee05632b5: Waitingc8b994fd4978: Pulling fs layercc7d1e48a817: Waitinge348a3504fd1: Waiting94d6ee139c18: Pulling fs layer2afc109d933b: Waiting33b9b3d1317d: Pulling fs layerc8b994fd4978: Waiting94d6ee139c18: Waiting4f4fb700ef54: Pulling fs layer33b9b3d1317d: Waiting48061712d8ec: Pulling fs layer4f4fb700ef54: Waiting9379b5d8c279: Pulling fs layer48061712d8ec: Waitingda5d751f6c1f: Pulling fs layerded3ed35f70f: Pulling fs layer9379b5d8c279: Waitingda5d751f6c1f: Waiting9d95cd3602ab: Pulling fs layerded3ed35f70f: Waitinge5ec97e88805: Pulling fs layer9d95cd3602ab: Waiting8fa9502c7636: Pulling fs layerd2ada6e134f3: Pulling fs layere5ec97e88805: Waitingde9c4f786308: Pulling fs layer8fa9502c7636: Waiting74907ca98ac8: Pulling fs layerd2ada6e134f3: Waitingd97c011a0188: Pulling fs layerde9c4f786308: Waiting74907ca98ac8: Waiting5e3139447bb2: Pulling fs layerd97c011a0188: Waiting0abf1764e2f7: Pulling fs layercabb3cb070af: Pulling fs layer5e3139447bb2: Waiting8567d9bd2ef5: Pulling fs layer0abf1764e2f7: Waiting6355f795b23f: Pulling fs layercabb3cb070af: Waiting8567d9bd2ef5: Waitingd56470579452: Pulling fs layer5e09940486c0: Pulling fs layer6355f795b23f: Waitingae8384086020: Pulling fs layerd56470579452: Waiting5e09940486c0: Waitingcc2f366e8a07: Pulling fs layer2af9d1b6335e: Pulling fs layerae8384086020: Waiting1d1fc9714fad: Pulling fs layercc2f366e8a07: Waitingdecaee6a135e: Pulling fs layer2af9d1b6335e: Waitingb8eb03c2bd2b: Pulling fs layer1d1fc9714fad: Waitingb8eb03c2bd2b: Waitingdecaee6a135e: Waiting6a0ac1617861: Verifying Checksum6a0ac1617861: Download complete6a0ac1617861: Pull completec7f7861ee488: Download completec7f7861ee488: Pull complete242907bdbe26: Verifying Checksum242907bdbe26: Download complete242907bdbe26: Pull complete3352270e10b0: Verifying Checksum3352270e10b0: Download complete47c18f475101: Verifying Checksum47c18f475101: Download complete9e65bd6c7317: Verifying Checksum9e65bd6c7317: Download complete2801e5e13c88: Download complete018ccadd5bf7: Verifying Checksum018ccadd5bf7: Download complete2e273f2aabdd: Verifying Checksum2e273f2aabdd: Download completee348a3504fd1: Verifying Checksume348a3504fd1: Download complete37f6ed8f41db: Verifying Checksum37f6ed8f41db: Download completecc7d1e48a817: Download complete2afc109d933b: Verifying Checksum2afc109d933b: Download completec8b994fd4978: Download complete94d6ee139c18: Download complete33b9b3d1317d: Verifying Checksum33b9b3d1317d: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete48061712d8ec: Download complete9379b5d8c279: Download completeda5d751f6c1f: Verifying Checksumda5d751f6c1f: Download completeded3ed35f70f: Download complete9d95cd3602ab: Verifying Checksum9d95cd3602ab: Download completee5ec97e88805: Verifying Checksume5ec97e88805: Download complete8fa9502c7636: Verifying Checksum8fa9502c7636: Download completed2ada6e134f3: Download completede9c4f786308: Download complete74907ca98ac8: Verifying Checksum74907ca98ac8: Download completed97c011a0188: Download complete5e3139447bb2: Verifying Checksum5e3139447bb2: Download completecabb3cb070af: Verifying Checksumcabb3cb070af: Download complete6355f795b23f: Verifying Checksum6355f795b23f: Download completed56470579452: Verifying Checksumd56470579452: Download complete5e09940486c0: Download complete8567d9bd2ef5: Verifying Checksum8567d9bd2ef5: Download complete3352270e10b0: Pull complete47c18f475101: Pull complete9e65bd6c7317: Pull complete2801e5e13c88: Pull complete018ccadd5bf7: Pull complete2e273f2aabdd: Pull completee348a3504fd1: Pull complete37f6ed8f41db: Pull completee4dee05632b5: Pull completecc7d1e48a817: Pull complete2afc109d933b: Pull completec8b994fd4978: Pull complete94d6ee139c18: Pull complete33b9b3d1317d: Pull complete4f4fb700ef54: Pull complete48061712d8ec: Pull complete9379b5d8c279: Pull completeda5d751f6c1f: Pull completeded3ed35f70f: Pull complete9d95cd3602ab: Pull completee5ec97e88805: Pull complete8fa9502c7636: Pull completed2ada6e134f3: Pull completede9c4f786308: Pull complete74907ca98ac8: Pull completed97c011a0188: Pull complete5e3139447bb2: Pull complete0abf1764e2f7: Verifying Checksum0abf1764e2f7: Download completeae8384086020: Verifying Checksumae8384086020: Download completecc2f366e8a07: Download complete2af9d1b6335e: Verifying Checksum2af9d1b6335e: Download complete1d1fc9714fad: Verifying Checksum1d1fc9714fad: Download completedecaee6a135e: Verifying Checksumdecaee6a135e: Download completeb8eb03c2bd2b: Verifying Checksumb8eb03c2bd2b: Download complete0abf1764e2f7: Pull completecabb3cb070af: Pull complete8567d9bd2ef5: Pull complete6355f795b23f: Pull completed56470579452: Pull complete5e09940486c0: Pull completeae8384086020: Pull completecc2f366e8a07: Pull complete2af9d1b6335e: Pull complete1d1fc9714fad: Pull completedecaee6a135e: Pull completeb8eb03c2bd2b: Pull completeDigest: sha256:028af757d3b496dd68a0fcf388f881a2a87f49999ddaa27ebf936d83ba718073Status: Downloaded newer image for ocaml/opam@sha256:028af757d3b496dd68a0fcf388f881a2a87f49999ddaa27ebf936d83ba7180732026-06-24 09:53.17 ---> using "81271f136a5c405ab344f21038f3fe129030b1e91d3407a93a063db52e4a8f3d" from cache/: (comment alpine-3.23-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 09:53.17 ---> using "6176ab3c1596fbc0dee7463fd2836ffd2f58884dcc6e1ac71012c114e0dba47c" 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_HEADd6a960ed95..c43d294cd0 master -> origin/master3cee9a5d95 conf-pkg-config (#30082)2026-06-24 09:53.17 ---> using "29af25bf17c565b33f6483fc01b63fd11394d2429e451c87ed908deeadc70680" 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] yThis 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-24 09:53.17 ---> using "2b509b9856eaebc559e9e05b157cb93073ac2a2d2e720cbcf1312940266056c2" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 5.4.12.5.12026-06-24 09:53.17 ---> using "d4c948d1574c033263f659bc72ec216992ddc6de29cb76ad69680a4972ace2a6" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-24 09:53.17 ---> using "ea9cf994455f547058e261df541c7b52b42f4d6beecf9025ec1bad35124383f5" 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-compiler.5.5.0However, 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 09:53.17 ---> using "67aa4d0e195e3f00c2cc415b8fbfeafbc16daa692c1268239205036e12a0592e" from cache/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))2026-06-24 09:53.17 ---> using "e3605c5f6b823a82b9a68b27bb32243ef7b8a09d70c488faa6161fe9d59e31fa" 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 09:53.17 ---> using "377513fc58f35430b9ef5844108203b9a2c9c10facd1216af4f948a9e84081f7" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-24 09:53.17 ---> using "edf3e4b1b323e34ebafd20fafe40259110bc262f852ffe3b076c34e051225a22" 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 "apk" "update"- v3.23.5-3-g5fb26decf67 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]- v3.23.4-389-g61ed12cfb1c [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]- v3.24.0-658-gc7e09216ffc [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v3.24.0-670-g575ef05d302 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v3.24.0-652-gda6e5eb0a7c [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 62481 distinct packages available<><> 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:sqlite-dev<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apk" "add" "sqlite-dev"- (1/2) Installing sqlite (3.51.2-r0)- (2/2) Installing sqlite-dev (3.51.2-r0)- Executing busybox-1.37.0-r30.trigger- OK: 341.1 MiB in 105 packages# To update the current shell environment, run: eval $(opam env)2026-06-24 09:53.17 ---> using "46f113b3691f7b015463c8c749959cb5042955209e9517e6cf002ccc8cab32c1" 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 cmdliner.2.1.1 (cached)-> retrieved cppo.1.8.0 (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 decompress.1.5.3 (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.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 sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved ppxlib.0.38.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 dune.3.23.1, dune-configurator.3.23.1 (cached)-> installed num.1.6-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> 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 fpath.0.7.3-> installed jsonm.1.0.2-> installed dune.3.23.1-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> 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 cppo.1.8.0-> installed optint.0.3.0-> installed sexplib0.v0.17.0-> installed hex.1.5.0-> installed re.1.14.0-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-syntax-shims.1.0.0-> installed yojson.3.0.0-> installed ocplib-endian.1.2-> installed ezjsonm.1.3.0-> installed sha.1.15.4-> installed alcotest.1.9.1-> 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 tar.2.6.0-> installed lwt.6.1.2-> installed cstruct-lwt.6.2.0-> installed tar-unix.2.6.0-> installed sqlite3.5.4.1-> 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-06-24 09:53.17 ---> using "64effebe051126cd716f0ad5e014b9ca9991a5320aec7afe2d7170ab1e1591ab" from cache/src: (copy (src .) (dst /src))2026-06-24 09:53.18 ---> saved as "64570435750af4005d7bb2e880925211c1ede06dd28b13e6e4a1a8b02640d0a7"/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 `1R69JA0K'.[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.311s. 23 tests run.2026-06-24 09:53.23 ---> saved as "b34f3d924b028fdc4c4cf6f21c63938282871e8c75e2e6971c444d419751b54a"Job succeeded2026-06-24 09:53.23: Job succeeded