2025-06-12 14:19.30: New job: test koonwen/obatcher https://github.com/koonwen/obatcher.git#refs/heads/main (b41159255c46bbbb1b7fe91f7ce91148776dbc35) (linux-s390x:debian-12-5.3_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:57b3ccd4f3c5ab70eb058c37057a5ecb714379d546c2dc97122390f4c106fe9b
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:57b3ccd4f3c5ab70eb058c37057a5ecb714379d546c2dc97122390f4c106fe9b
# debian-12-5.3_s390x_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.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-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 $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-06-12 14:19.30: Using cache hint "koonwen/obatcher-ocaml/opam:debian-12-ocaml-5.3@sha256:57b3ccd4f3c5ab70eb058c37057a5ecb714379d546c2dc97122390f4c106fe9b-debian-12-5.3_s390x_opam-2.3-926d0b09f5c87381f6546dfcd2252ba9"
2025-06-12 14:19.30: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:57b3ccd4f3c5ab70eb058c37057a5ecb714379d546c2dc97122390f4c106fe9b)
(comment debian-12-5.3_s390x_opam-2.3)
(user (uid 1000) (gid 1000))
(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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.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-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-06-12 14:19.30: Waiting for resource in pool OCluster
2025-06-13 22:42.42: Waiting for worker…
2025-06-14 07:42.17: 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:57b3ccd4f3c5ab70eb058c37057a5ecb714379d546c2dc97122390f4c106fe9b)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:57b3ccd4f3c5ab70eb058c37057a5ecb714379d546c2dc97122390f4c106fe9b' locally
docker.io/ocaml/opam@sha256:57b3ccd4f3c5ab70eb058c37057a5ecb714379d546c2dc97122390f4c106fe9b: Pulling from ocaml/opam
Digest: sha256:57b3ccd4f3c5ab70eb058c37057a5ecb714379d546c2dc97122390f4c106fe9b
Status: Downloaded newer image for ocaml/opam@sha256:57b3ccd4f3c5ab70eb058c37057a5ecb714379d546c2dc97122390f4c106fe9b
2025-06-14 07:42.17 ---> using "c8efa8cd59f0589aff9f8314e4394806ebd9a0f87e46a9f8e769b27fcaf0437d" from cache
/: (comment debian-12-5.3_s390x_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-14 07:42.17 ---> using "f289e0d524c1bb389788a1379377c974202ba2f32f648eb8ef5bd2827df560a5" 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.
Continue? [y/n] y
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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-14 07:42.17 ---> using "98295b57f3c6102f54ed1150c91838066efa976e8c16a63e41ececdb718db13b" 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.3.0
2025-06-14 07:42.17 ---> using "f7ea12e1f1d95f42fa3f20468628846c3b41b4c489489e477b2d286baca206bd" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-06-14 07:42.17 ---> using "865c387c274704395a0599286fccfe4ddb74674f726c0b59cc8327b21278ad98" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
bc726805e3..a28eb8a148 master -> origin/master
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Everything 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-06-14 07:42.17 ---> using "e70dcfdc272c106f97d5c6251d8e23cb970bf5f792c657dfe9a028e0e6710c15" from cache
/src: (copy (src obatcher.opam) (dst ./))
2025-06-14 07:42.31 ---> saved as "3bb03a92200f6b1da2b4d3e91c48a8dbb3e4cff205f842842ec9997c1d89fbcb"
/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-06-14 07:43.14 ---> saved as "567c242c88ca5b8667bdb3857d6ca8b3791c92c0bcdc8f7158a0fd9ce0fa6e7e"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-14 07:43.26 ---> saved as "fb6d91ea29f25e80833a709dbd477d99508ac900d9ae503aaa3281ff2139924c"
/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.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-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 bookworm-updates/main s390x Packages.diff/Index [17.3 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2025-06-13-1410.14-F-2025-06-13-1410.14.pdiff [434 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2025-06-13-1410.14-F-2025-06-13-1410.14.pdiff [434 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [233 kB]
- Fetched 355 kB in 1s (481 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-06-14 07:44.16 ---> saved as "9745c2b771b6f822a0e3c757b0a8f7e589cb15b3169aa604223f926e203606ea"
/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.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 astring.0.8.5 (cached)
-> retrieved backoff.0.1.1 (cached)
-> retrieved alcotest.1.9.0 (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.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 ocamlfind.1.9.8 (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1 (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 seq.base (cached)
-> 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 topkg.1.0.8 (cached)
-> retrieved uutf.1.0.4 (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed seq.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed uutf.1.0.4
-> installed logs.0.8.0
-> installed dune.3.19.1
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed backoff.0.1.1
-> installed multicore-magic.2.3.1
-> installed ocaml-syntax-shims.1.0.0
-> installed dune-configurator.3.19.1
-> installed picos_aux.0.5.0
-> installed qcheck-core.0.25
-> installed stdlib-shims.0.3.0
-> installed thread-local-storage.0.2
-> installed re.1.12.0
-> installed picos.0.5.0
-> installed ounit2.2.2.7
-> installed picos_std.0.5.0
-> installed qcheck-ounit.0.25
-> installed alcotest.1.9.0
-> installed containers.3.16
-> installed qcheck.0.25
-> installed picos_mux.0.5.0
-> installed qcheck-alcotest.0.25
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-14 07:46.12 ---> saved as "00b04663e8454037a09070975e349c430c19041adc2aecea38de6b8d3207b3fc"
/src: (copy (src .) (dst /src))
2025-06-14 07:46.15 ---> saved as "4432a7cefb0d636301f9d500f74d4cd22c0fc4654dcae4359cda470ac7b00fdb"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_ds.exe)
qcheck random seed: 670298674
Testing `Batched data structures'.
This run has ID `Y3ALZB6H'.
[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.502s. 6 tests run.
(cd _build/default/test && ./test_obatcher.exe)
qcheck random seed: 643748785
Testing `Obatcher'.
This run has ID `8X7TQD6R'.
[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 11.905s. 32 tests run.
2025-06-14 07:47.19 ---> saved as "1ec8f75cf90474f9b9ff91c5133076b592c6d06ad4b6bca1ac9ae6248a3974eb"
Job succeeded
2025-06-14 07:47.19: Job succeeded