2025-04-07 09:28.49: New job: test ocaml-multicore/domainslib https://github.com/ocaml-multicore/domainslib.git#refs/heads/main (731f08891c87e788f2cc95f2a600328f6682a5e2) (linux-x86_64:ubuntu-20.04-5.3_opam-2.3)Base: ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b17e49d15bc5e9c8bb55d8197645b3abbae6798fad8fcc1a8e062a46a94d5195Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/domainslib.git" -b "main" && cd "domainslib" && git reset --hard 731f0889cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b17e49d15bc5e9c8bb55d8197645b3abbae6798fad8fcc1a8e062a46a94d5195# ubuntu-20.04-5.3_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e dc34160691d9a3f3f479a806e82dde94dea3f463 || git fetch origin master) && git reset -q --hard dc34160691d9a3f3f479a806e82dde94dea3f463 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.18.0 dune-configurator.3.18.0 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.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 saturn.1.0.0 seq.base thread-table.1.0.0 topkg.1.0.8"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y domainslib.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-04-07 09:28.49: Using cache hint "ocaml-multicore/domainslib-ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b17e49d15bc5e9c8bb55d8197645b3abbae6798fad8fcc1a8e062a46a94d5195-ubuntu-20.04-5.3_opam-2.3-c309bbf90311d353d03fe8f2dd5df694"2025-04-07 09:28.49: Using OBuilder spec:((from ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b17e49d15bc5e9c8bb55d8197645b3abbae6798fad8fcc1a8e062a46a94d5195)(comment ubuntu-20.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 dc34160691d9a3f3f479a806e82dde94dea3f463 || git fetch origin master) && git reset -q --hard dc34160691d9a3f3f479a806e82dde94dea3f463 && 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.18.0 dune-configurator.3.18.0 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.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 saturn.1.0.0 seq.base thread-table.1.0.0 topkg.1.0.8")(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-04-07 09:28.49: Waiting for resource in pool OCluster2025-04-07 09:34.22: Waiting for worker…2025-04-07 09:36.08: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 731f088 Merge pull request #123 from punchagan/patch-1(from ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b17e49d15bc5e9c8bb55d8197645b3abbae6798fad8fcc1a8e062a46a94d5195)Unable to find image 'ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b17e49d15bc5e9c8bb55d8197645b3abbae6798fad8fcc1a8e062a46a94d5195' locallydocker.io/ocaml/opam@sha256:b17e49d15bc5e9c8bb55d8197645b3abbae6798fad8fcc1a8e062a46a94d5195: Pulling from ocaml/opam8090ebb71c1b: Pulling fs layer8090ebb71c1b: Verifying Checksum8090ebb71c1b: Download complete8090ebb71c1b: Pull completeDigest: sha256:b17e49d15bc5e9c8bb55d8197645b3abbae6798fad8fcc1a8e062a46a94d5195Status: Downloaded newer image for ocaml/opam@sha256:b17e49d15bc5e9c8bb55d8197645b3abbae6798fad8fcc1a8e062a46a94d51952025-04-07 09:36.08 ---> using "d6a86a5fa580a511bc47b9f81c505c664d6b1fdcbe9f7d39069ac2ba53948f98" from cache/: (comment ubuntu-20.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-04-07 09:36.08 ---> using "e4c559ecd8860c61f49fce7cdb885f97ef6263360730db125d45927dd3160847" 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 31 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=31 --globalFormat 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-repository2025-04-07 09:36.08 ---> using "9ff49ff109128f81f17ecaa56bc121fa8be57aeb2ced8b0a9487d633ee898d4a" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.3.02.3.02025-04-07 09:36.08 ---> using "738c3c1c23d535dbab62f668ede1ce97e62d7c350f7cb276ff4a9c0a6d842a7f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-04-07 09:36.08 ---> using "e976b87820c4a8df89b999905db18252fae5f37ebe74ccfae6ed3810af338a29" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e dc34160691d9a3f3f479a806e82dde94dea3f463 || git fetch origin master) && git reset -q --hard dc34160691d9a3f3f479a806e82dde94dea3f463 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD862a7640b1..7481045c8a master -> origin/masterdc34160691 Merge pull request #27711 from jmid/opam-publish-qcheck.0.25-ppx_deriving_qcheck.0.7<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive[default] synchronised from file:///home/opam/opam-repositoryEverything 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-04-07 09:36.08 ---> using "28f175626c20b6c0deec5191052a829259facb2397a17398411aaa1be46efe82" from cache/src: (copy (src domainslib.opam) (dst ./))2025-04-07 09:36.09 ---> saved as "a51cb718d8c8e9f6183c5683b52b79d5bc8321cd29afff5e974932d2186e2cb8"/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-04-07 09:36.11 ---> saved as "196c5d4438b472b970edfe12ada09e4e64869026088bd1bf7ea9cbfecbdaa85f"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-04-07 09:36.11 ---> saved as "7abe238e693f93ce171db77da08d9fd453689dacfd252dd0efcef1d6a65425a5"/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.18.0 dune-configurator.3.18.0 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.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 saturn.1.0.0 seq.base thread-table.1.0.0 topkg.1.0.8")/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 focal InRelease- Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]- Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]- Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB]- Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [33.2 kB]- Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [4317 kB]- Get:7 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1306 kB]- Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [4540 kB]- Get:9 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [36.8 kB]- Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4744 kB]- Get:11 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1603 kB]- Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4807 kB]- Fetched 21.8 MB in 2s (14.4 MB/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-04-07 09:36.28 ---> saved as "068547f39415c4e4b39ec0dad739cc9b5dbfb05e804879f12b2df2d78e23feaa"/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.18.0- install dune-configurator 3.18.0- 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.16.1- install ocamlfind 1.9.8- install psq 0.2.1- install qcheck-core 0.25- 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.8<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved backoff.0.1.1 (cached)-> retrieved csexp.1.5.2 (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.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved qcheck-core.0.25 (cached)-> retrieved qcheck-multicoretests-util.0.7, qcheck-stm.0.7 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved dune.3.18.0, dune-configurator.3.18.0 (cached)-> retrieved saturn.1.0.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved topkg.1.0.8 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.0.8-> installed mtime.2.1.0-> installed dune.3.18.0-> 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 qcheck-core.0.25-> installed thread-table.1.0.0-> installed domain-local-timeout.1.0.1-> installed domain-local-await.1.0.1-> installed qcheck-multicoretests-util.0.7-> installed saturn.1.0.0-> installed kcas.0.7.0-> installed qcheck-stm.0.7-> installed dune-configurator.3.18.0-> installed mirage-clock-unix.4.2.0Done.# To update the current shell environment, run: eval $(opam env)2025-04-07 09:37.16 ---> saved as "008459a9330f9794faa4fdb0962b9cff72e39ddd091655cba2a53e40dca70e68"/src: (copy (src .) (dst /src))2025-04-07 09:37.16 ---> saved as "95dd2086c0882c6e890f0c41c29dd6d38e8827061deb3e5080aae8c42a95ea80"/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.....oooo..o...ooo.o.o....o.o.oooooo.o.oooooooo.o.oo.o.o..oooooo.oooo.o.oooo.oo..o.oo.oooo..o...ooo.oooo.o....oo.oooo..ooo.ooo...oo...o..o..o....oooooo.o.ooo....oo..oooooo....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 12025-04-07 09:37.20: Job failed: Failed: Build failed