2026-03-20 09:48.12: New job: test ocaml-multicore/effects-examples https://github.com/ocaml-multicore/effects-examples.git#refs/heads/master (9840de71aba67d59e67ef1a4452560725c0a3efd) (linux-s390x:debian-13-5.4_s390x_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:ae07ea1c2e8e5f3a6a57b261c6d0a83195e261475a372b3d99fb9d61b77ec610Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/effects-examples.git" -b "master" && cd "effects-examples" && git reset --hard 9840de71cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:ae07ea1c2e8e5f3a6a57b261c6d0a83195e261475a372b3d99fb9d61b77ec610# debian-13-5.4_s390x_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.22.0 dune-configurator.3.22.0 lwt.6.1.1 multicont.1.0.3 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.5 --depext-only -y effects-examples.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-20 09:48.12: Using cache hint "ocaml-multicore/effects-examples-ocaml/opam:debian-13-ocaml-5.4@sha256:ae07ea1c2e8e5f3a6a57b261c6d0a83195e261475a372b3d99fb9d61b77ec610-debian-13-5.4_s390x_opam-2.5-c8ea5ce6e1f83b238388671072324a9f"2026-03-20 09:48.12: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:ae07ea1c2e8e5f3a6a57b261c6d0a83195e261475a372b3d99fb9d61b77ec610)(comment debian-13-5.4_s390x_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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 (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.22.0 dune-configurator.3.22.0 lwt.6.1.1 multicont.1.0.3 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.5 --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")))2026-03-20 09:48.12: Waiting for resource in pool OCluster2026-03-20 09:48.12: Waiting for worker…2026-03-20 09:50.06: Got resource from pool OClusterBuilding on s390x-worker-01.marist.ci.devHEAD is now at 7d1320e Update to OCaml 5.4.1HEAD is now at 9840de7 Port all examples to effect syntax; update CI to setup-ocaml v3(from ocaml/opam:debian-13-ocaml-5.4@sha256:ae07ea1c2e8e5f3a6a57b261c6d0a83195e261475a372b3d99fb9d61b77ec610)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:ae07ea1c2e8e5f3a6a57b261c6d0a83195e261475a372b3d99fb9d61b77ec610' locallydocker.io/ocaml/opam@sha256:ae07ea1c2e8e5f3a6a57b261c6d0a83195e261475a372b3d99fb9d61b77ec610: Pulling from ocaml/opamDigest: sha256:ae07ea1c2e8e5f3a6a57b261c6d0a83195e261475a372b3d99fb9d61b77ec610Status: Downloaded newer image for ocaml/opam@sha256:ae07ea1c2e8e5f3a6a57b261c6d0a83195e261475a372b3d99fb9d61b77ec6102026-03-20 09:50.07 ---> using "2dc1ed36a35ab27fffea130f920eca21e66f2635e8334c34df4958b8ae0771db" from cache/: (comment debian-13-5.4_s390x_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-20 09:50.07 ---> using "ef506612149ee93389b89aab3c44f7ea54dcd313ec97d8dbc6a61a768c3f81f6" 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 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-20 09:50.07 ---> using "65fa4bb1ccb48004620ad66a972b0508da2b4bf217cc090063c7138903f61a40" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-101-genericThe OCaml toplevel, version 5.4.02.5.02026-03-20 09:50.07 ---> using "553e3241515a622c52ef6417449413ae911785c69bd0ff491f1f6a7f7ceae659" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-20 09:50.07 ---> using "ce238094ae8369ef4506e10ba2f1c21f37cd1a52352c5155c95e2d98438ede3f" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-03-20 09:50.07 ---> using "7118d99b2a62707f2cf3f63b3eff327f2a37773d04d7e984157505cc6b0ede0d" from cache/src: (copy (src effects-examples.opam) (dst ./))2026-03-20 09:50.07 ---> using "45905c5a1b07697ba61db72017ac4e4206e0139acbeee39754bd451246fb7f0c" from cache/src: (run (network host)(shell "opam pin add -yn effects-examples.dev './'"))[NOTE] Package effects-examples does not exist in opam repositories registered in the current switch.[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)2026-03-20 09:50.07 ---> using "cc1f104fc6a9b076e62e5a9e642fab305d53b9778be58f3dde228ed229a6e0e8" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-20 09:50.07 ---> using "94cc3a20ae43da67e171ca566a5094ce914b679f7f3e7ba1bb4be12d203781f2" from cache/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.22.0 dune-configurator.3.22.0 lwt.6.1.1 multicont.1.0.3 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.5 --depext-only -y effects-examples.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian trixie/main s390x Packages [9324 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main s390x Packages [106 kB]- Fetched 9661 kB in 1s (7556 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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[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).# To update the current shell environment, run: eval $(opam env)2026-03-20 09:50.07 ---> using "ac3212dbcfe572a62558f709d90f6d934b10e9364d43c4f8da0d130fc187d7d8" from cache/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).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[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 9 packages- install base-bytes base- install cppo 1.8.0- install csexp 1.5.2- install dune 3.22.0- install dune-configurator 3.22.0- install lwt 6.1.1- 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 dune.3.22.0, dune-configurator.3.22.0 (cached)-> retrieved lwt.6.1.1 (cached)-> retrieved multicont.1.0.3 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.22.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.22.0-> installed multicont.1.0.3-> installed lwt.6.1.1Done.# To update the current shell environment, run: eval $(opam env)2026-03-20 09:50.07 ---> using "0dc21884a5f55cd9d0358b0145f449d1c1ec5b4dc58e71ca894ab27e44f63109" from cache/src: (copy (src .) (dst /src))2026-03-20 09:50.12 ---> saved as "51a84a7ed5d2210cfa7963ddb13edfd69ce201b4e31f7504769b4808aa242fb1"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-03-20 09:50.18 ---> saved as "6e875f3236437c8e989a7d160175cda77e0101b4f9ab6f923266e92840353647"Job succeeded2026-03-20 09:50.19: Job succeeded