2025-07-31 07:27.59: New job: test koonwen/obatcher https://github.com/koonwen/obatcher.git#refs/heads/main (b41159255c46bbbb1b7fe91f7ce91148776dbc35) (linux-s390x:debian-12-5.3_s390x_opam-2.4) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:4b7ec66649a107458a2a2f063e7b97cd65564f57375c38819a5fc4bbc7afa5b0 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 ocaml/opam:debian-12-ocaml-5.3@sha256:4b7ec66649a107458a2a2f063e7b97cd65564f57375c38819a5fc4bbc7afa5b0 # debian-12-5.3_s390x_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src 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 ./ 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.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 . /src RUN 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-ocaml/opam:debian-12-ocaml-5.3@sha256:4b7ec66649a107458a2a2f063e7b97cd65564f57375c38819a5fc4bbc7afa5b0-debian-12-5.3_s390x_opam-2.4-f5eafabc11c5f206d6035fd4f92280cc" 2025-07-31 07:27.59: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:4b7ec66649a107458a2a2f063e7b97cd65564f57375c38819a5fc4bbc7afa5b0) (comment debian-12-5.3_s390x_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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && 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.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 /src)) (run (shell "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 21:44.41: Waiting for worker… 2025-08-01 02:27.27: Got resource from pool OCluster Building on s390x-worker-01.marist.ci.dev All commits already cached HEAD is now at b411592 Update README.md (from ocaml/opam:debian-12-ocaml-5.3@sha256:4b7ec66649a107458a2a2f063e7b97cd65564f57375c38819a5fc4bbc7afa5b0) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:4b7ec66649a107458a2a2f063e7b97cd65564f57375c38819a5fc4bbc7afa5b0' locally docker.io/ocaml/opam@sha256:4b7ec66649a107458a2a2f063e7b97cd65564f57375c38819a5fc4bbc7afa5b0: Pulling from ocaml/opam Digest: sha256:4b7ec66649a107458a2a2f063e7b97cd65564f57375c38819a5fc4bbc7afa5b0 Status: Downloaded newer image for ocaml/opam@sha256:4b7ec66649a107458a2a2f063e7b97cd65564f57375c38819a5fc4bbc7afa5b0 2025-08-01 02:27.27 ---> using "65939af4902e5825762ef8cd4fcff1d31ad78028fbd3943365cb365e661b3843" from cache /: (comment debian-12-5.3_s390x_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-08-01 02:27.27 ---> using "941b62ab3af955a16dd6b745c34eb907350bbb9d3c30982bb3a3bd34cd556ad5" 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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-08-01 02:27.27 ---> using "592a01431c5a1d06c59c3f8a761419c8ee39cd7b9e54f50a0593b8addd38b109" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-55-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-08-01 02:27.27 ---> using "fe73964eca3ce331a7da6c98c2becbf9155487776bcb33151255a4bdbd9f8bf5" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-08-01 02:27.27 ---> using "e58950b13d23c08882855f5416f52fd252e1c24db65f1724de52440da435b115" from cache /src: (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 git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-08-01 02:27.27 ---> using "5a62bd7fb833a018ab0d2b5bce9c5d34d8adc76466511a3c87178f5ae9a6fe3c" from cache /src: (copy (src obatcher.opam) (dst ./)) 2025-08-01 02:27.31 ---> saved as "c3f047517e4d79d088b7db73535f5083bd408efdbadca0c00c8aae6fe3388e3e" /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-08-01 02:27.35 ---> saved as "f5eac8f7676f6d093a68630f7e4e823775eaa8cb1e4aea00753c9e77a85dc200" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-08-01 02:27.36 ---> saved as "12856e17a65df0fda67b68f8f9c484848d4a9167fb22457da966d54c63e46240" /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.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") /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 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 bookworm-updates/main s390x Packages.diff/Index [19.6 kB] - Get:5 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2025-07-31-0804.28-F-2025-07-31-0804.28.pdiff [2560 B] - Get:5 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2025-07-31-0804.28-F-2025-07-31-0804.28.pdiff [2560 B] - Get:6 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [241 kB] - Fetched 367 kB in 0s (1044 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-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 02:27.50 ---> saved as "7900d4916458d6612a62adad5f3146141fde12eb76ab4bbaf16efd95ec97b9e1" /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.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 alcotest.1.9.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved backoff.0.1.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved containers.3.16 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved logs.0.9.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.19.1, dune-configurator.3.19.1 (cached) -> retrieved seq.base (cached) -> retrieved qcheck.0.26, qcheck-alcotest.0.26, qcheck-core.0.26, qcheck-ounit.0.26 (cached) -> retrieved re.1.13.2 (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.0 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed seq.base -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed uutf.1.0.4 -> installed logs.0.9.0 -> installed dune.3.19.1 -> installed backoff.0.1.1 -> installed csexp.1.5.2 -> installed either.1.0.0 -> installed multicore-magic.2.3.1 -> installed ocaml-syntax-shims.1.0.0 -> installed picos_aux.0.5.0 -> installed qcheck-core.0.26 -> installed dune-configurator.3.19.1 -> installed stdlib-shims.0.3.0 -> installed re.1.13.2 -> installed thread-local-storage.0.2 -> installed ounit2.2.2.7 -> installed alcotest.1.9.0 -> installed picos.0.5.0 -> installed qcheck-ounit.0.26 -> installed qcheck-alcotest.0.26 -> installed qcheck.0.26 -> installed picos_std.0.5.0 -> installed containers.3.16 -> installed picos_mux.0.5.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-08-01 02:29.09 ---> saved as "8039483aa9b4ebd437ff1b7b733f87eed1af3db20cc833bb589b889f96be5d04" /src: (copy (src .) (dst /src)) 2025-08-01 02:29.10 ---> saved as "351aa231aa47c6be46476a93bc9b06a134b57f37ec4e592946485b3579e80d2e" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test_ds.exe) qcheck random seed: 683665980 Testing `Batched data structures'. This run has ID `TY1W1727'. [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 1.628s. 6 tests run. (cd _build/default/test && ./test_obatcher.exe) qcheck random seed: 848574152 Testing `Obatcher'. This run has ID `OF6G2SWT'. [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 9.046s. 32 tests run. 2025-08-01 02:29.37 ---> saved as "565596626b364fcfd784d0916cd7e84d7ad87c952b6ecc6ba4ba3509532a097b" Job succeeded 2025-08-01 02:30.14: Job succeeded