2025-11-05 15:28.16: New job: test koonwen/obatcher https://github.com/koonwen/obatcher.git#refs/heads/main (b41159255c46bbbb1b7fe91f7ce91148776dbc35) (linux-x86_64:fedora-42-5.4_opam-2.4)Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071fOpam 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:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f# fedora-42-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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-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 $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:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f-fedora-42-5.4_opam-2.4-6e717e92c1793f92accda240821be33d"2025-11-05 15:28.16: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f)(comment fedora-42-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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-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 /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.17: Waiting for worker…2025-11-05 16:06.49: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at b411592 Update README.md(from ocaml/opam:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f)Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f' locallydocker.io/ocaml/opam@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f: Pulling from ocaml/opam23d67b40c167: Pulling fs layer69510a91bfc8: Pulling fs layer360b948ef8f7: Pulling fs layerb0b7d6fd83cf: Pulling fs layer39a6e4eba3c0: Pulling fs layera71731946f34: Pulling fs layerb0b7d6fd83cf: Waiting39a6e4eba3c0: Waitinga71731946f34: Waiting69510a91bfc8: Download completeb0b7d6fd83cf: Verifying Checksumb0b7d6fd83cf: Download complete39a6e4eba3c0: Verifying Checksum39a6e4eba3c0: Download completea71731946f34: Verifying Checksuma71731946f34: Download complete23d67b40c167: Verifying Checksum23d67b40c167: Download complete23d67b40c167: Pull complete69510a91bfc8: Pull complete360b948ef8f7: Download complete360b948ef8f7: Pull completeb0b7d6fd83cf: Pull complete39a6e4eba3c0: Pull completea71731946f34: Pull completeDigest: sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071fStatus: Downloaded newer image for ocaml/opam@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f2025-11-05 16:07.01 ---> using "aae9cfea062639794bebda74c20f122cbfe2b260a1ae6b51750064798a04d0df" from cache/: (comment fedora-42-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 42 - x86_64 100% | 33.1 KiB/s | 24.6 KiB | 00m01sFedora 42 - x86_64 - Updates 100% | 34.0 KiB/s | 19.0 KiB | 00m01sFedora 42 openh264 (From Cisco) - x86_ 100% | 4.0 KiB/s | 986.0 B | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2025-11-05 16:07.02 ---> using "02dd4d9c19ab680581c8d7cbc01b94987ce9649016e07d72dadf4d94a001d7ef" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-05 16:07.03 ---> using "d446a92d02f58e29a07180b9f0cf0b9dff9d7a858fb4418ff090e91d252c3682" from cache/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:07.06 ---> using "5adbe08912fbd8109b2c9feb2eafe695e692d6649b33f7f39e3ab9488d96d021" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.4.02.4.12025-11-05 16:07.06 ---> using "a3cd804eb52feb269ae3092f6be9254aa521c472788d6d15698015b7a67d5fd3" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-05 16:07.06 ---> using "c23a7344128e0b629217f5fffed5949275c120d29d7decaef0428d60db190ca3" from cache/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_HEAD1abfcdbf14..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.01 ---> saved as "558fca69e06a915c3ae2a187a2b312b09b2ecf0a10785c2a07a2e0e6abc2ef45"/src: (copy (src obatcher.opam) (dst ./))2025-11-05 16:08.21 ---> saved as "fb8a49073e1b80f6480ebc5b5ce6da13acf447314d95537c66bc961ae9b33ece"/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.35 ---> saved as "f7648ed97ea821e4e6618f4f3c4b6c4f0ad857c98e29ee427103f3f9c232c663"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-05 16:08.47 ---> saved as "66665e9914c46878a9e4dcc3d05ca421ab2ddc1438d90284cb6a0e6bf2755f54"/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-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")/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/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[obatcher.dev] synchronised (file:///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:09.30 ---> saved as "fb7cf6904d2dd03b29aa18d3752810edca34c8d9fdcfc2a9013b2dd318a2d18a"/src: (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 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 ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (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 dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved topkg.1.1.1 (cached)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> 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 csexp.1.5.2-> installed backoff.0.1.1-> installed either.1.0.0-> installed multicore-magic.2.3.1-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed thread-local-storage.0.2-> installed picos_aux.0.5.0-> installed qcheck-core.0.27-> installed picos.0.5.0-> installed alcotest.1.9.1-> installed ounit2.2.2.7-> installed picos_std.0.5.0-> installed qcheck-alcotest.0.27-> installed qcheck-ounit.0.27-> installed dune-configurator.3.20.2-> installed picos_mux.0.5.0-> installed qcheck.0.27-> installed containers.3.16Done.# To update the current shell environment, run: eval $(opam env)2025-11-05 16:10.32 ---> saved as "b67c42ba7192bcc2d6ed808218bbee81c09b4338bdea531abf8a6feaf3665a16"/src: (copy (src .) (dst /src))2025-11-05 16:12.09 ---> saved as "7aaf472fe5d7e94af7e0d8ea9c303116ea05e56aa6f60e7a2bf89033f5c5b6c1"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_ds.exe)qcheck random seed: 869180935Testing `Batched data structures'.This run has ID `7LX0IOE1'.[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 2.447s. 6 tests run.(cd _build/default/test && ./test_obatcher.exe)qcheck random seed: 707252466Testing `Obatcher'.This run has ID `3W5M85LW'.[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 36.971s. 32 tests run.2025-11-05 16:13.00 ---> saved as "01f9e5ed3d6982cf4d199fdb3fea5fdb7f7e92ecfbd7de4fd0dbe1ba5a943da3"Job succeeded2025-11-05 16:13.20: Job succeeded