2025-11-05 15:28.16: New job: test koonwen/obatcher https://github.com/koonwen/obatcher.git#refs/heads/main (b41159255c46bbbb1b7fe91f7ce91148776dbc35) (linux-x86_64:debian-13-5.4+flambda_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933Opam 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 ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933# debian-13-5.4+flambda_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 ./RUN opam pin add -yn obatcher.dev './'RUN echo '(lang dune 3.0)' > './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-compiler.5.4.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.0+options 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN 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-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933-debian-13-5.4+flambda_opam-2.4-66dd5a237b0d0f4261ff7844a40f06ba"2025-11-05 15:28.16: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933)(comment debian-13-5.4+flambda_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo 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"))(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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src obatcher.opam) (dst ./))(run (network host)(shell "opam pin add -yn obatcher.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './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-compiler.5.4.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.0+options 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 /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-11-05 15:28.16: Waiting for resource in pool OCluster2025-11-05 16:03.20: Waiting for worker…2025-11-05 16:06.57: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at b411592 Update README.md(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933' locallydocker.io/ocaml/opam@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933: Pulling from ocaml/opamcae3b572364a: Already exists1ea31b9b2905: Already exists00af97c1a7ee: Already exists2888ddae7853: Already exists169f1c0e1d75: Already existsb97630267a3c: Already exists8f0f0f294210: Already existsa61c20f8abb8: Already exists276b6584a497: Already existsf959c052cfb3: Already existsbadfcf6bb6a0: Already existsa922ef0f4b3a: Already exists763b846be8bd: Already existsf2aedde72921: Already exists93872d64e9dc: Already exists5539ecb0d21f: Already exists1da4220c24fc: Already exists3370bc40449d: Already existsd9f40c12529d: Already exists1cc07cfbde7c: Already exists6192479a37f0: Already exists4f4fb700ef54: Already exists4ecb3473db3c: Already exists7b53a84c214e: Already existsbf785b671409: Already existsd31b01dff4a7: Already exists573722d1f7a6: Already existsed9a82da7774: Already exists2124637b0a62: Already exists55471547ee86: Already exists7c57db1a5e44: Already existsc9318ee17ec1: Already exists3746bb8be4f4: Already exists343122758f2e: Already existsd2c146b14ad0: Already exists480879182a9f: Already exists41ec89e6098c: Already exists9a9e8fae4e62: Already exists0bedcf0c3971: Already exists595479dafdfb: Already existsd808eb6342e5: Already exists9be9c7fc6d78: Already exists460ed924d035: Already exists262579630356: Already existsd77e746d137e: Already exists2f2153070a8d: Already existse156a7fecdea: Already existsDigest: sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933Status: Downloaded newer image for ocaml/opam@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d876739332025-11-05 16:07.34 ---> saved as "6aac88b40f8371df71ceaa583553943aaa2f334eb9f2c24a03f1036a44dbf41f"/: (comment debian-13-5.4+flambda_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-05 16:07.35 ---> saved as "4af4db56322f2f0c85d629dbe510932763c6b2b1976cf88a8d80b906e22d12a4"/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 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-05 16:08.06 ---> saved as "d0e85ef98074b40067e94f168ff3ed5cb417c68cb50047d7d91df4680844c444"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 5.4.02.4.12025-11-05 16:08.06 ---> saved as "d4c745d416d0ad39026f729b7e42fa33645ccd268b3c6ce110c95ee11b42edf3"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-05 16:08.07 ---> saved as "ff3572a5540826f30578995d37df9333fd351510fd19da0873c9c071bb414e99"/src: (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_HEAD5bf570252b..70d1dfb3b8 master -> origin/master70d1dfb3b8 Merge pull request #28838 from dbuenzli/b0-publish-logs.0.10.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-05 16:08.46 ---> saved as "c344bb45cc2feaf43daad2cd14b89eb2595269163b3ba812be799a7202b088f9"/src: (copy (src obatcher.opam) (dst ./))2025-11-05 16:08.47 ---> saved as "df65d2f6ce7d4ed414f4243159e1cfb13489f38bc033bdfa4c7c83e92d91edac"/src: (run (network host)(shell "opam pin add -yn obatcher.dev './'"))[obatcher.dev] synchronised (file:///src)obatcher is now pinned to file:///src (version dev)2025-11-05 16:08.50 ---> saved as "bc9a4a006b61e81706b8f1ad75c5fb11aa143aaf93beeaf101e71c385cac1953"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-05 16:08.51 ---> saved as "876c32d81cfe58e725ef51ecb1903ccad4dca61126df3d4f99a4097d5fc27b2f"/src: (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-compiler.5.4.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.0+options 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")/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.4 --depext-only -y obatcher.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [69.2 kB]- Fetched 160 kB in 0s (849 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[obatcher.dev] synchronised (file:///src)[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).[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 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:09.10 ---> saved as "c285a84d7191ace9923ca329e4161293904d3ef8275d6cb49cedb92519ea67a4"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).[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 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 alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved backoff.0.1.1 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved either.1.0.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved containers.3.16 (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)-> installed seq.base-> 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 ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> 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 either.1.0.0-> installed multicore-magic.2.3.1-> installed csexp.1.5.2-> installed backoff.0.1.1-> installed stdlib-shims.0.3.0-> installed thread-local-storage.0.2-> installed picos_aux.0.5.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed picos.0.5.0-> installed qcheck-core.0.27-> installed picos_std.0.5.0-> installed ounit2.2.2.7-> installed picos_mux.0.5.0-> installed dune-configurator.3.20.2-> installed qcheck-ounit.0.27-> installed qcheck.0.27-> installed alcotest.1.9.1-> installed qcheck-alcotest.0.27-> installed containers.3.16Done.# To update the current shell environment, run: eval $(opam env)2025-11-05 16:11.12 ---> saved as "fa008807c8d8fb64b9d4663369f1448977bdd34c09a75a5872f166df30c03af2"/src: (copy (src .) (dst /src))2025-11-05 16:11.13 ---> saved as "55fe7932ffe250a1b8ca71fc01d521fa218385521f860d59f4b7cd7f26110658"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_ds.exe)qcheck random seed: 418677845Testing `Batched data structures'.This run has ID `JSX1CB8F'.[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.126s. 6 tests run.(cd _build/default/test && ./test_obatcher.exe)qcheck random seed: 712203217Testing `Obatcher'.This run has ID `DCRQS3Q3'.[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 (72...[OK] Fifos scheduler 6 Batches are linearizable (1 ...[OK] Fifos scheduler 7 Batches are linearizable (72...[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 (72...[OK] Threaded scheduler 6 Batches are linearizable (1 ...[OK] Threaded scheduler 7 Batches are linearizable (72...[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 (72...[OK] Randos scheduler 6 Batches are linearizable (1 ...[OK] Randos scheduler 7 Batches are linearizable (72...[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 (72...[OK] Multififo scheduler 6 Batches are linearizable (1 ...[OK] Multififo scheduler 7 Batches are linearizable (72...Full test results in `/src/_build/default/test/_build/_tests/Obatcher'.Test Successful in 549.400s. 32 tests run.2025-11-05 16:20.25 ---> saved as "e7a67f920be119c3406c95656516de07cad666594fc8a611eaa2f256d83f7778"Job succeeded2025-11-05 16:20.25: Job succeeded