2026-04-09 14:49.15: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/heads/master (a4329f09abdf762b019b83c9218c1d8dd1d6a093) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/obuilder.git" -b "master" && cd "obuilder" && git reset --hard a4329f09cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d# ubuntu-25.10-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && 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.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.0 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.22.1 dune-compiledb.0.6.0 dune-configurator.3.22.1 extunix.0.4.3 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.1 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.4.0 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-04-09 14:49.15: Using cache hint "ocurrent/obuilder-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d-ubuntu-25.10-4.14_opam-2.5-4230f292148518a6057e8f08a8a59b4d"2026-04-09 14:49.15: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d)(comment ubuntu-25.10-4.14_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 (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 "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src obuilder.opam obuilder-spec.opam) (dst ./))(run (network host)(shell "opam pin add -yn obuilder.dev './' && \\nopam pin add -yn obuilder-spec.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.0 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.22.1 dune-compiledb.0.6.0 dune-configurator.3.22.1 extunix.0.4.3 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.1 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.4.0 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-04-09 14:49.15: Waiting for resource in pool OCluster2026-04-09 14:49.15: Waiting for worker…2026-04-09 14:49.15: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at a4329f0 Merge pull request #205 from mtelvers/fix-dot-slash-tar-paths(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d' locallydocker.io/ocaml/opam@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d: Pulling from ocaml/opam16c195d4c5e9: Already existseef1e591e8a9: Pulling fs layer475b07e782b4: Pulling fs layer18fb99e993e1: Pulling fs layerca37c6a45798: Pulling fs layerc57691858953: Pulling fs layer5512f1558e14: Pulling fs layer43fe003df081: Pulling fs layerc57691858953: Waiting6e925d30090e: Pulling fs layer5512f1558e14: Waitingca37c6a45798: Waiting43fe003df081: Waiting3417bab79df5: Pulling fs layer6e925d30090e: Waiting0aa36f5a555a: Pulling fs layer474fc3d17365: Pulling fs layer49a3768a5f63: Pulling fs layerc5abc7eafdff: Pulling fs layer62941fb37fba: Pulling fs layer0aa36f5a555a: Waiting3417bab79df5: Waiting474fc3d17365: Waiting378967450a13: Pulling fs layer49a3768a5f63: Waitingc5abc7eafdff: Waitingb77cfa4e2ae3: Pulling fs layer62941fb37fba: Waiting378967450a13: Waitingcb268f925fd0: Pulling fs layerb77cfa4e2ae3: Waiting3bf4591bde94: Pulling fs layer34a47fe3891d: Pulling fs layercb268f925fd0: Waiting3bf4591bde94: Waiting0e9e8d8d7a8c: Pulling fs layer024b2f94e104: Pulling fs layer34a47fe3891d: Waiting4f4fb700ef54: Pulling fs layer0e9e8d8d7a8c: Waiting071fbbcf50f3: Pulling fs layer024b2f94e104: Waiting4f4fb700ef54: Waitingb43a2046bab2: Pulling fs layerf34036196a91: Pulling fs layer071fbbcf50f3: Waitingb43a2046bab2: Waitingb07913c71979: Pulling fs layerf34036196a91: Waitingf1c987ef231c: Pulling fs layer1a8485ec060a: Pulling fs layeraa1dac00c891: Pulling fs layer215e9614a861: Pulling fs layer117130324f1d: Pulling fs layerf1c987ef231c: Waitingb07913c71979: Waiting1a8485ec060a: Waitingaa1dac00c891: Waiting215e9614a861: Waitingedf62db1b518: Pulling fs layer0db4778affc6: Pulling fs layer117130324f1d: Waitingedf62db1b518: Waitinga7061a59a18a: Pulling fs layer0db4778affc6: Waiting1a46a132d40e: Pulling fs layera7061a59a18a: Waitinge461a5dda351: Pulling fs layerbaef187c60a6: Pulling fs layer1a46a132d40e: Waiting60fb67301e08: Pulling fs layere461a5dda351: Waitingbaef187c60a6: Waitingbf681241fc68: Pulling fs layer60fb67301e08: Waiting23eaa9b4d484: Pulling fs layer9a6368d68eed: Pulling fs layer23eaa9b4d484: Waitingbf681241fc68: Waiting9a6368d68eed: Waiting2d64e5b84c8e: Pulling fs layere27c13f91de7: Pulling fs layer2d64e5b84c8e: Waiting707ec58296db: Pulling fs layere27c13f91de7: Waiting707ec58296db: Waiting475b07e782b4: Verifying Checksum475b07e782b4: Download completeeef1e591e8a9: Pull complete475b07e782b4: Pull completeca37c6a45798: Verifying Checksumca37c6a45798: Download complete18fb99e993e1: Verifying Checksum18fb99e993e1: Download complete18fb99e993e1: Pull completec57691858953: Verifying Checksumc57691858953: Download completeca37c6a45798: Pull complete6e925d30090e: Download complete43fe003df081: Verifying Checksum43fe003df081: Download complete5512f1558e14: Verifying Checksum5512f1558e14: Download complete3417bab79df5: Verifying Checksum3417bab79df5: Download complete0aa36f5a555a: Download complete474fc3d17365: Download completec5abc7eafdff: Verifying Checksumc5abc7eafdff: Download complete62941fb37fba: Verifying Checksum62941fb37fba: Download complete378967450a13: Download complete49a3768a5f63: Verifying Checksum49a3768a5f63: Download completeb77cfa4e2ae3: Download complete3bf4591bde94: Verifying Checksum3bf4591bde94: Download complete34a47fe3891d: Download completecb268f925fd0: Download complete024b2f94e104: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete0e9e8d8d7a8c: Verifying Checksum0e9e8d8d7a8c: Download complete071fbbcf50f3: Download completeb43a2046bab2: Download completef34036196a91: Download completef1c987ef231c: Verifying Checksumf1c987ef231c: Download completeb07913c71979: Verifying Checksumb07913c71979: Download complete1a8485ec060a: Verifying Checksum1a8485ec060a: Download complete215e9614a861: Verifying Checksum215e9614a861: Download complete117130324f1d: Download completeaa1dac00c891: Verifying Checksumaa1dac00c891: Download completeedf62db1b518: Download complete0db4778affc6: Download completea7061a59a18a: Download completee461a5dda351: Verifying Checksume461a5dda351: Download complete60fb67301e08: Download completebf681241fc68: Download complete23eaa9b4d484: Verifying Checksum23eaa9b4d484: Download completebaef187c60a6: Verifying Checksumbaef187c60a6: Download complete1a46a132d40e: Verifying Checksum1a46a132d40e: Download completec57691858953: Pull complete5512f1558e14: Pull complete43fe003df081: Pull complete2d64e5b84c8e: Verifying Checksum2d64e5b84c8e: Download complete6e925d30090e: Pull complete3417bab79df5: Pull completee27c13f91de7: Download complete707ec58296db: Verifying Checksum707ec58296db: Download complete0aa36f5a555a: Pull complete474fc3d17365: Pull complete49a3768a5f63: Pull completec5abc7eafdff: Pull complete62941fb37fba: Pull complete378967450a13: Pull completeb77cfa4e2ae3: Pull completecb268f925fd0: Pull complete3bf4591bde94: Pull complete34a47fe3891d: Pull complete0e9e8d8d7a8c: Pull complete024b2f94e104: Pull complete4f4fb700ef54: Pull complete071fbbcf50f3: Pull completeb43a2046bab2: Pull completef34036196a91: Pull completeb07913c71979: Pull completef1c987ef231c: Pull complete1a8485ec060a: Pull completeaa1dac00c891: Pull complete215e9614a861: Pull complete117130324f1d: Pull completeedf62db1b518: Pull complete0db4778affc6: Pull completea7061a59a18a: Pull complete9a6368d68eed: Verifying Checksum9a6368d68eed: Download complete1a46a132d40e: Pull completee461a5dda351: Pull completebaef187c60a6: Pull complete60fb67301e08: Pull completebf681241fc68: Pull complete23eaa9b4d484: Pull complete9a6368d68eed: Pull complete2d64e5b84c8e: Pull completee27c13f91de7: Pull complete707ec58296db: Pull completeDigest: sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34dStatus: Downloaded newer image for ocaml/opam@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d2026-04-09 14:49.16 ---> using "3c4ce9c6e9ee70034bd29229916ad5ec000d95ead0b0fba43b6def92796984a9" from cache/: (comment ubuntu-25.10-4.14_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-04-09 14:49.16 ---> using "39be6e7cab41726702a381918496ae7f209450c36172c28a96e133eca65443b9" 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.0 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 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-09 14:49.16 ---> using "1051b28800052ed02673c24f559c1a667e94c3f4e140f902854f61773b45b4d4" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.22.5.02026-04-09 14:49.16 ---> using "a2bc7b82e7ccd6ba372d654ff26238c0a8d40a7573340305012578ac421f9188" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-09 14:49.16 ---> using "f58999d006116fb785ab804ae8b57a0dc6afced41860121df9860ff6db0689b1" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD4f056bfedf..fde524a7a5 master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> 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).However, 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-04-09 14:49.16 ---> using "4902df18caa754e8660d4b65903876d944567e35bb924e6f3555e5f9c18d208d" from cache/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))2026-04-09 14:49.16 ---> using "2f93514363f27f8a3946215e0c806d33c822a2b0c23e97dc5974ed9626f27703" 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-04-09 14:49.16 ---> using "81247e9bbd7d4f755c8da386202de6ad218d1a5bde944f1f9d677329a8449268" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-09 14:49.16 ---> using "eb5a4c5f29e38803a6b6c0b1078f3a70aa05bcf550ced09e7aa4aae9abad47f4" from cache/src: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.0 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.22.1 dune-compiledb.0.6.0 dune-configurator.3.22.1 extunix.0.4.3 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.1 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.4.0 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- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:3 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:5 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [479 kB]- Get:6 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [241 kB]- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [341 kB]- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [5979 B]- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [251 kB]- Get:10 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [4037 B]- Get:11 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [342 kB]- Get:12 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [268 kB]- Fetched 2335 kB in 0s (10.8 MB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[obuilder.dev] synchronised (file:///src)[obuilder-spec.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:libsqlite3-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libsqlite3-dev" "pkg-config"- Selecting previously unselected package libpkgconf3: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 ... 18712 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-04-09 14:49.16 ---> using "0b49cb4064c43d1e5e0f3a0ae7549514e825d46264246345dc48ad43f714c6c7" 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 51 packages- install alcotest 1.9.1- install alcotest-lwt 1.9.1- install astring 0.8.5- install base v0.16.4- install base-bytes base- install camlp-streams 5.0.1- install checkseum 0.5.2- install cmdliner 2.1.0- 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.22.1- install dune-compiledb 0.6.0- install dune-configurator 3.22.1- install extunix 0.4.3- install ezjsonm 1.3.0- install fmt 0.11.0- install fpath 0.7.3- install hex 1.5.0- install jsonm 1.0.2- install logs 0.10.0- install lwt 6.1.1- install num 1.6- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install optint 0.3.0- install parsexp v0.16.0- install ppx_derivers 1.2.1- install ppx_deriving 6.0.3- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install ptime 1.2.0- install re 1.14.0- install sexplib v0.16.0- install sexplib0 v0.16.0- install sha 1.15.4- install sqlite3 5.4.0- install stdlib-shims 0.3.0- install tar 2.6.0- install tar-unix 2.6.0- install topkg 1.1.1- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.16.4 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved checkseum.0.5.2 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-pkg-config.4-> retrieved cmdliner.2.1.0 (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.3 (cached)-> retrieved ezjsonm.1.3.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt.6.1.1 (cached)-> retrieved decompress.1.5.3 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (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.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved ppx_deriving.6.0.3 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved sqlite3.5.4.0 (cached)-> retrieved stdlib-shims.0.3.0 (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)-> installed cmdliner.2.1.0-> 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 fpath.0.7.3-> installed jsonm.1.0.2-> installed dune.3.22.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.12.4-> installed ocaml-syntax-shims.1.0.0-> installed optint.0.3.0-> installed ppx_derivers.1.2.1-> installed re.1.14.0-> installed sexplib0.v0.16.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.22.1-> installed alcotest.1.9.1-> installed sha.1.15.4-> installed parsexp.v0.16.0-> installed checkseum.0.5.2-> installed sexplib.v0.16.0-> installed decompress.1.5.3-> installed dune-compiledb.0.6.0-> installed lwt.6.1.1-> installed tar.2.6.0-> installed cstruct-lwt.6.2.0-> installed tar-unix.2.6.0-> installed sqlite3.5.4.0-> installed logs.0.10.0-> installed alcotest-lwt.1.9.1-> installed base.v0.16.4-> installed ppxlib.0.35.0-> installed ppx_sexp_conv.v0.16.0-> installed ppx_deriving.6.0.3-> installed extunix.0.4.3Done.# To update the current shell environment, run: eval $(opam env)2026-04-09 14:49.16 ---> using "c093e6a30c697e8bb1341c5d305cb2563e68fabbba8c8ccc83180b7d53e765e5" from cache/src: (copy (src .) (dst /src))2026-04-09 14:49.16 ---> saved as "dac6bcee9623df5ee65693f6bee24daeed8b7f69dd2f31eca1d6a9920f92fec4"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/lib && /home/opam/.opam/4.14/bin/ocaml-crunch ../static --mode=plain -o Static_files.ml)Generating Static_files.mlSkipping generation of .mli(cd _build/default/test && ./test.exe)Testing `OBuilder'.This run has ID `8GCW70UA'.[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] 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.545s. 22 tests run.2026-04-09 14:49.21 ---> saved as "b461c069e73fdb7ed1ebddd2128f3b2c07adc62b1ea77f557587e91750f07e09"Job succeeded2026-04-09 14:49.21: Job succeeded