2025-02-09 12:41.37: New job: test ocaml-multicore/effects-examples https://github.com/ocaml-multicore/effects-examples.git#refs/heads/master (8a7e80dd29e68e2d05fe4b0399c8535a51f36395) (linux-arm64:debian-12-5.3_arm32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab
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:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab
# debian-12-5.3_arm32_opam-2.3
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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-option-bytecode-only.1 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 12:41.37: Using cache hint "ocaml-multicore/effects-examples-ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab-debian-12-5.3_arm32_opam-2.3-3ec228e0b6aba31165d31b8abf4c6d6d"
2025-02-09 12:41.37: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab)
(comment debian-12-5.3_arm32_opam-2.3)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(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-option-bytecode-only.1 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 12:41.37: Waiting for resource in pool OCluster
2025-02-09 12:41.48: Waiting for worker…
2025-02-09 13:48.22: Got resource from pool OCluster
Building on okypous.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:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab' locally
docker.io/ocaml/opam@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab: Pulling from ocaml/opam
ca61d863bcc2: Already exists
f32e69b36c0b: Pulling fs layer
299adb6203fa: Pulling fs layer
32744d3d1124: Pulling fs layer
c3beb3863c05: Pulling fs layer
940aad663e67: Pulling fs layer
72b96daa901c: Pulling fs layer
ce67d7be8788: Pulling fs layer
2a3009e07c07: Pulling fs layer
c3beb3863c05: Waiting
ce67d7be8788: Waiting
940aad663e67: Waiting
2a3009e07c07: Waiting
299adb6203fa: Verifying Checksum
299adb6203fa: Download complete
32744d3d1124: Download complete
c3beb3863c05: Download complete
f32e69b36c0b: Verifying Checksum
f32e69b36c0b: Download complete
72b96daa901c: Verifying Checksum
72b96daa901c: Download complete
2a3009e07c07: Verifying Checksum
2a3009e07c07: Download complete
ce67d7be8788: Verifying Checksum
ce67d7be8788: Download complete
f32e69b36c0b: Pull complete
299adb6203fa: Pull complete
940aad663e67: Verifying Checksum
940aad663e67: Download complete
32744d3d1124: Pull complete
c3beb3863c05: Pull complete
940aad663e67: Pull complete
72b96daa901c: Pull complete
ce67d7be8788: Pull complete
2a3009e07c07: Pull complete
Digest: sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab
Status: Downloaded newer image for ocaml/opam@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2025-02-09 13:48.22 ---> using "e6867b0b3b10e9f4600d1412a311377550a6555c94c8f3bef167642fa02c7f8b" from cache
/: (comment debian-12-5.3_arm32_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (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:48.22 ---> using "5c487add7a54053f762b3c333abb3ce16972042a943faaf110a68a5f4b2cccc6" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[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 13:48.22 ---> using "22a3d90d948387933448bd830f856833519c22987081cad98ebab0ca7af4a788" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-02-09 13:48.22 ---> using "170ae8972950503c372545f2a10783dac9843eb7586d39dcb4cdbd38e4db358b" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-02-09 13:48.22 ---> using "b194436fae2c726b32674152f7799f46d23a90dabe8346c73cb3648378a24d8b" 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 13:48.22 ---> using "652207b046bba8e7bd851cab7aba590e1cc129d395feeade5ee031b3425c8f12" from cache
/src: (copy (src effects-examples.opam) (dst ./))
2025-02-09 13:48.22 ---> saved as "bd640feb4ea00112d5dfc4f6260cfae3490c33c2bee2fc8b72ab1aec5a8e6faf"
/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:48.25 ---> saved as "0a162834628edb91b93a9caf4b5da73b8842b85f0ebe376e8ccf7db41c5d13fb"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-09 13:48.25 ---> saved as "67381ffa1072f9f34878dcd71eb73d23a22034d92bb6e192bfd4258b6c7f8fae"
/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-option-bytecode-only.1 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"
- 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 armhf Packages [225 kB]
- Fetched 328 kB in 0s (659 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-option-bytecode-only 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:48.39 ---> saved as "4e360dde69942e53e99f2b0d47a8272910098dc81895f6e174bda2a6e26aa35b"
/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-option-bytecode-only 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 lwt.5.9.0 (cached)
-> retrieved multicont.1.0.3 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ocamlfind.1.9.8 (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.50 ---> saved as "af85c5052a62acb9d7dd734b0d36077edd9309e4043fdb4530771c05e55df352"
/src: (copy (src .) (dst /src))
2025-02-09 13:49.50 ---> saved as "36e7d405f04ac07121e22d3950ac6a6ecd4c8806ebde03a661f4550f6fe1f30d"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-02-09 13:49.51 ---> saved as "9425d51b99fc36ee70a35f692ce6b152aaedae130d8eb28665719ebe96455ac5"
Job succeeded
2025-02-09 13:49.51: Job succeeded