2025-07-02 12:16.43: New job: test ocaml-multicore/multicore-bench https://github.com/ocaml-multicore/multicore-bench.git#refs/heads/main (efb15d8562dbdc1ba976ffc574de028e3c11c123) (linux-x86_64:debian-12-5.4~alpha1_opam-2.3) Base: ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:8582773c21cedba0ee784e7abc58e4ae8e8ec1fd5bb00bd01c6d864a18a3bd77 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-multicore/multicore-bench.git" -b "main" && cd "multicore-bench" && git reset --hard efb15d85 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:8582773c21cedba0ee784e7abc58e4ae8e8ec1fd5bb00bd01c6d864a18a3bd77 # debian-12-5.4~alpha1_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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 multicore-bench.opam ./ RUN opam pin add -yn multicore-bench.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.19.1 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.8 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y multicore-bench.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-07-02 12:16.43: Using cache hint "ocaml-multicore/multicore-bench-ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:8582773c21cedba0ee784e7abc58e4ae8e8ec1fd5bb00bd01c6d864a18a3bd77-debian-12-5.4~alpha1_opam-2.3-5d5ba64c9560ec9bb5044ce197d5ee21" 2025-07-02 12:16.43: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:8582773c21cedba0ee784e7abc58e4ae8e8ec1fd5bb00bd01c6d864a18a3bd77) (comment debian-12-5.4~alpha1_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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src multicore-bench.opam) (dst ./)) (run (network host) (shell "opam pin add -yn multicore-bench.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.19.1 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.8 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.3 --depext-only -y multicore-bench.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-07-02 12:16.43: Waiting for resource in pool OCluster 2025-07-02 12:16.51: Waiting for worker… 2025-07-02 12:16.51: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at efb15d8 Inline `Atomic` and `Ref` ops and unroll (from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:8582773c21cedba0ee784e7abc58e4ae8e8ec1fd5bb00bd01c6d864a18a3bd77) 2025-07-02 12:16.59 ---> saved as "7eeff0a897ba573e3887788a60a6c56290cc2b688e3dd8849ad000225167be2f" /: (comment debian-12-5.4~alpha1_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-07-02 12:16.59 ---> saved as "f362fb86509f313e940fd46f809dea011c9e12de45cd732e10c9cb6f1e69dd99" /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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "beta": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/ocaml-beta-repository/': Could not resolve host: github.com" [default] Initialised 2025-07-02 12:17.19 ---> saved as "83f26b8a182ca93e937604f79038f21c2d078c7be693bf219f6439df39ed5bb6" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.4.0~alpha1 2.3.0 2025-07-02 12:17.19 ---> saved as "4e6c1dbc65dc1f5ee77c6e77d9b87ac2d2372a2909f20b7eebc1b4323415fab2" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-02 12:17.19 ---> saved as "cc1fd244bac21da976d3e244ee9414006eca70002afed797b133c13a5cb211ca" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository [default] synchronised from git+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-07-02 12:17.46 ---> saved as "29fc1c9fa26d0b531ed5ac3fde5403f699586a6eb6a39c3ebcc574f4c03b8242" /src: (copy (src multicore-bench.opam) (dst ./)) 2025-07-02 12:17.47 ---> saved as "79ed5981f8f829a03d7fd935a12233a53311da911f284a7c1119db9a54b584bd" /src: (run (network host) (shell "opam pin add -yn multicore-bench.dev './'")) [multicore-bench.dev] synchronised (file:///src) multicore-bench is now pinned to file:///src (version dev) 2025-07-02 12:17.49 ---> saved as "f06223d5d11f26d1b3b07d2e3a4578619188b0dc61dcd48fb0d79acc71963426" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-02 12:17.50 ---> saved as "9a0ff039ea3a4b77b59ae11abdae114de02c1e2c590988b77f0e34871bda4b52" /src: (env DEPS "astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.19.1 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.8 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.3 --depext-only -y multicore-bench.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 [270 kB] - Fetched 373 kB in 0s (1113 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [multicore-bench.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.4.0~alpha1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1). [NOTE] Package ocaml is already installed (current version is 5.4.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-07-02 12:18.07 ---> saved as "d0e69824331fb070d17bb74a5f01e4b095a6cc681d66bc274155ed46bb141c2b" /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.4.0~alpha1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1). [NOTE] Package ocaml is already installed (current version is 5.4.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 23 packages - install astring 0.8.5 - install backoff 0.1.1 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install cppo 1.8.0 - install csexp 1.5.2 - install domain-local-await 1.0.1 - install domain_shims 0.1.0 - install dune 3.19.1 - install fmt 0.10.0 - install logs 0.8.0 - install mdx 2.5.0 - install mtime 2.1.0 - install multicore-magic 2.3.1 - install ocaml-version 4.0.1 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install re 1.12.0 - install result 1.5 - install seq base - install thread-table 1.0.0 - install topkg 1.0.8 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved backoff.0.1.1 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved domain-local-await.1.0.1 (cached) -> retrieved domain_shims.0.1.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved multicore-magic.2.3.1 (cached) -> retrieved ocaml-version.4.0.1 (cached) -> retrieved mdx.2.5.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved re.1.12.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved result.1.5 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved dune.3.19.1 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.0.8 -> installed mtime.2.1.0 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed logs.0.8.0 -> installed dune.3.19.1 -> installed domain_shims.0.1.0 -> installed csexp.1.5.2 -> installed result.1.5 -> installed ocaml-version.4.0.1 -> installed thread-table.1.0.0 -> installed multicore-magic.2.3.1 -> installed backoff.0.1.1 -> installed camlp-streams.5.0.1 -> installed domain-local-await.1.0.1 -> installed cppo.1.8.0 -> installed re.1.12.0 -> installed yojson.3.0.0 [ERROR] The compilation of mdx.2.5.0 failed at "dune build -p mdx -j 71 @install". #=== ERROR while compiling mdx.2.5.0 ==========================================# # context 2.3.0 | linux/x86_64 | ocaml-base-compiler.5.4.0~alpha1 | git+file:///home/opam/opam-repository # path ~/.opam/5.4~alpha1/.opam-switch/build/mdx.2.5.0 # command ~/.opam/5.4~alpha1/bin/dune build -p mdx -j 71 @install # exit-code 1 # env-file ~/.opam/log/mdx-1-9434cc.env # output-file ~/.opam/log/mdx-1-9434cc.out ### output ### # (cd _build/default && /home/opam/.opam/5.4~alpha1/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/top/.mdx_top.objs/byte -I /home/opam/.opam/5.4~alpha1/lib/astring -I /home/opam/.opam/5.4~alpha1/lib/camlp-streams -I /home/opam/.opam/5.4~alpha1/lib/csexp -I /home/opam/.opam/5.4~alpha1/lib/findlib -I /home/opam/.opam/5.4~alpha1/lib/fmt -I /home/opam/.opam/5.4~alpha1/lib/logs -I /home/opam/.opam/5.4~alpha1/lib/ocaml-version -I /home/opam/.opam/5.4~alpha1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4~alpha1/lib/ocaml/str -I /home/opam/.opam/5.4~alpha1/lib/ocaml/threads -I /home/opam/.opam/5.4~alpha1/lib/ocaml/unix -I /home/opam/.opam/5.4~alpha1/lib/re -I /home/opam/.opam/5.4~alpha1/lib/result -I /home/opam/.opam/5.4~alpha1/lib/seq -I lib/.mdx.objs/byte -I vendor/odoc-parser/src/.odoc_parser.objs/byte -no-alias-deps -open Mdx_top__ -o lib/top/.mdx_top.objs/byte/mdx_top__Compat_top.cmi -c -intf lib/top/compat_top.pp.mli) # File "lib/top/compat_top.mli", line 11, characters 40-69: # Error: Unbound type constructor Types.constructor_description <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build mdx 2.5.0 +- +- The following changes have been performed | - install astring 0.8.5 | - install backoff 0.1.1 | - install camlp-streams 5.0.1 | - install cmdliner 1.3.0 | - install cppo 1.8.0 | - install csexp 1.5.2 | - install domain-local-await 1.0.1 | - install domain_shims 0.1.0 | - install dune 3.19.1 | - install fmt 0.10.0 | - install logs 0.8.0 | - install mtime 2.1.0 | - install multicore-magic 2.3.1 | - install ocaml-version 4.0.1 | - install ocamlbuild 0.16.1 | - install ocamlfind 1.9.8 | - install re 1.12.0 | - install result 1.5 | - install seq base | - install thread-table 1.0.0 | - install topkg 1.0.8 | - install yojson 3.0.0 +- The former state can be restored with: /usr/bin/opam switch import "/home/opam/.opam/5.4~alpha1/.opam-switch/backup/state-20250702121808.export" # To update the current shell environment, run: eval $(opam env) "/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31 2025-07-02 12:20.20: Job failed: Failed: Build failed