(not at the head of any monitored branch or PR)
2025-03-07 09:42.10: New job: build lwt_ppx.5.9.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27583/head (65f0444f860f151e52fa62d523ffefb662b20944)
                              on ubuntu-24.04-ocaml-5.3/riscv64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27583/head" && git reset --hard 65f0444f
git fetch origin master
git merge --no-edit 862a7640b194b6ef60dc2d24341920e48dd021fe
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:33e211c51768b3e6020c2cfd1d19fdf1238d45289bf8e3b46f5fcf9f17e631c2
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 lwt_ppx.5.9.1 5.9.1
RUN opam reinstall lwt_ppx.5.9.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 "\"ubuntu-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'lwt_ppx.5.9.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-03-07 09:42.10: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:33e211c51768b3e6020c2cfd1d19fdf1238d45289bf8e3b46f5fcf9f17e631c2-lwt_ppx.5.9.1-65f0444f860f151e52fa62d523ffefb662b20944"
2025-03-07 09:42.10: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:33e211c51768b3e6020c2cfd1d19fdf1238d45289bf8e3b46f5fcf9f17e631c2)
 (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 lwt_ppx.5.9.1 5.9.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall lwt_ppx.5.9.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 \"\\\"ubuntu-24.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'lwt_ppx.5.9.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-03-07 09:42.10: Waiting for resource in pool OCluster
2025-03-07 09:42.10: Waiting for worker…
2025-03-07 09:42.10: Got resource from pool OCluster
Building on riscv-bm-a1.sw.ocaml.org
Updating files:  12% (2815/22600)
Updating files:  13% (2938/22600)
Updating files:  14% (3164/22600)
Updating files:  15% (3390/22600)
Updating files:  16% (3616/22600)
Updating files:  17% (3842/22600)
Updating files:  18% (4068/22600)
Updating files:  19% (4294/22600)
Updating files:  20% (4520/22600)
Updating files:  21% (4746/22600)
Updating files:  22% (4972/22600)
Updating files:  22% (5142/22600)
Updating files:  23% (5198/22600)
Updating files:  24% (5424/22600)
Updating files:  25% (5650/22600)
Updating files:  26% (5876/22600)
Updating files:  27% (6102/22600)
Updating files:  28% (6328/22600)
Updating files:  29% (6554/22600)
Updating files:  30% (6780/22600)
Updating files:  31% (7006/22600)
Updating files:  32% (7232/22600)
Updating files:  33% (7458/22600)
Updating files:  33% (7639/22600)
Updating files:  34% (7684/22600)
Updating files:  35% (7910/22600)
Updating files:  36% (8136/22600)
Updating files:  37% (8362/22600)
Updating files:  38% (8588/22600)
Updating files:  39% (8814/22600)
Updating files:  40% (9040/22600)
Updating files:  41% (9266/22600)
Updating files:  42% (9492/22600)
Updating files:  43% (9718/22600)
Updating files:  44% (9944/22600)
Updating files:  44% (10143/22600)
Updating files:  45% (10170/22600)
Updating files:  46% (10396/22600)
Updating files:  47% (10622/22600)
Updating files:  48% (10848/22600)
Updating files:  49% (11074/22600)
Updating files:  50% (11300/22600)
Updating files:  51% (11526/22600)
Updating files:  52% (11752/22600)
Updating files:  53% (11978/22600)
Updating files:  54% (12204/22600)
Updating files:  55% (12430/22600)
Updating files:  55% (12588/22600)
Updating files:  56% (12656/22600)
Updating files:  57% (12882/22600)
Updating files:  58% (13108/22600)
Updating files:  59% (13334/22600)
Updating files:  60% (13560/22600)
Updating files:  61% (13786/22600)
Updating files:  62% (14012/22600)
Updating files:  63% (14238/22600)
Updating files:  64% (14464/22600)
Updating files:  65% (14690/22600)
Updating files:  66% (14916/22600)
Updating files:  66% (15057/22600)
Updating files:  67% (15142/22600)
Updating files:  68% (15368/22600)
Updating files:  69% (15594/22600)
Updating files:  70% (15820/22600)
Updating files:  71% (16046/22600)
Updating files:  72% (16272/22600)
Updating files:  73% (16498/22600)
Updating files:  74% (16724/22600)
Updating files:  75% (16950/22600)
Updating files:  76% (17176/22600)
Updating files:  76% (17398/22600)
Updating files:  77% (17402/22600)
Updating files:  78% (17628/22600)
Updating files:  79% (17854/22600)
Updating files:  80% (18080/22600)
Updating files:  81% (18306/22600)
Updating files:  82% (18532/22600)
Updating files:  83% (18758/22600)
Updating files:  84% (18984/22600)
Updating files:  85% (19210/22600)
Updating files:  86% (19436/22600)
Updating files:  87% (19662/22600)
Updating files:  87% (19734/22600)
Updating files:  88% (19888/22600)
Updating files:  89% (20114/22600)
Updating files:  90% (20340/22600)
Updating files:  91% (20566/22600)
Updating files:  92% (20792/22600)
Updating files:  93% (21018/22600)
Updating files:  94% (21244/22600)
Updating files:  95% (21470/22600)
Updating files:  96% (21696/22600)
Updating files:  97% (21922/22600)
Updating files:  98% (22148/22600)
Updating files:  98% (22209/22600)
Updating files:  99% (22374/22600)
Updating files: 100% (22600/22600)
Updating files: 100% (22600/22600), done.
HEAD is now at d3c44c4709 2 packages from ocsigen/lwt at 5.8.1
HEAD is now at 862a7640b1 Merge pull request #27578 from kit-ty-kate/patch-3.0-revdeps
Updating 862a7640b1..65f0444f86
Fast-forward
 packages/lwt/lwt.5.9.1/opam         | 63 +++++++++++++++++++++++++++++++++++++
 packages/lwt_ppx/lwt_ppx.5.9.1/opam | 42 +++++++++++++++++++++++++
 2 files changed, 105 insertions(+)
 create mode 100644 packages/lwt/lwt.5.9.1/opam
 create mode 100644 packages/lwt_ppx/lwt_ppx.5.9.1/opam

(from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:33e211c51768b3e6020c2cfd1d19fdf1238d45289bf8e3b46f5fcf9f17e631c2)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:33e211c51768b3e6020c2cfd1d19fdf1238d45289bf8e3b46f5fcf9f17e631c2' locally
docker.io/ocaml/opam@sha256:33e211c51768b3e6020c2cfd1d19fdf1238d45289bf8e3b46f5fcf9f17e631c2: Pulling from ocaml/opam
6e1053d729cc: Already exists
3769fcfd11b1: Already exists
c0919c5265b1: Already exists
8f984293f2ff: Already exists
249cdff21a2b: Already exists
f20a8585597f: Already exists
c9f56f16625d: Already exists
45757b5e51a8: Already exists
4483a93db292: Already exists
efd6fb156b7d: Already exists
c5d699daa19c: Already exists
8d6c8df41dc3: Already exists
4b390281b5dd: Already exists
5bc380c08a21: Already exists
d8b9e04fc31f: Already exists
d8b9e04fc31f: Already exists
2223ad151695: Already exists
babdc2bcbd78: Already exists
90456a9cd792: Already exists
c56d15aa2660: Already exists
4f4fb700ef54: Already exists
311710ab8cef: Already exists
45c34044d781: Already exists
4363fc44fabc: Already exists
64fc6c68ac8c: Already exists
3afffc974a01: Already exists
c82047f08227: Already exists
10844bb623e4: Already exists
3fb59a2d7abc: Already exists
57b41fec9130: Already exists
1ed53d429bed: Already exists
6c837389a5ed: Already exists
cc08d21b5488: Already exists
9f5af40a8b07: Already exists
b04be4ed2198: Already exists
02d488b933c1: Already exists
296cd7685c18: Already exists
61a0d05e2481: Already exists
bffabb5530be: Pulling fs layer
d17f2206d360: Pulling fs layer
f5f1a1d5ecd2: Pulling fs layer
a37c2db36584: Pulling fs layer
cdc043f26c55: Pulling fs layer
48d7e7424121: Pulling fs layer
bb2df17acfa7: Pulling fs layer
333806c80ee5: Pulling fs layer
48d7e7424121: Waiting
bb2df17acfa7: Waiting
333806c80ee5: Waiting
a37c2db36584: Waiting
cdc043f26c55: Waiting
f5f1a1d5ecd2: Verifying Checksum
f5f1a1d5ecd2: Download complete
d17f2206d360: Verifying Checksum
d17f2206d360: Download complete
bffabb5530be: Verifying Checksum
bffabb5530be: Download complete
a37c2db36584: Verifying Checksum
a37c2db36584: Download complete
bb2df17acfa7: Verifying Checksum
bb2df17acfa7: Download complete
48d7e7424121: Verifying Checksum
48d7e7424121: Download complete
333806c80ee5: Verifying Checksum
333806c80ee5: Download complete
cdc043f26c55: Verifying Checksum
cdc043f26c55: Download complete
bffabb5530be: Pull complete
d17f2206d360: Pull complete
f5f1a1d5ecd2: Pull complete
a37c2db36584: Pull complete
cdc043f26c55: Pull complete
48d7e7424121: Pull complete
bb2df17acfa7: Pull complete
333806c80ee5: Pull complete
Digest: sha256:33e211c51768b3e6020c2cfd1d19fdf1238d45289bf8e3b46f5fcf9f17e631c2
Status: Downloaded newer image for ocaml/opam@sha256:33e211c51768b3e6020c2cfd1d19fdf1238d45289bf8e3b46f5fcf9f17e631c2
2025-03-07 09:42.37 ---> using "f833b07271fd460c59201675f1ca5821b08a4fe60b7289ad9f46091a04352c5d" 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-03-07 09:42.37 ---> using "b5de33ce69f055e3d8ccb592fd810efbd40d1efa677dac31e05aa53a16979fa5" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-03-07 09:42.37 ---> using "92078a295f20cdff460650e071456d439fb09aa589e16b4270d43b4ffb55a60f" 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.4.0~alpha1~dev (892e12616f8e383e79c0e370c6f17f9d52aa8fa1)
# self-upgrade         no
# system               arch=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# repositories         1 (local), 1 (version-controlled)
# pinned               1 (version)
# current-switch       5.3
# invariant            ["ocaml-base-compiler" {>= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-03-07 09:42.37 ---> using "1b1d0ca902008823a265de131f6530a6f10fed16c8ea4aafceb9d2733f5572ee" 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-03-07 09:42.37 ---> using "1c1b52edde33ad5ab2d672bf132ac30b79e446e2960c60db11d2f023c72b71b4" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-03-07 09:43.07 ---> saved as "f6e71134998c88879373cb30de668cb9c048d16a5c8df2114cd9e3e53b76cfa9"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-07 09:46.40 ---> saved as "0ce1c6f1e18a72a6e16a841b5f69d58ae83f75d027b13b5d910fb3a20736d2c4"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1074 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [3789 B]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse riscv64 Packages [2311 B]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [686 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [814 kB]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [384 kB]
- Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [3575 B]
- Get:12 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse riscv64 Packages [1498 B]
- Fetched 3348 kB in 2s (1897 kB/s)
- Reading package lists...
- 
2025-03-07 09:46.47 ---> saved as "677b79eb152bd4768ba2ddf8925fb553bb454c9a97bd90ff114cc489de007b59"

/home/opam: (run (shell "opam pin add -k version -yn lwt_ppx.5.9.1 5.9.1"))
lwt_ppx is now pinned to version 5.9.1
2025-03-07 09:46.52 ---> saved as "d60fecbb68ef1ba7c361855ddadd4c33ae5987d239a2ea18eba2d16736ff7507"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall lwt_ppx.5.9.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 \"\\\"ubuntu-24.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'lwt_ppx.5.9.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
lwt_ppx.5.9.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 14 packages
  - install base-bytes          base           [required by ocplib-endian]
  - install cppo                1.8.0          [required by lwt]
  - install csexp               1.5.2          [required by dune-configurator]
  - install dune                3.17.2         [required by lwt_ppx]
  - install dune-configurator   3.17.2         [required by lwt]
  - install lwt                 5.9.1          [required by lwt_ppx]
  - install lwt_ppx             5.9.1 (pinned)
  - install ocaml-compiler-libs v0.17.0        [required by ppxlib]
  - install ocamlfind           1.9.8          [required by base-bytes]
  - install ocplib-endian       1.2            [required by lwt]
  - install ppx_derivers        1.2.1          [required by ppxlib]
  - install ppxlib              0.35.0         [required by lwt_ppx]
  - install sexplib0            v0.17.0        [required by ppxlib]
  - install stdlib-shims        0.3.0          [required by ppxlib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (cached)
-> retrieved lwt.5.9.1, lwt_ppx.5.9.1  (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.1.tar.gz)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.17.2
-> installed csexp.1.5.2
-> installed ppx_derivers.1.2.1
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed sexplib0.v0.17.0
-> installed ocplib-endian.1.2
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.17.2
-> installed lwt.5.9.1
-> installed ppxlib.0.35.0
-> installed lwt_ppx.5.9.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-07 09:54.52 ---> saved as "c2f43e130acdefec0923e6c4f49ce3116f3b442d2e21992b6a79ed37727294f8"
Job succeeded
2025-03-07 09:55.32: Job succeeded