Organisationsdinosaureocaml-maildir597823 (master)freebsd-5.1_opam-2.1

freebsd-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-04-05 09:06.59: New job: test dinosaure/ocaml-maildir https://github.com/dinosaure/ocaml-maildir.git#refs/heads/master (597823c7d2d4fd2aef26a581f6828f2b458371ea) (freebsd-x86_64:freebsd-5.1_opam-2.1)
Base: freebsd-ocaml-5.1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dinosaure/ocaml-maildir.git" -b "master" && cd "ocaml-maildir" && git reset --hard 597823c7
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-5.1
# freebsd-5.1_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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 maildir.opam ./
RUN opam pin add -yn maildir.dev './'
ENV DEPS="afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y maildir.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-04-05 09:06.59: Using cache hint "dinosaure/ocaml-maildir-freebsd-freebsd-ocaml-5.1-freebsd-5.1_opam-2.1-2defa01bf49fcd7ab89b6ba95ecf788b"
2024-04-05 09:06.59: Using OBuilder spec:
((from freebsd-ocaml-5.1)
 (comment freebsd-5.1_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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src maildir.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn maildir.dev './'"))
 (env DEPS "afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")
 (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 maildir.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-04-05 09:06.59: Waiting for resource in pool OCluster
2024-04-06 01:18.16: Waiting for worker…
2024-04-06 04:45.36: Got resource from pool OCluster
Building on spring
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /obuilder/state/git/ocaml-maildir.git-c2c5bd4301d79a103495de40fc625ff46858790f/.git/
HEAD is now at 597823c Update to .ocamlformat.0.19.0


(from freebsd-ocaml-5.1)
2024-04-06 04:41.42 ---> using "813c71762ba09cfa8cfe3f05f009bdd39b1b347128fefd2e95099f87d236c989" from cache


/: (comment freebsd-5.1_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-04-06 04:41.44 ---> using "65a9b62d2493057013f99a47d1d57b6072f5b00406fb4bfea785e58388f6b852" 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-04-06 04:41.44 ---> using "e99a94697afa70d27199359988cb3c099e37a5c06ee07760e5a5921308c3119e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p5
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-06 04:41.45 ---> using "ec35bf54fa4c1a8f744eebe8956e2d9e1f1f6379cf858b75ddefbabb954554fc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-06 04:41.46 ---> using "e452d16e32919148b58c7e1d1c9db9a6c0854da706cd5eb72487da563b728a13" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   69e073a577..9cbee1880f  master     -> origin/master
950c52962d [new release] dune (15 packages) (3.15.0)


<><> 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
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-04-06 04:41.47 ---> using "7004a958d53f89f94e2c4295939eee8863c01b6ca909e63a179822e7e3698cb8" from cache


/src: (copy (src maildir.opam) (dst ./))
2024-04-06 04:41.49 ---> saved as "5ac9794077b327ae5710c3b59c6438b1c2a31db1d127ae08fc2a21250a8a6dad"


/src: (run (network host)
           (shell "opam pin add -yn maildir.dev './'"))
[maildir.dev] synchronised (file:///src)
maildir is now pinned to file:///src (version dev)
2024-04-06 04:41.53 ---> saved as "9318725599deec6ae69e0cfa12ae5fe42a9f76646f30567214b18c34af68c99f"


/src: (env DEPS "afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")


/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 maildir.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[maildir.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains 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
2024-04-06 04:42.56 ---> saved as "e5b293befe9d2cbef755bc8476b3d46b71775c23815c24cf0aed1686d8a58d7c"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 dune               3.15.0
   install cmdliner           1.2.0
   install ocamlfind          1.9.6
   install seq                base
   install stdlib-shims       0.3.0
   install ocaml-syntax-shims 1.0.0
   install csexp              1.5.2
   install cppo               1.6.9
   install afl-persistent     1.4
   install topkg              1.0.7
   install base-bytes         base
   install re                 1.11.0
   install dune-configurator  3.15.0
   install uutf               1.0.3
   install rresult            0.7.0
   install fmt                0.9.0
   install astring            0.8.5
   install ocplib-endian      1.2
   install bigstringaf        0.9.1
   install logs               0.7.0
   install fpath              0.7.3
   install alcotest           1.7.0
   install crowbar            0.2.1
   install angstrom           0.16.0
   install bos                0.2.1
=====  26 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved afl-persistent.1.4  (cached)
 retrieved angstrom.0.16.0  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved bigstringaf.0.9.1  (cached)
 retrieved bos.0.2.1  (cached)
 retrieved cmdliner.1.2.0  (cached)
 retrieved crowbar.0.2.1  (cached)
 retrieved cppo.1.6.9  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved dune.3.15.0  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved dune-configurator.3.15.0  (cached)
 retrieved fpath.0.7.3  (cached)
 retrieved logs.0.7.0  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocplib-endian.1.2  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved rresult.0.7.0  (cached)
 installed seq.base
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved re.1.11.0  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved uutf.1.0.3  (cached)
 retrieved alcotest.1.7.0  (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 rresult.0.7.0
 installed uutf.1.0.3
 installed fmt.0.9.0
 installed astring.0.8.5
 installed fpath.0.7.3
 installed logs.0.7.0
 installed dune.3.15.0
 installed csexp.1.5.2
 installed stdlib-shims.0.3.0
 installed re.1.11.0
 installed afl-persistent.1.4
 installed cppo.1.6.9
 installed bos.0.2.1
 installed ocaml-syntax-shims.1.0.0
 installed ocplib-endian.1.2
 installed crowbar.0.2.1
 installed dune-configurator.3.15.0
 installed bigstringaf.0.9.1
 installed alcotest.1.7.0
 installed angstrom.0.16.0
Done.


<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
   not enable AFL instrumentation by default, most packages will not be
   instrumented and fuzzing with afl-fuzz may not be effective.


   To globally enable AFL instrumentation, create an OCaml switch like:


     opam switch create 5.1.1+afl ocaml-variants.5.1.1+options ocaml-option-afl
2024-04-06 04:47.52 ---> saved as "7b066bfcb0571aa9d73a15c653c1e89fbd0857c36165b95a1b7c756e93fefb69"


/src: (copy (src .) (dst /src))
2024-04-06 04:47.55 ---> saved as "b62f409e4f6c462d37755cf3946a07583b05cb7092bf38b98d2f475b74614ad9"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/fuzz && ./fuzz.exe)
maildir: PASS


File "test/dune", line 11, characters 0-99:
11 | (alias
12 |  (name runtest)
13 |  (deps (:test_mem test_mem.exe))
14 |  (action (run %{test_mem} --color=always)))
(cd _build/default/test && ./test_mem.exe --color=always)
Testing `maildir-mem'.
This run has ID `Y9TT19R9'.


  [OK]          populate                        0   populate.
  [FAIL]        add & commit                    0   add.
  [FAIL]        add & commit                    1   commit.
  [FAIL]        add & commit                    2   add.
  [FAIL]        add & commit                    3   commit.
  [FAIL]        add & commit                    4   add.
  [FAIL]        add & commit                    5   commit.
  [FAIL]        add & commit                    6   add.
  [FAIL]        add & commit                    7   commit.
  [FAIL]        add & commit                    8   add.
  [FAIL]        add & commit                    9   commit.
  [FAIL]        add some & commit some          0   add some (2).
  [FAIL]        add some & commit some          1   commit some (2).
  [FAIL]        add some & commit some          2   add some (2).
  [FAIL]        add some & commit some          3   commit some (1).
  [FAIL]        add some & commit some          4   commit some (1).


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    0   add.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Add fails
FAIL Add fails
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-mem/add U+0026 commit.000.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    1   commit.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Commit fails: no new messages
FAIL Commit fails: no new messages
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-mem/add U+0026 commit.001.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    2   add.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Add fails
FAIL Add fails
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-mem/add U+0026 commit.002.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    3   commit.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Commit fails: no new messages
FAIL Commit fails: no new messages
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-mem/add U+0026 commit.003.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    4   add.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Add fails
FAIL Add fails
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-mem/add U+0026 commit.004.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    5   commit.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Commit fails: no new messages
FAIL Commit fails: no new messages
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-mem/add U+0026 commit.005.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    6   add.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Add fails
FAIL Add fails
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-mem/add U+0026 commit.006.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    7   commit.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Commit fails: no new messages
FAIL Commit fails: no new messages
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-mem/add U+0026 commit.007.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    8   add.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Add fails
FAIL Add fails
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-mem/add U+0026 commit.008.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    9   commit.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Commit fails: no new messages
FAIL Commit fails: no new messages
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-mem/add U+0026 commit.009.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add some & commit some          0   add some (2).
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT append
ASSERT number of new messages
FAIL number of new messages


   Expected: `2'
   Received: `0'


Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 200, characters 4-261
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-mem/add some U+0026 commit some.000.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add some & commit some          1   commit some (2).
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Commit some fails: no new messages
FAIL Commit some fails: no new messages
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-mem/add some U+0026 commit some.001.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add some & commit some          2   add some (2).
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT append
ASSERT number of new messages
FAIL number of new messages


   Expected: `2'
   Received: `0'


Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 200, characters 4-261
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-mem/add some U+0026 commit some.002.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add some & commit some          3   commit some (1).
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Commit some fails: no new messages
FAIL Commit some fails: no new messages
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-mem/add some U+0026 commit some.003.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add some & commit some          4   commit some (1).
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Commit some fails: no new messages
FAIL Commit some fails: no new messages
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-mem/add some U+0026 commit some.004.output'.
 ──────────────────────────────────────────────────────────────────────────────


Full test results in `/src/_build/default/test/_build/_tests/maildir-mem'.
15 failures! in 0.004s. 16 tests run.
File "test/dune", line 16, characters 0-102:
16 | (alias
17 |  (name runtest)
18 |  (deps (:test_unix test_unix.exe))
19 |  (action (run %{test_unix} --color=always)))
(cd _build/default/test && ./test_unix.exe --color=always)
Testing `maildir-unix'.
This run has ID `641D8W4N'.


  [OK]          populate                        0   populate.
  [FAIL]        add & commit                    0   add.
  [FAIL]        add & commit                    1   commit.
  [FAIL]        add & commit                    2   add.
  [FAIL]        add & commit                    3   commit.
  [FAIL]        add & commit                    4   add.
  [FAIL]        add & commit                    5   commit.
  [FAIL]        add & commit                    6   add.
  [FAIL]        add & commit                    7   commit.
  [FAIL]        add & commit                    8   add.
  [FAIL]        add & commit                    9   commit.
  [FAIL]        add some & commit some          0   add some (2).
  [FAIL]        add some & commit some          1   commit some (2).
  [FAIL]        add some & commit some          2   add some (2).
  [FAIL]        add some & commit some          3   commit some (1).
  [FAIL]        add some & commit some          4   commit some (1).


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    0   add.
└──────────────────────────────────────────────────────────────────────────────┘
Transmit 0 byte(s) from /tmp/build_226fec_dune/ex-nihilo-5909d9 to /src/_build/default/test/maildir-6b9a40/tmp/1712378884.R000000001e753b2aP19381Q19381..
ASSERT Add fails
FAIL Add fails
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Test_unix.(<.>) in file "test/test_unix.ml" (inlined), line 16, characters 29-34
Called from Test_unix.test_add_one in file "test/test_unix.ml", line 137, characters 54-111
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-unix/add U+0026 commit.000.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    1   commit.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Commit fails: no new message
FAIL Commit fails: no new message
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Test_unix.(<.>) in file "test/test_unix.ml" (inlined), line 16, characters 29-34
Called from Test_unix.test_commit in file "test/test_unix.ml", line 138, characters 56-109
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-unix/add U+0026 commit.001.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    2   add.
└──────────────────────────────────────────────────────────────────────────────┘
Transmit 0 byte(s) from /tmp/build_226fec_dune/ex-nihilo-10682d to /src/_build/default/test/maildir-6b9a40/tmp/1712378885.R00000000115ab435P19381Q19381..
ASSERT Add fails
FAIL Add fails
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Test_unix.(<.>) in file "test/test_unix.ml" (inlined), line 16, characters 29-34
Called from Test_unix.test_add_one in file "test/test_unix.ml", line 137, characters 54-111
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-unix/add U+0026 commit.002.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    3   commit.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Commit fails: no new message
FAIL Commit fails: no new message
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Test_unix.(<.>) in file "test/test_unix.ml" (inlined), line 16, characters 29-34
Called from Test_unix.test_commit in file "test/test_unix.ml", line 138, characters 56-109
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-unix/add U+0026 commit.003.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    4   add.
└──────────────────────────────────────────────────────────────────────────────┘
Transmit 0 byte(s) from /tmp/build_226fec_dune/ex-nihilo-645b66 to /src/_build/default/test/maildir-6b9a40/tmp/1712378886.R000000001de8b511P19381Q19381..
ASSERT Add fails
FAIL Add fails
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Test_unix.(<.>) in file "test/test_unix.ml" (inlined), line 16, characters 29-34
Called from Test_unix.test_add_one in file "test/test_unix.ml", line 137, characters 54-111
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-unix/add U+0026 commit.004.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    5   commit.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Commit fails: no new message
FAIL Commit fails: no new message
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Test_unix.(<.>) in file "test/test_unix.ml" (inlined), line 16, characters 29-34
Called from Test_unix.test_commit in file "test/test_unix.ml", line 138, characters 56-109
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-unix/add U+0026 commit.005.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    6   add.
└──────────────────────────────────────────────────────────────────────────────┘
Transmit 0 byte(s) from /tmp/build_226fec_dune/ex-nihilo-4e5463 to /src/_build/default/test/maildir-6b9a40/tmp/1712378887.R0000000038475aefP19381Q19381..
ASSERT Add fails
FAIL Add fails
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Test_unix.(<.>) in file "test/test_unix.ml" (inlined), line 16, characters 29-34
Called from Test_unix.test_add_one in file "test/test_unix.ml", line 137, characters 54-111
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-unix/add U+0026 commit.006.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    7   commit.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Commit fails: no new message
FAIL Commit fails: no new message
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Test_unix.(<.>) in file "test/test_unix.ml" (inlined), line 16, characters 29-34
Called from Test_unix.test_commit in file "test/test_unix.ml", line 138, characters 56-109
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-unix/add U+0026 commit.007.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    8   add.
└──────────────────────────────────────────────────────────────────────────────┘
Transmit 0 byte(s) from /tmp/build_226fec_dune/ex-nihilo-4f464e to /src/_build/default/test/maildir-6b9a40/tmp/1712378888.R0000000032a68d48P19381Q19381..
ASSERT Add fails
FAIL Add fails
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Test_unix.(<.>) in file "test/test_unix.ml" (inlined), line 16, characters 29-34
Called from Test_unix.test_add_one in file "test/test_unix.ml", line 137, characters 54-111
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-unix/add U+0026 commit.008.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add & commit                    9   commit.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Commit fails: no new message
FAIL Commit fails: no new message
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Test_unix.(<.>) in file "test/test_unix.ml" (inlined), line 16, characters 29-34
Called from Test_unix.test_commit in file "test/test_unix.ml", line 138, characters 56-109
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-unix/add U+0026 commit.009.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add some & commit some          0   add some (2).
└──────────────────────────────────────────────────────────────────────────────┘
Transmit 0 byte(s) from /tmp/build_226fec_dune/ex-nihilo-cadc34 to /src/_build/default/test/maildir-6b9a40/tmp/1712378889.R0000000004866479P19381Q19381..
Transmit 0 byte(s) from /tmp/build_226fec_dune/ex-nihilo-729ad2 to /src/_build/default/test/maildir-6b9a40/tmp/1712378890.R000000001dd6bc8dP19381Q19381..
ASSERT append
ASSERT number of new messages
FAIL number of new messages


   Expected: `2'
   Received: `0'


Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 200, characters 4-261
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-unix/add some U+0026 commit some.000.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add some & commit some          1   commit some (2).
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Commit some fails: no new messages
FAIL Commit some fails: no new messages
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-unix/add some U+0026 commit some.001.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add some & commit some          2   add some (2).
└──────────────────────────────────────────────────────────────────────────────┘
Transmit 0 byte(s) from /tmp/build_226fec_dune/ex-nihilo-100a1b to /src/_build/default/test/maildir-6b9a40/tmp/1712378891.R000000002676b3d7P19381Q19381..
Transmit 0 byte(s) from /tmp/build_226fec_dune/ex-nihilo-d1f3a4 to /src/_build/default/test/maildir-6b9a40/tmp/1712378892.R000000000fa027c4P19381Q19381..
ASSERT append
ASSERT number of new messages
FAIL number of new messages


   Expected: `2'
   Received: `0'


Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 200, characters 4-261
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-unix/add some U+0026 commit some.002.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add some & commit some          3   commit some (1).
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Commit some fails: no new messages
FAIL Commit some fails: no new messages
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-unix/add some U+0026 commit some.003.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        add some & commit some          4   commit some (1).
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT Commit some fails: no new messages
FAIL Commit some fails: no new messages
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 157, characters 20-48
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/_build/_tests/maildir-unix/add some U+0026 commit some.004.output'.
 ──────────────────────────────────────────────────────────────────────────────


Full test results in `/src/_build/default/test/_build/_tests/maildir-unix'.
15 failures! in 9.021s. 16 tests run.
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3' 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_34190_40258" "mount.devfs" "path=/obuilder/result/393729d056023e09d5ea5fc2a00b3aea926cc556a132509027b8e9e9844bc57a/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='afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3' 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-04-06 04:52.17: Job failed: Failed: Build failed