2025-02-09 13:23.40: New job: test ocaml-multicore/effects-examples https://github.com/ocaml-multicore/effects-examples.git#refs/heads/master (8a7e80dd29e68e2d05fe4b0399c8535a51f36395) (linux-x86_64:ubuntu-24.04-5.3_opam-2.3) Base: ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:44e15be74257aebfcb44dfe7b5feef71b890aeecc9d126f40cb5debab16df804 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-multicore/effects-examples.git" -b "master" && cd "effects-examples" && git reset --hard 8a7e80dd cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:44e15be74257aebfcb44dfe7b5feef71b890aeecc9d126f40cb5debab16df804 # 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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 effects-examples.opam ./ RUN opam pin add -yn effects-examples.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 lwt.5.9.0 multicont.1.0.3 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y effects-examples.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-02-09 13:23.40: Using cache hint "ocaml-multicore/effects-examples-ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:44e15be74257aebfcb44dfe7b5feef71b890aeecc9d126f40cb5debab16df804-ubuntu-24.04-5.3_opam-2.3-3edf176f257a0533d164ccd9f420a630" 2025-02-09 13:23.40: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:44e15be74257aebfcb44dfe7b5feef71b890aeecc9d126f40cb5debab16df804) (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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src effects-examples.opam) (dst ./)) (run (network host) (shell "opam pin add -yn effects-examples.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 lwt.5.9.0 multicont.1.0.3 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2") (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 effects-examples.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-02-09 13:23.40: Waiting for resource in pool OCluster 2025-02-09 15:36.05: Waiting for worker… 2025-02-09 15:38.59: Got resource from pool OCluster Building on x86-bm-c3.sw.ocaml.org All commits already cached HEAD is now at 8a7e80d Merge pull request #44 from ocaml-multicore/multicont-1.0.3 (from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:44e15be74257aebfcb44dfe7b5feef71b890aeecc9d126f40cb5debab16df804) 2025-02-09 15:38.59 ---> using "45c68f09a6aedde794f62eebf894c4dcd1c8986164e3a2207908576873ab39c7" 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-02-09 15:38.59 ---> using "9b3b08fa393a38047160ee5ad169f27608e5b62864145475444c983f1b3f1197" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [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-repository 2025-02-09 15:38.59 ---> using "8d4d20eed54b74e0ff07873262a203344b87b65e8956d1c8788a9b95b24c4ee4" 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-02-09 15:38.59 ---> using "c4ae39a4991a369fd792f19195ee9e6e3693d82635994016ed52bcb99a7a6d1e" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-02-09 15:38.59 ---> using "ab2298e51e2d3d2a5f87634d062f7f3567ca1beb48d5c3de8b69df9a3c685cdf" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) 3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive [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-02-09 15:38.59 ---> using "c8b971cbd3924df45e7e0f678979a79c25f3d496b5d21f3e4927efe3ca46af9e" from cache /src: (copy (src effects-examples.opam) (dst ./)) 2025-02-09 15:39.00 ---> saved as "f08d81cbedc2ee7467cfa9ece9eaba39546e8118643204be60cbb65e8b350137" /src: (run (network host) (shell "opam pin add -yn effects-examples.dev './'")) Package effects-examples does not exist, create as a NEW package? [y/n] y [effects-examples.dev] synchronised (file:///src) effects-examples is now pinned to file:///src (version dev) [WARNING] Failed checks on effects-examples package definition from source at file:///src: warning 68: Missing field 'license' 2025-02-09 15:39.04 ---> saved as "c2a5e95e97e2a394939ff65b008706fcf6da0db53c7fa1f02f3e88257eb1b852" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-02-09 15:39.05 ---> saved as "f1c84517aeee971b974e7062824b309856b307e9c3099d194a6efa46358453cc" /src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 lwt.5.9.0 multicont.1.0.3 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2") /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 effects-examples.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] - Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease - Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] - Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] - Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1084 kB] - Get:6 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1315 kB] - Fetched 2777 kB in 1s (1922 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [effects-examples.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-02-09 15:39.38 ---> saved as "bb5b0c2a08a44882c09cd7bbd1a07afb89ebed0868bc10bb0a1767590bf79055" /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 9 packages - install base-bytes base - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.17.2 - install dune-configurator 3.17.2 - install lwt 5.9.0 - install multicont 1.0.3 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved multicont.1.0.3 (cached) -> retrieved lwt.5.9.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed dune.3.17.2 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.17.2 [ERROR] The compilation of multicont.1.0.3 failed at "dune build -p multicont -j 39 @install". -> installed lwt.5.9.0 #=== ERROR while compiling multicont.1.0.3 ====================================# # context 2.3.0 | linux/x86_64 | ocaml-base-compiler.5.3.0 | file:///home/opam/opam-repository # path ~/.opam/5.3/.opam-switch/build/multicont.1.0.3 # command ~/.opam/5.3/bin/dune build -p multicont -j 39 @install # exit-code 1 # env-file ~/.opam/log/multicont-1-169e3c.env # output-file ~/.opam/log/multicont-1-169e3c.out ### output ### # File "lib/dune", lines 1-14, characters 0-317: # 1 | (library # 2 | (name multicont) # 3 | (public_name multicont) # .... # 12 | (mode native) # 13 | (flags :standard (:include c_native_flags.sexp)) # 14 | (names multicont_stubs))) # (cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w -40 -g -shared -linkall -I lib -o lib/multicont.cmxs lib/multicont.cmxa) # /usr/bin/ld: cannot find -lmulticont_stubs_native: No such file or directory # collect2: error: ld returned 1 exit status # File "caml_startup", line 1: # Error: Error during linking (exit code 1) <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build multicont 1.0.3 +- +- The following changes have been performed | - install base-bytes base | - install cppo 1.8.0 | - install csexp 1.5.2 | - install dune 3.17.2 | - install dune-configurator 3.17.2 | - install lwt 5.9.0 | - install ocamlfind 1.9.8 | - install ocplib-endian 1.2 +- # To update the current shell environment, run: eval $(opam env) The former state can be restored with: /usr/bin/opam switch import "/home/opam/.opam/5.3/.opam-switch/backup/state-20250209153939.export" "/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31 2025-02-09 15:41.27: Job failed: Failed: Build failed