Organisationskoonwenobatcherdc9855 ()debian-12-5.2_s390x_opam-2.2

debian-12-5.2_s390x_opam-2.2

Link Copied
Code Copied

Logs

2024-08-29 07:08.07: New job: test koonwen/obatcher https://github.com/koonwen/obatcher.git#refs/heads/main (dc9855221fbc8e201a85e52b14090e8252c21244) (linux-s390x:debian-12-5.2_s390x_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-5.2@sha256:a939225534b3b5be316ab296c7d4056515fe80b8a62596b2d16c6443bb30b918
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:a939225534b3b5be316ab296c7d4056515fe80b8a62596b2d16c6443bb30b918
# debian-12-5.2_s390x_opam-2.2
USER 1000:1000
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-s390x.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-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:a939225534b3b5be316ab296c7d4056515fe80b8a62596b2d16c6443bb30b918-debian-12-5.2_s390x_opam-2.2-900aac9031aeddeaaed91e5761ff60cb"
2024-08-29 07:08.07: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:a939225534b3b5be316ab296c7d4056515fe80b8a62596b2d16c6443bb30b918)
 (comment debian-12-5.2_s390x_opam-2.2)
 (user (uid 1000) (gid 1000))
 (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-s390x.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-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 s390x-worker-01.marist.ci.dev
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:a939225534b3b5be316ab296c7d4056515fe80b8a62596b2d16c6443bb30b918)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:a939225534b3b5be316ab296c7d4056515fe80b8a62596b2d16c6443bb30b918' locally
docker.io/ocaml/opam@sha256:a939225534b3b5be316ab296c7d4056515fe80b8a62596b2d16c6443bb30b918: Pulling from ocaml/opam
66e56ebfcfe7: Pulling fs layer
66e56ebfcfe7: Verifying Checksum
66e56ebfcfe7: Download complete
66e56ebfcfe7: Pull complete
Digest: sha256:a939225534b3b5be316ab296c7d4056515fe80b8a62596b2d16c6443bb30b918
Status: Downloaded newer image for ocaml/opam@sha256:a939225534b3b5be316ab296c7d4056515fe80b8a62596b2d16c6443bb30b918
2024-08-29 07:08.10 ---> using "8641418c30e327596e041345c7b0a7191701421e85e5ab85be372ba723019171" from cache


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


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


/: (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.10 ---> using "42f3eae4c56df016bdcc9fb2650c40c573ac16e125258c0f8992975b710ec6ed" 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.10 ---> using "379a0f8910f3a5689e226138fde6574b5781f47672a7051923b338224560ef15" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-08-29 07:08.10 ---> using "a644688897a2b7b4ad8d0cd71fcfe1473914394f42ae73f6f47e3fa454a5575e" 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..1f0530d76b  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:08.10 ---> using "04317d180754b2759d2e31abe8cf84c33d76dc53cb8ac2e8591926a8b2998611" from cache


/src: (copy (src obatcher.opam) (dst ./))
2024-08-29 07:08.14 ---> saved as "033dd1f075a6115d635ec53b43fbaa468ab9b1ed9638937e379ee2937dcef6d2"


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


/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-s390x.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-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 s390x Packages [169 kB]
- Fetched 273 kB in 1s (224 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-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-s390x 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:08.55 ---> saved as "87f8f0bb7ab6bb80747c81ea811be64ef7696e4263c1ee621a1b33487ed168a8"


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


/src: (copy (src .) (dst /src))
2024-08-29 07:11.38 ---> saved as "259b3380a19d3dcc880468d3c301b588d575c2972664feb4b579f9e1742a2e99"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -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 -I test/.test_skiplist.eobjs/byte -I test/.test_skiplist.eobjs/native -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/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 -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/__private__/picos_bootstrap -I /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5 -I /home/opam/.opam/5.2/lib/picos/__private__/picos_thread_atomic -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 examples/ds/.ds.objs/native -I src/.obatcher.objs/byte -I src/.obatcher.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/.test_skiplist.eobjs/native/dune__exe__Test_obatcher.cmx -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 && /home/opam/.opam/5.2/bin/ocamlc.opt -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: 726731544
Testing `Batched data structures'.
This run has ID `QZXMEER3'.


  [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 0.665s. 3 tests run.
File "test/dune", line 2, characters 22-35:
2 |  (names test_skiplist test_obatcher)
                          ^^^^^^^^^^^^^
(cd _build/default/test && ./test_obatcher.exe)
qcheck random seed: 165974276
Testing `Obatcher'.
This run has ID `AC7WAQ7V'.


  [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 (4 d...
  [OK]          Fifos scheduler             6   Batches are linearizable (1 d...
  [OK]          Fifos scheduler             7   Batches are linearizable (4 d...
  [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 (4 d...
  [OK]          Threaded scheduler          6   Batches are linearizable (1 d...
  [OK]          Threaded scheduler          7   Batches are linearizable (4 d...
  [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 (4 d...
  [OK]          Randos scheduler            6   Batches are linearizable (1 d...
  [FAIL]        Randos scheduler            7   Batches are linearizable (4 d...


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        Randos scheduler            7   Batches are linearizable (...
└──────────────────────────────────────────────────────────────────────────────┘
test_obatcher.exe: [INFO] Running randos scheduler on 4 domain(s) each with 4 fiber(s) to handle 10 req per domain
Submitting Req 1, Domain (0), Fiber (0)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (0)!
Submitting Req 2, Domain (0), Fiber (0)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (0)!
Submitting Req 1, Domain (0), Fiber (1)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 1, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (1)!
Submitting Req 2, Domain (0), Fiber (1)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 1, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (1)!
Submitting Req 1, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (2)!
Submitting Req 2, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (2)!
Submitting Req 1, Domain (0), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 3, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (3)!
Submitting Req 2, Domain (0), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 3, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (3)!
Submitting Req 1, Domain (0), Fiber (4)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 4, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (4)!
Submitting Req 2, Domain (0), Fiber (4)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 4, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (4)!
Submitting Req 1, Domain (0), Fiber (5)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 5, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (5)!
Submitting Req 2, Domain (0), Fiber (5)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 5, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (5)!
Submitting Req 3, Domain (0), Fiber (5)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 5, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (5)!
Submitting Req 4, Domain (0), Fiber (5)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 5, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (5)!
Submitting Req 1, Domain (0), Fiber (6)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 6, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (6)!
Submitting Req 2, Domain (0), Fiber (6)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 6, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (6)!
Submitting Req 1, Domain (0), Fiber (9)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 9, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (9)!
Submitting Req 2, Domain (0), Fiber (9)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 9, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (9)!
Submitting Req 3, Domain (0), Fiber (9)
test_obatcher.exe: [INFO] Domain 0 is the batcher
Submitting Req 1, Domain (0), Fiber (10)
Submitting Req 1, Domain (3303), Fiber (11)
Submitting Req 1, Domain (3303), Fiber (12)
Submitting Req 1, Domain (3303), Fiber (13)
Submitting Req 1, Domain (0), Fiber (14)
Submitting Req 1, Domain (0), Fiber (15)
test_obatcher.exe: [DEBUG] Batch of [Req (3, 9, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (9)!
Submitting Req 4, Domain (0), Fiber (9)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 10, 0); Req (1, 11, 3303);
                           Req (1, 12, 3303); Req (1, 13, 3303);
                           Req (1, 14, 0); Req (1, 15, 0); Req (4, 9, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (9)!
Completed Req 1, Domain (3303), Fiber (11)!
Submitting Req 2, Domain (3303), Fiber (11)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 11, 3303)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3303), Fiber (11)!
Completed Req 1, Domain (0), Fiber (14)!
Submitting Req 2, Domain (0), Fiber (14)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 14, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (14)!
Submitting Req 3, Domain (0), Fiber (14)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 14, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (14)!
Submitting Req 4, Domain (0), Fiber (14)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 14, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (14)!
Completed Req 1, Domain (0), Fiber (15)!
Submitting Req 2, Domain (0), Fiber (15)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 15, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (15)!
Completed Req 1, Domain (0), Fiber (10)!
Submitting Req 2, Domain (0), Fiber (10)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 10, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (10)!
Completed Req 1, Domain (3303), Fiber (12)!
Submitting Req 2, Domain (3303), Fiber (12)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 12, 3303)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3303), Fiber (12)!
Submitting Req 1, Domain (3301), Fiber (8)
Submitting Req 1, Domain (3301), Fiber (7)
test_obatcher.exe: [INFO] Domain 3301 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 7, 3301)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3301), Fiber (7)!
Submitting Req 2, Domain (3301), Fiber (7)
test_obatcher.exe: [INFO] Domain 3301 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 7, 3301)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3301), Fiber (7)!
test_obatcher.exe: [INFO] Domain 3302 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 8, 3301)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3301), Fiber (8)!
Submitting Req 2, Domain (3301), Fiber (8)
test_obatcher.exe: [INFO] Domain 3302 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 8, 3301)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3301), Fiber (8)!
Submitting Req 3, Domain (3301), Fiber (8)
test_obatcher.exe: [INFO] Domain 3302 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 8, 3301)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3301), Fiber (8)!
Submitting Req 4, Domain (3301), Fiber (8)
test_obatcher.exe: [INFO] Domain 3302 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 8, 3301)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3301), Fiber (8)!
Completed Req 1, Domain (3303), Fiber (13)!
Submitting Req 2, Domain (3303), Fiber (13)
test_obatcher.exe: [INFO] Domain 3303 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 13, 3303)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3303), Fiber (13)!
Split req:
(0, 9): [1; 2; 3; 4]
(0, 0): [1; 2]
(0, 1): [1; 2]
(3301, 8): [1;
2; 3; 4]
(0, 10): [1; 2]
(0, 4): [1; 2]
(0, 15): [1; 2]
(0, 2): [1;
2]
(0, 14): [1; 2; 3; 4]
(3303, 11): [1; 2]
(0, 5): [1; 2; 3;
4]
(3301, 7): [1; 2]
(0, 3): [1; 2]
(3303, 12): [1; 2]
(0, 6): [1;
2]
(3303, 13): [1;
2]
Histogram:
1 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
2 |
3 |
4 |
5 |
6 |
7 |


test_obatcher.exe: [INFO] Running randos scheduler on 4 domain(s) each with 4 fiber(s) to handle 10 req per domain
Submitting Req 1, Domain (0), Fiber (0)
Submitting Req 1, Domain (3306), Fiber (2)
Submitting Req 1, Domain (3306), Fiber (3)
Submitting Req 1, Domain (3306), Fiber (4)
Submitting Req 1, Domain (0), Fiber (5)
Submitting Req 1, Domain (3306), Fiber (6)
Submitting Req 1, Domain (3306), Fiber (7)
Submitting Req 1, Domain (3306), Fiber (8)
Submitting Req 1, Domain (3306), Fiber (9)
Submitting Req 1, Domain (3306), Fiber (10)
Submitting Req 1, Domain (3306), Fiber (11)
Submitting Req 1, Domain (3306), Fiber (12)
Submitting Req 1, Domain (3306), Fiber (13)
Submitting Req 1, Domain (3306), Fiber (14)
Submitting Req 1, Domain (3306), Fiber (15)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (0)!
Submitting Req 2, Domain (0), Fiber (0)
test_obatcher.exe: [INFO] Domain 3304 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 2, 3306); Req (1, 3, 3306);
                           Req (1, 4, 3306); Req (1, 5, 0); Req (1, 6, 3306);
                           Req (1, 7, 3306); Req (1, 8, 3306);
                           Req (1, 9, 3306); Req (1, 10, 3306);
                           Req (1, 11, 3306); Req (1, 12, 3306);
                           Req (1, 13, 3306); Req (1, 14, 3306);
                           Req (1, 15, 3306)]
Completed Req 1, Domain (3306), Fiber (11)!
Submitting Req 2, Domain (3306), Fiber (11)
Completed Req 1, Domain (3306), Fiber (9)!
Submitting Req 2, Domain (3306), Fiber (9)
Completed Req 1, Domain (3306), Fiber (2)!
Submitting Req 2, Domain (3306), Fiber (2)
Completed Req 1, Domain (3306), Fiber (6)!
Submitting Req 2, Domain (3306), Fiber (6)
Completed Req 1, Domain (3306), Fiber (15)!
Submitting Req 2, Domain (3306), Fiber (15)
Completed Req 1, Domain (3306), Fiber (13)!
Submitting Req 2, Domain (3306), Fiber (13)
Completed Req 1, Domain (3306), Fiber (3)!
Submitting Req 2, Domain (3306), Fiber (3)
Completed Req 1, Domain (3306), Fiber (8)!
Submitting Req 2, Domain (3306), Fiber (8)
Completed Req 1, Domain (3306), Fiber (4)!
Submitting Req 2, Domain (3306), Fiber (4)
Completed Req 1, Domain (3306), Fiber (10)!
Submitting Req 2, Domain (3306), Fiber (10)
Submitting Req 1, Domain (0), Fiber (1)
Completed Req 1, Domain (3306), Fiber (14)!
Submitting Req 2, Domain (3306), Fiber (14)
Completed Req 1, Domain (3306), Fiber (7)!
Submitting Req 2, Domain (3306), Fiber (7)
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (5)!
Submitting Req 2, Domain (0), Fiber (5)
test_obatcher.exe: [INFO] Domain 3305 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 0, 0); Req (2, 11, 3306);
                           Req (2, 9, 3306); Req (2, 2, 3306);
                           Req (2, 6, 3306); Req (2, 15, 3306);
                           Req (2, 13, 3306); Req (2, 3, 3306);
                           Req (2, 8, 3306); Req (2, 4, 3306);
                           Req (2, 10, 3306); Req (2, 14, 3306);
                           Req (2, 7, 3306); Req (1, 1, 0)]
Completed Req 2, Domain (0), Fiber (0)!
Completed Req 2, Domain (3306), Fiber (10)!
Completed Req 2, Domain (3306), Fiber (14)!
Completed Req 1, Domain (0), Fiber (1)!
Submitting Req 2, Domain (0), Fiber (1)
Completed Req 2, Domain (3306), Fiber (2)!
Completed Req 2, Domain (3306), Fiber (15)!
Completed Req 2, Domain (3306), Fiber (13)!
Completed Req 2, Domain (3306), Fiber (3)!
Submitting Req 3, Domain (3306), Fiber (3)
Completed Req 2, Domain (3306), Fiber (11)!
Completed Req 2, Domain (3306), Fiber (6)!
Completed Req 2, Domain (3306), Fiber (9)!
Submitting Req 3, Domain (3306), Fiber (9)
Completed Req 2, Domain (3306), Fiber (4)!
Submitting Req 3, Domain (3306), Fiber (4)
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3306), Fiber (7)!
Submitting Req 3, Domain (3306), Fiber (7)
Completed Req 1, Domain (3306), Fiber (12)!
Submitting Req 2, Domain (3306), Fiber (12)
test_obatcher.exe: [INFO] Domain 3304 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 5, 0); Req (2, 1, 0);
                           Req (3, 3, 3306); Req (3, 9, 3306);
                           Req (3, 4, 3306)]
Completed Req 2, Domain (0), Fiber (5)!
Completed Req 2, Domain (0), Fiber (1)!
Completed Req 3, Domain (3306), Fiber (9)!
Submitting Req 4, Domain (3306), Fiber (9)
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3306), Fiber (3)!
Submitting Req 4, Domain (3306), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 7, 3306); Req (2, 12, 3306);
                           Req (4, 9, 3306)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3306), Fiber (12)!
Completed Req 4, Domain (3306), Fiber (9)!
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 3, 3306)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3306), Fiber (3)!
Completed Req 3, Domain (3306), Fiber (7)!
Submitting Req 4, Domain (3306), Fiber (7)
test_obatcher.exe: [INFO] Domain 3304 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 7, 3306)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3306), Fiber (7)!
Completed Req 3, Domain (3306), Fiber (4)!
Submitting Req 4, Domain (3306), Fiber (4)
test_obatcher.exe: [INFO] Domain 3305 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 4, 3306)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3306), Fiber (4)!
Completed Req 2, Domain (3306), Fiber (8)!
Split req:
(3306, 10): [1; 2]
(3306, 4): [1; 2; 3; 4]
(3306, 3): [1; 2; 3;
4]
(3306, 11): [1; 2]
(3306, 14): [1; 2]
(3306, 13): [1; 2]
(0, 0): [1;
2]
(0, 1): [1; 2]
(3306, 2): [1; 2]
(3306, 15): [1; 2]
(3306, 8): [1;
2]
(3306, 7): [1; 2; 3; 4]
(0, 5): [1; 2]
(3306, 9): [1; 2; 3;
4]
(3306, 6): [1; 2]
(3306, 12): [1;
2]
Histogram:
1 |@@@
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |@


test_obatcher.exe: [INFO] Running randos scheduler on 4 domain(s) each with 4 fiber(s) to handle 4 req per domain
Submitting Req 1, Domain (0), Fiber (0)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (0)!
Submitting Req 1, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 0 is the batcher
Submitting Req 1, Domain (3307), Fiber (1)
Submitting Req 1, Domain (0), Fiber (4)
Submitting Req 1, Domain (3308), Fiber (5)
Submitting Req 1, Domain (3307), Fiber (6)
Submitting Req 1, Domain (0), Fiber (7)
Submitting Req 1, Domain (3308), Fiber (8)
Submitting Req 1, Domain (3307), Fiber (9)
test_obatcher.exe: [DEBUG] Batch of [Req (1, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (2)!
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 1, 3307); Req (1, 4, 0);
                           Req (1, 5, 3308); Req (1, 6, 3307); Req (1, 7, 0);
                           Req (1, 8, 3308); Req (1, 9, 3307)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3308), Fiber (5)!
Submitting Req 1, Domain (3307), Fiber (11)
Submitting Req 1, Domain (3307), Fiber (10)
Completed Req 1, Domain (0), Fiber (7)!
Submitting Req 1, Domain (3307), Fiber (12)
Completed Req 1, Domain (3307), Fiber (9)!
Submitting Req 1, Domain (3308), Fiber (13)
Completed Req 1, Domain (3307), Fiber (6)!
Submitting Req 1, Domain (0), Fiber (14)
Completed Req 1, Domain (0), Fiber (4)!
Submitting Req 1, Domain (3307), Fiber (15)
Completed Req 1, Domain (3308), Fiber (8)!
Completed Req 1, Domain (3307), Fiber (1)!
Submitting Req 1, Domain (3308), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 11, 3307)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3307), Fiber (11)!
test_obatcher.exe: [INFO] Domain 3309 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 10, 3307); Req (1, 12, 3307);
                           Req (1, 13, 3308); Req (1, 14, 0);
                           Req (1, 15, 3307); Req (1, 3, 3308)]
Completed Req 1, Domain (3307), Fiber (12)!
Completed Req 1, Domain (3307), Fiber (15)!
Completed Req 1, Domain (3308), Fiber (13)!
Completed Req 1, Domain (3308), Fiber (3)!
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3307), Fiber (10)!
Completed Req 1, Domain (0), Fiber (14)!
Split req:
(3307, 15): [1]
(0, 0): [1]
(3307, 9): [1]
(3307, 11): [1]
(0, 4): [1]
(3307, 1): [1]
(0, 7): [1]
(0, 2): [1]
(3308, 3): [1]
(0, 14): [1]
(3307, 6): [1]
(3308, 5): [1]
(3307, 10): [1]
(3308, 8): [1]
(3308, 13): [1]
(3307, 12): [1]
Histogram:
1 |@@
2 |
3 |
4 |
5 |
6 |
7 |


test_obatcher.exe: [INFO] Running randos scheduler on 4 domain(s) each with 4 fiber(s) to handle 20 req per domain
Submitting Req 1, Domain (0), Fiber (0)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (0)!
Submitting Req 2, Domain (0), Fiber (0)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (0)!
Submitting Req 3, Domain (0), Fiber (0)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (0)!
Submitting Req 4, Domain (0), Fiber (0)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (0)!
Submitting Req 5, Domain (0), Fiber (0)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (0)!
Submitting Req 1, Domain (0), Fiber (1)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 1, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (1)!
Submitting Req 2, Domain (0), Fiber (1)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 1, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (1)!
Submitting Req 3, Domain (0), Fiber (1)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 1, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (1)!
Submitting Req 4, Domain (0), Fiber (1)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 1, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (1)!
Submitting Req 5, Domain (0), Fiber (1)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 1, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (1)!
Submitting Req 1, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (2)!
Submitting Req 2, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (2)!
Submitting Req 3, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (2)!
Submitting Req 4, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (2)!
Submitting Req 5, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (2)!
Submitting Req 1, Domain (0), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 3, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (3)!
Submitting Req 2, Domain (0), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 3, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (3)!
Submitting Req 3, Domain (0), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 3, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (3)!
Submitting Req 4, Domain (0), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 3, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (3)!
Submitting Req 5, Domain (0), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 3, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (3)!
Submitting Req 1, Domain (0), Fiber (4)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 4, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (4)!
Submitting Req 2, Domain (0), Fiber (4)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 4, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (4)!
Submitting Req 3, Domain (0), Fiber (4)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 4, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (4)!
Submitting Req 4, Domain (0), Fiber (4)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 4, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (4)!
Submitting Req 5, Domain (0), Fiber (4)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 4, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (4)!
Submitting Req 1, Domain (0), Fiber (5)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 5, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (5)!
Submitting Req 2, Domain (0), Fiber (5)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 5, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (5)!
Submitting Req 3, Domain (0), Fiber (5)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 5, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (5)!
Submitting Req 4, Domain (0), Fiber (5)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 5, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (5)!
Submitting Req 5, Domain (0), Fiber (5)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 5, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (5)!
Submitting Req 1, Domain (0), Fiber (6)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 6, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (6)!
Submitting Req 2, Domain (0), Fiber (6)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 6, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (6)!
Submitting Req 3, Domain (0), Fiber (6)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 6, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (6)!
Submitting Req 4, Domain (0), Fiber (6)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 6, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (6)!
Submitting Req 5, Domain (0), Fiber (6)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 6, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (6)!
Submitting Req 1, Domain (0), Fiber (7)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 7, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (7)!
Submitting Req 2, Domain (0), Fiber (7)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 7, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (7)!
Submitting Req 3, Domain (0), Fiber (7)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 7, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (7)!
Submitting Req 4, Domain (0), Fiber (7)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 7, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (7)!
Submitting Req 5, Domain (0), Fiber (7)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 7, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (7)!
Submitting Req 1, Domain (0), Fiber (8)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 8, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (8)!
Submitting Req 2, Domain (0), Fiber (8)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 8, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (8)!
Submitting Req 3, Domain (0), Fiber (8)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 8, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (8)!
Submitting Req 4, Domain (0), Fiber (8)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 8, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (8)!
Submitting Req 5, Domain (0), Fiber (8)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 8, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (8)!
Submitting Req 1, Domain (0), Fiber (9)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 9, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (9)!
Submitting Req 2, Domain (0), Fiber (9)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 9, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (9)!
Submitting Req 3, Domain (0), Fiber (9)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 9, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (9)!
Submitting Req 4, Domain (0), Fiber (9)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 9, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (9)!
Submitting Req 5, Domain (0), Fiber (9)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 9, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (9)!
Submitting Req 1, Domain (0), Fiber (10)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 10, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (10)!
Submitting Req 2, Domain (0), Fiber (10)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 10, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (10)!
Submitting Req 3, Domain (0), Fiber (10)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 10, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (10)!
Submitting Req 4, Domain (0), Fiber (10)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 10, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (10)!
Submitting Req 5, Domain (0), Fiber (10)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 10, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (10)!
Submitting Req 1, Domain (0), Fiber (11)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 11, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (11)!
Submitting Req 2, Domain (0), Fiber (11)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 11, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (11)!
Submitting Req 3, Domain (0), Fiber (11)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 11, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (11)!
Submitting Req 4, Domain (0), Fiber (11)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 11, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (11)!
Submitting Req 5, Domain (0), Fiber (11)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 11, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (11)!
Submitting Req 1, Domain (0), Fiber (12)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 12, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (12)!
Submitting Req 2, Domain (0), Fiber (12)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 12, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (12)!
Submitting Req 3, Domain (0), Fiber (12)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 12, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (12)!
Submitting Req 4, Domain (0), Fiber (12)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 12, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (12)!
Submitting Req 5, Domain (0), Fiber (12)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 12, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (12)!
Submitting Req 1, Domain (0), Fiber (13)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 13, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (13)!
Submitting Req 2, Domain (0), Fiber (13)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 13, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (13)!
Submitting Req 3, Domain (0), Fiber (13)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 13, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (13)!
Submitting Req 4, Domain (0), Fiber (13)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 13, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (13)!
Submitting Req 5, Domain (0), Fiber (13)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 13, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (13)!
Submitting Req 1, Domain (0), Fiber (14)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 14, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (14)!
Submitting Req 2, Domain (0), Fiber (14)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 14, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (14)!
Submitting Req 3, Domain (0), Fiber (14)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 14, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (14)!
Submitting Req 4, Domain (0), Fiber (14)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 14, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (14)!
Submitting Req 5, Domain (0), Fiber (14)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 14, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (14)!
Submitting Req 1, Domain (0), Fiber (15)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 15, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (15)!
Submitting Req 2, Domain (0), Fiber (15)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 15, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (15)!
Submitting Req 3, Domain (0), Fiber (15)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 15, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (15)!
Submitting Req 4, Domain (0), Fiber (15)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 15, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (15)!
Submitting Req 5, Domain (0), Fiber (15)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 15, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (15)!
Split req:
(0, 9): [1; 2; 3; 4; 5]
(0, 0): [1; 2; 3; 4; 5]
(0, 1): [1; 2; 3;
4; 5]
(0, 10): [1; 2; 3; 4; 5]
(0, 4): [1; 2; 3; 4; 5]
(0, 15): [1; 2; 3; 4;
5]
(0, 7): [1; 2; 3; 4; 5]
(0, 2): [1; 2; 3; 4; 5]
(0, 14): [1; 2; 3; 4;
5]
(0, 13): [1; 2; 3; 4; 5]
(0, 5): [1; 2; 3; 4; 5]
(0, 8): [1; 2; 3; 4;
5]
(0, 12): [1; 2; 3; 4; 5]
(0, 11): [1; 2; 3; 4; 5]
(0, 3): [1; 2; 3; 4;
5]
(0, 6): [1; 2; 3; 4;
5]
Histogram:
1 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


test_obatcher.exe: [INFO] Running randos scheduler on 4 domain(s) each with 4 fiber(s) to handle 14 req per domain
Submitting Req 1, Domain (0), Fiber (0)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (0)!
Submitting Req 2, Domain (0), Fiber (0)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (0)!
Submitting Req 3, Domain (0), Fiber (0)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (0)!
Submitting Req 1, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (2)!
Submitting Req 2, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (2)!
Submitting Req 3, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (2)!
Submitting Req 1, Domain (3313), Fiber (5)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 5, 3313)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3313), Fiber (5)!
Submitting Req 2, Domain (3313), Fiber (5)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 5, 3313)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3313), Fiber (5)!
Submitting Req 3, Domain (3313), Fiber (5)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 5, 3313)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3313), Fiber (5)!
Submitting Req 1, Domain (0), Fiber (6)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 6, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (6)!
Submitting Req 2, Domain (0), Fiber (6)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 6, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (6)!
Submitting Req 3, Domain (0), Fiber (6)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 6, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (6)!
Submitting Req 1, Domain (3315), Fiber (7)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 7, 3315)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3315), Fiber (7)!
Submitting Req 2, Domain (3315), Fiber (7)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 7, 3315)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3315), Fiber (7)!
Submitting Req 3, Domain (3315), Fiber (7)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 7, 3315)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3315), Fiber (7)!
Submitting Req 4, Domain (3315), Fiber (7)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 7, 3315)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3315), Fiber (7)!
Submitting Req 5, Domain (3315), Fiber (7)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 7, 3315)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3315), Fiber (7)!
Submitting Req 1, Domain (3315), Fiber (8)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 8, 3315)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3315), Fiber (8)!
Submitting Req 2, Domain (3315), Fiber (8)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 8, 3315)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3315), Fiber (8)!
Submitting Req 3, Domain (3315), Fiber (8)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 8, 3315)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3315), Fiber (8)!
Submitting Req 1, Domain (0), Fiber (9)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 9, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
...TRUNCATED BY DUNE...
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (9)!
Submitting Req 3, Domain (0), Fiber (9)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 9, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (9)!
Submitting Req 4, Domain (0), Fiber (9)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 9, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (9)!
Completed Req 2, Domain (0), Fiber (5)!
Submitting Req 3, Domain (0), Fiber (5)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 5, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (5)!
Submitting Req 4, Domain (0), Fiber (5)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 5, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (5)!
Submitting Req 1, Domain (0), Fiber (13)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 13, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (13)!
Submitting Req 2, Domain (0), Fiber (13)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 13, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (13)!
Submitting Req 3, Domain (0), Fiber (13)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 13, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (13)!
Submitting Req 4, Domain (0), Fiber (13)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 13, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (13)!
Submitting Req 1, Domain (3386), Fiber (14)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 14, 3386)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3386), Fiber (14)!
Submitting Req 2, Domain (3386), Fiber (14)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 14, 3386)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3386), Fiber (14)!
Submitting Req 3, Domain (3386), Fiber (14)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 14, 3386)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3386), Fiber (14)!
Submitting Req 4, Domain (3386), Fiber (14)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 14, 3386)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3386), Fiber (14)!
Completed Req 1, Domain (0), Fiber (4)!
Submitting Req 2, Domain (0), Fiber (4)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 4, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (4)!
Submitting Req 3, Domain (0), Fiber (4)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 4, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (4)!
Submitting Req 4, Domain (0), Fiber (4)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 4, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (4)!
Completed Req 3, Domain (3385), Fiber (3)!
Submitting Req 4, Domain (3385), Fiber (3)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 3, 3385)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3385), Fiber (3)!
Submitting Req 1, Domain (3386), Fiber (15)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 15, 3386)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3386), Fiber (15)!
Submitting Req 2, Domain (3386), Fiber (15)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 15, 3386)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3386), Fiber (15)!
Submitting Req 3, Domain (3386), Fiber (15)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 15, 3386)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3386), Fiber (15)!
Submitting Req 4, Domain (3386), Fiber (15)
test_obatcher.exe: [INFO] Domain 3386 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 15, 3386)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3386), Fiber (15)!
Submitting Req 3, Domain (0), Fiber (11)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 11, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (11)!
Submitting Req 4, Domain (0), Fiber (11)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 11, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (11)!
Submitting Req 1, Domain (0), Fiber (1)
test_obatcher.exe: [INFO] Domain 3385 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 1, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (1)!
Submitting Req 2, Domain (0), Fiber (1)
test_obatcher.exe: [INFO] Domain 3385 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 1, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (1)!
Submitting Req 3, Domain (0), Fiber (1)
test_obatcher.exe: [INFO] Domain 3385 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 1, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (1)!
Submitting Req 4, Domain (0), Fiber (1)
test_obatcher.exe: [INFO] Domain 3385 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 1, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (1)!
Split req:
(0, 9): [1; 2; 3; 4]
(3386, 7): [1; 2; 3; 4]
(3386, 15): [1; 2; 3;
4]
(0, 0): [1; 2; 3; 4]
(0, 1): [1; 2; 3; 4]
(3386, 6): [1; 2; 3;
4]
(0, 4): [1; 2; 3; 4]
(3385, 10): [1; 2; 3; 4]
(3385, 3): [1; 2; 3;
4]
(0, 13): [1; 2; 3; 4]
(0, 5): [1; 2; 3; 4]
(0, 12): [1; 2; 3;
4]
(0, 11): [1; 2; 3; 4]
(3386, 14): [1; 2; 3; 4]
(3386, 8): [1; 2; 3;
4]
(3385, 2): [1; 2; 3;
4]
Histogram:
1 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
2 |
3 |@
4 |
5 |
6 |


test_obatcher.exe: [INFO] Running randos scheduler on 4 domain(s) each with 4 fiber(s) to handle 19 req per domain
Submitting Req 1, Domain (3388), Fiber (0)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 0, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3388), Fiber (0)!
Submitting Req 2, Domain (3388), Fiber (0)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 0, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3388), Fiber (0)!
Submitting Req 3, Domain (3388), Fiber (0)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 0, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3388), Fiber (0)!
Submitting Req 4, Domain (3388), Fiber (0)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 0, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3388), Fiber (0)!
Submitting Req 1, Domain (3388), Fiber (4)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 4, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3388), Fiber (4)!
Submitting Req 2, Domain (3388), Fiber (4)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 4, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3388), Fiber (4)!
Submitting Req 3, Domain (3388), Fiber (4)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 4, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3388), Fiber (4)!
Submitting Req 4, Domain (3388), Fiber (4)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 4, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3388), Fiber (4)!
Submitting Req 1, Domain (3388), Fiber (5)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 5, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3388), Fiber (5)!
Submitting Req 2, Domain (3388), Fiber (5)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 5, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3388), Fiber (5)!
Submitting Req 3, Domain (3388), Fiber (5)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 5, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3388), Fiber (5)!
Submitting Req 4, Domain (3388), Fiber (5)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 5, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3388), Fiber (5)!
Submitting Req 5, Domain (3388), Fiber (5)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 5, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3388), Fiber (5)!
Submitting Req 6, Domain (3388), Fiber (5)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (6, 5, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 6, Domain (3388), Fiber (5)!
Submitting Req 7, Domain (3388), Fiber (5)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (7, 5, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 7, Domain (3388), Fiber (5)!
Submitting Req 1, Domain (3388), Fiber (6)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 6, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3388), Fiber (6)!
Submitting Req 2, Domain (3388), Fiber (6)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 6, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3388), Fiber (6)!
Submitting Req 3, Domain (3388), Fiber (6)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 6, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3388), Fiber (6)!
Submitting Req 4, Domain (3388), Fiber (6)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 6, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3388), Fiber (6)!
Submitting Req 1, Domain (3388), Fiber (7)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 7, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3388), Fiber (7)!
Submitting Req 2, Domain (3388), Fiber (7)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 7, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3388), Fiber (7)!
Submitting Req 3, Domain (3388), Fiber (7)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 7, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3388), Fiber (7)!
Submitting Req 4, Domain (3388), Fiber (7)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 7, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3388), Fiber (7)!
Submitting Req 1, Domain (3388), Fiber (8)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 8, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3388), Fiber (8)!
Submitting Req 2, Domain (3388), Fiber (8)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 8, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3388), Fiber (8)!
Submitting Req 3, Domain (3388), Fiber (8)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 8, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3388), Fiber (8)!
Submitting Req 4, Domain (3388), Fiber (8)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 8, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3388), Fiber (8)!
Submitting Req 1, Domain (3388), Fiber (9)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 9, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3388), Fiber (9)!
Submitting Req 2, Domain (3388), Fiber (9)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 9, 3388)]
Submitting Req 1, Domain (3389), Fiber (1)
Submitting Req 1, Domain (3388), Fiber (10)
Submitting Req 1, Domain (3389), Fiber (11)
Submitting Req 1, Domain (3390), Fiber (12)
Submitting Req 1, Domain (3388), Fiber (13)
Submitting Req 1, Domain (3389), Fiber (14)
Submitting Req 1, Domain (3388), Fiber (15)
Submitting Req 1, Domain (0), Fiber (2)
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3388), Fiber (9)!
Submitting Req 3, Domain (3388), Fiber (9)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
Submitting Req 1, Domain (3388), Fiber (3)
test_obatcher.exe: [DEBUG] Batch of [Req (1, 1, 3389); Req (1, 10, 3388);
                           Req (1, 11, 3389); Req (1, 12, 3390);
                           Req (1, 13, 3388); Req (1, 14, 3389);
                           Req (1, 15, 3388); Req (1, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (3388), Fiber (13)!
Submitting Req 2, Domain (3388), Fiber (13)
Completed Req 1, Domain (3389), Fiber (1)!
Submitting Req 2, Domain (3389), Fiber (1)
Completed Req 1, Domain (3389), Fiber (11)!
Submitting Req 2, Domain (3389), Fiber (11)
Completed Req 1, Domain (3390), Fiber (12)!
Submitting Req 2, Domain (3390), Fiber (12)
Completed Req 1, Domain (3388), Fiber (15)!
Submitting Req 2, Domain (3388), Fiber (15)
Completed Req 1, Domain (3389), Fiber (14)!
Submitting Req 2, Domain (3389), Fiber (14)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 9, 3388); Req (1, 3, 3388);
                           Req (2, 13, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3388), Fiber (13)!
Submitting Req 3, Domain (3388), Fiber (13)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 1, 3389); Req (2, 11, 3389);
                           Req (2, 12, 3390); Req (2, 15, 3388);
                           Req (2, 14, 3389); Req (3, 13, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3388), Fiber (13)!
Submitting Req 4, Domain (3388), Fiber (13)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 13, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3388), Fiber (13)!
Completed Req 3, Domain (3388), Fiber (9)!
Submitting Req 4, Domain (3388), Fiber (9)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 9, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3388), Fiber (9)!
Completed Req 2, Domain (3389), Fiber (1)!
Submitting Req 3, Domain (3389), Fiber (1)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 1, 3389)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3389), Fiber (1)!
Submitting Req 4, Domain (3389), Fiber (1)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 1, 3389)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3389), Fiber (1)!
Completed Req 2, Domain (3388), Fiber (15)!
Submitting Req 3, Domain (3388), Fiber (15)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 15, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3388), Fiber (15)!
Submitting Req 4, Domain (3388), Fiber (15)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 15, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3388), Fiber (15)!
Submitting Req 5, Domain (3388), Fiber (15)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 15, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3388), Fiber (15)!
Submitting Req 6, Domain (3388), Fiber (15)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (6, 15, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 6, Domain (3388), Fiber (15)!
Submitting Req 7, Domain (3388), Fiber (15)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (7, 15, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 7, Domain (3388), Fiber (15)!
Completed Req 2, Domain (3389), Fiber (14)!
Submitting Req 3, Domain (3389), Fiber (14)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 14, 3389)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3389), Fiber (14)!
Submitting Req 4, Domain (3389), Fiber (14)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 14, 3389)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3389), Fiber (14)!
Completed Req 2, Domain (3389), Fiber (11)!
Submitting Req 3, Domain (3389), Fiber (11)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 11, 3389)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3389), Fiber (11)!
Submitting Req 4, Domain (3389), Fiber (11)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 11, 3389)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3389), Fiber (11)!
Submitting Req 5, Domain (3389), Fiber (11)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 11, 3389)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3389), Fiber (11)!
Submitting Req 6, Domain (3389), Fiber (11)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (6, 11, 3389)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 6, Domain (3389), Fiber (11)!
Submitting Req 7, Domain (3389), Fiber (11)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (7, 11, 3389)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 7, Domain (3389), Fiber (11)!
Completed Req 2, Domain (3390), Fiber (12)!
Submitting Req 3, Domain (3390), Fiber (12)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 12, 3390)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3390), Fiber (12)!
Submitting Req 4, Domain (3390), Fiber (12)
test_obatcher.exe: [INFO] Domain 3389 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 12, 3390)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3390), Fiber (12)!
Completed Req 1, Domain (0), Fiber (2)!
Submitting Req 2, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 3390 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (2)!
Submitting Req 3, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 3390 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (2)!
Submitting Req 4, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 3390 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (2)!
Completed Req 1, Domain (3388), Fiber (3)!
Submitting Req 2, Domain (3388), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 3, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3388), Fiber (3)!
Submitting Req 3, Domain (3388), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 3, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3388), Fiber (3)!
Submitting Req 4, Domain (3388), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 3, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3388), Fiber (3)!
Submitting Req 5, Domain (3388), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 3, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3388), Fiber (3)!
Submitting Req 6, Domain (3388), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (6, 3, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 6, Domain (3388), Fiber (3)!
Submitting Req 7, Domain (3388), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (7, 3, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 7, Domain (3388), Fiber (3)!
Completed Req 1, Domain (3388), Fiber (10)!
Submitting Req 2, Domain (3388), Fiber (10)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 10, 3388)]
test_obatcher.ex: [DEBUG] Batch processing complete
Completed Req 2, Domain (3388), Fiber (10)!
Submitting Req 3, Domain (3388), Fiber (10)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 10, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3388), Fiber (10)!
Submitting Req 4, Domain (3388), Fiber (10)
test_obatcher.exe: [INFO] Domain 3388 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 10, 3388)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3388), Fiber (10)!
Split req:
(3389, 1): [1; 2; 3; 4]
(3388, 8): [1; 2; 3; 4]
(3388, 13): [1; 2;
3; 4]
(3388, 3): [1; 2; 3; 4; 5; 6; 7]
(3388, 9): [1; 2; 3;
4]
(3389, 14): [1; 2; 3; 4]
(0, 2): [1; 2; 3; 4]
(3388, 10): [1; 2; 3;
4]
(3388, 0): [1; 2; 3; 4]
(3388, 5): [1; 2; 3; 4; 5; 6; 7]
(3388, 4): [1; 2;
3; 4]
(3388, 7): [1; 2; 3; 4]
(3388, 6): [1; 2; 3; 4]
(3390, 12): [1; 2; 3;
4]
(3388, 15): [1; 2; 3; 4; 5; 6; 7]
(3389, 11): [1; 2; 3; 4; 5; 6;
7]
Histogram:
1 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
2 |
3 |
4 |
5 |
6 |
7 |
8 |


test_obatcher.exe: [INFO] Running randos scheduler on 4 domain(s) each with 4 fiber(s) to handle 20 req per domain
Submitting Req 1, Domain (0), Fiber (0)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 1, Domain (0), Fiber (0)!
Submitting Req 2, Domain (0), Fiber (0)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (0)!
Submitting Req 3, Domain (0), Fiber (0)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (0)!
Submitting Req 4, Domain (0), Fiber (0)
Submitting Req 1, Domain (3392), Fiber (1)
Submitting Req 1, Domain (0), Fiber (2)
Submitting Req 1, Domain (3392), Fiber (3)
Submitting Req 1, Domain (3392), Fiber (4)
Submitting Req 1, Domain (3392), Fiber (5)
Submitting Req 1, Domain (3392), Fiber (6)
Submitting Req 1, Domain (3392), Fiber (7)
Submitting Req 1, Domain (3392), Fiber (8)
Submitting Req 1, Domain (3392), Fiber (9)
Submitting Req 1, Domain (3392), Fiber (10)
Submitting Req 1, Domain (3392), Fiber (11)
Submitting Req 1, Domain (3392), Fiber (12)
Submitting Req 1, Domain (3392), Fiber (13)
Submitting Req 1, Domain (3392), Fiber (14)
Submitting Req 1, Domain (3392), Fiber (15)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (0)!
Submitting Req 5, Domain (0), Fiber (0)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (1, 1, 3392); Req (1, 2, 0);
                           Req (1, 3, 3392); Req (1, 4, 3392);
                           Req (1, 5, 3392); Req (1, 6, 3392);
                           Req (1, 7, 3392); Req (1, 8, 3392);
                           Req (1, 9, 3392); Req (1, 10, 3392);
                           Req (1, 11, 3392); Req (1, 12, 3392);
                           Req (1, 13, 3392); Req (1, 14, 3392);
                           Req (1, 15, 3392); Req (5, 0, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (0)!
Completed Req 1, Domain (3392), Fiber (1)!
Submitting Req 2, Domain (3392), Fiber (1)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 1, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3392), Fiber (1)!
Submitting Req 3, Domain (3392), Fiber (1)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 1, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3392), Fiber (1)!
Submitting Req 4, Domain (3392), Fiber (1)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 1, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3392), Fiber (1)!
Submitting Req 5, Domain (3392), Fiber (1)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 1, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3392), Fiber (1)!
Completed Req 1, Domain (3392), Fiber (3)!
Submitting Req 2, Domain (3392), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 3, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3392), Fiber (3)!
Submitting Req 3, Domain (3392), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 3, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3392), Fiber (3)!
Submitting Req 4, Domain (3392), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 3, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3392), Fiber (3)!
Submitting Req 5, Domain (3392), Fiber (3)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 3, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3392), Fiber (3)!
Completed Req 1, Domain (3392), Fiber (5)!
Submitting Req 2, Domain (3392), Fiber (5)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 5, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3392), Fiber (5)!
Submitting Req 3, Domain (3392), Fiber (5)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 5, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3392), Fiber (5)!
Submitting Req 4, Domain (3392), Fiber (5)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 5, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3392), Fiber (5)!
Submitting Req 5, Domain (3392), Fiber (5)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 5, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3392), Fiber (5)!
Completed Req 1, Domain (3392), Fiber (4)!
Submitting Req 2, Domain (3392), Fiber (4)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 4, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3392), Fiber (4)!
Submitting Req 3, Domain (3392), Fiber (4)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 4, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3392), Fiber (4)!
Submitting Req 4, Domain (3392), Fiber (4)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 4, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3392), Fiber (4)!
Submitting Req 5, Domain (3392), Fiber (4)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 4, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3392), Fiber (4)!
Completed Req 1, Domain (3392), Fiber (10)!
Submitting Req 2, Domain (3392), Fiber (10)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 10, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3392), Fiber (10)!
Submitting Req 3, Domain (3392), Fiber (10)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 10, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3392), Fiber (10)!
Submitting Req 4, Domain (3392), Fiber (10)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 10, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3392), Fiber (10)!
Submitting Req 5, Domain (3392), Fiber (10)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 10, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3392), Fiber (10)!
Completed Req 1, Domain (3392), Fiber (7)!
Submitting Req 2, Domain (3392), Fiber (7)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 7, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3392), Fiber (7)!
Submitting Req 3, Domain (3392), Fiber (7)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 7, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3392), Fiber (7)!
Submitting Req 4, Domain (3392), Fiber (7)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 7, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3392), Fiber (7)!
Submitting Req 5, Domain (3392), Fiber (7)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 7, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3392), Fiber (7)!
Completed Req 1, Domain (3392), Fiber (12)!
Submitting Req 2, Domain (3392), Fiber (12)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 12, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3392), Fiber (12)!
Submitting Req 3, Domain (3392), Fiber (12)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 12, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3392), Fiber (12)!
Submitting Req 4, Domain (3392), Fiber (12)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 12, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3392), Fiber (12)!
Submitting Req 5, Domain (3392), Fiber (12)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 12, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3392), Fiber (12)!
Completed Req 1, Domain (3392), Fiber (11)!
Submitting Req 2, Domain (3392), Fiber (11)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 11, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3392), Fiber (11)!
Submitting Req 3, Domain (3392), Fiber (11)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 11, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3392), Fiber (11)!
Submitting Req 4, Domain (3392), Fiber (11)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 11, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3392), Fiber (11)!
Submitting Req 5, Domain (3392), Fiber (11)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 11, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3392), Fiber (11)!
Completed Req 1, Domain (0), Fiber (2)!
Submitting Req 2, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (0), Fiber (2)!
Submitting Req 3, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (0), Fiber (2)!
Submitting Req 4, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (0), Fiber (2)!
Submitting Req 5, Domain (0), Fiber (2)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 2, 0)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (0), Fiber (2)!
Completed Req 1, Domain (3392), Fiber (9)!
Submitting Req 2, Domain (3392), Fiber (9)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 9, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3392), Fiber (9)!
Submitting Req 3, Domain (3392), Fiber (9)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 9, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3392), Fiber (9)!
Submitting Req 4, Domain (3392), Fiber (9)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 9, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3392), Fiber (9)!
Submitting Req 5, Domain (3392), Fiber (9)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 9, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3392), Fiber (9)!
Completed Req 1, Domain (3392), Fiber (6)!
Submitting Req 2, Domain (3392), Fiber (6)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 6, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3392), Fiber (6)!
Submitting Req 3, Domain (3392), Fiber (6)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 6, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3392), Fiber (6)!
Submitting Req 4, Domain (3392), Fiber (6)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 6, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3392), Fiber (6)!
Submitting Req 5, Domain (3392), Fiber (6)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 6, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3392), Fiber (6)!
Completed Req 1, Domain (3392), Fiber (8)!
Submitting Req 2, Domain (3392), Fiber (8)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 8, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3392), Fiber (8)!
Submitting Req 3, Domain (3392), Fiber (8)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 8, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3392), Fiber (8)!
Submitting Req 4, Domain (3392), Fiber (8)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 8, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3392), Fiber (8)!
Submitting Req 5, Domain (3392), Fiber (8)
test_obatcher.exe: [INFO] Domain 0 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 8, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3392), Fiber (8)!
Completed Req 1, Domain (3392), Fiber (15)!
Submitting Req 2, Domain (3392), Fiber (15)
test_obatcher.exe: [INFO] Domain 3392 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 15, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3392), Fiber (15)!
Submitting Req 3, Domain (3392), Fiber (15)
test_obatcher.exe: [INFO] Domain 3392 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 15, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3392), Fiber (15)!
Submitting Req 4, Domain (3392), Fiber (15)
test_obatcher.exe: [INFO] Domain 3392 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 15, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3392), Fiber (15)!
Submitting Req 5, Domain (3392), Fiber (15)
test_obatcher.exe: [INFO] Domain 3392 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 15, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3392), Fiber (15)!
Completed Req 1, Domain (3392), Fiber (13)!
Submitting Req 2, Domain (3392), Fiber (13)
test_obatcher.exe: [INFO] Domain 3393 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 13, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3392), Fiber (13)!
Submitting Req 3, Domain (3392), Fiber (13)
test_obatcher.exe: [INFO] Domain 3393 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 13, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3392), Fiber (13)!
Submitting Req 4, Domain (3392), Fiber (13)
test_obatcher.exe: [INFO] Domain 3393 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 13, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3392), Fiber (13)!
Submitting Req 5, Domain (3392), Fiber (13)
test_obatcher.exe: [INFO] Domain 3393 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 13, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3392), Fiber (13)!
Completed Req 1, Domain (3392), Fiber (14)!
Submitting Req 2, Domain (3392), Fiber (14)
test_obatcher.exe: [INFO] Domain 3391 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (2, 14, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 2, Domain (3392), Fiber (14)!
Submitting Req 3, Domain (3392), Fiber (14)
test_obatcher.exe: [INFO] Domain 3391 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (3, 14, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 3, Domain (3392), Fiber (14)!
Submitting Req 4, Domain (3392), Fiber (14)
test_obatcher.exe: [INFO] Domain 3391 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (4, 14, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 4, Domain (3392), Fiber (14)!
Submitting Req 5, Domain (3392), Fiber (14)
test_obatcher.exe: [INFO] Domain 3391 is the batcher
test_obatcher.exe: [DEBUG] Batch of [Req (5, 14, 3392)]
test_obatcher.exe: [DEBUG] Batch processing complete
Completed Req 5, Domain (3392), Fiber (14)!
Split req:
(3392, 7): [1; 2; 3; 4; 5]
(3392, 14): [1; 2; 3; 4;
5]
(3392, 9): [1; 2; 3; 4; 5]
(3392, 4): [1; 2; 3; 4; 5]
(3392, 10): [1; 2;
3; 4; 5]
(0, 0): [1; 2; 3; 4; 5]
(3392, 6): [1; 2; 3; 4; 5]
(3392, 15): [1;
2; 3; 4; 5]
(3392, 5): [1; 2; 3; 4; 5]
(3392, 3): [1; 2; 3; 4; 5]
(0, 2): [1;
2; 3; 4; 5]
(3392, 11): [1; 2; 3; 4; 5]
(3392, 8): [1; 2; 3; 4;
5]
(3392, 13): [1; 2; 3; 4; 5]
(3392, 12): [1; 2; 3; 4; 5]
(3392, 1): [1; 2;
3; 4;
5]
Histogram:
1 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |


test `Batches are linearizable (4 domains, 4 fibers)`
raised exception `Stdlib.Effect.Unhandled(Picos_ocaml.Trigger.Await(_))`
on `21`
Raised by primitive operation at Picos.Computation.block in file "lib/picos/picos.common.ml", line 15, characters 12-33
Called from Picos_bootstrap.Computation.get_or in file "lib/picos/bootstrap/picos_bootstrap.ml", line 208, characters 33-42
Called from Dune__exe__Test_obatcher.run_with in file "test/test_obatcher.ml", line 154, characters 6-74
Called from Dune__exe__Test_obatcher.test_fn_lin in file "test/test_obatcher.ml", line 196, characters 2-54
Called from Dune__exe__Test_obatcher.test_fn_all_for.testcase_wrapper in file "test/test_obatcher.ml", line 235, characters 17-44
Called from QCheck2.Test.run_law.loop in file "src/core/QCheck2.ml", line 1639, characters 27-32
Called from QCheck2.Test.run_law in file "src/core/QCheck2.ml", line 1644, characters 6-18
Called from QCheck2.Test.check_state_input in file "src/core/QCheck2.ml", line 1766, characters 20-59


[exception] test `Batches are linearizable (4 domains, 4 fibers)`
raised exception `Stdlib.Effect.Unhandled(Picos_ocaml.Trigger.Await(_))`
on `21`
Raised by primitive operation at Picos.Computation.block in file "lib/picos/picos.common.ml", line 15, characters 12-33
Called from Picos_bootstrap.Computation.get_or in file "lib/picos/bootstrap/picos_bootstrap.ml", line 208, characters 33-42
Called from Dune__exe__Test_obatcher.run_with in file "test/test_obatcher.ml", line 154, characters 6-74
Called from Dune__exe__Test_obatcher.test_fn_lin in file "test/test_obatcher.ml", line 196, characters 2-54
Called from Dune__exe__Test_obatcher.test_fn_all_for.testcase_wrapper in file "test/test_obatcher.ml", line 235, characters 17-44
Called from QCheck2.Test.run_law.loop in file "src/core/QCheck2.ml", line 1639, characters 27-32
Called from QCheck2.Test.run_law in file "src/core/QCheck2.ml", line 1644, characters 6-18
Called from QCheck2.Test.check_state_input in file "src/core/QCheck2.ml", line 1766, characters 20-59


            Raised at QCheck2.Test.check_result in file "src/core/QCheck2.ml", line 2004, characters 6-78
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, 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/Obatcher/Randos scheduler.007.output'.
 ──────────────────────────────────────────────────────────────────────────────


Full test results in `/src/_build/default/test/_build/_tests/Obatcher'.
1 failure! in 69.322s. 24 tests run.
"/bin/bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-08-29 07:12.55: Job failed: Failed: Build failed