2025-07-31 07:27.59: New job: test koonwen/obatcher https://github.com/koonwen/obatcher.git#refs/heads/main (b41159255c46bbbb1b7fe91f7ce91148776dbc35) (openbsd-amd64:openbsd-77-amd64-5.3_opam-2.4) Base: openbsd-77-amd64-ocaml-5.3 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.3 # openbsd-77-amd64-5.3_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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && 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.0 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.1.3.0 containers.3.16 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 either.1.0.0 fmt.0.11.0 logs.0.9.0 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.26 qcheck-alcotest.0.26 qcheck-core.0.26 qcheck-ounit.0.26 re.1.13.2 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.1.0 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-07-31 07:27.59: Using cache hint "koonwen/obatcher-openbsd-77-amd64-ocaml-5.3-openbsd-77-amd64-5.3_opam-2.4-f5eafabc11c5f206d6035fd4f92280cc" 2025-07-31 07:27.59: Using OBuilder spec: ((from openbsd-77-amd64-ocaml-5.3) (comment openbsd-77-amd64-5.3_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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && 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.0 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.1.3.0 containers.3.16 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 either.1.0.0 fmt.0.11.0 logs.0.9.0 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.26 qcheck-alcotest.0.26 qcheck-core.0.26 qcheck-ounit.0.26 re.1.13.2 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.1.0 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-07-31 07:27.59: Waiting for resource in pool OCluster 2025-07-31 18:49.01: Waiting for worker… 2025-07-31 23:59.46: 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.3) 2025-07-31 23:59.47 ---> using "dc707c89317e57219dd7c32040190088ba567d26527ae4e5705249b0fb8a1108" from cache /: (comment openbsd-77-amd64-5.3_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-07-31 23:59.47 ---> using "4d9f2a8454ac13a719d2037eb6c4585f3abe585d262d4d52cd10fd3a6a878703" 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-07-31 23:59.47 ---> using "bb11bdcc8731bf96bbd893c143001a8c2da00300f0748ab029cedf39ac58fbd1" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.7 The OCaml toplevel, version 5.3.0 2.4.1 2025-07-31 23:59.47 ---> using "3e94658d8253b73c02953660f5bc81fa4c7c3f8596f6a9a76722eed615a3e4e9" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u")) e77940d8ff Merge pull request #28255 from dbuenzli/b0-publish-fmt.0.11.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-07-31 23:59.47 ---> using "74172efe116b40072299f689a641f6dc76a16eb21c0b7358edc1b3091c485adf" from cache /: (copy (src obatcher.opam) (dst /home/opam/src/./)) 2025-08-01 00:00.44 ---> saved as "9f73fb95d9aeb4be3587c5650359035f2f425ba9ce32c365bccce966d0872afd" /: (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-08-01 00:01.39 ---> saved as "70e0d8136658e9df25339a502e3a24c4c8f2de10c745b9d532bf121792e11ecd" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2025-08-01 00:02.37 ---> saved as "f274cd21fba67c73a3f4ffaefd178ca314e13d3c24ead5ca33b135fca85c765e" /: (env DEPS "alcotest.1.9.0 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.1.3.0 containers.3.16 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 either.1.0.0 fmt.0.11.0 logs.0.9.0 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.26 qcheck-alcotest.0.26 qcheck-core.0.26 qcheck-ounit.0.26 re.1.13.2 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.1.0 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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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-08-01 00:03.40 ---> saved as "728fc6f27642ff5d04fdabff453eba52fd95db696caa7125a20c9b1e2a97d3db" /: (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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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.0 - install astring 0.8.5 - install backoff 0.1.1 - install cmdliner 1.3.0 - install containers 3.16 - install csexp 1.5.2 - install dune 3.19.1 - install dune-configurator 3.19.1 - install either 1.0.0 - install fmt 0.11.0 - install logs 0.9.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.26 - install qcheck-alcotest 0.26 - install qcheck-core 0.26 - install qcheck-ounit 0.26 - install re 1.13.2 - install seq base - install stdlib-shims 0.3.0 - install thread-local-storage 0.2 - install topkg 1.1.0 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved backoff.0.1.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved containers.3.16 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved either.1.0.0 (cached) -> retrieved logs.0.9.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.26, qcheck-alcotest.0.26, qcheck-core.0.26, qcheck-ounit.0.26 (cached) -> retrieved seq.base (cached) -> retrieved re.1.13.2 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved thread-local-storage.0.2 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> installed cmdliner.1.3.0 -> installed dune.3.19.1 -> installed ocamlbuild.0.16.1 -> installed backoff.0.1.1 -> installed csexp.1.5.2 -> installed either.1.0.0 -> installed dune-configurator.3.19.1 -> 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.26 -> installed seq.base -> installed stdlib-shims.0.3.0 -> installed re.1.13.2 -> installed ounit2.2.2.7 -> installed thread-local-storage.0.2 -> installed qcheck-ounit.0.26 -> installed picos.0.5.0 -> installed qcheck.0.26 -> installed picos_std.0.5.0 -> installed topkg.1.1.0 -> installed picos_mux.0.5.0 -> installed astring.0.8.5 -> installed fmt.0.11.0 -> installed uutf.1.0.4 -> installed logs.0.9.0 -> installed alcotest.1.9.0 -> installed qcheck-alcotest.0.26 Done. # To update the current shell environment, run: eval $(opam env) 2025-08-01 00:14.25 ---> saved as "7276cb8c495294ef7c099643fc37c8f8a8d673f4722bbeca959e5480c4cf6d09" /: (copy (src .) (dst /home/opam/src)) 2025-08-01 00:15.07 ---> saved as "b5662668f69659ee3c923b05bb91718517df8bdcae165e3335718252d516b080" /: (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: 85396383 Testing `Batched data structures'. This run has ID `Z891H96V'. [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 6.243s. 6 tests run. (cd _build/default/test && ./test_obatcher.exe) qcheck random seed: 974703842 Testing `Obatcher'. This run has ID `Q5DU7GHF'. [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.310s. 32 tests run. 2025-08-01 00:16.02 ---> saved as "afc739e4d0ede6330c0dad1ac7084c8d96686d2c7c0815901f52febba3d346d2" Job succeeded 2025-08-01 00:16.02: Job succeeded