Build:
  1. 0
2024-09-07 19:52.22: New job: build websocket-lwt-unix.2.17, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/26509/head (3f38a28f9229e51d12d85b68724b7bcabeab7398)
                              on debian-12-ocaml-5.2/arm32v7

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/26509/head" && git reset --hard 3f38a28f
git fetch origin master
git merge --no-edit 6fe6a740bece3d7856bce5664f49074ece940f31
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:349313d48b62283a707144a0bdfc223088b9979b9be48427f4d5e1819849c9fe
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="500"
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 websocket-lwt-unix.2.17 2.17
RUN opam reinstall websocket-lwt-unix.2.17; \
    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-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'websocket-lwt-unix.2.17' && 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 .

2024-09-07 19:52.22: Using cache hint "ocaml/opam:debian-12-ocaml-5.2@sha256:349313d48b62283a707144a0bdfc223088b9979b9be48427f4d5e1819849c9fe-websocket-lwt-unix.2.17-3f38a28f9229e51d12d85b68724b7bcabeab7398"
2024-09-07 19:52.22: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:349313d48b62283a707144a0bdfc223088b9979b9be48427f4d5e1819849c9fe)
 (shell /usr/bin/linux32 /bin/sh -c)
 (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 "uname -rs && opam exec -- ocaml -version && opam --version"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 500)
 (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 websocket-lwt-unix.2.17 2.17"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall websocket-lwt-unix.2.17;\
             \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-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'websocket-lwt-unix.2.17' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-09-07 19:52.22: Waiting for resource in pool OCluster
2024-09-07 19:52.22: Waiting for worker…
2024-09-07 19:52.22: Got resource from pool OCluster
Building on ocaml-1.osuosl.ci.dev
Updating files:   0% (2/32162)
Updating files:   0% (71/32162)
Updating files:   1% (322/32162)
Updating files:   2% (644/32162)
Updating files:   2% (728/32162)
Updating files:   3% (965/32162)
Updating files:   4% (1287/32162)
Updating files:   5% (1609/32162)
Updating files:   6% (1930/32162)
Updating files:   7% (2252/32162)
Updating files:   7% (2490/32162)
Updating files:   8% (2573/32162)
Updating files:   9% (2895/32162)
Updating files:  10% (3217/32162)
Updating files:  11% (3538/32162)
Updating files:  12% (3860/32162)
Updating files:  13% (4182/32162)
Updating files:  14% (4503/32162)
Updating files:  15% (4825/32162)
Updating files:  16% (5146/32162)
Updating files:  17% (5468/32162)
Updating files:  17% (5551/32162)
Updating files:  18% (5790/32162)
Updating files:  19% (6111/32162)
Updating files:  20% (6433/32162)
Updating files:  21% (6755/32162)
Updating files:  22% (7076/32162)
Updating files:  23% (7398/32162)
Updating files:  24% (7719/32162)
Updating files:  25% (8041/32162)
Updating files:  26% (8363/32162)
Updating files:  27% (8684/32162)
Updating files:  27% (8815/32162)
Updating files:  28% (9006/32162)
Updating files:  29% (9327/32162)
Updating files:  30% (9649/32162)
Updating files:  31% (9971/32162)
Updating files:  32% (10292/32162)
Updating files:  32% (10315/32162)
Updating files:  33% (10614/32162)
Updating files:  34% (10936/32162)
Updating files:  34% (11159/32162)
Updating files:  35% (11257/32162)
Updating files:  36% (11579/32162)
Updating files:  37% (11900/32162)
Updating files:  38% (12222/32162)
Updating files:  39% (12544/32162)
Updating files:  40% (12865/32162)
Updating files:  41% (13187/32162)
Updating files:  42% (13509/32162)
Updating files:  43% (13830/32162)
Updating files:  44% (14152/32162)
Updating files:  45% (14473/32162)
Updating files:  46% (14795/32162)
Updating files:  47% (15117/32162)
Updating files:  48% (15438/32162)
Updating files:  48% (15712/32162)
Updating files:  49% (15760/32162)
Updating files:  50% (16081/32162)
Updating files:  51% (16403/32162)
Updating files:  52% (16725/32162)
Updating files:  53% (17046/32162)
Updating files:  54% (17368/32162)
Updating files:  55% (17690/32162)
Updating files:  56% (18011/32162)
Updating files:  57% (18333/32162)
Updating files:  58% (18654/32162)
Updating files:  59% (18976/32162)
Updating files:  60% (19298/32162)
Updating files:  60% (19540/32162)
Updating files:  61% (19619/32162)
Updating files:  62% (19941/32162)
Updating files:  63% (20263/32162)
Updating files:  64% (20584/32162)
Updating files:  65% (20906/32162)
Updating files:  66% (21227/32162)
Updating files:  67% (21549/32162)
Updating files:  68% (21871/32162)
Updating files:  69% (22192/32162)
Updating files:  70% (22514/32162)
Updating files:  70% (22722/32162)
Updating files:  71% (22836/32162)
Updating files:  72% (23157/32162)
Updating files:  73% (23479/32162)
Updating files:  74% (23800/32162)
Updating files:  75% (24122/32162)
Updating files:  76% (24444/32162)
Updating files:  77% (24765/32162)
Updating files:  78% (25087/32162)
Updating files:  79% (25408/32162)
Updating files:  80% (25730/32162)
Updating files:  81% (26052/32162)
Updating files:  82% (26373/32162)
Updating files:  83% (26695/32162)
Updating files:  84% (27017/32162)
Updating files:  85% (27338/32162)
Updating files:  85% (27343/32162)
Updating files:  86% (27660/32162)
Updating files:  87% (27981/32162)
Updating files:  88% (28303/32162)
Updating files:  89% (28625/32162)
Updating files:  90% (28946/32162)
Updating files:  91% (29268/32162)
Updating files:  92% (29590/32162)
Updating files:  93% (29911/32162)
Updating files:  94% (30233/32162)
Updating files:  95% (30554/32162)
Updating files:  96% (30876/32162)
Updating files:  97% (31198/32162)
Updating files:  98% (31519/32162)
Updating files:  99% (31841/32162)
Updating files:  99% (32042/32162)
Updating files: 100% (32162/32162)
Updating files: 100% (32162/32162), done.
HEAD is now at 4fa739f194 Merge commit '8cf33407cc2d5e33fb30dca21b83613a1608b665'
HEAD is now at 6fe6a740be Merge pull request #26462 from zoj613/opam-publish-zarr.0.1.0
Updating 6fe6a740be..3f38a28f92
Fast-forward
 packages/websocket-async/websocket-async.2.17/opam | 61 ++++++++++++++++++++++
 .../websocket-lwt-unix.2.17/opam                   | 57 ++++++++++++++++++++
 packages/websocket/websocket.2.17/opam             | 60 +++++++++++++++++++++
 3 files changed, 178 insertions(+)
 create mode 100644 packages/websocket-async/websocket-async.2.17/opam
 create mode 100644 packages/websocket-lwt-unix/websocket-lwt-unix.2.17/opam
 create mode 100644 packages/websocket/websocket.2.17/opam

(from ocaml/opam:debian-12-ocaml-5.2@sha256:349313d48b62283a707144a0bdfc223088b9979b9be48427f4d5e1819849c9fe)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:349313d48b62283a707144a0bdfc223088b9979b9be48427f4d5e1819849c9fe' locally
docker.io/ocaml/opam@sha256:349313d48b62283a707144a0bdfc223088b9979b9be48427f4d5e1819849c9fe: Pulling from ocaml/opam
abe2855cc1e7: Pulling fs layer
abe2855cc1e7: Download complete
abe2855cc1e7: Pull complete
Digest: sha256:349313d48b62283a707144a0bdfc223088b9979b9be48427f4d5e1819849c9fe
Status: Downloaded newer image for ocaml/opam@sha256:349313d48b62283a707144a0bdfc223088b9979b9be48427f4d5e1819849c9fe
2024-09-07 19:53.26 ---> using "ba34c245672d03ccbf329c7e86fd0eed501088db346a43d81185663bfd06b254" from cache

/: (shell /usr/bin/linux32 /bin/sh -c)

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-09-07 19:53.26 ---> using "7b6a93a34b82a78d6993aa19f89a70a1947fe435ddecd8df7a81a9d85cd911b4" 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 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
[NOTE] The 'jobs' option was reset, its value was 79 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=79 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-07 19:53.27 ---> using "8a166668308081d991eeedac687a71e799b543c9a8e514f08844a67b463e34ac" from cache

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-41-generic
The OCaml toplevel, version 5.2.0
2.3.0~alpha~dev
2024-09-07 19:53.27 ---> using "11ee584fe8282d74fee57c3b499c1b55fff8edd4694c4512da070b917b5e072e" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 500)

/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/"))
2024-09-07 19:53.27 ---> using "10860dd9f28a2cfd31a7b6065661a446d254c5bd50ea5dcb29b538a7f98302ad" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-09-07 19:54.54 ---> saved as "007efbbdb93df1176884b4a83c58821a729ec944d6c89c3ee314b5bc9628b73f"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-09-07 19:59.35 ---> saved as "a0379a7dfe637c489b2047a7fa3b34f62eae57b2ff51c951c37207bed9404275"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /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 [173 kB]
- Fetched 276 kB in 2s (125 kB/s)
- Reading package lists...
- 
2024-09-07 19:59.46 ---> saved as "26177bee0e3ed988dbdf7405b9ee49e8ddaded37024ef3a37320057c8129e551"

/home/opam: (run (shell "opam pin add -k version -yn websocket-lwt-unix.2.17 2.17"))
websocket-lwt-unix is now pinned to version 2.17
2024-09-07 19:59.48 ---> saved as "48b6ddead8277d10573d2162ce76bf9f4fe35587f213481b044ea96014b0a725"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall websocket-lwt-unix.2.17;\
                        \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-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'websocket-lwt-unix.2.17' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
websocket-lwt-unix.2.17 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 68 packages
  - install angstrom            0.16.0        [required by uri]
  - install asn1-combinators    0.3.2         [required by x509]
  - install astring             0.8.5         [required by websocket]
  - install base                v0.16.3       [required by ppx_sexp_conv]
  - install base-bytes          base          [required by cohttp]
  - install base64              3.5.1         [required by websocket]
  - install bigstringaf         0.10.0        [required by angstrom]
  - install bos                 0.2.1         [required by ca-certs]
  - install ca-certs            1.0.0         [required by conduit-lwt-unix]
  - install cmdliner            1.3.0         [required by cohttp-lwt-unix]
  - install cohttp              5.3.1         [required by websocket]
  - install cohttp-lwt          5.3.0         [required by cohttp-lwt-unix]
  - install cohttp-lwt-unix     5.3.0         [required by websocket-lwt-unix]
  - install conduit             7.0.0         [required by websocket]
  - install conduit-lwt         7.0.0         [required by cohttp-lwt-unix]
  - install conduit-lwt-unix    7.0.0         [required by cohttp-lwt-unix]
  - install conf-bash           1             [required by base]
  - install conf-gmp            4             [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec   3             [required by mirage-crypto-pk]
  - install conf-pkg-config     3             [required by zarith]
  - install cppo                1.7.0         [required by lwt]
  - install csexp               1.5.2         [required by dune-configurator]
  - install digestif            1.2.0         [required by ca-certs]
  - install domain-name         0.4.0         [required by ipaddr, x509]
  - install dune                3.16.0        [required by websocket-lwt-unix]
  - install dune-configurator   3.16.0        [required by lwt, mirage-crypto]
  - install duration            0.2.1         [required by mirage-crypto-rng]
  - install eqaf                0.10          [required by digestif, mirage-crypto]
  - install fmt                 0.9.0         [required by cohttp-lwt-unix]
  - install fpath               0.7.3         [required by ca-certs]
  - install gmap                0.3.0         [required by x509]
  - install ipaddr              5.6.0         [required by conduit-lwt-unix]
  - install ipaddr-sexp         5.6.0         [required by conduit-lwt-unix]
  - install jsonm               1.0.2         [required by cohttp]
  - install kdf                 1.0.0         [required by x509]
  - install logs                0.7.0         [required by cohttp-lwt-unix]
  - install lwt                 5.7.0         [required by cohttp-lwt-unix, lwt_log]
  - install lwt_log             1.1.2         [required by websocket-lwt-unix]
  - install macaddr             5.6.0         [required by ipaddr]
  - install magic-mime          1.3.1         [required by cohttp-lwt-unix]
  - install mirage-crypto       1.1.0         [required by ca-certs]
  - install mirage-crypto-ec    1.1.0         [required by x509]
  - install mirage-crypto-pk    1.1.0         [required by x509]
  - install mirage-crypto-rng   1.1.0         [required by websocket]
  - install ocaml-compiler-libs v0.17.0       [required by ppxlib]
  - install ocaml-syntax-shims  1.0.0         [required by angstrom]
  - install ocamlbuild          0.15.0        [required by logs]
  - install ocamlfind           1.9.6         [required by logs]
  - install ocplib-endian       1.2           [required by websocket]
  - install ohex                0.2.0         [required by ca-certs]
  - install ppx_derivers        1.2.1         [required by ppxlib]
  - install ppx_sexp_conv       v0.16.0       [required by cohttp-lwt-unix]
  - install ppxlib              0.33.0        [required by ppx_sexp_conv]
  - install ptime               1.1.0         [required by ca-certs]
  - install re                  1.12.0        [required by cohttp]
  - install rresult             0.7.0         [required by bos]
  - install seq                 base          [required by re]
  - install sexplib0            v0.16.0       [required by cohttp-lwt, conduit-lwt]
  - install stdlib-shims        0.3.0         [required by ppxlib]
  - install stringext           1.6.0         [required by cohttp]
  - install topkg               1.0.7         [required by logs]
  - install uri                 4.4.0         [required by cohttp-lwt, conduit-lwt-unix]
  - install uri-sexp            4.4.0         [required by cohttp]
  - install uutf                1.0.3         [required by jsonm]
  - install websocket           2.17          [required by websocket-lwt-unix]
  - install websocket-lwt-unix  2.17 (pinned)
  - install x509                1.0.3         [required by ca-certs]
  - install zarith              1.14          [required by mirage-crypto-pk]

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

<><> 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" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:armhf.
- (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 ... 18492 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_armhf.deb ...
- Unpacking libgmpxx4ldbl:armhf (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:armhf.
- Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_armhf.deb ...
- Unpacking libgmp-dev:armhf (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:armhf.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_armhf.deb ...
- Unpacking libpkgconf3:armhf (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_armhf.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:armhf.
- Preparing to unpack .../4-pkgconf_1.8.1-1_armhf.deb ...
- Unpacking pkgconf:armhf (1.8.1-1) ...
- Selecting previously unselected package pkg-config:armhf.
- Preparing to unpack .../5-pkg-config_1.8.1-1_armhf.deb ...
- Unpacking pkg-config:armhf (1.8.1-1) ...
- Setting up libpkgconf3:armhf (1.8.1-1) ...
- Setting up libgmpxx4ldbl:armhf (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgmp-dev:armhf (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf:armhf (1.8.1-1) ...
- Setting up pkg-config:armhf (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.0  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.1.0.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cohttp.5.3.1  (cached)
-> retrieved cohttp-lwt.5.3.0, cohttp-lwt-unix.5.3.0  (cached)
-> retrieved conduit.7.0.0, conduit-lwt.7.0.0, conduit-lwt-unix.7.0.0  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved conf-gmp-powm-sec.3  (cached)
-> retrieved cppo.1.7.0  (cached)
-> installed conf-bash.1
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> retrieved digestif.1.2.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.9.0  (cached)
-> installed cmdliner.1.3.0
-> installed conf-gmp.4
-> retrieved fpath.0.7.3  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved gmap.0.3.0  (cached)
-> retrieved ipaddr.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved lwt_log.1.1.2  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved mirage-crypto.1.1.0, mirage-crypto-ec.1.1.0, mirage-crypto-pk.1.1.0, mirage-crypto-rng.1.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved websocket.2.17, websocket-lwt-unix.2.17  (https://github.com/vbmithr/ocaml-websocket/releases/download/2.17/websocket-2.17.tbz)
-> retrieved x509.1.0.3  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.15.0
-> installed zarith.1.14
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed ptime.1.1.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed duration.0.2.1
-> installed macaddr.5.6.0
-> installed csexp.1.5.2
-> installed domain-name.0.4.0
-> installed asn1-combinators.0.3.2
-> installed base64.3.5.1
-> installed cppo.1.7.0
-> installed eqaf.0.10
-> installed gmap.0.3.0
-> installed magic-mime.1.3.1
-> installed ohex.0.2.0
-> installed ppx_derivers.1.2.1
-> installed re.1.12.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.0
-> installed digestif.1.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed dune-configurator.3.16.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.0
-> installed mirage-crypto.1.1.0
-> installed kdf.1.0.0
-> installed lwt.5.7.0
-> installed uri.4.4.0
-> installed lwt_log.1.1.2
-> installed logs.0.7.0
-> installed mirage-crypto-rng.1.1.0
-> installed mirage-crypto-pk.1.1.0
-> installed bos.0.2.1
-> installed base.v0.16.3
-> installed ppxlib.0.33.0
-> installed mirage-crypto-ec.1.1.0
-> installed x509.1.0.3
-> installed ca-certs.1.0.0
-> installed ppx_sexp_conv.v0.16.0
-> installed uri-sexp.4.4.0
-> installed ipaddr-sexp.5.6.0
-> installed conduit.7.0.0
-> installed cohttp.5.3.1
-> installed websocket.2.17
-> installed conduit-lwt.7.0.0
-> installed cohttp-lwt.5.3.0
-> installed conduit-lwt-unix.7.0.0
-> installed cohttp-lwt-unix.5.3.0
[ERROR] The compilation of websocket-lwt-unix.2.17 failed at "dune build -p websocket-lwt-unix -j 15 --promote-install-files=false @install".

#=== ERROR while compiling websocket-lwt-unix.2.17 ============================#
# context              2.3.0~alpha~dev | linux/arm32 | ocaml-base-compiler.5.2.0 | pinned(https://github.com/vbmithr/ocaml-websocket/releases/download/2.17/websocket-2.17.tbz)
# path                 ~/.opam/5.2/.opam-switch/build/websocket-lwt-unix.2.17
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p websocket-lwt-unix -j 15 --promote-install-files=false @install
# exit-code            1
# env-file             ~/.opam/log/websocket-lwt-unix-7-e72828.env
# output-file          ~/.opam/log/websocket-lwt-unix-7-e72828.out
### output ###
# File "lwt/dune", line 20, characters 48-55:
# 20 |  (libraries conduit-lwt-unix websocket-lwt-unix sexplib))
#                                                      ^^^^^^^
# Error: Library "sexplib" not found.
# -> required by _build/default/lwt/wscat.exe
# -> required by _build/install/default/bin/wscat-lwt
# -> required by _build/default/websocket-lwt-unix.install
# -> required by alias install



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build websocket-lwt-unix 2.17
+- 
+- The following changes have been performed
| - install angstrom            0.16.0
| - install asn1-combinators    0.3.2
| - install astring             0.8.5
| - install base                v0.16.3
| - install base-bytes          base
| - install base64              3.5.1
| - install bigstringaf         0.10.0
| - install bos                 0.2.1
| - install ca-certs            1.0.0
| - install cmdliner            1.3.0
| - install cohttp              5.3.1
| - install cohttp-lwt          5.3.0
| - install cohttp-lwt-unix     5.3.0
| - install conduit             7.0.0
| - install conduit-lwt         7.0.0
| - install conduit-lwt-unix    7.0.0
| - install conf-bash           1
| - install conf-gmp            4
| - install conf-gmp-powm-sec   3
| - install conf-pkg-config     3
| - install cppo                1.7.0
| - install csexp               1.5.2
| - install digestif            1.2.0
| - install domain-name         0.4.0
| - install dune                3.16.0
| - install dune-configurator   3.16.0
| - install duration            0.2.1
| - install eqaf                0.10
| - install fmt                 0.9.0
| - install fpath               0.7.3
| - install gmap                0.3.0
| - install ipaddr              5.6.0
| - install ipaddr-sexp         5.6.0
| - install jsonm               1.0.2
| - install kdf                 1.0.0
| - install logs                0.7.0
| - install lwt                 5.7.0
| - install lwt_log             1.1.2
| - install macaddr             5.6.0
| - install magic-mime          1.3.1
| - install mirage-crypto       1.1.0
| - install mirage-crypto-ec    1.1.0
| - install mirage-crypto-pk    1.1.0
| - install mirage-crypto-rng   1.1.0
| - install ocaml-compiler-libs v0.17.0
| - install ocaml-syntax-shims  1.0.0
| - install ocamlbuild          0.15.0
| - install ocamlfind           1.9.6
| - install ocplib-endian       1.2
| - install ohex                0.2.0
| - install ppx_derivers        1.2.1
| - install ppx_sexp_conv       v0.16.0
| - install ppxlib              0.33.0
| - install ptime               1.1.0
| - install re                  1.12.0
| - install rresult             0.7.0
| - install seq                 base
| - install sexplib0            v0.16.0
| - install stdlib-shims        0.3.0
| - install stringext           1.6.0
| - install topkg               1.0.7
| - install uri                 4.4.0
| - install uri-sexp            4.4.0
| - install uutf                1.0.3
| - install websocket           2.17
| - install x509                1.0.3
| - install zarith              1.14
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.2/.opam-switch/backup/state-20240907195951.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall websocket-lwt-unix.2.17;
        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-12\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'websocket-lwt-unix.2.17' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2024-09-07 20:04.30: Job failed: Failed: Build failed
2024-09-07 20:04.30: Log analysis:
2024-09-07 20:04.30: >>> 
[ERROR] The compilation of websocket-lwt-unix.2.17 failed at "dune build -p websocket-lwt-unix -j 15 --promote-install-files=false @install".
 (score = 20)
2024-09-07 20:04.30: >>> 
# Error: Library "sexplib" not found.
 (score = 48)
2024-09-07 20:04.30: Library "sexplib" not found.