2026-05-22 09:48.17: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/207/head (1641c9b7033a964af319fcfa45571d7c57172721) (linux-x86_64:ubuntu-24.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3Opam 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 1641c9b7cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3# ubuntu-24.04-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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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.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-05-22 09:48.17: Using cache hint "ocurrent/obuilder-ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3-ubuntu-24.04-5.4_opam-2.5-b5750e29c79842c8d280c02260ce1ce4"2026-05-22 09:48.17: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3)(comment ubuntu-24.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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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.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-05-22 09:48.17: Waiting for resource in pool OCluster2026-05-22 13:21.34: Waiting for worker…2026-05-22 13:21.34: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 1641c9b Merge pull request #1 from mtelvers/pr207(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3)Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3' locallydocker.io/ocaml/opam@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3: Pulling from ocaml/opamb40150c1c271: Pulling fs layer5635dddaaf61: Pulling fs layer0a6d5f853ae3: Pulling fs layer799f202be4df: Pulling fs layer799f202be4df: Waitingb903f564077a: Pulling fs layer6c1d10b3d08f: Pulling fs layerb903f564077a: Waiting8fd224b6ae45: Pulling fs layer5e37c7ad2993: Pulling fs layer8fd224b6ae45: Waiting32255c35d5b3: Pulling fs layerc3cffeaeb4b8: Pulling fs layer32255c35d5b3: Waitinga9de87727b20: Pulling fs layerc3cffeaeb4b8: Waitingcd92154d260a: Pulling fs layera9de87727b20: Waitingcd92154d260a: Waiting5534cf6e4151: Pulling fs layer92d42dfe1d12: Pulling fs layer4974f6184649: Pulling fs layer5534cf6e4151: Waiting92d42dfe1d12: Waitingddbbf37b07ba: Pulling fs layer4974f6184649: Waitingddbbf37b07ba: Waiting6c31853c12bf: Pulling fs layered68394a86c7: Pulling fs layer6c31853c12bf: Waiting3cc6b078d5fc: Pulling fs layer257a2bdf9f61: Pulling fs layered68394a86c7: Waiting3cc6b078d5fc: Waiting4f4fb700ef54: Pulling fs layer61b8d2ddf2f3: Pulling fs layer257a2bdf9f61: Waiting4f4fb700ef54: Waitingdbb18f475127: Pulling fs layer802447bfad8e: Pulling fs layerdbb18f475127: Waitinge86ad76f9c74: Pulling fs layer9e967f128a0d: Pulling fs layere86ad76f9c74: Waiting5d5cafdc9e88: Pulling fs layerc81e5f5c4bfc: Pulling fs layer9e967f128a0d: Waiting5d5cafdc9e88: Waiting0a0005210533: Pulling fs layer8549d7b2ccb2: Pulling fs layerc81e5f5c4bfc: Waiting0a0005210533: Waiting57ea4f2cdcb7: Pulling fs layereea0ea6a7403: Pulling fs layer57ea4f2cdcb7: Waiting3d2e57752a6c: Pulling fs layereea0ea6a7403: Waiting128f8b8d9b04: Pulling fs layer3d2e57752a6c: Waitinga594488fbf65: Pulling fs layer128f8b8d9b04: Waitingfbe102fc5248: Pulling fs layera594488fbf65: Waiting4d204629c375: Pulling fs layerfbe102fc5248: Waiting4d204629c375: Waiting504e6256aaf7: Pulling fs layere553f7e7d2a2: Pulling fs layer504e6256aaf7: Waitingcea2efc9b4f4: Pulling fs layer1cf176ec0ca1: Pulling fs layere553f7e7d2a2: Waitingcea2efc9b4f4: Waiting42d435880d33: Pulling fs layer2bd2b7deb664: Pulling fs layerb63ece2686d2: Pulling fs layer42d435880d33: Waiting11efbb46aef7: Pulling fs layer2bd2b7deb664: Waitingb63ece2686d2: Waiting11efbb46aef7: Waiting5635dddaaf61: Download complete0a6d5f853ae3: Download completeb40150c1c271: Verifying Checksumb40150c1c271: Download completeb903f564077a: Verifying Checksumb903f564077a: Download complete8fd224b6ae45: Verifying Checksum8fd224b6ae45: Download complete5e37c7ad2993: Verifying Checksum5e37c7ad2993: Download complete799f202be4df: Verifying Checksum799f202be4df: Download completeb40150c1c271: Pull complete5635dddaaf61: Pull complete0a6d5f853ae3: Pull complete6c1d10b3d08f: Verifying Checksum6c1d10b3d08f: Download complete32255c35d5b3: Verifying Checksum32255c35d5b3: Download completec3cffeaeb4b8: Verifying Checksumc3cffeaeb4b8: Download completea9de87727b20: Verifying Checksuma9de87727b20: Download completecd92154d260a: Verifying Checksumcd92154d260a: Download complete5534cf6e4151: Verifying Checksum5534cf6e4151: Download complete92d42dfe1d12: Verifying Checksum92d42dfe1d12: Download complete4974f6184649: Verifying Checksum4974f6184649: Download completeddbbf37b07ba: Verifying Checksumddbbf37b07ba: Download complete6c31853c12bf: Verifying Checksum6c31853c12bf: Download completeed68394a86c7: Download complete3cc6b078d5fc: Download complete257a2bdf9f61: Verifying Checksum257a2bdf9f61: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete61b8d2ddf2f3: Verifying Checksum61b8d2ddf2f3: Download complete799f202be4df: Pull completedbb18f475127: Verifying Checksumdbb18f475127: Download completeb903f564077a: Pull complete802447bfad8e: Verifying Checksume86ad76f9c74: Verifying Checksume86ad76f9c74: Download complete9e967f128a0d: Verifying Checksum9e967f128a0d: Download complete5d5cafdc9e88: Download completec81e5f5c4bfc: Verifying Checksum0a0005210533: Download complete8549d7b2ccb2: Verifying Checksum8549d7b2ccb2: Download complete57ea4f2cdcb7: Download completeeea0ea6a7403: Verifying Checksumeea0ea6a7403: Download complete3d2e57752a6c: Verifying Checksum3d2e57752a6c: Download completea594488fbf65: Verifying Checksuma594488fbf65: Download complete4d204629c375: Verifying Checksum4d204629c375: Download complete504e6256aaf7: Verifying Checksum504e6256aaf7: Download completee553f7e7d2a2: Verifying Checksume553f7e7d2a2: Download completecea2efc9b4f4: Verifying Checksumcea2efc9b4f4: Download complete1cf176ec0ca1: Verifying Checksum1cf176ec0ca1: Download completefbe102fc5248: Verifying Checksumfbe102fc5248: Download complete2bd2b7deb664: Verifying Checksum2bd2b7deb664: Download completeb63ece2686d2: Verifying Checksumb63ece2686d2: Download complete11efbb46aef7: Verifying Checksum11efbb46aef7: Download complete42d435880d33: Verifying Checksum42d435880d33: Download complete6c1d10b3d08f: Pull complete8fd224b6ae45: Pull complete5e37c7ad2993: Pull complete32255c35d5b3: Pull completec3cffeaeb4b8: Pull completea9de87727b20: Pull completecd92154d260a: Pull complete5534cf6e4151: Pull complete92d42dfe1d12: Pull complete4974f6184649: Pull completeddbbf37b07ba: Pull complete128f8b8d9b04: Verifying Checksum128f8b8d9b04: Download complete6c31853c12bf: Pull completeed68394a86c7: Pull complete3cc6b078d5fc: Pull complete257a2bdf9f61: Pull complete4f4fb700ef54: Pull complete61b8d2ddf2f3: Pull completedbb18f475127: Pull complete802447bfad8e: Pull completee86ad76f9c74: Pull complete9e967f128a0d: Pull complete5d5cafdc9e88: Pull completec81e5f5c4bfc: Pull complete0a0005210533: Pull complete8549d7b2ccb2: Pull complete57ea4f2cdcb7: Pull completeeea0ea6a7403: Pull complete3d2e57752a6c: Pull complete128f8b8d9b04: Pull completea594488fbf65: Pull completefbe102fc5248: Pull complete4d204629c375: Pull complete504e6256aaf7: Pull completee553f7e7d2a2: Pull completecea2efc9b4f4: Pull complete1cf176ec0ca1: Pull complete42d435880d33: Pull complete2bd2b7deb664: Pull completeb63ece2686d2: Pull complete11efbb46aef7: Pull completeDigest: sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3Status: Downloaded newer image for ocaml/opam@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b32026-05-22 13:21.55 ---> using "09f7a341034f2591024efaf9dd77d7de263102b0a73433761a5c6fa3e65c805a" from cache/: (comment ubuntu-24.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-05-22 13:21.55 ---> using "996805b7c90d5b9a01bf7bf13b904d8703f18fb6f8a65970765afaec2dee9098" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADfc08333d1b..3e30e43808 master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-05-22 13:21.55 ---> using "fd1971247f11739807a95480d65e68574aa40b4ec971acfc9a17e787ffb230f8" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-05-22 13:21.55 ---> using "655f67f49906bde43f633517558cbfff6fe8b129bcafe0bebcf71a2b65eaac7c" 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-22 13:21.55 ---> using "73a03a932ff0d8893c37210ae53c2b7de2f1acac27c1198aca9d27ec9dbbe945" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-22 13:21.55 ---> using "8a9cba3bfe88ee96472783f115e55a389f2d06cd3aa056268eed29399873bfd9" 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-22 13:21.55 ---> using "92e6c37131ed9b613671f22366196147fec816e15d66094bd14c074ff405da6e" from cache/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))2026-05-22 13:21.56 ---> saved as "063381abd966450db10511e961c75be54511efb48524cec80edb848f6ea44e71"/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-22 13:21.59 ---> saved as "5cae061cf6e157de9a3d10bf3e701687d81d9a521ed5bfcbbfa85d3140396397"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-22 13:22.00 ---> saved as "a3ef3c0022c996996595d43eefc1288de29413eff37612d2ef5f0d47671a33ba"/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.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 noble InRelease- Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:4 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1505 kB]- Get:5 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2148 kB]- Get:7 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3671 kB]- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [54.6 kB]- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2457 kB]- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3920 kB]- Get:11 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [2072 kB]- Get:12 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [48.4 kB]- Get:13 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [35.9 kB]- Fetched 16.3 MB in 36s (452 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"- debconf: delaying package configuration, since apt-utils is not installed- 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 ... 16365 files and directories currently installed.)- Preparing to unpack .../libpkgconf3_1.8.1-2build1_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-2build1) ...- Selecting previously unselected package libsqlite3-dev:amd64.- Preparing to unpack .../libsqlite3-dev_3.45.1-1ubuntu2.5_amd64.deb ...- Unpacking libsqlite3-dev:amd64 (3.45.1-1ubuntu2.5) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-2build1_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-2build1) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../pkgconf_1.8.1-2build1_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-2build1) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../pkg-config_1.8.1-2build1_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-2build1) ...- Setting up libpkgconf3:amd64 (1.8.1-2build1) ...- Setting up libsqlite3-dev:amd64 (3.45.1-1ubuntu2.5) ...- Setting up pkgconf-bin (1.8.1-2build1) ...- Setting up pkgconf:amd64 (1.8.1-2build1) ...- Setting up pkg-config:amd64 (1.8.1-2build1) ...- Processing triggers for libc-bin (2.39-0ubuntu8.7) ...# To update the current shell environment, run: eval $(opam env)2026-05-22 13:22.54 ---> saved as "d459449aba92d674f2e15f27f300befc8fc13f3f5797daa802d727935f9512c8"/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.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 checkseum.0.5.3 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.1 (cached)-> installed conf-pkg-config.4-> 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-sqlite3.1-> 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 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 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 ppxlib.0.38.0 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (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 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 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 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.1-> installed sha.1.15.4-> installed alcotest.1.9.1-> installed parsexp.v0.17.0-> installed checkseum.0.5.3-> installed sexplib.v0.17.0-> installed decompress.1.5.3-> installed dune-compiledb.0.6.0-> 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-22 13:24.02 ---> saved as "78488f50c9a2ec7890b59cbb911f255f9c35e9602d3203751010d335aa0ea10e"/src: (copy (src .) (dst /src))2026-05-22 13:24.02 ---> saved as "08771d1a95665f189fbb04800ebefce6c7897605b1fefac15682c493f8280ae9"/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 `V05DA9W6'.[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.391s. 23 tests run.2026-05-22 13:24.06 ---> saved as "0b5c4b0b24ae801063bccd08b1986e09979c612249f0a5945bff953a6c0fdb0b"Job succeeded2026-05-22 13:24.06: Job succeeded