2024-09-16 15:25.38: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/port-to-picos (3f06b7e886b891d4360965c85a84b4e3be368818) (linux-x86_64:debian-12-5.2_opam-2.2) Base: ocaml/opam:debian-12-ocaml-5.2@sha256:3eb670568de552be8e9e753c9e412c809c92d27d3e27c2afc0064f753eece77e Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "port-to-picos" && cd "kcas" && git reset --hard 3f06b7e8 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.2@sha256:3eb670568de552be8e9e753c9e412c809c92d27d3e27c2afc0064f753eece77e # debian-12-5.2_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 12d7650ba97ec7883fa001a001e0433e54eb4e53 || git fetch origin master) && git reset -q --hard 12d7650ba97ec7883fa001a001e0433e54eb4e53 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 kcas_data.opam kcas.opam ./ RUN opam pin add -yn kcas_data.dev './' && \ opam pin add -yn kcas.dev './' ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.5 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 ocaml-version.3.6.8 ocamlbuild.0.15.0 ocamlfind.1.9.6 picos.0.5.0 picos_aux.0.5.0 picos_io.0.5.0 picos_mux.0.5.0 picos_std.0.5.0 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y kcas_data.dev kcas.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-09-16 15:25.38: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-5.2@sha256:3eb670568de552be8e9e753c9e412c809c92d27d3e27c2afc0064f753eece77e-debian-12-5.2_opam-2.2-3500782eca2ba0f23708b857e5c1b104" 2024-09-16 15:25.38: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.2@sha256:3eb670568de552be8e9e753c9e412c809c92d27d3e27c2afc0064f753eece77e) (comment debian-12-5.2_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 12d7650ba97ec7883fa001a001e0433e54eb4e53 || git fetch origin master) && git reset -q --hard 12d7650ba97ec7883fa001a001e0433e54eb4e53 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src kcas_data.opam kcas.opam) (dst ./)) (run (network host) (shell "opam pin add -yn kcas_data.dev './' && \ \nopam pin add -yn kcas.dev './'")) (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.5 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 ocaml-version.3.6.8 ocamlbuild.0.15.0 ocamlfind.1.9.6 picos.0.5.0 picos_aux.0.5.0 picos_io.0.5.0 picos_mux.0.5.0 picos_std.0.5.0 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y kcas_data.dev kcas.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-09-16 15:25.38: Waiting for resource in pool OCluster 2024-09-16 15:25.38: Waiting for worker… 2024-09-16 15:27.40: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 3f06b7e Change to use Picos instead of DLT and DLA (from ocaml/opam:debian-12-ocaml-5.2@sha256:3eb670568de552be8e9e753c9e412c809c92d27d3e27c2afc0064f753eece77e) 2024-09-16 15:27.41 ---> using "221319639814ba692dcd418f1d210391b36b017e1c00f2d2ad322a9ee601e274" from cache /: (comment debian-12-5.2_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-09-16 15:27.41 ---> using "3302610f7356c331872592e2be698409c1552454d554085cbe548d6583a48513" 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 [NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-09-16 15:27.41 ---> using "f1d4f791d91dbc1cde0d6f4c212cc72abc4a80abe2a03072bf8afe816aa81924" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-121-generic The OCaml toplevel, version 5.2.0 2.2.1 2024-09-16 15:27.41 ---> using "1171e52dad16097ce0312af9fabd822c69f2808098615c3d0fc6503098f2f79b" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-09-16 15:27.41 ---> using "9295d1d237729feeffdec469427c8d5eb6ca0f1b4e68c34c88bf84d039958c83" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 12d7650ba97ec7883fa001a001e0433e54eb4e53 || git fetch origin master) && git reset -q --hard 12d7650ba97ec7883fa001a001e0433e54eb4e53 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD e89899ac28..12d7650ba9 master -> origin/master 12d7650ba9 Merge pull request #26569 from polytypic/release-multicore-bench-0.1.5 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # Run eval $(opam env) to update the current shell environment 2024-09-16 15:27.41 ---> using "5ee9fa15bff1df297ebb5555c57fd7d05a506dc5aae417ccf0e9dcc4e0766ce4" from cache /src: (copy (src kcas_data.opam kcas.opam) (dst ./)) 2024-09-16 15:27.41 ---> using "37fb8150eefe693ae677bd8c952e84da5eb836a0655f8626a2f2e247820fbd49" from cache /src: (run (network host) (shell "opam pin add -yn kcas_data.dev './' && \ \nopam pin add -yn kcas.dev './'")) [kcas_data.dev] synchronised (file:///src) kcas_data is now pinned to file:///src (version dev) [kcas.dev] synchronised (file:///src) kcas is now pinned to file:///src (version dev) 2024-09-16 15:27.41 ---> using "f4391a77c19ac8692715635b3ae4b6bb662ba033512599b078d6ee96a218a1a8" from cache /src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.5 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 ocaml-version.3.6.8 ocamlbuild.0.15.0 ocamlfind.1.9.6 picos.0.5.0 picos_aux.0.5.0 picos_io.0.5.0 picos_mux.0.5.0 picos_std.0.5.0 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y kcas_data.dev kcas.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - 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 bookworm/main amd64 Packages [8787 kB] - Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB] - Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [181 kB] - Get:7 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] - Get:7 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] - Fetched 9235 kB in 2s (5481 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [kcas.dev] synchronised (no changes) [kcas_data.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-x86_64 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-09-16 15:27.41 ---> using "d7f7603925b2927318c5362ba8d93d7a4d7d84dd68942e90914d03bddb2d2218" from cache /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-x86_64 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 38 packages - install alcotest 1.8.0 - install astring 0.8.5 - install backoff 0.1.0 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install cppo 1.7.0 - install csexp 1.5.2 - install domain-local-await 1.0.1 - install domain_shims 0.1.0 - install dune 3.16.0 - install fmt 0.9.0 - install logs 0.7.0 - install mdx 2.4.1 - install mtime 2.1.0 - install multicore-bench 0.1.5 - install multicore-magic 2.3.0 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 3.6.8 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install picos 0.5.0 - install picos_aux 0.5.0 - install picos_io 0.5.0 - install picos_mux 0.5.0 - install picos_std 0.5.0 - install psq 0.2.1 - install qcheck-core 0.22 - install qcheck-multicoretests-util 0.3 - install qcheck-stm 0.3 - install re 1.12.0 - install result 1.5 - install seq base - install stdlib-shims 0.3.0 - install thread-local-storage 0.2 - install thread-table 1.0.0 - install topkg 1.0.7 - install uutf 1.0.3 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved backoff.0.1.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved cppo.1.7.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved domain-local-await.1.0.1 (cached) -> retrieved domain_shims.0.1.0 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved multicore-bench.0.1.5 (cached) -> retrieved mdx.2.4.1 (cached) -> retrieved multicore-magic.2.3.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.3.6.8 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved picos.0.5.0, picos_aux.0.5.0, picos_io.0.5.0, picos_mux.0.5.0, picos_std.0.5.0 (cached) -> retrieved dune.3.16.0 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved qcheck-core.0.22 (cached) -> retrieved qcheck-multicoretests-util.0.3, qcheck-stm.0.3 (cached) -> retrieved seq.base (cached) -> retrieved re.1.12.0 (cached) -> retrieved result.1.5 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved thread-local-storage.0.2 (cached) -> installed cmdliner.1.3.0 -> installed seq.base -> retrieved thread-table.1.0.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved yojson.2.2.2 (cached) -> installed ocamlfind.1.9.6 -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed uutf.1.0.3 -> installed mtime.2.1.0 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed logs.0.7.0 -> installed dune.3.16.0 -> installed domain_shims.0.1.0 -> installed backoff.0.1.0 -> installed csexp.1.5.2 -> installed stdlib-shims.0.3.0 -> installed result.1.5 -> installed thread-table.1.0.0 -> installed ocaml-version.3.6.8 -> installed camlp-streams.5.0.1 -> installed psq.0.2.1 -> installed multicore-magic.2.3.0 -> installed thread-local-storage.0.2 -> installed domain-local-await.1.0.1 -> installed picos_aux.0.5.0 -> installed re.1.12.0 -> installed picos.0.5.0 -> installed cppo.1.7.0 -> installed ocaml-syntax-shims.1.0.0 -> installed qcheck-core.0.22 -> installed yojson.2.2.2 -> installed picos_std.0.5.0 -> installed qcheck-multicoretests-util.0.3 -> installed multicore-bench.0.1.5 -> installed picos_io.0.5.0 -> installed qcheck-stm.0.3 -> installed alcotest.1.8.0 -> installed picos_mux.0.5.0 -> installed mdx.2.4.1 Done. # Run eval $(opam env) to update the current shell environment 2024-09-16 15:27.41 ---> using "456d724020cb01e1f4e8553d33c80086bdb449126f89d7a657dadf47fbfc57e9" from cache /src: (copy (src .) (dst /src)) 2024-09-16 15:27.43 ---> saved as "93067d74c4e71642c922df7839e3c7c8d02dbe6c29991fabbb8e6017a7a14b54" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) Shared cache: disabled Shared cache location: /home/opam/.cache/dune/db Workspace root: /src Auto-detected concurrency: 256 Dune context: { name = "default" ; kind = "default" ; profile = Dev ; merlin = true ; fdo_target_exe = None ; build_dir = In_build_dir "default" ; instrument_with = [] } Actual targets: - recursive alias @install - recursive alias @check - recursive alias @runtest Running[2]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas/.kcas.objs/byte -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-magic -I /home/opam/.opam/5.2/lib/picos -no-alias-deps -opaque -o src/kcas/.kcas.objs/byte/kcas.cmi -c -intf src/kcas/kcas.mli) Running[3]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -bin-annot -bin-annot-occurrences -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -o test/lib/stm_run/.stm_run.objs/byte/stm_run__.cmo -c -impl test/lib/stm_run/stm_run__.ml-gen) Running[4]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/lib/stm_run/util.ml) > _build/default/test/lib/stm_run/.stm_run.objs/stm_run__Util.impl.d Running[5]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/lib/stm_run/stm_run.ml) > _build/default/test/lib/stm_run/.stm_run.objs/stm_run.impl.d Running[6]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/lib/stm_run/empty.ml) > _build/default/test/lib/stm_run/.stm_run.objs/stm_run__Empty.impl.d Running[7]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/lib/stm_run/intf.ml) > _build/default/test/lib/stm_run/.stm_run.objs/stm_run__Intf.impl.d Running[8]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/lib/stm_run/.stm_run.objs/byte -I /home/opam/.opam/5.2/lib/ocaml/unix -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-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/sequential -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I /home/opam/.opam/5.2/lib/qcheck-stm/thread -no-alias-deps -opaque -open Stm_run__ -o test/lib/stm_run/.stm_run.objs/byte/stm_run__Util.cmo -c -impl test/lib/stm_run/util.ml) Running[9]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/lib/stm_run/.stm_run.objs/byte -I /home/opam/.opam/5.2/lib/ocaml/unix -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-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/sequential -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I /home/opam/.opam/5.2/lib/qcheck-stm/thread -no-alias-deps -opaque -open Stm_run__ -o test/lib/stm_run/.stm_run.objs/byte/stm_run__Empty.cmo -c -impl test/lib/stm_run/empty.ml) Running[10]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/lib/stm_run/.stm_run.objs/byte -I /home/opam/.opam/5.2/lib/ocaml/unix -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-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/sequential -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I /home/opam/.opam/5.2/lib/qcheck-stm/thread -no-alias-deps -opaque -open Stm_run__ -o test/lib/stm_run/.stm_run.objs/byte/stm_run__Intf.cmo -c -impl test/lib/stm_run/intf.ml) Running[11]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas/.kcas.objs/byte -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-magic -I /home/opam/.opam/5.2/lib/picos -intf-suffix .ml -no-alias-deps -opaque -o src/kcas/.kcas.objs/byte/kcas.cmo -c -impl src/kcas/kcas.ml) Running[12]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/lib/stm_run/.stm_run.objs/byte -I /home/opam/.opam/5.2/lib/ocaml/unix -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-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/sequential -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I /home/opam/.opam/5.2/lib/qcheck-stm/thread -no-alias-deps -opaque -open Stm_run__ -o test/lib/stm_run/.stm_run.objs/byte/stm_run.cmo -c -impl test/lib/stm_run/stm_run.ml) Running[13]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-magic -I /home/opam/.opam/5.2/lib/picos -intf-suffix .ml -no-alias-deps -opaque -o src/kcas/.kcas.objs/native/kcas.cmx -c -impl src/kcas/kcas.ml) Running[14]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/lib/scheduler/.scheduler.objs/byte -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/picos -I /home/opam/.opam/5.2/lib/picos_io/fd -I /home/opam/.opam/5.2/lib/picos_io/select -I /home/opam/.opam/5.2/lib/picos_mux/multififo -I /home/opam/.opam/5.2/lib/picos_mux/random -I /home/opam/.opam/5.2/lib/picos_std/event -no-alias-deps -opaque -o test/lib/scheduler/.scheduler.objs/byte/scheduler.cmo -c -impl test/lib/scheduler/scheduler.ml) Running[15]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -no-alias-deps -opaque -o src/kcas_data/.kcas_data.objs/byte/kcas_data__.cmo -c -impl src/kcas_data/kcas_data__.ml-gen) Running[16]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/stack_intf.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Stack_intf.impl.d Running[17]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -intf-suffix .ml-gen -no-alias-deps -opaque -o src/kcas_data/.kcas_data.objs/native/kcas_data__.cmx -c -impl src/kcas_data/kcas_data__.ml-gen) Running[18]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Stack_intf.cmo -c -impl src/kcas_data/stack_intf.ml) Running[19]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -a -o src/kcas/kcas.cma src/kcas/.kcas.objs/byte/kcas.cmo) Running[20]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf src/kcas_data/kcas_data.mli) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data.intf.d Running[21]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/kcas_data.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data.impl.d Running[22]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf src/kcas_data/accumulator.mli) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Accumulator.intf.d Running[23]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/accumulator.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Accumulator.impl.d Running[24]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/accumulator_intf.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Accumulator_intf.impl.d Running[25]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf src/kcas_data/bits.mli) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Bits.intf.d Running[26]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/bits.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Bits.impl.d Running[27]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf src/kcas_data/dllist.mli) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Dllist.intf.d Running[28]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/dllist.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Dllist.impl.d Running[29]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/dllist_intf.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Dllist_intf.impl.d Running[30]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf src/kcas_data/elems.mli) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Elems.intf.d Running[31]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/elems.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Elems.impl.d Running[32]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf src/kcas_data/hashtbl.mli) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Hashtbl.intf.d Running[33]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/hashtbl.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Hashtbl.impl.d Running[34]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/hashtbl_intf.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Hashtbl_intf.impl.d Running[35]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf src/kcas_data/magic_option.mli) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Magic_option.intf.d Running[36]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/magic_option.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Magic_option.impl.d Running[37]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf src/kcas_data/mvar.mli) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Mvar.intf.d Running[38]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/mvar.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Mvar.impl.d Running[39]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/mvar_intf.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Mvar_intf.impl.d Running[40]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf src/kcas_data/promise.mli) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Promise.intf.d Running[41]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/promise.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Promise.impl.d Running[42]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/promise_intf.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Promise_intf.impl.d Running[43]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf src/kcas_data/queue.mli) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Queue.intf.d Running[44]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/queue.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Queue.impl.d Running[45]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/queue_intf.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Queue_intf.impl.d Running[46]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf src/kcas_data/stack.mli) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Stack.intf.d Running[47]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl src/kcas_data/stack.ml) > _build/default/src/kcas_data/.kcas_data.objs/kcas_data__Stack.impl.d Running[48]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Accumulator_intf.cmo -c -impl src/kcas_data/accumulator_intf.ml) Running[49]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Bits.cmi -c -intf src/kcas_data/bits.mli) Running[50]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Stack_intf.cmx -c -impl src/kcas_data/stack_intf.ml) Running[51]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Dllist_intf.cmo -c -impl src/kcas_data/dllist_intf.ml) Running[52]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Elems.cmi -c -intf src/kcas_data/elems.mli) Running[53]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Hashtbl_intf.cmo -c -impl src/kcas_data/hashtbl_intf.ml) Running[54]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Magic_option.cmi -c -intf src/kcas_data/magic_option.mli) Running[55]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Mvar_intf.cmo -c -impl src/kcas_data/mvar_intf.ml) Running[56]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Promise_intf.cmo -c -impl src/kcas_data/promise_intf.ml) Running[57]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Queue_intf.cmo -c -impl src/kcas_data/queue_intf.ml) Running[58]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Stack.cmi -c -intf src/kcas_data/stack.mli) Running[59]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Bits.cmo -c -impl src/kcas_data/bits.ml) Running[60]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Bits.cmx -c -impl src/kcas_data/bits.ml) Running[61]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Accumulator_intf.cmx -c -impl src/kcas_data/accumulator_intf.ml) Running[62]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Accumulator.cmi -c -intf src/kcas_data/accumulator.mli) Running[63]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Dllist_intf.cmx -c -impl src/kcas_data/dllist_intf.ml) Running[64]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Dllist.cmi -c -intf src/kcas_data/dllist.mli) Running[65]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Elems.cmo -c -impl src/kcas_data/elems.ml) Running[66]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Elems.cmx -c -impl src/kcas_data/elems.ml) Running[67]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Magic_option.cmo -c -impl src/kcas_data/magic_option.ml) Running[68]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Magic_option.cmx -c -impl src/kcas_data/magic_option.ml) Running[69]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Hashtbl_intf.cmx -c -impl src/kcas_data/hashtbl_intf.ml) Running[70]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Hashtbl.cmi -c -intf src/kcas_data/hashtbl.mli) Running[71]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Mvar_intf.cmx -c -impl src/kcas_data/mvar_intf.ml) Running[72]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Mvar.cmi -c -intf src/kcas_data/mvar.mli) Running[73]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Promise_intf.cmx -c -impl src/kcas_data/promise_intf.ml) Running[74]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Promise.cmi -c -intf src/kcas_data/promise.mli) Running[75]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Queue_intf.cmx -c -impl src/kcas_data/queue_intf.ml) Running[76]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Queue.cmi -c -intf src/kcas_data/queue.mli) Running[77]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Stack.cmo -c -impl src/kcas_data/stack.ml) Running[78]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Stack.cmx -c -impl src/kcas_data/stack.ml) Running[79]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -a -o src/kcas/kcas.cmxa src/kcas/.kcas.objs/native/kcas.cmx) Running[80]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Accumulator.cmo -c -impl src/kcas_data/accumulator.ml) Running[81]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Accumulator.cmx -c -impl src/kcas_data/accumulator.ml) Running[82]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Dllist.cmo -c -impl src/kcas_data/dllist.ml) Running[83]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Dllist.cmx -c -impl src/kcas_data/dllist.ml) Running[84]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -bin-annot -bin-annot-occurrences -I bench/.main.eobjs/byte -no-alias-deps -opaque -o bench/.main.eobjs/byte/dune__exe.cmo -c -impl bench/.main.eobjs/dune__exe.ml-gen) Running[85]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl bench/main.ml) > _build/default/bench/.main.eobjs/dune__exe__Main.impl.d Running[86]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Mvar.cmo -c -impl src/kcas_data/mvar.ml) Running[87]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Mvar.cmx -c -impl src/kcas_data/mvar.ml) Running[88]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Hashtbl.cmo -c -impl src/kcas_data/hashtbl.ml) Running[89]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Hashtbl.cmx -c -impl src/kcas_data/hashtbl.ml) Running[90]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Promise.cmo -c -impl src/kcas_data/promise.ml) Running[91]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Promise.cmx -c -impl src/kcas_data/promise.ml) Running[92]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data__Queue.cmo -c -impl src/kcas_data/queue.ml) Running[93]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data__Queue.cmx -c -impl src/kcas_data/queue.ml) Running[94]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data.cmi -c -intf src/kcas_data/kcas_data.mli) Running[95]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -shared -linkall -I src/kcas -o src/kcas/kcas.cmxs src/kcas/kcas.cmxa) Running[96]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/native/kcas_data.cmx -c -impl src/kcas_data/kcas_data.ml) Running[97]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.kcas_data.objs/byte -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Kcas_data__ -o src/kcas_data/.kcas_data.objs/byte/kcas_data.cmo -c -impl src/kcas_data/kcas_data.ml) Running[98]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/picos -I /home/opam/.opam/5.2/lib/picos_io/fd -I /home/opam/.opam/5.2/lib/picos_io/select -I /home/opam/.opam/5.2/lib/picos_mux/multififo -I /home/opam/.opam/5.2/lib/picos_mux/random -I /home/opam/.opam/5.2/lib/picos_std/event -intf-suffix .ml -no-alias-deps -opaque -o test/lib/scheduler/.scheduler.objs/native/scheduler.cmx -c -impl test/lib/scheduler/scheduler.ml) Running[99]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl bench/bench_accumulator.ml) > _build/default/bench/.main.eobjs/dune__exe__Bench_accumulator.impl.d Running[100]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl bench/bench_dllist.ml) > _build/default/bench/.main.eobjs/dune__exe__Bench_dllist.impl.d Running[101]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl bench/bench_hashtbl.ml) > _build/default/bench/.main.eobjs/dune__exe__Bench_hashtbl.impl.d Running[102]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl bench/bench_loc.ml) > _build/default/bench/.main.eobjs/dune__exe__Bench_loc.impl.d Running[103]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl bench/bench_mvar.ml) > _build/default/bench/.main.eobjs/dune__exe__Bench_mvar.impl.d Running[104]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl bench/bench_parallel_cmp.ml) > _build/default/bench/.main.eobjs/dune__exe__Bench_parallel_cmp.impl.d Running[105]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl bench/bench_queue.ml) > _build/default/bench/.main.eobjs/dune__exe__Bench_queue.impl.d Running[106]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl bench/bench_stack.ml) > _build/default/bench/.main.eobjs/dune__exe__Bench_stack.impl.d Running[107]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl bench/bench_xt.ml) > _build/default/bench/.main.eobjs/dune__exe__Bench_xt.impl.d Running[108]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl bench/bench_xt_ro.ml) > _build/default/bench/.main.eobjs/dune__exe__Bench_xt_ro.impl.d Running[109]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf bench/main.mli) > _build/default/bench/.main.eobjs/dune__exe__Main.intf.d Running[110]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I bench/.main.eobjs/byte -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/byte/dune__exe__Bench_accumulator.cmo -c -impl bench/bench_accumulator.ml) Running[111]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I bench/.main.eobjs/byte -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/byte/dune__exe__Bench_dllist.cmo -c -impl bench/bench_dllist.ml) Running[112]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I bench/.main.eobjs/byte -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/byte/dune__exe__Bench_hashtbl.cmo -c -impl bench/bench_hashtbl.ml) Running[113]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I bench/.main.eobjs/byte -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/byte/dune__exe__Bench_loc.cmo -c -impl bench/bench_loc.ml) Running[114]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I bench/.main.eobjs/byte -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/byte/dune__exe__Bench_mvar.cmo -c -impl bench/bench_mvar.ml) Running[115]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I bench/.main.eobjs/byte -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/byte/dune__exe__Bench_parallel_cmp.cmo -c -impl bench/bench_parallel_cmp.ml) Running[116]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I bench/.main.eobjs/byte -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/byte/dune__exe__Bench_queue.cmo -c -impl bench/bench_queue.ml) Running[117]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I bench/.main.eobjs/byte -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/byte/dune__exe__Bench_xt.cmo -c -impl bench/bench_xt.ml) Running[118]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I bench/.main.eobjs/byte -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/byte/dune__exe__Bench_stack.cmo -c -impl bench/bench_stack.ml) Running[119]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I bench/.main.eobjs/byte -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/byte/dune__exe__Bench_xt_ro.cmo -c -impl bench/bench_xt_ro.ml) Running[120]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I bench/.main.eobjs/byte -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/byte/dune__exe__Main.cmi -c -intf bench/main.mli) Running[121]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -a -o src/kcas_data/kcas_data.cma src/kcas_data/.kcas_data.objs/byte/kcas_data__.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Stack_intf.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Elems.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Stack.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Queue_intf.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Queue.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Promise_intf.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Magic_option.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Promise.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Mvar_intf.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Mvar.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Accumulator.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Accumulator_intf.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Dllist.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Dllist_intf.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Bits.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Hashtbl.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data__Hashtbl_intf.cmo src/kcas_data/.kcas_data.objs/byte/kcas_data.cmo) Running[122]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -a -o test/lib/scheduler/scheduler.cmxa test/lib/scheduler/.scheduler.objs/native/scheduler.cmx) Running[123]: (cd _build/default/doc && /home/opam/.opam/5.2/bin/ocaml-mdx deps --color=always gkmz-with-read-only-cmp-ops.md) > _build/default/doc/.mdx/gkmz-with-read-only-cmp-ops.md.mdx.deps Running[124]: (cd _build/default/src/kcas_data && /home/opam/.opam/5.2/bin/ocaml-mdx deps --color=always kcas_data.mli) > _build/default/src/kcas_data/.mdx/kcas_data.mli.mdx.deps Running[125]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I bench/.main.eobjs/byte -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/byte/dune__exe__Main.cmo -c -impl bench/main.ml) Running[126]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -a -o src/kcas_data/kcas_data.cmxa src/kcas_data/.kcas_data.objs/native/kcas_data__.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Stack_intf.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Elems.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Stack.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Queue_intf.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Queue.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Promise_intf.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Magic_option.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Promise.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Mvar_intf.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Mvar.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Accumulator.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Accumulator_intf.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Dllist.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Dllist_intf.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Bits.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Hashtbl.cmx src/kcas_data/.kcas_data.objs/native/kcas_data__Hashtbl_intf.cmx src/kcas_data/.kcas_data.objs/native/kcas_data.cmx) Running[127]: (cd _build/default/doc && /home/opam/.opam/5.2/bin/ocaml-mdx dune-gen --color=always) > _build/default/doc/mdx_gen.ml-gen Running[128]: (cd _build/default/src/kcas_data && /home/opam/.opam/5.2/bin/ocaml-mdx dune-gen --directory ../kcas/.kcas.objs/byte --directory ../kcas/.kcas.objs/native --directory .kcas_data.objs/byte --directory .kcas_data.objs/native --color=always) > _build/default/src/kcas_data/mdx_gen.ml-gen Running[129]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -no-alias-deps -opaque -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe.cmo -c -impl test/kcas_data/.accumulator_test_stm.eobjs/dune__exe.ml-gen) Running[130]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -bin-annot -bin-annot-occurrences -I test/kcas/.test.eobjs/byte -no-alias-deps -opaque -o test/kcas/.test.eobjs/byte/dune__exe.cmo -c -impl test/kcas/.test.eobjs/dune__exe.ml-gen) Running[131]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/accumulator_test_stm.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Accumulator_test_stm.impl.d Running[132]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/dllist_test.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Dllist_test.impl.d Running[133]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/dllist_test_stm.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Dllist_test_stm.impl.d Running[134]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/hashtbl_test.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Hashtbl_test.impl.d Running[135]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/hashtbl_test_stm.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Hashtbl_test_stm.impl.d Running[136]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/linearizable_chaining_example.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Linearizable_chaining_example.impl.d Running[137]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/lru_cache_example.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Lru_cache_example.impl.d Running[138]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/mvar_test.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Mvar_test.impl.d Running[139]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/queue_test.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Queue_test.impl.d Running[140]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/queue_test_stm.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Queue_test_stm.impl.d Running[141]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/stack_test.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Stack_test.impl.d Running[142]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/stack_test_stm.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Stack_test_stm.impl.d Running[143]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/xt_test.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Xt_test.impl.d Running[144]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas/loc_modes.ml) > _build/default/test/kcas/.test.eobjs/dune__exe__Loc_modes.impl.d Running[145]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas/ms_queue_test.ml) > _build/default/test/kcas/.test.eobjs/dune__exe__Ms_queue_test.impl.d Running[146]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas/test.ml) > _build/default/test/kcas/.test.eobjs/dune__exe__Test.impl.d Running[147]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas/threads.ml) > _build/default/test/kcas/.test.eobjs/dune__exe__Threads.impl.d Running[148]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -shared -linkall -I src/kcas_data -o src/kcas_data/kcas_data.cmxs src/kcas_data/kcas_data.cmxa) Running[149]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I doc/.mdx_gen.eobjs/byte -I /home/opam/.opam/5.2/lib/mdx/test -I /home/opam/.opam/5.2/lib/mdx/top -no-alias-deps -o doc/.mdx_gen.eobjs/byte/dune__exe__Mdx_gen.cmo -c -impl doc/mdx_gen.ml-gen) Running[150]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/kcas_data/.mdx_gen.eobjs/byte -I /home/opam/.opam/5.2/lib/mdx/test -I /home/opam/.opam/5.2/lib/mdx/top -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -no-alias-deps -o src/kcas_data/.mdx_gen.eobjs/byte/dune__exe__Mdx_gen.cmo -c -impl src/kcas_data/mdx_gen.ml-gen) Running[151]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml-gen -no-alias-deps -opaque -o test/lib/stm_run/.stm_run.objs/native/stm_run__.cmx -c -impl test/lib/stm_run/stm_run__.ml-gen) Running[152]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -I bench/.main.eobjs/byte -I bench/.main.eobjs/native -intf-suffix .ml-gen -no-alias-deps -opaque -o bench/.main.eobjs/native/dune__exe.cmx -c -impl bench/.main.eobjs/dune__exe.ml-gen) Running[153]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -I /home/opam/.opam/5.2/lib/ocaml/unix -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-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/sequential -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I /home/opam/.opam/5.2/lib/qcheck-stm/thread -intf-suffix .ml -no-alias-deps -opaque -open Stm_run__ -o test/lib/stm_run/.stm_run.objs/native/stm_run.cmx -c -impl test/lib/stm_run/stm_run.ml) Running[154]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas_data/accumulator_test_stm.mli) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Accumulator_test_stm.intf.d Running[155]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas_data/dllist_test.mli) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Dllist_test.intf.d Running[156]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas_data/dllist_test_stm.mli) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Dllist_test_stm.intf.d Running[157]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/empty.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Empty.impl.d Running[158]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas_data/hashtbl_test.mli) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Hashtbl_test.intf.d Running[159]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas_data/hashtbl_test_stm.mli) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Hashtbl_test_stm.intf.d Running[160]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas_data/linearizable_chaining_example.mli) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Linearizable_chaining_example.intf.d Running[161]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas_data/lru_cache.mli) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Lru_cache.intf.d Running[162]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/lru_cache.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Lru_cache.impl.d Running[163]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas_data/lru_cache_example.mli) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Lru_cache_example.intf.d Running[164]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/lru_cache_intf.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Lru_cache_intf.impl.d Running[165]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas_data/mvar_test.mli) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Mvar_test.intf.d Running[166]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas_data/queue_test.mli) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Queue_test.intf.d Running[167]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas_data/queue_test_stm.mli) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Queue_test_stm.intf.d Running[168]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas_data/stack_test.mli) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Stack_test.intf.d Running[169]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas_data/stack_test_stm.mli) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Stack_test_stm.intf.d Running[170]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/util.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Util.impl.d Running[171]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas_data/xt_linked_queue.mli) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Xt_linked_queue.intf.d Running[172]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/xt_linked_queue.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Xt_linked_queue.impl.d Running[173]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas_data/xt_stack.mli) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Xt_stack.intf.d Running[174]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas_data/xt_stack.ml) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Xt_stack.impl.d Running[175]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas_data/xt_test.mli) > _build/default/test/kcas_data/.accumulator_test_stm.eobjs/dune__exe__Xt_test.intf.d Running[176]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas/barrier.mli) > _build/default/test/kcas/.test.eobjs/dune__exe__Barrier.intf.d Running[177]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas/barrier.ml) > _build/default/test/kcas/.test.eobjs/dune__exe__Barrier.impl.d Running[178]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas/loc_modes.mli) > _build/default/test/kcas/.test.eobjs/dune__exe__Loc_modes.intf.d Running[179]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas/ms_queue_test.mli) > _build/default/test/kcas/.test.eobjs/dune__exe__Ms_queue_test.intf.d Running[180]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas/test.mli) > _build/default/test/kcas/.test.eobjs/dune__exe__Test.intf.d Running[181]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -intf test/kcas/threads.mli) > _build/default/test/kcas/.test.eobjs/dune__exe__Threads.intf.d Running[182]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamldep.opt -modules -impl test/kcas/util.ml) > _build/default/test/kcas/.test.eobjs/dune__exe__Util.impl.d Running[183]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -I /home/opam/.opam/5.2/lib/ocaml/unix -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-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/sequential -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I /home/opam/.opam/5.2/lib/qcheck-stm/thread -intf-suffix .ml -no-alias-deps -opaque -open Stm_run__ -o test/lib/stm_run/.stm_run.objs/native/stm_run__Empty.cmx -c -impl test/lib/stm_run/empty.ml) Running[184]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -I /home/opam/.opam/5.2/lib/ocaml/unix -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-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/sequential -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I /home/opam/.opam/5.2/lib/qcheck-stm/thread -intf-suffix .ml -no-alias-deps -opaque -open Stm_run__ -o test/lib/stm_run/.stm_run.objs/native/stm_run__Intf.cmx -c -impl test/lib/stm_run/intf.ml) Running[185]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -I /home/opam/.opam/5.2/lib/ocaml/unix -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-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/sequential -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I /home/opam/.opam/5.2/lib/qcheck-stm/thread -intf-suffix .ml -no-alias-deps -opaque -open Stm_run__ -o test/lib/stm_run/.stm_run.objs/native/stm_run__Util.cmx -c -impl test/lib/stm_run/util.ml) Running[186]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w -40 -g -o doc/mdx_gen.bc.exe -output-complete-exe /home/opam/.opam/5.2/lib/ocaml/unix/unix.cma /home/opam/.opam/5.2/lib/astring/astring.cma /home/opam/.opam/5.2/lib/csexp/csexp.cma /home/opam/.opam/5.2/lib/fmt/fmt.cma /home/opam/.opam/5.2/lib/logs/logs.cma /home/opam/.opam/5.2/lib/ocaml-version/ocaml_version.cma /home/opam/.opam/5.2/lib/result/result.cma /home/opam/.opam/5.2/lib/camlp-streams/camlp_streams.cma /home/opam/.opam/5.2/lib/mdx/__private__/odoc_parser/odoc_parser.cma /home/opam/.opam/5.2/lib/re/re.cma /home/opam/.opam/5.2/lib/ocaml/str/str.cma /home/opam/.opam/5.2/lib/ocaml/compiler-libs/ocamlcommon.cma /home/opam/.opam/5.2/lib/mdx/mdx.cma /home/opam/.opam/5.2/lib/ocaml/compiler-libs/ocamlbytecomp.cma /home/opam/.opam/5.2/lib/ocaml/compiler-libs/ocamltoplevel.cma /home/opam/.opam/5.2/lib/ocaml/threads/threads.cma /home/opam/.opam/5.2/lib/findlib/findlib.cma /home/opam/.opam/5.2/lib/findlib/findlib_top.cma /home/opam/.opam/5.2/lib/mdx/top/mdx_top.cma /home/opam/.opam/5.2/lib/mdx/test/mdx_test.cma doc/.mdx_gen.eobjs/byte/dune__exe__Mdx_gen.cmo -linkall) Running[187]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Dllist_test.cmi -c -intf test/kcas_data/dllist_test.mli) Running[188]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Accumulator_test_stm.cmi -c -intf test/kcas_data/accumulator_test_stm.mli) Running[189]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Dllist_test_stm.cmi -c -intf test/kcas_data/dllist_test_stm.mli) Running[190]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w -40 -g -o src/kcas_data/mdx_gen.bc.exe -output-complete-exe /home/opam/.opam/5.2/lib/ocaml/unix/unix.cma /home/opam/.opam/5.2/lib/astring/astring.cma /home/opam/.opam/5.2/lib/csexp/csexp.cma /home/opam/.opam/5.2/lib/fmt/fmt.cma /home/opam/.opam/5.2/lib/logs/logs.cma /home/opam/.opam/5.2/lib/ocaml-version/ocaml_version.cma /home/opam/.opam/5.2/lib/result/result.cma /home/opam/.opam/5.2/lib/camlp-streams/camlp_streams.cma /home/opam/.opam/5.2/lib/mdx/__private__/odoc_parser/odoc_parser.cma /home/opam/.opam/5.2/lib/re/re.cma /home/opam/.opam/5.2/lib/ocaml/str/str.cma /home/opam/.opam/5.2/lib/ocaml/compiler-libs/ocamlcommon.cma /home/opam/.opam/5.2/lib/mdx/mdx.cma /home/opam/.opam/5.2/lib/ocaml/compiler-libs/ocamlbytecomp.cma /home/opam/.opam/5.2/lib/ocaml/compiler-libs/ocamltoplevel.cma /home/opam/.opam/5.2/lib/ocaml/threads/threads.cma /home/opam/.opam/5.2/lib/findlib/findlib.cma /home/opam/.opam/5.2/lib/findlib/findlib_top.cma /home/opam/.opam/5.2/lib/mdx/top/mdx_top.cma /home/opam/.opam/5.2/lib/mdx/test/mdx_test.cma /home/opam/.opam/5.2/lib/backoff/backoff.cma /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cma /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cma /home/opam/.opam/5.2/lib/picos/picos.cma /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cma -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cma src/kcas/kcas.cma src/kcas_data/kcas_data.cma src/kcas_data/.mdx_gen.eobjs/byte/dune__exe__Mdx_gen.cmo -linkall) Running[191]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Empty.cmo -c -impl test/kcas_data/empty.ml) Running[192]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Hashtbl_test.cmi -c -intf test/kcas_data/hashtbl_test.mli) Running[193]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Hashtbl_test_stm.cmi -c -intf test/kcas_data/hashtbl_test_stm.mli) Running[194]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Linearizable_chaining_example.cmi -c -intf test/kcas_data/linearizable_chaining_example.mli) Running[195]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Lru_cache_example.cmi -c -intf test/kcas_data/lru_cache_example.mli) Running[196]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Lru_cache_intf.cmo -c -impl test/kcas_data/lru_cache_intf.ml) Running[197]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Mvar_test.cmi -c -intf test/kcas_data/mvar_test.mli) Running[198]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Queue_test.cmi -c -intf test/kcas_data/queue_test.mli) Running[199]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Queue_test_stm.cmi -c -intf test/kcas_data/queue_test_stm.mli) Running[200]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Stack_test.cmi -c -intf test/kcas_data/stack_test.mli) Running[201]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Stack_test_stm.cmi -c -intf test/kcas_data/stack_test_stm.mli) Running[202]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Util.cmo -c -impl test/kcas_data/util.ml) Running[203]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Xt_linked_queue.cmi -c -intf test/kcas_data/xt_linked_queue.mli) Running[204]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Xt_stack.cmi -c -intf test/kcas_data/xt_stack.mli) Running[205]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Xt_test.cmi -c -intf test/kcas_data/xt_test.mli) Running[206]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas/.test.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/byte/dune__exe__Barrier.cmi -c -intf test/kcas/barrier.mli) Running[207]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas/.test.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/byte/dune__exe__Loc_modes.cmi -c -intf test/kcas/loc_modes.mli) Running[208]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas/.test.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/byte/dune__exe__Ms_queue_test.cmi -c -intf test/kcas/ms_queue_test.mli) Running[209]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas/.test.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/byte/dune__exe__Test.cmi -c -intf test/kcas/test.mli) Running[210]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas/.test.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/byte/dune__exe__Threads.cmi -c -intf test/kcas/threads.mli) Running[211]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas/.test.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/byte/dune__exe__Util.cmo -c -impl test/kcas/util.ml) Running[212]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Dllist_test.cmo -c -impl test/kcas_data/dllist_test.ml) Running[213]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Accumulator_test_stm.cmo -c -impl test/kcas_data/accumulator_test_stm.ml) Running[214]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Dllist_test_stm.cmo -c -impl test/kcas_data/dllist_test_stm.ml) Running[215]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Hashtbl_test_stm.cmo -c -impl test/kcas_data/hashtbl_test_stm.ml) Running[216]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Linearizable_chaining_example.cmo -c -impl test/kcas_data/linearizable_chaining_example.ml) Running[217]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Mvar_test.cmo -c -impl test/kcas_data/mvar_test.ml) Running[218]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Lru_cache.cmi -c -intf test/kcas_data/lru_cache.mli) Running[219]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Queue_test.cmo -c -impl test/kcas_data/queue_test.ml) Running[220]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Queue_test_stm.cmo -c -impl test/kcas_data/queue_test_stm.ml) Running[221]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Stack_test.cmo -c -impl test/kcas_data/stack_test.ml) Running[222]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Stack_test_stm.cmo -c -impl test/kcas_data/stack_test_stm.ml) Running[223]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -a -o test/lib/stm_run/stm_run.cmxa test/lib/stm_run/.stm_run.objs/native/stm_run__.cmx test/lib/stm_run/.stm_run.objs/native/stm_run__Util.cmx test/lib/stm_run/.stm_run.objs/native/stm_run__Intf.cmx test/lib/stm_run/.stm_run.objs/native/stm_run.cmx test/lib/stm_run/.stm_run.objs/native/stm_run__Empty.cmx) Running[224]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Xt_linked_queue.cmo -c -impl test/kcas_data/xt_linked_queue.ml) Running[225]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Hashtbl_test.cmo -c -impl test/kcas_data/hashtbl_test.ml) Running[226]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Xt_stack.cmo -c -impl test/kcas_data/xt_stack.ml) Running[227]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Xt_test.cmo -c -impl test/kcas_data/xt_test.ml) Running[228]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas/.test.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/byte/dune__exe__Barrier.cmo -c -impl test/kcas/barrier.ml) Running[229]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas/.test.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/byte/dune__exe__Threads.cmo -c -impl test/kcas/threads.ml) Running[230]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas/.test.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/byte/dune__exe__Loc_modes.cmo -c -impl test/kcas/loc_modes.ml) Running[231]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas/.test.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/byte/dune__exe__Ms_queue_test.cmo -c -impl test/kcas/ms_queue_test.ml) Running[232]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas/.test.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/byte/dune__exe__Test.cmo -c -impl test/kcas/test.ml) Running[233]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Lru_cache.cmo -c -impl test/kcas_data/lru_cache.ml) Running[234]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas_data/.kcas_data.objs/byte -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/stm_run/.stm_run.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/byte/dune__exe__Lru_cache_example.cmo -c -impl test/kcas_data/lru_cache_example.ml) Running[235]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I bench/.main.eobjs/byte -I bench/.main.eobjs/native -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/native/dune__exe__Bench_accumulator.cmx -c -impl bench/bench_accumulator.ml) Running[236]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I bench/.main.eobjs/byte -I bench/.main.eobjs/native -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/native/dune__exe__Bench_dllist.cmx -c -impl bench/bench_dllist.ml) Running[237]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I bench/.main.eobjs/byte -I bench/.main.eobjs/native -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/native/dune__exe__Bench_hashtbl.cmx -c -impl bench/bench_hashtbl.ml) Running[238]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I bench/.main.eobjs/byte -I bench/.main.eobjs/native -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/native/dune__exe__Bench_loc.cmx -c -impl bench/bench_loc.ml) Running[239]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I bench/.main.eobjs/byte -I bench/.main.eobjs/native -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/native/dune__exe__Bench_mvar.cmx -c -impl bench/bench_mvar.ml) Running[240]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I bench/.main.eobjs/byte -I bench/.main.eobjs/native -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/native/dune__exe__Bench_parallel_cmp.cmx -c -impl bench/bench_parallel_cmp.ml) Running[241]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I bench/.main.eobjs/byte -I bench/.main.eobjs/native -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/native/dune__exe__Bench_queue.cmx -c -impl bench/bench_queue.ml) Running[242]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I bench/.main.eobjs/byte -I bench/.main.eobjs/native -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/native/dune__exe__Bench_stack.cmx -c -impl bench/bench_stack.ml) Running[243]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I bench/.main.eobjs/byte -I bench/.main.eobjs/native -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/native/dune__exe__Bench_xt.cmx -c -impl bench/bench_xt.ml) Running[244]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I bench/.main.eobjs/byte -I bench/.main.eobjs/native -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/native/dune__exe__Bench_xt_ro.cmx -c -impl bench/bench_xt_ro.ml) Running[245]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I bench/.main.eobjs/byte -I bench/.main.eobjs/native -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/native/dune__exe__Main.cmx -c -impl bench/main.ml) Running[246]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -intf-suffix .ml-gen -no-alias-deps -opaque -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe.cmx -c -impl test/kcas_data/.accumulator_test_stm.eobjs/dune__exe.ml-gen) Running[247]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -intf-suffix .ml-gen -no-alias-deps -opaque -o test/kcas/.test.eobjs/native/dune__exe.cmx -c -impl test/kcas/.test.eobjs/dune__exe.ml-gen) Running[248]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Lru_cache.cmx -c -impl test/kcas_data/lru_cache.ml) Running[249]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Barrier.cmx -c -impl test/kcas/barrier.ml) Running[250]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Lru_cache_example.cmx -c -impl test/kcas_data/lru_cache_example.ml) Running[251]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Lru_cache_intf.cmx -c -impl test/kcas_data/lru_cache_intf.ml) Running[252]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Hashtbl_test.cmx -c -impl test/kcas_data/hashtbl_test.ml) Running[253]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Util.cmx -c -impl test/kcas_data/util.ml) Running[254]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Xt_linked_queue.cmx -c -impl test/kcas_data/xt_linked_queue.ml) Running[255]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Xt_stack.cmx -c -impl test/kcas_data/xt_stack.ml) Running[256]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Xt_test.cmx -c -impl test/kcas_data/xt_test.ml) Running[257]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Accumulator_test_stm.cmx -c -impl test/kcas_data/accumulator_test_stm.ml) Running[258]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Dllist_test.cmx -c -impl test/kcas_data/dllist_test.ml) Running[259]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Dllist_test_stm.cmx -c -impl test/kcas_data/dllist_test_stm.ml) Running[260]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Hashtbl_test_stm.cmx -c -impl test/kcas_data/hashtbl_test_stm.ml) Running[261]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Linearizable_chaining_example.cmx -c -impl test/kcas_data/linearizable_chaining_example.ml) Running[262]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Queue_test.cmx -c -impl test/kcas_data/queue_test.ml) Running[263]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Mvar_test.cmx -c -impl test/kcas_data/mvar_test.ml) Running[264]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Queue_test_stm.cmx -c -impl test/kcas_data/queue_test_stm.ml) Running[265]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Stack_test.cmx -c -impl test/kcas_data/stack_test.ml) Running[266]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/structured -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Stack_test_stm.cmx -c -impl test/kcas_data/stack_test_stm.ml) Running[267]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Loc_modes.cmx -c -impl test/kcas/loc_modes.ml) Running[268]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Util.cmx -c -impl test/kcas/util.ml) Running[269]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Ms_queue_test.cmx -c -impl test/kcas/ms_queue_test.ml) Running[270]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Test.cmx -c -impl test/kcas/test.ml) Running[271]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -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/picos_std/event -I /home/opam/.opam/5.2/lib/picos_std/finally -I /home/opam/.opam/5.2/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Threads.cmx -c -impl test/kcas/threads.ml) Running[272]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o bench/main.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa src/kcas/kcas.cmxa src/kcas_data/kcas_data.cmxa /home/opam/.opam/5.2/lib/thread-table/Thread_table.cmxa /home/opam/.opam/5.2/lib/domain-local-await/Domain_local_await.cmxa /home/opam/.opam/5.2/lib/yojson/yojson.cmxa /home/opam/.opam/5.2/lib/ocaml/str/str.cmxa /home/opam/.opam/5.2/lib/multicore-bench/multicore_bench.cmxa bench/.main.eobjs/native/dune__exe.cmx bench/.main.eobjs/native/dune__exe__Bench_accumulator.cmx bench/.main.eobjs/native/dune__exe__Bench_dllist.cmx bench/.main.eobjs/native/dune__exe__Bench_hashtbl.cmx bench/.main.eobjs/native/dune__exe__Bench_loc.cmx bench/.main.eobjs/native/dune__exe__Bench_mvar.cmx bench/.main.eobjs/native/dune__exe__Bench_parallel_cmp.cmx bench/.main.eobjs/native/dune__exe__Bench_queue.cmx bench/.main.eobjs/native/dune__exe__Bench_stack.cmx bench/.main.eobjs/native/dune__exe__Bench_xt.cmx bench/.main.eobjs/native/dune__exe__Bench_xt_ro.cmx bench/.main.eobjs/native/dune__exe__Main.cmx) Running[273]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas_data/lru_cache_example.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa src/kcas_data/kcas_data.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa /home/opam/.opam/5.2/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/5.2/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/5.2/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/thread/STM_thread.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/domain/STM_domain.cmxa test/lib/stm_run/stm_run.cmxa test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Lru_cache.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Lru_cache_intf.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Lru_cache_example.cmx) Running[274]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas_data/xt_test.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa src/kcas_data/kcas_data.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa /home/opam/.opam/5.2/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/5.2/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/5.2/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/thread/STM_thread.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/domain/STM_domain.cmxa test/lib/stm_run/stm_run.cmxa test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Xt_linked_queue.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Xt_stack.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Xt_test.cmx) Running[275]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas_data/accumulator_test_stm.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa src/kcas_data/kcas_data.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa /home/opam/.opam/5.2/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/5.2/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/5.2/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/thread/STM_thread.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/domain/STM_domain.cmxa test/lib/stm_run/stm_run.cmxa test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Accumulator_test_stm.cmx) Running[276]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas_data/mvar_test.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa src/kcas_data/kcas_data.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa /home/opam/.opam/5.2/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/5.2/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/5.2/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/thread/STM_thread.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/domain/STM_domain.cmxa test/lib/stm_run/stm_run.cmxa test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Mvar_test.cmx) Running[277]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas_data/queue_test.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa src/kcas_data/kcas_data.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa /home/opam/.opam/5.2/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/5.2/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/5.2/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/thread/STM_thread.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/domain/STM_domain.cmxa test/lib/stm_run/stm_run.cmxa test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Queue_test.cmx) Running[278]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas_data/dllist_test.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa src/kcas_data/kcas_data.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa /home/opam/.opam/5.2/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/5.2/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/5.2/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/thread/STM_thread.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/domain/STM_domain.cmxa test/lib/stm_run/stm_run.cmxa test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Dllist_test.cmx) Running[279]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas_data/stack_test.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa src/kcas_data/kcas_data.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa /home/opam/.opam/5.2/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/5.2/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/5.2/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/thread/STM_thread.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/domain/STM_domain.cmxa test/lib/stm_run/stm_run.cmxa test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Stack_test.cmx) Running[280]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas/threads.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/finally/picos_std_finally.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa test/kcas/.test.eobjs/native/dune__exe.cmx test/kcas/.test.eobjs/native/dune__exe__Threads.cmx) Running[281]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas_data/dllist_test_stm.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa src/kcas_data/kcas_data.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa /home/opam/.opam/5.2/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/5.2/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/5.2/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/thread/STM_thread.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/domain/STM_domain.cmxa test/lib/stm_run/stm_run.cmxa test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Dllist_test_stm.cmx) Running[282]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas/loc_modes.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/finally/picos_std_finally.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa test/kcas/.test.eobjs/native/dune__exe.cmx test/kcas/.test.eobjs/native/dune__exe__Barrier.cmx test/kcas/.test.eobjs/native/dune__exe__Util.cmx test/kcas/.test.eobjs/native/dune__exe__Loc_modes.cmx) Running[283]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas_data/stack_test_stm.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa src/kcas_data/kcas_data.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa /home/opam/.opam/5.2/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/5.2/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/5.2/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/thread/STM_thread.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/domain/STM_domain.cmxa test/lib/stm_run/stm_run.cmxa test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Stack_test_stm.cmx) Running[284]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas_data/hashtbl_test.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa src/kcas_data/kcas_data.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa /home/opam/.opam/5.2/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/5.2/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/5.2/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/thread/STM_thread.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/domain/STM_domain.cmxa test/lib/stm_run/stm_run.cmxa test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Util.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Hashtbl_test.cmx) Running[285]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas_data/hashtbl_test_stm.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa src/kcas_data/kcas_data.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa /home/opam/.opam/5.2/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/5.2/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/5.2/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/thread/STM_thread.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/domain/STM_domain.cmxa test/lib/stm_run/stm_run.cmxa test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Hashtbl_test_stm.cmx) Running[286]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas_data/queue_test_stm.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa src/kcas_data/kcas_data.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa /home/opam/.opam/5.2/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/5.2/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/5.2/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/thread/STM_thread.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/domain/STM_domain.cmxa test/lib/stm_run/stm_run.cmxa test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Queue_test_stm.cmx) Running[287]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas/ms_queue_test.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/finally/picos_std_finally.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa test/kcas/.test.eobjs/native/dune__exe.cmx test/kcas/.test.eobjs/native/dune__exe__Util.cmx test/kcas/.test.eobjs/native/dune__exe__Ms_queue_test.cmx) Running[288]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas_data/linearizable_chaining_example.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa src/kcas_data/kcas_data.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa /home/opam/.opam/5.2/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/5.2/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/5.2/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/thread/STM_thread.cmxa /home/opam/.opam/5.2/lib/qcheck-stm/domain/STM_domain.cmxa test/lib/stm_run/stm_run.cmxa test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe.cmx test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Linearizable_chaining_example.cmx) Running[289]: (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -S -o test/kcas/test.exe /home/opam/.opam/5.2/lib/backoff/backoff.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_bootstrap/picos_bootstrap.cmxa /home/opam/.opam/5.2/lib/picos/__private__/picos_ocaml5/picos_ocaml5.cmxa /home/opam/.opam/5.2/lib/picos/picos.cmxa /home/opam/.opam/5.2/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/multicore_magic_atomic_array_unboxed5.cmxa -I /home/opam/.opam/5.2/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 /home/opam/.opam/5.2/lib/multicore-magic/Multicore_magic.cmxa /home/opam/.opam/5.2/lib/picos_aux/htbl/picos_aux_htbl.cmxa /home/opam/.opam/5.2/lib/picos_aux/rc/picos_aux_rc.cmxa /home/opam/.opam/5.2/lib/picos_io/fd/picos_io_fd.cmxa /home/opam/.opam/5.2/lib/picos_std/event/picos_std_event.cmxa /home/opam/.opam/5.2/lib/mtime/mtime.cmxa /home/opam/.opam/5.2/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.2/lib/mtime/clock -I /home/opam/.opam/5.2/lib/mtime/clock /home/opam/.opam/5.2/lib/picos/domain/picos_domain.cmxa /home/opam/.opam/5.2/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.2/lib/thread-local-storage/thread_local_storage.cmxa /home/opam/.opam/5.2/lib/picos/thread/picos_thread.cmxa /home/opam/.opam/5.2/lib/picos_io/__private__/picos_io_thread_atomic/picos_io_thread_atomic.cmxa /home/opam/.opam/5.2/lib/psq/psq.cmxa /home/opam/.opam/5.2/lib/picos_io/select/picos_io_select.cmxa /home/opam/.opam/5.2/lib/picos_mux/random/picos_mux_random.cmxa /home/opam/.opam/5.2/lib/picos_aux/mpmcq/picos_aux_mpmcq.cmxa /home/opam/.opam/5.2/lib/picos_mux/multififo/picos_mux_multififo.cmxa test/lib/scheduler/scheduler.cmxa /home/opam/.opam/5.2/lib/picos_std/finally/picos_std_finally.cmxa /home/opam/.opam/5.2/lib/picos_std/structured/picos_std_structured.cmxa /home/opam/.opam/5.2/lib/astring/astring.cmxa /home/opam/.opam/5.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.2/lib/uutf/uutf.cmxa /home/opam/.opam/5.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.2/lib/fmt/fmt.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.2/lib/re/re.cmxa /home/opam/.opam/5.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.2/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.2/lib/alcotest src/kcas/kcas.cmxa /home/opam/.opam/5.2/lib/domain_shims/domain_shims.cmxa test/kcas/.test.eobjs/native/dune__exe.cmx test/kcas/.test.eobjs/native/dune__exe__Barrier.cmx test/kcas/.test.eobjs/native/dune__exe__Util.cmx test/kcas/.test.eobjs/native/dune__exe__Test.cmx) Running[290]: (cd _build/default/test/kcas_data && ./lru_cache_example.exe) Output[290]: LRU Cache OK! Running[291]: (cd _build/default/test/kcas && ./loc_modes.exe) Output[291]: Loc modes OK! Running[292]: (cd _build/default/bench && ./main.exe -brief) Running[293]: (cd _build/default/test/kcas_data && ./accumulator_test_stm.exe) Running[294]: (cd _build/default/test/kcas_data && ./dllist_test_stm.exe) Running[295]: (cd _build/default/test/kcas_data && ./stack_test.exe) Running[296]: (cd _build/default/test/kcas_data && ./dllist_test.exe) Running[297]: (cd _build/default/test/kcas_data && ./xt_test.exe) Output[295]: Testing `Stack'. This run has ID `VZWIO6C3'. [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'. Test Successful in 0.000s. 1 test run. Output[296]: Testing `Dllist'. This run has ID `M54MTGGZ'. [OK] basics 0 [OK] add 0 [OK] move 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Dllist'. Test Successful in 0.000s. 3 tests run. Output[297]: Testing `Transactions'. This run has ID `QS9MQ4PR'. [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Transactions'. Test Successful in 0.000s. 1 test run. Running[298]: (cd _build/default/test/kcas_data && ./stack_test_stm.exe) Running[299]: (cd _build/default/test/kcas_data && ./queue_test_stm.exe) Running[300]: (cd _build/default/test/kcas && ./threads.exe) Running[301]: (cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe) Running[302]: (cd _build/default/test/kcas_data && ./hashtbl_test.exe) Running[303]: (cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe) Running[304]: (cd _build/default/test/kcas_data && ./mvar_test.exe) Running[305]: (cd _build/default/test/kcas && ./ms_queue_test.exe) Running[306]: (cd _build/default/test/kcas_data && ./queue_test.exe) Running[307]: (cd _build/default/test/kcas && ./test.exe) Output[300]: Testing `Threads'. This run has ID `OCNROOES'. [OK] await between threads 0 Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'. Test Successful in 0.000s. 1 test run. Output[306]: Testing `Queue'. This run has ID `LF4ON556'. [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Queue'. Test Successful in 0.000s. 1 test run. Output[304]: Testing `Mvar'. This run has ID `WC859THA'. [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'. Test Successful in 0.002s. 1 test run. Output[302]: Testing `Hashtbl'. This run has ID `10MXV0GD'. [OK] replace and remove 0 [OK] large tx 0 [OK] large ops 0 [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Hashtbl'. Test Successful in 0.016s. 4 tests run. Output[305]: Testing `MS queue'. This run has ID `5GNZZA3N'. [OK] write skew 0 [OK] tail leak 0 Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'. Test Successful in 0.016s. 2 tests run. Running[308]: (cd _build/default/doc && ./mdx_gen.bc.exe gkmz-with-read-only-cmp-ops.md) > _build/default/doc/.mdx/gkmz-with-read-only-cmp-ops.md.corrected Running[309]: (cd _build/default/src/kcas_data && ./mdx_gen.bc.exe kcas_data.mli) > _build/default/src/kcas_data/.mdx/kcas_data.mli.corrected Output[292]: Kcas Loc: time per op/get: 3.37 ns ops over time/get: 296.94 M/s time per op/incr: 13.42 ns ops over time/incr: 74.49 M/s time per op/push & pop: 14.39 ns ops over time/push & pop: 69.48 M/s time per op/cas int: 11.63 ns ops over time/cas int: 86.01 M/s time per op/xchg int: 11.95 ns ops over time/xchg int: 83.70 M/s time per op/swap: 14.03 ns ops over time/swap: 71.26 M/s Kcas Xt: time per transaction/0 loc tx: 12.53 ns transactions over time/0 loc tx: 79.79 M/s time per transaction/1 loc tx: 36.68 ns transactions over time/1 loc tx: 27.26 M/s time per transaction/2 loc tx: 82.20 ns transactions over time/2 loc tx: 12.16 M/s time per transaction/4 loc tx: 154.79 ns transactions over time/4 loc tx: 6.46 M/s time per transaction/8 loc tx: 325.93 ns transactions over time/8 loc tx: 3.07 M/s Kcas Xt read-only: time per transaction/0 loc tx: 8.42 ns transactions over time/0 loc tx: 118.80 M/s time per transaction/1 loc tx: 22.43 ns transactions over time/1 loc tx: 44.59 M/s time per transaction/2 loc tx: 45.75 ns transactions over time/2 loc tx: 21.86 M/s time per transaction/4 loc tx: 79.95 ns transactions over time/4 loc tx: 12.51 M/s time per transaction/8 loc tx: 166.87 ns transactions over time/8 loc tx: 5.99 M/s Kcas parallel CMP: time per transaction/1 worker: 89.47 ns transactions over time/1 worker: 11.18 M/s time per transaction/2 workers: 90.57 ns transactions over time/2 workers: 22.08 M/s time per transaction/4 workers: 97.96 ns transactions over time/4 workers: 40.83 M/s Kcas_data Accumulator: time per operation/1 worker, 0% reads: 28.47 ns operations over time/1 worker, 0% reads: 35.12 M/s time per operation/2 workers, 0% reads: 24.03 ns operations over time/2 workers, 0% reads: 83.24 M/s time per operation/4 workers, 0% reads: 25.01 ns operations over time/4 workers, 0% reads: 159.94 M/s Kcas_data Dllist: time per message/one domain: 492.18 ns messages over time/one domain: 2.03 M/s time per message/1 nb adder, 1 nb taker: 1526.93 ns messages over time/1 nb adder, 1 nb taker: 1.31 M/s time per message/1 nb adder, 2 nb takers: 2148.77 ns messages over time/1 nb adder, 2 nb takers: 1.40 M/s time per message/2 nb adders, 1 nb taker: 2237.80 ns messages over time/2 nb adders, 1 nb taker: 1.34 M/s time per message/2 nb adders, 2 nb takers: 2838.52 ns messages over time/2 nb adders, 2 nb takers: 1.41 M/s Kcas_data Hashtbl: time per operation/1 worker, 90% reads: 92.44 ns operations over time/1 worker, 90% reads: 10.82 M/s time per operation/2 workers, 90% reads: 143.08 ns operations over time/2 workers, 90% reads: 13.98 M/s time per operation/4 workers, 90% reads: 169.94 ns operations over time/4 workers, 90% reads: 23.54 M/s time per operation/1 worker, 50% reads: 218.59 ns operations over time/1 worker, 50% reads: 4.57 M/s time per operation/2 workers, 50% reads: 346.79 ns operations over time/2 workers, 50% reads: 5.77 M/s time per operation/4 workers, 50% reads: 462.16 ns operations over time/4 workers, 50% reads: 8.65 M/s time per operation/1 worker, 10% reads: 198.69 ns operations over time/1 worker, 10% reads: 5.03 M/s time per operation/2 workers, 10% reads: 424.03 ns operations over time/2 workers, 10% reads: 4.72 M/s time per operation/4 workers, 10% reads: 529.35 ns operations over time/4 workers, 10% reads: 7.56 M/s Kcas_data Mvar: time per message/1 nb adder, 1 nb taker: 3179.53 ns messages over time/1 nb adder, 1 nb taker: 0.63 M/s time per message/1 nb adder, 1 taker: 2777.61 ns messages over time/1 nb adder, 1 taker: 0.72 M/s time per message/1 nb adder, 2 nb takers: 5367.95 ns messages over time/1 nb adder, 2 nb takers: 0.56 M/s time per message/1 nb adder, 2 takers: 4744.96 ns messages over time/1 nb adder, 2 takers: 0.63 M/s time per message/1 adder, 1 nb taker: 11375.31 ns messages over time/1 adder, 1 nb taker: 0.18 M/s time per message/1 adder, 1 taker: 27611.90 ns messages over time/1 adder, 1 taker: 0.07 M/s time per message/1 adder, 2 nb takers: 9352.78 ns messages over time/1 adder, 2 nb takers: 0.32 M/s time per message/1 adder, 2 takers: 35960.45 ns messages over time/1 adder, 2 takers: 0.08 M/s time per message/2 nb adders, 1 nb taker: 2966.85 ns messages over time/2 nb adders, 1 nb taker: 1.01 M/s time per message/2 nb adders, 1 taker: 4405.05 ns messages over time/2 nb adders, 1 taker: 0.68 M/s time per message/2 nb adders, 2 nb takers: 2129.47 ns messages over time/2 nb adders, 2 nb takers: 1.88 M/s time per message/2 nb adders, 2 takers: 8104.36 ns messages over time/2 nb adders, 2 takers: 0.49 M/s time per message/2 adders, 1 nb taker: 6412.21 ns messages over time/2 adders, 1 nb taker: 0.47 M/s time per message/2 adders, 1 taker: 40486.34 ns messages over time/2 adders, 1 taker: 0.07 M/s time per message/2 adders, 2 nb takers: 3853.76 ns messages over time/2 adders, 2 nb takers: 1.04 M/s time per message/2 adders, 2 takers: 43449.98 ns messages over time/2 adders, 2 takers: 0.09 M/s Kcas_data Queue: time per message/one domain: 65.02 ns messages over time/one domain: 15.38 M/s time per message/1 nb adder, 1 nb taker: 359.79 ns messages over time/1 nb adder, 1 nb taker: 5.56 M/s time per message/1 nb adder, 1 taker: 452.09 ns messages over time/1 nb adder, 1 taker: 4.42 M/s time per message/1 nb adder, 2 nb takers: 564.95 ns messages over time/1 nb adder, 2 nb takers: 5.31 M/s time per message/1 nb adder, 2 takers: 358.60 ns messages over time/1 nb adder, 2 takers: 8.37 M/s time per message/2 nb adders, 1 nb taker: 465.88 ns messages over time/2 nb adders, 1 nb taker: 6.44 M/s time per message/2 nb adders, 1 taker: 395.32 ns messages over time/2 nb adders, 1 taker: 7.59 M/s time per message/2 nb adders, 2 nb takers: 750.53 ns messages over time/2 nb adders, 2 nb takers: 5.33 M/s time per message/2 nb adders, 2 takers: 778.05 ns messages over time/2 nb adders, 2 takers: 5.14 M/s Kcas_data Stack: time per message/one domain: 72.74 ns messages over time/one domain: 13.75 M/s time per message/1 nb adder, 1 nb taker: 128.10 ns messages over time/1 nb adder, 1 nb taker: 15.61 M/s time per message/1 nb adder, 1 taker: 322.53 ns messages over time/1 nb adder, 1 taker: 6.20 M/s time per message/1 nb adder, 2 nb takers: 552.79 ns messages over time/1 nb adder, 2 nb takers: 5.43 M/s time per message/1 nb adder, 2 takers: 590.28 ns messages over time/1 nb adder, 2 takers: 5.08 M/s time per message/2 nb adders, 1 nb taker: 522.44 ns messages over time/2 nb adders, 1 nb taker: 5.74 M/s time per message/2 nb adders, 1 taker: 437.82 ns messages over time/2 nb adders, 1 taker: 6.85 M/s time per message/2 nb adders, 2 nb takers: 863.53 ns messages over time/2 nb adders, 2 nb takers: 4.63 M/s time per message/2 nb adders, 2 takers: 679.34 ns messages over time/2 nb adders, 2 takers: 5.89 M/s Output[307]: Testing `Kcas'. This run has ID `52JNQ4LC'. [OK] non linearizable xt 0 [OK] set 0 [OK] no skew xt 0 [OK] get seq xt 0 [OK] stress xt 0 [OK] is_in_log 0 [OK] updates 0 [OK] post commit 0 [OK] blocking 0 [OK] no unnecessary wakeups 0 [OK] pediodic validation 0 [OK] explicit validation 0 [OK] rollback 0 [OK] call 0 [OK] mode 0 [OK] xt 0 [OK] timeout (non-deterministic) 0 Full test results in `/src/_build/default/test/kcas/_build/_tests/Kcas'. Test Successful in 37.508s. 17 tests run. Output[293]: random seed: 237493068061669028 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Accumulator sequential [ ] 0 0 0 0 / 32 0.0s Accumulator sequential (generating) [✓] 32 0 0 32 / 32 0.0s Accumulator sequential [ ] 0 0 0 0 / 32 0.0s Accumulator parallel [ ] 2 0 0 2 / 32 0.1s Accumulator parallel [ ] 7 0 0 7 / 32 0.3s Accumulator parallel [ ] 11 0 0 11 / 32 0.4s Accumulator parallel [ ] 16 0 0 16 / 32 0.5s Accumulator parallel [ ] 19 0 0 19 / 32 0.6s Accumulator parallel [ ] 24 0 0 24 / 32 0.7s Accumulator parallel [ ] 28 0 0 28 / 32 0.9s Accumulator parallel [ ] 32 0 0 32 / 32 1.0s Accumulator parallel [✓] 32 0 0 32 / 32 1.0s Accumulator parallel ================================================================================ success (ran 2 tests) random seed: 134566399923107345 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Accumulator sequential [✓] 64 0 0 64 / 64 0.0s Accumulator sequential [ ] 0 0 0 0 / 64 0.0s Accumulator parallel [ ] 4 0 0 4 / 64 0.1s Accumulator parallel [ ] 9 0 0 9 / 64 0.2s Accumulator parallel [ ] 14 0 0 14 / 64 0.3s Accumulator parallel [ ] 18 0 0 18 / 64 0.5s Accumulator parallel [ ] 22 0 0 22 / 64 0.6s Accumulator parallel [ ] 26 0 0 26 / 64 0.7s Accumulator parallel [ ] 30 0 0 30 / 64 0.8s Accumulator parallel [ ] 34 0 0 34 / 64 1.0s Accumulator parallel [ ] 37 0 0 37 / 64 1.1s Accumulator parallel [ ] 42 0 0 42 / 64 1.2s Accumulator parallel [ ] 46 0 0 46 / 64 1.4s Accumulator parallel [ ] 50 0 0 50 / 64 1.6s Accumulator parallel [ ] 54 0 0 54 / 64 1.7s Accumulator parallel [ ] 58 0 0 58 / 64 1.8s Accumulator parallel [ ] 62 0 0 62 / 64 1.9s Accumulator parallel [✓] 64 0 0 64 / 64 2.0s Accumulator parallel ================================================================================ success (ran 2 tests) random seed: 2231105978677362802 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Accumulator sequential [✓] 128 0 0 128 / 128 0.0s Accumulator sequential [ ] 0 0 0 0 / 128 0.0s Accumulator parallel [ ] 2 0 0 2 / 128 0.1s Accumulator parallel [ ] 7 0 0 7 / 128 0.2s Accumulator parallel [ ] 11 0 0 11 / 128 0.3s Accumulator parallel [ ] 15 0 0 15 / 128 0.4s Accumulator parallel [ ] 19 0 0 19 / 128 0.5s Accumulator parallel [ ] 22 0 0 22 / 128 0.6s Accumulator parallel [ ] 26 0 0 26 / 128 0.7s Accumulator parallel [ ] 30 0 0 30 / 128 0.8s Accumulator parallel [ ] 33 0 0 33 / 128 1.0s Accumulator parallel [ ] 37 0 0 37 / 128 1.1s Accumulator parallel [ ] 40 0 0 40 / 128 1.2s Accumulator parallel [ ] 44 0 0 44 / 128 1.3s Accumulator parallel [ ] 48 0 0 48 / 128 1.5s Accumulator parallel [ ] 52 0 0 52 / 128 1.6s Accumulator parallel [ ] 55 0 0 55 / 128 1.8s Accumulator parallel [ ] 59 0 0 59 / 128 1.9s Accumulator parallel [ ] 62 0 0 62 / 128 2.0s Accumulator parallel [ ] 65 0 0 65 / 128 2.1s Accumulator parallel [ ] 69 0 0 69 / 128 2.2s Accumulator parallel [ ] 74 0 0 74 / 128 2.4s Accumulator parallel [ ] 78 0 0 78 / 128 2.5s Accumulator parallel [ ] 80 0 0 80 / 128 2.6s Accumulator parallel [ ] 84 0 0 84 / 128 2.7s Accumulator parallel [ ] 86 0 0 86 / 128 2.8s Accumulator parallel [ ] 90 0 0 90 / 128 3.0s Accumulator parallel [ ] 93 0 0 93 / 128 3.1s Accumulator parallel [ ] 97 0 0 97 / 128 3.2s Accumulator parallel [ ] 100 0 0 100 / 128 3.4s Accumulator parallel [ ] 102 0 0 102 / 128 3.5s Accumulator parallel [ ] 103 0 0 103 / 128 3.7s Accumulator parallel [ ] 106 0 0 106 / 128 3.8s Accumulator parallel [ ] 109 0 0 109 / 128 3.9s Accumulator parallel [ ] 112 0 0 112 / 128 4.1s Accumulator parallel [ ] 116 0 0 116 / 128 4.2s Accumulator parallel [ ] 119 0 0 119 / 128 4.3s Accumulator parallel [ ] 123 0 0 123 / 128 4.5s Accumulator parallel [ ] 127 0 0 127 / 128 4.6s Accumulator parallel [✓] 128 0 0 128 / 128 4.6s Accumulator parallel ================================================================================ success (ran 2 tests) random seed: 3807521159279771438 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Accumulator sequential [✓] 256 0 0 256 / 256 0.1s Accumulator sequential [ ] 0 0 0 0 / 256 0.0s Accumulator parallel [ ] 1 0 0 1 / 256 0.0s Accumulator parallel [ ] 4 0 0 4 / 256 0.2s Accumulator parallel [ ] 8 0 0 8 / 256 0.4s Accumulator parallel [ ] 12 0 0 12 / 256 0.5s Accumulator parallel [ ] 14 0 0 14 / 256 0.6s Accumulator parallel [ ] 16 0 0 16 / 256 0.8s Accumulator parallel [ ] 17 0 0 17 / 256 0.9s Accumulator parallel [ ] 22 0 0 22 / 256 1.1s Accumulator parallel [ ] 26 0 0 26 / 256 1.2s Accumulator parallel [ ] 30 0 0 30 / 256 1.3s Accumulator parallel [ ] 33 0 0 33 / 256 1.5s Accumulator parallel [ ] 37 0 0 37 / 256 1.6s Accumulator parallel [ ] 39 0 0 39 / 256 1.8s Accumulator parallel [ ] 42 0 0 42 / 256 1.9s Accumulator parallel [ ] 45 0 0 45 / 256 2.0s Accumulator parallel [ ] 47 0 0 47 / 256 2.2s Accumulator parallel [ ] 50 0 0 50 / 256 2.3s Accumulator parallel [ ] 52 0 0 52 / 256 2.5s Accumulator parallel [ ] 55 0 0 55 / 256 2.6s Accumulator parallel [ ] 58 0 0 58 / 256 2.7s Accumulator parallel [ ] 61 0 0 61 / 256 2.9s Accumulator parallel [ ] 64 0 0 64 / 256 3.1s Accumulator parallel [ ] 67 0 0 67 / 256 3.2s Accumulator parallel [ ] 69 0 0 69 / 256 3.3s Accumulator parallel [ ] 72 0 0 72 / 256 3.4s Accumulator parallel [ ] 76 0 0 76 / 256 3.5s Accumulator parallel [ ] 79 0 0 79 / 256 3.6s Accumulator parallel [ ] 81 0 0 81 / 256 3.8s Accumulator parallel [ ] 84 0 0 84 / 256 4.0s Accumulator parallel [ ] 86 0 0 86 / 256 4.1s Accumulator parallel [ ] 89 0 0 89 / 256 4.2s Accumulator parallel [ ] 92 0 0 92 / 256 4.3s Accumulator parallel [ ] 95 0 0 95 / 256 4.5s Accumulator parallel [ ] 97 0 0 97 / 256 4.6s Accumulator parallel [ ] 100 0 0 100 / 256 4.8s Accumulator parallel [ ] 103 0 0 103 / 256 4.9s Accumulator parallel [ ] 105 0 0 105 / 256 5.0s Accumulator parallel [ ] 109 0 0 109 / 256 5.1s Accumulator parallel [ ] 113 0 0 113 / 256 5.3s Accumulator parallel [ ] 117 0 0 117 / 256 5.4s Accumulator parallel [ ] 120 0 0 120 / 256 5.5s Accumulator parallel [ ] 123 0 0 123 / 256 5.6s Accumulator parallel [ ] 126 0 0 126 / 256 5.8s Accumulator parallel [ ] 130 0 0 130 / 256 5.9s Accumulator parallel [ ] 132 0 0 132 / 256 6.0s Accumulator parallel [ ] 134 0 0 134 / 256 6.1s Accumulator parallel [ ] 137 0 0 137 / 256 6.3s Accumulator parallel [ ] 139 0 0 139 / 256 6.4s Accumulator parallel [ ] 143 0 0 143 / 256 6.5s Accumulator parallel [ ] 146 0 0 146 / 256 6.6s Accumulator parallel [ ] 149 0 0 149 / 256 6.8s Accumulator parallel [ ] 152 0 0 152 / 256 6.9s Accumulator parallel [ ] 154 0 0 154 / 256 7.1s Accumulator parallel [ ] 157 0 0 157 / 256 7.2s Accumulator parallel [ ] 160 0 0 160 / 256 7.3s Accumulator parallel [ ] 162 0 0 162 / 256 7.4s Accumulator parallel [ ] 165 0 0 165 / 256 7.6s Accumulator parallel [ ] 168 0 0 168 / 256 7.7s Accumulator parallel [ ] 170 0 0 170 / 256 7.9s Accumulator parallel [ ] 173 0 0 173 / 256 8.0s Accumulator parallel [ ] 176 0 0 176 / 256 8.1s Accumulator parallel [ ] 178 0 0 178 / 256 8.2s Accumulator parallel [ ] 180 0 0 180 / 256 8.3s Accumulator parallel [ ] 183 0 0 183 / 256 8.4s Accumulator parallel [ ] 185 0 0 185 / 256 8.6s Accumulator parallel [ ] 188 0 0 188 / 256 8.8s Accumulator parallel [ ] 191 0 0 191 / 256 8.9s Accumulator parallel [ ] 193 0 0 193 / 256 9.0s Accumulator parallel [ ] 196 0 0 196 / 256 9.1s Accumulator parallel [ ] 199 0 0 199 / 256 9.2s Accumulator parallel [ ] 202 0 0 202 / 256 9.3s Accumulator parallel [ ] 203 0 0 203 / 256 9.4s Accumulator parallel [ ] 206 0 0 206 / 256 9.6s Accumulator parallel [ ] 209 0 0 209 / 256 9.7s Accumulator parallel [ ] 212 0 0 212 / 256 9.8s Accumulator parallel [ ] 215 0 0 215 / 256 9.9s Accumulator parallel [ ] 216 0 0 216 / 256 10.1s Accumulator parallel [ ] 219 0 0 219 / 256 10.2s Accumulator parallel [ ] 221 0 0 221 / 256 10.3s Accumulator parallel [ ] 223 0 0 223 / 256 10.4s Accumulator parallel [ ] 226 0 0 226 / 256 10.5s Accumulator parallel [ ] 229 0 0 229 / 256 10.7s Accumulator parallel [ ] 231 0 0 231 / 256 10.8s Accumulator parallel [ ] 233 0 0 233 / 256 10.9s Accumulator parallel [ ] 235 0 0 235 / 256 11.0s Accumulator parallel [ ] 238 0 0 238 / 256 11.1s Accumulator parallel [ ] 241 0 0 241 / 256 11.2s Accumulator parallel [ ] 242 0 0 242 / 256 11.4s Accumulator parallel [ ] 244 0 0 244 / 256 11.5s Accumulator parallel [ ] 247 0 0 247 / 256 11.6s Accumulator parallel [ ] 249 0 0 249 / 256 11.7s Accumulator parallel [ ] 250 0 0 250 / 256 11.9s Accumulator parallel [ ] 252 0 0 252 / 256 12.0s Accumulator parallel [ ] 255 0 0 255 / 256 12.1s Accumulator parallel [✓] 256 0 0 256 / 256 12.2s Accumulator parallel ================================================================================ success (ran 2 tests) random seed: 748881531208437696 generated error fail pass / total time test name [ ] 0 0 0 0 / 512 0.0s Accumulator sequential [ ] 233 0 0 233 / 512 0.1s Accumulator sequential [✓] 512 0 0 512 / 512 0.1s Accumulator sequential [ ] 0 0 0 0 / 512 0.0s Accumulator parallel [ ] 2 0 0 2 / 512 0.1s Accumulator parallel [ ] 4 0 0 4 / 512 0.2s Accumulator parallel [ ] 7 0 0 7 / 512 0.4s Accumulator parallel [ ] 8 0 0 8 / 512 0.5s Accumulator parallel [ ] 10 0 0 10 / 512 0.6s Accumulator parallel [ ] 13 0 0 13 / 512 0.9s Accumulator parallel [ ] 15 0 0 15 / 512 1.0s Accumulator parallel [ ] 17 0 0 17 / 512 1.2s Accumulator parallel [ ] 19 0 0 19 / 512 1.3s Accumulator parallel [ ] 21 0 0 21 / 512 1.4s Accumulator parallel [ ] 22 0 0 22 / 512 1.6s Accumulator parallel [ ] 24 0 0 24 / 512 1.7s Accumulator parallel [ ] 26 0 0 26 / 512 1.8s Accumulator parallel [ ] 28 0 0 28 / 512 1.9s Accumulator parallel [ ] 30 0 0 30 / 512 2.1s Accumulator parallel [ ] 31 0 0 31 / 512 2.2s Accumulator parallel [ ] 33 0 0 33 / 512 2.4s Accumulator parallel [ ] 35 0 0 35 / 512 2.5s Accumulator parallel [ ] 37 0 0 37 / 512 2.6s Accumulator parallel [ ] 39 0 0 39 / 512 2.7s Accumulator parallel [ ] 41 0 0 41 / 512 2.8s Accumulator parallel [ ] 43 0 0 43 / 512 3.0s Accumulator parallel [ ] 45 0 0 45 / 512 3.2s Accumulator parallel [ ] 46 0 0 46 / 512 3.3s Accumulator parallel [ ] 48 0 0 48 / 512 3.4s Accumulator parallel [ ] 51 0 0 51 / 512 3.5s Accumulator parallel [ ] 54 0 0 54 / 512 3.7s Accumulator parallel [ ] 56 0 0 56 / 512 3.8s Accumulator parallel [ ] 58 0 0 58 / 512 3.9s Accumulator parallel [ ] 60 0 0 60 / 512 4.0s Accumulator parallel [ ] 62 0 0 62 / 512 4.1s Accumulator parallel [ ] 64 0 0 64 / 512 4.3s Accumulator parallel [ ] 66 0 0 66 / 512 4.4s Accumulator parallel [ ] 68 0 0 68 / 512 4.5s Accumulator parallel [ ] 70 0 0 70 / 512 4.6s Accumulator parallel [ ] 73 0 0 73 / 512 4.8s Accumulator parallel [ ] 76 0 0 76 / 512 5.0s Accumulator parallel [ ] 78 0 0 78 / 512 5.1s Accumulator parallel [ ] 80 0 0 80 / 512 5.2s Accumulator parallel [ ] 82 0 0 82 / 512 5.4s Accumulator parallel [ ] 84 0 0 84 / 512 5.5s Accumulator parallel [ ] 85 0 0 85 / 512 5.6s Accumulator parallel [ ] 87 0 0 87 / 512 5.7s Accumulator parallel [ ] 89 0 0 89 / 512 5.9s Accumulator parallel [ ] 90 0 0 90 / 512 6.1s Accumulator parallel [ ] 93 0 0 93 / 512 6.2s Accumulator parallel [ ] 95 0 0 95 / 512 6.3s Accumulator parallel [ ] 97 0 0 97 / 512 6.4s Accumulator parallel [ ] 99 0 0 99 / 512 6.5s Accumulator parallel [ ] 101 0 0 101 / 512 6.7s Accumulator parallel [ ] 103 0 0 103 / 512 6.8s Accumulator parallel [ ] 105 0 0 105 / 512 6.9s Accumulator parallel [ ] 107 0 0 107 / 512 7.1s Accumulator parallel [ ] 109 0 0 109 / 512 7.2s Accumulator parallel [ ] 111 0 0 111 / 512 7.3s Accumulator parallel [ ] 113 0 0 113 / 512 7.4s Accumulator parallel [ ] 115 0 0 115 / 512 7.5s Accumulator parallel [ ] 117 0 0 117 / 512 7.6s Accumulator parallel [ ] 119 0 0 119 / 512 7.8s Accumulator parallel [ ] 121 0 0 121 / 512 7.9s Accumulator parallel [ ] 123 0 0 123 / 512 8.0s Accumulator parallel [ ] 125 0 0 125 / 512 8.1s Accumulator parallel [ ] 127 0 0 127 / 512 8.3s Accumulator parallel [ ] 129 0 0 129 / 512 8.4s Accumulator parallel [ ] 132 0 0 132 / 512 8.6s Accumulator parallel [ ] 134 0 0 134 / 512 8.7s Accumulator parallel [ ] 136 0 0 136 / 512 8.8s Accumulator parallel [ ] 138 0 0 138 / 512 8.9s Accumulator parallel [ ] 140 0 0 140 / 512 9.1s Accumulator parallel [ ] 142 0 0 142 / 512 9.2s Accumulator parallel [ ] 144 0 0 144 / 512 9.3s Accumulator parallel [ ] 146 0 0 146 / 512 9.4s Accumulator parallel [ ] 148 0 0 148 / 512 9.5s Accumulator parallel [ ] 150 0 0 150 / 512 9.7s Accumulator parallel [ ] 152 0 0 152 / 512 9.8s Accumulator parallel [ ] 154 0 0 154 / 512 9.9s Accumulator parallel [ ] 155 0 0 155 / 512 10.0s Accumulator parallel [ ] 157 0 0 157 / 512 10.1s Accumulator parallel [ ] 159 0 0 159 / 512 10.3s Accumulator parallel [ ] 161 0 0 161 / 512 10.4s Accumulator parallel [ ] 163 0 0 163 / 512 10.5s Accumulator parallel [ ] 165 0 0 165 / 512 10.6s Accumulator parallel [ ] 167 0 0 167 / 512 10.8s Accumulator parallel [ ] 169 0 0 169 / 512 10.9s Accumulator parallel [ ] 171 0 0 171 / 512 11.1s Accumulator parallel [ ] 173 0 0 173 / 512 11.2s Accumulator parallel [ ] 175 0 0 175 / 512 11.3s Accumulator parallel [ ] 177 0 0 177 / 512 11.5s Accumulator parallel [ ] 179 0 0 179 / 512 11.6s Accumulator parallel [ ] 181 0 0 181 / 512 11.7s Accumulator parallel [ ] 183 0 0 183 / 512 11.8s Accumulator parallel [ ] 185 0 0 185 / 512 12.0s Accumulator parallel [ ] 186 0 0 186 / 512 12.1s Accumulator parallel [ ] 187 0 0 187 / 512 12.2s Accumulator parallel [ ] 189 0 0 189 / 512 12.4s Accumulator parallel [ ] 191 0 0 191 / 512 12.5s Accumulator parallel [ ] 193 0 0 193 / 512 12.6s Accumulator parallel [ ] 194 0 0 194 / 512 12.8s Accumulator parallel [ ] 196 0 0 196 / 512 12.9s Accumulator parallel [ ] 198 0 0 198 / 512 13.1s Accumulator parallel [ ] 201 0 0 201 / 512 13.2s Accumulator parallel [ ] 203 0 0 203 / 512 13.4s Accumulator parallel [ ] 204 0 0 204 / 512 13.5s Accumulator parallel [ ] 206 0 0 206 / 512 13.6s Accumulator parallel [ ] 208 0 0 208 / 512 13.7s Accumulator parallel [ ] 210 0 0 210 / 512 13.8s Accumulator parallel [ ] 213 0 0 213 / 512 14.0s Accumulator parallel [ ] 214 0 0 214 / 512 14.1s Accumulator parallel [ ] 216 0 0 216 / 512 14.2s Accumulator parallel [ ] 218 0 0 218 / 512 14.3s Accumulator parallel [ ] 220 0 0 220 / 512 14.4s Accumulator parallel [ ] 222 0 0 222 / 512 14.5s Accumulator parallel [ ] 224 0 0 224 / 512 14.7s Accumulator parallel [ ] 226 0 0 226 / 512 14.8s Accumulator parallel [ ] 227 0 0 227 / 512 14.9s Accumulator parallel [ ] 229 0 0 229 / 512 15.1s Accumulator parallel [ ] 232 0 0 232 / 512 15.2s Accumulator parallel [ ] 234 0 0 234 / 512 15.3s Accumulator parallel [ ] 236 0 0 236 / 512 15.5s Accumulator parallel [ ] 237 0 0 237 / 512 15.6s Accumulator parallel [ ] 239 0 0 239 / 512 15.8s Accumulator parallel [ ] 241 0 0 241 / 512 15.9s Accumulator parallel [ ] 243 0 0 243 / 512 16.1s Accumulator parallel [ ] 245 0 0 245 / 512 16.2s Accumulator parallel [ ] 247 0 0 247 / 512 16.3s Accumulator parallel [ ] 249 0 0 249 / 512 16.4s Accumulator parallel [ ] 251 0 0 251 / 512 16.6s Accumulator parallel [ ] 254 0 0 254 / 512 16.7s Accumulator parallel [ ] 256 0 0 256 / 512 16.8s Accumulator parallel [ ] 258 0 0 258 / 512 16.9s Accumulator parallel [ ] 260 0 0 260 / 512 17.0s Accumulator parallel [ ] 262 0 0 262 / 512 17.2s Accumulator parallel [ ] 264 0 0 264 / 512 17.3s Accumulator parallel [ ] 266 0 0 266 / 512 17.4s Accumulator parallel [ ] 268 0 0 268 / 512 17.5s Accumulator parallel [ ] 271 0 0 271 / 512 17.7s Accumulator parallel [ ] 273 0 0 273 / 512 17.8s Accumulator parallel [ ] 275 0 0 275 / 512 17.9s Accumulator parallel [ ] 277 0 0 277 / 512 18.0s Accumulator parallel [ ] 279 0 0 279 / 512 18.1s Accumulator parallel [ ] 281 0 0 281 / 512 18.3s Accumulator parallel [ ] 283 0 0 283 / 512 18.4s Accumulator parallel [ ] 285 0 0 285 / 512 18.5s Accumulator parallel [ ] 287 0 0 287 / 512 18.6s Accumulator parallel [ ] 290 0 0 290 / 512 18.7s Accumulator parallel [ ] 292 0 0 292 / 512 18.9s Accumulator parallel [ ] 295 0 0 295 / 512 19.0s Accumulator parallel [ ] 298 0 0 298 / 512 19.2s Accumulator parallel [ ] 301 0 0 301 / 512 19.3s Accumulator parallel [ ] 303 0 0 303 / 512 19.5s Accumulator parallel [ ] 306 0 0 306 / 512 19.6s Accumulator parallel [ ] 308 0 0 308 / 512 19.7s Accumulator parallel [ ] 310 0 0 310 / 512 19.8s Accumulator parallel [ ] 313 0 0 313 / 512 20.0s Accumulator parallel [ ] 314 0 0 314 / 512 20.1s Accumulator parallel [ ] 316 0 0 316 / 512 20.2s Accumulator parallel [ ] 319 0 0 319 / 512 20.4s Accumulator parallel [ ] 321 0 0 321 / 512 20.5s Accumulator parallel [ ] 323 0 0 323 / 512 20.6s Accumulator parallel [ ] 325 0 0 325 / 512 20.7s Accumulator parallel [ ] 327 0 0 327 / 512 20.8s Accumulator parallel [ ] 330 0 0 330 / 512 21.0s Accumulator parallel [ ] 333 0 0 333 / 512 21.2s Accumulator parallel [ ] 336 0 0 336 / 512 21.4s Accumulator parallel [ ] 338 0 0 338 / 512 21.5s Accumulator parallel [ ] 341 0 0 341 / 512 21.6s Accumulator parallel [ ] 343 0 0 343 / 512 21.7s Accumulator parallel [ ] 345 0 0 345 / 512 21.9s Accumulator parallel [ ] 348 0 0 348 / 512 22.0s Accumulator parallel [ ] 350 0 0 350 / 512 22.1s Accumulator parallel [ ] 352 0 0 352 / 512 22.2s Accumulator parallel [ ] 355 0 0 355 / 512 22.4s Accumulator parallel [ ] 357 0 0 357 / 512 22.6s Accumulator parallel [ ] 359 0 0 359 / 512 22.7s Accumulator parallel [ ] 361 0 0 361 / 512 22.8s Accumulator parallel [ ] 363 0 0 363 / 512 23.0s Accumulator parallel [ ] 365 0 0 365 / 512 23.1s Accumulator parallel [ ] 366 0 0 366 / 512 23.2s Accumulator parallel [ ] 368 0 0 368 / 512 23.3s Accumulator parallel [ ] 370 0 0 370 / 512 23.4s Accumulator parallel [ ] 372 0 0 372 / 512 23.5s Accumulator parallel [ ] 374 0 0 374 / 512 23.7s Accumulator parallel [ ] 377 0 0 377 / 512 23.8s Accumulator parallel [ ] 379 0 0 379 / 512 23.9s Accumulator parallel [ ] 381 0 0 381 / 512 24.0s Accumulator parallel [ ] 383 0 0 383 / 512 24.1s Accumulator parallel [ ] 385 0 0 385 / 512 24.3s Accumulator parallel [ ] 388 0 0 388 / 512 24.4s Accumulator parallel [ ] 391 0 0 391 / 512 24.5s Accumulator parallel [ ] 393 0 0 393 / 512 24.6s Accumulator parallel [ ] 395 0 0 395 / 512 24.7s Accumulator parallel [ ] 397 0 0 397 / 512 24.9s Accumulator parallel [ ] 400 0 0 400 / 512 25.0s Accumulator parallel [ ] 403 0 0 403 / 512 25.1s Accumulator parallel [ ] 406 0 0 406 / 512 25.3s Accumulator parallel [ ] 408 0 0 408 / 512 25.4s Accumulator parallel [ ] 410 0 0 410 / 512 25.5s Accumulator parallel [ ] 413 0 0 413 / 512 25.6s Accumulator parallel [ ] 415 0 0 415 / 512 25.7s Accumulator parallel [ ] 418 0 0 418 / 512 26.0s Accumulator parallel [ ] 420 0 0 420 / 512 26.1s Accumulator parallel [ ] 423 0 0 423 / 512 26.3s Accumulator parallel [ ] 424 0 0 424 / 512 26.4s Accumulator parallel [ ] 427 0 0 427 / 512 26.5s Accumulator parallel [ ] 430 0 0 430 / 512 26.7s Accumulator parallel [ ] 433 0 0 433 / 512 26.8s Accumulator parallel [ ] 434 0 0 434 / 512 27.0s Accumulator parallel [ ] 437 0 0 437 / 512 27.1s Accumulator parallel [ ] 440 0 0 440 / 512 27.3s Accumulator parallel [ ] 443 0 0 443 / 512 27.4s Accumulator parallel [ ] 446 0 0 446 / 512 27.6s Accumulator parallel [ ] 448 0 0 448 / 512 27.7s Accumulator parallel [ ] 450 0 0 450 / 512 27.8s Accumulator parallel [ ] 452 0 0 452 / 512 27.9s Accumulator parallel [ ] 455 0 0 455 / 512 28.0s Accumulator parallel [ ] 458 0 0 458 / 512 28.2s Accumulator parallel [ ] 461 0 0 461 / 512 28.3s Accumulator parallel [ ] 464 0 0 464 / 512 28.5s Accumulator parallel [ ] 467 0 0 467 / 512 28.6s Accumulator parallel [ ] 470 0 0 470 / 512 28.7s Accumulator parallel [ ] 473 0 0 473 / 512 29.0s Accumulator parallel [ ] 475 0 0 475 / 512 29.1s Accumulator parallel [ ] 478 0 0 478 / 512 29.2s Accumulator parallel [ ] 481 0 0 481 / 512 29.4s Accumulator parallel [ ] 483 0 0 483 / 512 29.5s Accumulator parallel [ ] 485 0 0 485 / 512 29.6s Accumulator parallel [ ] 487 0 0 487 / 512 29.7s Accumulator parallel [ ] 490 0 0 490 / 512 29.9s Accumulator parallel [ ] 492 0 0 492 / 512 30.0s Accumulator parallel [ ] 494 0 0 494 / 512 30.1s Accumulator parallel [ ] 497 0 0 497 / 512 30.3s Accumulator parallel [ ] 499 0 0 499 / 512 30.4s Accumulator parallel [ ] 501 0 0 501 / 512 30.6s Accumulator parallel [ ] 504 0 0 504 / 512 30.7s Accumulator parallel [ ] 506 0 0 506 / 512 30.8s Accumulator parallel [ ] 508 0 0 508 / 512 30.9s Accumulator parallel [ ] 510 0 0 510 / 512 31.0s Accumulator parallel [ ] 512 0 0 512 / 512 31.1s Accumulator parallel [✓] 512 0 0 512 / 512 31.1s Accumulator parallel ================================================================================ success (ran 2 tests) random seed: 1006460842427931271 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Accumulator sequential [✓] 32 0 0 32 / 32 0.0s Accumulator sequential [ ] 0 0 0 0 / 32 0.0s Accumulator parallel [ ] 1 0 0 1 / 32 0.1s Accumulator parallel [ ] 4 0 0 4 / 32 0.2s Accumulator parallel [ ] 7 0 0 7 / 32 0.4s Accumulator parallel [ ] 9 0 0 9 / 32 0.5s Accumulator parallel [ ] 10 0 0 10 / 32 0.6s Accumulator parallel [ ] 13 0 0 13 / 32 0.8s Accumulator parallel [ ] 15 0 0 15 / 32 0.9s Accumulator parallel [ ] 16 0 0 16 / 32 1.0s Accumulator parallel [ ] 18 0 0 18 / 32 1.1s Accumulator parallel [ ] 20 0 0 20 / 32 1.2s Accumulator parallel [ ] 23 0 0 23 / 32 1.4s Accumulator parallel [ ] 26 0 0 26 / 32 1.5s Accumulator parallel [ ] 28 0 0 28 / 32 1.6s Accumulator parallel [ ] 30 0 0 30 / 32 1.8s Accumulator parallel [✓] 32 0 0 32 / 32 1.9s Accumulator parallel ================================================================================ success (ran 2 tests) Output[298]: random seed: 1516290376973285024 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Stack sequential [ ] 0 0 0 0 / 32 0.0s Stack sequential (generating) [✓] 32 0 0 32 / 32 0.0s Stack sequential [ ] 0 0 0 0 / 32 0.0s Stack parallel [ ] 5 0 0 5 / 32 0.1s Stack parallel [ ] 10 0 0 10 / 32 0.2s Stack parallel [ ] 14 0 0 14 / 32 0.3s Stack parallel [ ] 19 0 0 19 / 32 0.5s Stack parallel [ ] 22 0 0 22 / 32 0.6s Stack parallel [ ] 27 0 0 27 / 32 0.7s Stack parallel [ ] 32 0 0 32 / 32 0.8s Stack parallel [✓] 32 0 0 32 / 32 0.8s Stack parallel ================================================================================ success (ran 2 tests) random seed: 899708615966881185 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Stack sequential [✓] 64 0 0 64 / 64 0.0s Stack sequential [ ] 0 0 0 0 / 64 0.0s Stack parallel [ ] 2 0 0 2 / 64 0.1s Stack parallel [ ] 6 0 0 6 / 64 0.3s Stack parallel [ ] 9 0 0 9 / 64 0.4s Stack parallel [ ] 13 0 0 13 / 64 0.5s Stack parallel [ ] 17 0 0 17 / 64 0.6s Stack parallel [ ] 21 0 0 21 / 64 0.7s Stack parallel [ ] 25 0 0 25 / 64 0.8s Stack parallel [ ] 29 0 0 29 / 64 0.9s Stack parallel [ ] 33 0 0 33 / 64 1.0s Stack parallel [ ] 37 0 0 37 / 64 1.1s Stack parallel [ ] 42 0 0 42 / 64 1.2s Stack parallel [ ] 43 0 0 43 / 64 1.4s Stack parallel [ ] 47 0 0 47 / 64 1.5s Stack parallel [ ] 51 0 0 51 / 64 1.7s Stack parallel [ ] 54 0 0 54 / 64 1.9s Stack parallel [ ] 56 0 0 56 / 64 2.0s Stack parallel [ ] 57 0 0 57 / 64 2.1s Stack parallel [ ] 61 0 0 61 / 64 2.3s Stack parallel [✓] 64 0 0 64 / 64 2.4s Stack parallel ================================================================================ success (ran 2 tests) random seed: 3888848562812562996 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Stack sequential [✓] 128 0 0 128 / 128 0.0s Stack sequential [ ] 0 0 0 0 / 128 0.0s Stack parallel [ ] 1 0 0 1 / 128 0.1s Stack parallel [ ] 5 0 0 5 / 128 0.2s Stack parallel [ ] 9 0 0 9 / 128 0.3s Stack parallel [ ] 12 0 0 12 / 128 0.4s Stack parallel [ ] 16 0 0 16 / 128 0.5s Stack parallel [ ] 20 0 0 20 / 128 0.6s Stack parallel [ ] 24 0 0 24 / 128 0.8s Stack parallel [ ] 28 0 0 28 / 128 0.9s Stack parallel [ ] 31 0 0 31 / 128 1.0s Stack parallel [ ] 35 0 0 35 / 128 1.1s Stack parallel [ ] 37 0 0 37 / 128 1.3s Stack parallel [ ] 41 0 0 41 / 128 1.5s Stack parallel [ ] 45 0 0 45 / 128 1.6s Stack parallel [ ] 49 0 0 49 / 128 1.8s Stack parallel [ ] 54 0 0 54 / 128 1.9s Stack parallel [ ] 57 0 0 57 / 128 2.0s Stack parallel [ ] 61 0 0 61 / 128 2.2s Stack parallel [ ] 65 0 0 65 / 128 2.3s Stack parallel [ ] 70 0 0 70 / 128 2.4s Stack parallel [ ] 73 0 0 73 / 128 2.5s Stack parallel [ ] 75 0 0 75 / 128 2.7s Stack parallel [ ] 79 0 0 79 / 128 2.8s Stack parallel [ ] 82 0 0 82 / 128 2.9s Stack parallel [ ] 84 0 0 84 / 128 3.1s Stack parallel [ ] 86 0 0 86 / 128 3.2s Stack parallel [ ] 88 0 0 88 / 128 3.3s Stack parallel [ ] 90 0 0 90 / 128 3.5s Stack parallel [ ] 93 0 0 93 / 128 3.6s Stack parallel [ ] 96 0 0 96 / 128 3.8s Stack parallel [ ] 99 0 0 99 / 128 3.9s Stack parallel [ ] 103 0 0 103 / 128 4.0s Stack parallel [ ] 105 0 0 105 / 128 4.1s Stack parallel [ ] 108 0 0 108 / 128 4.2s Stack parallel [ ] 110 0 0 110 / 128 4.4s Stack parallel [ ] 112 0 0 112 / 128 4.6s Stack parallel [ ] 116 0 0 116 / 128 4.7s Stack parallel [ ] 120 0 0 120 / 128 4.8s Stack parallel [ ] 121 0 0 121 / 128 4.9s Stack parallel [ ] 124 0 0 124 / 128 5.1s Stack parallel [ ] 128 0 0 128 / 128 5.2s Stack parallel [✓] 128 0 0 128 / 128 5.2s Stack parallel ================================================================================ success (ran 2 tests) random seed: 583066943852750622 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Stack sequential [✓] 256 0 0 256 / 256 0.0s Stack sequential [ ] 0 0 0 0 / 256 0.0s Stack parallel [ ] 1 0 0 1 / 256 0.1s Stack parallel [ ] 5 0 0 5 / 256 0.3s Stack parallel [ ] 6 0 0 6 / 256 0.4s Stack parallel [ ] 10 0 0 10 / 256 0.5s Stack parallel [ ] 14 0 0 14 / 256 0.7s Stack parallel [ ] 18 0 0 18 / 256 0.8s Stack parallel [ ] 22 0 0 22 / 256 0.9s Stack parallel [ ] 26 0 0 26 / 256 1.0s Stack parallel [ ] 29 0 0 29 / 256 1.2s Stack parallel [ ] 31 0 0 31 / 256 1.3s Stack parallel [ ] 34 0 0 34 / 256 1.4s Stack parallel [ ] 37 0 0 37 / 256 1.5s Stack parallel [ ] 41 0 0 41 / 256 1.7s Stack parallel [ ] 42 0 0 42 / 256 1.8s Stack parallel [ ] 45 0 0 45 / 256 1.9s Stack parallel [ ] 47 0 0 47 / 256 2.1s Stack parallel [ ] 50 0 0 50 / 256 2.2s Stack parallel [ ] 53 0 0 53 / 256 2.4s Stack parallel [ ] 54 0 0 54 / 256 2.5s Stack parallel [ ] 57 0 0 57 / 256 2.7s Stack parallel [ ] 60 0 0 60 / 256 2.8s Stack parallel [ ] 63 0 0 63 / 256 3.0s Stack parallel [ ] 66 0 0 66 / 256 3.1s Stack parallel [ ] 69 0 0 69 / 256 3.2s Stack parallel [ ] 72 0 0 72 / 256 3.3s Stack parallel [ ] 75 0 0 75 / 256 3.4s Stack parallel [ ] 78 0 0 78 / 256 3.6s Stack parallel [ ] 81 0 0 81 / 256 3.7s Stack parallel [ ] 84 0 0 84 / 256 3.8s Stack parallel [ ] 88 0 0 88 / 256 4.0s Stack parallel [ ] 91 0 0 91 / 256 4.1s Stack parallel [ ] 94 0 0 94 / 256 4.2s Stack parallel [ ] 98 0 0 98 / 256 4.3s Stack parallel [ ] 102 0 0 102 / 256 4.4s Stack parallel [ ] 105 0 0 105 / 256 4.5s Stack parallel [ ] 109 0 0 109 / 256 4.7s Stack parallel [ ] 112 0 0 112 / 256 4.8s Stack parallel [ ] 115 0 0 115 / 256 4.9s Stack parallel [ ] 119 0 0 119 / 256 5.1s Stack parallel [ ] 122 0 0 122 / 256 5.2s Stack parallel [ ] 125 0 0 125 / 256 5.4s Stack parallel [ ] 127 0 0 127 / 256 5.5s Stack parallel [ ] 129 0 0 129 / 256 5.6s Stack parallel [ ] 131 0 0 131 / 256 5.8s Stack parallel [ ] 132 0 0 132 / 256 5.9s Stack parallel [ ] 135 0 0 135 / 256 6.0s Stack parallel [ ] 136 0 0 136 / 256 6.1s Stack parallel [ ] 139 0 0 139 / 256 6.4s Stack parallel [ ] 141 0 0 141 / 256 6.5s Stack parallel [ ] 144 0 0 144 / 256 6.6s Stack parallel [ ] 147 0 0 147 / 256 6.7s Stack parallel [ ] 150 0 0 150 / 256 6.8s Stack parallel [ ] 153 0 0 153 / 256 7.0s Stack parallel [ ] 156 0 0 156 / 256 7.1s Stack parallel [ ] 157 0 0 157 / 256 7.2s Stack parallel [ ] 160 0 0 160 / 256 7.4s Stack parallel [ ] 163 0 0 163 / 256 7.5s Stack parallel [ ] 167 0 0 167 / 256 7.6s Stack parallel [ ] 169 0 0 169 / 256 7.7s Stack parallel [ ] 171 0 0 171 / 256 7.9s Stack parallel [ ] 175 0 0 175 / 256 8.0s Stack parallel [ ] 178 0 0 178 / 256 8.2s Stack parallel [ ] 181 0 0 181 / 256 8.3s Stack parallel [ ] 184 0 0 184 / 256 8.4s Stack parallel [ ] 186 0 0 186 / 256 8.5s Stack parallel [ ] 189 0 0 189 / 256 8.8s Stack parallel [ ] 192 0 0 192 / 256 8.9s Stack parallel [ ] 194 0 0 194 / 256 9.0s Stack parallel [ ] 195 0 0 195 / 256 9.1s Stack parallel [ ] 198 0 0 198 / 256 9.3s Stack parallel [ ] 201 0 0 201 / 256 9.4s Stack parallel [ ] 204 0 0 204 / 256 9.5s Stack parallel [ ] 206 0 0 206 / 256 9.6s Stack parallel [ ] 209 0 0 209 / 256 9.7s Stack parallel [ ] 211 0 0 211 / 256 9.9s Stack parallel [ ] 213 0 0 213 / 256 10.0s Stack parallel [ ] 215 0 0 215 / 256 10.2s Stack parallel [ ] 217 0 0 217 / 256 10.3s Stack parallel [ ] 220 0 0 220 / 256 10.4s Stack parallel [ ] 222 0 0 222 / 256 10.5s Stack parallel [ ] 224 0 0 224 / 256 10.6s Stack parallel [ ] 226 0 0 226 / 256 10.8s Stack parallel [ ] 228 0 0 228 / 256 10.9s Stack parallel [ ] 230 0 0 230 / 256 11.0s Stack parallel [ ] 232 0 0 232 / 256 11.1s Stack parallel [ ] 235 0 0 235 / 256 11.3s Stack parallel [ ] 237 0 0 237 / 256 11.4s Stack parallel [ ] 240 0 0 240 / 256 11.5s Stack parallel [ ] 242 0 0 242 / 256 11.7s Stack parallel [ ] 245 0 0 245 / 256 11.8s Stack parallel [ ] 247 0 0 247 / 256 11.9s Stack parallel [ ] 249 0 0 249 / 256 12.0s Stack parallel [ ] 252 0 0 252 / 256 12.2s Stack parallel [ ] 254 0 0 254 / 256 12.3s Stack parallel [ ] 256 0 0 256 / 256 12.4s Stack parallel [✓] 256 0 0 256 / 256 12.4s Stack parallel ================================================================================ success (ran 2 tests) random seed: 405691349311977225 generated error fail pass / total time test name [ ] 0 0 0 0 / 512 0.0s Stack sequential [✓] 512 0 0 512 / 512 0.0s Stack sequential [ ] 0 0 0 0 / 512 0.0s Stack parallel [ ] 2 0 0 2 / 512 0.1s Stack parallel [ ] 4 0 0 4 / 512 0.2s Stack parallel [ ] 6 0 0 6 / 512 0.3s Stack parallel [ ] 9 0 0 9 / 512 0.5s Stack parallel [ ] 11 0 0 11 / 512 0.6s Stack parallel [ ] 13 0 0 13 / 512 0.7s Stack parallel [ ] 15 0 0 15 / 512 0.9s Stack parallel [ ] 17 0 0 17 / 512 1.0s Stack parallel [ ] 19 0 0 19 / 512 1.1s Stack parallel [ ] 22 0 0 22 / 512 1.3s Stack parallel [ ] 24 0 0 24 / 512 1.4s Stack parallel [ ] 26 0 0 26 / 512 1.5s Stack parallel [ ] 28 0 0 28 / 512 1.6s Stack parallel [ ] 30 0 0 30 / 512 1.7s Stack parallel [ ] 32 0 0 32 / 512 1.9s Stack parallel [ ] 35 0 0 35 / 512 2.0s Stack parallel [ ] 37 0 0 37 / 512 2.1s Stack parallel [ ] 39 0 0 39 / 512 2.2s Stack parallel [ ] 41 0 0 41 / 512 2.3s Stack parallel [ ] 44 0 0 44 / 512 2.5s Stack parallel [ ] 46 0 0 46 / 512 2.6s Stack parallel [ ] 48 0 0 48 / 512 2.7s Stack parallel [ ] 49 0 0 49 / 512 2.9s Stack parallel [ ] 50 0 0 50 / 512 3.0s Stack parallel [ ] 53 0 0 53 / 512 3.1s Stack parallel [ ] 56 0 0 56 / 512 3.3s Stack parallel [ ] 58 0 0 58 / 512 3.4s Stack parallel [ ] 60 0 0 60 / 512 3.5s Stack parallel [ ] 62 0 0 62 / 512 3.6s Stack parallel [ ] 65 0 0 65 / 512 3.7s Stack parallel [ ] 67 0 0 67 / 512 3.8s Stack parallel [ ] 69 0 0 69 / 512 4.0s Stack parallel [ ] 71 0 0 71 / 512 4.1s Stack parallel [ ] 73 0 0 73 / 512 4.2s Stack parallel [ ] 75 0 0 75 / 512 4.3s Stack parallel [ ] 77 0 0 77 / 512 4.4s Stack parallel [ ] 79 0 0 79 / 512 4.6s Stack parallel [ ] 81 0 0 81 / 512 4.7s Stack parallel [ ] 84 0 0 84 / 512 4.8s Stack parallel [ ] 86 0 0 86 / 512 4.9s Stack parallel [ ] 88 0 0 88 / 512 5.0s Stack parallel [ ] 90 0 0 90 / 512 5.2s Stack parallel [ ] 91 0 0 91 / 512 5.3s Stack parallel [ ] 93 0 0 93 / 512 5.4s Stack parallel [ ] 95 0 0 95 / 512 5.5s Stack parallel [ ] 97 0 0 97 / 512 5.7s Stack parallel [ ] 99 0 0 99 / 512 5.8s Stack parallel [ ] 101 0 0 101 / 512 5.9s Stack parallel [ ] 103 0 0 103 / 512 6.0s Stack parallel [ ] 105 0 0 105 / 512 6.2s Stack parallel [ ] 107 0 0 107 / 512 6.3s Stack parallel [ ] 110 0 0 110 / 512 6.4s Stack parallel [ ] 112 0 0 112 / 512 6.6s Stack parallel [ ] 114 0 0 114 / 512 6.8s Stack parallel [ ] 115 0 0 115 / 512 6.9s Stack parallel [ ] 117 0 0 117 / 512 7.0s Stack parallel [ ] 119 0 0 119 / 512 7.2s Stack parallel [ ] 120 0 0 120 / 512 7.3s Stack parallel [ ] 121 0 0 121 / 512 7.4s Stack parallel [ ] 123 0 0 123 / 512 7.6s Stack parallel [ ] 125 0 0 125 / 512 7.8s Stack parallel [ ] 126 0 0 126 / 512 8.0s Stack parallel [ ] 128 0 0 128 / 512 8.1s Stack parallel [ ] 130 0 0 130 / 512 8.2s Stack parallel [ ] 132 0 0 132 / 512 8.4s Stack parallel [ ] 134 0 0 134 / 512 8.5s Stack parallel [ ] 136 0 0 136 / 512 8.6s Stack parallel [ ] 138 0 0 138 / 512 8.8s Stack parallel [ ] 140 0 0 140 / 512 8.9s Stack parallel [ ] 142 0 0 142 / 512 9.0s Stack parallel [ ] 144 0 0 144 / 512 9.1s Stack parallel [ ] 146 0 0 146 / 512 9.3s Stack parallel [ ] 148 0 0 148 / 512 9.4s Stack parallel [ ] 150 0 0 150 / 512 9.5s Stack parallel [ ] 152 0 0 152 / 512 9.6s Stack parallel [ ] 154 0 0 154 / 512 9.8s Stack parallel [ ] 156 0 0 156 / 512 9.9s Stack parallel [ ] 158 0 0 158 / 512 10.0s Stack parallel [ ] 160 0 0 160 / 512 10.2s Stack parallel [ ] 162 0 0 162 / 512 10.3s Stack parallel [ ] 164 0 0 164 / 512 10.4s Stack parallel [ ] 166 0 0 166 / 512 10.5s Stack parallel [ ] 168 0 0 168 / 512 10.6s Stack parallel [ ] 170 0 0 170 / 512 10.8s Stack parallel [ ] 172 0 0 172 / 512 10.9s Stack parallel [ ] 174 0 0 174 / 512 11.0s Stack parallel [ ] 176 0 0 176 / 512 11.2s Stack parallel [ ] 178 0 0 178 / 512 11.3s Stack parallel [ ] 180 0 0 180 / 512 11.4s Stack parallel [ ] 182 0 0 182 / 512 11.5s Stack parallel [ ] 184 0 0 184 / 512 11.6s Stack parallel [ ] 187 0 0 187 / 512 11.8s Stack parallel [ ] 188 0 0 188 / 512 11.9s Stack parallel [ ] 190 0 0 190 / 512 12.0s Stack parallel [ ] 192 0 0 192 / 512 12.2s Stack parallel [ ] 194 0 0 194 / 512 12.3s Stack parallel [ ] 196 0 0 196 / 512 12.4s Stack parallel [ ] 198 0 0 198 / 512 12.5s Stack parallel [ ] 199 0 0 199 / 512 12.6s Stack parallel [ ] 201 0 0 201 / 512 12.7s Stack parallel [ ] 203 0 0 203 / 512 12.9s Stack parallel [ ] 205 0 0 205 / 512 13.0s Stack parallel [ ] 207 0 0 207 / 512 13.2s Stack parallel [ ] 209 0 0 209 / 512 13.3s Stack parallel [ ] 211 0 0 211 / 512 13.4s Stack parallel [ ] 213 0 0 213 / 512 13.6s Stack parallel [ ] 215 0 0 215 / 512 13.7s Stack parallel [ ] 217 0 0 217 / 512 13.8s Stack parallel [ ] 219 0 0 219 / 512 13.9s Stack parallel [ ] 221 0 0 221 / 512 14.1s Stack parallel [ ] 223 0 0 223 / 512 14.2s Stack parallel [ ] 225 0 0 225 / 512 14.3s Stack parallel [ ] 227 0 0 227 / 512 14.4s Stack parallel [ ] 229 0 0 229 / 512 14.6s Stack parallel [ ] 231 0 0 231 / 512 14.7s Stack parallel [ ] 234 0 0 234 / 512 14.9s Stack parallel [ ] 237 0 0 237 / 512 15.0s Stack parallel [ ] 239 0 0 239 / 512 15.1s Stack parallel [ ] 241 0 0 241 / 512 15.3s Stack parallel [ ] 243 0 0 243 / 512 15.4s Stack parallel [ ] 245 0 0 245 / 512 15.5s Stack parallel [ ] 248 0 0 248 / 512 15.8s Stack parallel [ ] 250 0 0 250 / 512 15.9s Stack parallel [ ] 253 0 0 253 / 512 16.1s Stack parallel [ ] 255 0 0 255 / 512 16.3s Stack parallel [ ] 257 0 0 257 / 512 16.4s Stack parallel [ ] 259 0 0 259 / 512 16.5s Stack parallel [ ] 261 0 0 261 / 512 16.6s Stack parallel [ ] 263 0 0 263 / 512 16.7s Stack parallel [ ] 265 0 0 265 / 512 16.9s Stack parallel [ ] 267 0 0 267 / 512 17.0s Stack parallel [ ] 269 0 0 269 / 512 17.1s Stack parallel [ ] 271 0 0 271 / 512 17.2s Stack parallel [ ] 273 0 0 273 / 512 17.4s Stack parallel [ ] 275 0 0 275 / 512 17.5s Stack parallel [ ] 278 0 0 278 / 512 17.6s Stack parallel [ ] 280 0 0 280 / 512 17.8s Stack parallel [ ] 282 0 0 282 / 512 17.9s Stack parallel [ ] 284 0 0 284 / 512 18.0s Stack parallel [ ] 286 0 0 286 / 512 18.1s Stack parallel [ ] 289 0 0 289 / 512 18.3s Stack parallel [ ] 291 0 0 291 / 512 18.5s Stack parallel [ ] 293 0 0 293 / 512 18.6s Stack parallel [ ] 295 0 0 295 / 512 18.7s Stack parallel [ ] 298 0 0 298 / 512 18.9s Stack parallel [ ] 301 0 0 301 / 512 19.0s Stack parallel [ ] 303 0 0 303 / 512 19.1s Stack parallel [ ] 305 0 0 305 / 512 19.3s Stack parallel [ ] 307 0 0 307 / 512 19.4s Stack parallel [ ] 309 0 0 309 / 512 19.5s Stack parallel [ ] 312 0 0 312 / 512 19.7s Stack parallel [ ] 314 0 0 314 / 512 19.8s Stack parallel [ ] 316 0 0 316 / 512 20.0s Stack parallel [ ] 319 0 0 319 / 512 20.1s Stack parallel [ ] 321 0 0 321 / 512 20.2s Stack parallel [ ] 324 0 0 324 / 512 20.4s Stack parallel [ ] 326 0 0 326 / 512 20.5s Stack parallel [ ] 328 0 0 328 / 512 20.6s Stack parallel [ ] 331 0 0 331 / 512 20.8s Stack parallel [ ] 334 0 0 334 / 512 20.9s Stack parallel [ ] 336 0 0 336 / 512 21.0s Stack parallel [ ] 338 0 0 338 / 512 21.1s Stack parallel [ ] 340 0 0 340 / 512 21.3s Stack parallel [ ] 343 0 0 343 / 512 21.4s Stack parallel [ ] 345 0 0 345 / 512 21.5s Stack parallel [ ] 347 0 0 347 / 512 21.7s Stack parallel [ ] 350 0 0 350 / 512 21.8s Stack parallel [ ] 352 0 0 352 / 512 22.0s Stack parallel [ ] 354 0 0 354 / 512 22.1s Stack parallel [ ] 357 0 0 357 / 512 22.3s Stack parallel [ ] 360 0 0 360 / 512 22.4s Stack parallel [ ] 362 0 0 362 / 512 22.5s Stack parallel [ ] 364 0 0 364 / 512 22.6s Stack parallel [ ] 366 0 0 366 / 512 22.8s Stack parallel [ ] 369 0 0 369 / 512 23.0s Stack parallel [ ] 371 0 0 371 / 512 23.1s Stack parallel [ ] 374 0 0 374 / 512 23.3s Stack parallel [ ] 376 0 0 376 / 512 23.4s Stack parallel [ ] 379 0 0 379 / 512 23.5s Stack parallel [ ] 381 0 0 381 / 512 23.6s Stack parallel [ ] 383 0 0 383 / 512 23.8s Stack parallel [ ] 386 0 0 386 / 512 23.9s Stack parallel [ ] 387 0 0 387 / 512 24.0s Stack parallel [ ] 390 0 0 390 / 512 24.2s Stack parallel [ ] 392 0 0 392 / 512 24.3s Stack parallel [ ] 394 0 0 394 / 512 24.4s Stack parallel [ ] 396 0 0 396 / 512 24.6s Stack parallel [ ] 399 0 0 399 / 512 24.7s Stack parallel [ ] 401 0 0 401 / 512 24.8s Stack parallel [ ] 404 0 0 404 / 512 25.0s Stack parallel [ ] 407 0 0 407 / 512 25.2s Stack parallel [ ] 409 0 0 409 / 512 25.4s Stack parallel [ ] 411 0 0 411 / 512 25.5s Stack parallel [ ] 414 0 0 414 / 512 25.6s Stack parallel [ ] 417 0 0 417 / 512 25.8s Stack parallel [ ] 420 0 0 420 / 512 26.0s Stack parallel [ ] 423 0 0 423 / 512 26.2s Stack parallel [ ] 425 0 0 425 / 512 26.3s Stack parallel [ ] 427 0 0 427 / 512 26.4s Stack parallel [ ] 429 0 0 429 / 512 26.5s Stack parallel [ ] 431 0 0 431 / 512 26.6s Stack parallel [ ] 433 0 0 433 / 512 26.7s Stack parallel [ ] 436 0 0 436 / 512 26.8s Stack parallel [ ] 439 0 0 439 / 512 27.0s Stack parallel [ ] 442 0 0 442 / 512 27.1s Stack parallel [ ] 444 0 0 444 / 512 27.2s Stack parallel [ ] 447 0 0 447 / 512 27.3s Stack parallel [ ] 449 0 0 449 / 512 27.4s Stack parallel [ ] 450 0 0 450 / 512 27.5s Stack parallel [ ] 452 0 0 452 / 512 27.7s Stack parallel [ ] 455 0 0 455 / 512 27.8s Stack parallel [ ] 457 0 0 457 / 512 27.9s Stack parallel [ ] 459 0 0 459 / 512 28.1s Stack parallel [ ] 461 0 0 461 / 512 28.2s Stack parallel [ ] 462 0 0 462 / 512 28.4s Stack parallel [ ] 464 0 0 464 / 512 28.5s Stack parallel [ ] 467 0 0 467 / 512 28.6s Stack parallel [ ] 469 0 0 469 / 512 28.7s Stack parallel [ ] 472 0 0 472 / 512 28.9s Stack parallel [ ] 475 0 0 475 / 512 29.1s Stack parallel [ ] 478 0 0 478 / 512 29.2s Stack parallel [ ] 480 0 0 480 / 512 29.3s Stack parallel [ ] 483 0 0 483 / 512 29.5s Stack parallel [ ] 486 0 0 486 / 512 29.7s Stack parallel [ ] 488 0 0 488 / 512 29.8s Stack parallel [ ] 490 0 0 490 / 512 29.9s Stack parallel [ ] 492 0 0 492 / 512 30.0s Stack parallel [ ] 494 0 0 494 / 512 30.1s Stack parallel [ ] 497 0 0 497 / 512 30.2s Stack parallel [ ] 500 0 0 500 / 512 30.4s Stack parallel [ ] 503 0 0 503 / 512 30.5s Stack parallel [ ] 504 0 0 504 / 512 30.7s Stack parallel [ ] 506 0 0 506 / 512 30.8s Stack parallel [ ] 508 0 0 508 / 512 30.9s Stack parallel [ ] 511 0 0 511 / 512 31.1s Stack parallel [ ] 512 0 0 512 / 512 31.2s Stack parallel [✓] 512 0 0 512 / 512 31.2s Stack parallel ================================================================================ success (ran 2 tests) random seed: 725606262535534721 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Stack sequential [✓] 32 0 0 32 / 32 0.0s Stack sequential [ ] 0 0 0 0 / 32 0.0s Stack parallel [ ] 3 0 0 3 / 32 0.1s Stack parallel [ ] 6 0 0 6 / 32 0.3s Stack parallel [ ] 8 0 0 8 / 32 0.4s Stack parallel [ ] 11 0 0 11 / 32 0.5s Stack parallel [ ] 13 0 0 13 / 32 0.6s Stack parallel [ ] 15 0 0 15 / 32 0.7s Stack parallel [ ] 18 0 0 18 / 32 0.9s Stack parallel [ ] 21 0 0 21 / 32 1.0s Stack parallel [ ] 23 0 0 23 / 32 1.2s Stack parallel [ ] 26 0 0 26 / 32 1.3s Stack parallel [ ] 28 0 0 28 / 32 1.5s Stack parallel [ ] 31 0 0 31 / 32 1.6s Stack parallel [✓] 32 0 0 32 / 32 1.7s Stack parallel ================================================================================ success (ran 2 tests) Output[299]: random seed: 3642360691778254118 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Queue sequential [ ] 0 0 0 0 / 32 0.0s Queue sequential (generating) [✓] 32 0 0 32 / 32 0.0s Queue sequential [ ] 0 0 0 0 / 32 0.0s Queue parallel [ ] 4 0 0 4 / 32 0.1s Queue parallel [ ] 9 0 0 9 / 32 0.2s Queue parallel [ ] 14 0 0 14 / 32 0.3s Queue parallel [ ] 18 0 0 18 / 32 0.4s Queue parallel [ ] 23 0 0 23 / 32 0.5s Queue parallel [ ] 26 0 0 26 / 32 0.7s Queue parallel [ ] 30 0 0 30 / 32 0.8s Queue parallel [✓] 32 0 0 32 / 32 0.8s Queue parallel ================================================================================ success (ran 2 tests) random seed: 694449595963277370 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Queue sequential [✓] 64 0 0 64 / 64 0.0s Queue sequential [ ] 0 0 0 0 / 64 0.0s Queue parallel [ ] 2 0 0 2 / 64 0.1s Queue parallel [ ] 5 0 0 5 / 64 0.2s Queue parallel [ ] 6 0 0 6 / 64 0.3s Queue parallel [ ] 8 0 0 8 / 64 0.5s Queue parallel [ ] 12 0 0 12 / 64 0.6s Queue parallel [ ] 16 0 0 16 / 64 0.7s Queue parallel [ ] 20 0 0 20 / 64 0.9s Queue parallel [ ] 24 0 0 24 / 64 1.0s Queue parallel [ ] 27 0 0 27 / 64 1.1s Queue parallel [ ] 30 0 0 30 / 64 1.3s Queue parallel [ ] 33 0 0 33 / 64 1.5s Queue parallel [ ] 38 0 0 38 / 64 1.7s Queue parallel [ ] 43 0 0 43 / 64 1.8s Queue parallel [ ] 46 0 0 46 / 64 1.9s Queue parallel [ ] 50 0 0 50 / 64 2.1s Queue parallel [ ] 54 0 0 54 / 64 2.2s Queue parallel [ ] 57 0 0 57 / 64 2.4s Queue parallel [ ] 61 0 0 61 / 64 2.5s Queue parallel [ ] 64 0 0 64 / 64 2.7s Queue parallel [✓] 64 0 0 64 / 64 2.7s Queue parallel ================================================================================ success (ran 2 tests) random seed: 2534589967719876464 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Queue sequential [✓] 128 0 0 128 / 128 0.0s Queue sequential [ ] 0 0 0 0 / 128 0.0s Queue parallel [ ] 3 0 0 3 / 128 0.1s Queue parallel [ ] 7 0 0 7 / 128 0.2s Queue parallel [ ] 11 0 0 11 / 128 0.3s Queue parallel [ ] 15 0 0 15 / 128 0.6s Queue parallel [ ] 18 0 0 18 / 128 0.7s Queue parallel [ ] 22 0 0 22 / 128 0.8s Queue parallel [ ] 26 0 0 26 / 128 1.0s Queue parallel [ ] 30 0 0 30 / 128 1.1s Queue parallel [ ] 34 0 0 34 / 128 1.3s Queue parallel [ ] 39 0 0 39 / 128 1.4s Queue parallel [ ] 40 0 0 40 / 128 1.5s Queue parallel [ ] 44 0 0 44 / 128 1.6s Queue parallel [ ] 48 0 0 48 / 128 1.8s Queue parallel [ ] 52 0 0 52 / 128 1.9s Queue parallel [ ] 56 0 0 56 / 128 2.0s Queue parallel [ ] 59 0 0 59 / 128 2.1s Queue parallel [ ] 62 0 0 62 / 128 2.3s Queue parallel [ ] 65 0 0 65 / 128 2.4s Queue parallel [ ] 68 0 0 68 / 128 2.6s Queue parallel [ ] 70 0 0 70 / 128 2.7s Queue parallel [ ] 73 0 0 73 / 128 2.8s Queue parallel [ ] 76 0 0 76 / 128 2.9s Queue parallel [ ] 77 0 0 77 / 128 3.2s Queue parallel [ ] 80 0 0 80 / 128 3.3s Queue parallel [ ] 83 0 0 83 / 128 3.4s Queue parallel [ ] 86 0 0 86 / 128 3.5s Queue parallel [ ] 90 0 0 90 / 128 3.6s Queue parallel [ ] 94 0 0 94 / 128 3.8s Queue parallel [ ] 97 0 0 97 / 128 3.9s Queue parallel [ ] 102 0 0 102 / 128 4.0s Queue parallel [ ] 106 0 0 106 / 128 4.3s Queue parallel [ ] 110 0 0 110 / 128 4.4s Queue parallel [ ] 114 0 0 114 / 128 4.5s Queue parallel [ ] 118 0 0 118 / 128 4.6s Queue parallel [ ] 120 0 0 120 / 128 4.9s Queue parallel [ ] 124 0 0 124 / 128 5.0s Queue parallel [ ] 128 0 0 128 / 128 5.1s Queue parallel [✓] 128 0 0 128 / 128 5.1s Queue parallel ================================================================================ success (ran 2 tests) random seed: 1844727880063729317 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Queue sequential [✓] 256 0 0 256 / 256 0.0s Queue sequential [ ] 0 0 0 0 / 256 0.0s Queue parallel [ ] 2 0 0 2 / 256 0.1s Queue parallel [ ] 6 0 0 6 / 256 0.2s Queue parallel [ ] 8 0 0 8 / 256 0.4s Queue parallel [ ] 12 0 0 12 / 256 0.5s Queue parallel [ ] 16 0 0 16 / 256 0.6s Queue parallel [ ] 19 0 0 19 / 256 0.7s Queue parallel [ ] 21 0 0 21 / 256 0.9s Queue parallel [ ] 24 0 0 24 / 256 1.0s Queue parallel [ ] 28 0 0 28 / 256 1.2s Queue parallel [ ] 32 0 0 32 / 256 1.3s Queue parallel [ ] 35 0 0 35 / 256 1.4s Queue parallel [ ] 37 0 0 37 / 256 1.6s Queue parallel [ ] 39 0 0 39 / 256 1.7s Queue parallel [ ] 41 0 0 41 / 256 1.9s Queue parallel [ ] 45 0 0 45 / 256 2.0s Queue parallel [ ] 47 0 0 47 / 256 2.1s Queue parallel [ ] 50 0 0 50 / 256 2.3s Queue parallel [ ] 53 0 0 53 / 256 2.5s Queue parallel [ ] 56 0 0 56 / 256 2.6s Queue parallel [ ] 59 0 0 59 / 256 2.7s Queue parallel [ ] 61 0 0 61 / 256 2.8s Queue parallel [ ] 64 0 0 64 / 256 2.9s Queue parallel [ ] 67 0 0 67 / 256 3.0s Queue parallel [ ] 70 0 0 70 / 256 3.1s Queue parallel [ ] 74 0 0 74 / 256 3.3s Queue parallel [ ] 76 0 0 76 / 256 3.4s Queue parallel [ ] 78 0 0 78 / 256 3.5s Queue parallel [ ] 81 0 0 81 / 256 3.6s Queue parallel [ ] 83 0 0 83 / 256 3.7s Queue parallel [ ] 86 0 0 86 / 256 3.8s Queue parallel [ ] 90 0 0 90 / 256 3.9s Queue parallel [ ] 94 0 0 94 / 256 4.1s Queue parallel [ ] 98 0 0 98 / 256 4.2s Queue parallel [ ] 101 0 0 101 / 256 4.4s Queue parallel [ ] 104 0 0 104 / 256 4.6s Queue parallel [ ] 106 0 0 106 / 256 4.8s Queue parallel [ ] 109 0 0 109 / 256 4.9s Queue parallel [ ] 112 0 0 112 / 256 5.1s Queue parallel [ ] 115 0 0 115 / 256 5.2s Queue parallel [ ] 118 0 0 118 / 256 5.3s Queue parallel [ ] 120 0 0 120 / 256 5.5s Queue parallel [ ] 124 0 0 124 / 256 5.7s Queue parallel [ ] 127 0 0 127 / 256 5.8s Queue parallel [ ] 130 0 0 130 / 256 5.9s Queue parallel [ ] 133 0 0 133 / 256 6.0s Queue parallel [ ] 136 0 0 136 / 256 6.2s Queue parallel [ ] 139 0 0 139 / 256 6.3s Queue parallel [ ] 142 0 0 142 / 256 6.4s Queue parallel [ ] 144 0 0 144 / 256 6.5s Queue parallel [ ] 147 0 0 147 / 256 6.6s Queue parallel [ ] 150 0 0 150 / 256 6.7s Queue parallel [ ] 154 0 0 154 / 256 6.9s Queue parallel [ ] 157 0 0 157 / 256 7.0s Queue parallel [ ] 160 0 0 160 / 256 7.1s Queue parallel [ ] 163 0 0 163 / 256 7.3s Queue parallel [ ] 166 0 0 166 / 256 7.4s Queue parallel [ ] 169 0 0 169 / 256 7.5s Queue parallel [ ] 172 0 0 172 / 256 7.6s Queue parallel [ ] 175 0 0 175 / 256 7.8s Queue parallel [ ] 176 0 0 176 / 256 7.9s Queue parallel [ ] 178 0 0 178 / 256 8.0s Queue parallel [ ] 181 0 0 181 / 256 8.1s Queue parallel [ ] 184 0 0 184 / 256 8.2s Queue parallel [ ] 187 0 0 187 / 256 8.4s Queue parallel [ ] 190 0 0 190 / 256 8.5s Queue parallel [ ] 194 0 0 194 / 256 8.6s Queue parallel [ ] 197 0 0 197 / 256 8.7s Queue parallel [ ] 200 0 0 200 / 256 8.8s Queue parallel [ ] 203 0 0 203 / 256 9.0s Queue parallel [ ] 207 0 0 207 / 256 9.1s Queue parallel [ ] 210 0 0 210 / 256 9.2s Queue parallel [ ] 213 0 0 213 / 256 9.3s Queue parallel [ ] 216 0 0 216 / 256 9.4s Queue parallel [ ] 218 0 0 218 / 256 9.5s Queue parallel [ ] 221 0 0 221 / 256 9.7s Queue parallel [ ] 224 0 0 224 / 256 9.8s Queue parallel [ ] 227 0 0 227 / 256 10.0s Queue parallel [ ] 229 0 0 229 / 256 10.1s Queue parallel [ ] 231 0 0 231 / 256 10.2s Queue parallel [ ] 233 0 0 233 / 256 10.4s Queue parallel [ ] 234 0 0 234 / 256 10.5s Queue parallel [ ] 237 0 0 237 / 256 10.6s Queue parallel [ ] 239 0 0 239 / 256 10.8s Queue parallel [ ] 241 0 0 241 / 256 11.0s Queue parallel [ ] 243 0 0 243 / 256 11.1s Queue parallel [ ] 244 0 0 244 / 256 11.2s Queue parallel [ ] 246 0 0 246 / 256 11.4s Queue parallel [ ] 248 0 0 248 / 256 11.5s Queue parallel [ ] 250 0 0 250 / 256 11.7s Queue parallel [ ] 253 0 0 253 / 256 11.8s Queue parallel [ ] 256 0 0 256 / 256 11.9s Queue parallel [✓] 256 0 0 256 / 256 11.9s Queue parallel ================================================================================ success (ran 2 tests) random seed: 1262390439135019109 generated error fail pass / total time test name [ ] 0 0 0 0 / 512 0.0s Queue sequential [✓] 512 0 0 512 / 512 0.1s Queue sequential [ ] 0 0 0 0 / 512 0.0s Queue parallel [ ] 1 0 0 1 / 512 0.0s Queue parallel [ ] 4 0 0 4 / 512 0.2s Queue parallel [ ] 6 0 0 6 / 512 0.4s Queue parallel [ ] 9 0 0 9 / 512 0.5s Queue parallel [ ] 11 0 0 11 / 512 0.7s Queue parallel [ ] 13 0 0 13 / 512 0.8s Queue parallel [ ] 16 0 0 16 / 512 0.9s Queue parallel [ ] 18 0 0 18 / 512 1.0s Queue parallel [ ] 21 0 0 21 / 512 1.2s Queue parallel [ ] 23 0 0 23 / 512 1.3s Queue parallel [ ] 25 0 0 25 / 512 1.4s Queue parallel [ ] 28 0 0 28 / 512 1.5s Queue parallel [ ] 30 0 0 30 / 512 1.7s Queue parallel [ ] 31 0 0 31 / 512 1.8s Queue parallel [ ] 34 0 0 34 / 512 1.9s Queue parallel [ ] 36 0 0 36 / 512 2.1s Queue parallel [ ] 39 0 0 39 / 512 2.2s Queue parallel [ ] 41 0 0 41 / 512 2.4s Queue parallel [ ] 44 0 0 44 / 512 2.5s Queue parallel [ ] 47 0 0 47 / 512 2.7s Queue parallel [ ] 50 0 0 50 / 512 2.8s Queue parallel [ ] 51 0 0 51 / 512 2.9s Queue parallel [ ] 53 0 0 53 / 512 3.1s Queue parallel [ ] 55 0 0 55 / 512 3.2s Queue parallel [ ] 57 0 0 57 / 512 3.3s Queue parallel [ ] 59 0 0 59 / 512 3.4s Queue parallel [ ] 62 0 0 62 / 512 3.6s Queue parallel [ ] 63 0 0 63 / 512 3.8s Queue parallel [ ] 66 0 0 66 / 512 3.9s Queue parallel [ ] 69 0 0 69 / 512 4.2s Queue parallel [ ] 71 0 0 71 / 512 4.3s Queue parallel [ ] 73 0 0 73 / 512 4.5s Queue parallel [ ] 75 0 0 75 / 512 4.6s Queue parallel [ ] 77 0 0 77 / 512 4.7s Queue parallel [ ] 79 0 0 79 / 512 4.8s Queue parallel [ ] 81 0 0 81 / 512 5.0s Queue parallel [ ] 83 0 0 83 / 512 5.1s Queue parallel [ ] 85 0 0 85 / 512 5.2s Queue parallel [ ] 87 0 0 87 / 512 5.4s Queue parallel [ ] 90 0 0 90 / 512 5.6s Queue parallel [ ] 92 0 0 92 / 512 5.7s Queue parallel [ ] 94 0 0 94 / 512 5.9s Queue parallel [ ] 96 0 0 96 / 512 6.0s Queue parallel [ ] 98 0 0 98 / 512 6.1s Queue parallel [ ] 100 0 0 100 / 512 6.3s Queue parallel [ ] 102 0 0 102 / 512 6.5s Queue parallel [ ] 104 0 0 104 / 512 6.6s Queue parallel [ ] 106 0 0 106 / 512 6.7s Queue parallel [ ] 108 0 0 108 / 512 6.8s Queue parallel [ ] 110 0 0 110 / 512 6.9s Queue parallel [ ] 112 0 0 112 / 512 7.1s Queue parallel [ ] 114 0 0 114 / 512 7.2s Queue parallel [ ] 116 0 0 116 / 512 7.3s Queue parallel [ ] 118 0 0 118 / 512 7.5s Queue parallel [ ] 120 0 0 120 / 512 7.6s Queue parallel [ ] 122 0 0 122 / 512 7.7s Queue parallel [ ] 123 0 0 123 / 512 7.9s Queue parallel [ ] 125 0 0 125 / 512 8.0s Queue parallel [ ] 127 0 0 127 / 512 8.1s Queue parallel [ ] 129 0 0 129 / 512 8.3s Queue parallel [ ] 131 0 0 131 / 512 8.4s Queue parallel [ ] 133 0 0 133 / 512 8.5s Queue parallel [ ] 135 0 0 135 / 512 8.6s Queue parallel [ ] 137 0 0 137 / 512 8.7s Queue parallel [ ] 139 0 0 139 / 512 8.9s Queue parallel [ ] 141 0 0 141 / 512 9.0s Queue parallel [ ] 143 0 0 143 / 512 9.1s Queue parallel [ ] 145 0 0 145 / 512 9.2s Queue parallel [ ] 147 0 0 147 / 512 9.3s Queue parallel [ ] 149 0 0 149 / 512 9.6s Queue parallel [ ] 151 0 0 151 / 512 9.7s Queue parallel [ ] 152 0 0 152 / 512 9.8s Queue parallel [ ] 154 0 0 154 / 512 9.9s Queue parallel [ ] 156 0 0 156 / 512 10.1s Queue parallel [ ] 158 0 0 158 / 512 10.2s Queue parallel [ ] 160 0 0 160 / 512 10.3s Queue parallel [ ] 161 0 0 161 / 512 10.5s Queue parallel [ ] 163 0 0 163 / 512 10.6s Queue parallel [ ] 165 0 0 165 / 512 10.8s Queue parallel [ ] 167 0 0 167 / 512 10.9s Queue parallel [ ] 169 0 0 169 / 512 11.0s Queue parallel [ ] 171 0 0 171 / 512 11.1s Queue parallel [ ] 173 0 0 173 / 512 11.2s Queue parallel [ ] 175 0 0 175 / 512 11.3s Queue parallel [ ] 177 0 0 177 / 512 11.4s Queue parallel [ ] 179 0 0 179 / 512 11.6s Queue parallel [ ] 181 0 0 181 / 512 11.7s Queue parallel [ ] 183 0 0 183 / 512 11.8s Queue parallel [ ] 185 0 0 185 / 512 11.9s Queue parallel [ ] 187 0 0 187 / 512 12.1s Queue parallel [ ] 189 0 0 189 / 512 12.2s Queue parallel [ ] 191 0 0 191 / 512 12.3s Queue parallel [ ] 193 0 0 193 / 512 12.5s Queue parallel [ ] 196 0 0 196 / 512 12.6s Queue parallel [ ] 198 0 0 198 / 512 12.7s Queue parallel [ ] 200 0 0 200 / 512 12.9s Queue parallel [ ] 201 0 0 201 / 512 13.0s Queue parallel [ ] 203 0 0 203 / 512 13.2s Queue parallel [ ] 205 0 0 205 / 512 13.3s Queue parallel [ ] 207 0 0 207 / 512 13.4s Queue parallel [ ] 209 0 0 209 / 512 13.6s Queue parallel [ ] 211 0 0 211 / 512 13.7s Queue parallel [ ] 212 0 0 212 / 512 13.8s Queue parallel [ ] 214 0 0 214 / 512 13.9s Queue parallel [ ] 216 0 0 216 / 512 14.0s Queue parallel [ ] 219 0 0 219 / 512 14.3s Queue parallel [ ] 221 0 0 221 / 512 14.5s Queue parallel [ ] 223 0 0 223 / 512 14.6s Queue parallel [ ] 225 0 0 225 / 512 14.8s Queue parallel [ ] 227 0 0 227 / 512 14.9s Queue parallel [ ] 229 0 0 229 / 512 15.0s Queue parallel [ ] 230 0 0 230 / 512 15.1s Queue parallel [ ] 232 0 0 232 / 512 15.2s Queue parallel [ ] 234 0 0 234 / 512 15.3s Queue parallel [ ] 236 0 0 236 / 512 15.4s Queue parallel [ ] 238 0 0 238 / 512 15.7s Queue parallel [ ] 240 0 0 240 / 512 15.8s Queue parallel [ ] 242 0 0 242 / 512 15.9s Queue parallel [ ] 244 0 0 244 / 512 16.0s Queue parallel [ ] 246 0 0 246 / 512 16.1s Queue parallel [ ] 248 0 0 248 / 512 16.3s Queue parallel [ ] 251 0 0 251 / 512 16.4s Queue parallel [ ] 252 0 0 252 / 512 16.6s Queue parallel [ ] 254 0 0 254 / 512 16.7s Queue parallel [ ] 256 0 0 256 / 512 16.8s Queue parallel [ ] 258 0 0 258 / 512 16.9s Queue parallel [ ] 259 0 0 259 / 512 17.1s Queue parallel [ ] 260 0 0 260 / 512 17.2s Queue parallel [ ] 261 0 0 261 / 512 17.4s Queue parallel [ ] 263 0 0 263 / 512 17.5s Queue parallel [ ] 265 0 0 265 / 512 17.6s Queue parallel [ ] 268 0 0 268 / 512 17.7s Queue parallel [ ] 270 0 0 270 / 512 17.8s Queue parallel [ ] 272 0 0 272 / 512 17.9s Queue parallel [ ] 274 0 0 274 / 512 18.1s Queue parallel [ ] 275 0 0 275 / 512 18.2s Queue parallel [ ] 277 0 0 277 / 512 18.4s Queue parallel [ ] 279 0 0 279 / 512 18.5s Queue parallel [ ] 281 0 0 281 / 512 18.6s Queue parallel [ ] 283 0 0 283 / 512 18.7s Queue parallel [ ] 285 0 0 285 / 512 18.8s Queue parallel [ ] 287 0 0 287 / 512 18.9s Queue parallel [ ] 288 0 0 288 / 512 19.1s Queue parallel [ ] 290 0 0 290 / 512 19.3s Queue parallel [ ] 293 0 0 293 / 512 19.5s Queue parallel [ ] 294 0 0 294 / 512 19.6s Queue parallel [ ] 297 0 0 297 / 512 19.8s Queue parallel [ ] 299 0 0 299 / 512 19.9s Queue parallel [ ] 302 0 0 302 / 512 20.0s Queue parallel [ ] 304 0 0 304 / 512 20.2s Queue parallel [ ] 307 0 0 307 / 512 20.4s Queue parallel [ ] 309 0 0 309 / 512 20.5s Queue parallel [ ] 311 0 0 311 / 512 20.6s Queue parallel [ ] 313 0 0 313 / 512 20.8s Queue parallel [ ] 315 0 0 315 / 512 21.0s Queue parallel [ ] 317 0 0 317 / 512 21.2s Queue parallel [ ] 320 0 0 320 / 512 21.3s Queue parallel [ ] 322 0 0 322 / 512 21.4s Queue parallel [ ] 324 0 0 324 / 512 21.6s Queue parallel [ ] 326 0 0 326 / 512 21.7s Queue parallel [ ] 328 0 0 328 / 512 21.8s Queue parallel [ ] 330 0 0 330 / 512 21.9s Queue parallel [ ] 332 0 0 332 / 512 22.0s Queue parallel [ ] 335 0 0 335 / 512 22.1s Queue parallel [ ] 337 0 0 337 / 512 22.3s Queue parallel [ ] 340 0 0 340 / 512 22.5s Queue parallel [ ] 343 0 0 343 / 512 22.6s Queue parallel [ ] 344 0 0 344 / 512 22.8s Queue parallel [ ] 346 0 0 346 / 512 22.9s Queue parallel [ ] 348 0 0 348 / 512 23.0s Queue parallel [ ] 349 0 0 349 / 512 23.1s Queue parallel [ ] 351 0 0 351 / 512 23.3s Queue parallel [ ] 354 0 0 354 / 512 23.4s Queue parallel [ ] 356 0 0 356 / 512 23.5s Queue parallel [ ] 359 0 0 359 / 512 23.7s Queue parallel [ ] 361 0 0 361 / 512 23.8s Queue parallel [ ] 364 0 0 364 / 512 23.9s Queue parallel [ ] 366 0 0 366 / 512 24.0s Queue parallel [ ] 369 0 0 369 / 512 24.1s Queue parallel [ ] 371 0 0 371 / 512 24.3s Queue parallel [ ] 373 0 0 373 / 512 24.4s Queue parallel [ ] 375 0 0 375 / 512 24.5s Queue parallel [ ] 376 0 0 376 / 512 24.6s Queue parallel [ ] 379 0 0 379 / 512 24.8s Queue parallel [ ] 382 0 0 382 / 512 24.9s Queue parallel [ ] 385 0 0 385 / 512 25.2s Queue parallel [ ] 387 0 0 387 / 512 25.4s Queue parallel [ ] 388 0 0 388 / 512 25.6s Queue parallel [ ] 390 0 0 390 / 512 25.7s Queue parallel [ ] 392 0 0 392 / 512 25.8s Queue parallel [ ] 394 0 0 394 / 512 25.9s Queue parallel [ ] 397 0 0 397 / 512 26.0s Queue parallel [ ] 400 0 0 400 / 512 26.2s Queue parallel [ ] 402 0 0 402 / 512 26.4s Queue parallel [ ] 404 0 0 404 / 512 26.5s Queue parallel [ ] 407 0 0 407 / 512 26.6s Queue parallel [ ] 409 0 0 409 / 512 26.8s Queue parallel [ ] 411 0 0 411 / 512 27.0s Queue parallel [ ] 413 0 0 413 / 512 27.1s Queue parallel [ ] 414 0 0 414 / 512 27.2s Queue parallel [ ] 416 0 0 416 / 512 27.3s Queue parallel [ ] 419 0 0 419 / 512 27.5s Queue parallel [ ] 422 0 0 422 / 512 27.6s Queue parallel [ ] 423 0 0 423 / 512 27.7s Queue parallel [ ] 426 0 0 426 / 512 27.9s Queue parallel [ ] 428 0 0 428 / 512 28.0s Queue parallel [ ] 430 0 0 430 / 512 28.1s Queue parallel (collecting) [ ] 433 0 0 433 / 512 28.3s Queue parallel [ ] 436 0 0 436 / 512 28.4s Queue parallel [ ] 439 0 0 439 / 512 28.6s Queue parallel [ ] 441 0 0 441 / 512 28.7s Queue parallel [ ] 444 0 0 444 / 512 28.9s Queue parallel [ ] 447 0 0 447 / 512 29.0s Queue parallel [ ] 450 0 0 450 / 512 29.2s Queue parallel [ ] 453 0 0 453 / 512 29.3s Queue parallel [ ] 456 0 0 456 / 512 29.5s Queue parallel [ ] 459 0 0 459 / 512 29.6s Queue parallel [ ] 460 0 0 460 / 512 29.7s Queue parallel [ ] 462 0 0 462 / 512 29.8s Queue parallel [ ] 464 0 0 464 / 512 29.9s Queue parallel [ ] 466 0 0 466 / 512 30.1s Queue parallel [ ] 469 0 0 469 / 512 30.3s Queue parallel [ ] 472 0 0 472 / 512 30.4s Queue parallel [ ] 474 0 0 474 / 512 30.5s Queue parallel [ ] 476 0 0 476 / 512 30.6s Queue parallel [ ] 478 0 0 478 / 512 30.8s Queue parallel [ ] 481 0 0 481 / 512 30.9s Queue parallel [ ] 483 0 0 483 / 512 31.0s Queue parallel [ ] 486 0 0 486 / 512 31.1s Queue parallel [ ] 488 0 0 488 / 512 31.2s Queue parallel [ ] 489 0 0 489 / 512 31.4s Queue parallel [ ] 491 0 0 491 / 512 31.5s Queue parallel [ ] 493 0 0 493 / 512 31.6s Queue parallel [ ] 496 0 0 496 / 512 31.8s Queue parallel [ ] 498 0 0 498 / 512 32.0s Queue parallel [ ] 501 0 0 501 / 512 32.2s Queue parallel [ ] 503 0 0 503 / 512 32.3s Queue parallel [ ] 506 0 0 506 / 512 32.4s Queue parallel [ ] 509 0 0 509 / 512 32.5s Queue parallel [ ] 512 0 0 512 / 512 32.7s Queue parallel [✓] 512 0 0 512 / 512 32.7s Queue parallel ================================================================================ success (ran 2 tests) random seed: 2377102068547773199 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Queue sequential [✓] 32 0 0 32 / 32 0.0s Queue sequential [ ] 0 0 0 0 / 32 0.0s Queue parallel [ ] 1 0 0 1 / 32 0.1s Queue parallel [ ] 4 0 0 4 / 32 0.2s Queue parallel [ ] 6 0 0 6 / 32 0.3s Queue parallel [ ] 9 0 0 9 / 32 0.5s Queue parallel [ ] 12 0 0 12 / 32 0.6s Queue parallel [ ] 15 0 0 15 / 32 0.8s Queue parallel [ ] 17 0 0 17 / 32 0.9s Queue parallel [ ] 20 0 0 20 / 32 1.0s Queue parallel [ ] 24 0 0 24 / 32 1.1s Queue parallel [ ] 26 0 0 26 / 32 1.2s Queue parallel [ ] 29 0 0 29 / 32 1.4s Queue parallel [ ] 31 0 0 31 / 32 1.5s Queue parallel [✓] 32 0 0 32 / 32 1.6s Queue parallel ================================================================================ success (ran 2 tests) Output[301]: random seed: 2750930358060315609 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Hashtbl sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl sequential (generating) [✓] 32 0 0 32 / 32 0.0s Hashtbl sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl parallel [ ] 3 0 0 3 / 32 0.1s Hashtbl parallel [ ] 8 0 0 8 / 32 0.2s Hashtbl parallel [ ] 13 0 0 13 / 32 0.3s Hashtbl parallel [ ] 18 0 0 18 / 32 0.5s Hashtbl parallel [ ] 23 0 0 23 / 32 0.7s Hashtbl parallel [ ] 25 0 0 25 / 32 0.8s Hashtbl parallel [ ] 30 0 0 30 / 32 0.9s Hashtbl parallel [✓] 32 0 0 32 / 32 0.9s Hashtbl parallel ================================================================================ success (ran 2 tests) random seed: 2733804785744424162 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Hashtbl sequential [✓] 64 0 0 64 / 64 0.0s Hashtbl sequential [ ] 0 0 0 0 / 64 0.0s Hashtbl parallel [ ] 2 0 0 2 / 64 0.0s Hashtbl parallel [ ] 4 0 0 4 / 64 0.2s Hashtbl parallel [ ] 9 0 0 9 / 64 0.3s Hashtbl parallel [ ] 14 0 0 14 / 64 0.4s Hashtbl parallel [ ] 16 0 0 16 / 64 0.5s Hashtbl parallel [ ] 20 0 0 20 / 64 0.6s Hashtbl parallel [ ] 23 0 0 23 / 64 0.7s Hashtbl parallel [ ] 27 0 0 27 / 64 0.8s Hashtbl parallel [ ] 31 0 0 31 / 64 1.0s Hashtbl parallel [ ] 34 0 0 34 / 64 1.1s Hashtbl parallel [ ] 38 0 0 38 / 64 1.2s Hashtbl parallel [ ] 43 0 0 43 / 64 1.3s Hashtbl parallel [ ] 47 0 0 47 / 64 1.4s Hashtbl parallel [ ] 52 0 0 52 / 64 1.5s Hashtbl parallel [ ] 56 0 0 56 / 64 1.7s Hashtbl parallel [ ] 60 0 0 60 / 64 1.8s Hashtbl parallel [ ] 64 0 0 64 / 64 2.0s Hashtbl parallel [✓] 64 0 0 64 / 64 2.0s Hashtbl parallel ================================================================================ success (ran 2 tests) random seed: 2320377160620980588 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Hashtbl sequential [✓] 128 0 0 128 / 128 0.0s Hashtbl sequential [ ] 0 0 0 0 / 128 0.0s Hashtbl parallel [ ] 1 0 0 1 / 128 0.1s Hashtbl parallel [ ] 4 0 0 4 / 128 0.3s Hashtbl parallel [ ] 7 0 0 7 / 128 0.4s Hashtbl parallel [ ] 11 0 0 11 / 128 0.5s Hashtbl parallel [ ] 15 0 0 15 / 128 0.7s Hashtbl parallel [ ] 19 0 0 19 / 128 0.8s Hashtbl parallel [ ] 23 0 0 23 / 128 0.9s Hashtbl parallel [ ] 27 0 0 27 / 128 1.0s Hashtbl parallel [ ] 28 0 0 28 / 128 1.2s Hashtbl parallel [ ] 32 0 0 32 / 128 1.3s Hashtbl parallel [ ] 34 0 0 34 / 128 1.4s Hashtbl parallel [ ] 36 0 0 36 / 128 1.5s Hashtbl parallel [ ] 40 0 0 40 / 128 1.6s Hashtbl parallel [ ] 43 0 0 43 / 128 1.7s Hashtbl parallel [ ] 47 0 0 47 / 128 1.8s Hashtbl parallel [ ] 51 0 0 51 / 128 2.0s Hashtbl parallel [ ] 54 0 0 54 / 128 2.1s Hashtbl parallel [ ] 58 0 0 58 / 128 2.2s Hashtbl parallel [ ] 61 0 0 61 / 128 2.3s Hashtbl parallel [ ] 65 0 0 65 / 128 2.4s Hashtbl parallel [ ] 69 0 0 69 / 128 2.5s Hashtbl parallel [ ] 73 0 0 73 / 128 2.6s Hashtbl parallel [ ] 76 0 0 76 / 128 2.8s Hashtbl parallel [ ] 79 0 0 79 / 128 2.9s Hashtbl parallel [ ] 82 0 0 82 / 128 3.0s Hashtbl parallel [ ] 85 0 0 85 / 128 3.2s Hashtbl parallel [ ] 88 0 0 88 / 128 3.3s Hashtbl parallel [ ] 91 0 0 91 / 128 3.4s Hashtbl parallel [ ] 94 0 0 94 / 128 3.5s Hashtbl parallel [ ] 96 0 0 96 / 128 3.7s Hashtbl parallel [ ] 98 0 0 98 / 128 3.9s Hashtbl parallel [ ] 101 0 0 101 / 128 4.0s Hashtbl parallel [ ] 104 0 0 104 / 128 4.1s Hashtbl parallel [ ] 107 0 0 107 / 128 4.3s Hashtbl parallel [ ] 110 0 0 110 / 128 4.4s Hashtbl parallel [ ] 113 0 0 113 / 128 4.5s Hashtbl parallel [ ] 117 0 0 117 / 128 4.6s Hashtbl parallel [ ] 120 0 0 120 / 128 4.7s Hashtbl parallel [ ] 124 0 0 124 / 128 4.8s Hashtbl parallel [ ] 127 0 0 127 / 128 4.9s Hashtbl parallel [✓] 128 0 0 128 / 128 5.0s Hashtbl parallel ================================================================================ success (ran 2 tests) random seed: 3175270894774374085 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Hashtbl sequential [✓] 256 0 0 256 / 256 0.0s Hashtbl sequential [ ] 0 0 0 0 / 256 0.0s Hashtbl parallel [ ] 1 0 0 1 / 256 0.0s Hashtbl parallel [ ] 4 0 0 4 / 256 0.2s Hashtbl parallel [ ] 8 0 0 8 / 256 0.3s Hashtbl parallel [ ] 12 0 0 12 / 256 0.6s Hashtbl parallel [ ] 14 0 0 14 / 256 0.7s Hashtbl parallel [ ] 18 0 0 18 / 256 0.8s Hashtbl parallel [ ] 21 0 0 21 / 256 0.9s Hashtbl parallel [ ] 23 0 0 23 / 256 1.0s Hashtbl parallel [ ] 27 0 0 27 / 256 1.2s Hashtbl parallel [ ] 29 0 0 29 / 256 1.3s Hashtbl parallel [ ] 33 0 0 33 / 256 1.4s Hashtbl parallel [ ] 36 0 0 36 / 256 1.5s Hashtbl parallel [ ] 39 0 0 39 / 256 1.6s Hashtbl parallel [ ] 42 0 0 42 / 256 1.8s Hashtbl parallel [ ] 44 0 0 44 / 256 2.0s Hashtbl parallel [ ] 47 0 0 47 / 256 2.1s Hashtbl parallel [ ] 50 0 0 50 / 256 2.2s Hashtbl parallel [ ] 51 0 0 51 / 256 2.4s Hashtbl parallel [ ] 54 0 0 54 / 256 2.5s Hashtbl parallel [ ] 57 0 0 57 / 256 2.6s Hashtbl parallel [ ] 59 0 0 59 / 256 2.8s Hashtbl parallel [ ] 62 0 0 62 / 256 2.9s Hashtbl parallel [ ] 66 0 0 66 / 256 3.0s Hashtbl parallel [ ] 69 0 0 69 / 256 3.1s Hashtbl parallel [ ] 72 0 0 72 / 256 3.2s Hashtbl parallel [ ] 75 0 0 75 / 256 3.4s Hashtbl parallel [ ] 78 0 0 78 / 256 3.5s Hashtbl parallel [ ] 81 0 0 81 / 256 3.6s Hashtbl parallel [ ] 82 0 0 82 / 256 3.7s Hashtbl parallel [ ] 83 0 0 83 / 256 3.8s Hashtbl parallel [ ] 84 0 0 84 / 256 4.0s Hashtbl parallel [ ] 86 0 0 86 / 256 4.1s Hashtbl parallel [ ] 89 0 0 89 / 256 4.2s Hashtbl parallel [ ] 92 0 0 92 / 256 4.3s Hashtbl parallel [ ] 95 0 0 95 / 256 4.4s Hashtbl parallel [ ] 98 0 0 98 / 256 4.5s Hashtbl parallel [ ] 100 0 0 100 / 256 4.6s Hashtbl parallel [ ] 104 0 0 104 / 256 4.8s Hashtbl parallel [ ] 105 0 0 105 / 256 4.9s Hashtbl parallel [ ] 108 0 0 108 / 256 5.1s Hashtbl parallel [ ] 111 0 0 111 / 256 5.2s Hashtbl parallel [ ] 114 0 0 114 / 256 5.3s Hashtbl parallel [ ] 117 0 0 117 / 256 5.4s Hashtbl parallel [ ] 120 0 0 120 / 256 5.5s Hashtbl parallel [ ] 123 0 0 123 / 256 5.6s Hashtbl parallel [ ] 126 0 0 126 / 256 5.9s Hashtbl parallel [ ] 128 0 0 128 / 256 6.1s Hashtbl parallel [ ] 131 0 0 131 / 256 6.2s Hashtbl parallel [ ] 134 0 0 134 / 256 6.3s Hashtbl parallel [ ] 137 0 0 137 / 256 6.5s Hashtbl parallel [ ] 140 0 0 140 / 256 6.7s Hashtbl parallel [ ] 143 0 0 143 / 256 6.8s Hashtbl parallel [ ] 145 0 0 145 / 256 7.0s Hashtbl parallel [ ] 147 0 0 147 / 256 7.1s Hashtbl parallel [ ] 148 0 0 148 / 256 7.3s Hashtbl parallel [ ] 151 0 0 151 / 256 7.4s Hashtbl parallel [ ] 153 0 0 153 / 256 7.6s Hashtbl parallel [ ] 156 0 0 156 / 256 7.7s Hashtbl parallel [ ] 159 0 0 159 / 256 7.8s Hashtbl parallel [ ] 163 0 0 163 / 256 8.0s Hashtbl parallel [ ] 167 0 0 167 / 256 8.2s Hashtbl parallel [ ] 170 0 0 170 / 256 8.3s Hashtbl parallel [ ] 173 0 0 173 / 256 8.5s Hashtbl parallel [ ] 176 0 0 176 / 256 8.6s Hashtbl parallel [ ] 179 0 0 179 / 256 8.7s Hashtbl parallel [ ] 182 0 0 182 / 256 8.9s Hashtbl parallel [ ] 184 0 0 184 / 256 9.0s Hashtbl parallel [ ] 187 0 0 187 / 256 9.1s Hashtbl parallel [ ] 189 0 0 189 / 256 9.3s Hashtbl parallel [ ] 192 0 0 192 / 256 9.4s Hashtbl parallel [ ] 196 0 0 196 / 256 9.5s Hashtbl parallel [ ] 199 0 0 199 / 256 9.6s Hashtbl parallel [ ] 202 0 0 202 / 256 9.8s Hashtbl parallel [ ] 203 0 0 203 / 256 9.9s Hashtbl parallel [ ] 206 0 0 206 / 256 10.0s Hashtbl parallel [ ] 208 0 0 208 / 256 10.1s Hashtbl parallel [ ] 210 0 0 210 / 256 10.2s Hashtbl parallel [ ] 213 0 0 213 / 256 10.4s Hashtbl parallel [ ] 216 0 0 216 / 256 10.5s Hashtbl parallel [ ] 218 0 0 218 / 256 10.6s Hashtbl parallel [ ] 221 0 0 221 / 256 10.8s Hashtbl parallel [ ] 223 0 0 223 / 256 10.9s Hashtbl parallel [ ] 225 0 0 225 / 256 11.1s Hashtbl parallel [ ] 228 0 0 228 / 256 11.2s Hashtbl parallel [ ] 230 0 0 230 / 256 11.4s Hashtbl parallel [ ] 232 0 0 232 / 256 11.5s Hashtbl parallel [ ] 233 0 0 233 / 256 11.6s Hashtbl parallel [ ] 235 0 0 235 / 256 11.7s Hashtbl parallel [ ] 237 0 0 237 / 256 11.9s Hashtbl parallel [ ] 238 0 0 238 / 256 12.0s Hashtbl parallel [ ] 240 0 0 240 / 256 12.1s Hashtbl parallel [ ] 243 0 0 243 / 256 12.3s Hashtbl parallel [ ] 245 0 0 245 / 256 12.4s Hashtbl parallel [ ] 247 0 0 247 / 256 12.5s Hashtbl parallel [ ] 249 0 0 249 / 256 12.6s Hashtbl parallel [ ] 251 0 0 251 / 256 12.7s Hashtbl parallel [ ] 253 0 0 253 / 256 12.8s Hashtbl parallel [ ] 256 0 0 256 / 256 13.0s Hashtbl parallel [✓] 256 0 0 256 / 256 13.0s Hashtbl parallel ================================================================================ success (ran 2 tests) random seed: 712162513808897011 generated error fail pass / total time test name [ ] 0 0 0 0 / 512 0.0s Hashtbl sequential [ ] 411 0 0 411 / 512 0.1s Hashtbl sequential [✓] 512 0 0 512 / 512 0.1s Hashtbl sequential [ ] 0 0 0 0 / 512 0.0s Hashtbl parallel [ ] 2 0 0 2 / 512 0.1s Hashtbl parallel [ ] 3 0 0 3 / 512 0.3s Hashtbl parallel [ ] 6 0 0 6 / 512 0.4s Hashtbl parallel [ ] 8 0 0 8 / 512 0.5s Hashtbl parallel [ ] 10 0 0 10 / 512 0.7s Hashtbl parallel [ ] 12 0 0 12 / 512 0.8s Hashtbl parallel [ ] 13 0 0 13 / 512 0.9s Hashtbl parallel [ ] 15 0 0 15 / 512 1.0s Hashtbl parallel [ ] 18 0 0 18 / 512 1.2s Hashtbl parallel [ ] 20 0 0 20 / 512 1.3s Hashtbl parallel [ ] 23 0 0 23 / 512 1.4s Hashtbl parallel [ ] 25 0 0 25 / 512 1.5s Hashtbl parallel [ ] 27 0 0 27 / 512 1.7s Hashtbl parallel [ ] 29 0 0 29 / 512 1.8s Hashtbl parallel [ ] 31 0 0 31 / 512 1.9s Hashtbl parallel [ ] 33 0 0 33 / 512 2.1s Hashtbl parallel [ ] 35 0 0 35 / 512 2.2s Hashtbl parallel [ ] 37 0 0 37 / 512 2.3s Hashtbl parallel [ ] 39 0 0 39 / 512 2.4s Hashtbl parallel [ ] 41 0 0 41 / 512 2.5s Hashtbl parallel [ ] 43 0 0 43 / 512 2.6s Hashtbl parallel [ ] 45 0 0 45 / 512 2.7s Hashtbl parallel [ ] 47 0 0 47 / 512 2.8s Hashtbl parallel [ ] 49 0 0 49 / 512 2.9s Hashtbl parallel [ ] 51 0 0 51 / 512 3.0s Hashtbl parallel [ ] 53 0 0 53 / 512 3.1s Hashtbl parallel [ ] 55 0 0 55 / 512 3.3s Hashtbl parallel [ ] 57 0 0 57 / 512 3.4s Hashtbl parallel [ ] 59 0 0 59 / 512 3.6s Hashtbl parallel [ ] 61 0 0 61 / 512 3.7s Hashtbl parallel [ ] 64 0 0 64 / 512 3.8s Hashtbl parallel [ ] 66 0 0 66 / 512 4.0s Hashtbl parallel [ ] 68 0 0 68 / 512 4.1s Hashtbl parallel [ ] 70 0 0 70 / 512 4.2s Hashtbl parallel [ ] 72 0 0 72 / 512 4.3s Hashtbl parallel [ ] 74 0 0 74 / 512 4.4s Hashtbl parallel [ ] 76 0 0 76 / 512 4.5s Hashtbl parallel [ ] 78 0 0 78 / 512 4.7s Hashtbl parallel [ ] 79 0 0 79 / 512 4.9s Hashtbl parallel [ ] 81 0 0 81 / 512 5.1s Hashtbl parallel [ ] 83 0 0 83 / 512 5.2s Hashtbl parallel [ ] 85 0 0 85 / 512 5.3s Hashtbl parallel [ ] 86 0 0 86 / 512 5.4s Hashtbl parallel [ ] 88 0 0 88 / 512 5.5s Hashtbl parallel [ ] 90 0 0 90 / 512 5.7s Hashtbl parallel [ ] 92 0 0 92 / 512 5.8s Hashtbl parallel [ ] 94 0 0 94 / 512 5.9s Hashtbl parallel [ ] 96 0 0 96 / 512 6.1s Hashtbl parallel [ ] 98 0 0 98 / 512 6.2s Hashtbl parallel [ ] 100 0 0 100 / 512 6.3s Hashtbl parallel [ ] 102 0 0 102 / 512 6.4s Hashtbl parallel [ ] 104 0 0 104 / 512 6.6s Hashtbl parallel [ ] 106 0 0 106 / 512 6.8s Hashtbl parallel [ ] 108 0 0 108 / 512 6.9s Hashtbl parallel [ ] 110 0 0 110 / 512 7.0s Hashtbl parallel [ ] 112 0 0 112 / 512 7.2s Hashtbl parallel [ ] 114 0 0 114 / 512 7.4s Hashtbl parallel [ ] 116 0 0 116 / 512 7.5s Hashtbl parallel [ ] 118 0 0 118 / 512 7.6s Hashtbl parallel [ ] 120 0 0 120 / 512 7.7s Hashtbl parallel [ ] 122 0 0 122 / 512 7.9s Hashtbl parallel [ ] 124 0 0 124 / 512 8.0s Hashtbl parallel [ ] 126 0 0 126 / 512 8.1s Hashtbl parallel [ ] 128 0 0 128 / 512 8.3s Hashtbl parallel [ ] 130 0 0 130 / 512 8.4s Hashtbl parallel [ ] 131 0 0 131 / 512 8.5s Hashtbl parallel [ ] 133 0 0 133 / 512 8.6s Hashtbl parallel [ ] 135 0 0 135 / 512 8.7s Hashtbl parallel [ ] 137 0 0 137 / 512 8.9s Hashtbl parallel [ ] 138 0 0 138 / 512 9.0s Hashtbl parallel [ ] 140 0 0 140 / 512 9.1s Hashtbl parallel [ ] 142 0 0 142 / 512 9.2s Hashtbl parallel [ ] 144 0 0 144 / 512 9.4s Hashtbl parallel [ ] 146 0 0 146 / 512 9.5s Hashtbl parallel [ ] 148 0 0 148 / 512 9.6s Hashtbl parallel [ ] 150 0 0 150 / 512 9.9s Hashtbl parallel [ ] 152 0 0 152 / 512 10.0s Hashtbl parallel [ ] 154 0 0 154 / 512 10.3s Hashtbl parallel [ ] 156 0 0 156 / 512 10.4s Hashtbl parallel [ ] 158 0 0 158 / 512 10.5s Hashtbl parallel [ ] 159 0 0 159 / 512 10.6s Hashtbl parallel [ ] 161 0 0 161 / 512 10.7s Hashtbl parallel [ ] 163 0 0 163 / 512 10.9s Hashtbl parallel [ ] 165 0 0 165 / 512 11.0s Hashtbl parallel [ ] 167 0 0 167 / 512 11.1s Hashtbl parallel [ ] 168 0 0 168 / 512 11.3s Hashtbl parallel [ ] 170 0 0 170 / 512 11.4s Hashtbl parallel [ ] 171 0 0 171 / 512 11.6s Hashtbl parallel [ ] 173 0 0 173 / 512 11.7s Hashtbl parallel [ ] 175 0 0 175 / 512 11.9s Hashtbl parallel [ ] 177 0 0 177 / 512 12.0s Hashtbl parallel [ ] 179 0 0 179 / 512 12.1s Hashtbl parallel [ ] 181 0 0 181 / 512 12.2s Hashtbl parallel [ ] 182 0 0 182 / 512 12.3s Hashtbl parallel [ ] 184 0 0 184 / 512 12.5s Hashtbl parallel [ ] 186 0 0 186 / 512 12.6s Hashtbl parallel [ ] 188 0 0 188 / 512 12.7s Hashtbl parallel [ ] 190 0 0 190 / 512 12.9s Hashtbl parallel [ ] 192 0 0 192 / 512 13.0s Hashtbl parallel [ ] 194 0 0 194 / 512 13.1s Hashtbl parallel [ ] 196 0 0 196 / 512 13.3s Hashtbl parallel [ ] 197 0 0 197 / 512 13.4s Hashtbl parallel [ ] 199 0 0 199 / 512 13.5s Hashtbl parallel [ ] 201 0 0 201 / 512 13.6s Hashtbl parallel [ ] 203 0 0 203 / 512 13.8s Hashtbl parallel [ ] 205 0 0 205 / 512 13.9s Hashtbl parallel [ ] 207 0 0 207 / 512 14.0s Hashtbl parallel [ ] 209 0 0 209 / 512 14.2s Hashtbl parallel [ ] 211 0 0 211 / 512 14.4s Hashtbl parallel [ ] 213 0 0 213 / 512 14.5s Hashtbl parallel [ ] 215 0 0 215 / 512 14.7s Hashtbl parallel [ ] 217 0 0 217 / 512 14.8s Hashtbl parallel [ ] 219 0 0 219 / 512 14.9s Hashtbl parallel [ ] 221 0 0 221 / 512 15.1s Hashtbl parallel [ ] 223 0 0 223 / 512 15.2s Hashtbl parallel [ ] 225 0 0 225 / 512 15.3s Hashtbl parallel [ ] 228 0 0 228 / 512 15.4s Hashtbl parallel [ ] 230 0 0 230 / 512 15.5s Hashtbl parallel [ ] 232 0 0 232 / 512 15.6s Hashtbl parallel [ ] 234 0 0 234 / 512 15.7s Hashtbl parallel [ ] 236 0 0 236 / 512 15.9s Hashtbl parallel [ ] 238 0 0 238 / 512 16.0s Hashtbl parallel [ ] 240 0 0 240 / 512 16.1s Hashtbl parallel [ ] 242 0 0 242 / 512 16.2s Hashtbl parallel [ ] 244 0 0 244 / 512 16.4s Hashtbl parallel [ ] 245 0 0 245 / 512 16.5s Hashtbl parallel [ ] 247 0 0 247 / 512 16.7s Hashtbl parallel [ ] 249 0 0 249 / 512 16.8s Hashtbl parallel [ ] 251 0 0 251 / 512 16.9s Hashtbl parallel [ ] 253 0 0 253 / 512 17.1s Hashtbl parallel [ ] 255 0 0 255 / 512 17.2s Hashtbl parallel [ ] 257 0 0 257 / 512 17.3s Hashtbl parallel [ ] 259 0 0 259 / 512 17.4s Hashtbl parallel [ ] 261 0 0 261 / 512 17.5s Hashtbl parallel [ ] 263 0 0 263 / 512 17.6s Hashtbl parallel [ ] 265 0 0 265 / 512 17.8s Hashtbl parallel [ ] 268 0 0 268 / 512 17.9s Hashtbl parallel [ ] 270 0 0 270 / 512 18.0s Hashtbl parallel [ ] 272 0 0 272 / 512 18.2s Hashtbl parallel [ ] 273 0 0 273 / 512 18.3s Hashtbl parallel [ ] 276 0 0 276 / 512 18.4s Hashtbl parallel [ ] 278 0 0 278 / 512 18.6s Hashtbl parallel [ ] 280 0 0 280 / 512 18.7s Hashtbl parallel [ ] 282 0 0 282 / 512 18.8s Hashtbl parallel [ ] 284 0 0 284 / 512 18.9s Hashtbl parallel [ ] 287 0 0 287 / 512 19.1s Hashtbl parallel [ ] 289 0 0 289 / 512 19.2s Hashtbl parallel [ ] 292 0 0 292 / 512 19.3s Hashtbl parallel [ ] 295 0 0 295 / 512 19.5s Hashtbl parallel [ ] 298 0 0 298 / 512 19.6s Hashtbl parallel [ ] 301 0 0 301 / 512 19.8s Hashtbl parallel [ ] 303 0 0 303 / 512 19.9s Hashtbl parallel [ ] 305 0 0 305 / 512 20.1s Hashtbl parallel [ ] 307 0 0 307 / 512 20.2s Hashtbl parallel [ ] 310 0 0 310 / 512 20.3s Hashtbl parallel [ ] 312 0 0 312 / 512 20.4s Hashtbl parallel [ ] 315 0 0 315 / 512 20.6s Hashtbl parallel [ ] 317 0 0 317 / 512 20.7s Hashtbl parallel [ ] 319 0 0 319 / 512 20.8s Hashtbl parallel [ ] 320 0 0 320 / 512 21.0s Hashtbl parallel [ ] 323 0 0 323 / 512 21.1s Hashtbl parallel [ ] 325 0 0 325 / 512 21.2s Hashtbl parallel [ ] 327 0 0 327 / 512 21.3s Hashtbl parallel [ ] 329 0 0 329 / 512 21.5s Hashtbl parallel [ ] 331 0 0 331 / 512 21.6s Hashtbl parallel [ ] 333 0 0 333 / 512 21.7s Hashtbl parallel [ ] 336 0 0 336 / 512 21.8s Hashtbl parallel [ ] 338 0 0 338 / 512 22.0s Hashtbl parallel [ ] 340 0 0 340 / 512 22.1s Hashtbl parallel [ ] 342 0 0 342 / 512 22.2s Hashtbl parallel [ ] 345 0 0 345 / 512 22.4s Hashtbl parallel [ ] 347 0 0 347 / 512 22.5s Hashtbl parallel [ ] 348 0 0 348 / 512 22.7s Hashtbl parallel [ ] 350 0 0 350 / 512 22.8s Hashtbl parallel [ ] 353 0 0 353 / 512 23.0s Hashtbl parallel [ ] 356 0 0 356 / 512 23.1s Hashtbl parallel [ ] 359 0 0 359 / 512 23.3s Hashtbl parallel [ ] 361 0 0 361 / 512 23.4s Hashtbl parallel [ ] 364 0 0 364 / 512 23.5s Hashtbl parallel [ ] 366 0 0 366 / 512 23.7s Hashtbl parallel [ ] 369 0 0 369 / 512 23.8s Hashtbl parallel [ ] 372 0 0 372 / 512 24.0s Hashtbl parallel [ ] 374 0 0 374 / 512 24.2s Hashtbl parallel [ ] 376 0 0 376 / 512 24.3s Hashtbl parallel [ ] 377 0 0 377 / 512 24.4s Hashtbl parallel [ ] 380 0 0 380 / 512 24.5s Hashtbl parallel [ ] 383 0 0 383 / 512 24.7s Hashtbl parallel [ ] 385 0 0 385 / 512 24.8s Hashtbl parallel [ ] 386 0 0 386 / 512 24.9s Hashtbl parallel [ ] 388 0 0 388 / 512 25.1s Hashtbl parallel [ ] 390 0 0 390 / 512 25.2s Hashtbl parallel [ ] 392 0 0 392 / 512 25.3s Hashtbl parallel [ ] 395 0 0 395 / 512 25.4s Hashtbl parallel [ ] 398 0 0 398 / 512 25.6s Hashtbl parallel [ ] 400 0 0 400 / 512 25.7s Hashtbl parallel [ ] 402 0 0 402 / 512 25.8s Hashtbl parallel [ ] 404 0 0 404 / 512 26.0s Hashtbl parallel [ ] 407 0 0 407 / 512 26.1s Hashtbl parallel [ ] 409 0 0 409 / 512 26.2s Hashtbl parallel [ ] 411 0 0 411 / 512 26.3s Hashtbl parallel [ ] 414 0 0 414 / 512 26.6s Hashtbl parallel [ ] 416 0 0 416 / 512 26.7s Hashtbl parallel [ ] 418 0 0 418 / 512 26.8s Hashtbl parallel [ ] 421 0 0 421 / 512 27.0s Hashtbl parallel [ ] 424 0 0 424 / 512 27.1s Hashtbl parallel [ ] 427 0 0 427 / 512 27.2s Hashtbl parallel [ ] 430 0 0 430 / 512 27.4s Hashtbl parallel [ ] 433 0 0 433 / 512 27.5s Hashtbl parallel [ ] 436 0 0 436 / 512 27.6s Hashtbl parallel [ ] 438 0 0 438 / 512 27.7s Hashtbl parallel [ ] 440 0 0 440 / 512 27.9s Hashtbl parallel [ ] 443 0 0 443 / 512 28.0s Hashtbl parallel [ ] 446 0 0 446 / 512 28.1s Hashtbl parallel [ ] 449 0 0 449 / 512 28.3s Hashtbl parallel [ ] 452 0 0 452 / 512 28.6s Hashtbl parallel [ ] 454 0 0 454 / 512 28.7s Hashtbl parallel [ ] 457 0 0 457 / 512 28.8s Hashtbl parallel [ ] 460 0 0 460 / 512 29.0s Hashtbl parallel [ ] 463 0 0 463 / 512 29.2s Hashtbl parallel [ ] 465 0 0 465 / 512 29.3s Hashtbl parallel [ ] 467 0 0 467 / 512 29.4s Hashtbl parallel [ ] 469 0 0 469 / 512 29.5s Hashtbl parallel [ ] 471 0 0 471 / 512 29.6s Hashtbl parallel [ ] 474 0 0 474 / 512 29.8s Hashtbl parallel [ ] 476 0 0 476 / 512 29.9s Hashtbl parallel [ ] 479 0 0 479 / 512 30.1s Hashtbl parallel [ ] 481 0 0 481 / 512 30.2s Hashtbl parallel [ ] 483 0 0 483 / 512 30.4s Hashtbl parallel [ ] 484 0 0 484 / 512 30.6s Hashtbl parallel [ ] 486 0 0 486 / 512 30.7s Hashtbl parallel [ ] 488 0 0 488 / 512 30.9s Hashtbl parallel [ ] 491 0 0 491 / 512 31.1s Hashtbl parallel [ ] 493 0 0 493 / 512 31.2s Hashtbl parallel [ ] 496 0 0 496 / 512 31.5s Hashtbl parallel [ ] 498 0 0 498 / 512 31.6s Hashtbl parallel [ ] 500 0 0 500 / 512 31.7s Hashtbl parallel [ ] 503 0 0 503 / 512 31.9s Hashtbl parallel [ ] 505 0 0 505 / 512 32.0s Hashtbl parallel [ ] 508 0 0 508 / 512 32.2s Hashtbl parallel [ ] 510 0 0 510 / 512 32.3s Hashtbl parallel [ ] 512 0 0 512 / 512 32.4s Hashtbl parallel [✓] 512 0 0 512 / 512 32.4s Hashtbl parallel ================================================================================ success (ran 2 tests) random seed: 390848572814049234 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Hashtbl sequential [✓] 32 0 0 32 / 32 0.0s Hashtbl sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl parallel [ ] 3 0 0 3 / 32 0.1s Hashtbl parallel [ ] 6 0 0 6 / 32 0.3s Hashtbl parallel [ ] 9 0 0 9 / 32 0.4s Hashtbl parallel [ ] 10 0 0 10 / 32 0.5s Hashtbl parallel [ ] 13 0 0 13 / 32 0.7s Hashtbl parallel [ ] 14 0 0 14 / 32 0.8s Hashtbl parallel [ ] 15 0 0 15 / 32 0.9s Hashtbl parallel [ ] 18 0 0 18 / 32 1.1s Hashtbl parallel [ ] 20 0 0 20 / 32 1.2s Hashtbl parallel [ ] 23 0 0 23 / 32 1.3s Hashtbl parallel [ ] 25 0 0 25 / 32 1.5s Hashtbl parallel [ ] 28 0 0 28 / 32 1.6s Hashtbl parallel [ ] 30 0 0 30 / 32 1.8s Hashtbl parallel [✓] 32 0 0 32 / 32 1.9s Hashtbl parallel ================================================================================ success (ran 2 tests) Output[294]: random seed: 573795623563229451 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Dllist sequential [ ] 0 0 0 0 / 32 0.0s Dllist sequential (generating) [✓] 32 0 0 32 / 32 0.0s Dllist sequential [ ] 0 0 0 0 / 32 0.0s Dllist parallel [ ] 4 0 0 4 / 32 0.1s Dllist parallel [ ] 9 0 0 9 / 32 0.2s Dllist parallel [ ] 13 0 0 13 / 32 0.3s Dllist parallel [ ] 16 0 0 16 / 32 0.4s Dllist parallel [ ] 17 0 0 17 / 32 0.6s Dllist parallel [ ] 21 0 0 21 / 32 0.7s Dllist parallel [ ] 23 0 0 23 / 32 0.9s Dllist parallel [ ] 25 0 0 25 / 32 1.0s Dllist parallel [ ] 29 0 0 29 / 32 1.1s Dllist parallel [✓] 32 0 0 32 / 32 1.2s Dllist parallel ================================================================================ success (ran 2 tests) random seed: 3330755340647840558 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Dllist sequential [✓] 64 0 0 64 / 64 0.0s Dllist sequential [ ] 0 0 0 0 / 64 0.0s Dllist parallel [ ] 1 0 0 1 / 64 0.0s Dllist parallel [ ] 4 0 0 4 / 64 0.1s Dllist parallel [ ] 8 0 0 8 / 64 0.2s Dllist parallel [ ] 13 0 0 13 / 64 0.4s Dllist parallel [ ] 17 0 0 17 / 64 0.5s Dllist parallel [ ] 19 0 0 19 / 64 0.6s Dllist parallel [ ] 23 0 0 23 / 64 0.7s Dllist parallel [ ] 27 0 0 27 / 64 0.8s Dllist parallel [ ] 31 0 0 31 / 64 0.9s Dllist parallel [ ] 36 0 0 36 / 64 1.0s Dllist parallel [ ] 39 0 0 39 / 64 1.2s Dllist parallel [ ] 41 0 0 41 / 64 1.3s Dllist parallel [ ] 45 0 0 45 / 64 1.4s Dllist parallel [ ] 50 0 0 50 / 64 1.6s Dllist parallel [ ] 55 0 0 55 / 64 1.7s Dllist parallel [ ] 58 0 0 58 / 64 1.8s Dllist parallel [ ] 60 0 0 60 / 64 1.9s Dllist parallel [ ] 64 0 0 64 / 64 2.1s Dllist parallel [✓] 64 0 0 64 / 64 2.1s Dllist parallel ================================================================================ success (ran 2 tests) random seed: 4172701459561610143 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Dllist sequential [✓] 128 0 0 128 / 128 0.0s Dllist sequential [ ] 0 0 0 0 / 128 0.0s Dllist parallel [ ] 2 0 0 2 / 128 0.2s Dllist parallel [ ] 6 0 0 6 / 128 0.3s Dllist parallel [ ] 10 0 0 10 / 128 0.4s Dllist parallel [ ] 14 0 0 14 / 128 0.5s Dllist parallel [ ] 17 0 0 17 / 128 0.7s Dllist parallel [ ] 20 0 0 20 / 128 0.9s Dllist parallel [ ] 22 0 0 22 / 128 1.0s Dllist parallel [ ] 26 0 0 26 / 128 1.1s Dllist parallel [ ] 27 0 0 27 / 128 1.3s Dllist parallel [ ] 31 0 0 31 / 128 1.4s Dllist parallel [ ] 33 0 0 33 / 128 1.5s Dllist parallel [ ] 34 0 0 34 / 128 1.6s Dllist parallel [ ] 37 0 0 37 / 128 1.8s Dllist parallel [ ] 40 0 0 40 / 128 2.0s Dllist parallel [ ] 44 0 0 44 / 128 2.1s Dllist parallel [ ] 46 0 0 46 / 128 2.2s Dllist parallel [ ] 50 0 0 50 / 128 2.4s Dllist parallel [ ] 55 0 0 55 / 128 2.6s Dllist parallel [ ] 59 0 0 59 / 128 2.7s Dllist parallel [ ] 62 0 0 62 / 128 2.9s Dllist parallel [ ] 65 0 0 65 / 128 3.0s Dllist parallel [ ] 67 0 0 67 / 128 3.2s Dllist parallel [ ] 70 0 0 70 / 128 3.3s Dllist parallel [ ] 72 0 0 72 / 128 3.5s Dllist parallel [ ] 75 0 0 75 / 128 3.6s Dllist parallel [ ] 78 0 0 78 / 128 3.7s Dllist parallel [ ] 81 0 0 81 / 128 3.8s Dllist parallel [ ] 84 0 0 84 / 128 4.0s Dllist parallel [ ] 87 0 0 87 / 128 4.1s Dllist parallel [ ] 91 0 0 91 / 128 4.2s Dllist parallel [ ] 94 0 0 94 / 128 4.4s Dllist parallel [ ] 96 0 0 96 / 128 4.5s Dllist parallel [ ] 100 0 0 100 / 128 4.6s Dllist parallel [ ] 101 0 0 101 / 128 4.8s Dllist parallel [ ] 104 0 0 104 / 128 5.0s Dllist parallel [ ] 108 0 0 108 / 128 5.1s Dllist parallel [ ] 110 0 0 110 / 128 5.2s Dllist parallel [ ] 114 0 0 114 / 128 5.3s Dllist parallel [ ] 117 0 0 117 / 128 5.4s Dllist parallel [ ] 120 0 0 120 / 128 5.5s Dllist parallel [ ] 124 0 0 124 / 128 5.6s Dllist parallel [ ] 127 0 0 127 / 128 5.8s Dllist parallel [✓] 128 0 0 128 / 128 5.9s Dllist parallel ================================================================================ success (ran 2 tests) random seed: 3841376819759873445 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Dllist sequential [ ] 24 0 0 24 / 256 0.0s Dllist sequential [✓] 256 0 0 256 / 256 0.1s Dllist sequential [ ] 0 0 0 0 / 256 0.0s Dllist parallel [ ] 1 0 0 1 / 256 0.0s Dllist parallel [ ] 5 0 0 5 / 256 0.1s Dllist parallel [ ] 6 0 0 6 / 256 0.3s Dllist parallel [ ] 8 0 0 8 / 256 0.4s Dllist parallel [ ] 11 0 0 11 / 256 0.5s Dllist parallel [ ] 14 0 0 14 / 256 0.7s Dllist parallel [ ] 17 0 0 17 / 256 0.8s Dllist parallel [ ] 20 0 0 20 / 256 0.9s Dllist parallel [ ] 23 0 0 23 / 256 1.0s Dllist parallel [ ] 27 0 0 27 / 256 1.1s Dllist parallel [ ] 30 0 0 30 / 256 1.2s Dllist parallel [ ] 33 0 0 33 / 256 1.3s Dllist parallel [ ] 36 0 0 36 / 256 1.4s Dllist parallel [ ] 38 0 0 38 / 256 1.5s Dllist parallel [ ] 42 0 0 42 / 256 1.7s Dllist parallel [ ] 45 0 0 45 / 256 1.8s Dllist parallel [ ] 48 0 0 48 / 256 1.9s Dllist parallel [ ] 51 0 0 51 / 256 2.0s Dllist parallel [ ] 54 0 0 54 / 256 2.1s Dllist parallel [ ] 57 0 0 57 / 256 2.2s Dllist parallel [ ] 60 0 0 60 / 256 2.4s Dllist parallel [ ] 63 0 0 63 / 256 2.5s Dllist parallel [ ] 66 0 0 66 / 256 2.6s Dllist parallel [ ] 69 0 0 69 / 256 2.7s Dllist parallel [ ] 72 0 0 72 / 256 2.8s Dllist parallel [ ] 75 0 0 75 / 256 2.9s Dllist parallel [ ] 79 0 0 79 / 256 3.0s Dllist parallel [ ] 82 0 0 82 / 256 3.2s Dllist parallel [ ] 84 0 0 84 / 256 3.3s Dllist parallel [ ] 87 0 0 87 / 256 3.4s Dllist parallel [ ] 89 0 0 89 / 256 3.5s Dllist parallel [ ] 92 0 0 92 / 256 3.7s Dllist parallel [ ] 96 0 0 96 / 256 3.8s Dllist parallel [ ] 99 0 0 99 / 256 3.9s Dllist parallel [ ] 103 0 0 103 / 256 4.1s Dllist parallel [ ] 106 0 0 106 / 256 4.2s Dllist parallel [ ] 109 0 0 109 / 256 4.3s Dllist parallel [ ] 112 0 0 112 / 256 4.4s Dllist parallel [ ] 115 0 0 115 / 256 4.5s Dllist parallel [ ] 118 0 0 118 / 256 4.6s Dllist parallel [ ] 121 0 0 121 / 256 4.7s Dllist parallel [ ] 124 0 0 124 / 256 5.0s Dllist parallel [ ] 126 0 0 126 / 256 5.1s Dllist parallel [ ] 129 0 0 129 / 256 5.3s Dllist parallel [ ] 131 0 0 131 / 256 5.5s Dllist parallel [ ] 134 0 0 134 / 256 5.7s Dllist parallel [ ] 137 0 0 137 / 256 5.8s Dllist parallel [ ] 139 0 0 139 / 256 5.9s Dllist parallel [ ] 142 0 0 142 / 256 6.0s Dllist parallel [ ] 145 0 0 145 / 256 6.1s Dllist parallel [ ] 148 0 0 148 / 256 6.2s Dllist parallel [ ] 151 0 0 151 / 256 6.4s Dllist parallel [ ] 153 0 0 153 / 256 6.5s Dllist parallel [ ] 156 0 0 156 / 256 6.6s Dllist parallel [ ] 159 0 0 159 / 256 6.8s Dllist parallel [ ] 163 0 0 163 / 256 6.9s Dllist parallel [ ] 166 0 0 166 / 256 7.0s Dllist parallel [ ] 169 0 0 169 / 256 7.1s Dllist parallel [ ] 172 0 0 172 / 256 7.3s Dllist parallel [ ] 174 0 0 174 / 256 7.4s Dllist parallel [ ] 175 0 0 175 / 256 7.6s Dllist parallel [ ] 178 0 0 178 / 256 7.7s Dllist parallel [ ] 181 0 0 181 / 256 7.8s Dllist parallel [ ] 183 0 0 183 / 256 7.9s Dllist parallel [ ] 185 0 0 185 / 256 8.1s Dllist parallel [ ] 187 0 0 187 / 256 8.2s Dllist parallel [ ] 189 0 0 189 / 256 8.3s Dllist parallel [ ] 190 0 0 190 / 256 8.4s Dllist parallel [ ] 193 0 0 193 / 256 8.6s Dllist parallel [ ] 196 0 0 196 / 256 8.7s Dllist parallel [ ] 200 0 0 200 / 256 8.8s Dllist parallel [ ] 203 0 0 203 / 256 8.9s Dllist parallel [ ] 206 0 0 206 / 256 9.1s Dllist parallel [ ] 209 0 0 209 / 256 9.2s Dllist parallel [ ] 212 0 0 212 / 256 9.4s Dllist parallel [ ] 214 0 0 214 / 256 9.5s Dllist parallel [ ] 217 0 0 217 / 256 9.6s Dllist parallel [ ] 219 0 0 219 / 256 9.7s Dllist parallel [ ] 221 0 0 221 / 256 9.8s Dllist parallel [ ] 223 0 0 223 / 256 10.0s Dllist parallel [ ] 226 0 0 226 / 256 10.1s Dllist parallel [ ] 229 0 0 229 / 256 10.3s Dllist parallel [ ] 231 0 0 231 / 256 10.4s Dllist parallel [ ] 234 0 0 234 / 256 10.5s Dllist parallel [ ] 236 0 0 236 / 256 10.7s Dllist parallel [ ] 238 0 0 238 / 256 10.8s Dllist parallel [ ] 241 0 0 241 / 256 11.0s Dllist parallel [ ] 243 0 0 243 / 256 11.1s Dllist parallel [ ] 245 0 0 245 / 256 11.2s Dllist parallel [ ] 247 0 0 247 / 256 11.4s Dllist parallel [ ] 250 0 0 250 / 256 11.5s Dllist parallel [ ] 252 0 0 252 / 256 11.6s Dllist parallel [ ] 254 0 0 254 / 256 11.7s Dllist parallel [ ] 256 0 0 256 / 256 11.9s Dllist parallel [✓] 256 0 0 256 / 256 11.9s Dllist parallel ================================================================================ success (ran 2 tests) random seed: 4572053863046772090 generated error fail pass / total time test name [ ] 0 0 0 0 / 512 0.0s Dllist sequential [✓] 512 0 0 512 / 512 0.1s Dllist sequential [ ] 0 0 0 0 / 512 0.0s Dllist parallel [ ] 1 0 0 1 / 512 0.1s Dllist parallel [ ] 2 0 0 2 / 512 0.2s Dllist parallel [ ] 5 0 0 5 / 512 0.4s Dllist parallel [ ] 8 0 0 8 / 512 0.5s Dllist parallel [ ] 11 0 0 11 / 512 0.7s Dllist parallel [ ] 13 0 0 13 / 512 0.9s Dllist parallel [ ] 16 0 0 16 / 512 1.0s Dllist parallel [ ] 19 0 0 19 / 512 1.2s Dllist parallel [ ] 21 0 0 21 / 512 1.3s Dllist parallel [ ] 23 0 0 23 / 512 1.4s Dllist parallel [ ] 25 0 0 25 / 512 1.5s Dllist parallel [ ] 27 0 0 27 / 512 1.7s Dllist parallel [ ] 30 0 0 30 / 512 1.8s Dllist parallel [ ] 33 0 0 33 / 512 2.0s Dllist parallel [ ] 35 0 0 35 / 512 2.1s Dllist parallel [ ] 37 0 0 37 / 512 2.2s Dllist parallel [ ] 39 0 0 39 / 512 2.3s Dllist parallel [ ] 41 0 0 41 / 512 2.4s Dllist parallel [ ] 43 0 0 43 / 512 2.5s Dllist parallel [ ] 45 0 0 45 / 512 2.6s Dllist parallel [ ] 47 0 0 47 / 512 2.7s Dllist parallel [ ] 49 0 0 49 / 512 2.9s Dllist parallel [ ] 51 0 0 51 / 512 3.0s Dllist parallel [ ] 53 0 0 53 / 512 3.1s Dllist parallel [ ] 55 0 0 55 / 512 3.2s Dllist parallel [ ] 57 0 0 57 / 512 3.3s Dllist parallel [ ] 60 0 0 60 / 512 3.5s Dllist parallel [ ] 63 0 0 63 / 512 3.6s Dllist parallel [ ] 65 0 0 65 / 512 3.8s Dllist parallel [ ] 67 0 0 67 / 512 3.9s Dllist parallel [ ] 69 0 0 69 / 512 4.0s Dllist parallel [ ] 71 0 0 71 / 512 4.2s Dllist parallel [ ] 73 0 0 73 / 512 4.3s Dllist parallel [ ] 75 0 0 75 / 512 4.4s Dllist parallel [ ] 77 0 0 77 / 512 4.5s Dllist parallel [ ] 79 0 0 79 / 512 4.7s Dllist parallel [ ] 81 0 0 81 / 512 4.8s Dllist parallel [ ] 83 0 0 83 / 512 5.1s Dllist parallel [ ] 85 0 0 85 / 512 5.2s Dllist parallel [ ] 87 0 0 87 / 512 5.3s Dllist parallel [ ] 89 0 0 89 / 512 5.4s Dllist parallel [ ] 91 0 0 91 / 512 5.5s Dllist parallel [ ] 93 0 0 93 / 512 5.7s Dllist parallel [ ] 94 0 0 94 / 512 5.9s Dllist parallel [ ] 96 0 0 96 / 512 6.0s Dllist parallel [ ] 97 0 0 97 / 512 6.2s Dllist parallel [ ] 99 0 0 99 / 512 6.3s Dllist parallel [ ] 101 0 0 101 / 512 6.4s Dllist parallel [ ] 103 0 0 103 / 512 6.6s Dllist parallel [ ] 105 0 0 105 / 512 6.7s Dllist parallel [ ] 107 0 0 107 / 512 6.8s Dllist parallel [ ] 109 0 0 109 / 512 7.0s Dllist parallel [ ] 111 0 0 111 / 512 7.1s Dllist parallel [ ] 113 0 0 113 / 512 7.2s Dllist parallel [ ] 115 0 0 115 / 512 7.3s Dllist parallel [ ] 117 0 0 117 / 512 7.4s Dllist parallel [ ] 119 0 0 119 / 512 7.5s Dllist parallel [ ] 121 0 0 121 / 512 7.7s Dllist parallel [ ] 123 0 0 123 / 512 7.8s Dllist parallel [ ] 125 0 0 125 / 512 7.9s Dllist parallel [ ] 127 0 0 127 / 512 8.0s Dllist parallel [ ] 129 0 0 129 / 512 8.1s Dllist parallel [ ] 131 0 0 131 / 512 8.3s Dllist parallel [ ] 133 0 0 133 / 512 8.4s Dllist parallel [ ] 135 0 0 135 / 512 8.5s Dllist parallel [ ] 137 0 0 137 / 512 8.7s Dllist parallel [ ] 139 0 0 139 / 512 8.8s Dllist parallel [ ] 141 0 0 141 / 512 8.9s Dllist parallel [ ] 143 0 0 143 / 512 9.0s Dllist parallel [ ] 145 0 0 145 / 512 9.2s Dllist parallel [ ] 146 0 0 146 / 512 9.3s Dllist parallel [ ] 148 0 0 148 / 512 9.4s Dllist parallel [ ] 150 0 0 150 / 512 9.6s Dllist parallel [ ] 152 0 0 152 / 512 9.8s Dllist parallel [ ] 154 0 0 154 / 512 9.9s Dllist parallel [ ] 155 0 0 155 / 512 10.0s Dllist parallel [ ] 157 0 0 157 / 512 10.1s Dllist parallel [ ] 159 0 0 159 / 512 10.3s Dllist parallel [ ] 161 0 0 161 / 512 10.4s Dllist parallel [ ] 162 0 0 162 / 512 10.5s Dllist parallel [ ] 163 0 0 163 / 512 10.7s Dllist parallel [ ] 165 0 0 165 / 512 10.8s Dllist parallel [ ] 166 0 0 166 / 512 10.9s Dllist parallel [ ] 168 0 0 168 / 512 11.1s Dllist parallel [ ] 170 0 0 170 / 512 11.2s Dllist parallel [ ] 172 0 0 172 / 512 11.3s Dllist parallel [ ] 174 0 0 174 / 512 11.4s Dllist parallel [ ] 176 0 0 176 / 512 11.6s Dllist parallel [ ] 178 0 0 178 / 512 11.7s Dllist parallel [ ] 179 0 0 179 / 512 11.9s Dllist parallel [ ] 181 0 0 181 / 512 12.0s Dllist parallel [ ] 183 0 0 183 / 512 12.2s Dllist parallel [ ] 185 0 0 185 / 512 12.3s Dllist parallel [ ] 187 0 0 187 / 512 12.5s Dllist parallel [ ] 189 0 0 189 / 512 12.6s Dllist parallel [ ] 191 0 0 191 / 512 12.7s Dllist parallel [ ] 193 0 0 193 / 512 12.8s Dllist parallel [ ] 195 0 0 195 / 512 12.9s Dllist parallel [ ] 197 0 0 197 / 512 13.1s Dllist parallel [ ] 199 0 0 199 / 512 13.2s Dllist parallel [ ] 201 0 0 201 / 512 13.4s Dllist parallel [ ] 203 0 0 203 / 512 13.6s Dllist parallel [ ] 205 0 0 205 / 512 13.7s Dllist parallel [ ] 207 0 0 207 / 512 13.8s Dllist parallel [ ] 208 0 0 208 / 512 14.0s Dllist parallel [ ] 209 0 0 209 / 512 14.1s Dllist parallel [ ] 211 0 0 211 / 512 14.3s Dllist parallel [ ] 212 0 0 212 / 512 14.4s Dllist parallel [ ] 214 0 0 214 / 512 14.5s Dllist parallel [ ] 216 0 0 216 / 512 14.7s Dllist parallel [ ] 217 0 0 217 / 512 14.9s Dllist parallel [ ] 219 0 0 219 / 512 15.0s Dllist parallel [ ] 221 0 0 221 / 512 15.1s Dllist parallel [ ] 224 0 0 224 / 512 15.3s Dllist parallel [ ] 225 0 0 225 / 512 15.4s Dllist parallel [ ] 227 0 0 227 / 512 15.5s Dllist parallel [ ] 229 0 0 229 / 512 15.7s Dllist parallel [ ] 230 0 0 230 / 512 15.8s Dllist parallel [ ] 232 0 0 232 / 512 15.9s Dllist parallel [ ] 234 0 0 234 / 512 16.0s Dllist parallel [ ] 236 0 0 236 / 512 16.2s Dllist parallel [ ] 238 0 0 238 / 512 16.3s Dllist parallel [ ] 241 0 0 241 / 512 16.4s Dllist parallel [ ] 243 0 0 243 / 512 16.6s Dllist parallel [ ] 245 0 0 245 / 512 16.8s Dllist parallel [ ] 247 0 0 247 / 512 17.0s Dllist parallel [ ] 249 0 0 249 / 512 17.1s Dllist parallel [ ] 251 0 0 251 / 512 17.2s Dllist parallel [ ] 253 0 0 253 / 512 17.3s Dllist parallel [ ] 255 0 0 255 / 512 17.5s Dllist parallel [ ] 257 0 0 257 / 512 17.6s Dllist parallel [ ] 260 0 0 260 / 512 17.7s Dllist parallel [ ] 261 0 0 261 / 512 17.9s Dllist parallel [ ] 263 0 0 263 / 512 18.0s Dllist parallel [ ] 265 0 0 265 / 512 18.1s Dllist parallel [ ] 267 0 0 267 / 512 18.2s Dllist parallel [ ] 269 0 0 269 / 512 18.4s Dllist parallel [ ] 271 0 0 271 / 512 18.5s Dllist parallel [ ] 273 0 0 273 / 512 18.6s Dllist parallel [ ] 276 0 0 276 / 512 18.9s Dllist parallel [ ] 278 0 0 278 / 512 19.1s Dllist parallel [ ] 280 0 0 280 / 512 19.2s Dllist parallel [ ] 282 0 0 282 / 512 19.3s Dllist parallel [ ] 285 0 0 285 / 512 19.5s Dllist parallel [ ] 287 0 0 287 / 512 19.6s Dllist parallel [ ] 289 0 0 289 / 512 19.7s Dllist parallel [ ] 291 0 0 291 / 512 19.8s Dllist parallel [ ] 294 0 0 294 / 512 20.0s Dllist parallel [ ] 295 0 0 295 / 512 20.1s Dllist parallel [ ] 297 0 0 297 / 512 20.2s Dllist parallel [ ] 300 0 0 300 / 512 20.4s Dllist parallel [ ] 302 0 0 302 / 512 20.5s Dllist parallel [ ] 304 0 0 304 / 512 20.8s Dllist parallel [ ] 307 0 0 307 / 512 21.0s Dllist parallel [ ] 309 0 0 309 / 512 21.1s Dllist parallel [ ] 310 0 0 310 / 512 21.2s Dllist parallel [ ] 312 0 0 312 / 512 21.3s Dllist parallel [ ] 314 0 0 314 / 512 21.5s Dllist parallel [ ] 316 0 0 316 / 512 21.7s Dllist parallel [ ] 319 0 0 319 / 512 21.8s Dllist parallel [ ] 321 0 0 321 / 512 21.9s Dllist parallel [ ] 323 0 0 323 / 512 22.0s Dllist parallel [ ] 325 0 0 325 / 512 22.2s Dllist parallel [ ] 327 0 0 327 / 512 22.3s Dllist parallel [ ] 330 0 0 330 / 512 22.5s Dllist parallel [ ] 332 0 0 332 / 512 22.6s Dllist parallel [ ] 334 0 0 334 / 512 22.7s Dllist parallel [ ] 336 0 0 336 / 512 22.8s Dllist parallel [ ] 338 0 0 338 / 512 22.9s Dllist parallel [ ] 340 0 0 340 / 512 23.0s Dllist parallel [ ] 341 0 0 341 / 512 23.1s Dllist parallel [ ] 343 0 0 343 / 512 23.2s Dllist parallel [ ] 345 0 0 345 / 512 23.5s Dllist parallel [ ] 348 0 0 348 / 512 23.6s Dllist parallel [ ] 351 0 0 351 / 512 23.8s Dllist parallel [ ] 353 0 0 353 / 512 23.9s Dllist parallel [ ] 356 0 0 356 / 512 24.1s Dllist parallel [ ] 357 0 0 357 / 512 24.2s Dllist parallel [ ] 359 0 0 359 / 512 24.3s Dllist parallel [ ] 361 0 0 361 / 512 24.4s Dllist parallel [ ] 363 0 0 363 / 512 24.5s Dllist parallel [ ] 366 0 0 366 / 512 24.7s Dllist parallel [ ] 368 0 0 368 / 512 24.8s Dllist parallel [ ] 371 0 0 371 / 512 24.9s Dllist parallel [ ] 372 0 0 372 / 512 25.1s Dllist parallel [ ] 374 0 0 374 / 512 25.2s Dllist parallel [ ] 377 0 0 377 / 512 25.4s Dllist parallel [ ] 379 0 0 379 / 512 25.5s Dllist parallel [ ] 381 0 0 381 / 512 25.6s Dllist parallel [ ] 383 0 0 383 / 512 25.7s Dllist parallel [ ] 386 0 0 386 / 512 25.8s Dllist parallel [ ] 389 0 0 389 / 512 26.0s Dllist parallel [ ] 391 0 0 391 / 512 26.1s Dllist parallel [ ] 393 0 0 393 / 512 26.2s Dllist parallel [ ] 395 0 0 395 / 512 26.3s Dllist parallel [ ] 398 0 0 398 / 512 26.5s Dllist parallel [ ] 400 0 0 400 / 512 26.6s Dllist parallel [ ] 403 0 0 403 / 512 26.7s Dllist parallel [ ] 405 0 0 405 / 512 26.9s Dllist parallel [ ] 407 0 0 407 / 512 27.0s Dllist parallel [ ] 409 0 0 409 / 512 27.1s Dllist parallel [ ] 412 0 0 412 / 512 27.3s Dllist parallel [ ] 415 0 0 415 / 512 27.4s Dllist parallel [ ] 418 0 0 418 / 512 27.6s Dllist parallel [ ] 421 0 0 421 / 512 27.7s Dllist parallel [ ] 423 0 0 423 / 512 27.8s Dllist parallel [ ] 425 0 0 425 / 512 27.9s Dllist parallel [ ] 427 0 0 427 / 512 28.2s Dllist parallel [ ] 429 0 0 429 / 512 28.3s Dllist parallel [ ] 432 0 0 432 / 512 28.4s Dllist parallel [ ] 434 0 0 434 / 512 28.6s Dllist parallel [ ] 437 0 0 437 / 512 28.9s Dllist parallel [ ] 440 0 0 440 / 512 29.0s Dllist parallel [ ] 443 0 0 443 / 512 29.2s Dllist parallel [ ] 445 0 0 445 / 512 29.3s Dllist parallel [ ] 447 0 0 447 / 512 29.4s Dllist parallel [ ] 449 0 0 449 / 512 29.5s Dllist parallel [ ] 451 0 0 451 / 512 29.8s Dllist parallel [ ] 452 0 0 452 / 512 29.9s Dllist parallel [ ] 454 0 0 454 / 512 30.1s Dllist parallel [ ] 455 0 0 455 / 512 30.3s Dllist parallel [ ] 457 0 0 457 / 512 30.4s Dllist parallel [ ] 460 0 0 460 / 512 30.5s Dllist parallel [ ] 462 0 0 462 / 512 30.6s Dllist parallel [ ] 464 0 0 464 / 512 30.8s Dllist parallel [ ] 467 0 0 467 / 512 31.0s Dllist parallel [ ] 469 0 0 469 / 512 31.1s Dllist parallel [ ] 471 0 0 471 / 512 31.2s Dllist parallel [ ] 474 0 0 474 / 512 31.4s Dllist parallel [ ] 477 0 0 477 / 512 31.5s Dllist parallel [ ] 480 0 0 480 / 512 31.7s Dllist parallel [ ] 481 0 0 481 / 512 31.9s Dllist parallel [ ] 483 0 0 483 / 512 32.0s Dllist parallel [ ] 486 0 0 486 / 512 32.1s Dllist parallel [ ] 488 0 0 488 / 512 32.2s Dllist parallel [ ] 490 0 0 490 / 512 32.3s Dllist parallel [ ] 491 0 0 491 / 512 32.5s Dllist parallel [ ] 494 0 0 494 / 512 32.6s Dllist parallel [ ] 496 0 0 496 / 512 32.7s Dllist parallel [ ] 499 0 0 499 / 512 32.9s Dllist parallel [ ] 501 0 0 501 / 512 33.0s Dllist parallel [ ] 504 0 0 504 / 512 33.1s Dllist parallel [ ] 506 0 0 506 / 512 33.3s Dllist parallel [ ] 509 0 0 509 / 512 33.4s Dllist parallel [ ] 512 0 0 512 / 512 33.5s Dllist parallel [✓] 512 0 0 512 / 512 33.5s Dllist parallel ================================================================================ success (ran 2 tests) random seed: 3566326266145251100 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Dllist sequential [✓] 32 0 0 32 / 32 0.0s Dllist sequential [ ] 0 0 0 0 / 32 0.0s Dllist parallel [ ] 2 0 0 2 / 32 0.2s Dllist parallel [ ] 5 0 0 5 / 32 0.3s Dllist parallel [ ] 8 0 0 8 / 32 0.4s Dllist parallel [ ] 11 0 0 11 / 32 0.6s Dllist parallel [ ] 14 0 0 14 / 32 0.7s Dllist parallel [ ] 16 0 0 16 / 32 0.8s Dllist parallel [ ] 18 0 0 18 / 32 1.0s Dllist parallel [ ] 19 0 0 19 / 32 1.1s Dllist parallel [ ] 21 0 0 21 / 32 1.2s Dllist parallel [ ] 24 0 0 24 / 32 1.3s Dllist parallel [ ] 26 0 0 26 / 32 1.4s Dllist parallel [ ] 29 0 0 29 / 32 1.6s Dllist parallel [ ] 32 0 0 32 / 32 1.7s Dllist parallel [✓] 32 0 0 32 / 32 1.7s Dllist parallel ================================================================================ success (ran 2 tests) Output[303]: random seed: 174022771940292254 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order sequential (generating) [✓] 32 0 0 32 / 32 0.0s Hashtbl_with_order sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order parallel [ ] 2 0 0 2 / 32 0.1s Hashtbl_with_order parallel [ ] 4 0 0 4 / 32 0.2s Hashtbl_with_order parallel [ ] 8 0 0 8 / 32 0.5s Hashtbl_with_order parallel [ ] 11 0 0 11 / 32 0.6s Hashtbl_with_order parallel [ ] 15 0 0 15 / 32 0.7s Hashtbl_with_order parallel [ ] 16 0 0 16 / 32 0.9s Hashtbl_with_order parallel [ ] 17 0 0 17 / 32 1.2s Hashtbl_with_order parallel [ ] 20 0 0 20 / 32 1.4s Hashtbl_with_order parallel [ ] 24 0 0 24 / 32 1.5s Hashtbl_with_order parallel [ ] 25 0 0 25 / 32 1.6s Hashtbl_with_order parallel [ ] 30 0 0 30 / 32 1.8s Hashtbl_with_order parallel [✓] 32 0 0 32 / 32 1.8s Hashtbl_with_order parallel ================================================================================ success (ran 2 tests) random seed: 3115526986471891569 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Hashtbl_with_order sequential [✓] 64 0 0 64 / 64 0.0s Hashtbl_with_order sequential [ ] 0 0 0 0 / 64 0.0s Hashtbl_with_order parallel [ ] 2 0 0 2 / 64 0.1s Hashtbl_with_order parallel [ ] 4 0 0 4 / 64 0.2s Hashtbl_with_order parallel [ ] 8 0 0 8 / 64 0.3s Hashtbl_with_order parallel [ ] 12 0 0 12 / 64 0.6s Hashtbl_with_order parallel [ ] 14 0 0 14 / 64 0.7s Hashtbl_with_order parallel [ ] 15 0 0 15 / 64 0.9s Hashtbl_with_order parallel [ ] 19 0 0 19 / 64 1.0s Hashtbl_with_order parallel [ ] 21 0 0 21 / 64 1.1s Hashtbl_with_order parallel [ ] 25 0 0 25 / 64 1.3s Hashtbl_with_order parallel [ ] 28 0 0 28 / 64 1.4s Hashtbl_with_order parallel [ ] 30 0 0 30 / 64 1.5s Hashtbl_with_order parallel [ ] 32 0 0 32 / 64 1.6s Hashtbl_with_order parallel [ ] 34 0 0 34 / 64 1.7s Hashtbl_with_order parallel [ ] 37 0 0 37 / 64 2.0s Hashtbl_with_order parallel [ ] 41 0 0 41 / 64 2.4s Hashtbl_with_order parallel [ ] 42 0 0 42 / 64 2.6s Hashtbl_with_order parallel [ ] 43 0 0 43 / 64 2.9s Hashtbl_with_order parallel [ ] 45 0 0 45 / 64 3.0s Hashtbl_with_order parallel [ ] 49 0 0 49 / 64 3.2s Hashtbl_with_order parallel [ ] 53 0 0 53 / 64 3.3s Hashtbl_with_order parallel [ ] 57 0 0 57 / 64 3.6s Hashtbl_with_order parallel [ ] 62 0 0 62 / 64 3.7s Hashtbl_with_order parallel [✓] 64 0 0 64 / 64 3.8s Hashtbl_with_order parallel ================================================================================ success (ran 2 tests) random seed: 2934092320122197364 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Hashtbl_with_order sequential [ ] 106 0 0 106 / 128 0.0s Hashtbl_with_order sequential [✓] 128 0 0 128 / 128 0.0s Hashtbl_with_order sequential [ ] 0 0 0 0 / 128 0.0s Hashtbl_with_order parallel [ ] 4 0 0 4 / 128 0.1s Hashtbl_with_order parallel [ ] 8 0 0 8 / 128 0.3s Hashtbl_with_order parallel [ ] 11 0 0 11 / 128 0.4s Hashtbl_with_order parallel [ ] 13 0 0 13 / 128 0.5s Hashtbl_with_order parallel [ ] 15 0 0 15 / 128 0.9s Hashtbl_with_order parallel [ ] 18 0 0 18 / 128 1.1s Hashtbl_with_order parallel [ ] 21 0 0 21 / 128 1.2s Hashtbl_with_order parallel [ ] 23 0 0 23 / 128 1.3s Hashtbl_with_order parallel [ ] 26 0 0 26 / 128 1.4s Hashtbl_with_order parallel [ ] 28 0 0 28 / 128 1.7s Hashtbl_with_order parallel [ ] 31 0 0 31 / 128 2.0s Hashtbl_with_order parallel [ ] 33 0 0 33 / 128 2.2s Hashtbl_with_order parallel [ ] 37 0 0 37 / 128 2.3s Hashtbl_with_order parallel [ ] 38 0 0 38 / 128 2.4s Hashtbl_with_order parallel [ ] 40 0 0 40 / 128 2.5s Hashtbl_with_order parallel [ ] 44 0 0 44 / 128 2.7s Hashtbl_with_order parallel [ ] 45 0 0 45 / 128 2.9s Hashtbl_with_order parallel [ ] 49 0 0 49 / 128 3.1s Hashtbl_with_order parallel [ ] 53 0 0 53 / 128 3.2s Hashtbl_with_order parallel [ ] 54 0 0 54 / 128 3.4s Hashtbl_with_order parallel [ ] 57 0 0 57 / 128 3.5s Hashtbl_with_order parallel [ ] 60 0 0 60 / 128 3.6s Hashtbl_with_order parallel [ ] 64 0 0 64 / 128 3.7s Hashtbl_with_order parallel [ ] 67 0 0 67 / 128 3.9s Hashtbl_with_order parallel [ ] 70 0 0 70 / 128 4.1s Hashtbl_with_order parallel [ ] 73 0 0 73 / 128 4.3s Hashtbl_with_order parallel [ ] 76 0 0 76 / 128 4.4s Hashtbl_with_order parallel [ ] 79 0 0 79 / 128 4.6s Hashtbl_with_order parallel [ ] 82 0 0 82 / 128 4.7s Hashtbl_with_order parallel [ ] 85 0 0 85 / 128 4.8s Hashtbl_with_order parallel [ ] 86 0 0 86 / 128 5.1s Hashtbl_with_order parallel [ ] 89 0 0 89 / 128 5.2s Hashtbl_with_order parallel [ ] 90 0 0 90 / 128 5.4s Hashtbl_with_order parallel [ ] 93 0 0 93 / 128 5.5s Hashtbl_with_order parallel [ ] 96 0 0 96 / 128 5.6s Hashtbl_with_order parallel [ ] 99 0 0 99 / 128 5.8s Hashtbl_with_order parallel [ ] 101 0 0 101 / 128 6.0s Hashtbl_with_order parallel [ ] 104 0 0 104 / 128 6.2s Hashtbl_with_order parallel [ ] 107 0 0 107 / 128 6.3s Hashtbl_with_order parallel [ ] 109 0 0 109 / 128 6.4s Hashtbl_with_order parallel [ ] 110 0 0 110 / 128 6.6s Hashtbl_with_order parallel [ ] 112 0 0 112 / 128 6.7s Hashtbl_with_order parallel [ ] 114 0 0 114 / 128 6.8s Hashtbl_with_order parallel [ ] 117 0 0 117 / 128 7.1s Hashtbl_with_order parallel [ ] 118 0 0 118 / 128 7.3s Hashtbl_with_order parallel [ ] 122 0 0 122 / 128 7.4s Hashtbl_with_order parallel [ ] 124 0 0 124 / 128 7.5s Hashtbl_with_order parallel [ ] 127 0 0 127 / 128 7.6s Hashtbl_with_order parallel [✓] 128 0 0 128 / 128 7.7s Hashtbl_with_order parallel ================================================================================ success (ran 2 tests) random seed: 3691139563248577731 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Hashtbl_with_order sequential [✓] 256 0 0 256 / 256 0.1s Hashtbl_with_order sequential [ ] 0 0 0 0 / 256 0.0s Hashtbl_with_order parallel [ ] 1 0 0 1 / 256 0.1s Hashtbl_with_order parallel [ ] 4 0 0 4 / 256 0.2s Hashtbl_with_order parallel [ ] 7 0 0 7 / 256 0.4s Hashtbl_with_order parallel [ ] 11 0 0 11 / 256 0.5s Hashtbl_with_order parallel [ ] 14 0 0 14 / 256 0.6s Hashtbl_with_order parallel [ ] 17 0 0 17 / 256 0.7s Hashtbl_with_order parallel [ ] 20 0 0 20 / 256 0.8s Hashtbl_with_order parallel [ ] 21 0 0 21 / 256 1.0s Hashtbl_with_order parallel [ ] 23 0 0 23 / 256 1.1s Hashtbl_with_order parallel [ ] 24 0 0 24 / 256 1.3s Hashtbl_with_order parallel [ ] 26 0 0 26 / 256 1.4s Hashtbl_with_order parallel [ ] 28 0 0 28 / 256 1.6s Hashtbl_with_order parallel [ ] 31 0 0 31 / 256 1.7s Hashtbl_with_order parallel [ ] 34 0 0 34 / 256 1.8s Hashtbl_with_order parallel [ ] 37 0 0 37 / 256 2.0s Hashtbl_with_order parallel [ ] 40 0 0 40 / 256 2.3s Hashtbl_with_order parallel [ ] 43 0 0 43 / 256 2.4s Hashtbl_with_order parallel [ ] 47 0 0 47 / 256 2.5s Hashtbl_with_order parallel [ ] 50 0 0 50 / 256 2.6s Hashtbl_with_order parallel [ ] 53 0 0 53 / 256 2.8s Hashtbl_with_order parallel [ ] 56 0 0 56 / 256 2.9s Hashtbl_with_order parallel [ ] 60 0 0 60 / 256 3.0s Hashtbl_with_order parallel [ ] 63 0 0 63 / 256 3.2s Hashtbl_with_order parallel [ ] 66 0 0 66 / 256 3.3s Hashtbl_with_order parallel [ ] 69 0 0 69 / 256 3.4s Hashtbl_with_order parallel [ ] 72 0 0 72 / 256 3.5s Hashtbl_with_order parallel [ ] 75 0 0 75 / 256 3.7s Hashtbl_with_order parallel [ ] 78 0 0 78 / 256 3.8s Hashtbl_with_order parallel [ ] 81 0 0 81 / 256 4.1s Hashtbl_with_order parallel [ ] 84 0 0 84 / 256 4.3s Hashtbl_with_order parallel [ ] 86 0 0 86 / 256 4.5s Hashtbl_with_order parallel [ ] 89 0 0 89 / 256 4.6s Hashtbl_with_order parallel [ ] 91 0 0 91 / 256 4.7s Hashtbl_with_order parallel [ ] 94 0 0 94 / 256 5.0s Hashtbl_with_order parallel [ ] 96 0 0 96 / 256 5.1s Hashtbl_with_order parallel [ ] 98 0 0 98 / 256 5.2s Hashtbl_with_order parallel [ ] 101 0 0 101 / 256 5.3s Hashtbl_with_order parallel [ ] 104 0 0 104 / 256 5.5s Hashtbl_with_order parallel [ ] 106 0 0 106 / 256 5.6s Hashtbl_with_order parallel [ ] 107 0 0 107 / 256 5.8s Hashtbl_with_order parallel [ ] 108 0 0 108 / 256 5.9s Hashtbl_with_order parallel [ ] 110 0 0 110 / 256 6.0s Hashtbl_with_order parallel [ ] 113 0 0 113 / 256 6.2s Hashtbl_with_order parallel [ ] 116 0 0 116 / 256 6.3s Hashtbl_with_order parallel [ ] 118 0 0 118 / 256 6.5s Hashtbl_with_order parallel [ ] 120 0 0 120 / 256 6.6s Hashtbl_with_order parallel [ ] 121 0 0 121 / 256 6.7s Hashtbl_with_order parallel [ ] 123 0 0 123 / 256 6.8s Hashtbl_with_order parallel [ ] 125 0 0 125 / 256 7.0s Hashtbl_with_order parallel [ ] 127 0 0 127 / 256 7.1s Hashtbl_with_order parallel [ ] 130 0 0 130 / 256 7.2s Hashtbl_with_order parallel [ ] 132 0 0 132 / 256 7.4s Hashtbl_with_order parallel [ ] 135 0 0 135 / 256 7.5s Hashtbl_with_order parallel [ ] 137 0 0 137 / 256 7.6s Hashtbl_with_order parallel [ ] 138 0 0 138 / 256 7.7s Hashtbl_with_order parallel [ ] 140 0 0 140 / 256 8.0s Hashtbl_with_order parallel [ ] 143 0 0 143 / 256 8.1s Hashtbl_with_order parallel [ ] 145 0 0 145 / 256 8.2s Hashtbl_with_order parallel [ ] 148 0 0 148 / 256 8.4s Hashtbl_with_order parallel [ ] 149 0 0 149 / 256 8.6s Hashtbl_with_order parallel [ ] 151 0 0 151 / 256 8.7s Hashtbl_with_order parallel [ ] 153 0 0 153 / 256 8.8s Hashtbl_with_order parallel [ ] 155 0 0 155 / 256 9.0s Hashtbl_with_order parallel [ ] 157 0 0 157 / 256 9.1s Hashtbl_with_order parallel [ ] 158 0 0 158 / 256 9.2s Hashtbl_with_order parallel [ ] 160 0 0 160 / 256 9.3s Hashtbl_with_order parallel [ ] 162 0 0 162 / 256 9.4s Hashtbl_with_order parallel [ ] 163 0 0 163 / 256 9.6s Hashtbl_with_order parallel [ ] 165 0 0 165 / 256 9.8s Hashtbl_with_order parallel [ ] 167 0 0 167 / 256 9.9s Hashtbl_with_order parallel [ ] 169 0 0 169 / 256 10.1s Hashtbl_with_order parallel [ ] 171 0 0 171 / 256 10.2s Hashtbl_with_order parallel [ ] 173 0 0 173 / 256 10.3s Hashtbl_with_order parallel [ ] 175 0 0 175 / 256 10.4s Hashtbl_with_order parallel [ ] 177 0 0 177 / 256 10.6s Hashtbl_with_order parallel [ ] 179 0 0 179 / 256 10.7s Hashtbl_with_order parallel [ ] 181 0 0 181 / 256 10.8s Hashtbl_with_order parallel [ ] 183 0 0 183 / 256 10.9s Hashtbl_with_order parallel [ ] 185 0 0 185 / 256 11.1s Hashtbl_with_order parallel [ ] 187 0 0 187 / 256 11.2s Hashtbl_with_order parallel [ ] 189 0 0 189 / 256 11.3s Hashtbl_with_order parallel [ ] 191 0 0 191 / 256 11.4s Hashtbl_with_order parallel [ ] 193 0 0 193 / 256 11.5s Hashtbl_with_order parallel [ ] 195 0 0 195 / 256 11.6s Hashtbl_with_order parallel [ ] 197 0 0 197 / 256 11.8s Hashtbl_with_order parallel [ ] 199 0 0 199 / 256 11.9s Hashtbl_with_order parallel [ ] 201 0 0 201 / 256 12.1s Hashtbl_with_order parallel [ ] 203 0 0 203 / 256 12.4s Hashtbl_with_order parallel [ ] 205 0 0 205 / 256 12.8s Hashtbl_with_order parallel [ ] 207 0 0 207 / 256 12.9s Hashtbl_with_order parallel [ ] 210 0 0 210 / 256 13.1s Hashtbl_with_order parallel [ ] 212 0 0 212 / 256 13.3s Hashtbl_with_order parallel [ ] 213 0 0 213 / 256 13.7s Hashtbl_with_order parallel [ ] 215 0 0 215 / 256 13.8s Hashtbl_with_order parallel [ ] 217 0 0 217 / 256 13.9s Hashtbl_with_order parallel [ ] 219 0 0 219 / 256 14.0s Hashtbl_with_order parallel [ ] 220 0 0 220 / 256 14.3s Hashtbl_with_order parallel [ ] 222 0 0 222 / 256 14.6s Hashtbl_with_order parallel [ ] 224 0 0 224 / 256 14.7s Hashtbl_with_order parallel [ ] 226 0 0 226 / 256 14.8s Hashtbl_with_order parallel [ ] 227 0 0 227 / 256 14.9s Hashtbl_with_order parallel [ ] 229 0 0 229 / 256 15.0s Hashtbl_with_order parallel [ ] 231 0 0 231 / 256 15.3s Hashtbl_with_order parallel [ ] 233 0 0 233 / 256 15.4s Hashtbl_with_order parallel [ ] 234 0 0 234 / 256 15.5s Hashtbl_with_order parallel [ ] 236 0 0 236 / 256 15.6s Hashtbl_with_order parallel [ ] 238 0 0 238 / 256 16.1s Hashtbl_with_order parallel [ ] 240 0 0 240 / 256 16.2s Hashtbl_with_order parallel [ ] 242 0 0 242 / 256 16.5s Hashtbl_with_order parallel [ ] 244 0 0 244 / 256 16.6s Hashtbl_with_order parallel [ ] 246 0 0 246 / 256 16.8s Hashtbl_with_order parallel [ ] 248 0 0 248 / 256 16.9s Hashtbl_with_order parallel [ ] 250 0 0 250 / 256 17.1s Hashtbl_with_order parallel [ ] 252 0 0 252 / 256 17.2s Hashtbl_with_order parallel [ ] 254 0 0 254 / 256 17.3s Hashtbl_with_order parallel [ ] 256 0 0 256 / 256 17.5s Hashtbl_with_order parallel [✓] 256 0 0 256 / 256 17.5s Hashtbl_with_order parallel ================================================================================ success (ran 2 tests) random seed: 2916702611513499116 generated error fail pass / total time test name [ ] 0 0 0 0 / 452 0.0s Hashtbl_with_order sequential [ ] 290 0 0 290 / 452 0.1s Hashtbl_with_order sequential (collecting) [✓] 452 0 0 452 / 452 0.2s Hashtbl_with_order sequential [ ] 0 0 0 0 / 452 0.0s Hashtbl_with_order parallel [ ] 1 0 0 1 / 452 0.1s Hashtbl_with_order parallel [ ] 3 0 0 3 / 452 0.2s Hashtbl_with_order parallel [ ] 5 0 0 5 / 452 0.3s Hashtbl_with_order parallel [ ] 7 0 0 7 / 452 0.4s Hashtbl_with_order parallel [ ] 9 0 0 9 / 452 0.6s Hashtbl_with_order parallel [ ] 11 0 0 11 / 452 0.7s Hashtbl_with_order parallel [ ] 13 0 0 13 / 452 0.8s Hashtbl_with_order parallel [ ] 15 0 0 15 / 452 1.0s Hashtbl_with_order parallel [ ] 17 0 0 17 / 452 1.1s Hashtbl_with_order parallel [ ] 19 0 0 19 / 452 1.2s Hashtbl_with_order parallel [ ] 21 0 0 21 / 452 1.3s Hashtbl_with_order parallel [ ] 23 0 0 23 / 452 1.4s Hashtbl_with_order parallel [ ] 25 0 0 25 / 452 1.5s Hashtbl_with_order parallel [ ] 27 0 0 27 / 452 1.7s Hashtbl_with_order parallel [ ] 29 0 0 29 / 452 1.8s Hashtbl_with_order parallel [ ] 31 0 0 31 / 452 1.9s Hashtbl_with_order parallel [ ] 33 0 0 33 / 452 2.0s Hashtbl_with_order parallel [ ] 35 0 0 35 / 452 2.2s Hashtbl_with_order parallel [ ] 37 0 0 37 / 452 2.5s Hashtbl_with_order parallel [ ] 39 0 0 39 / 452 2.6s Hashtbl_with_order parallel [ ] 41 0 0 41 / 452 2.7s Hashtbl_with_order parallel [ ] 43 0 0 43 / 452 2.9s Hashtbl_with_order parallel [ ] 45 0 0 45 / 452 3.0s Hashtbl_with_order parallel [ ] 47 0 0 47 / 452 3.1s Hashtbl_with_order parallel [ ] 48 0 0 48 / 452 3.3s Hashtbl_with_order parallel [ ] 50 0 0 50 / 452 3.4s Hashtbl_with_order parallel [ ] 52 0 0 52 / 452 3.6s Hashtbl_with_order parallel [ ] 54 0 0 54 / 452 3.7s Hashtbl_with_order parallel [ ] 55 0 0 55 / 452 4.0s Hashtbl_with_order parallel [ ] 56 0 0 56 / 452 4.1s Hashtbl_with_order parallel [ ] 58 0 0 58 / 452 4.2s Hashtbl_with_order parallel [ ] 60 0 0 60 / 452 4.4s Hashtbl_with_order parallel [ ] 62 0 0 62 / 452 4.6s Hashtbl_with_order parallel [ ] 64 0 0 64 / 452 4.7s Hashtbl_with_order parallel [ ] 66 0 0 66 / 452 4.8s Hashtbl_with_order parallel [ ] 67 0 0 67 / 452 5.1s Hashtbl_with_order parallel [ ] 68 0 0 68 / 452 5.2s Hashtbl_with_order parallel [ ] 70 0 0 70 / 452 5.3s Hashtbl_with_order parallel [ ] 72 0 0 72 / 452 5.5s Hashtbl_with_order parallel [ ] 73 0 0 73 / 452 5.6s Hashtbl_with_order parallel [ ] 75 0 0 75 / 452 5.7s Hashtbl_with_order parallel [ ] 77 0 0 77 / 452 5.9s Hashtbl_with_order parallel [ ] 79 0 0 79 / 452 6.0s Hashtbl_with_order parallel [ ] 81 0 0 81 / 452 6.1s Hashtbl_with_order parallel [ ] 83 0 0 83 / 452 6.2s Hashtbl_with_order parallel [ ] 86 0 0 86 / 452 6.4s Hashtbl_with_order parallel [ ] 87 0 0 87 / 452 6.5s Hashtbl_with_order parallel [ ] 89 0 0 89 / 452 6.6s Hashtbl_with_order parallel [ ] 91 0 0 91 / 452 6.8s Hashtbl_with_order parallel [ ] 93 0 0 93 / 452 6.9s Hashtbl_with_order parallel [ ] 95 0 0 95 / 452 7.0s Hashtbl_with_order parallel [ ] 98 0 0 98 / 452 7.2s Hashtbl_with_order parallel [ ] 100 0 0 100 / 452 7.3s Hashtbl_with_order parallel [ ] 103 0 0 103 / 452 7.4s Hashtbl_with_order parallel [ ] 105 0 0 105 / 452 7.6s Hashtbl_with_order parallel [ ] 108 0 0 108 / 452 7.8s Hashtbl_with_order parallel [ ] 110 0 0 110 / 452 7.9s Hashtbl_with_order parallel [ ] 113 0 0 113 / 452 8.1s Hashtbl_with_order parallel [ ] 115 0 0 115 / 452 8.2s Hashtbl_with_order parallel [ ] 117 0 0 117 / 452 8.4s Hashtbl_with_order parallel [ ] 119 0 0 119 / 452 8.5s Hashtbl_with_order parallel [ ] 121 0 0 121 / 452 8.8s Hashtbl_with_order parallel [ ] 123 0 0 123 / 452 8.9s Hashtbl_with_order parallel [ ] 126 0 0 126 / 452 9.1s Hashtbl_with_order parallel [ ] 128 0 0 128 / 452 9.2s Hashtbl_with_order parallel [ ] 130 0 0 130 / 452 9.3s Hashtbl_with_order parallel [ ] 132 0 0 132 / 452 9.5s Hashtbl_with_order parallel [ ] 134 0 0 134 / 452 9.6s Hashtbl_with_order parallel [ ] 137 0 0 137 / 452 9.7s Hashtbl_with_order parallel [ ] 139 0 0 139 / 452 9.9s Hashtbl_with_order parallel [ ] 141 0 0 141 / 452 10.1s Hashtbl_with_order parallel [ ] 143 0 0 143 / 452 10.2s Hashtbl_with_order parallel [ ] 144 0 0 144 / 452 10.4s Hashtbl_with_order parallel [ ] 146 0 0 146 / 452 10.6s Hashtbl_with_order parallel [ ] 148 0 0 148 / 452 10.7s Hashtbl_with_order parallel [ ] 150 0 0 150 / 452 10.8s Hashtbl_with_order parallel [ ] 152 0 0 152 / 452 10.9s Hashtbl_with_order parallel [ ] 154 0 0 154 / 452 11.0s Hashtbl_with_order parallel [ ] 157 0 0 157 / 452 11.2s Hashtbl_with_order parallel [ ] 159 0 0 159 / 452 11.3s Hashtbl_with_order parallel [ ] 161 0 0 161 / 452 11.4s Hashtbl_with_order parallel [ ] 163 0 0 163 / 452 11.5s Hashtbl_with_order parallel [ ] 165 0 0 165 / 452 11.9s Hashtbl_with_order parallel [ ] 168 0 0 168 / 452 12.0s Hashtbl_with_order parallel [ ] 169 0 0 169 / 452 12.2s Hashtbl_with_order parallel [ ] 171 0 0 171 / 452 12.3s Hashtbl_with_order parallel [ ] 174 0 0 174 / 452 12.4s Hashtbl_with_order parallel [ ] 176 0 0 176 / 452 12.5s Hashtbl_with_order parallel [ ] 178 0 0 178 / 452 12.7s Hashtbl_with_order parallel [ ] 180 0 0 180 / 452 12.8s Hashtbl_with_order parallel [ ] 182 0 0 182 / 452 12.9s Hashtbl_with_order parallel [ ] 185 0 0 185 / 452 13.0s Hashtbl_with_order parallel [ ] 186 0 0 186 / 452 13.2s Hashtbl_with_order parallel [ ] 187 0 0 187 / 452 13.4s Hashtbl_with_order parallel [ ] 189 0 0 189 / 452 13.5s Hashtbl_with_order parallel [ ] 192 0 0 192 / 452 13.6s Hashtbl_with_order parallel [ ] 195 0 0 195 / 452 13.9s Hashtbl_with_order parallel [ ] 198 0 0 198 / 452 14.1s Hashtbl_with_order parallel [ ] 201 0 0 201 / 452 14.2s Hashtbl_with_order parallel [ ] 203 0 0 203 / 452 14.3s Hashtbl_with_order parallel [ ] 205 0 0 205 / 452 14.4s Hashtbl_with_order parallel [ ] 207 0 0 207 / 452 14.6s Hashtbl_with_order parallel [ ] 210 0 0 210 / 452 14.9s Hashtbl_with_order parallel [ ] 213 0 0 213 / 452 15.0s Hashtbl_with_order parallel [ ] 216 0 0 216 / 452 15.2s Hashtbl_with_order parallel [ ] 218 0 0 218 / 452 15.3s Hashtbl_with_order parallel [ ] 219 0 0 219 / 452 15.4s Hashtbl_with_order parallel [ ] 221 0 0 221 / 452 15.5s Hashtbl_with_order parallel [ ] 223 0 0 223 / 452 15.6s Hashtbl_with_order parallel [ ] 225 0 0 225 / 452 15.8s Hashtbl_with_order parallel [ ] 227 0 0 227 / 452 15.9s Hashtbl_with_order parallel [ ] 228 0 0 228 / 452 16.0s Hashtbl_with_order parallel [ ] 230 0 0 230 / 452 16.1s Hashtbl_with_order parallel [ ] 232 0 0 232 / 452 16.2s Hashtbl_with_order parallel [ ] 234 0 0 234 / 452 16.3s Hashtbl_with_order parallel [ ] 236 0 0 236 / 452 16.5s Hashtbl_with_order parallel [ ] 237 0 0 237 / 452 16.6s Hashtbl_with_order parallel [ ] 240 0 0 240 / 452 16.8s Hashtbl_with_order parallel [ ] 243 0 0 243 / 452 16.9s Hashtbl_with_order parallel [ ] 245 0 0 245 / 452 17.0s Hashtbl_with_order parallel [ ] 247 0 0 247 / 452 17.2s Hashtbl_with_order parallel [ ] 250 0 0 250 / 452 17.3s Hashtbl_with_order parallel [ ] 253 0 0 253 / 452 17.4s Hashtbl_with_order parallel [ ] 255 0 0 255 / 452 17.5s Hashtbl_with_order parallel [ ] 257 0 0 257 / 452 17.7s Hashtbl_with_order parallel [ ] 259 0 0 259 / 452 17.8s Hashtbl_with_order parallel [ ] 261 0 0 261 / 452 17.9s Hashtbl_with_order parallel [ ] 263 0 0 263 / 452 18.0s Hashtbl_with_order parallel [ ] 265 0 0 265 / 452 18.1s Hashtbl_with_order parallel [ ] 268 0 0 268 / 452 18.2s Hashtbl_with_order parallel [ ] 269 0 0 269 / 452 18.5s Hashtbl_with_order parallel [ ] 271 0 0 271 / 452 18.8s Hashtbl_with_order parallel [ ] 274 0 0 274 / 452 18.9s Hashtbl_with_order parallel [ ] 276 0 0 276 / 452 19.0s Hashtbl_with_order parallel [ ] 277 0 0 277 / 452 19.2s Hashtbl_with_order parallel [ ] 279 0 0 279 / 452 19.3s Hashtbl_with_order parallel [ ] 281 0 0 281 / 452 19.6s Hashtbl_with_order parallel [ ] 283 0 0 283 / 452 19.7s Hashtbl_with_order parallel [ ] 284 0 0 284 / 452 19.8s Hashtbl_with_order parallel [ ] 286 0 0 286 / 452 20.0s Hashtbl_with_order parallel [ ] 288 0 0 288 / 452 20.1s Hashtbl_with_order parallel [ ] 289 0 0 289 / 452 20.3s Hashtbl_with_order parallel [ ] 290 0 0 290 / 452 20.4s Hashtbl_with_order parallel [ ] 292 0 0 292 / 452 20.5s Hashtbl_with_order parallel [ ] 294 0 0 294 / 452 20.6s Hashtbl_with_order parallel [ ] 296 0 0 296 / 452 20.7s Hashtbl_with_order parallel [ ] 298 0 0 298 / 452 20.8s Hashtbl_with_order parallel [ ] 301 0 0 301 / 452 21.0s Hashtbl_with_order parallel [ ] 303 0 0 303 / 452 21.1s Hashtbl_with_order parallel [ ] 305 0 0 305 / 452 21.2s Hashtbl_with_order parallel [ ] 308 0 0 308 / 452 21.4s Hashtbl_with_order parallel [ ] 311 0 0 311 / 452 21.5s Hashtbl_with_order parallel [ ] 314 0 0 314 / 452 21.7s Hashtbl_with_order parallel [ ] 317 0 0 317 / 452 21.8s Hashtbl_with_order parallel [ ] 319 0 0 319 / 452 22.1s Hashtbl_with_order parallel [ ] 321 0 0 321 / 452 22.2s Hashtbl_with_order parallel [ ] 323 0 0 323 / 452 22.3s Hashtbl_with_order parallel [ ] 326 0 0 326 / 452 22.5s Hashtbl_with_order parallel [ ] 328 0 0 328 / 452 22.6s Hashtbl_with_order parallel [ ] 330 0 0 330 / 452 22.7s Hashtbl_with_order parallel [ ] 333 0 0 333 / 452 22.9s Hashtbl_with_order parallel [ ] 335 0 0 335 / 452 23.0s Hashtbl_with_order parallel [ ] 338 0 0 338 / 452 23.1s Hashtbl_with_order parallel [ ] 340 0 0 340 / 452 23.2s Hashtbl_with_order parallel [ ] 343 0 0 343 / 452 23.3s Hashtbl_with_order parallel [ ] 346 0 0 346 / 452 23.4s Hashtbl_with_order parallel [ ] 349 0 0 349 / 452 23.9s Hashtbl_with_order parallel [ ] 352 0 0 352 / 452 24.1s Hashtbl_with_order parallel [ ] 355 0 0 355 / 452 24.3s Hashtbl_with_order parallel [ ] 357 0 0 357 / 452 24.4s Hashtbl_with_order parallel [ ] 359 0 0 359 / 452 24.5s Hashtbl_with_order parallel [ ] 362 0 0 362 / 452 24.6s Hashtbl_with_order parallel [ ] 365 0 0 365 / 452 24.7s Hashtbl_with_order parallel [ ] 367 0 0 367 / 452 25.0s Hashtbl_with_order parallel [ ] 370 0 0 370 / 452 25.1s Hashtbl_with_order parallel [ ] 373 0 0 373 / 452 25.2s Hashtbl_with_order parallel [ ] 376 0 0 376 / 452 25.3s Hashtbl_with_order parallel [ ] 378 0 0 378 / 452 25.4s Hashtbl_with_order parallel [ ] 381 0 0 381 / 452 25.6s Hashtbl_with_order parallel [ ] 383 0 0 383 / 452 25.9s Hashtbl_with_order parallel [ ] 386 0 0 386 / 452 26.0s Hashtbl_with_order parallel [ ] 389 0 0 389 / 452 26.3s Hashtbl_with_order parallel [ ] 392 0 0 392 / 452 26.5s Hashtbl_with_order parallel [ ] 396 0 0 396 / 452 26.6s Hashtbl_with_order parallel [ ] 400 0 0 400 / 452 26.7s Hashtbl_with_order parallel [ ] 404 0 0 404 / 452 27.0s Hashtbl_with_order parallel [ ] 407 0 0 407 / 452 27.1s Hashtbl_with_order parallel [ ] 411 0 0 411 / 452 27.4s Hashtbl_with_order parallel [ ] 416 0 0 416 / 452 27.6s Hashtbl_with_order parallel [ ] 420 0 0 420 / 452 27.7s Hashtbl_with_order parallel [ ] 424 0 0 424 / 452 27.8s Hashtbl_with_order parallel [ ] 426 0 0 426 / 452 28.2s Hashtbl_with_order parallel [ ] 428 0 0 428 / 452 28.3s Hashtbl_with_order parallel [ ] 432 0 0 432 / 452 28.4s Hashtbl_with_order parallel [ ] 433 0 0 433 / 452 28.5s Hashtbl_with_order parallel [ ] 437 0 0 437 / 452 28.7s Hashtbl_with_order parallel [ ] 441 0 0 441 / 452 28.8s Hashtbl_with_order parallel [ ] 442 0 0 442 / 452 29.0s Hashtbl_with_order parallel [ ] 446 0 0 446 / 452 29.1s Hashtbl_with_order parallel [ ] 451 0 0 451 / 452 29.2s Hashtbl_with_order parallel [✓] 452 0 0 452 / 452 29.3s Hashtbl_with_order parallel ================================================================================ success (ran 2 tests) 2024-09-16 15:28.45 ---> saved as "f240e448eda10dcb53cd2a93bc4748b89aa55ebaac6161d06f6c6774d811b6cc" Job succeeded 2024-09-16 15:28.45: Job succeeded