2025-03-19 18:56.13: New job: test ocaml-multicore/domainslib https://github.com/ocaml-multicore/domainslib.git#refs/heads/main (731f08891c87e788f2cc95f2a600328f6682a5e2) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-5.0@sha256:282e3407ce98e3be8538b28df5bdf7f0eca45e66519db0fa222ce3c2bb44fc61
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-multicore/domainslib.git" -b "main" && cd "domainslib" && git reset --hard 731f0889
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.0@sha256:282e3407ce98e3be8538b28df5bdf7f0eca45e66519db0fa222ce3c2bb44fc61
# debian-12-5.0_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 domainslib.opam ./
RUN opam pin add -yn domainslib.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base domain-local-await.0.1.0 domain_shims.0.1.0 dune.3.3.0 dune-configurator.2.7.0 kcas.0.3.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 qcheck-core.0.20 qcheck-multicoretests-util.0.1 qcheck-stm.0.1 saturn.0.4.0 saturn_lockfree.0.4.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y domainslib.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-03-19 18:56.13: Using cache hint "ocaml-multicore/domainslib-ocaml/opam:debian-12-ocaml-5.0@sha256:282e3407ce98e3be8538b28df5bdf7f0eca45e66519db0fa222ce3c2bb44fc61-debian-12-5.0_opam-2.3-d63c7a6e1b663cfd66e20b7af8692f49"
2025-03-19 18:56.13: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.0@sha256:282e3407ce98e3be8538b28df5bdf7f0eca45e66519db0fa222ce3c2bb44fc61)
(comment debian-12-5.0_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src domainslib.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn domainslib.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base domain-local-await.0.1.0 domain_shims.0.1.0 dune.3.3.0 dune-configurator.2.7.0 kcas.0.3.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 qcheck-core.0.20 qcheck-multicoretests-util.0.1 qcheck-stm.0.1 saturn.0.4.0 saturn_lockfree.0.4.0")
(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 domainslib.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-03-19 18:56.13: Waiting for resource in pool OCluster
2025-03-19 21:25.52: Waiting for worker…
2025-03-19 21:31.04: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/domainslib.git-45192a005b7ca0227c7c1f4ed62fae38ddbad2be/.git/
HEAD is now at 731f088 Merge pull request #123 from punchagan/patch-1
(from ocaml/opam:debian-12-ocaml-5.0@sha256:282e3407ce98e3be8538b28df5bdf7f0eca45e66519db0fa222ce3c2bb44fc61)
2025-03-19 21:31.05 ---> using "23554cdcf0b176073db3d3a932070cd0fef3d0c19131440aed2f391cb694a47e" from cache
/: (comment debian-12-5.0_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-03-19 21:31.05 ---> using "9053c59e40919276cb1db42938cd04aa9074891d9011dc644e9a66f9058bee8c" 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] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-03-19 21:31.05 ---> using "e1585fa33affdc6b4807fce88e3adf5cb539565b487ed2ef3b675944cd3669f8" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.0.0
2.3.0
2025-03-19 21:31.05 ---> using "63b58d070d71535b19768f6f6ebece59461a0c4e9ef6360ddeca41ef28b341a1" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-03-19 21:31.05 ---> using "07c3fbb2e57dcc65f6e98eadee5ade932ef1a161f3257cb7303275e4add293c9" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
a8ed476033..6ccbe63dbf master -> origin/master
cb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[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-03-19 21:31.05 ---> using "8acac77e24b5b3c75c36a9e7f04eab19c65ac5b192ec189acccc5ef4135ec2a8" from cache
/src: (copy (src domainslib.opam) (dst ./))
2025-03-19 21:31.05 ---> saved as "987634a836aba1524ff6485f81dee8e4f174e1d03635c924ef9936970046e46a"
/src: (run (network host)
(shell "opam pin add -yn domainslib.dev './'"))
[domainslib.dev] synchronised (file:///src)
domainslib is now pinned to file:///src (version dev)
2025-03-19 21:31.07 ---> saved as "d47b15fdff05b860483e4c57cebc65aa2758f7f45287d3735dd83899d7cc7745"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-19 21:31.07 ---> saved as "df2872a495eb1ac7047559fca4f99e34b2a535c1d9e32628d0ecbdf51db5381e"
/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base domain-local-await.0.1.0 domain_shims.0.1.0 dune.3.3.0 dune-configurator.2.7.0 kcas.0.3.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 qcheck-core.0.20 qcheck-multicoretests-util.0.1 qcheck-stm.0.1 saturn.0.4.0 saturn_lockfree.0.4.0")
/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 domainslib.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 amd64 Packages [249 kB]
- Fetched 353 kB in 0s (1219 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[domainslib.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-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-03-19 21:31.31 ---> saved as "266495323b772e4b83f2ae95b0669962753b4fb4e884fcf0daa861f923e8e679"
/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-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.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-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 14 packages
- install base-bytes base
- install domain-local-await 0.1.0
- install domain_shims 0.1.0
- install dune 3.3.0
- install dune-configurator 2.7.0
- install kcas 0.3.0
- install mirage-clock 4.2.0
- install mirage-clock-unix 4.2.0
- install ocamlfind 1.9.6
- install qcheck-core 0.20
- install qcheck-multicoretests-util 0.1
- install qcheck-stm 0.1
- install saturn 0.4.0
- install saturn_lockfree 0.4.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved domain-local-await.0.1.0 (cached)
-> retrieved domain_shims.0.1.0 (cached)
-> retrieved dune-configurator.2.7.0 (cached)
-> retrieved dune.3.3.0 (cached)
-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved kcas.0.3.0 (https://github.com/ocaml-multicore/kcas/releases/download/0.3.0/kcas-0.3.0.tbz)
-> retrieved qcheck-core.0.20 (cached)
-> retrieved saturn.0.4.0, saturn_lockfree.0.4.0 (cached)
-> retrieved qcheck-multicoretests-util.0.1, qcheck-stm.0.1 (https://github.com/ocaml-multicore/multicoretests/archive/0.1.tar.gz)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed dune.3.3.0
-> installed domain-local-await.0.1.0
-> installed domain_shims.0.1.0
-> installed mirage-clock.4.2.0
-> installed saturn_lockfree.0.4.0
-> installed kcas.0.3.0
-> installed saturn.0.4.0
-> installed dune-configurator.2.7.0
-> installed mirage-clock-unix.4.2.0
-> installed qcheck-core.0.20
-> installed qcheck-multicoretests-util.0.1
-> installed qcheck-stm.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-19 21:32.25 ---> saved as "62320453b0657d300c171d2cd86e41e7f1f07a990648cb5e3384ec5b894d3606"
/src: (copy (src .) (dst /src))
2025-03-19 21:32.25 ---> saved as "425402464f9e2e71bc6ad60e6c7739433db8620b9b021a16204e23a2315c829e"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I lib/.domainslib.objs/byte -I /home/opam/.opam/5.0/lib/domain-local-await -I /home/opam/.opam/5.0/lib/domain_shims -I /home/opam/.opam/5.0/lib/ocaml/threads -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/saturn -I /home/opam/.opam/5.0/lib/saturn_lockfree -no-alias-deps -opaque -open Domainslib__ -o lib/.domainslib.objs/byte/domainslib__Multi_channel.cmo -c -impl lib/multi_channel.ml)
File "lib/multi_channel.ml", line 150, characters 12-33:
150 | match Foreign_queue.pop_opt mchan.foreign_queue with
^^^^^^^^^^^^^^^^^^^^^
Error: Unbound value Foreign_queue.pop_opt
(cd _build/default/test && ./game_of_life.exe)
...o.oooo..o....
.....o..o.....oo
oo..o...ooo.o.o.
...o.o.oooooo.o.
oooooooo.o.oo.o.
o..oooooo.oooo.o
.oooo.oo..o.oo.o
ooo..o...ooo.ooo
o.o....oo.oooo..
ooo.ooo...oo...o
..o..o....oooooo
.o.ooo....oo..oo
oooo....oooooo.o
.o...ooo...ooo..
..o.oo.o..oo....
.....o.ooo.o..o.
................
................
................
................
..ooooooo.......
.o...o.oo.......
o..ooo.oo.......
ooo.............
o.......ooo.....
oo....oo..oo..o.
......oo..oo.o.o
...o.o..........
..ooo.........oo
..oo.o....oo....
.o..o.....oo....
..o.............
(cd _build/default/test && ./spectralnorm2.exe)
1.274224152
(cd _build/default/test && ./fib.exe)
fib(43) = 701408733
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-03-19 21:32.29: Job failed: Failed: Build failed