2025-05-10 12:26.14: New job: test koonwen/obatcher https://github.com/koonwen/obatcher.git#refs/heads/main (70ce25dc4497d068e2221ff02787a95a896604cc) (linux-arm64:debian-12-5.3_arm32_opam-2.3)Base: ocaml/opam:debian-12-ocaml-5.3@sha256:71c585b40a233634d2ba60a97652fd4cb5dae7b100662571d5727ada704faa6fOpam project buildTo reproduce locally:git clone --recursive "https://github.com/koonwen/obatcher.git" -b "main" && cd "obatcher" && git reset --hard 70ce25dccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.3@sha256:71c585b40a233634d2ba60a97652fd4cb5dae7b100662571d5727ada704faa6f# debian-12-5.3_arm32_opam-2.3USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && 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.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.15 csexp.1.5.2 dune.3.18.2 dune-configurator.3.18.2 either.1.0.0 fmt.0.10.0 logs.0.8.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-option-bytecode-only.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.25 qcheck-alcotest.0.25 qcheck-core.0.25 qcheck-ounit.0.25 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.0.8 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --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-05-10 12:26.14: Using cache hint "koonwen/obatcher-ocaml/opam:debian-12-ocaml-5.3@sha256:71c585b40a233634d2ba60a97652fd4cb5dae7b100662571d5727ada704faa6f-debian-12-5.3_arm32_opam-2.3-b29e9194efd5fd3e9f9c713d97177271"2025-05-10 12:26.14: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.3@sha256:71c585b40a233634d2ba60a97652fd4cb5dae7b100662571d5727ada704faa6f)(comment debian-12-5.3_arm32_opam-2.3)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && 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.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.15 csexp.1.5.2 dune.3.18.2 dune-configurator.3.18.2 either.1.0.0 fmt.0.10.0 logs.0.8.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-option-bytecode-only.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.25 qcheck-alcotest.0.25 qcheck-core.0.25 qcheck-ounit.0.25 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.0.8 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.3 --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-05-10 12:26.14: Waiting for resource in pool OCluster2025-05-10 14:39.15: Waiting for worker…2025-05-10 15:23.04: Got resource from pool OClusterBuilding on okypous.caelum.ci.devAll commits already cachedHEAD is now at 70ce25d Merge pull request #2 from raphael-proust/patch-2(from ocaml/opam:debian-12-ocaml-5.3@sha256:71c585b40a233634d2ba60a97652fd4cb5dae7b100662571d5727ada704faa6f)Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:71c585b40a233634d2ba60a97652fd4cb5dae7b100662571d5727ada704faa6f' locallydocker.io/ocaml/opam@sha256:71c585b40a233634d2ba60a97652fd4cb5dae7b100662571d5727ada704faa6f: Pulling from ocaml/opam1b4fb3e02e16: Pulling fs layer1b4fb3e02e16: Verifying Checksum1b4fb3e02e16: Download complete1b4fb3e02e16: Pull completeDigest: sha256:71c585b40a233634d2ba60a97652fd4cb5dae7b100662571d5727ada704faa6fStatus: Downloaded newer image for ocaml/opam@sha256:71c585b40a233634d2ba60a97652fd4cb5dae7b100662571d5727ada704faa6fWARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested2025-05-10 15:23.04 ---> using "4014f3d07420d009ce6703e770f4e84f8da319d8f2397f249f6d8bb27eb76ab4" from cache/: (comment debian-12-5.3_arm32_opam-2.3)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-05-10 15:23.04 ---> using "006c71a59f49e5628c158da699cec04f5ac8489fcc13393712f5c5f8540ece08" 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 development 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-05-10 15:23.04 ---> using "314e9124bb78cc1087879e80c40df8c7548a14e79c16ffec4c1e54d307e9e311" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-138-genericThe OCaml toplevel, version 5.3.02.3.02025-05-10 15:23.04 ---> using "6a2d60bb9de3b6159a54ab46f59b5dfe72a365cd372830e90e2e08d296a6501a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-05-10 15:23.04 ---> using "a544d8562359f0a4175bab283fb8c7c206c8941d5cb9b40cc7f7d0b1e3b1257f" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-05-10 15:23.04 ---> using "9b4a7944e9af2cabf6127bf42df8cbcb501fafd46dd8af4642d1e09c3cc690f7" from cache/src: (copy (src obatcher.opam) (dst ./))2025-05-10 15:23.05 ---> saved as "db3ae46fdb869c648fdc93be9b55be08b3ecac129d11754145721ac9c1d40022"/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-05-10 15:23.06 ---> saved as "839a6752b11d24a6c01c80d69f84632183a80c4d0fa7216bfdac5ad72677d7da"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-05-10 15:23.06 ---> saved as "1e4b57d697cd7b8d0db572b8c371a1fdcc949210de567cff7209a4d2490f3050"/src: (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.15 csexp.1.5.2 dune.3.18.2 dune-configurator.3.18.2 either.1.0.0 fmt.0.10.0 logs.0.8.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-option-bytecode-only.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.25 qcheck-alcotest.0.25 qcheck-core.0.25 qcheck-ounit.0.25 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.0.8 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.3 --depext-only -y obatcher.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [240 kB]- Fetched 343 kB in 0s (687 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[obatcher.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-option-bytecode-only 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-05-10 15:23.18 ---> saved as "83cadcd4f1e3687a4f015946cde47d4c09915b0db5be06376d66311cb60dab12"/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-option-bytecode-only 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.15- install csexp 1.5.2- install dune 3.18.2- install dune-configurator 3.18.2- install either 1.0.0- install fmt 0.10.0- install logs 0.8.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.25- install qcheck-alcotest 0.25- install qcheck-core 0.25- install qcheck-ounit 0.25- install re 1.12.0- install seq base- install stdlib-shims 0.3.0- install thread-local-storage 0.2- install topkg 1.0.8- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved backoff.0.1.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved alcotest.1.9.0 (cached)-> retrieved containers.3.15 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved either.1.0.0 (cached)-> retrieved fmt.0.10.0 (cached)-> retrieved logs.0.8.0 (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 dune.3.18.2, dune-configurator.3.18.2 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved qcheck.0.25, qcheck-alcotest.0.25, qcheck-core.0.25, qcheck-ounit.0.25 (cached)-> retrieved re.1.12.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.0.8 (cached)-> installed cmdliner.1.3.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.0.8-> installed uutf.1.0.4-> installed fmt.0.10.0-> installed astring.0.8.5-> installed logs.0.8.0-> installed dune.3.18.2-> installed stdlib-shims.0.3.0-> installed either.1.0.0-> installed backoff.0.1.1-> installed csexp.1.5.2-> installed multicore-magic.2.3.1-> installed qcheck-core.0.25-> installed re.1.12.0-> installed thread-local-storage.0.2-> installed ounit2.2.2.7-> installed picos_aux.0.5.0-> installed qcheck-ounit.0.25-> installed picos.0.5.0-> installed qcheck.0.25-> installed picos_std.0.5.0-> installed picos_mux.0.5.0-> installed dune-configurator.3.18.2-> installed ocaml-syntax-shims.1.0.0-> installed alcotest.1.9.0-> installed qcheck-alcotest.0.25-> installed containers.3.15Done.# To update the current shell environment, run: eval $(opam env)2025-05-10 15:24.24 ---> saved as "575bd893cc50aa3e4c51321bdfc2a38a32015b8b6c933616afb017b44c8f95f2"/src: (copy (src .) (dst /src))2025-05-10 15:24.24 ---> saved as "927ae163dba9c94c807c95e306e2b66d10fb3da3f3e467bdcc45698fcaec5559"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_ds.exe)qcheck random seed: 400393935Testing `Batched data structures'.This run has ID `LO2OHM79'.[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 14.783s. 6 tests run.(cd _build/default/test && ./test_obatcher.exe)qcheck random seed: 979937637Testing `Obatcher'.This run has ID `STJNWWIQ'.[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 (16...[OK] Fifos scheduler 6 Batches are linearizable (1 ...[OK] Fifos scheduler 7 Batches are linearizable (16...[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 (16...[OK] Threaded scheduler 6 Batches are linearizable (1 ...[OK] Threaded scheduler 7 Batches are linearizable (16...[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 (16...[OK] Randos scheduler 6 Batches are linearizable (1 ...[OK] Randos scheduler 7 Batches are linearizable (16...[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 (16...[OK] Multififo scheduler 6 Batches are linearizable (1 ...[OK] Multififo scheduler 7 Batches are linearizable (16...Full test results in `/src/_build/default/test/_build/_tests/Obatcher'.Test Successful in 21.805s. 32 tests run.2025-05-10 15:24.49 ---> saved as "e4a45c354d9f3c306dcfa13f0d6b9abcb7af5cdf7b1b39f3e6e1649b1e03d4c0"Job succeeded2025-05-10 15:24.49: Job succeeded