2025-02-09 13:23.18: New job: test ocaml-multicore/effects-examples https://github.com/ocaml-multicore/effects-examples.git#refs/heads/master (8a7e80dd29e68e2d05fe4b0399c8535a51f36395) (linux-x86_64:fedora-40-5.3_opam-2.3) Base: ocaml/opam:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb 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:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb # fedora-40-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils 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.18: Using cache hint "ocaml-multicore/effects-examples-ocaml/opam:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb-fedora-40-5.3_opam-2.3-3edf176f257a0533d164ccd9f420a630" 2025-02-09 13:23.18: Using OBuilder spec: ((from ocaml/opam:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb) (comment fedora-40-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (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.18: Waiting for resource in pool OCluster 2025-02-09 14:53.29: Waiting for worker… 2025-02-09 14:55.13: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 8a7e80d Merge pull request #44 from ocaml-multicore/multicont-1.0.3 (from ocaml/opam:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb) Unable to find image 'ocaml/opam:fedora-40-ocaml-5.3@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb' locally docker.io/ocaml/opam@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb: Pulling from ocaml/opam 3e5f9561469d: Pulling fs layer 3e5f9561469d: Verifying Checksum 3e5f9561469d: Download complete 3e5f9561469d: Pull complete Digest: sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb Status: Downloaded newer image for ocaml/opam@sha256:5eb9767ee2c3f18f1920f9c9d4f92c8f89e0b1ff0f0509406981c96e9cc838bb 2025-02-09 14:57.03 ---> saved as "5ff50e8d5058ab75d30e0ca602c0d0902f1a04a8369997f5473ba0c7abcd7623" /: (comment fedora-40-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Fedora 40 - x86_64 - Updates 128 kB/s | 17 kB 00:00 Fedora 40 - x86_64 - Updates 5.0 MB/s | 4.5 MB 00:00 Last metadata expiration check: 0:00:03 ago on Sun Feb 9 14:57:04 2025. Package findutils-1:4.9.0-9.fc40.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! 2025-02-09 14:57.08 ---> saved as "dbaa95f017162064e90bdeae5302704e4581c525da5bd45b43ab0a588994c443" /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-02-09 14:57.08 ---> saved as "c9255b0cb06cb5d59a38d3a7e29e4b7914d52bc2ad2630dc8943f23579168715" /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. Continue? [y/n] y 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. [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 --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 14:58.07 ---> saved as "4540b59c91e1479369f533825b3bcf7102a5c2ba2d04a01d2c3d8b52a3dbd0b3" /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 14:58.08 ---> saved as "389f7ded9362e2c2ca9d5872a948c41f187c7ddb07ab30a00d2159f7c072620c" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-02-09 14:58.08 ---> saved as "354748ff4b5220558845a189605472d8111a7838380c73f845389254fc51b1ee" /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 14:59.02 ---> saved as "ee44cf46df83d6fa85f126359aca8c53ba7aad022791692fbaef2d5fb751a3ef" /src: (copy (src effects-examples.opam) (dst ./)) 2025-02-09 14:59.03 ---> saved as "b26fd06c60150a90d69afc2b89fe4a66c8be5818b60e55cdab5b98ec37b40147" /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) [WARNING] Failed checks on effects-examples package definition from source at file:///src: warning 68: Missing field 'license' effects-examples is now pinned to file:///src (version dev) 2025-02-09 14:59.06 ---> saved as "3e4862da5cb5dccbce7fb295f3440f90c99da729418286b3dfa76e9d96fc1e47" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-02-09 14:59.08 ---> saved as "1293bedb4ed553a4275b00e8d0db793816dd89ae0de9291d74eb8ba7d084c64b" /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 "yum" "makecache" - Fedora 40 - x86_64 128 kB/s | 27 kB 00:00 - Fedora 40 openh264 (From Cisco) - x86_64 10 kB/s | 989 B 00:00 - Fedora 40 - x86_64 - Updates 140 kB/s | 17 kB 00:00 - Metadata cache created. <><> 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 14:59.22 ---> saved as "5a533dd9fd2b386d54e25e10caa64b3101741a53f00fce9d26c2a1cf2149e89d" /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 -> installed multicont.1.0.3 -> installed lwt.5.9.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-02-09 15:00.36 ---> saved as "965e7b82214bf54c945b2ae6f00a5a04bff28181bc9c1e4fc038b523202b8c86" /src: (copy (src .) (dst /src)) 2025-02-09 15:00.37 ---> saved as "a57a273c43df6b418f0e88943a40a35c0497aa6b64b186dab2644b83113f141e" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-02-09 15:00.38 ---> saved as "b25d51449fc865af9b21646d45b56e756fa1638368f06438b5075be60fa2b25d" Job succeeded 2025-02-09 15:00.38: Job succeeded