Organisationsocaml-multicoreeffects-examples8a7e80 (master)ubuntu-24.10-5.3_opam-2.3

ubuntu-24.10-5.3_opam-2.3

Logs

Show full logs
2025-02-09 13:20.27: New job: test ocaml-multicore/effects-examples https://github.com/ocaml-multicore/effects-examples.git#refs/heads/master (8a7e80dd29e68e2d05fe4b0399c8535a51f36395) (linux-x86_64:ubuntu-24.10-5.3_opam-2.3)
Base: ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:acaee7a8f23013b743b8897efb77dff26396aea5c2befd0a49dd69ebf1f88c03
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.10-ocaml-5.3@sha256:acaee7a8f23013b743b8897efb77dff26396aea5c2befd0a49dd69ebf1f88c03
# ubuntu-24.10-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:20.27: Using cache hint "ocaml-multicore/effects-examples-ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:acaee7a8f23013b743b8897efb77dff26396aea5c2befd0a49dd69ebf1f88c03-ubuntu-24.10-5.3_opam-2.3-3edf176f257a0533d164ccd9f420a630"
2025-02-09 13:20.27: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:acaee7a8f23013b743b8897efb77dff26396aea5c2befd0a49dd69ebf1f88c03)
 (comment ubuntu-24.10-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:20.27: Waiting for resource in pool OCluster
2025-02-09 13:42.50: Waiting for worker…
2025-02-09 13:47.30: Got resource from pool OCluster
Building on x86-bm-c8.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.10-ocaml-5.3@sha256:acaee7a8f23013b743b8897efb77dff26396aea5c2befd0a49dd69ebf1f88c03)
Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:acaee7a8f23013b743b8897efb77dff26396aea5c2befd0a49dd69ebf1f88c03' locally
docker.io/ocaml/opam@sha256:acaee7a8f23013b743b8897efb77dff26396aea5c2befd0a49dd69ebf1f88c03: Pulling from ocaml/opam
5caad8e61a34: Pulling fs layer
5caad8e61a34: Verifying Checksum
5caad8e61a34: Download complete
5caad8e61a34: Pull complete
Digest: sha256:acaee7a8f23013b743b8897efb77dff26396aea5c2befd0a49dd69ebf1f88c03
Status: Downloaded newer image for ocaml/opam@sha256:acaee7a8f23013b743b8897efb77dff26396aea5c2befd0a49dd69ebf1f88c03
2025-02-09 13:47.31 ---> using "2a35d0e220c6d2f8ee999fd3eb200a27836ebea0862fa317984b9d90fc798a23" from cache

/: (comment ubuntu-24.10-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 13:47.31 ---> using "903d5e3d66e2f366d9341024f25a6f031affeccdbf08b787d79b062a052fb68e" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-02-09 13:47.31 ---> using "5ccfee2ebf71fa33480ffd338efa16757a9a8d445dbc884fd611c5d08ec1ea94" 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 13:47.31 ---> using "6e4e0a85a237d05ed1aed90d3568d9e0f540059dd7857c3fd5f64ee12664b575" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-02-09 13:47.31 ---> using "595f40d70d476ba69215a2463eab823f4a89d7831735b3251efbf699d6001c0a" 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 ><><><><><><><><><><><><><><><><><><><><><><>
[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 13:47.31 ---> using "bedb488aa9dc73cef4d0d8ebc2f1467af382a11281230ac4910d250f90a89c2e" from cache

/src: (copy (src effects-examples.opam) (dst ./))
2025-02-09 13:47.31 ---> saved as "da577180c53417b0748f054b4ac3344213ccb924a8279850ea9ce081024dc8f9"

/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 13:47.33 ---> saved as "62d44814e0ea1df2d81b813a67ee124f1bb1af7c598680374cc66b9117bdcdff"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-09 13:47.34 ---> saved as "d71a0cc00caeeb390c36f8a59949a8580f6e4acafd1fc71bf33773dc05521de0"

/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 oracular-security InRelease [126 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu oracular InRelease
- Get:3 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [237 kB]
- Get:4 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB]
- Get:5 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB]
- Get:6 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [203 kB]
- Get:7 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [343 kB]
- Fetched 1162 kB in 1s (1257 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 13:47.54 ---> saved as "4232e35f134c0b515913acc36c2963a70d191dc30116b3773773e2a85c02ba33"

/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 13:49.02 ---> saved as "4b05a3fa1218c9f7c69a0d4cdfac4f22d1b497abffe872d75104d36870173330"

/src: (copy (src .) (dst /src))
2025-02-09 13:49.03 ---> saved as "47aedc2c8c10a0776a81bbfcddbf2ec149190d10e52a81f61da6b9739d530e1b"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-02-09 13:49.03 ---> saved as "cd0c75188f16c52a87ec0e8a956631461445c37de1149b085e1093de0d7de0c3"
Job succeeded
2025-02-09 13:49.04: Job succeeded