2025-11-05 15:28.16: New job: test koonwen/obatcher https://github.com/koonwen/obatcher.git#refs/heads/main (b41159255c46bbbb1b7fe91f7ce91148776dbc35) (openbsd-amd64:openbsd-77-amd64-5.4_opam-2.4) Base: openbsd-77-amd64-ocaml-5.4 Opam project build To reproduce locally: git clone --recursive "https://github.com/koonwen/obatcher.git" -b "main" && cd "obatcher" && git reset --hard b4115925 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-77-amd64-ocaml-5.4 # openbsd-77-amd64-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN 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 --chown=1000:1000 obatcher.opam /home/opam/src/./ RUN opam pin add -yn obatcher.dev '/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project' ENV DEPS="alcotest.1.9.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 containers.3.16 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 fmt.0.11.0 logs.0.10.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-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 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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-11-05 15:28.16: Using cache hint "koonwen/obatcher-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.4-6e717e92c1793f92accda240821be33d" 2025-11-05 15:28.16: Using OBuilder spec: ((from openbsd-77-amd64-ocaml-5.4) (comment openbsd-77-amd64-5.4_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "doas 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 /home/opam/.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 /home/opam/src/./)) (run (network host) (shell "opam pin add -yn obatcher.dev '/home/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) (env DEPS "alcotest.1.9.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 containers.3.16 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 fmt.0.11.0 logs.0.10.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-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 thread-local-storage.0.2 topkg.1.1.1 uutf.1.0.4") (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.4 --depext-only -y obatcher.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /home/opam/src)) (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-11-05 15:28.16: Waiting for resource in pool OCluster 2025-11-05 15:28.16: Waiting for worker… 2025-11-05 16:08.58: Got resource from pool OCluster Building on oregano All commits already cached HEAD is now at b411592 Update README.md (from openbsd-77-amd64-ocaml-5.4) 2025-11-05 16:08.59 ---> using "8424522d1f78b81b26ba463ba357c8ca122e0f74070b621aa84fc80c68430631" from cache /: (comment openbsd-77-amd64-5.4_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "doas ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-11-05 16:08.59 ---> using "c9c9d20b21285c86d832e721a23e6d7df92b8c156184c48d4f8227c52c533e04" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using 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. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from file:///home/opam/opam-repository 2025-11-05 16:08.59 ---> using "4fe223850f63b3570d56a2e9a2f2955ccada1b654ec00cbaced22f9e9f923ca0" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.7 The OCaml toplevel, version 5.4.0 2.4.1 2025-11-05 16:08.59 ---> using "8d299a54fbfd348a915878f15036df1470bbbf7d8b30158a99fe7f714d061672" from cache /: (run (cache (opam-archives (target /home/opam/.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_HEAD 5bf570252b..70d1dfb3b8 master -> origin/master 70d1dfb3b8 Merge pull request #28838 from dbuenzli/b0-publish-logs.0.10.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-11-05 16:08.59 ---> using "40f4fef8fcc8a7bd085e9b499932239319f5ca5626179e8edd4f245a3cb1273e" from cache /: (copy (src obatcher.opam) (dst /home/opam/src/./)) 2025-11-05 16:09.41 ---> saved as "d6307720d82e981e4af92c52f1781e7e3ba47feeb8de07a07b2ed15e7bc5a568" /: (run (network host) (shell "opam pin add -yn obatcher.dev '/home/opam/src/./'")) [obatcher.dev] synchronised (file:///home/opam/src) obatcher is now pinned to file:///home/opam/src (version dev) 2025-11-05 16:10.23 ---> saved as "a329b9bcbc85da14d1074dfa64196a0b4058fad8802253a5b226a10f7b61f880" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2025-11-05 16:11.05 ---> saved as "56b0345676aac6836a7409f1357b72a80e7dcead64d4e8ceeb376c41af648ce5" /: (env DEPS "alcotest.1.9.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 containers.3.16 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 fmt.0.11.0 logs.0.10.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-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 thread-local-storage.0.2 topkg.1.1.1 uutf.1.0.4") /: (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.4 --depext-only -y obatcher.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [obatcher.dev] synchronised (file:///home/opam/src) [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-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 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). 2025-11-05 16:11.57 ---> saved as "e0eff5458145b84b7d34ba23f61b35d809c56c1847fb8895804f8903cac292d5" /: (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-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 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). 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 backoff.0.1.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved alcotest.1.9.1 (cached) -> retrieved containers.3.16 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cmdliner.2.0.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved either.1.0.0 (cached) -> retrieved logs.0.10.0 (cached) -> 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 (cached) -> retrieved seq.base (cached) -> retrieved re.1.14.0 (cached) -> 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 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> installed cmdliner.2.0.0 -> installed dune.3.20.2 -> installed ocamlbuild.0.16.1 -> installed backoff.0.1.1 -> installed csexp.1.5.2 -> installed either.1.0.0 -> installed dune-configurator.3.20.2 -> installed multicore-magic.2.3.1 -> installed containers.3.16 -> installed ocaml-syntax-shims.1.0.0 -> installed ocamlfind.1.9.8 -> installed picos_aux.0.5.0 -> installed qcheck-core.0.27 -> installed re.1.14.0 -> installed seq.base -> installed stdlib-shims.0.3.0 -> installed thread-local-storage.0.2 -> installed ounit2.2.2.7 -> installed picos.0.5.0 -> installed qcheck-ounit.0.27 -> installed picos_std.0.5.0 -> installed qcheck.0.27 -> installed picos_mux.0.5.0 -> installed topkg.1.1.1 -> installed astring.0.8.5 -> installed fmt.0.11.0 -> installed uutf.1.0.4 -> installed logs.0.10.0 -> installed alcotest.1.9.1 -> installed qcheck-alcotest.0.27 Done. # To update the current shell environment, run: eval $(opam env) 2025-11-05 16:22.42 ---> saved as "3668bacba29010e6cf606cb23ccbc5f2c3862a6ee427f6b042c066c615eb3a51" /: (copy (src .) (dst /home/opam/src)) 2025-11-05 16:23.26 ---> saved as "7f289278ec75798b920778da26e7db2fc97f192bfc076c5a4e1cc697843b7c01" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test_ds.exe) qcheck random seed: 413239246 Testing `Batched data structures'. This run has ID `E8JIPYVJ'. [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 o... [OK] Btree 1 member lookup not vacuously true. [OK] Btree 2 size = elements inserted, duplicates pe... Full test results in `~/src/_build/default/test/_build/_tests/Batched data structures'. Test Successful in 5.791s. 6 tests run. (cd _build/default/test && ./test_obatcher.exe) qcheck random seed: 246830932 Testing `Obatcher'. This run has ID `DH7CU9MM'. [OK] Fifos scheduler 0 Req submitted = Req complete... [OK] Fifos scheduler 1 Req submitted = Req complete... [OK] Fifos scheduler 2 Req submitted = Req complete... [OK] Fifos scheduler 3 Req submitted = Req complete... [OK] Fifos scheduler 4 Batches are linearizable (1 ... [OK] Fifos scheduler 5 Batches are linearizable (4 ... [OK] Fifos scheduler 6 Batches are linearizable (1 ... [OK] Fifos scheduler 7 Batches are linearizable (4 ... [OK] Threaded scheduler 0 Req submitted = Req complete... [OK] Threaded scheduler 1 Req submitted = Req complete... [OK] Threaded scheduler 2 Req submitted = Req complete... [OK] Threaded scheduler 3 Req submitted = Req complete... [OK] Threaded scheduler 4 Batches are linearizable (1 ... [OK] Threaded scheduler 5 Batches are linearizable (4 ... [OK] Threaded scheduler 6 Batches are linearizable (1 ... [OK] Threaded scheduler 7 Batches are linearizable (4 ... [OK] Randos scheduler 0 Req submitted = Req complete... [OK] Randos scheduler 1 Req submitted = Req complete... [OK] Randos scheduler 2 Req submitted = Req complete... [OK] Randos scheduler 3 Req submitted = Req complete... [OK] Randos scheduler 4 Batches are linearizable (1 ... [OK] Randos scheduler 5 Batches are linearizable (4 ... [OK] Randos scheduler 6 Batches are linearizable (1 ... [OK] Randos scheduler 7 Batches are linearizable (4 ... [OK] Multififo scheduler 0 Req submitted = Req complete... [OK] Multififo scheduler 1 Req submitted = Req complete... [OK] Multififo scheduler 2 Req submitted = Req complete... [OK] Multififo scheduler 3 Req submitted = Req complete... [OK] Multififo scheduler 4 Batches are linearizable (1 ... [OK] Multififo scheduler 5 Batches are linearizable (4 ... [OK] Multififo scheduler 6 Batches are linearizable (1 ... [OK] Multififo scheduler 7 Batches are linearizable (4 ... Full test results in `~/src/_build/default/test/_build/_tests/Obatcher'. Test Successful in 8.358s. 32 tests run. 2025-11-05 16:24.21 ---> saved as "66d299765d7e795c0425e8d38960b208a871991c9687606f38596344c5d7eaeb" Job succeeded 2025-11-05 16:24.21: Job succeeded