Organisationskoonwenobatcherb41159 (main)openbsd-76-amd64-5.3_opam-2.3

openbsd-76-amd64-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-06-12 14:19.30: New job: test koonwen/obatcher https://github.com/koonwen/obatcher.git#refs/heads/main (b41159255c46bbbb1b7fe91f7ce91148776dbc35) (openbsd-amd64:openbsd-76-amd64-5.3_opam-2.3)
Base: openbsd-76-amd64-ocaml-5.3
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 openbsd-76-amd64-ocaml-5.3
# openbsd-76-amd64-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
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 /home/opam/src/./
RUN opam pin add -yn obatcher.dev '/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./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 . /home/opam/src
RUN cd /home/opam/src && 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-openbsd-76-amd64-ocaml-5.3-openbsd-76-amd64-5.3_opam-2.3-926d0b09f5c87381f6546dfcd2252ba9"
2025-06-12 14:19.30: Using OBuilder spec:
((from openbsd-76-amd64-ocaml-5.3)
(comment openbsd-76-amd64-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "doas 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"))
(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 /home/opam/src/./))
(run (network host)
(shell "opam pin add -yn obatcher.dev '/home/opam/src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./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 /home/opam/src))
(run (shell "cd /home/opam/src && 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 04:07.47: Waiting for worker…
2025-06-13 08:54.41: Got resource from pool OCluster
Building on oregano
All commits already cached
HEAD is now at b411592 Update README.md


(from openbsd-76-amd64-ocaml-5.3)
2025-06-13 08:54.41 ---> using "753f998be4709b35e38a93b7272dee818f697255d5b48fadd1c23cb92a82f244" from cache


/: (comment openbsd-76-amd64-5.3_opam-2.3)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-13 08:54.41 ---> using "b8621e22ceef6e45a2b70edd0350b6ec56c4cb2588ea75f8c24bf97f9bb8e3c1" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-06-13 08:54.41 ---> using "caa4033b0f51d691107e536d025405bc96e59134e192afef776a8bfd43aac5e1" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.6
The OCaml toplevel, version 5.3.0
2.3.0
2025-06-13 08:54.41 ---> using "7116693f695a70fbcc11fcbf90bc7fd32f30a6c20aabff3b1e1c926faaad9b01" from cache


/: (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
f93eb7cb02..a28eb8a148  master     -> origin/master
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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-13 08:54.41 ---> using "f8be2f6759d53a01d4f06f9dfcffa05d8df278bee2569c88876c1cd943d0e522" from cache


/: (copy (src obatcher.opam) (dst /home/opam/src/./))
2025-06-13 08:55.38 ---> saved as "98f00876c50137d6c1d8253cd32a47f6bd2b916f3a6b3e57ba72e87ad058ff3a"


/: (run (network host)
(shell "opam pin add -yn obatcher.dev '/home/opam/src/./'"))
[obatcher.dev] synchronised (file:///home/opam/src)
obatcher is now pinned to file:///home/opam/src (version dev)
2025-06-13 08:56.33 ---> saved as "41d21ea3cfef4d3b1d89e3822c940f35668d38f33f1ac44a9c412292c2fe0020"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-06-13 08:57.30 ---> saved as "94459a8c14d6f0185a5ad668ce95640f5c85a911d7718ec62ebc6d0e1343cd2e"


/: (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"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[obatcher.dev] synchronised (file:///home/opam/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-13 08:58.37 ---> saved as "46854335ed8c31bd40a8144e84742bd16e33ffaedfa397e148fde884b3073777"


/: (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 cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved containers.3.16  (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 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.25, qcheck-alcotest.0.25, qcheck-core.0.25, qcheck-ounit.0.25  (cached)
-> retrieved seq.base  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-local-storage.0.2  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.0.8  (cached)
-> installed cmdliner.1.3.0
-> installed dune.3.19.1
-> installed ocamlbuild.0.16.1
-> installed backoff.0.1.1
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed dune-configurator.3.19.1
-> installed multicore-magic.2.3.1
-> installed containers.3.16
-> installed ocaml-syntax-shims.1.0.0
-> installed ocamlfind.1.9.8
-> installed picos_aux.0.5.0
-> installed qcheck-core.0.25
-> installed seq.base
-> installed stdlib-shims.0.3.0
-> installed re.1.12.0
-> installed ounit2.2.2.7
-> installed thread-local-storage.0.2
-> installed qcheck-ounit.0.25
-> installed picos.0.5.0
-> installed qcheck.0.25
-> installed picos_std.0.5.0
-> installed topkg.1.0.8
-> installed picos_mux.0.5.0
-> installed astring.0.8.5
-> installed fmt.0.10.0
-> installed uutf.1.0.4
-> installed logs.0.8.0
-> installed alcotest.1.9.0
-> installed qcheck-alcotest.0.25
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-13 09:09.22 ---> saved as "870025301c5388b1d8d057530963d20d86b529eba67331405809b70049bf00ee"


/: (copy (src .) (dst /home/opam/src))
2025-06-13 09:10.20 ---> saved as "d1cff66372bdadf0322285336373c294a7e14688f529735f5a977157cfb106ec"


/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_ds.exe)
qcheck random seed: 858613427
Testing `Batched data structures'.
This run has ID `JX19LQC0'.


[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 3.219s. 6 tests run.
(cd _build/default/test && ./test_obatcher.exe)
qcheck random seed: 974486529
Testing `Obatcher'.
This run has ID `9SU22VLS'.


[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 12.620s. 32 tests run.
2025-06-13 09:11.31 ---> saved as "d7e884073c2546a9c28c1a4a8da6d713b592b891feebac4d71b7e7809702cca3"
Job succeeded
2025-06-13 09:11.32: Job succeeded