Organisationsdinosaureart70be87 (main)freebsd-4.14_opam-2.1

freebsd-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:36.00: New job: test dinosaure/art https://github.com/dinosaure/art.git#refs/heads/main (70be87b6ba81db459decf21291f8f606400e8fbf) (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/dinosaure/art.git" -b "main" && cd "art" && git reset --hard 70be87b6
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 rowex.opam art.opam ./
RUN opam pin add -yn rowex.dev './' && \
    opam pin add -yn art.dev './'
ENV DEPS="afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.1.0 bos.0.2.1 cmdliner.1.2.0 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 mmap.1.2.0 monolith.20230604 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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 pprint.20230830 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 rowex.dev art.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:36.00: Using cache hint "dinosaure/art-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-5a4bf8cb9a49a3a660d7373a51dbd005"
2024-05-10 09:36.00: 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 rowex.opam art.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn rowex.dev './' && \
             \nopam pin add -yn art.dev './'"))
 (env DEPS "afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.1.0 bos.0.2.1 cmdliner.1.2.0 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 mmap.1.2.0 monolith.20230604 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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 pprint.20230830 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 rowex.dev art.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:36.00: Waiting for resource in pool OCluster
2024-05-10 15:24.35: Waiting for worker…
2024-05-10 18:41.55: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at 70be87b Merge pull request #55 from dinosaure/fuzz-rowex


(from freebsd-ocaml-4.14)
2024-05-10 18:36.27 ---> 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 18:36.28 ---> 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 18:36.28 ---> 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 18:36.29 ---> using "fa8577a82f6c8311031f5ac9ddbcefef5d36d0876493f17a1dc5aa96593235c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 18:36.29 ---> 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 18:36.30 ---> using "8500110bb34f5fa0eecc8ffdce35dbb8d679b67af89bb1cba1cce8086b8f5e32" from cache


/src: (copy (src rowex.opam art.opam) (dst ./))
2024-05-10 18:36.42 ---> saved as "d5f5c579b3ae0949a5ae3a60c95bab2fcc456dcf8f44bf3e6d61b5d69e9f5824"


/src: (run (network host)
           (shell  "opam pin add -yn rowex.dev './' && \
                  \nopam pin add -yn art.dev './'"))
Package rowex does not exist, create as a NEW package? [Y/n] y
[rowex.dev] synchronised (file:///src)
rowex is now pinned to file:///src (version dev)
[art.dev] synchronised (file:///src)
art is now pinned to file:///src (version dev)
2024-05-10 18:37.13 ---> saved as "4edeff4133ef9a8d417e9ca13df35a58f91bc48edf254ca6b4ff261f165bc0c4"


/src: (env DEPS "afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.1.0 bos.0.2.1 cmdliner.1.2.0 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 mmap.1.2.0 monolith.20230604 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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 pprint.20230830 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 rowex.dev art.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[rowex.dev] synchronised (no changes)
[art.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
2024-05-10 18:38.52 ---> saved as "4bfc50516061cdb8a865da223f350447aba2af2041fcf7094bfb4dc4ccbee6ad"


/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 cmdliner           1.2.0
  ∗ install ocamlfind          1.9.6
  ∗ install seq                base
  ∗ install dune               3.15.2
  ∗ install topkg              1.0.7
  ∗ install base-bytes         base
  ∗ install stdlib-shims       0.3.0
  ∗ install re                 1.11.0
  ∗ install pprint             20230830
  ∗ install ocaml-syntax-shims 1.0.0
  ∗ install csexp              1.5.2
  ∗ install cppo               1.6.9
  ∗ install bigarray-compat    1.1.0
  ∗ install base64             3.5.1
  ∗ install afl-persistent     1.4
  ∗ install uutf               1.0.3
  ∗ install rresult            0.7.0
  ∗ install fmt                0.9.0
  ∗ install astring            0.8.5
  ∗ install dune-configurator  3.15.2
  ∗ install ocplib-endian      1.2
  ∗ install mmap               1.2.0
  ∗ install monolith           20230604
  ∗ install logs               0.7.0
  ∗ install fpath              0.7.3
  ∗ install alcotest           1.7.0
  ∗ install crowbar            0.2.1
  ∗ install bos                0.2.1
===== ∗ 29 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved afl-persistent.1.4  (cached)
⬇ retrieved astring.0.8.5  (cached)
⬇ retrieved base64.3.5.1  (cached)
⬇ retrieved bigarray-compat.1.1.0  (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.2  (cached)
⬇ retrieved fmt.0.9.0  (cached)
⬇ retrieved dune-configurator.3.15.2  (cached)
⬇ retrieved fpath.0.7.3  (cached)
⬇ retrieved logs.0.7.0  (cached)
⬇ retrieved mmap.1.2.0  (cached)
⬇ retrieved monolith.20230604  (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 re.1.11.0  (cached)
⬇ retrieved rresult.0.7.0  (cached)
∗ installed seq.base
⬇ retrieved stdlib-shims.0.3.0  (cached)
⬇ retrieved topkg.1.0.7  (cached)
⬇ retrieved pprint.20230830  (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 dune.3.15.2
∗ installed bigarray-compat.1.1.0
∗ installed rresult.0.7.0
∗ installed afl-persistent.1.4
∗ installed uutf.1.0.3
∗ installed csexp.1.5.2
∗ installed base64.3.5.1
∗ installed pprint.20230830
∗ installed ocaml-syntax-shims.1.0.0
∗ installed mmap.1.2.0
∗ installed cppo.1.6.9
∗ installed fmt.0.9.0
∗ installed astring.0.8.5
∗ installed stdlib-shims.0.3.0
∗ installed ocplib-endian.1.2
∗ installed fpath.0.7.3
∗ installed crowbar.0.2.1
∗ installed monolith.20230604
∗ installed re.1.11.0
∗ installed dune-configurator.3.15.2
∗ installed logs.0.7.0
∗ installed alcotest.1.7.0
∗ installed bos.0.2.1
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 4.14.2+afl ocaml-variants.4.14.2+options ocaml-option-afl
2024-05-10 18:43.46 ---> saved as "0808c54fd863c66a9d58fb5b58bb3e1e274990a779a4e5543883d102f192986d"


/src: (copy (src .) (dst /src))
2024-05-10 18:43.53 ---> saved as "1992ab51e5b6ae559009661bc025e5ea2f8c4e2ef95ad2669b9d4c8f8802a15c"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib && ../conf/flush.exe)
clflush:    true
clflushopt: true
clwb:       true
(cd _build/default/lib && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -std=c11 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -DART_SSE2 -msse2 -DART_CLWB -DART_CLFLUSHOPT -DART_CLFLUSH -g -I /home/opam/.opam/4.14.2/lib/ocaml -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/rresult -I ../atomic -I ../ipc -I . -o persistent.o -c persistent.c)
persistent.c:433:26: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  res = caml_copy_string(v) ;
                         ^
/home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:39:48: note: passing argument to parameter here
CAMLextern value caml_copy_string (char const *);
                                               ^
1 warning generated.
(cd _build/default/fuzz && ./fuzz.exe)
art0: PASS


art1: PASS


art2: PASS


art/minimum: PASS


art/remove0: PASS


art/remove1: PASS


(cd _build/default/fuzz && ./fuzz_rowex.exe)
simple: PASS


File "test/dune", line 78, characters 0-186:
78 | (rule
79 |  (alias runtest)
80 |  (package rowex)
81 |  (deps
82 |   (:test parallel_index.exe)
83 |   (:dataset small-dataset.txt))
84 |  (action
85 |   (run %{test} --tmp=./tmp --multiple-readers --dataset %{dataset})))
(cd _build/default/test && ./parallel_index.exe --tmp=./tmp --multiple-readers --dataset small-dataset.txt)
[ERROR][     83725][fiber]: Got an error: "Unix.Unix_error(Unix.EBADF, \"lockf\", \"\")"
[ERROR][     83729][fiber]: Got an error: "Unix.Unix_error(Unix.EBADF, \"lockf\", \"\")"
[ERROR][     83729][fiber]: Backtrace: Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
Called from Part.run in file "lib/part.ml", line 163, characters 17-37
Called from Dune__exe__Parallel_index.test.fiber1 in file "test/parallel_index.ml", line 76, characters 26-68
Called from Fiber.create_process in file "test/fiber.ml", line 100, characters 18-25


[ERROR][     83726][fiber]: Got an error: "Unix.Unix_error(Unix.EBADF, \"lockf\", \"\")"
[ERROR][     83726][fiber]: Backtrace: Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
Called from Part.run in file "lib/part.ml", line 163, characters 17-37
Called from Dune__exe__Parallel_index.test.fiber1 in file "test/parallel_index.ml", line 76, characters 26-68
Called from Fiber.create_process in file "test/fiber.ml", line 100, characters 18-25


[ERROR][     83727][fiber]: Got an error: "Unix.Unix_error(Unix.EBADF, \"lockf\", \"\")"
[ERROR][     83727][fiber]: Backtrace: Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
Called from Part.run in file "lib/part.ml", line 163, characters 17-37
Called from Dune__exe__Parallel_index.test.fiber1 in file "test/parallel_index.ml", line 76, characters 26-68
Called from Fiber.create_process in file "test/fiber.ml", line 100, characters 18-25


[ERROR][     83722][fiber]: Got an error: "Unix.Unix_error(Unix.EBADF, \"lockf\", \"\")"
[ERROR][     83722][fiber]: Backtrace: Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
Called from Part.run in file "lib/part.ml", line 163, characters 17-37
Called from Dune__exe__Parallel_index.test.fiber1 in file "test/parallel_index.ml", line 76, characters 26-68
Called from Fiber.create_process in file "test/fiber.ml", line 100, characters 18-25


[ERROR][     83724][fiber]: Got an error: "Unix.Unix_error(Unix.EBADF, \"lockf\", \"\")"
[ERROR][     83724][fiber]: Backtrace: Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
Called from Part.run in file "lib/part.ml", line 163, characters 17-37
Called from Dune__exe__Parallel_index.test.fiber1 in file "test/parallel_index.ml", line 76, characters 26-68
Called from Fiber.create_process in file "test/fiber.ml", line 100, characters 18-25


[ERROR][     83728][fiber]: Got an error: "Unix.Unix_error(Unix.EBADF, \"lockf\", \"\")"
[ERROR][     83728][fiber]: Backtrace: Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
Called from Part.run in file "lib/part.ml", line 163, characters 17-37
Called from Dune__exe__Parallel_index.test.fiber1 in file "test/parallel_index.ml", line 76, characters 26-68
Called from Fiber.create_process in file "test/fiber.ml", line 100, characters 18-25


[ERROR][     83725][fiber]: Backtrace: Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
Called from Part.run in file "lib/part.ml", line 163, characters 17-37
Called from Dune__exe__Parallel_index.test.fiber1 in file "test/parallel_index.ml", line 76, characters 26-68
Called from Fiber.create_process in file "test/fiber.ml", line 100, characters 18-25


[ERROR][     83721][fiber]: Got an error: "Unix.Unix_error(Unix.EBADF, \"lockf\", \"\")"
[ERROR][     83721][fiber]: Backtrace: Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
Called from Persistent.resize_and_ralloc in file "lib/persistent.ml", line 326, characters 2-26
Called from Persistent.run.(fun) in file "lib/persistent.ml", line 434, characters 15-43
Called from Persistent.run.(fun) in file "lib/persistent.ml", line 443, characters 27-36
Called from Persistent.run.(fun) in file "lib/persistent.ml", line 443, characters 27-36
Called from Part.run in file "lib/part.ml", line 150, characters 22-52
Called from Part.run in file "lib/part.ml", line 144, characters 33-40
Called from Dune__exe__Parallel_index.test.fiber0 in file "test/parallel_index.ml", line 50, characters 28-42
Called from Fiber.create_process in file "test/fiber.ml", line 100, characters 18-25


ring: Reader exits with 127
File "test/dune", line 69, characters 0-167:
69 | (rule
70 |  (alias runtest)
71 |  (package rowex)
72 |  (deps
73 |   (:test parallel_index.exe)
74 |   (:dataset small-dataset.txt))
75 |  (action
76 |   (run %{test} --tmp=./tmp --dataset %{dataset})))
(cd _build/default/test && ./parallel_index.exe --tmp=./tmp --dataset small-dataset.txt)
[ERROR][     83732][fiber]: Got an error: "Unix.Unix_error(Unix.EBADF, \"lockf\", \"\")"
[ERROR][     83732][fiber]: Backtrace: Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
Called from Part.run in file "lib/part.ml", line 163, characters 17-37
Called from Dune__exe__Parallel_index.test.fiber1 in file "test/parallel_index.ml", line 76, characters 26-68
Called from Fiber.create_process in file "test/fiber.ml", line 100, characters 18-25


[ERROR][     83731][fiber]: Got an error: "Unix.Unix_error(Unix.EBADF, \"lockf\", \"\")"
[ERROR][     83731][fiber]: Backtrace: Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
Called from Persistent.resize_and_ralloc in file "lib/persistent.ml", line 326, characters 2-26
Called from Persistent.run.(fun) in file "lib/persistent.ml", line 434, characters 15-43
Called from Persistent.run.(fun) in file "lib/persistent.ml", line 443, characters 27-36
Called from Persistent.run.(fun) in file "lib/persistent.ml", line 443, characters 27-36
Called from Part.run in file "lib/part.ml", line 150, characters 22-52
Called from Part.run in file "lib/part.ml", line 144, characters 33-40
Called from Dune__exe__Parallel_index.test.fiber0 in file "test/parallel_index.ml", line 50, characters 28-42
Called from Fiber.create_process in file "test/fiber.ml", line 100, characters 18-25


ring: Reader exits with 127
(cd _build/default/test && ./test.exe --color=always)
Testing `art'.
This run has ID `WLJ6PJW7'.


  [OK]          art                  0   test01.
  [OK]          art                  1   test02.
  [OK]          art                  2   test03.
  [OK]          art                  3   test04.
  [OK]          art                  4   test05.
  [OK]          art                  5   test06.
  [OK]          art                  6   test07.
  [OK]          art                  7   test08.
  [OK]          art                  8   test09.
  [OK]          art                  9   test10.
  [OK]          art                 10   test11.
  [OK]          art                 11   test12.
  [OK]          art                 12   test13.
  [OK]          art                 13   test14.
  [OK]          art                 14   test15.
  [OK]          art                 15   test31.
  [OK]          art                 16   test35.
  [OK]          art                 17   test36.
  [OK]          art                 18   test38.
  [OK]          minimum              0   test16.
  [OK]          minimum              1   test17.
  [OK]          minimum              2   test18.
  [OK]          minimum              3   test19.
  [OK]          minimum              4   test20.
  [OK]          remove               0   test21.
  [OK]          remove               1   test22.
  [OK]          remove               2   test23.
  [OK]          remove               3   test24.
  [OK]          remove               4   test25.
  [OK]          remove               5   test26.
  [OK]          remove               6   test27.
  [OK]          remove               7   test28.
  [OK]          remove               8   test32.
  [OK]          remove               9   test33.
  [OK]          remove              10   test37.
  [OK]          iter                 0   test29.
  [OK]          prefix_iter          0   test34.
  [OK]          caml                 0   caml.
  [OK]          caml                 1   caml.
  [OK]          caml                 2   caml.
  [OK]          caml                 3   caml.


Full test results in `/src/_build/default/test/_build/_tests/art'.
Test Successful in 3.248s. 41 tests run.
File "test/part/find.t", line 1, characters 0-0:
/usr/local/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/23cb22e4e353a9e74944aadf1c4e8dbe/default/test/part/find.t _build/.sandbox/23cb22e4e353a9e74944aadf1c4e8dbe/default/test/part/find.t.corrected
diff --git a/_build/.sandbox/23cb22e4e353a9e74944aadf1c4e8dbe/default/test/part/find.t b/_build/.sandbox/23cb22e4e353a9e74944aadf1c4e8dbe/default/test/part/find.t.corrected
index ef1dafa..30fadda 100644
--- a/_build/.sandbox/23cb22e4e353a9e74944aadf1c4e8dbe/default/test/part/find.t
+++ b/_build/.sandbox/23cb22e4e353a9e74944aadf1c4e8dbe/default/test/part/find.t.corrected
@@ -1,8 +1,16 @@
 tests on part.find
   $ part.make index.idx
   $ part.find index.idx test
-  find: "test" does not exists.
-  [124]
+  find: internal error, uncaught exception:
+        Unix.Unix_error(Unix.EBADF, "lockf", "")
+        Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
+        Called from Part.run in file "lib/part.ml", line 163, characters 17-37
+        Called from Part.run in file "lib/part.ml", line 144, characters 33-40
+        Called from Dune__exe__Find.find in file "bin/find.ml", line 30, characters 14-28
+        Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 24, characters 19-24
+        Called from Cmdliner_term.ret.(fun) in file "cmdliner_term.ml", line 33, characters 25-32
+        Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 34, characters 37-44
+  [125]
   $ part.find not-found.idx test
   find: not-found.idx does not exist.
   Usage: find [--fmt=VAL] [OPTION]… ARG ARG
@@ -19,13 +27,47 @@ tests on part.find
   Try 'find --help' for more information.
   [124]
   $ part.find --fmt "%d" index.idx test
-  find: "test" does not exists.
-  [124]
+  find: internal error, uncaught exception:
+        Unix.Unix_error(Unix.EBADF, "lockf", "")
+        Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
+        Called from Part.run in file "lib/part.ml", line 163, characters 17-37
+        Called from Part.run in file "lib/part.ml", line 144, characters 33-40
+        Called from Dune__exe__Find.find in file "bin/find.ml", line 30, characters 14-28
+        Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 24, characters 19-24
+        Called from Cmdliner_term.ret.(fun) in file "cmdliner_term.ml", line 33, characters 25-32
+        Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 34, characters 37-44
+  [125]
   $ part.find --fmt "%x" index.idx test
-  find: "test" does not exists.
-  [124]
+  find: internal error, uncaught exception:
+        Unix.Unix_error(Unix.EBADF, "lockf", "")
+        Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
+        Called from Part.run in file "lib/part.ml", line 163, characters 17-37
+        Called from Part.run in file "lib/part.ml", line 144, characters 33-40
+        Called from Dune__exe__Find.find in file "bin/find.ml", line 30, characters 14-28
+        Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 24, characters 19-24
+        Called from Cmdliner_term.ret.(fun) in file "cmdliner_term.ml", line 33, characters 25-32
+        Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 34, characters 37-44
+  [125]
   $ part.insert index.idx test 42
   $ part.find index.idx test
-  42
+  find: internal error, uncaught exception:
+        Unix.Unix_error(Unix.EBADF, "lockf", "")
+        Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
+        Called from Part.run in file "lib/part.ml", line 163, characters 17-37
+        Called from Part.run in file "lib/part.ml", line 144, characters 33-40
+        Called from Dune__exe__Find.find in file "bin/find.ml", line 30, characters 14-28
+        Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 24, characters 19-24
+        Called from Cmdliner_term.ret.(fun) in file "cmdliner_term.ml", line 33, characters 25-32
+        Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 34, characters 37-44
+  [125]
   $ part.find index.idx --fmt "%x" test
-  2a
+  find: internal error, uncaught exception:
+        Unix.Unix_error(Unix.EBADF, "lockf", "")
+        Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
+        Called from Part.run in file "lib/part.ml", line 163, characters 17-37
+        Called from Part.run in file "lib/part.ml", line 144, characters 33-40
+        Called from Dune__exe__Find.find in file "bin/find.ml", line 30, characters 14-28
+        Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 24, characters 19-24
+        Called from Cmdliner_term.ret.(fun) in file "cmdliner_term.ml", line 33, characters 25-32
+        Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 34, characters 37-44
+  [125]
File "test/part/insert.t", line 1, characters 0-0:
/usr/local/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/9d669cee3b0661be1a4390e6737f8185/default/test/part/insert.t _build/.sandbox/9d669cee3b0661be1a4390e6737f8185/default/test/part/insert.t.corrected
diff --git a/_build/.sandbox/9d669cee3b0661be1a4390e6737f8185/default/test/part/insert.t b/_build/.sandbox/9d669cee3b0661be1a4390e6737f8185/default/test/part/insert.t.corrected
index c776823..008731d 100644
--- a/_build/.sandbox/9d669cee3b0661be1a4390e6737f8185/default/test/part/insert.t
+++ b/_build/.sandbox/9d669cee3b0661be1a4390e6737f8185/default/test/part/insert.t.corrected
@@ -23,8 +23,25 @@ tests on part.insert
   [124]
   $ part.make rwx.idx
   $ part.find rwx.idx test
-  find: "test" does not exists.
-  [124]
+  find: internal error, uncaught exception:
+        Unix.Unix_error(Unix.EBADF, "lockf", "")
+        Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
+        Called from Part.run in file "lib/part.ml", line 163, characters 17-37
+        Called from Part.run in file "lib/part.ml", line 144, characters 33-40
+        Called from Dune__exe__Find.find in file "bin/find.ml", line 30, characters 14-28
+        Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 24, characters 19-24
+        Called from Cmdliner_term.ret.(fun) in file "cmdliner_term.ml", line 33, characters 25-32
+        Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 34, characters 37-44
+  [125]
   $ part.insert rwx.idx test 42
   $ part.find rwx.idx test
-  42
+  find: internal error, uncaught exception:
+        Unix.Unix_error(Unix.EBADF, "lockf", "")
+        Raised by primitive operation at Ipc.with_lock in file "ipc/ipc.ml", line 71, characters 2-28
+        Called from Part.run in file "lib/part.ml", line 163, characters 17-37
+        Called from Part.run in file "lib/part.ml", line 144, characters 33-40
+        Called from Dune__exe__Find.find in file "bin/find.ml", line 30, characters 14-28
+        Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 24, characters 19-24
+        Called from Cmdliner_term.ret.(fun) in file "cmdliner_term.ml", line 33, characters 25-32
+        Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 34, characters 37-44
+  [125]
(cd _build/default/test && ./persistent.exe --color=always)
Random: [|57420; 41069; 54817; 64253; 64190; 64230; 4054; 6207; 34546; 
          20369; 14111; 47443; 31090; 25122; 16285; 17015|].
Testing `rowex'.
This run has ID `IGR1R2U0'.


  [OK]          simple          0   test01.
  [OK]          simple          1   test02.
  [OK]          simple          2   test03.
  [OK]          simple          3   test04.
  [OK]          simple          4   test05.
  [OK]          simple          5   test06.
  [OK]          simple          6   test07.
  [OK]          simple          7   test08.
  [OK]          simple          8   test09.
  [OK]          simple          9   test10.


Full test results in `/src/_build/default/test/_build/_tests/rowex'.
Test Successful in 11.146s. 10 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 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.1.0 bos.0.2.1 cmdliner.1.2.0 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 mmap.1.2.0 monolith.20230604 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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 pprint.20230830 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_3653_10121" "mount.devfs" "path=/obuilder/result/2586b8151e920e49c5130bb682b509fbd08299a77a20409a51dd9a8c6fa62cad/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 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.1.0 bos.0.2.1 cmdliner.1.2.0 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 mmap.1.2.0 monolith.20230604 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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 pprint.20230830 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-05-10 18:50.25: Job failed: Failed: Build failed