2026-02-16 21:38.24: New job: test ocaml-multicore/saturn https://github.com/ocaml-multicore/saturn.git#refs/heads/main (2a653b676afa45159968a5b46bfbd465dc5b1d2a) (linux-x86_64:(lint-doc))Base: ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216Opam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/saturn.git" -b "main" && cd "saturn" && git reset --hard 2a653b67cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216# alpine-3.22-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /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 ff53f72a2370b4077c5d0df2664a9a52feb1d8c3 || git fetch origin master) && git reset -q --hard ff53f72a2370b4077c5d0df2664a9a52feb1d8c3 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 saturn.opam ./RUN opam pin add -yn saturn.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 containers.3.18 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.21.1 dune-configurator.3.21.1 either.1.0.0 fmt.0.11.0 logs.0.10.0 mdx.2.5.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.2 multicore-magic-dscheck.2.3.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 oseq.0.5.1 ounit2.2.2.7 qcheck.0.91 qcheck-alcotest.0.91 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-ounit.0.91 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y saturn.dev $DEPSRUN opam install $DEPSRUN opam install --yes dune 'odoc>=1.5.0'COPY --chown=1000:1000 . /src/RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)END-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-02-16 21:38.24: Using cache hint "ocaml-multicore/saturn-ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216-alpine-3.22-4.14_opam-2.5-98d96169d84d25988454d7dd6e77cf77"2026-02-16 21:38.24: Using OBuilder spec:((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)(comment alpine-3.22-4.14_opam-2.5)(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 ff53f72a2370b4077c5d0df2664a9a52feb1d8c3 || git fetch origin master) && git reset -q --hard ff53f72a2370b4077c5d0df2664a9a52feb1d8c3 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src saturn.opam) (dst ./))(run (network host)(shell "opam pin add -yn saturn.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 containers.3.18 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.21.1 dune-configurator.3.21.1 either.1.0.0 fmt.0.11.0 logs.0.10.0 mdx.2.5.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.2 multicore-magic-dscheck.2.3.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 oseq.0.5.1 ounit2.2.2.7 qcheck.0.91 qcheck-alcotest.0.91 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-ounit.0.91 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uutf.1.0.4 yojson.3.0.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 saturn.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))(copy (src .) (dst /src/))(run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")))2026-02-16 21:38.24: Waiting for resource in pool OCluster2026-02-16 21:38.24: Waiting for worker…2026-02-16 21:38.26: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 2a653b6 Benchmark queues and stacks with heap allocated blocks(from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)Unable to find image 'ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216' locallydocker.io/ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216: Pulling from ocaml/opam2d35ebdb57d9: Pulling fs layeradfc86c1accf: Pulling fs layerd09377907434: Pulling fs layera699cf44908b: Pulling fs layerc088e74f1f31: Pulling fs layer7e99e6eaa847: Pulling fs layerdb4b89a22482: Pulling fs layeradfc86c1accf: Waiting2d35ebdb57d9: Waitingf1f17593da04: Pulling fs layerc088e74f1f31: Waitingd09377907434: Waitingbb79fbf72548: Pulling fs layer7e99e6eaa847: Waitinga699cf44908b: Waitingdb4b89a22482: Waitingcf69890848e3: Pulling fs layerf1f17593da04: Waitingbb79fbf72548: Waiting80e325d6146c: Pulling fs layercf69890848e3: Waiting66a526c41d4c: Pulling fs layer80e325d6146c: Waiting347d38b311ac: Pulling fs layer66a526c41d4c: Waiting984612fde4c4: Pulling fs layer0ac0da982daa: Pulling fs layer984612fde4c4: Waiting209c9bca9b0e: Pulling fs layer0ac0da982daa: Waiting3d3356d548ff: Pulling fs layerc072da09f122: Pulling fs layer4f4fb700ef54: Pulling fs layereff3d806a4a8: Pulling fs layer209c9bca9b0e: Waitingf5c413f5234b: Pulling fs layer09ddc5430e22: Pulling fs layer3d3356d548ff: Waitingc072da09f122: Waiting4f4fb700ef54: Waitingf5c413f5234b: Waiting2c7c283b1afc: Pulling fs layereff3d806a4a8: Waiting4af9a971b585: Pulling fs layerdf8d9be3e30d: Pulling fs layer09ddc5430e22: Waiting4af9a971b585: Waiting5e55ae3325a7: Pulling fs layer2c7c283b1afc: Waitingdf8d9be3e30d: Waiting635cb27b4304: Pulling fs layer5e55ae3325a7: Waiting898fbde8ad42: Pulling fs layer635cb27b4304: Waiting66c0ffc92413: Pulling fs layer898fbde8ad42: Waitingc8cca855638d: Pulling fs layer66c0ffc92413: Waiting45d2501a899c: Pulling fs layerc8cca855638d: Waiting10b0fe6926c2: Pulling fs layer0a1d7b83a687: Pulling fs layer2c3441915309: Pulling fs layer10b0fe6926c2: Waiting3d1a575b1bb0: Pulling fs layer6e5fa830b59d: Pulling fs layer45d2501a899c: Waiting72225f5a6449: Pulling fs layer2c3441915309: Waiting3d1a575b1bb0: Waiting6e5fa830b59d: Waiting72225f5a6449: Waiting5a8b6a59afe3: Pulling fs layer81299dd100ce: Pulling fs layerad267db4d3a7: Pulling fs layer5a8b6a59afe3: Waitingde32f8de692b: Pulling fs layer81299dd100ce: Waitingad267db4d3a7: Waiting2d35ebdb57d9: Verifying Checksum2d35ebdb57d9: Download completeadfc86c1accf: Verifying Checksumadfc86c1accf: Download complete2d35ebdb57d9: Pull completeadfc86c1accf: Pull completed09377907434: Verifying Checksumd09377907434: Download completed09377907434: Pull completec088e74f1f31: Verifying Checksumc088e74f1f31: Download complete7e99e6eaa847: Verifying Checksum7e99e6eaa847: Download completedb4b89a22482: Verifying Checksumdb4b89a22482: Download completea699cf44908b: Verifying Checksuma699cf44908b: Download completebb79fbf72548: Verifying Checksumbb79fbf72548: Download completef1f17593da04: Verifying Checksumf1f17593da04: Download completecf69890848e3: Download complete80e325d6146c: Verifying Checksum80e325d6146c: Download complete984612fde4c4: Download complete347d38b311ac: Verifying Checksum347d38b311ac: Download complete66a526c41d4c: Verifying Checksum66a526c41d4c: Download complete0ac0da982daa: Verifying Checksum0ac0da982daa: Download complete3d3356d548ff: Download complete209c9bca9b0e: Download completec072da09f122: Verifying Checksumc072da09f122: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completeeff3d806a4a8: Download complete09ddc5430e22: Download complete2c7c283b1afc: Verifying Checksum2c7c283b1afc: Download completef5c413f5234b: Verifying Checksumf5c413f5234b: Download completedf8d9be3e30d: Download complete635cb27b4304: Verifying Checksum635cb27b4304: Download complete4af9a971b585: Verifying Checksum4af9a971b585: Download complete5e55ae3325a7: Verifying Checksum5e55ae3325a7: Download complete66c0ffc92413: Download completec8cca855638d: Verifying Checksumc8cca855638d: Download complete898fbde8ad42: Verifying Checksum898fbde8ad42: Download complete45d2501a899c: Verifying Checksum45d2501a899c: Download complete0a1d7b83a687: Download complete3d1a575b1bb0: Verifying Checksum3d1a575b1bb0: Download complete6e5fa830b59d: Verifying Checksum6e5fa830b59d: Download complete72225f5a6449: Verifying Checksum72225f5a6449: Download complete2c3441915309: Verifying Checksum2c3441915309: Download complete81299dd100ce: Verifying Checksum81299dd100ce: Download completea699cf44908b: Pull completec088e74f1f31: Pull completead267db4d3a7: Verifying Checksumad267db4d3a7: Download complete7e99e6eaa847: Pull completedb4b89a22482: Pull completede32f8de692b: Download completef1f17593da04: Pull completebb79fbf72548: Pull completecf69890848e3: Pull complete80e325d6146c: Pull complete66a526c41d4c: Pull complete347d38b311ac: Pull complete984612fde4c4: Pull complete0ac0da982daa: Pull complete209c9bca9b0e: Pull complete3d3356d548ff: Pull completec072da09f122: Pull complete4f4fb700ef54: Pull completeeff3d806a4a8: Pull completef5c413f5234b: Pull complete09ddc5430e22: Pull complete2c7c283b1afc: Pull complete4af9a971b585: Pull completedf8d9be3e30d: Pull complete5e55ae3325a7: Pull complete635cb27b4304: Pull complete898fbde8ad42: Pull complete66c0ffc92413: Pull completec8cca855638d: Pull complete45d2501a899c: Pull complete5a8b6a59afe3: Verifying Checksum5a8b6a59afe3: Download complete10b0fe6926c2: Verifying Checksum10b0fe6926c2: Download complete10b0fe6926c2: Pull complete0a1d7b83a687: Pull complete2c3441915309: Pull complete3d1a575b1bb0: Pull complete6e5fa830b59d: Pull complete72225f5a6449: Pull complete5a8b6a59afe3: Pull complete81299dd100ce: Pull completead267db4d3a7: Pull completede32f8de692b: Pull completeDigest: sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216Status: Downloaded newer image for ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c529092162026-02-16 21:38.32 ---> using "d1cef22083ba59d6db4e2f107091c68dd70ebdcc64c3894ad7db7be62ad17f4a" from cache/: (comment alpine-3.22-4.14_opam-2.5)/: (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"))2026-02-16 21:38.32 ---> saved as "aa238cb861d3c6c581edbbf37b9748fbb3955a0301f8754f1330522d31bdea95"/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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-02-16 21:39.06 ---> saved as "3012e725308508d0de531ee578ee1e8781d13d01e7b7e084a1a8ab6b2e9dfc3c"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-94-genericThe OCaml toplevel, version 4.14.22.2.12026-02-16 21:39.07 ---> saved as "49acb3bbc71f8cee0ac24a0653bcca777fc6f3873bc89b90d919182499bf3c26"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-16 21:39.07 ---> saved as "834d8ad0726c0946994af4beac26783ef6bb1014f63b7b5e9de6455c8090386e"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e ff53f72a2370b4077c5d0df2664a9a52feb1d8c3 || git fetch origin master) && git reset -q --hard ff53f72a2370b4077c5d0df2664a9a52feb1d8c3 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..ff53f72a23 master -> origin/masterff53f72a23 Merge pull request #29372 from c-cube/release-containers-v3.18<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+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.# Run eval $(opam env) to update the current shell environment2026-02-16 21:39.48 ---> saved as "5ee3c19dcb5a7eb95b0a1da295956c120e033436da6b797cf98b10e57b718705"/src: (copy (src saturn.opam) (dst ./))2026-02-16 21:39.48 ---> saved as "b72fbede61b0236bc4d916f8118f5087bdf841d938be178881e69ac298e83e27"/src: (run (network host)(shell "opam pin add -yn saturn.dev './'"))[saturn.dev] synchronised (file:///src)saturn is now pinned to file:///src (version dev)2026-02-16 21:39.52 ---> saved as "60011ade1170dd3523e1a430d54252f8f73d3297cd1ff7d4126f2372e8ac7613"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-16 21:39.52 ---> saved as "f19115cc5837e3d9442b79bda64336cb70f6eba8508168c859e4d6f0a84d1d22"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 containers.3.18 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.21.1 dune-configurator.3.21.1 either.1.0.0 fmt.0.11.0 logs.0.10.0 mdx.2.5.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.2 multicore-magic-dscheck.2.3.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 oseq.0.5.1 ounit2.2.2.7 qcheck.0.91 qcheck-alcotest.0.91 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-ounit.0.91 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uutf.1.0.4 yojson.3.0.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 saturn.dev $DEPS"))+ /usr/bin/sudo "apk" "update"- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz- WARNING: updating https://dl-cdn.alpinelinux.org/alpine/v3.22/main: temporary error (try again later)- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz- v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]- v3.22.3-23-gcb4d95736c7 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]- v20260127-1254-g7837adc5de5 [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20260127-1143-g5854361c5c7 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20260127-1138-g8f1cb33530a [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- 0 unavailable, 1 stale; 60900 distinct packages availableFatal error: System package update failed with exit code 1 at command:sudo apk update"/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.2 --depext-only -y saturn.dev $DEPS" failed with exit status 992026-02-16 21:40.02: Job failed: Failed: Build failed