Organisationsocurrentobuilderfde3bb ()freebsd-4.14_opam-2.1

freebsd-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:28.59: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/180/head (fde3bb09a28ef08db87672cb54f71df89c831a4e) (freebsd-x86_64:freebsd-4.14_opam-2.1)
Base: freebsd-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/180/head" && git reset --hard fde3bb09
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-4.14
# freebsd-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 obuilder.opam obuilder-spec.opam ./
RUN opam pin add -yn obuilder.dev './' && \
    opam pin add -yn obuilder-spec.dev './'
ENV DEPS="alcotest.1.7.0 alcotest-lwt.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.2.0 conf-bash.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.6.9 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.15.2 dune-configurator.3.15.2 extunix.0.4.1 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 lwt.5.7.0 num.1.5 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.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.1.0 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-05-10 09:28.59: Using cache hint "ocurrent/obuilder-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-c7f8d2c0fee325dc4a5d416101550da8"
2024-05-10 09:28.59: Using OBuilder spec:
((from freebsd-ocaml-4.14)
 (comment freebsd-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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 './'"))
 (env DEPS "alcotest.1.7.0 alcotest-lwt.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.2.0 conf-bash.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.6.9 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.15.2 dune-configurator.3.15.2 extunix.0.4.1 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 lwt.5.7.0 num.1.5 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.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.1.0 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.1.2")
 (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.1 --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"))
)


2024-05-10 09:28.59: Waiting for resource in pool OCluster
2024-05-10 14:48.10: Waiting for worker…
2024-05-10 16:16.46: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at fde3bb0 Overlayfs backend


(from freebsd-ocaml-4.14)
2024-05-10 16:11.19 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache


/: (comment freebsd-4.14_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
2024-05-10 16:11.20 ---> using "e9fe3959c02c848d2766600d2fd363dc0faa291980b23311949b4972bc5ea188" from cache


/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-05-10 16:11.20 ---> using "dba2ef0de478afdbd43a6552d310929f1c3c3ee6b86c81b7ff6f06256f6544c3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p5
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-10 16:11.21 ---> using "fa8577a82f6c8311031f5ac9ddbcefef5d36d0876493f17a1dc5aa96593235c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 16:11.22 ---> using "1b1f323c7946b3615d1855d65edd6179caf157152d4670670539e49efbdc1d2e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   69e073a577..20baedeee4  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-05-10 16:11.23 ---> using "8500110bb34f5fa0eecc8ffdce35dbb8d679b67af89bb1cba1cce8086b8f5e32" from cache


/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
2024-05-10 16:11.31 ---> saved as "0928006481d5c0fec26814cb1fa59708d940c18531fb5afc1303e0d1b7fca4d8"


/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)
2024-05-10 16:11.46 ---> saved as "f77ceaa1e4c74112f67beebfe4e20bc67f1c00b2ea80dea6ef8e67771b1a0228"


/src: (env DEPS "alcotest.1.7.0 alcotest-lwt.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.2.0 conf-bash.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.6.9 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.15.2 dune-configurator.3.15.2 extunix.0.4.1 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 lwt.5.7.0 num.1.5 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.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.1.0 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.1.2")


/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.1 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[obuilder-spec.dev] synchronised (no changes)
[obuilder.dev] synchronised (no changes)


[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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


The following system packages will first need to be installed:
    sqlite3


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "sqlite3"
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching packagesite.pkg: 
- .......... done
- Processing entries: 
- ..
- .
- .
- .
- .
- .
- .
- .
- . done
- FreeBSD repository update completed. 34064 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 1.20.9 -> 1.21.2
- 
- Number of packages to be upgraded: 1
- 
- The process will require 7 MiB more space.
- 12 MiB to be downloaded.
- [spring] [1/1] Fetching pkg-1.21.2.pkg: 
- .......
- ... done
- Checking integrity... done (0 conflicting)
- [spring] [1/1] Upgrading pkg from 1.20.9 to 1.21.2...
- [spring] [1/1] Extracting pkg-1.21.2: .........
- . done
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching data.pkg: .......
- ... done
- Processing entries: 
- ..
- .
- ..
- ..
- .
- .. done
- FreeBSD repository update completed. 34064 packages processed.
- All repositories are up to date.
- The following 2 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	libedit: 3.1.20230828_1,1
- 	sqlite3: 3.45.1,1
- 
- Number of packages to be installed: 2
- 
- The process will require 6 MiB more space.
- 2 MiB to be downloaded.
- [spring] [1/2] Fetching libedit-3.1.20230828_1,1.pkg: .......... done
- [spring] [2/2] Fetching sqlite3-3.45.1,1.pkg: .......... done
- Checking integrity...
-  done (0 conflicting)
- [spring] [1/2] Installing libedit-3.1.20230828_1,1...
- [spring] [1/2] Extracting libedit-3.1.20230828_1,1: .......... done
- [spring] [2/2] Installing sqlite3-3.45.1,1...
- [spring] [2/2] Extracting sqlite3-3.45.1,1: .......... done
2024-05-10 16:13.18 ---> saved as "b63df657c3e8ac1dfee4ef28d01ed5a51d4f81efa28e3f7dd68fa94ba59cd19c"


/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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
   install ocamlbuild          0.14.3
   install conf-bash           1
   install num                 1.5
   install cmdliner            1.2.0
   install ocamlfind           1.9.6
   install seq                 base
   install conf-pkg-config     3
   install dune                3.15.2
   install topkg               1.0.7
   install base-bytes          base
   install conf-sqlite3        1
   install stdlib-shims        0.3.0
   install sexplib0            v0.16.0
   install result              1.5
   install re                  1.11.0
   install ppx_derivers        1.2.1
   install optint              0.3.0
   install ocaml-syntax-shims  1.0.0
   install ocaml-compiler-libs v0.12.4
   install csexp               1.5.2
   install cppo                1.6.9
   install camlp-streams       5.0.1
   install uutf                1.0.3
   install ptime               1.1.0
   install fmt                 0.9.0
   install astring             0.8.5
   install sha                 1.15.4
   install parsexp             v0.16.0
   install ppxlib              0.32.1
   install dune-configurator   3.15.2
   install yojson              2.1.2
   install ocplib-endian       1.2
   install crunch              3.3.1
   install cstruct             6.2.0
   install fpath               0.7.3
   install alcotest            1.7.0
   install sexplib             v0.16.0
   install ppx_deriving        5.2.1
   install sqlite3             5.1.0
   install extunix             0.4.1
   install checkseum           0.5.2
   install base                v0.16.3
   install lwt                 5.7.0
   install decompress          1.5.3
   install ppx_sexp_conv       v0.16.0
   install logs                0.7.0
   install cstruct-lwt         6.2.0
   install tar                 2.6.0
   install alcotest-lwt        1.7.0
   install tar-unix            2.6.0
=====  50 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved alcotest.1.7.0  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved base.v0.16.3  (cached)
 retrieved camlp-streams.5.0.1  (cached)
 retrieved checkseum.0.5.2  (cached)
 installed conf-bash.1
 retrieved cppo.1.6.9  (cached)
 installed conf-pkg-config.3
 retrieved cmdliner.1.2.0  (cached)
 retrieved csexp.1.5.2  (cached)
 installed conf-sqlite3.1
 retrieved crunch.3.3.1  (cached)
 retrieved cstruct.6.2.0  (cached)
 retrieved cstruct-lwt.6.2.0  (cached)
 retrieved alcotest-lwt.1.7.0  (cached)
 retrieved decompress.1.5.3  (cached)
 retrieved extunix.0.4.1  (cached)
 retrieved dune-configurator.3.15.2  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved fpath.0.7.3  (cached)
 retrieved logs.0.7.0  (cached)
 retrieved lwt.5.7.0  (cached)
 retrieved num.1.5  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocaml-compiler-libs.v0.12.4  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocplib-endian.1.2  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved parsexp.v0.16.0  (cached)
 retrieved optint.0.3.0  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ppx_deriving.5.2.1  (cached)
 retrieved ppx_sexp_conv.v0.16.0  (cached)
 retrieved ppxlib.0.32.1  (cached)
 retrieved ptime.1.1.0  (cached)
 retrieved re.1.11.0  (cached)
 installed seq.base
 retrieved sexplib.v0.16.0  (cached)
 retrieved result.1.5  (cached)
 retrieved sexplib0.v0.16.0  (cached)
 retrieved sha.1.15.4  (cached)
 retrieved sqlite3.5.1.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved tar.2.6.0  (cached)
 retrieved tar-unix.2.6.0  (cached)
 installed num.1.5
 retrieved uutf.1.0.3  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved dune.3.15.2  (cached)
 retrieved yojson.2.1.2  (cached)
 installed cmdliner.1.2.0
 installed ocamlfind.1.9.6
 installed base-bytes.base
 installed ocamlbuild.0.14.3
 installed topkg.1.0.7
 installed astring.0.8.5
 installed fmt.0.9.0
 installed uutf.1.0.3
 installed ptime.1.1.0
 installed fpath.0.7.3
 installed dune.3.15.2
 installed csexp.1.5.2
 installed camlp-streams.5.0.1
 installed optint.0.3.0
 installed cstruct.6.2.0
 installed crunch.3.3.1
 installed ppx_derivers.1.2.1
 installed ocaml-compiler-libs.v0.12.4
 installed cppo.1.6.9
 installed result.1.5
 installed stdlib-shims.0.3.0
 installed ocaml-syntax-shims.1.0.0
 installed sexplib0.v0.16.0
 installed ocplib-endian.1.2
 installed re.1.11.0
 installed dune-configurator.3.15.2
 installed yojson.2.1.2
 installed parsexp.v0.16.0
 installed sha.1.15.4
 installed alcotest.1.7.0
 installed checkseum.0.5.2
 installed sexplib.v0.16.0
 installed sqlite3.5.1.0
 installed decompress.1.5.3
 installed tar.2.6.0
 installed lwt.5.7.0
 installed cstruct-lwt.6.2.0
 installed tar-unix.2.6.0
 installed logs.0.7.0
 installed base.v0.16.3
 installed alcotest-lwt.1.7.0
 installed ppxlib.0.32.1
 installed ppx_sexp_conv.v0.16.0
 installed ppx_deriving.5.2.1
 installed extunix.0.4.1
Done.
2024-05-10 16:24.10 ---> saved as "8c87465db2a58f2e0aed92b3ca975b32e8d2bbf8f7fba4e5a162ae44bce3e423"


/src: (copy (src .) (dst /src))
2024-05-10 16:24.25 ---> saved as "f08eab2664198e1c525401884c6d07b74819946e682ecb90998ad760f539f239"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib && /home/opam/.opam/4.14.2/bin/ocaml-crunch ../static --mode=plain -o Static_files.ml)
Generating Static_files.ml
Skipping generation of .mli
File "test/dune", line 10, characters 7-11:
10 |  (name test)
            ^^^^
(cd _build/default/test && ./test.exe)
Testing `OBuilder'.
This run has ID `F35ZRCTT'.


  [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.
  [FAIL]        build                 0   Simple.
  [FAIL]        build                 1   Prune.
  [FAIL]        build                 2   Concurrent.
  [FAIL]        build                 3   Concurrent failure.
  [FAIL]        build                 4   Concurrent failure 2.
  [FAIL]        build                 5   Cancel.
  [FAIL]        build                 6   Cancel 2.
  [FAIL]        build                 7   Cancel 3.
  [OK]          build                 8   Cancel 4.
  [OK]          build                 9   Cancel 5.
  [FAIL]        build                10   Delete.
  [OK]          secrets               0   Simple.
  [OK]          secrets               1   No secret provided.


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        build                 0   Simple.
└──────────────────────────────────────────────────────────────────────────────┘
test.exe: [INFO] b: "(from base)"
ASSERT timeout 10.000000s
File "src/core/lwt.ml", line 1967, character 26:
FAIL timeout 10.000000s


   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'


Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 200, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1967, characters 26-31


Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.000.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        build                 1   Prune.
└──────────────────────────────────────────────────────────────────────────────┘
test.exe: [INFO] Base image not present; importing "base"…
test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_9f8d99_dune/mock-store-67f57c/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_9f8d99_dune/mock-store-67f57c/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] b: "(from base)"
test.exe: [INFO] Exec "docker" "export" "--" "base-0"
exec: [|docker; export; --; base-0|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_9f8d99_dune/mock-store-67f57c/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_9f8d99_dune/mock-store-67f57c/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Base image not present; importing "base"…
test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_9f8d99_dune/mock-store-a10c5f/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_9f8d99_dune/mock-store-a10c5f/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] Exec "docker" "export" "--" "base-1"
exec: [|docker; export; --; base-1|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_9f8d99_dune/mock-store-a10c5f/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_9f8d99_dune/mock-store-a10c5f/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-1"
exec: [|docker; rm; --force; --; base-1|]
docker rm --force "base-1"
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] Exec "docker" "rm" "--force" "--" "base-0"
exec: [|docker; rm; --force; --; base-0|]
docker rm --force "base-0"
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] b: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""
test.exe: [INFO] b: "/: (run (shell Append))"
test.exe: [INFO] b: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""
test.exe: [INFO] b: "/: (run (shell Append))"
ASSERT timeout 10.000000s
File "src/core/lwt.ml", line 1967, character 26:
FAIL timeout 10.000000s


   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'


Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 200, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1967, characters 26-31


Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.001.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        build                 2   Concurrent.
└──────────────────────────────────────────────────────────────────────────────┘
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_9f8d99_dune/mock-store-a5e58b/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_9f8d99_dune/mock-store-a5e58b/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] Exec "docker" "export" "--" "base-2"
exec: [|docker; export; --; base-2|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_9f8d99_dune/mock-store-a5e58b/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_9f8d99_dune/mock-store-a5e58b/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-2"
exec: [|docker; rm; --force; --; base-2|]
docker rm --force "base-2"
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))"
ASSERT timeout 10.000000s
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1967, character 26:
FAIL timeout 10.000000s


   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'


Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 200, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1967, characters 26-31


Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.002.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        build                 3   Concurrent failure.
└──────────────────────────────────────────────────────────────────────────────┘
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_9f8d99_dune/mock-store-032935/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_9f8d99_dune/mock-store-032935/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|]
test.exe: [INFO] Exec "docker" "create" "--" "base"
exec: [|docker; create; --; base|]
test.exe: [INFO] Exec "docker" "export" "--" "base-3"
exec: [|docker; export; --; base-3|]
test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_9f8d99_dune/mock-store-032935/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_9f8d99_dune/mock-store-032935/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-3"
exec: [|docker; rm; --force; --; base-3|]
docker rm --force "base-3"
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] b: "Append\n"
test.exe: [INFO] b: "---> saved as \"a16a57b254ca5fe6ca5f34ab5ed0e56d9f38e13c62f7de9d876addd2061f678e\""
test.exe: [INFO] b: "Append\n"
ASSERT Final result
test.exe: [INFO] b: "(from base)"
test.exe: [INFO] b: "---> using \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\" from cache"
test.exe: [INFO] b: "/: (run (shell Append))"
test.exe: [INFO] b: "Append\n"
test.exe: [INFO] b: "---> saved as \"a16a57b254ca5fe6ca5f34ab5ed0e56d9f38e13c62f7de9d876addd2061f678e\""
test.exe: [INFO] b: "---> using \"a16a57b254ca5fe6ca5f34ab5ed0e56d9f38e13c62f7de9d876addd2061f678e\" from cache"
ASSERT Final result
test.exe: [INFO] Pruning 10 items
test.exe: [INFO] Pruned 0 items
ASSERT Nothing before start time
test.exe: [INFO] Pruning 10 items
test.exe: [INFO] Deleting "a16a57b254ca5fe6ca5f34ab5ed0e56d9f38e13c62f7de9d876addd2061f678e"
test.exe: [INFO] Deleting "cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2"
test.exe: [INFO] Pruned 2 items
ASSERT Prune
ASSERT Final result cached
ASSERT timeout 10.000000s
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1967, character 26:
FAIL timeout 10.000000s


   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'


Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 200, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1967, characters 26-31


Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.003.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[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_9f8d99_dune/mock-store-c6c394/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_9f8d99_dune/mock-store-c6c394/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_9f8d99_dune/mock-store-c6c394/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_9f8d99_dune/mock-store-c6c394/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))"
ASSERT timeout 10.000000s
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1967, character 26:
FAIL timeout 10.000000s


   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'


Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 200, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1967, characters 26-31


Logs 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_9f8d99_dune/mock-store-b5c322/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_9f8d99_dune/mock-store-b5c322/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_9f8d99_dune/mock-store-b5c322/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_9f8d99_dune/mock-store-b5c322/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|]
test.exe: [INFO] b: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""
test.exe: [INFO] b: "/: (run (shell Wait))"
ASSERT timeout 10.000000s
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1967, character 26:
FAIL timeout 10.000000s


   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'


Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 200, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1967, characters 26-31


Logs 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_9f8d99_dune/mock-store-266a44/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_9f8d99_dune/mock-store-266a44/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_9f8d99_dune/mock-store-266a44/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_9f8d99_dune/mock-store-266a44/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] b1: "A\n"
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|]
test.exe: [INFO] b1: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""
test.exe: [INFO] b1: "/: (run (shell Wait))"
test.exe: [INFO] b1: "A\n"
ASSERT timeout 10.000000s
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1967, character 26:
FAIL timeout 10.000000s


   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'


Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 200, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1967, characters 26-31


Logs 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_9f8d99_dune/mock-store-9149b1/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_9f8d99_dune/mock-store-9149b1/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_9f8d99_dune/mock-store-9149b1/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_9f8d99_dune/mock-store-9149b1/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs;
        -xf; -|]
test.exe: [INFO] b1: "A\n"
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|]
test.exe: [INFO] b: "Wait\n"
test.exe: [INFO] b1: "Wait\n"
ASSERT timeout 10.000000s
test.exe: [INFO] Waiting for 1 builds to finish
File "src/core/lwt.ml", line 1967, character 26:
FAIL timeout 10.000000s


   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'


Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 200, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1967, characters 26-31


Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.007.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_9f8d99_dune/mock-store-112fc0/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs"
exec: [|sudo; --; mkdir; -m; 755; --;
        /tmp/build_9f8d99_dune/mock-store-112fc0/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_9f8d99_dune/mock-store-112fc0/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-"
exec: [|sudo; --; tar; -C;
        /tmp/build_9f8d99_dune/mock-store-112fc0/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|]
test.exe: [INFO] b1: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\""
test.exe: [INFO] b1: "/: (run (shell A))"
test.exe: [INFO] b1: "A\n"
test.exe: [INFO] b1: "---> saved as \"565f16d718a4939be1275726ddfdce38a7e0fa7d29c762ccf04ed5990a72b79e\""
test.exe: [INFO] b1: "/: (run (shell B))"
test.exe: [INFO] b1: "B\n"
test.exe: [INFO] b1: "---> saved as \"94cb51e009a16caa66b5a4324178462af3aff518e581a9989a9fb089308a04b8\""
ASSERT Build 1 result
ASSERT Deleted 2 items
test.exe: [INFO] b2: "(from base)"
test.exe: [INFO] b2: "---> using \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\" from cache"
test.exe: [INFO] b2: "/: (run (shell A))"
test.exe: [INFO] b2: "A\n"
test.exe: [INFO] b2: "---> saved as \"565f16d718a4939be1275726ddfdce38a7e0fa7d29c762ccf04ed5990a72b79e\""
test.exe: [INFO] b2: "/: (run (shell B))"
ASSERT timeout 10.000000s
File "src/core/lwt.ml", line 1967, character 26:
FAIL timeout 10.000000s


   Expected: `Alcotest.reject'
   Received: `Alcotest.reject'


Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 200, characters 4-261
Called from Lwt.Sequential_composition.map.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1967, characters 26-31


Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.010.output'.
 ──────────────────────────────────────────────────────────────────────────────


Full test results in `/src/_build/default/test/_build/_tests/OBuilder'.
9 failures! in 107.893s. 22 tests run.
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.7.0 alcotest-lwt.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.2.0 conf-bash.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.6.9 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.15.2 dune-configurator.3.15.2 extunix.0.4.1 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 lwt.5.7.0 num.1.5 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.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.1.0 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.1.2' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_3653_9467" "mount.devfs" "path=/obuilder/result/08b1b28755a85f705fb69aaa2a886ff6a43b993bf02c7ea5c068a4dc3bb6d4a2/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.7.0 alcotest-lwt.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.2.0 conf-bash.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.6.9 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.15.2 dune-configurator.3.15.2 extunix.0.4.1 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 lwt.5.7.0 num.1.5 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.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.1.0 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.1.2' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2024-05-10 16:32.47: Job failed: Failed: Build failed