2026-01-09 21:46.01: New job: test koonwen/obatcher https://github.com/koonwen/obatcher.git#refs/heads/main (b41159255c46bbbb1b7fe91f7ce91148776dbc35) (windows-amd64:windows-server-2022-amd64-5.4_opam-2.5)Base: windows-server-2022-amd64-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/koonwen/obatcher.git" -b "main" && cd "obatcher" && git reset --hard b4115925cat > Dockerfile <<'END-OF-DOCKERFILE'FROM windows-server-2022-amd64-ocaml-5.4# windows-server-2022-amd64-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e a193e4c8620f671b789c6b89911346cdaaad9c1e || git fetch origin master) && git reset -q --hard a193e4c8620f671b789c6b89911346cdaaad9c1e && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 obatcher.opam /Users/opam/src/./RUN opam pin add -yn obatcher.dev '/Users/opam/src/./'RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'ENV DEPS="alcotest.1.9.1 arch-x86_64.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 containers.3.16 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.10.0 mingw-w64-shims.0.2.0 multicore-magic.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 picos.0.5.0 picos_aux.0.5.0 picos_mux.0.5.0 picos_std.0.5.0 qcheck.0.91 qcheck-alcotest.0.91 qcheck-core.0.91 qcheck-ounit.0.91 re.1.14.0 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-local-storage.0.2 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y obatcher.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /Users/opam/srcRUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-09 21:46.01: Using cache hint "koonwen/obatcher-windows-server-2022-amd64-ocaml-5.4-windows-server-2022-amd64-5.4_opam-2.5-d46fc09ad767ca1a72910e1b0e9c23fe"2026-01-09 21:46.01: Using OBuilder spec:((from windows-server-2022-amd64-ocaml-5.4)(comment windows-server-2022-amd64-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))(network host)(shell "cd ~/opam-repository && (git cat-file -e a193e4c8620f671b789c6b89911346cdaaad9c1e || git fetch origin master) && git reset -q --hard a193e4c8620f671b789c6b89911346cdaaad9c1e && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src obatcher.opam) (dst /Users/opam/src/./))(run (network host)(shell "opam pin add -yn obatcher.dev '/Users/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))(env DEPS "alcotest.1.9.1 arch-x86_64.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 containers.3.16 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.10.0 mingw-w64-shims.0.2.0 multicore-magic.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 picos.0.5.0 picos_aux.0.5.0 picos_mux.0.5.0 picos_std.0.5.0 qcheck.0.91 qcheck-alcotest.0.91 qcheck-core.0.91 qcheck-ounit.0.91 re.1.14.0 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-local-storage.0.2 topkg.1.1.1 uutf.1.0.4")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y obatcher.dev $DEPS"))(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /Users/opam/src))(run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-01-09 21:46.01: Waiting for resource in pool OCluster2026-01-10 03:33.50: Waiting for worker…2026-01-10 07:41.27: Got resource from pool OClusterBuilding on thymeAll commits already cachedHEAD is now at b411592 Update README.md(from windows-server-2022-amd64-ocaml-5.4)2026-01-10 07:41.27 ---> using "dc0473c210cbdaa785843aceeb4b20f70de275b54f2f11b3cd1945755e26c295" from cache/: (comment windows-server-2022-amd64-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-01-10 07:41.27 ---> using "458612386af86cf817dbe29d01dc6efb3c2620df43160b102405910eab684d9d" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using built-in defaults.<><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><>opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools.How should opam obtain Unix tools?> 1. Use tools found in PATH (Cygwin installation at C:\cygwin64)2. Automatically create an internal Cygwin installation that will be managed by opam (recommended)3. Use Cygwin installation found in C:\cygwin644. Use another existing Cygwin/MSYS2 installation5. Abort initialisation[1/2/3/4/5] 1Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from file://C:/Users/opam/opam-repository2026-01-10 07:41.27 ---> using "3bceda86eced6c80594b1121f6cd17638cfd192928e335ef4b5c0e6a8a370c40" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))CYGWIN_NT-10.0-20348 3.6.5-1.x86_64The OCaml toplevel, version 5.4.02.5.02026-01-10 07:41.27 ---> using "bbfe8c5871361a1180a9d803bce7b93263c018d1d780fe6d2ac0f7a771421cb9" from cache/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))(network host)(shell "cd ~/opam-repository && (git cat-file -e a193e4c8620f671b789c6b89911346cdaaad9c1e || git fetch origin master) && git reset -q --hard a193e4c8620f671b789c6b89911346cdaaad9c1e && git log --no-decorate -n1 --oneline && opam update -u"))a193e4c862 Merge pull request #29123 from jmid/opam-publish-qcheck.0.91<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file://C:/Users/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-01-10 07:41.27 ---> using "864b1ed329f2237e904588702c8d6d6a6f60cd9dcec6506d70306d0ba2cee354" from cache/: (copy (src obatcher.opam) (dst /Users/opam/src/./))2026-01-10 07:42.38 ---> saved as "b1da961896a79b4a5ef8c20294797904273fd9bbf067e71104d9cc690ca80df3"/: (run (network host)(shell "opam pin add -yn obatcher.dev '/Users/opam/src/./'"))[obatcher.dev] synchronised (file://C:/Users/opam/src/.)obatcher is now pinned to file://C:/Users/opam/src/. (version dev)2026-01-10 07:43.22 ---> saved as "95123c81977523a10bf3653598e20184d8f9f21af7f6335331851db2f7cd7317"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))2026-01-10 07:43.57 ---> saved as "f8214566235d5ba71dae20592d404117c001e67bf465f7984514722b53a9d0a6"/: (env DEPS "alcotest.1.9.1 arch-x86_64.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 containers.3.16 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.10.0 mingw-w64-shims.0.2.0 multicore-magic.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 picos.0.5.0 picos_aux.0.5.0 picos_mux.0.5.0 picos_std.0.5.0 qcheck.0.91 qcheck-alcotest.0.91 qcheck-core.0.91 qcheck-ounit.0.91 re.1.14.0 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-local-storage.0.2 topkg.1.1.1 uutf.1.0.4")/: (env CI true)/: (env OCAMLCI true)/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y obatcher.dev $DEPS"))<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[obatcher.dev] synchronised (file://C:/Users/opam/src/.)[NOTE] Package system-mingw is already installed (current version is 1).[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0).[NOTE] Package host-system-mingw is already installed (current version is 1).[NOTE] Package host-arch-x86_64 is already installed (current version is 1).[NOTE] Package flexdll is already installed (current version is 0.44).[NOTE] Package conf-mingw-w64-gcc-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-effects 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).[NOTE] Package arch-x86_64 is already installed (current version is 1).# To update the current shell environment, run: eval $(opam env)2026-01-10 07:47.06 ---> saved as "c501fa849494a6767765435b6b895f70a84d9b10429b4846acc7809b861a8f50"/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))(network host)(shell "opam install $DEPS"))[NOTE] Package system-mingw is already installed (current version is 1).[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0).[NOTE] Package host-system-mingw is already installed (current version is 1).[NOTE] Package host-arch-x86_64 is already installed (current version is 1).[NOTE] Package flexdll is already installed (current version is 0.44).[NOTE] Package conf-mingw-w64-gcc-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-effects 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).[NOTE] Package arch-x86_64 is already installed (current version is 1).The following actions will be performed:=== install 30 packages- install alcotest 1.9.1- install astring 0.8.5- install backoff 0.1.1- install cmdliner 2.1.0- install containers 3.16- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- install either 1.0.0- install fmt 0.11.0- install logs 0.10.0- install multicore-magic 2.3.1- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ounit2 2.2.7- install picos 0.5.0- install picos_aux 0.5.0- install picos_mux 0.5.0- install picos_std 0.5.0- install qcheck 0.91- install qcheck-alcotest 0.91- install qcheck-core 0.91- install qcheck-ounit 0.91- install re 1.14.0- install seq base- install stdlib-shims 0.3.0- install thread-local-storage 0.2- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved backoff.0.1.1 (cached)-> retrieved cmdliner.2.1.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz)-> retrieved alcotest.1.9.1 (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)-> retrieved containers.3.16 (https://github.com/c-cube/ocaml-containers/releases/download/v3.16/containers-3.16.tbz)-> retrieved csexp.1.5.2 (cached)-> retrieved either.1.0.0 (cached)-> retrieved fmt.0.11.0 (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)-> retrieved logs.0.10.0 (https://erratique.ch/software/logs/releases/logs-0.10.0.tbz)-> retrieved multicore-magic.2.3.1 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved picos.0.5.0, picos_aux.0.5.0, picos_mux.0.5.0, picos_std.0.5.0 (cached)-> retrieved qcheck.0.91, qcheck-alcotest.0.91, qcheck-core.0.91, qcheck-ounit.0.91 (https://github.com/c-cube/qcheck/archive/v0.91.tar.gz)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.14.0 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved thread-local-storage.0.2 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind_opt[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.4.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.4.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe[WARNING] C:\Users\opam\AppData\Local\opam\5.4.0\bin\safe_camlp4 is a script; the command won't be available-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed logs.0.10.0-> installed dune.3.20.2-> installed backoff.0.1.1-> installed csexp.1.5.2-> installed either.1.0.0-> installed multicore-magic.2.3.1-> installed ocaml-syntax-shims.1.0.0-> installed qcheck-core.0.91-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed picos_aux.0.5.0-> installed thread-local-storage.0.2-> installed dune-configurator.3.20.2-> installed picos.0.5.0-> installed ounit2.2.2.7-> installed alcotest.1.9.1-> installed qcheck-ounit.0.91-> installed picos_std.0.5.0-> installed qcheck-alcotest.0.91-> installed qcheck.0.91-> installed picos_mux.0.5.0-> installed containers.3.16Done.# To update the current shell environment, run: eval $(opam env)2026-01-10 07:58.19 ---> saved as "512e33e3f9d70c25869c7d949b923efadc0d1f6fab0a2658e9f808d9d0b85e3e"/: (copy (src .) (dst /Users/opam/src))2026-01-10 07:59.04 ---> saved as "10c456f037e3498a11e6b20d1cc1474aec8fc6a7f2ba211237b4d0c20e9879dc"/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && C:\Users\opam\AppData\Local\opam\5.4.0\bin\ocamlc.opt.exe -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/.test_ds.eobjs/byte -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\threads -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\alcotest -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\alcotest\engine -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\alcotest\stdlib_ext -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\astring -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\backoff -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\cmdliner -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\containers -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\containers\monomorphic -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\either -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt/cli -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt/tty -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\logs -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\logs/fmt -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\logs/threaded -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\multicore-magic -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ounit2 -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ounit2\advanced -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos\thread -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_aux\htbl -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_aux\mpmcq -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_aux\mpscq -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_mux\fifo -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_mux\multififo -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_mux\random -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_mux\thread -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_std\event -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_std\structured -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\qcheck -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\qcheck-alcotest -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\qcheck-core -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\qcheck-core\runner -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\qcheck-ounit -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\re -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\seq -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\stdlib-shims -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\thread-local-storage -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\uutf -I examples/ds/.ds.objs/byte -I src/.obatcher.objs/byte -cmi-file test/.test_ds.eobjs/byte/dune__exe__Test_ds.cmi -no-alias-deps -opaque -open Dune__exe -o test/.test_ds.eobjs/byte/dune__exe__Test_ds.cmo -c -impl test/test_ds.ml)File "test/test_ds.ml", line 11, characters 19-28:11 | (QCheck.list small_int) (fun ins_l ->^^^^^^^^^Error (alert deprecated): QCheck.small_intUse [nat_small] insteadFile "test/test_ds.ml", line 20, characters 7-26:20 | (QCheck.list_of_size (Gen.int_range 50 100) small_int)^^^^^^^^^^^^^^^^^^^Error (alert deprecated): QCheck.list_of_sizeUse [list_size] insteadFile "test/test_ds.ml", line 20, characters 50-59:20 | (QCheck.list_of_size (Gen.int_range 50 100) small_int)^^^^^^^^^Error (alert deprecated): QCheck.small_intUse [nat_small] insteadFile "test/test_ds.ml", line 35, characters 7-26:35 | (QCheck.list_of_size (Gen.int_range 52 100) (int_range (-25) 25))^^^^^^^^^^^^^^^^^^^Error (alert deprecated): QCheck.list_of_sizeUse [list_size] insteadFile "test/test_ds.ml", line 55, characters 19-28:55 | (QCheck.list small_int) (fun ins_l ->^^^^^^^^^Error (alert deprecated): QCheck.small_intUse [nat_small] insteadFile "test/test_ds.ml", line 67, characters 7-26:67 | (QCheck.list_of_size (Gen.int_range 50 100) small_int)^^^^^^^^^^^^^^^^^^^Error (alert deprecated): QCheck.list_of_sizeUse [list_size] insteadFile "test/test_ds.ml", line 67, characters 50-59:67 | (QCheck.list_of_size (Gen.int_range 50 100) small_int)^^^^^^^^^Error (alert deprecated): QCheck.small_intUse [nat_small] insteadFile "test/test_ds.ml", line 83, characters 7-26:83 | (QCheck.list_of_size (Gen.int_range 52 100) (int_range (-25) 25))^^^^^^^^^^^^^^^^^^^Error (alert deprecated): QCheck.list_of_sizeUse [list_size] insteadFile "test/test_ds.ml", line 99, characters 7-26:99 | (QCheck.list_of_size Gen.nat (tup2 int int))^^^^^^^^^^^^^^^^^^^Error (alert deprecated): QCheck.list_of_sizeUse [list_size] instead(cd _build/default && C:\Users\opam\AppData\Local\opam\5.4.0\bin\ocamlopt.opt.exe -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/.test_ds.eobjs/byte -I test/.test_ds.eobjs/native -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\threads -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\alcotest -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\alcotest\engine -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\alcotest\stdlib_ext -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\astring -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\backoff -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\cmdliner -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\containers -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\containers\monomorphic -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\either -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt/cli -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt/tty -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\logs -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\logs/fmt -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\logs/threaded -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\multicore-magic -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\multicore-magic\__private__/multicore_magic_atomic_array_boxed5 -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ounit2 -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ounit2\advanced -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos\__private__/picos_bootstrap -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos\__private__/picos_ocaml5 -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos\thread -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_aux\htbl -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_aux\mpmcq -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_aux\mpscq -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_mux\fifo -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_mux\multififo -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_mux\random -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_mux\thread -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_std\event -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\picos_std\structured -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\qcheck -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\qcheck-alcotest -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\qcheck-core -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\qcheck-core\runner -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\qcheck-ounit -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\re -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\seq -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\stdlib-shims -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\thread-local-storage -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\uutf -I examples/ds/.ds.objs/byte -I examples/ds/.ds.objs/native -I src/.obatcher.objs/byte -I src/.obatcher.objs/native -cmi-file test/.test_ds.eobjs/byte/dune__exe__Test_ds.cmi -no-alias-deps -opaque -open Dune__exe -o test/.test_ds.eobjs/native/dune__exe__Test_ds.cmx -c -impl test/test_ds.ml)File "test/test_ds.ml", line 11, characters 19-28:11 | (QCheck.list small_int) (fun ins_l ->^^^^^^^^^Error (alert deprecated): QCheck.small_intUse [nat_small] insteadFile "test/test_ds.ml", line 20, characters 7-26:20 | (QCheck.list_of_size (Gen.int_range 50 100) small_int)^^^^^^^^^^^^^^^^^^^Error (alert deprecated): QCheck.list_of_sizeUse [list_size] insteadFile "test/test_ds.ml", line 20, characters 50-59:20 | (QCheck.list_of_size (Gen.int_range 50 100) small_int)^^^^^^^^^Error (alert deprecated): QCheck.small_intUse [nat_small] insteadFile "test/test_ds.ml", line 35, characters 7-26:35 | (QCheck.list_of_size (Gen.int_range 52 100) (int_range (-25) 25))^^^^^^^^^^^^^^^^^^^Error (alert deprecated): QCheck.list_of_sizeUse [list_size] insteadFile "test/test_ds.ml", line 55, characters 19-28:55 | (QCheck.list small_int) (fun ins_l ->^^^^^^^^^Error (alert deprecated): QCheck.small_intUse [nat_small] insteadFile "test/test_ds.ml", line 67, characters 7-26:67 | (QCheck.list_of_size (Gen.int_range 50 100) small_int)^^^^^^^^^^^^^^^^^^^Error (alert deprecated): QCheck.list_of_sizeUse [list_size] insteadFile "test/test_ds.ml", line 67, characters 50-59:67 | (QCheck.list_of_size (Gen.int_range 50 100) small_int)^^^^^^^^^Error (alert deprecated): QCheck.small_intUse [nat_small] insteadFile "test/test_ds.ml", line 83, characters 7-26:83 | (QCheck.list_of_size (Gen.int_range 52 100) (int_range (-25) 25))^^^^^^^^^^^^^^^^^^^Error (alert deprecated): QCheck.list_of_sizeUse [list_size] insteadFile "test/test_ds.ml", line 99, characters 7-26:99 | (QCheck.list_of_size Gen.nat (tup2 int int))^^^^^^^^^^^^^^^^^^^Error (alert deprecated): QCheck.list_of_sizeUse [list_size] instead(cd _build/default/test && .\test_obatcher.exe)qcheck random seed: 673789377Testing `Obatcher'.This run has ID `ERBNEB0P'.[OK] Fifos scheduler 0 Req submitted = Req completed (1 domains, 1 fibers).[OK] Fifos scheduler 1 Req submitted = Req completed (8 domains, 1 fibers).[OK] Fifos scheduler 2 Req submitted = Req completed (1 domains, 8 fibers).[OK] Fifos scheduler 3 Req submitted = Req completed (8 domains, 8 fibers).[OK] Fifos scheduler 4 Batches are linearizable (1 domains, 1 fibers).[OK] Fifos scheduler 5 Batches are linearizable (8 domains, 1 fibers).[OK] Fifos scheduler 6 Batches are linearizable (1 domains, 8 fibers).[OK] Fifos scheduler 7 Batches are linearizable (8 domains, 8 fibers).[OK] Threaded scheduler 0 Req submitted = Req completed (1 domains, 1 fibers).[OK] Threaded scheduler 1 Req submitted = Req completed (8 domains, 1 fibers).[OK] Threaded scheduler 2 Req submitted = Req completed (1 domains, 8 fibers).[OK] Threaded scheduler 3 Req submitted = Req completed (8 domains, 8 fibers).[OK] Threaded scheduler 4 Batches are linearizable (1 domains, 1 fibers).[OK] Threaded scheduler 5 Batches are linearizable (8 domains, 1 fibers).[OK] Threaded scheduler 6 Batches are linearizable (1 domains, 8 fibers).[OK] Threaded scheduler 7 Batches are linearizable (8 domains, 8 fibers).[OK] Randos scheduler 0 Req submitted = Req completed (1 domains, 1 fibers).[OK] Randos scheduler 1 Req submitted = Req completed (8 domains, 1 fibers).[OK] Randos scheduler 2 Req submitted = Req completed (1 domains, 8 fibers).[OK] Randos scheduler 3 Req submitted = Req completed (8 domains, 8 fibers).[OK] Randos scheduler 4 Batches are linearizable (1 domains, 1 fibers).[OK] Randos scheduler 5 Batches are linearizable (8 domains, 1 fibers).[OK] Randos scheduler 6 Batches are linearizable (1 domains, 8 fibers).[OK] Randos scheduler 7 Batches are linearizable (8 domains, 8 fibers).[OK] Multififo scheduler 0 Req submitted = Req completed (1 domains, 1 fibers).[OK] Multififo scheduler 1 Req submitted = Req completed (8 domains, 1 fibers).[OK] Multififo scheduler 2 Req submitted = Req completed (1 domains, 8 fibers).[OK] Multififo scheduler 3 Req submitted = Req completed (8 domains, 8 fibers).[OK] Multififo scheduler 4 Batches are linearizable (1 domains, 1 fibers).[OK] Multififo scheduler 5 Batches are linearizable (8 domains, 1 fibers).[OK] Multififo scheduler 6 Batches are linearizable (1 domains, 8 fibers).[OK] Multififo scheduler 7 Batches are linearizable (8 domains, 8 fibers).Full test results in `~\src\_build\default\test\_build\_tests\ERBNEB0P'.Test Successful in 20.563s. 32 tests run."cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-01-10 08:00.28: Job failed: Failed: Build failed