Organisationskoonwenobatcherdc9855 ()debian-12-5.2_x86_32_opam-2.2

debian-12-5.2_x86_32_opam-2.2

Logs

Show full logs
2024-08-29 07:08.07: New job: test koonwen/obatcher https://github.com/koonwen/obatcher.git#refs/heads/main (dc9855221fbc8e201a85e52b14090e8252c21244) (linux-x86_64:debian-12-5.2_x86_32_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-5.2@sha256:ae66d9ed61f3cf63af0d482d3daa0d73aab40d90d6febc83d374ed864fcbe7fd
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/koonwen/obatcher.git" -b "main" && cd "obatcher" && git reset --hard dc985522
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:ae66d9ed61f3cf63af0d482d3daa0d73aab40d90d6febc83d374ed864fcbe7fd
# debian-12-5.2_x86_32_opam-2.2
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/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 1f0530d76bd442f96a6e0a90e30ba19c6f1b4015 || git fetch origin master) && git reset -q --hard 1f0530d76bd442f96a6e0a90e30ba19c6f1b4015 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 obatcher.opam ./
RUN opam pin add -yn obatcher.dev './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.13.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-x86_32.1 host-system-other.1 logs.0.7.0 lwt.5.7.0 mtime.2.0.0 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 ounit2.2.2.7 picos.0.4.0 psq.0.2.1 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-ounit.0.22 re.1.11.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.1 topkg.1.0.7 uring.0.9 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y obatcher.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-08-29 07:08.07: Using cache hint "koonwen/obatcher-ocaml/opam:debian-12-ocaml-5.2@sha256:ae66d9ed61f3cf63af0d482d3daa0d73aab40d90d6febc83d374ed864fcbe7fd-debian-12-5.2_x86_32_opam-2.2-c9a00e932a1b3437407c92846b3b1e19"
2024-08-29 07:08.07: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:ae66d9ed61f3cf63af0d482d3daa0d73aab40d90d6febc83d374ed864fcbe7fd)
 (comment debian-12-5.2_x86_32_opam-2.2)
 (user (uid 1000) (gid 1000))
 (shell /usr/bin/linux32 /bin/sh -c)
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 1f0530d76bd442f96a6e0a90e30ba19c6f1b4015 || git fetch origin master) && git reset -q --hard 1f0530d76bd442f96a6e0a90e30ba19c6f1b4015 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src obatcher.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn obatcher.dev './'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.13.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-x86_32.1 host-system-other.1 logs.0.7.0 lwt.5.7.0 mtime.2.0.0 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 ounit2.2.2.7 picos.0.4.0 psq.0.2.1 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-ounit.0.22 re.1.11.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.1 topkg.1.0.7 uring.0.9 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.2 --depext-only -y obatcher.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-08-29 07:08.07: Waiting for resource in pool OCluster
2024-08-29 07:08.07: Waiting for worker…
2024-08-29 07:08.07: Got resource from pool OCluster
Building on x86-bm-c14.sw.ocaml.org
HEAD is now at 484eac6 ci fixes
HEAD is now at dc98552 remove building tests in examples directory

(from ocaml/opam:debian-12-ocaml-5.2@sha256:ae66d9ed61f3cf63af0d482d3daa0d73aab40d90d6febc83d374ed864fcbe7fd)
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2024-08-29 07:08.08 ---> using "0a9f9331e33f88c21c09379653e7e0a591f6d62c4bc2ab47fbdcaa7aecce78be" from cache

/: (comment debian-12-5.2_x86_32_opam-2.2)

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

/: (shell /usr/bin/linux32 /bin/sh -c)

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-08-29 07:08.08 ---> using "4f651056fa81b865288f722a671fd66205aecc6b4af66fd8b19b35fdac016af0" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-08-29 07:08.08 ---> using "6fd40c30dc92e8fe523f39a90c4a8b09352b2d8dc3f808105d537f9965e18f20" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-119-generic
The OCaml toplevel, version 5.2.0
2.2.0
2024-08-29 07:08.08 ---> using "03ce64aec2b84f3fdd4a5f768baad2fb3414de137fafc7934257e5c7e5045de6" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-08-29 07:08.08 ---> using "bdcf4dca622465ff438ba8bcb2561843ecf7b0cda370889565025522078e1554" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 1f0530d76bd442f96a6e0a90e30ba19c6f1b4015 || git fetch origin master) && git reset -q --hard 1f0530d76bd442f96a6e0a90e30ba19c6f1b4015 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   7c4ff52ef3..a5ea9d420b  master     -> origin/master
1f0530d76b Merge pull request #26372 from c-cube/release-thread-local-storage-v0.2

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

The following actions will be performed:
=== upgrade 1 package
  - upgrade opam-depext 1.2.1-1 to 1.2.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-08-29 07:10.31 ---> saved as "055c82dd0b061876ba2e5a00f5288e716f06ba67c19ed0274fff13958c633b99"

/src: (copy (src obatcher.opam) (dst ./))
2024-08-29 07:10.31 ---> saved as "3458b201c70c42722e0687ebcd9a7739922e3774dbdc11c50cb70f5cfa2240bb"

/src: (run (network host)
           (shell "opam pin add -yn obatcher.dev './'"))
Package obatcher does not exist, create as a NEW package? [y/n] y
[obatcher.dev] synchronised (file:///src)
[WARNING] Failed checks on obatcher package definition from source at file:///src:
  warning 68: Missing field 'license'
obatcher is now pinned to file:///src (version dev)
2024-08-29 07:10.33 ---> saved as "b86596a7160ab34fafdde91dfbf612a703a4b8ad555a5351b43ad67f3f431499"

/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.13.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-x86_32.1 host-system-other.1 logs.0.7.0 lwt.5.7.0 mtime.2.0.0 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 ounit2.2.2.7 picos.0.4.0 psq.0.2.1 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-ounit.0.22 re.1.11.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.1 topkg.1.0.7 uring.0.9 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.2 --depext-only -y obatcher.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main i386 Packages [178 kB]
- Fetched 281 kB in 0s (741 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[obatcher.dev] synchronised (no changes)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-option-bytecode-only 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.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_32 is already installed (current version is 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).
2024-08-29 07:10.58 ---> saved as "5d87af91719b45f4b5906722998213e6680be94576852ed238a7cea390275212"

/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-option-bytecode-only 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.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_32 is already installed (current version is 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).
The following actions will be performed:
=== install 36 packages
  - install alcotest             1.8.0
  - install astring              0.8.5
  - install backoff              0.1.0
  - install base-bytes           base
  - install cmdliner             1.3.0
  - install containers           3.13.1
  - install cppo                 1.6.9
  - install csexp                1.5.2
  - install cstruct              6.2.0
  - install dune                 3.16.0
  - install dune-configurator    3.16.0
  - install either               1.0.0
  - install fmt                  0.9.0
  - install logs                 0.7.0
  - install lwt                  5.7.0
  - install mtime                2.0.0
  - install multicore-magic      2.3.0
  - install ocaml-syntax-shims   1.0.0
  - install ocamlbuild           0.15.0
  - install ocamlfind            1.9.6
  - install ocplib-endian        1.2
  - install optint               0.3.0
  - install ounit2               2.2.7
  - install picos                0.4.0
  - install psq                  0.2.1
  - install qcheck               0.22
  - install qcheck-alcotest      0.22
  - install qcheck-core          0.22
  - install qcheck-ounit         0.22
  - install re                   1.11.0
  - install seq                  base
  - install stdlib-shims         0.3.0
  - install thread-local-storage 0.1
  - install topkg                1.0.7
  - install uring                0.9
  - install uutf                 1.0.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved containers.3.13.1  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved multicore-magic.2.3.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved picos.0.4.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved qcheck.0.22, qcheck-alcotest.0.22, qcheck-core.0.22, qcheck-ounit.0.22  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-local-storage.0.1  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uring.0.9  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed mtime.2.0.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.16.0
-> installed either.1.0.0
-> installed backoff.0.1.0
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed multicore-magic.2.3.0
-> installed optint.0.3.0
-> installed psq.0.2.1
-> installed re.1.11.0
-> installed thread-local-storage.0.1
-> installed qcheck-core.0.22
-> installed ounit2.2.2.7
-> installed qcheck-ounit.0.22
-> installed qcheck.0.22
-> installed cppo.1.6.9
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.16.0
-> installed uring.0.9
-> installed containers.3.13.1
-> installed ocaml-syntax-shims.1.0.0
-> installed lwt.5.7.0
-> installed alcotest.1.8.0
-> installed qcheck-alcotest.0.22
-> installed logs.0.7.0
-> installed picos.0.4.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-08-29 07:13.34 ---> saved as "613dd26e02c5d6aa0757046683efe377bb7ec2040499cd7a91d94edefea6d29a"

/src: (copy (src .) (dst /src))
2024-08-29 07:13.34 ---> saved as "0c29dfbabdc065a3769637b22a6c43f7f7b0e584797f369e9027b63e486ef58a"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/.test_skiplist.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/alcotest/engine -I /home/opam/.opam/5.2/lib/alcotest/stdlib_ext -I /home/opam/.opam/5.2/lib/astring -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/cmdliner -I /home/opam/.opam/5.2/lib/containers -I /home/opam/.opam/5.2/lib/containers/monomorphic -I /home/opam/.opam/5.2/lib/either -I /home/opam/.opam/5.2/lib/fmt -I /home/opam/.opam/5.2/lib/logs -I /home/opam/.opam/5.2/lib/mtime -I /home/opam/.opam/5.2/lib/mtime/clock/os -I /home/opam/.opam/5.2/lib/multicore-magic -I /home/opam/.opam/5.2/lib/ocaml/threads -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/ounit2 -I /home/opam/.opam/5.2/lib/ounit2/advanced -I /home/opam/.opam/5.2/lib/picos -I /home/opam/.opam/5.2/lib/picos/domain -I /home/opam/.opam/5.2/lib/picos/exn_bt -I /home/opam/.opam/5.2/lib/picos/fd -I /home/opam/.opam/5.2/lib/picos/fifos -I /home/opam/.opam/5.2/lib/picos/htbl -I /home/opam/.opam/5.2/lib/picos/mpscq -I /home/opam/.opam/5.2/lib/picos/randos -I /home/opam/.opam/5.2/lib/picos/rc -I /home/opam/.opam/5.2/lib/picos/select -I /home/opam/.opam/5.2/lib/picos/structured -I /home/opam/.opam/5.2/lib/picos/thread -I /home/opam/.opam/5.2/lib/picos/threaded -I /home/opam/.opam/5.2/lib/psq -I /home/opam/.opam/5.2/lib/qcheck -I /home/opam/.opam/5.2/lib/qcheck-alcotest -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-core/runner -I /home/opam/.opam/5.2/lib/qcheck-ounit -I /home/opam/.opam/5.2/lib/re -I /home/opam/.opam/5.2/lib/seq -I /home/opam/.opam/5.2/lib/stdlib-shims -I /home/opam/.opam/5.2/lib/thread-local-storage -I /home/opam/.opam/5.2/lib/uutf -I examples/ds/.ds.objs/byte -I src/.obatcher.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/.test_skiplist.eobjs/byte/dune__exe__Test_obatcher.cmo -c -impl test/test_obatcher.ml)
File "test/test_obatcher.ml", line 186, characters 17-42:
186 |   let internal = Mock_Service.get_internal t in
                       ^^^^^^^^^^^^^^^^^^^^^^^^^
Alert unsafe: Mock_Service.get_internal
Should not be used typically by application

File "test/test_obatcher.ml", line 197, characters 17-42:
197 |   let internal = Mock_Service.get_internal t in
                       ^^^^^^^^^^^^^^^^^^^^^^^^^
Alert unsafe: Mock_Service.get_internal
Should not be used typically by application

File "test/test_obatcher.ml", line 236, characters 19-44:
236 |     let internal = Mock_Service.get_internal mock_service in
                         ^^^^^^^^^^^^^^^^^^^^^^^^^
Alert unsafe: Mock_Service.get_internal
Should not be used typically by application
(cd _build/default/test && ./test_skiplist.exe)
qcheck random seed: 654634769
Testing `Batched data structures'.
This run has ID `6GUI5PYL'.

  [OK]          skiplist          0   inserts return true on member lookup.
  [OK]          skiplist          1   member lookup not vacuously true.
  [OK]          skiplist          2   duplicate elements are not inserted.

Full test results in `/src/_build/default/test/_build/_tests/Batched data structures'.
Test Successful in 39.535s. 3 tests run.
(cd _build/default/test && ./test_obatcher.exe)
qcheck random seed: 112205142
Testing `Obatcher'.
This run has ID `LT8IRH2B'.

  [OK]          Fifos scheduler             0   Req submitted = Req completed...
  [OK]          Fifos scheduler             1   Req submitted = Req completed...
  [OK]          Fifos scheduler             2   Req submitted = Req completed...
  [OK]          Fifos scheduler             3   Req submitted = Req completed...
  [OK]          Fifos scheduler             4   Batches are linearizable (1 d...
  [OK]          Fifos scheduler             5   Batches are linearizable (16 ...
  [OK]          Fifos scheduler             6   Batches are linearizable (1 d...
  [OK]          Fifos scheduler             7   Batches are linearizable (16 ...
  [OK]          Threaded scheduler          0   Req submitted = Req completed...
  [OK]          Threaded scheduler          1   Req submitted = Req completed...
  [OK]          Threaded scheduler          2   Req submitted = Req completed...
  [OK]          Threaded scheduler          3   Req submitted = Req completed...
  [OK]          Threaded scheduler          4   Batches are linearizable (1 d...
  [OK]          Threaded scheduler          5   Batches are linearizable (16 ...
  [OK]          Threaded scheduler          6   Batches are linearizable (1 d...
  [OK]          Threaded scheduler          7   Batches are linearizable (16 ...
  [OK]          Randos scheduler            0   Req submitted = Req completed...
  [OK]          Randos scheduler            1   Req submitted = Req completed...
  [OK]          Randos scheduler            2   Req submitted = Req completed...
  [OK]          Randos scheduler            3   Req submitted = Req completed...
  [OK]          Randos scheduler            4   Batches are linearizable (1 d...
  [OK]          Randos scheduler            5   Batches are linearizable (16 ...
  [OK]          Randos scheduler            6   Batches are linearizable (1 d...
  [OK]          Randos scheduler            7   Batches are linearizable (16 ...

Full test results in `/src/_build/default/test/_build/_tests/Obatcher'.
Test Successful in 113.480s. 24 tests run.
2024-08-29 07:15.34 ---> saved as "78a4881dc6e3b1e4836569cf8b465a02efdf3523ac49327bd9af54277d2f9df4"
Job succeeded
2024-08-29 07:15.35: Job succeeded