2025-11-05 15:28.16: 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.4)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.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && 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.0.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.27 qcheck-alcotest.0.27 qcheck-core.0.27 qcheck-ounit.0.27 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.4 --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-BLOCK2025-11-05 15:28.16: Using cache hint "koonwen/obatcher-windows-server-2022-amd64-ocaml-5.4-windows-server-2022-amd64-5.4_opam-2.4-c29b5aedc4009940bfe3f32e56907f0b"2025-11-05 15:28.16: Using OBuilder spec:((from windows-server-2022-amd64-ocaml-5.4)(comment windows-server-2022-amd64-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f /usr/bin/opam-2.4 /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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && 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.0.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.27 qcheck-alcotest.0.27 qcheck-core.0.27 qcheck-ounit.0.27 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.4 --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")))2025-11-05 15:28.16: Waiting for resource in pool OCluster2025-11-05 15:28.16: Waiting for worker…2025-11-05 16:01.45: 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)2025-11-05 16:01.45 ---> using "dc0473c210cbdaa785843aceeb4b20f70de275b54f2f11b3cd1945755e26c295" from cache/: (comment windows-server-2022-amd64-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-05 16:01.45 ---> using "2cc10c0de974a41a492b52f4c10e4774291ab2452e1192584f4bd1214eecf165" 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-repository2025-11-05 16:01.45 ---> using "e3a025f74254e53619e1cb17b830cf27adf6ecfb6e45ea98f6e1b9fc227d98a5" 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.4.12025-11-05 16:01.45 ---> using "b2317ce0850b83bf9a96e1d3315a4c08197605467948e554d9a6e5c89b07a70d" 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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..70d1dfb3b8 master -> origin/master70d1dfb3b8 Merge pull request #28838 from dbuenzli/b0-publish-logs.0.10.0<><> 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)2025-11-05 16:01.45 ---> using "30b9279b5f70ba995bfae5ffeb5556aa2bf39700b39ce6a7bbb1bc9b2ce49bdb" from cache/: (copy (src obatcher.opam) (dst /Users/opam/src/./))2025-11-05 16:02.07 ---> saved as "0f7b806352bdc83498b2dffdd67c08ed7258fa5694cbce30e61a274a44f74771"/: (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)2025-11-05 16:02.31 ---> saved as "2090f084cb8e974152eb58a6c9a98b1257578368e3e2c268482a404ddca53ae9"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))2025-11-05 16:03.12 ---> saved as "5aef28833bd16b39b5750c242c7016a0c7948a0e11450672b9e27c001eeb2ad6"/: (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.0.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.27 qcheck-alcotest.0.27 qcheck-core.0.27 qcheck-ounit.0.27 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.4 --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).2025-11-05 16:05.44 ---> saved as "c2861e4a5bfff0c414f2680eb20062e981156d883856c06547f51d063b30721e"/: (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.0.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.27- install qcheck-alcotest 0.27- install qcheck-core 0.27- install qcheck-ounit 0.27- 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.0.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-2.0.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.27, qcheck-alcotest.0.27, qcheck-core.0.27, qcheck-ounit.0.27 (https://github.com/c-cube/qcheck/archive/v0.27.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.0.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.27-> 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.27-> installed qcheck-alcotest.0.27-> installed picos_std.0.5.0-> installed qcheck.0.27-> installed picos_mux.0.5.0-> installed containers.3.16Done.# To update the current shell environment, run: eval $(opam env)2025-11-05 16:15.07 ---> saved as "39b33882974798604f03d9f4203c6c1a34ffdae0bf5470c4cdeceff6f9e97e46"/: (copy (src .) (dst /Users/opam/src))2025-11-05 16:15.49 ---> saved as "e1f70f3751eb62faecc0f82ee448d740ff944501b46ba47cf51d2a4a19da887f"/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && .\test_ds.exe)qcheck random seed: 101882277Testing `Batched data structures'.This run has ID `9QWQKLXB'.[OK] Skiplist 0 inserts return true on member lookup.[OK] Skiplist 1 member lookup not vacuously true.[OK] Skiplist 2 duplicate elements are not inserted.[OK] Btree 0 inserts return true & correct element on member lookup.[OK] Btree 1 member lookup not vacuously true.[OK] Btree 2 size = elements inserted, duplicates persist.Full test results in `~\src\_build\default\test\_build\_tests\9QWQKLXB'.Test Successful in 3.594s. 6 tests run.(cd _build/default/test && .\test_obatcher.exe)qcheck random seed: 745637740Testing `Obatcher'.This run has ID `6P0YL8MK'.[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\6P0YL8MK'.Test Successful in 13.609s. 32 tests run.2025-11-05 16:16.55 ---> saved as "c70ac50877a999dc6e56a037261454cedeabec2603f8e77229524ff9a9f4c14b"Job succeeded2025-11-05 16:16.55: Job succeeded