(not at the head of any monitored branch or PR)
2025-12-30 16:56.11: New job: build jupyter.3.0.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29142/head (0eb0aeec3d5ae7a4f732ca8801a6bb03b7747157)
                              on debian-13-ocaml-5.4/s390x

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29142/head" && git reset --hard 0eb0aeec
git fetch origin master
git merge --no-edit f2d102f951a5dc2af6db218c6aef53c80186295a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:19151a8f0c190e1a21f75be22f794dffba18d377b920e8756afef475c1e08dc8
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn jupyter.3.0.1 3.0.1
RUN opam reinstall jupyter.3.0.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'jupyter.3.0.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2025-12-30 16:56.11: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:19151a8f0c190e1a21f75be22f794dffba18d377b920e8756afef475c1e08dc8-jupyter.3.0.1-0eb0aeec3d5ae7a4f732ca8801a6bb03b7747157"
2025-12-30 16:56.11: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:19151a8f0c190e1a21f75be22f794dffba18d377b920e8756afef475c1e08dc8)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn jupyter.3.0.1 3.0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall jupyter.3.0.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'jupyter.3.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-12-30 16:56.11: Waiting for resource in pool OCluster
2025-12-30 16:56.11: Waiting for worker…
2025-12-30 16:56.11: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
Updating files:  91% (17507/19115)
Updating files:  92% (17586/19115)
Updating files:  93% (17777/19115)
Updating files:  94% (17969/19115)
Updating files:  95% (18160/19115)
Updating files:  96% (18351/19115)
Updating files:  97% (18542/19115)
Updating files:  98% (18733/19115)
Updating files:  99% (18924/19115)
Updating files: 100% (19115/19115)
Updating files: 100% (19115/19115), done.
HEAD is now at 11253598d4 Package menhir-lsp.0.1.2
HEAD is now at f2d102f951 Merge pull request #29150 from raphael-proust/llvm-20-21-only-cosmetics
Merge made by the 'ort' strategy.
 packages/jupyter/jupyter.3.0.1/opam | 62 +++++++++++++++++++++++++++++++++++++
 1 file changed, 62 insertions(+)
 create mode 100644 packages/jupyter/jupyter.3.0.1/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:19151a8f0c190e1a21f75be22f794dffba18d377b920e8756afef475c1e08dc8)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:19151a8f0c190e1a21f75be22f794dffba18d377b920e8756afef475c1e08dc8' locally
docker.io/ocaml/opam@sha256:19151a8f0c190e1a21f75be22f794dffba18d377b920e8756afef475c1e08dc8: Pulling from ocaml/opam
Digest: sha256:19151a8f0c190e1a21f75be22f794dffba18d377b920e8756afef475c1e08dc8
Status: Downloaded newer image for ocaml/opam@sha256:19151a8f0c190e1a21f75be22f794dffba18d377b920e8756afef475c1e08dc8
2025-12-30 16:56.15 ---> using "ec34c573aed7313abc73ab70a9af637d2664e8b22eeae6ea396f0515cd03177a" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-30 16:56.15 ---> using "465750d4cdf6d76a47057cd34680fd972e3fed9f45468caad21388a09e3ef5ef" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-30 16:56.15 ---> using "0dd655beff8463cfb8bf723a16d378ee7bfeb4fa1a211be9097fd00022e9fd6b" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=s390x os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2025-12-30 16:56.15 ---> using "d5862511f9a0d8ee342edbeb49d81193b04a0b8afdcec0cde76f58dc9bba83fb" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2025-12-30 16:56.15 ---> using "afa2ec08767e043c54fcdc27fb8a4bc1e956cf1dcf8bdfebafd314fff8a20fef" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-30 16:56.26 ---> saved as "a7ae47951c5a05cf09302f9a01c018120d56636b228e5244633b198beb13eeb9"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-30 16:56.45 ---> saved as "37dcd856f9d8227d89b80d3168d372fe9a2877a3a11d804c7549e4c6023c9377"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- 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]
- Fetched 90.7 kB in 0s (388 kB/s)
- Reading package lists...
- 
2025-12-30 16:56.47 ---> saved as "ada517e1ff30c4d41ec9a93f73bd4dc9c81834a1612844e406d8bc328a834ac9"

/home/opam: (run (shell "opam pin add -k version -yn jupyter.3.0.1 3.0.1"))
jupyter is now pinned to version 3.0.1
2025-12-30 16:56.48 ---> saved as "d86b1dae4e75e6d12b916ec1d95906253d0c8546273a54cef2fea5f164d13fba"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall jupyter.3.0.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'jupyter.3.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
jupyter.3.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 38 packages
  - install base                    v0.17.3        [required by ppx_yojson_conv]
  - install base-bytes              base           [required by ocplib-endian]
  - install base64                  3.5.2          [required by jupyter]
  - install conf-gmp                5              [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec       4              [required by cryptokit]
  - install conf-pkg-config         4              [required by zarith, conf-zlib, conf-zmq]
  - install conf-zlib               1              [required by cryptokit]
  - install conf-zmq                0.1            [required by zmq]
  - install cppo                    1.8.0          [required by ppx_deriving]
  - install cryptokit               1.20           [required by jupyter]
  - install csexp                   1.5.2          [required by dune-configurator]
  - install dune                    3.20.2         [required by jupyter]
  - install dune-configurator       3.20.2         [required by cryptokit, zmq]
  - install jupyter                 3.0.1 (pinned)
  - install logs                    0.10.0         [required by jupyter]
  - install lwt                     5.9.2          [required by jupyter]
  - install lwt_ppx                 5.9.2          [required by jupyter]
  - install ocaml-compiler-libs     v0.17.0        [required by ppxlib]
  - install ocaml_intrinsics_kernel v0.17.1        [required by base]
  - install ocamlbuild              0.16.1         [required by logs, uuidm]
  - install ocamlfind               1.9.8          [required by ppx_deriving, logs, uuidm]
  - install ocplib-endian           1.2            [required by lwt]
  - install octavius                1.2.2          [required by ppx_js_style]
  - install ppx_derivers            1.2.1          [required by ppx_deriving]
  - install ppx_deriving            6.1.1          [required by jupyter]
  - install ppx_js_style            v0.17.1        [required by ppx_yojson_conv]
  - install ppx_yojson_conv         v0.17.1        [required by jupyter]
  - install ppx_yojson_conv_lib     v0.17.0        [required by ppx_yojson_conv]
  - install ppxlib                  0.37.0         [required by ppx_deriving, lwt_ppx, ppx_yojson_conv]
  - install sexplib0                v0.17.0        [required by ppxlib, base]
  - install stdint                  0.7.2          [required by jupyter]
  - install stdlib-shims            0.3.0          [required by ppxlib]
  - install topkg                   1.1.1          [required by logs, uuidm]
  - install uuidm                   0.9.10         [required by jupyter]
  - install yojson                  3.0.0          [required by jupyter]
  - install zarith                  1.14           [required by cryptokit]
  - install zmq                     5.3.0          [required by jupyter]
  - install zmq-lwt                 5.3.0          [required by jupyter]

The following system packages will first need to be installed:
    libgmp-dev libzmq3-dev pkg-config zlib1g-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "libzmq3-dev" "pkg-config" "zlib1g-dev"
- Selecting previously unselected package comerr-dev:s390x.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20412 files and directories currently installed.)
- Preparing to unpack .../00-comerr-dev_2.1-1.47.2-3+b3_s390x.deb ...
- Unpacking comerr-dev:s390x (2.1-1.47.2-3+b3) ...
- Selecting previously unselected package libnorm1t64:s390x.
- Preparing to unpack .../01-libnorm1t64_1.5.9+dfsg-3.1+b2_s390x.deb ...
- Unpacking libnorm1t64:s390x (1.5.9+dfsg-3.1+b2) ...
- Selecting previously unselected package libpgm-5.3-0t64:s390x.
- Preparing to unpack .../02-libpgm-5.3-0t64_5.3.128~dfsg-2.1+b1_s390x.deb ...
- Unpacking libpgm-5.3-0t64:s390x (5.3.128~dfsg-2.1+b1) ...
- Selecting previously unselected package libsodium23:s390x.
- Preparing to unpack .../03-libsodium23_1.0.18-1+b2_s390x.deb ...
- Unpacking libsodium23:s390x (1.0.18-1+b2) ...
- Selecting previously unselected package libzmq5:s390x.
- Preparing to unpack .../04-libzmq5_4.3.5-1+b3_s390x.deb ...
- Unpacking libzmq5:s390x (4.3.5-1+b3) ...
- Selecting previously unselected package libpgm-dev:s390x.
- Preparing to unpack .../05-libpgm-dev_5.3.128~dfsg-2.1+b1_s390x.deb ...
- Unpacking libpgm-dev:s390x (5.3.128~dfsg-2.1+b1) ...
- Selecting previously unselected package libsodium-dev:s390x.
- Preparing to unpack .../06-libsodium-dev_1.0.18-1+b2_s390x.deb ...
- Unpacking libsodium-dev:s390x (1.0.18-1+b2) ...
- Selecting previously unselected package libxml2:s390x.
- Preparing to unpack .../07-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_s390x.deb ...
- Unpacking libxml2:s390x (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package libxml2-dev:s390x.
- Preparing to unpack .../08-libxml2-dev_2.12.7+dfsg+really2.9.14-2.1+deb13u2_s390x.deb ...
- Unpacking libxml2-dev:s390x (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package libnorm-dev:s390x.
- Preparing to unpack .../09-libnorm-dev_1.5.9+dfsg-3.1+b2_s390x.deb ...
- Unpacking libnorm-dev:s390x (1.5.9+dfsg-3.1+b2) ...
- Selecting previously unselected package libgssrpc4t64:s390x.
- Preparing to unpack .../10-libgssrpc4t64_1.21.3-5_s390x.deb ...
- Unpacking libgssrpc4t64:s390x (1.21.3-5) ...
- Selecting previously unselected package libkadm5clnt-mit12:s390x.
- Preparing to unpack .../11-libkadm5clnt-mit12_1.21.3-5_s390x.deb ...
- Unpacking libkadm5clnt-mit12:s390x (1.21.3-5) ...
- Selecting previously unselected package libkdb5-10t64:s390x.
- Preparing to unpack .../12-libkdb5-10t64_1.21.3-5_s390x.deb ...
- Unpacking libkdb5-10t64:s390x (1.21.3-5) ...
- Selecting previously unselected package libkadm5srv-mit12:s390x.
- Preparing to unpack .../13-libkadm5srv-mit12_1.21.3-5_s390x.deb ...
- Unpacking libkadm5srv-mit12:s390x (1.21.3-5) ...
- Selecting previously unselected package krb5-multidev:s390x.
- Preparing to unpack .../14-krb5-multidev_1.21.3-5_s390x.deb ...
- Unpacking krb5-multidev:s390x (1.21.3-5) ...
- Selecting previously unselected package libkrb5-dev:s390x.
- Preparing to unpack .../15-libkrb5-dev_1.21.3-5_s390x.deb ...
- Unpacking libkrb5-dev:s390x (1.21.3-5) ...
- Selecting previously unselected package libmd-dev:s390x.
- Preparing to unpack .../16-libmd-dev_1.1.0-2+b1_s390x.deb ...
- Unpacking libmd-dev:s390x (1.1.0-2+b1) ...
- Selecting previously unselected package libbsd-dev:s390x.
- Preparing to unpack .../17-libbsd-dev_0.12.2-2_s390x.deb ...
- Unpacking libbsd-dev:s390x (0.12.2-2) ...
- Selecting previously unselected package libzmq3-dev:s390x.
- Preparing to unpack .../18-libzmq3-dev_4.3.5-1+b3_s390x.deb ...
- Unpacking libzmq3-dev:s390x (4.3.5-1+b3) ...
- Selecting previously unselected package cppzmq-dev:s390x.
- Preparing to unpack .../19-cppzmq-dev_4.10.0-1+b2_s390x.deb ...
- Unpacking cppzmq-dev:s390x (4.10.0-1+b2) ...
- Selecting previously unselected package libgmpxx4ldbl:s390x.
- Preparing to unpack .../20-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_s390x.deb ...
- Unpacking libgmpxx4ldbl:s390x (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:s390x.
- Preparing to unpack .../21-libgmp-dev_2%3a6.3.0+dfsg-3_s390x.deb ...
- Unpacking libgmp-dev:s390x (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:s390x.
- Preparing to unpack .../22-libpkgconf3_1.8.1-4_s390x.deb ...
- Unpacking libpkgconf3:s390x (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../23-pkgconf-bin_1.8.1-4_s390x.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:s390x.
- Preparing to unpack .../24-pkgconf_1.8.1-4_s390x.deb ...
- Unpacking pkgconf:s390x (1.8.1-4) ...
- Selecting previously unselected package pkg-config:s390x.
- Preparing to unpack .../25-pkg-config_1.8.1-4_s390x.deb ...
- Unpacking pkg-config:s390x (1.8.1-4) ...
- Selecting previously unselected package zlib1g-dev:s390x.
- Preparing to unpack .../26-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_s390x.deb ...
- Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libnorm1t64:s390x (1.5.9+dfsg-3.1+b2) ...
- Setting up libsodium23:s390x (1.0.18-1+b2) ...
- Setting up libpgm-5.3-0t64:s390x (5.3.128~dfsg-2.1+b1) ...
- Setting up libpkgconf3:s390x (1.8.1-4) ...
- Setting up libgmpxx4ldbl:s390x (2:6.3.0+dfsg-3) ...
- Setting up libgssrpc4t64:s390x (1.21.3-5) ...
- Setting up libpgm-dev:s390x (5.3.128~dfsg-2.1+b1) ...
- Setting up comerr-dev:s390x (2.1-1.47.2-3+b3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libsodium-dev:s390x (1.0.18-1+b2) ...
- Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libmd-dev:s390x (1.1.0-2+b1) ...
- Setting up libxml2:s390x (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up libbsd-dev:s390x (0.12.2-2) ...
- Setting up libkadm5clnt-mit12:s390x (1.21.3-5) ...
- Setting up libgmp-dev:s390x (2:6.3.0+dfsg-3) ...
- Setting up libzmq5:s390x (4.3.5-1+b3) ...
- Setting up libkdb5-10t64:s390x (1.21.3-5) ...
- Setting up pkgconf:s390x (1.8.1-4) ...
- Setting up libxml2-dev:s390x (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up pkg-config:s390x (1.8.1-4) ...
- Setting up libkadm5srv-mit12:s390x (1.21.3-5) ...
- Setting up krb5-multidev:s390x (1.21.3-5) ...
- Setting up libnorm-dev:s390x (1.5.9+dfsg-3.1+b2) ...
- Setting up libkrb5-dev:s390x (1.21.3-5) ...
- Setting up libzmq3-dev:s390x (4.3.5-1+b3) ...
- Setting up cppzmq-dev:s390x (4.10.0-1+b2) ...
- Processing triggers for libc-bin (2.41-12) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved conf-zmq.0.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cryptokit.1.20  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-zlib.1
-> installed conf-zmq.0.1
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved jupyter.3.0.1  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.5.9.2, lwt_ppx.5.9.2  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved octavius.1.2.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppx_js_style.v0.17.1  (cached)
-> retrieved ppx_yojson_conv.v0.17.1  (cached)
-> retrieved ppx_yojson_conv_lib.v0.17.0  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdint.0.7.2  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uuidm.0.9.10  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> retrieved zmq.5.3.0, zmq-lwt.5.3.0  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uuidm.0.9.10
-> installed dune.3.20.2
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocplib-endian.1.2
-> installed ppx_derivers.1.2.1
-> installed octavius.1.2.2
-> installed dune-configurator.3.20.2
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stdint.0.7.2
-> installed cryptokit.1.20
-> installed lwt.5.9.2
-> installed yojson.3.0.0
-> installed logs.0.10.0
-> installed ppx_yojson_conv_lib.v0.17.0
-> installed zmq.5.3.0
-> installed base.v0.17.3
-> installed zmq-lwt.5.3.0
-> installed ppxlib.0.37.0
-> installed ppx_js_style.v0.17.1
-> installed lwt_ppx.5.9.2
-> installed ppx_deriving.6.1.1
-> installed ppx_yojson_conv.v0.17.1
-> installed jupyter.3.0.1
Done.

<><> jupyter.3.0.1 installed successfully <><><><><><><><><><><><><><><><><><><>
=> Please run for registration of ocaml-jupyter kernel:
=> 
=> $ ocaml-jupyter-opam-genspec
=> $ jupyter kernelspec install --name ocaml-jupyter \
=> /home/opam/.opam/5.4/share/jupyter
# To update the current shell environment, run: eval $(opam env)
2025-12-30 16:58.09 ---> saved as "997e4f8465c8d315b1f4b67127b1a8da649dbd7b70e2e8a3894a81bda78ebef1"
Job succeeded
2025-12-30 16:58.12: Job succeeded