2026-03-24 19:42.12: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/204/head (3d9ef8704a3fdd292544b6ffe28b0058b6d4f9f3) (linux-x86_64:ubuntu-25.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:da7613517228e8bc5eeff3cf5bac9398efb80c19b7ea755e716409551da66b9dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/204/head" && git reset --hard 3d9ef870cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:da7613517228e8bc5eeff3cf5bac9398efb80c19b7ea755e716409551da66b9d# ubuntu-25.04-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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.0 dune-compiledb.0.6.0 dune-configurator.3.22.0 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-03-24 19:42.12: Using cache hint "ocurrent/obuilder-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:da7613517228e8bc5eeff3cf5bac9398efb80c19b7ea755e716409551da66b9d-ubuntu-25.04-4.14_opam-2.5-206a70d136550c4dd07c7ebe258110c9"2026-03-24 19:42.12: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:da7613517228e8bc5eeff3cf5bac9398efb80c19b7ea755e716409551da66b9d)(comment ubuntu-25.04-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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.0 dune-compiledb.0.6.0 dune-configurator.3.22.0 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-03-24 19:42.12: Waiting for resource in pool OCluster2026-03-24 19:42.12: Waiting for worker…2026-03-24 19:42.12: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 3d9ef87 Remove synchronous Windows workaround in copy_file(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:da7613517228e8bc5eeff3cf5bac9398efb80c19b7ea755e716409551da66b9d)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:da7613517228e8bc5eeff3cf5bac9398efb80c19b7ea755e716409551da66b9d' locallydocker.io/ocaml/opam@sha256:da7613517228e8bc5eeff3cf5bac9398efb80c19b7ea755e716409551da66b9d: Pulling from ocaml/opamc62190a9ab61: Pulling fs layer9a2e0901dff5: Pulling fs layerb1f9cc70ae42: Pulling fs layerce0546b0dd1f: Pulling fs layer79301f00e8ba: Pulling fs layer9b295b25667c: Pulling fs layera31f71beef5e: Pulling fs layer5f6f7ff1dd75: Pulling fs layer3326c804f772: Pulling fs layerdbc305c5cd35: Pulling fs layerc2cccf40b87f: Pulling fs layer45e66d8ca585: Pulling fs layerfcefa7241269: Pulling fs layer5bf160151561: Pulling fs layer874b2264723c: Pulling fs layerada98df8f669: Pulling fs layerab8d0ea6e4f6: Pulling fs layer9b295b25667c: Waitinga31f71beef5e: Waiting18a72a4bedd6: Pulling fs layer5f6f7ff1dd75: Waiting3326c804f772: Waitingbfcd7ea0ace8: Pulling fs layerdbc305c5cd35: Waitingc2cccf40b87f: Waiting76a18c947be5: Pulling fs layer6fd9d51ce26c: Pulling fs layer4f4fb700ef54: Pulling fs layer77d410803a59: Pulling fs layerce0546b0dd1f: Waiting44e2dad9dd55: Pulling fs layerb51e285283d3: Pulling fs layer79301f00e8ba: Waiting45e66d8ca585: Waitingdd8da5b96ca2: Pulling fs layerfcefa7241269: Waiting5bf160151561: Waiting874b2264723c: Waitingb46c436fcec9: Pulling fs layerada98df8f669: Waitingab8d0ea6e4f6: Waitinga9e62b40a1cc: Pulling fs layer18a72a4bedd6: Waitingbfcd7ea0ace8: Waiting76a18c947be5: Waitingf5ab56558ad4: Pulling fs layer6fd9d51ce26c: Waiting4f4fb700ef54: Waiting8f52d3d09866: Pulling fs layer39ac1f9b485e: Pulling fs layer503fbe92c3b9: Pulling fs layerf3db52c04fc1: Pulling fs layer3bb40995af78: Pulling fs layer7b86297d779e: Pulling fs layer105dcde23ccd: Pulling fs layerf59061871678: Pulling fs layer536cb47a2e17: Pulling fs layer77d410803a59: Waiting44e2dad9dd55: Waiting0a2922aaae32: Pulling fs layere1d8bbe78506: Pulling fs layera7d7a0c35cb6: Pulling fs layer3ff915cf3429: Pulling fs layer61d320279e43: Pulling fs layer26613761b3e5: Pulling fs layer8f52d3d09866: Waiting39ac1f9b485e: Waiting503fbe92c3b9: Waitingf3db52c04fc1: Waiting3bb40995af78: Waiting7b86297d779e: Waiting105dcde23ccd: Waitingf59061871678: Waiting536cb47a2e17: Waiting0a2922aaae32: Waitinge1d8bbe78506: Waitinga7d7a0c35cb6: Waiting3ff915cf3429: Waiting61d320279e43: Waiting26613761b3e5: Waitingb51e285283d3: Waitingdd8da5b96ca2: Waitingb46c436fcec9: Waitinga9e62b40a1cc: Waitingf5ab56558ad4: Waiting9a2e0901dff5: Verifying Checksum9a2e0901dff5: Download completeb1f9cc70ae42: Verifying Checksumb1f9cc70ae42: Download completec62190a9ab61: Verifying Checksumc62190a9ab61: Download complete79301f00e8ba: Verifying Checksum79301f00e8ba: Download completea31f71beef5e: Verifying Checksuma31f71beef5e: Download completece0546b0dd1f: Verifying Checksumce0546b0dd1f: Download complete5f6f7ff1dd75: Download complete3326c804f772: Verifying Checksum3326c804f772: Download completedbc305c5cd35: Download completec2cccf40b87f: Verifying Checksumc2cccf40b87f: Download complete45e66d8ca585: Verifying Checksum45e66d8ca585: Download complete9b295b25667c: Verifying Checksum9b295b25667c: Download completefcefa7241269: Verifying Checksumfcefa7241269: Download complete5bf160151561: Download complete874b2264723c: Verifying Checksum874b2264723c: Download completec62190a9ab61: Pull completeada98df8f669: Verifying Checksumada98df8f669: Download completeab8d0ea6e4f6: Verifying Checksumab8d0ea6e4f6: Download complete9a2e0901dff5: Pull completeb1f9cc70ae42: Pull complete18a72a4bedd6: Verifying Checksum18a72a4bedd6: Download completebfcd7ea0ace8: Download complete76a18c947be5: Verifying Checksum76a18c947be5: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete6fd9d51ce26c: Verifying Checksum6fd9d51ce26c: Download complete77d410803a59: Download complete44e2dad9dd55: Download completeb51e285283d3: Verifying Checksumb51e285283d3: Download completedd8da5b96ca2: Download completeb46c436fcec9: Download completea9e62b40a1cc: Verifying Checksuma9e62b40a1cc: Download completef5ab56558ad4: Download complete8f52d3d09866: Verifying Checksum8f52d3d09866: Download complete39ac1f9b485e: Verifying Checksum39ac1f9b485e: Download complete503fbe92c3b9: Download completef3db52c04fc1: Verifying Checksumf3db52c04fc1: Download complete3bb40995af78: Verifying Checksum3bb40995af78: Download completece0546b0dd1f: Pull complete105dcde23ccd: Verifying Checksum105dcde23ccd: Download complete79301f00e8ba: Pull complete536cb47a2e17: Verifying Checksum536cb47a2e17: Download complete0a2922aaae32: Download completee1d8bbe78506: Download complete7b86297d779e: Verifying Checksum7b86297d779e: Download complete3ff915cf3429: Download completea7d7a0c35cb6: Download complete61d320279e43: Verifying Checksum61d320279e43: Download complete26613761b3e5: Verifying Checksum26613761b3e5: Download completef59061871678: Verifying Checksumf59061871678: Download complete9b295b25667c: Pull completea31f71beef5e: Pull complete5f6f7ff1dd75: Pull complete3326c804f772: Pull completedbc305c5cd35: Pull completec2cccf40b87f: Pull complete45e66d8ca585: Pull completefcefa7241269: Pull complete5bf160151561: Pull complete874b2264723c: Pull completeada98df8f669: Pull completeab8d0ea6e4f6: Pull complete18a72a4bedd6: Pull completebfcd7ea0ace8: Pull complete76a18c947be5: Pull complete6fd9d51ce26c: Pull complete4f4fb700ef54: Pull complete77d410803a59: Pull complete44e2dad9dd55: Pull completeb51e285283d3: Pull completedd8da5b96ca2: Pull completeb46c436fcec9: Pull completea9e62b40a1cc: Pull completef5ab56558ad4: Pull complete8f52d3d09866: Pull complete39ac1f9b485e: Pull complete503fbe92c3b9: Pull completef3db52c04fc1: Pull complete3bb40995af78: Pull complete7b86297d779e: Pull complete105dcde23ccd: Pull completef59061871678: Pull complete536cb47a2e17: Pull complete0a2922aaae32: Pull completee1d8bbe78506: Pull completea7d7a0c35cb6: Pull complete3ff915cf3429: Pull complete61d320279e43: Pull complete26613761b3e5: Pull completeDigest: sha256:da7613517228e8bc5eeff3cf5bac9398efb80c19b7ea755e716409551da66b9dStatus: Downloaded newer image for ocaml/opam@sha256:da7613517228e8bc5eeff3cf5bac9398efb80c19b7ea755e716409551da66b9d2026-03-24 19:42.13 ---> using "8be63355c4a8e3ed39d87c01aea6b840edfb27d913c4bf8d10e897ed2a19abfc" from cache/: (comment ubuntu-25.04-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-03-24 19:42.13 ---> using "3b1e98180608464d3192a40cae49abc4c4587eaea469e083b8e472ec73c7e3c1" 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-03-24 19:42.13 ---> using "583d78b7fffcad4e88cae424d53ba5ac4a3e3790a595ddd962046db38e042d30" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-03-24 19:42.13 ---> using "f4244c896864227bd06aeeb7ac784ad0bfd433e02369b85f090428a206231b60" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-24 19:42.13 ---> using "1a3b68cfb51618716d7579238e673bc499d9d801120048d3b72adb12ef5cb0bb" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb820e8c25e..b2a1270dba master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> 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-03-24 19:42.13 ---> using "d8ec1b7bf8abe3beb1b4c6f14050a7bd1bfcbbb59a861bdecab711328b478d5f" from cache/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))2026-03-24 19:42.13 ---> saved as "234a446213995cab2f475cf8796b6b01bc90c5e34ee439a994bfcc77e5052191"/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-03-24 19:42.16 ---> saved as "d00817b41a320d44befd1ca6fedcbdd7450250249ee7861f36a77d46bfc05b9f"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-24 19:42.16 ---> saved as "70e06d71c0c3240875b423051d29bd39e804cc6cfd56a26119d156b52fe04121"/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.0 dune-compiledb.0.6.0 dune-configurator.3.22.0 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://security.ubuntu.com/ubuntu plucky-security InRelease- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease- Hit:4 http://archive.ubuntu.com/ubuntu plucky-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 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 ... 16503 files and directories currently installed.)- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Selecting previously unselected package libsqlite3-dev:amd64.- Preparing to unpack .../libsqlite3-dev_3.46.1-3ubuntu0.3_amd64.deb ...- Unpacking libsqlite3-dev:amd64 (3.46.1-3ubuntu0.3) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up libpkgconf3:amd64 (1.8.1-4) ...- Setting up libsqlite3-dev:amd64 (3.46.1-3ubuntu0.3) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up pkgconf:amd64 (1.8.1-4) ...- Setting up pkg-config:amd64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-6ubuntu1.2) ...# To update the current shell environment, run: eval $(opam env)2026-03-24 19:42.30 ---> saved as "1cc8be01aa20eb6ecfe577214962fc89ce5b0b2b5a3b7e4fb19725afc4a06647"/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.0- install dune-compiledb 0.6.0- install dune-configurator 3.22.0- 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 ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved ppx_deriving.6.0.3 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved sqlite3.5.4.0 (cached)-> retrieved tar.2.6.0, tar-unix.2.6.0 (cached)-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (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.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.12.4-> installed ocaml-syntax-shims.1.0.0-> installed optint.0.3.0-> 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.0-> 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 dune-compiledb.0.6.0-> installed decompress.1.5.3-> installed tar.2.6.0-> installed lwt.6.1.1-> installed cstruct-lwt.6.2.0-> installed sqlite3.5.4.0-> installed tar-unix.2.6.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-03-24 19:43.53 ---> saved as "5255a48e28627aedc3b19ca6805d7a325d0c0b8142e043a05028a50782699276"/src: (copy (src .) (dst /src))2026-03-24 19:43.53 ---> saved as "d1da53e1ac63bc6d51669296e70e0d45b1451b69daf43e5dc14c608b52f608c8"/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 .mliFile "test/dune", line 10, characters 7-11:10 | (name test)^^^^(cd _build/default/test && ./test.exe)Testing `OBuilder'.This run has ID `H1C2FAK5'.[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.[FAIL] build 4 Concurrent failure 2.[FAIL] build 5 Cancel.[FAIL] build 6 Cancel 2.[FAIL] build 7 Cancel 3.[FAIL] build 8 Cancel 4.[FAIL] build 9 Cancel 5.[FAIL] build 10 Delete.[FAIL] secrets 0 Simple.[FAIL] secrets 1 No secret provided.┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] build 4 Concurrent failure 2. │└──────────────────────────────────────────────────────────────────────────────┘test.exe: [INFO] b1: "(from base)"test.exe: [INFO] Base image not present; importing "base"…test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_b938f7_dune/mock-store-793325/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"exec: [|sudo; --; mkdir; -m; 755; --;/tmp/build_b938f7_dune/mock-store-793325/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]test.exe: [INFO] Exec "docker" "create" "--" "base"exec: [|docker; create; --; base|]test.exe: [INFO] Exec "docker" "export" "--" "base-4"exec: [|docker; export; --; base-4|]test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_b938f7_dune/mock-store-793325/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"exec: [|sudo; --; tar; -C;/tmp/build_b938f7_dune/mock-store-793325/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;-xf; -|]test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-4"exec: [|docker; rm; --force; --; base-4|]docker rm --force "base-4"test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"exec: [|docker; image; inspect; --format;{{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]test.exe: [INFO] b1: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""test.exe: [INFO] b1: "/: (run (shell A))"test.exe: [INFO] b1: "A\n"test.exe: [INFO] b2: "(from base)"test.exe: [INFO] b2: "---> using \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\" from cache"test.exe: [INFO] b2: "/: (run (shell A))"ASSERT timeout 10.000000stest.exe: [INFO] Waiting for 1 builds to finishFile "src/core/lwt.ml", line 1979, character 26:FAIL timeout 10.000000sExpected: `Alcotest.reject'Received: `Alcotest.reject'Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1979, characters 26-31Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.004.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] build 5 Cancel. │└──────────────────────────────────────────────────────────────────────────────┘test.exe: [INFO] b: "(from base)"test.exe: [INFO] Base image not present; importing "base"…test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_b938f7_dune/mock-store-732f32/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"exec: [|sudo; --; mkdir; -m; 755; --;/tmp/build_b938f7_dune/mock-store-732f32/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]test.exe: [INFO] Exec "docker" "create" "--" "base"exec: [|docker; create; --; base|]test.exe: [INFO] Exec "docker" "export" "--" "base-5"exec: [|docker; export; --; base-5|]test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_b938f7_dune/mock-store-732f32/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"exec: [|sudo; --; tar; -C;/tmp/build_b938f7_dune/mock-store-732f32/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;-xf; -|]test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-5"exec: [|docker; rm; --force; --; base-5|]docker rm --force "base-5"test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"exec: [|docker; image; inspect; --format;{{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]ASSERT timeout 10.000000stest.exe: [INFO] Waiting for 1 builds to finishFile "src/core/lwt.ml", line 1979, character 26:FAIL timeout 10.000000sExpected: `Alcotest.reject'Received: `Alcotest.reject'Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1979, characters 26-31Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.005.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] build 6 Cancel 2. │└──────────────────────────────────────────────────────────────────────────────┘test.exe: [INFO] b1: "(from base)"test.exe: [INFO] Base image not present; importing "base"…test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_b938f7_dune/mock-store-71ff96/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"exec: [|sudo; --; mkdir; -m; 755; --;/tmp/build_b938f7_dune/mock-store-71ff96/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]test.exe: [INFO] Exec "docker" "create" "--" "base"exec: [|docker; create; --; base|]test.exe: [INFO] Exec "docker" "export" "--" "base-6"exec: [|docker; export; --; base-6|]test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_b938f7_dune/mock-store-71ff96/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"exec: [|sudo; --; tar; -C;/tmp/build_b938f7_dune/mock-store-71ff96/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;-xf; -|]test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-6"exec: [|docker; rm; --force; --; base-6|]docker rm --force "base-6"test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"exec: [|docker; image; inspect; --format;{{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]ASSERT timeout 10.000000stest.exe: [INFO] Waiting for 1 builds to finishFile "src/core/lwt.ml", line 1979, character 26:FAIL timeout 10.000000sExpected: `Alcotest.reject'Received: `Alcotest.reject'Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1979, characters 26-31Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.006.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] build 7 Cancel 3. │└──────────────────────────────────────────────────────────────────────────────┘test.exe: [INFO] b1: "(from base)"test.exe: [INFO] Base image not present; importing "base"…test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_b938f7_dune/mock-store-4335bc/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"exec: [|sudo; --; mkdir; -m; 755; --;/tmp/build_b938f7_dune/mock-store-4335bc/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]test.exe: [INFO] Exec "docker" "create" "--" "base"exec: [|docker; create; --; base|]test.exe: [INFO] Exec "docker" "export" "--" "base-7"exec: [|docker; export; --; base-7|]test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_b938f7_dune/mock-store-4335bc/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"exec: [|sudo; --; tar; -C;/tmp/build_b938f7_dune/mock-store-4335bc/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;-xf; -|]test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-7"exec: [|docker; rm; --force; --; base-7|]docker rm --force "base-7"test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"exec: [|docker; image; inspect; --format;{{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]ASSERT timeout 10.000000stest.exe: [INFO] Waiting for 1 builds to finishFile "src/core/lwt.ml", line 1979, character 26:FAIL timeout 10.000000sExpected: `Alcotest.reject'Received: `Alcotest.reject'Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1979, characters 26-31Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.007.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] build 8 Cancel 4. │└──────────────────────────────────────────────────────────────────────────────┘test.exe: [INFO] b1: "(from base)"test.exe: [INFO] Base image not present; importing "base"…test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_b938f7_dune/mock-store-d06e3b/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"exec: [|sudo; --; mkdir; -m; 755; --;/tmp/build_b938f7_dune/mock-store-d06e3b/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]test.exe: [INFO] Exec "docker" "create" "--" "base"exec: [|docker; create; --; base|]test.exe: [INFO] Exec "docker" "export" "--" "base-8"exec: [|docker; export; --; base-8|]test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_b938f7_dune/mock-store-d06e3b/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"exec: [|sudo; --; tar; -C;/tmp/build_b938f7_dune/mock-store-d06e3b/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;-xf; -|]test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-8"exec: [|docker; rm; --force; --; base-8|]docker rm --force "base-8"test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"exec: [|docker; image; inspect; --format;{{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]ASSERT timeout 10.000000stest.exe: [INFO] Waiting for 1 builds to finishFile "src/core/lwt.ml", line 1979, character 26:FAIL timeout 10.000000sExpected: `Alcotest.reject'Received: `Alcotest.reject'Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1979, characters 26-31Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.008.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] build 9 Cancel 5. │└──────────────────────────────────────────────────────────────────────────────┘test.exe: [INFO] b1: "(from base)"test.exe: [INFO] Base image not present; importing "base"…test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_b938f7_dune/mock-store-dd44f1/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"exec: [|sudo; --; mkdir; -m; 755; --;/tmp/build_b938f7_dune/mock-store-dd44f1/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]test.exe: [INFO] Exec "docker" "create" "--" "base"exec: [|docker; create; --; base|]test.exe: [INFO] Exec "docker" "export" "--" "base-9"exec: [|docker; export; --; base-9|]test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_b938f7_dune/mock-store-dd44f1/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"exec: [|sudo; --; tar; -C;/tmp/build_b938f7_dune/mock-store-dd44f1/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;-xf; -|]test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-9"exec: [|docker; rm; --force; --; base-9|]docker rm --force "base-9"test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"exec: [|docker; image; inspect; --format;{{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]ASSERT timeout 10.000000stest.exe: [INFO] Waiting for 1 builds to finishFile "src/core/lwt.ml", line 1979, character 26:FAIL timeout 10.000000sExpected: `Alcotest.reject'Received: `Alcotest.reject'Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1979, characters 26-31Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.009.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] build 10 Delete. │└──────────────────────────────────────────────────────────────────────────────┘test.exe: [INFO] b1: "(from base)"test.exe: [INFO] Base image not present; importing "base"…test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_b938f7_dune/mock-store-4e7e64/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"exec: [|sudo; --; mkdir; -m; 755; --;/tmp/build_b938f7_dune/mock-store-4e7e64/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]test.exe: [INFO] Exec "docker" "create" "--" "base"exec: [|docker; create; --; base|]test.exe: [INFO] Exec "docker" "export" "--" "base-10"exec: [|docker; export; --; base-10|]test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_b938f7_dune/mock-store-4e7e64/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"exec: [|sudo; --; tar; -C;/tmp/build_b938f7_dune/mock-store-4e7e64/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;-xf; -|]test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-10"exec: [|docker; rm; --force; --; base-10|]docker rm --force "base-10"test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"exec: [|docker; image; inspect; --format;{{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]ASSERT timeout 10.000000sFile "src/core/lwt.ml", line 1979, character 26:FAIL timeout 10.000000sExpected: `Alcotest.reject'Received: `Alcotest.reject'Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1979, characters 26-31Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.010.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] secrets 0 Simple. │└──────────────────────────────────────────────────────────────────────────────┘test.exe: [INFO] b: "(from base)"test.exe: [INFO] Base image not present; importing "base"…test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_b938f7_dune/mock-store-1984e4/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"exec: [|sudo; --; mkdir; -m; 755; --;/tmp/build_b938f7_dune/mock-store-1984e4/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]test.exe: [INFO] Exec "docker" "create" "--" "base"exec: [|docker; create; --; base|]test.exe: [INFO] Exec "docker" "export" "--" "base-11"exec: [|docker; export; --; base-11|]test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_b938f7_dune/mock-store-1984e4/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"exec: [|sudo; --; tar; -C;/tmp/build_b938f7_dune/mock-store-1984e4/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;-xf; -|]test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-11"exec: [|docker; rm; --force; --; base-11|]docker rm --force "base-11"test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"exec: [|docker; image; inspect; --format;{{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]ASSERT timeout 10.000000sFile "src/core/lwt.ml", line 1979, character 26:FAIL timeout 10.000000sExpected: `Alcotest.reject'Received: `Alcotest.reject'Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1979, characters 26-31Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/secrets.000.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] secrets 1 No secret provided. │└──────────────────────────────────────────────────────────────────────────────┘test.exe: [INFO] b: "(from base)"test.exe: [INFO] Base image not present; importing "base"…test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_b938f7_dune/mock-store-e0aca1/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"exec: [|sudo; --; mkdir; -m; 755; --;/tmp/build_b938f7_dune/mock-store-e0aca1/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]test.exe: [INFO] Exec "docker" "create" "--" "base"exec: [|docker; create; --; base|]test.exe: [INFO] Exec "docker" "export" "--" "base-12"exec: [|docker; export; --; base-12|]test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_b938f7_dune/mock-store-e0aca1/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"exec: [|sudo; --; tar; -C;/tmp/build_b938f7_dune/mock-store-e0aca1/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;-xf; -|]test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-12"exec: [|docker; rm; --force; --; base-12|]docker rm --force "base-12"test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base"exec: [|docker; image; inspect; --format;{{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|]ASSERT timeout 10.000000sFile "src/core/lwt.ml", line 1979, character 26:FAIL timeout 10.000000sExpected: `Alcotest.reject'Received: `Alcotest.reject'Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1979, characters 26-31Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/secrets.001.output'.──────────────────────────────────────────────────────────────────────────────Full test results in `/src/_build/default/test/_build/_tests/OBuilder'.9 failures! in 90.334s. 22 tests run."/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-03-24 19:45.27: Job failed: Failed: Build failed