Build:
  1. 0
2025-09-15 16:50.37: New job: test passage.0.1.7, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28528/head (f781cb94d1b2a0bc44a0107552419e6f83cf374c)
                              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/28528/head" && git reset --hard f781cb94
git fetch origin master
git merge --no-edit 510d0692bb44d13729339dcc45d79dd9a2a75b99
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:8b083ccc5cbcb4af3b3128a8d74e3c549dcaf18d5a8f2d2d6a41ce2d407000a6
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 passage.0.1.7 0.1.7
RUN opam reinstall passage.0.1.7; \
    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" != 'passage.0.1.7' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test passage.0.1.7) || true
RUN opam reinstall --with-test --verbose passage.0.1.7; \
    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" != 'passage.0.1.7' && 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-09-15 16:50.37: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:8b083ccc5cbcb4af3b3128a8d74e3c549dcaf18d5a8f2d2d6a41ce2d407000a6-passage.0.1.7-f781cb94d1b2a0bc44a0107552419e6f83cf374c"
2025-09-15 16:50.37: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:8b083ccc5cbcb4af3b3128a8d74e3c549dcaf18d5a8f2d2d6a41ce2d407000a6)
 (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 passage.0.1.7 0.1.7"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall passage.0.1.7;\
             \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\" != 'passage.0.1.7' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test passage.0.1.7) || true"))
 (run (shell  "opam reinstall --with-test --verbose passage.0.1.7;\
             \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\" != 'passage.0.1.7' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-09-15 16:50.37: Waiting for resource in pool OCluster
2025-09-15 16:50.37: Waiting for worker…
2025-09-15 17:37.49: Got resource from pool OCluster
Building on riscv-bm-04.sw.ci.dev
All commits already cached
Updating files:  11% (2029/18268)
Updating files:  12% (2193/18268)
Updating files:  13% (2375/18268)
Updating files:  14% (2558/18268)
Updating files:  15% (2741/18268)
Updating files:  16% (2923/18268)
Updating files:  17% (3106/18268)
Updating files:  18% (3289/18268)
Updating files:  19% (3471/18268)
Updating files:  20% (3654/18268)
Updating files:  21% (3837/18268)
Updating files:  22% (4019/18268)
Updating files:  22% (4098/18268)
Updating files:  23% (4202/18268)
Updating files:  24% (4385/18268)
Updating files:  25% (4567/18268)
Updating files:  26% (4750/18268)
Updating files:  27% (4933/18268)
Updating files:  28% (5116/18268)
Updating files:  29% (5298/18268)
Updating files:  30% (5481/18268)
Updating files:  31% (5664/18268)
Updating files:  32% (5846/18268)
Updating files:  33% (6029/18268)
Updating files:  34% (6212/18268)
Updating files:  34% (6228/18268)
Updating files:  35% (6394/18268)
Updating files:  36% (6577/18268)
Updating files:  37% (6760/18268)
Updating files:  38% (6942/18268)
Updating files:  39% (7125/18268)
Updating files:  40% (7308/18268)
Updating files:  41% (7490/18268)
Updating files:  42% (7673/18268)
Updating files:  43% (7856/18268)
Updating files:  44% (8038/18268)
Updating files:  45% (8221/18268)
Updating files:  46% (8404/18268)
Updating files:  46% (8542/18268)
Updating files:  47% (8586/18268)
Updating files:  48% (8769/18268)
Updating files:  49% (8952/18268)
Updating files:  50% (9134/18268)
Updating files:  51% (9317/18268)
Updating files:  52% (9500/18268)
Updating files:  53% (9683/18268)
Updating files:  54% (9865/18268)
Updating files:  55% (10048/18268)
Updating files:  56% (10231/18268)
Updating files:  57% (10413/18268)
Updating files:  58% (10596/18268)
Updating files:  58% (10684/18268)
Updating files:  59% (10779/18268)
Updating files:  60% (10961/18268)
Updating files:  61% (11144/18268)
Updating files:  62% (11327/18268)
Updating files:  63% (11509/18268)
Updating files:  64% (11692/18268)
Updating files:  65% (11875/18268)
Updating files:  66% (12057/18268)
Updating files:  67% (12240/18268)
Updating files:  68% (12423/18268)
Updating files:  69% (12605/18268)
Updating files:  70% (12788/18268)
Updating files:  70% (12818/18268)
Updating files:  71% (12971/18268)
Updating files:  72% (13153/18268)
Updating files:  73% (13336/18268)
Updating files:  74% (13519/18268)
Updating files:  75% (13701/18268)
Updating files:  76% (13884/18268)
Updating files:  77% (14067/18268)
Updating files:  78% (14250/18268)
Updating files:  79% (14432/18268)
Updating files:  80% (14615/18268)
Updating files:  81% (14798/18268)
Updating files:  82% (14980/18268)
Updating files:  82% (15050/18268)
Updating files:  83% (15163/18268)
Updating files:  84% (15346/18268)
Updating files:  85% (15528/18268)
Updating files:  86% (15711/18268)
Updating files:  87% (15894/18268)
Updating files:  88% (16076/18268)
Updating files:  89% (16259/18268)
Updating files:  90% (16442/18268)
Updating files:  91% (16624/18268)
Updating files:  92% (16807/18268)
Updating files:  93% (16990/18268)
Updating files:  93% (17161/18268)
Updating files:  94% (17172/18268)
Updating files:  95% (17355/18268)
Updating files:  96% (17538/18268)
Updating files:  97% (17720/18268)
Updating files:  98% (17903/18268)
Updating files:  99% (18086/18268)
Updating files: 100% (18268/18268)
Updating files: 100% (18268/18268), done.
HEAD is now at 510d0692bb Merge pull request #28518 from mfreeman451/opam-publish-proton.1.0.15
Updating 510d0692bb..f781cb94d1
Fast-forward
 packages/passage/passage.0.1.7/opam | 61 +++++++++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)
 create mode 100644 packages/passage/passage.0.1.7/opam

(from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:8b083ccc5cbcb4af3b3128a8d74e3c549dcaf18d5a8f2d2d6a41ce2d407000a6)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:8b083ccc5cbcb4af3b3128a8d74e3c549dcaf18d5a8f2d2d6a41ce2d407000a6' locally
docker.io/ocaml/opam@sha256:8b083ccc5cbcb4af3b3128a8d74e3c549dcaf18d5a8f2d2d6a41ce2d407000a6: Pulling from ocaml/opam
6d2d7ce17575: Already exists
aee6ac434050: Already exists
1e53da031bb5: Already exists
c16546595e28: Already exists
b0739f934592: Already exists
419bf6b7bf0b: Already exists
d78272428ffe: Already exists
3114ad13d98e: Already exists
f73c0c91a643: Already exists
2a9dbed582de: Already exists
b0a9afda318d: Already exists
67633a4fdf9c: Already exists
0383fc03d7fe: Already exists
616fb64a5c53: Already exists
524db25fff9a: Already exists
6e40e71792d1: Already exists
6e40e71792d1: Already exists
2996a1766259: Already exists
523e93247761: Already exists
34210ef10e6a: Already exists
898aa6ad48f8: Already exists
4f4fb700ef54: Already exists
ade6e5bdc89e: Already exists
2f8603cd97a0: Already exists
74fab09dc90a: Already exists
aa7565674b5c: Already exists
76abf3f28e25: Already exists
6dcd09d39ce7: Already exists
6da0282a1a1c: Already exists
65ca8f01a39e: Already exists
ce0fff4f7b01: Already exists
fbadf851166e: Already exists
f016a636895f: Already exists
dc00882452d1: Already exists
f08d9b80be3e: Already exists
e9ad19903d41: Already exists
50e11f59cb4c: Already exists
3455d2da2bbf: Already exists
f01c79df9261: Already exists
baeffa819292: Already exists
c72005996dcf: Pulling fs layer
51c8f70f2cb5: Pulling fs layer
d9210f33dd24: Pulling fs layer
5c5ab6d48071: Pulling fs layer
2f12782ae544: Pulling fs layer
cbcf96d37905: Pulling fs layer
dfcde2957a7d: Pulling fs layer
5c5ab6d48071: Waiting
2f12782ae544: Waiting
cbcf96d37905: Waiting
dfcde2957a7d: Waiting
51c8f70f2cb5: Download complete
d9210f33dd24: Verifying Checksum
d9210f33dd24: Download complete
c72005996dcf: Download complete
c72005996dcf: Pull complete
51c8f70f2cb5: Pull complete
2f12782ae544: Verifying Checksum
2f12782ae544: Download complete
cbcf96d37905: Verifying Checksum
cbcf96d37905: Download complete
d9210f33dd24: Pull complete
dfcde2957a7d: Download complete
5c5ab6d48071: Verifying Checksum
5c5ab6d48071: Download complete
5c5ab6d48071: Pull complete
2f12782ae544: Pull complete
cbcf96d37905: Pull complete
dfcde2957a7d: Pull complete
Digest: sha256:8b083ccc5cbcb4af3b3128a8d74e3c549dcaf18d5a8f2d2d6a41ce2d407000a6
Status: Downloaded newer image for ocaml/opam@sha256:8b083ccc5cbcb4af3b3128a8d74e3c549dcaf18d5a8f2d2d6a41ce2d407000a6
2025-09-15 17:38.01 ---> using "c758d785d7201ada002cea7d7f9a720d49841910fadbe874bd1cab99d97c52de" 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-09-15 17:38.01 ---> using "6e274199b7cfaff91fee802ef69a1868ae9e79598c2fa482f3b2ca1ae339aadb" 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-09-15 17:38.01 ---> using "237da1b8468d361a6d4c4efb2a7b24c8a4df3876a6ce4d32881d95790610c07c" 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.1
# 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.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-09-15 17:38.01 ---> using "14c583e958f912e12fcd7d646c8a036eeca417dd2b51e45deefd263bfab5e7f6" 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-09-15 17:38.01 ---> using "1204ae0f894b34e2f5f030807797fa637503d46325e084c5e3cab4e77ba143b4" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-09-15 17:38.07 ---> using "a44b281ceec905b4cf6254c11c014fb7a097e61c9638b6935579c25d2ad1ec5f" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-09-15 17:38.07 ---> using "03d6a946c3412c8d69695dfa08c998b84d7e1e61f54d003e9680400339f110e4" 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 [1440 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [827 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [875 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse riscv64 Packages [3219 B]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [505 kB]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [5529 B]
- Fetched 4034 kB in 2s (1793 kB/s)
- Reading package lists...
- 
2025-09-15 17:38.07 ---> using "5820a3bd7776ec712f91bedc3803d31328e7576ebb07f9f95a698aa7f822d4b3" from cache

/home/opam: (run (shell "opam pin add -k version -yn passage.0.1.7 0.1.7"))
passage is now pinned to version 0.1.7
2025-09-15 17:38.07 ---> using "f0098fcde1eef1ff99d5a1242a1095a152e142552783eaeaf380d2cf17298270" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall passage.0.1.7;\
                        \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\" != 'passage.0.1.7' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
passage.0.1.7 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 112 packages
  - install astring                     0.8.5          [required by fpath]
  - install base                        v0.17.3        [required by ppx_expect]
  - install base-bytes                  base           [required by devkit]
  - 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 camlzip                     1.13           [required by devkit]
  - install capitalization              v0.17.0        [required by ppx_string_conv]
  - install cmdliner                    1.3.0          [required by passage]
  - install conf-age                    1              [required by passage]
  - install conf-g++                    1.0            [required by re2]
  - install conf-libcurl                2              [required by ocurl]
  - install conf-libevent               1              [required by libevent]
  - install conf-libpcre                2              [required by pcre]
  - install conf-pkg-config             4              [required by conf-libevent, conf-zlib, conf-libpcre]
  - install conf-zlib                   1              [required by camlzip]
  - install core                        v0.17.1        [required by re2]
  - install cppo                        1.8.0          [required by extlib, lwt]
  - install csexp                       1.5.2          [required by dune-configurator]
  - install cstruct                     6.2.0          [required by hex]
  - install devkit                      1.20240429     [required by passage]
  - install dune                        3.20.2         [required by passage]
  - install dune-compiledb              0.6.0          [required by pcre]
  - install dune-configurator           3.20.2         [required by pcre, extunix, lwt, base]
  - install extlib                      1.8.0          [required by devkit]
  - install extunix                     0.4.4          [required by passage]
  - install ezjsonm                     1.3.0          [required by dune-compiledb]
  - install fieldslib                   v0.17.0        [required by core]
  - install fileutils                   0.6.6          [required by passage]
  - install fmt                         0.11.0         [required by cstruct]
  - install fpath                       0.7.3          [required by passage]
  - install gel                         v0.17.0        [required by ppx_diff]
  - install gen                         1.1            [required by sedlex]
  - install hex                         1.5.0          [required by ezjsonm]
  - install int_repr                    v0.17.0        [required by base_bigstring]
  - install jane-street-headers         v0.17.0        [required by core]
  - install jane_rope                   v0.17.0        [required by re2]
  - install jsonm                       1.0.2          [required by ezjsonm]
  - install jst-config                  v0.17.0        [required by core]
  - install libevent                    0.9.0          [required by devkit]
  - install lwt                         5.9.2          [required by passage]
  - install lwt_ppx                     5.9.2          [required by passage]
  - install menhir                      20250912       [required by passage]
  - install menhirCST                   20250912       [required by menhir]
  - install menhirLib                   20250912       [required by menhir]
  - install menhirSdk                   20250912       [required by menhir]
  - 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 ocamlbuild                  0.16.1         [required by qrc]
  - install ocamlfind                   1.9.8          [required by qrc]
  - install ocplib-endian               1.2            [required by lwt]
  - install ocurl                       0.9.2          [required by devkit]
  - install ounit2                      2.2.7          [required by devkit]
  - install parsexp                     v0.17.0        [required by sexplib]
  - install passage                     0.1.7 (pinned)
  - install pcre                        8.0.5          [required by devkit]
  - 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 passage]
  - 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_expect]
  - install ppx_ignore_instrumentation  v0.17.0        [required by ppx_jane]
  - install ppx_inline_test             v0.17.1        [required by ppx_expect]
  - install ppx_jane                    v0.17.0        [required by re2]
  - 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]
  - 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.36.0         [required by ppx_expect, sedlex]
  - install ppxlib_jane                 v0.17.4        [required by ppx_diff]
  - install qrc                         0.2.0          [required by passage]
  - install re2                         v0.17.0        [required by passage]
  - install regex_parser_intf           v0.17.0        [required by re2]
  - install sedlex                      3.6            [required by passage]
  - install seq                         base           [required by ounit2, gen]
  - install sexplib                     v0.17.0        [required by core]
  - install sexplib0                    v0.17.0        [required by base]
  - install splittable_random           v0.17.0        [required by core]
  - install stdio                       v0.17.0        [required by ppx_expect]
  - install stdlib-shims                0.3.0          [required by devkit]
  - install time_now                    v0.17.0        [required by ppx_inline_test, core]
  - install topkg                       1.1.0          [required by qrc]
  - install trace                       0.10           [required by devkit]
  - install typerep                     v0.17.1        [required by core]
  - install uutf                        1.0.4          [required by ezjsonm]
  - install variantslib                 v0.17.0        [required by core]
  - install yojson                      3.0.0          [required by devkit]

The following system packages will first need to be installed:
    age libcurl4-gnutls-dev libevent-dev libpcre3-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" "age" "libcurl4-gnutls-dev" "libevent-dev" "libpcre3-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package age.
- (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 .../00-age_1.1.1-1ubuntu0.24.04.3_riscv64.deb ...
- Unpacking age (1.1.1-1ubuntu0.24.04.3) ...
- Selecting previously unselected package libcurl4-gnutls-dev:riscv64.
- Preparing to unpack .../01-libcurl4-gnutls-dev_8.5.0-2ubuntu10.6_riscv64.deb ...
- Unpacking libcurl4-gnutls-dev:riscv64 (8.5.0-2ubuntu10.6) ...
- Selecting previously unselected package libevent-2.1-7t64:riscv64.
- Preparing to unpack .../02-libevent-2.1-7t64_2.1.12-stable-9ubuntu2_riscv64.deb ...
- Unpacking libevent-2.1-7t64:riscv64 (2.1.12-stable-9ubuntu2) ...
- Selecting previously unselected package libevent-core-2.1-7t64:riscv64.
- Preparing to unpack .../03-libevent-core-2.1-7t64_2.1.12-stable-9ubuntu2_riscv64.deb ...
- Unpacking libevent-core-2.1-7t64:riscv64 (2.1.12-stable-9ubuntu2) ...
- Selecting previously unselected package libevent-extra-2.1-7t64:riscv64.
- Preparing to unpack .../04-libevent-extra-2.1-7t64_2.1.12-stable-9ubuntu2_riscv64.deb ...
- Unpacking libevent-extra-2.1-7t64:riscv64 (2.1.12-stable-9ubuntu2) ...
- Selecting previously unselected package libevent-pthreads-2.1-7t64:riscv64.
- Preparing to unpack .../05-libevent-pthreads-2.1-7t64_2.1.12-stable-9ubuntu2_riscv64.deb ...
- Unpacking libevent-pthreads-2.1-7t64:riscv64 (2.1.12-stable-9ubuntu2) ...
- Selecting previously unselected package libevent-openssl-2.1-7t64:riscv64.
- Preparing to unpack .../06-libevent-openssl-2.1-7t64_2.1.12-stable-9ubuntu2_riscv64.deb ...
- Unpacking libevent-openssl-2.1-7t64:riscv64 (2.1.12-stable-9ubuntu2) ...
- Selecting previously unselected package libevent-dev.
- Preparing to unpack .../07-libevent-dev_2.1.12-stable-9ubuntu2_riscv64.deb ...
- Unpacking libevent-dev (2.1.12-stable-9ubuntu2) ...
- Selecting previously unselected package libpcre16-3:riscv64.
- Preparing to unpack .../08-libpcre16-3_2%3a8.39-15build1_riscv64.deb ...
- Unpacking libpcre16-3:riscv64 (2:8.39-15build1) ...
- Selecting previously unselected package libpcre3:riscv64.
- Preparing to unpack .../09-libpcre3_2%3a8.39-15build1_riscv64.deb ...
- Unpacking libpcre3:riscv64 (2:8.39-15build1) ...
- Selecting previously unselected package libpcre32-3:riscv64.
- Preparing to unpack .../10-libpcre32-3_2%3a8.39-15build1_riscv64.deb ...
- Unpacking libpcre32-3:riscv64 (2:8.39-15build1) ...
- Selecting previously unselected package libpcrecpp0v5:riscv64.
- Preparing to unpack .../11-libpcrecpp0v5_2%3a8.39-15build1_riscv64.deb ...
- Unpacking libpcrecpp0v5:riscv64 (2:8.39-15build1) ...
- Selecting previously unselected package libpcre3-dev:riscv64.
- Preparing to unpack .../12-libpcre3-dev_2%3a8.39-15build1_riscv64.deb ...
- Unpacking libpcre3-dev:riscv64 (2:8.39-15build1) ...
- Selecting previously unselected package libpkgconf3:riscv64.
- Preparing to unpack .../13-libpkgconf3_1.8.1-2build1_riscv64.deb ...
- Unpacking libpkgconf3:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../14-pkgconf-bin_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf-bin (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf:riscv64.
- Preparing to unpack .../15-pkgconf_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package pkg-config:riscv64.
- Preparing to unpack .../16-pkg-config_1.8.1-2build1_riscv64.deb ...
- Unpacking pkg-config:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package zlib1g-dev:riscv64.
- Preparing to unpack .../17-zlib1g-dev_1%3a1.3.dfsg-3.1ubuntu2.1_riscv64.deb ...
- Unpacking zlib1g-dev:riscv64 (1:1.3.dfsg-3.1ubuntu2.1) ...
- Setting up libpcre16-3:riscv64 (2:8.39-15build1) ...
- Setting up libevent-2.1-7t64:riscv64 (2.1.12-stable-9ubuntu2) ...
- Setting up libcurl4-gnutls-dev:riscv64 (8.5.0-2ubuntu10.6) ...
- Setting up libpcre3:riscv64 (2:8.39-15build1) ...
- Setting up libpkgconf3:riscv64 (1.8.1-2build1) ...
- Setting up libpcre32-3:riscv64 (2:8.39-15build1) ...
- Setting up pkgconf-bin (1.8.1-2build1) ...
- Setting up zlib1g-dev:riscv64 (1:1.3.dfsg-3.1ubuntu2.1) ...
- Setting up libevent-core-2.1-7t64:riscv64 (2.1.12-stable-9ubuntu2) ...
- Setting up age (1.1.1-1ubuntu0.24.04.3) ...
- Setting up libpcrecpp0v5:riscv64 (2:8.39-15build1) ...
- Setting up libpcre3-dev:riscv64 (2:8.39-15build1) ...
- Setting up libevent-pthreads-2.1-7t64:riscv64 (2.1.12-stable-9ubuntu2) ...
- Setting up libevent-openssl-2.1-7t64:riscv64 (2.1.12-stable-9ubuntu2) ...
- Setting up pkgconf:riscv64 (1.8.1-2build1) ...
- Setting up pkg-config:riscv64 (1.8.1-2build1) ...
- Setting up libevent-extra-2.1-7t64:riscv64 (2.1.12-stable-9ubuntu2) ...
- Setting up libevent-dev (2.1.12-stable-9ubuntu2) ...
- Processing triggers for libc-bin (2.39-0ubuntu8.5) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> 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 camlzip.1.13  (cached)
-> retrieved capitalization.v0.17.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> installed conf-age.1
-> retrieved core.v0.17.1  (cached)
-> installed conf-g++.1.0
-> installed conf-libcurl.2
-> retrieved cppo.1.8.0  (cached)
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> installed conf-libevent.1
-> installed conf-libpcre.2
-> installed conf-zlib.1
-> retrieved cstruct.6.2.0  (cached)
-> retrieved devkit.1.20240429  (https://opam.ocaml.org/cache)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved dune-compiledb.0.6.0  (https://opam.ocaml.org/cache)
-> retrieved extlib.1.8.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved extunix.0.4.4  (https://opam.ocaml.org/cache)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fieldslib.v0.17.0  (cached)
-> retrieved fileutils.0.6.6  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gel.v0.17.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved int_repr.v0.17.0  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jane_rope.v0.17.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved libevent.0.9.0  (https://opam.ocaml.org/cache)
-> retrieved lwt.5.9.2, lwt_ppx.5.9.2  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved num.1.6  (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 ocurl.0.9.2  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved passage.0.1.7  (https://github.com/ahrefs/passage/releases/download/0.1.7/passage-0.1.7.tbz)
-> retrieved pcre.8.0.5  (https://opam.ocaml.org/cache)
-> 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.36.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved qrc.0.2.0  (https://opam.ocaml.org/cache)
-> retrieved re2.v0.17.0  (cached)
-> retrieved regex_parser_intf.v0.17.0  (cached)
-> retrieved sedlex.3.6  (cached)
-> retrieved seq.base  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.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 time_now.v0.17.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved trace.0.10  (cached)
-> retrieved typerep.v0.17.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved variantslib.v0.17.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed seq.base
-> installed camlzip.1.13
-> installed libevent.0.9.0
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed qrc.0.2.0
-> installed uutf.1.0.4
-> installed fpath.0.7.3
-> installed jsonm.1.0.2
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed fileutils.0.6.6
-> installed gen.1.1
-> installed hex.1.5.0
-> installed extlib.1.8.0
-> installed jane-street-headers.v0.17.0
-> installed dune-configurator.3.20.2
-> installed menhirCST.20250912
-> installed menhirSdk.20250912
-> installed menhirLib.20250912
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocplib-endian.1.2
-> installed ppx_derivers.1.2.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed lwt.5.9.2
-> installed ezjsonm.1.3.0
-> installed ounit2.2.2.7
-> installed parsexp.v0.17.0
-> installed base.v0.17.3
-> installed sexplib.v0.17.0
-> installed fieldslib.v0.17.0
-> installed dune-compiledb.0.6.0
-> installed regex_parser_intf.v0.17.0
-> installed pcre.8.0.5
-> installed stdio.v0.17.0
-> installed trace.0.10
-> installed menhir.20250912
-> installed variantslib.v0.17.0
-> installed typerep.v0.17.1
-> installed yojson.3.0.0
-> installed ppxlib.0.36.0
-> installed ppx_cold.v0.17.0
-> installed lwt_ppx.5.9.2
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_fields_conv.v0.17.0
-> installed extunix.0.4.4
-> installed ppx_here.v0.17.0
-> installed ppx_fixed_literal.v0.17.0
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_let.v0.17.1
-> installed ppx_optcomp.v0.17.1
-> installed ppx_pipebang.v0.17.0
-> installed ppx_stable.v0.17.1
-> installed ppx_tydi.v0.17.1
-> installed ocurl.0.9.2
-> installed ppx_stable_witness.v0.17.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_typerep_conv.v0.17.1
-> installed ppx_variants_conv.v0.17.1
-> installed devkit.1.20240429
-> 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 sedlex.3.6
-> installed ppx_assert.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed ppx_hash.v0.17.0
-> installed jst-config.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed bin_prot.v0.17.0-1
-> installed ppx_base.v0.17.0
-> installed ppx_bin_prot.v0.17.1
-> installed ppx_sexp_value.v0.17.0
-> installed capitalization.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_string.v0.17.0
-> installed ppx_module_timer.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_string_conv.v0.17.0
-> 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 gel.v0.17.0
-> installed jane_rope.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 re2.v0.17.0
-> installed passage.0.1.7
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-15 17:38.07 ---> using "a9705d91de69f37edc0a3685c4ac4785442177787576a22792b0a81615e2152b" from cache

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test passage.0.1.7) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile passage 0.1.7 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   passage.0.1.7
-> installed passage.0.1.7
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-15 17:39.54 ---> saved as "19c31a3960f011ef6874456bae8e6524f51a5797e0603235e9921ab0719019ef"

/home/opam: (run (shell  "opam reinstall --with-test --verbose passage.0.1.7;\
                        \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\" != 'passage.0.1.7' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile passage 0.1.7 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [passage: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "passage" "-j" "3" "@install" "@runtest" (CWD=/home/opam/.opam/5.3/.opam-switch/build/passage.0.1.7)
-> compiled  passage.0.1.7
-> removed   passage.0.1.7
-> installed passage.0.1.7
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-15 17:41.38 ---> saved as "7978ec6e032d74939c283e9bacd1ca3c998741a6fc774de07292605d7b7b3613"
Job succeeded
2025-09-15 17:42.10: Job succeeded