2025-01-25 11:47.18: New job: test ocaml-multicore/domainslib https://github.com/ocaml-multicore/domainslib.git#refs/heads/main (731f08891c87e788f2cc95f2a600328f6682a5e2) (linux-x86_64:ubuntu-24.04-5.3_opam-2.3) Base: ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:fea70f753e2f4c0dcd7bb4cdd2fd980d8d4a70030eaa2be0356b45cc59fc2c1d 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:ubuntu-24.04-ocaml-5.3@sha256:fea70f753e2f4c0dcd7bb4cdd2fd980d8d4a70030eaa2be0356b45cc59fc2c1d # ubuntu-24.04-5.3_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 d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && 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="backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dune.3.17.2 dune-configurator.3.17.2 kcas.0.7.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mtime.2.1.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 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 saturn.1.0.0 seq.base thread-table.1.0.0 topkg.1.0.7" 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-01-25 11:47.18: Using cache hint "ocaml-multicore/domainslib-ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:fea70f753e2f4c0dcd7bb4cdd2fd980d8d4a70030eaa2be0356b45cc59fc2c1d-ubuntu-24.04-5.3_opam-2.3-a090c867b8eab6bf7b86e6ae73635a6a" 2025-01-25 11:47.18: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:fea70f753e2f4c0dcd7bb4cdd2fd980d8d4a70030eaa2be0356b45cc59fc2c1d) (comment ubuntu-24.04-5.3_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 d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && 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 "backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dune.3.17.2 dune-configurator.3.17.2 kcas.0.7.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mtime.2.1.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 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 saturn.1.0.0 seq.base thread-table.1.0.0 topkg.1.0.7") (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-01-25 11:47.18: Waiting for resource in pool OCluster 2025-01-25 16:20.00: Waiting for worker… 2025-01-25 16:29.44: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 731f088 Merge pull request #123 from punchagan/patch-1 (from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:fea70f753e2f4c0dcd7bb4cdd2fd980d8d4a70030eaa2be0356b45cc59fc2c1d) 2025-01-25 16:29.44 ---> using "7d9e76f506ea245e10d69d83cfdf9a2f7504c1493f5c7162468166f0694b6a6f" from cache /: (comment ubuntu-24.04-5.3_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-01-25 16:29.44 ---> using "ef5feb4871c76304c10ec56339b3b9f2932e11af9391d1d0a42a3f966fd6a25f" 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 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2025-01-25 16:29.44 ---> using "333b531581d19688484c3ea8ac24a489e49baabbcc293e896f67128d0fa55237" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-130-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-01-25 16:29.44 ---> using "5e6229b30363089ecbc9a6fdc4afa80cee488fddbd3d646e581e0e5afde3a466" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-01-25 16:29.44 ---> using "7713826330811d07bbadf9a755bb054170a249ea08aeae7b1860a0558086180f" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f93eb7cb02..12d8668654 master -> origin/master d1a3803c0c Merge pull request #27313 from maiste/release-dune-3.17.2 <><> 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-01-25 16:29.44 ---> using "66e55b9439a695fd0895207022a4809e9eb1aed4d8cff7146a2f9a5606eaf3ef" from cache /src: (copy (src domainslib.opam) (dst ./)) 2025-01-25 16:29.44 ---> saved as "84145cfba23afdfc503d3c56eeefe999abb3c86eb76546a7e59ae3e8fff7c55c" /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-01-25 16:29.47 ---> saved as "e7717f77191e0cd5675f976946c4aad2a956b3ecb217377ca51f4bba39ed02a9" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-01-25 16:29.47 ---> saved as "a48cde001682c04638233c367dd3fcbcc6d578896eb2e388249166534286e53f" /src: (env DEPS "backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dune.3.17.2 dune-configurator.3.17.2 kcas.0.7.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mtime.2.1.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 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 saturn.1.0.0 seq.base thread-table.1.0.0 topkg.1.0.7") /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://archive.ubuntu.com/ubuntu noble InRelease - Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] - Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] - Get:4 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] - Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [995 kB] - Get:6 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [739 kB] - Get:7 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1269 kB] - Get:8 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [15.1 kB] - Get:9 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [15.5 kB] - Get:10 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [740 kB] - Get:11 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1035 kB] - Get:12 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [724 kB] - Fetched 5911 kB in 1s (5664 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-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-01-25 16:30.09 ---> saved as "107eeee053d956cf63b766f733312978fdf6f23b088a2d6643f6dcbd52e3d91b" /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 21 packages - install backoff 0.1.1 - install csexp 1.5.2 - install domain-local-await 1.0.1 - install domain-local-timeout 1.0.1 - install dune 3.17.2 - install dune-configurator 3.17.2 - install kcas 0.7.0 - install mirage-clock 4.2.0 - install mirage-clock-unix 4.2.0 - install mtime 2.1.0 - install multicore-magic 2.3.1 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install psq 0.2.1 - install qcheck-core 0.23 - install qcheck-multicoretests-util 0.7 - install qcheck-stm 0.7 - install saturn 1.0.0 - install seq base - install thread-table 1.0.0 - install topkg 1.0.7 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved csexp.1.5.2 (cached) -> retrieved backoff.0.1.1 (cached) -> retrieved domain-local-await.1.0.1 (cached) -> retrieved domain-local-timeout.1.0.1 (cached) -> retrieved kcas.0.7.0 (cached) -> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved multicore-magic.2.3.1 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved qcheck-core.0.23 (cached) -> retrieved qcheck-multicoretests-util.0.7, qcheck-stm.0.7 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved saturn.1.0.0 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) -> installed ocamlbuild.0.15.0 -> installed ocamlfind.1.9.6 -> installed topkg.1.0.7 -> installed mtime.2.1.0 -> installed dune.3.17.2 -> installed mirage-clock.4.2.0 -> installed csexp.1.5.2 -> installed backoff.0.1.1 -> installed multicore-magic.2.3.1 -> installed psq.0.2.1 -> installed thread-table.1.0.0 -> installed domain-local-timeout.1.0.1 -> installed domain-local-await.1.0.1 -> installed qcheck-core.0.23 -> installed saturn.1.0.0 -> installed kcas.0.7.0 -> installed qcheck-multicoretests-util.0.7 -> installed dune-configurator.3.17.2 -> installed qcheck-stm.0.7 -> installed mirage-clock-unix.4.2.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-01-25 16:31.15 ---> saved as "f82c23bdcc320ae59f2bcb1a43b7a74f6ca01de776d4ce64ad060069793cb730" /src: (copy (src .) (dst /src)) 2025-01-25 16:31.15 ---> saved as "aabe4e8932e78f0a90fab1729954a215d213046a1c9aba09fa2cdd7be3e5929a" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.3/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 -bin-annot-occurrences -I lib/.domainslib.objs/byte -I /home/opam/.opam/5.3/lib/backoff -I /home/opam/.opam/5.3/lib/domain-local-await -I /home/opam/.opam/5.3/lib/multicore-magic -I /home/opam/.opam/5.3/lib/saturn -I /home/opam/.opam/5.3/lib/thread-table -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 17, characters 18-46: 17 | module Ws_deque = Saturn.Work_stealing_deque.M ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Saturn.Work_stealing_deque.M (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-01-25 16:31.21: Job failed: Failed: Build failed