2024-10-31 14:20.45: 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:7324055123748d9b28eb910c0aea342ef8c6a4ba9f47b5949f17ccd0b67a4704
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:7324055123748d9b28eb910c0aea342ef8c6a4ba9f47b5949f17ccd0b67a4704
# debian-12-5.0_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 domainslib.opam ./
RUN opam pin add -yn domainslib.dev './'
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 host-arch-x86_64.1 host-system-other.1 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.5 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.2 --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
2024-10-31 14:20.45: Using cache hint "ocaml-multicore/domainslib-ocaml/opam:debian-12-ocaml-5.0@sha256:7324055123748d9b28eb910c0aea342ef8c6a4ba9f47b5949f17ccd0b67a4704-debian-12-5.0_opam-2.2-acf6379b22f5fdaf2ca6dfeafab6c396"
2024-10-31 14:20.45: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.0@sha256:7324055123748d9b28eb910c0aea342ef8c6a4ba9f47b5949f17ccd0b67a4704)
(comment debian-12-5.0_opam-2.2)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src domainslib.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn domainslib.dev './'"))
(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 host-arch-x86_64.1 host-system-other.1 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.5 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.2 --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"))
)
2024-10-31 14:20.45: Waiting for resource in pool OCluster
2024-10-31 18:32.12: Waiting for worker…
2024-10-31 18:34.52: Got resource from pool OCluster
Building on x86-bm-c13.sw.ocaml.org
All commits already cached
HEAD is now at 731f088 Merge pull request #123 from punchagan/patch-1
(from ocaml/opam:debian-12-ocaml-5.0@sha256:7324055123748d9b28eb910c0aea342ef8c6a4ba9f47b5949f17ccd0b67a4704)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.0@sha256:7324055123748d9b28eb910c0aea342ef8c6a4ba9f47b5949f17ccd0b67a4704' locally
docker.io/ocaml/opam@sha256:7324055123748d9b28eb910c0aea342ef8c6a4ba9f47b5949f17ccd0b67a4704: Pulling from ocaml/opam
4fd5e427bde1: Pulling fs layer
4fd5e427bde1: Download complete
4fd5e427bde1: Pull complete
Digest: sha256:7324055123748d9b28eb910c0aea342ef8c6a4ba9f47b5949f17ccd0b67a4704
Status: Downloaded newer image for ocaml/opam@sha256:7324055123748d9b28eb910c0aea342ef8c6a4ba9f47b5949f17ccd0b67a4704
2024-10-31 18:34.52 ---> using "319832d2584c2a3ee72b80e6a8c7816295ce8964785dbfcfd8f374d3ef180ca7" from cache
/: (comment debian-12-5.0_opam-2.2)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-10-31 18:34.52 ---> using "f914ea0a6b8987c8251c4f65ec90e900d480727db6d94f99bbdd4e68f8145f6c" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-10-31 18:34.52 ---> using "813139bb9447d971e7b60a543785cfa0ca9a0d9cf47db5b82937749ee8d8e2ba" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 5.0.0
2.2.1
2024-10-31 18:34.52 ---> using "3e43fcfa6abbdfa5b61619174def05eb48170df03aed20cae69c12fe74766a64" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2024-10-31 18:34.52 ---> using "03f4351f32da38e3c3966244a12646be8c5fc3ade9f53e68d7ab2d334ce2cf8e" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
45f961713f Merge pull request #26585 from dra27/trunk-tweaks
<><> 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.
# Run eval $(opam env) to update the current shell environment
2024-10-31 18:34.52 ---> using "f6dec6f60478d11d954a8615b41d312a4eec2557388ca6b9ca7c9652a62b8cd6" from cache
/src: (copy (src domainslib.opam) (dst ./))
2024-10-31 18:34.53 ---> saved as "77b4a087331bc5777066e8fe5ed1487614a85305e9732b17a26ac7835a798aed"
/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)
2024-10-31 18:34.56 ---> saved as "b30fa5bfcd1c67db9203c5befd57e900129db3936451fbbed92af92c8175f863"
/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 host-arch-x86_64.1 host-system-other.1 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.5 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.2 --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 [190 kB]
- Fetched 293 kB in 0s (1014 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[domainslib.dev] synchronised (no changes)
[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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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).
2024-10-31 18:35.24 ---> saved as "9032e2afcffcd1aec7f4aa26a0510b43bfac197fe2dd583a7d26d5969ca6a66f"
/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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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.5
- 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 kcas.0.3.0 (cached)
-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0 (cached)
-> retrieved ocamlfind.1.9.5 (cached)
-> retrieved dune-configurator.2.7.0 (cached)
-> retrieved dune.3.3.0 (cached)
-> retrieved qcheck-core.0.20 (cached)
-> retrieved qcheck-multicoretests-util.0.1, qcheck-stm.0.1 (cached)
-> retrieved saturn.0.4.0, saturn_lockfree.0.4.0 (cached)
-> installed ocamlfind.1.9.5
-> 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.
# Run eval $(opam env) to update the current shell environment
2024-10-31 18:36.27 ---> saved as "86708a6f792559dbc689b50d2a3b779f3ce346ae30cf5c8b939af598323bb0c3"
/src: (copy (src .) (dst /src))
2024-10-31 18:36.27 ---> saved as "a45cab5609e814f44924f0e63e74a36ae6e6952325fc2ee246460aa8499ab45f"
/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
2024-10-31 18:36.33: Job failed: Failed: Build failed