Organisationsocaml-multicoredomainslib731f08 (main)(lower-bound)

(lower-bound)

Logs

Show full logs
2024-09-18 15:15.09: 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:4709c1d1ba0c8d224c1d78bbc265b386a8a128abe929d2334a7a0eb623b8b1cd
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:4709c1d1ba0c8d224c1d78bbc265b386a8a128abe929d2334a7a0eb623b8b1cd
# 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-09-18 15:15.09: Using cache hint "ocaml-multicore/domainslib-ocaml/opam:debian-12-ocaml-5.0@sha256:4709c1d1ba0c8d224c1d78bbc265b386a8a128abe929d2334a7a0eb623b8b1cd-debian-12-5.0_opam-2.2-acf6379b22f5fdaf2ca6dfeafab6c396"
2024-09-18 15:15.09: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.0@sha256:4709c1d1ba0c8d224c1d78bbc265b386a8a128abe929d2334a7a0eb623b8b1cd)
 (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-09-18 15:15.09: Waiting for resource in pool OCluster
2024-09-18 16:44.05: Waiting for worker…
2024-09-18 16:47.17: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
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:4709c1d1ba0c8d224c1d78bbc265b386a8a128abe929d2334a7a0eb623b8b1cd)
2024-09-18 17:14.49 ---> using "9805adddd64ffacdd5b7ceb881eaa9af3e814c1eabbc3ec4c267d9e0fbefbe78" 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-09-18 17:14.49 ---> using "72145f50d75b52c18953ff6eea62fe0a1fbc25b859b2da63eb36444d45e35bc7" 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
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-18 17:14.49 ---> using "20d116fe8c702b799af84c68479d0a93db8930193b5527581cbca96c26c863dc" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-121-generic
The OCaml toplevel, version 5.0.0
2.2.1
2024-09-18 17:14.49 ---> using "592e9970d64b197531740f4d4fd584b47d2514a45c0aa8a52041f97307a695ee" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-09-18 17:14.49 ---> using "64c09a8b0851aa0d5ca41a49af8f214400a71a530fb6ab4e3c7e0613f0264ded" 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"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..45f961713f  master     -> origin/master
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-09-18 17:14.49 ---> using "c8ec7f9af10daee70c2120058cc343e6e7962785bb6cb3279b0e1b4e70b11df4" from cache

/src: (copy (src domainslib.opam) (dst ./))
2024-09-18 17:14.49 ---> using "5e870547eb5b07718882b0128589fce8ffba54499527f5547a5285b80cc1d5f0" from cache

/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-09-18 17:14.49 ---> using "7e78cf2eb00b65983859a96f0e8a6386445fd1b93549acc7980604b50fb29740" from cache

/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"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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/main amd64 Packages [8787 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [182 kB]
- Get:7 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:7 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Fetched 9237 kB in 1s (7141 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-09-18 17:15.03 ---> saved as "ce855d2545a2e6ed20ec132165cf74f0e1f0243fa8cb120a9b2ceeacb0494f59"

/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 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.5  (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 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-09-18 17:15.34 ---> saved as "6890507a8daf317ae3497865f7f56b51e76346bab773a43119f86d965a380a8a"

/src: (copy (src .) (dst /src))
2024-09-18 17:15.34 ---> saved as "35ecccc1fb8d45310a87134c9700c75438950ccd348e37f107d1785ab3c3b63c"

/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-09-18 17:15.38: Job failed: Failed: Build failed