(for PR #29027)

2025-12-06 22:13.29: New job: build cohttp-curl-async.6.2.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29027/head (1943a08a49bd8ad146df90b1b6fce4343775819f)
                              on ubuntu-24.04-ocaml-5.4/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/29027/head" && git reset --hard 1943a08a
git fetch origin master
git merge --no-edit 2ab7464b16d46be89975bea0595240dd3fccf608
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:6fcdbd75c3adc6c75c3526e52e518d9a53a4805cb605c1ff0fd0d7c2d4dc3788
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 cohttp-curl-async.6.2.0 6.2.0
RUN opam reinstall cohttp-curl-async.6.2.0; \
    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" != 'cohttp-curl-async.6.2.0' && 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-06 22:13.29: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:6fcdbd75c3adc6c75c3526e52e518d9a53a4805cb605c1ff0fd0d7c2d4dc3788-cohttp-curl-async.6.2.0-1943a08a49bd8ad146df90b1b6fce4343775819f"
2025-12-06 22:13.29: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:6fcdbd75c3adc6c75c3526e52e518d9a53a4805cb605c1ff0fd0d7c2d4dc3788)
 (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 cohttp-curl-async.6.2.0 6.2.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall cohttp-curl-async.6.2.0;\
             \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\" != 'cohttp-curl-async.6.2.0' && 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-06 22:13.29: Waiting for resource in pool OCluster
2025-12-06 22:13.30: Waiting for worker…
2025-12-06 22:46.32: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
All commits already cached
Updating files:  14% (2691/18994)
Updating files:  15% (2850/18994)
Updating files:  16% (3040/18994)
Updating files:  17% (3229/18994)
Updating files:  18% (3419/18994)
Updating files:  19% (3609/18994)
Updating files:  20% (3799/18994)
Updating files:  21% (3989/18994)
Updating files:  22% (4179/18994)
Updating files:  23% (4369/18994)
Updating files:  24% (4559/18994)
Updating files:  25% (4749/18994)
Updating files:  26% (4939/18994)
Updating files:  26% (5077/18994)
Updating files:  27% (5129/18994)
Updating files:  28% (5319/18994)
Updating files:  29% (5509/18994)
Updating files:  30% (5699/18994)
Updating files:  31% (5889/18994)
Updating files:  32% (6079/18994)
Updating files:  33% (6269/18994)
Updating files:  34% (6458/18994)
Updating files:  35% (6648/18994)
Updating files:  36% (6838/18994)
Updating files:  37% (7028/18994)
Updating files:  38% (7218/18994)
Updating files:  39% (7408/18994)
Updating files:  39% (7461/18994)
Updating files:  40% (7598/18994)
Updating files:  41% (7788/18994)
Updating files:  42% (7978/18994)
Updating files:  43% (8168/18994)
Updating files:  44% (8358/18994)
Updating files:  45% (8548/18994)
Updating files:  46% (8738/18994)
Updating files:  47% (8928/18994)
Updating files:  48% (9118/18994)
Updating files:  49% (9308/18994)
Updating files:  50% (9497/18994)
Updating files:  51% (9687/18994)
Updating files:  51% (9732/18994)
Updating files:  52% (9877/18994)
Updating files:  53% (10067/18994)
Updating files:  54% (10257/18994)
Updating files:  55% (10447/18994)
Updating files:  56% (10637/18994)
Updating files:  57% (10827/18994)
Updating files:  58% (11017/18994)
Updating files:  59% (11207/18994)
Updating files:  60% (11397/18994)
Updating files:  61% (11587/18994)
Updating files:  62% (11777/18994)
Updating files:  63% (11967/18994)
Updating files:  63% (12069/18994)
Updating files:  64% (12157/18994)
Updating files:  65% (12347/18994)
Updating files:  66% (12537/18994)
Updating files:  67% (12726/18994)
Updating files:  68% (12916/18994)
Updating files:  69% (13106/18994)
Updating files:  70% (13296/18994)
Updating files:  71% (13486/18994)
Updating files:  72% (13676/18994)
Updating files:  73% (13866/18994)
Updating files:  74% (14056/18994)
Updating files:  75% (14246/18994)
Updating files:  75% (14425/18994)
Updating files:  76% (14436/18994)
Updating files:  77% (14626/18994)
Updating files:  78% (14816/18994)
Updating files:  79% (15006/18994)
Updating files:  80% (15196/18994)
Updating files:  81% (15386/18994)
Updating files:  82% (15576/18994)
Updating files:  83% (15766/18994)
Updating files:  84% (15955/18994)
Updating files:  85% (16145/18994)
Updating files:  86% (16335/18994)
Updating files:  87% (16525/18994)
Updating files:  87% (16648/18994)
Updating files:  88% (16715/18994)
Updating files:  89% (16905/18994)
Updating files:  90% (17095/18994)
Updating files:  91% (17285/18994)
Updating files:  92% (17475/18994)
Updating files:  93% (17665/18994)
Updating files:  94% (17855/18994)
Updating files:  95% (18045/18994)
Updating files:  96% (18235/18994)
Updating files:  97% (18425/18994)
Updating files:  98% (18615/18994)
Updating files:  99% (18805/18994)
Updating files:  99% (18987/18994)
Updating files: 100% (18994/18994)
Updating files: 100% (18994/18994), done.
HEAD is now at 2ab7464b16 Merge pull request #29022 from thatportugueseguy/release-passage-0.3.1
Merge made by the 'ort' strategy.
 packages/cohttp-async/cohttp-async.6.2.0/opam      | 74 +++++++++++++++++++++
 packages/cohttp-bench/cohttp-bench.6.2.0/opam      | 62 ++++++++++++++++++
 .../cohttp-curl-async/cohttp-curl-async.6.2.0/opam | 63 ++++++++++++++++++
 .../cohttp-curl-lwt/cohttp-curl-lwt.6.2.0/opam     | 63 ++++++++++++++++++
 packages/cohttp-curl/cohttp-curl.6.2.0/opam        | 51 +++++++++++++++
 packages/cohttp-eio/cohttp-eio.6.2.0/opam          | 64 ++++++++++++++++++
 .../cohttp-lwt-jsoo/cohttp-lwt-jsoo.6.2.0/opam     | 63 ++++++++++++++++++
 .../cohttp-lwt-unix/cohttp-lwt-unix.6.2.0/opam     | 70 ++++++++++++++++++++
 packages/cohttp-lwt/cohttp-lwt.6.2.0/opam          | 63 ++++++++++++++++++
 packages/cohttp-mirage/cohttp-mirage.6.2.0/opam    | 70 ++++++++++++++++++++
 .../cohttp-server-lwt-unix.6.2.0/opam              | 57 ++++++++++++++++
 packages/cohttp-top/cohttp-top.6.2.0/opam          | 54 +++++++++++++++
 packages/cohttp/cohttp.6.2.0/opam                  | 76 ++++++++++++++++++++++
 packages/http/http.6.2.0/opam                      | 60 +++++++++++++++++
 14 files changed, 890 insertions(+)
 create mode 100644 packages/cohttp-async/cohttp-async.6.2.0/opam
 create mode 100644 packages/cohttp-bench/cohttp-bench.6.2.0/opam
 create mode 100644 packages/cohttp-curl-async/cohttp-curl-async.6.2.0/opam
 create mode 100644 packages/cohttp-curl-lwt/cohttp-curl-lwt.6.2.0/opam
 create mode 100644 packages/cohttp-curl/cohttp-curl.6.2.0/opam
 create mode 100644 packages/cohttp-eio/cohttp-eio.6.2.0/opam
 create mode 100644 packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.6.2.0/opam
 create mode 100644 packages/cohttp-lwt-unix/cohttp-lwt-unix.6.2.0/opam
 create mode 100644 packages/cohttp-lwt/cohttp-lwt.6.2.0/opam
 create mode 100644 packages/cohttp-mirage/cohttp-mirage.6.2.0/opam
 create mode 100644 packages/cohttp-server-lwt-unix/cohttp-server-lwt-unix.6.2.0/opam
 create mode 100644 packages/cohttp-top/cohttp-top.6.2.0/opam
 create mode 100644 packages/cohttp/cohttp.6.2.0/opam
 create mode 100644 packages/http/http.6.2.0/opam

(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:6fcdbd75c3adc6c75c3526e52e518d9a53a4805cb605c1ff0fd0d7c2d4dc3788)
2025-12-06 22:46.44 ---> using "2d348813fb31542ae6409f81b4e47609d36b0f63fa2fd15dff6e1444a3d4ae74" 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-06 22:46.44 ---> using "ffa1851908a15e052f9fca35b82569bc34e9d84e6b96e0289623d6dc4edad89d" 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-06 22:46.44 ---> using "04dba14952ee71da587db58405173208dd8175f6cc149bda253e81176c352d1a" 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=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 (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-06 22:46.44 ---> using "b0865b5eb08857b08ebbfb92c38b29579aca4b2b111a1c702a71a87415cce37b" 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-06 22:46.44 ---> using "67b65d84470795e7f17bfa25bef1efac019dffe195549643194239defa2a2cc5" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-06 22:46.50 ---> using "12d47436aff4dad7daabe391c3b2c2cc1a3db84a5914d3c71d081cf6d06a00ab" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-06 22:46.50 ---> using "84612dd92402e37dd534c5cafd380f121b9a3d69c1382ae258e4e4a417b26603" from cache

/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 [1461 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [888 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [28.8 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [567 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [920 kB]
- Fetched 4243 kB in 2s (1782 kB/s)
- Reading package lists...
- 
2025-12-06 22:46.50 ---> using "3f32c1b35fdb01f1875fff543111fd5b43fba6d7206948ba576b3399c9bb4cf2" from cache

/home/opam: (run (shell "opam pin add -k version -yn cohttp-curl-async.6.2.0 6.2.0"))
cohttp-curl-async is now pinned to version 6.2.0
2025-12-06 22:46.54 ---> saved as "6d31aa9587276c58c2fd0ee0274f8d739625c3dec003c06308f8a67323904d7e"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall cohttp-curl-async.6.2.0;\
                        \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\" != 'cohttp-curl-async.6.2.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
cohttp-curl-async.6.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 79 packages
  - install base                        v0.17.3        [required by core]
  - install base_bigstring              v0.17.0        [required by core]
  - install base_quickcheck             v0.17.1        [required by core]
  - install bin_prot                    v0.17.0-1      [required by core]
  - install capitalization              v0.17.0        [required by ppx_string_conv]
  - install cohttp-curl                 6.2.0          [required by cohttp-curl-async]
  - install cohttp-curl-async           6.2.0 (pinned)
  - install conf-libcurl                2              [required by ocurl]
  - install core                        v0.17.1        [required by cohttp-curl-async]
  - install core_kernel                 v0.17.0        [required by core_unix]
  - install core_unix                   v0.17.1        [required by cohttp-curl-async]
  - install csexp                       1.5.2          [required by dune-configurator]
  - install dune                        3.20.2         [required by cohttp-curl-async]
  - install dune-configurator           3.20.2         [required by base]
  - install expect_test_helpers_core    v0.17.0        [required by core_unix]
  - install fieldslib                   v0.17.0        [required by core]
  - install gel                         v0.17.0        [required by ppx_diff]
  - install http                        6.2.0          [required by cohttp-curl-async]
  - install int_repr                    v0.17.0        [required by base_bigstring, core_kernel]
  - install jane-street-headers         v0.17.0        [required by core, core_unix]
  - install jst-config                  v0.17.0        [required by core, core_unix]
  - install num                         1.6            [required by sexplib]
  - install ocaml-compiler-libs         v0.17.0        [required by ppxlib]
  - install ocaml_intrinsics_kernel     v0.17.1        [required by base]
  - install ocamlfind                   1.9.8          [required by ocurl]
  - install ocurl                       0.9.2          [required by cohttp-curl-async]
  - install parsexp                     v0.17.0        [required by sexplib]
  - install ppx_assert                  v0.17.0        [required by core]
  - install ppx_base                    v0.17.0        [required by core]
  - install ppx_bench                   v0.17.1        [required by ppx_jane]
  - install ppx_bin_prot                v0.17.1        [required by ppx_jane]
  - install ppx_cold                    v0.17.0        [required by ppx_base]
  - install ppx_compare                 v0.17.0        [required by ppx_diff]
  - install ppx_custom_printf           v0.17.0        [required by ppx_jane]
  - install ppx_derivers                1.2.1          [required by ppxlib]
  - install ppx_diff                    v0.17.1        [required by core]
  - install ppx_disable_unused_warnings v0.17.0        [required by ppx_jane]
  - install ppx_enumerate               v0.17.0        [required by ppx_diff]
  - install ppx_expect                  v0.17.3        [required by ppx_jane]
  - install ppx_fields_conv             v0.17.0        [required by ppx_jane]
  - install ppx_fixed_literal           v0.17.0        [required by ppx_jane]
  - install ppx_globalize               v0.17.2        [required by ppx_base]
  - install ppx_hash                    v0.17.0        [required by core]
  - install ppx_here                    v0.17.0        [required by ppx_jane]
  - install ppx_ignore_instrumentation  v0.17.0        [required by ppx_jane]
  - install ppx_inline_test             v0.17.1        [required by core]
  - install ppx_jane                    v0.17.0        [required by core, core_unix]
  - install ppx_let                     v0.17.1        [required by ppx_jane]
  - install ppx_log                     v0.17.0        [required by ppx_jane]
  - install ppx_module_timer            v0.17.0        [required by ppx_jane]
  - install ppx_optcomp                 v0.17.1        [required by core, core_unix]
  - install ppx_optional                v0.17.0        [required by ppx_jane]
  - install ppx_pipebang                v0.17.0        [required by ppx_jane]
  - install ppx_sexp_conv               v0.17.1        [required by core]
  - install ppx_sexp_message            v0.17.0        [required by core]
  - install ppx_sexp_value              v0.17.0        [required by ppx_jane]
  - install ppx_stable                  v0.17.1        [required by ppx_jane]
  - install ppx_stable_witness          v0.17.0        [required by ppx_jane]
  - install ppx_string                  v0.17.0        [required by ppx_jane]
  - install ppx_string_conv             v0.17.0        [required by ppx_jane]
  - install ppx_tydi                    v0.17.1        [required by ppx_jane]
  - install ppx_typerep_conv            v0.17.1        [required by ppx_jane]
  - install ppx_variants_conv           v0.17.1        [required by ppx_jane]
  - install ppxlib                      0.37.0         [required by ppx_diff]
  - install ppxlib_jane                 v0.17.4        [required by ppx_diff]
  - install re                          1.14.0         [required by expect_test_helpers_core]
  - install sexp_pretty                 v0.17.0        [required by expect_test_helpers_core]
  - install sexplib                     v0.17.0        [required by core, core_unix]
  - install sexplib0                    v0.17.0        [required by base]
  - install spawn                       v0.17.0        [required by core_unix]
  - install splittable_random           v0.17.0        [required by core]
  - install stdio                       v0.17.0        [required by core]
  - install stdlib-shims                0.3.0          [required by ppxlib]
  - install stringext                   1.6.0          [required by cohttp-curl-async]
  - install time_now                    v0.17.0        [required by core]
  - install timezone                    v0.17.0        [required by core_unix]
  - install typerep                     v0.17.1        [required by core]
  - install uopt                        v0.17.0        [required by core_unix]
  - install variantslib                 v0.17.0        [required by core]

The following system packages will first need to be installed:
    libcurl4-gnutls-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" "libcurl4-gnutls-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libcurl4-gnutls-dev:riscv64.
- (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 ... 16279 files and directories currently installed.)
- Preparing to unpack .../libcurl4-gnutls-dev_8.5.0-2ubuntu10.6_riscv64.deb ...
- Unpacking libcurl4-gnutls-dev:riscv64 (8.5.0-2ubuntu10.6) ...
- Setting up libcurl4-gnutls-dev:riscv64 (8.5.0-2ubuntu10.6) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3  (cached)
-> retrieved base_bigstring.v0.17.0  (cached)
-> retrieved base_quickcheck.v0.17.1  (cached)
-> retrieved bin_prot.v0.17.0-1  (cached)
-> retrieved capitalization.v0.17.0  (cached)
-> retrieved cohttp-curl.6.2.0, cohttp-curl-async.6.2.0, http.6.2.0  (cached)
-> installed conf-libcurl.2
-> retrieved core.v0.17.1  (cached)
-> retrieved core_kernel.v0.17.0  (cached)
-> retrieved core_unix.v0.17.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved expect_test_helpers_core.v0.17.0  (cached)
-> retrieved fieldslib.v0.17.0  (cached)
-> retrieved gel.v0.17.0  (cached)
-> retrieved int_repr.v0.17.0  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocurl.0.9.2  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved ppx_assert.v0.17.0  (cached)
-> retrieved ppx_base.v0.17.0  (cached)
-> retrieved ppx_bench.v0.17.1  (cached)
-> retrieved ppx_bin_prot.v0.17.1  (cached)
-> retrieved ppx_cold.v0.17.0  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_custom_printf.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_diff.v0.17.1  (cached)
-> retrieved ppx_disable_unused_warnings.v0.17.0  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> retrieved ppx_expect.v0.17.3  (cached)
-> retrieved ppx_fields_conv.v0.17.0  (cached)
-> retrieved ppx_fixed_literal.v0.17.0  (cached)
-> retrieved ppx_globalize.v0.17.2  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_ignore_instrumentation.v0.17.0  (cached)
-> retrieved ppx_inline_test.v0.17.1  (cached)
-> retrieved ppx_jane.v0.17.0  (cached)
-> retrieved ppx_let.v0.17.1  (cached)
-> retrieved ppx_log.v0.17.0  (cached)
-> retrieved ppx_module_timer.v0.17.0  (cached)
-> retrieved ppx_optcomp.v0.17.1  (cached)
-> retrieved ppx_optional.v0.17.0  (cached)
-> retrieved ppx_pipebang.v0.17.0  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppx_sexp_message.v0.17.0  (cached)
-> retrieved ppx_sexp_value.v0.17.0  (cached)
-> retrieved ppx_stable.v0.17.1  (cached)
-> retrieved ppx_stable_witness.v0.17.0  (cached)
-> retrieved ppx_string.v0.17.0  (cached)
-> retrieved ppx_string_conv.v0.17.0  (cached)
-> retrieved ppx_tydi.v0.17.1  (cached)
-> retrieved ppx_typerep_conv.v0.17.1  (cached)
-> retrieved ppx_variants_conv.v0.17.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexp_pretty.v0.17.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved spawn.v0.17.0  (cached)
-> retrieved splittable_random.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved time_now.v0.17.0  (cached)
-> retrieved timezone.v0.17.0  (cached)
-> retrieved typerep.v0.17.1  (cached)
-> retrieved uopt.v0.17.0  (cached)
-> retrieved variantslib.v0.17.0  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocurl.0.9.2
-> installed dune.3.20.2
-> installed jane-street-headers.v0.17.0
-> installed csexp.1.5.2
-> installed http.6.2.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ppx_derivers.1.2.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed sexplib0.v0.17.0
-> installed dune-configurator.3.20.2
-> installed re.1.14.0
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed parsexp.v0.17.0
-> installed cohttp-curl.6.2.0
-> installed sexplib.v0.17.0
-> installed base.v0.17.3
-> installed fieldslib.v0.17.0
-> installed stdio.v0.17.0
-> installed variantslib.v0.17.0
-> installed typerep.v0.17.1
-> installed ppxlib.0.37.0
-> installed ppx_cold.v0.17.0
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_optcomp.v0.17.1
-> installed ppx_fixed_literal.v0.17.0
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_let.v0.17.1
-> installed ppx_stable.v0.17.1
-> installed ppx_pipebang.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_tydi.v0.17.1
-> installed ppx_typerep_conv.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_variants_conv.v0.17.1
-> installed ppx_enumerate.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_optional.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed ppx_base.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed jst-config.v0.17.0
-> installed capitalization.v0.17.0
-> installed bin_prot.v0.17.0-1
-> installed ppx_sexp_value.v0.17.0
-> installed sexp_pretty.v0.17.0
-> installed ppx_string.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_bin_prot.v0.17.1
-> installed ppx_string_conv.v0.17.0
-> installed ppx_module_timer.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_bench.v0.17.1
-> installed ppx_expect.v0.17.3
-> installed splittable_random.v0.17.0
-> installed ppx_log.v0.17.0
-> installed base_quickcheck.v0.17.1
-> installed ppx_jane.v0.17.0
-> installed uopt.v0.17.0
-> installed gel.v0.17.0
-> installed int_repr.v0.17.0
-> installed base_bigstring.v0.17.0
-> installed ppx_diff.v0.17.1
-> installed core.v0.17.1
-> installed timezone.v0.17.0
-> installed expect_test_helpers_core.v0.17.0
-> installed core_kernel.v0.17.0
-> installed core_unix.v0.17.1
-> installed cohttp-curl-async.6.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-06 23:16.08 ---> saved as "08af658ca32e65a5e7f75c2c1f791e04087bf71f9444a9813088b53fa5faf546"
Job succeeded
2025-12-06 23:16.44: Job succeeded