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-22.04-ocaml-4.14/amd64

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-22.04-ocaml-4.14@sha256:cfb3d3ee9f97531ca09ce0ee81e93e7dda6b52db2b76c7273df0e869aa375ff8
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-22.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-22.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-22.04-ocaml-4.14@sha256:cfb3d3ee9f97531ca09ce0ee81e93e7dda6b52db2b76c7273df0e869aa375ff8-passage.0.1.7-f781cb94d1b2a0bc44a0107552419e6f83cf374c"
2025-09-15 16:50.37: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:cfb3d3ee9f97531ca09ce0ee81e93e7dda6b52db2b76c7273df0e869aa375ff8)
 (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-22.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-22.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 16:50.38: Got resource from pool OCluster
Building on eumache
All commits already cached
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-22.04-ocaml-4.14@sha256:cfb3d3ee9f97531ca09ce0ee81e93e7dda6b52db2b76c7273df0e869aa375ff8)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:cfb3d3ee9f97531ca09ce0ee81e93e7dda6b52db2b76c7273df0e869aa375ff8' locally
docker.io/ocaml/opam@sha256:cfb3d3ee9f97531ca09ce0ee81e93e7dda6b52db2b76c7273df0e869aa375ff8: Pulling from ocaml/opam
669172a801ba: Pulling fs layer
d9eca11129b8: Pulling fs layer
519a1633192a: Pulling fs layer
805b54be241a: Pulling fs layer
669172a801ba: Waiting
519a1633192a: Waiting
07854206625f: Pulling fs layer
805b54be241a: Waiting
07854206625f: Waiting
d9eca11129b8: Verifying Checksum
d9eca11129b8: Download complete
519a1633192a: Download complete
805b54be241a: Verifying Checksum
805b54be241a: Download complete
07854206625f: Download complete
669172a801ba: Download complete
669172a801ba: Pull complete
d9eca11129b8: Pull complete
519a1633192a: Pull complete
805b54be241a: Pull complete
07854206625f: Pull complete
Digest: sha256:cfb3d3ee9f97531ca09ce0ee81e93e7dda6b52db2b76c7273df0e869aa375ff8
Status: Downloaded newer image for ocaml/opam@sha256:cfb3d3ee9f97531ca09ce0ee81e93e7dda6b52db2b76c7273df0e869aa375ff8
2025-09-15 16:56.28 ---> saved as "c2d1b1c43ba0e8115d4ef094e7bbb5f5d768fd178fc645f3130833655f5f966d"

/: (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 16:56.29 ---> saved as "b03ff0c260238617ab847a6a0b79d3df8521329d1c877118766467d449636d21"

/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
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-09-15 16:56.59 ---> saved as "f744ae6dc342b92cd5659eb2b7b9f73624f13263a94f284f7e7f34eeb9e2d6ca"

/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=x86_64 os=linux os-distribution=ubuntu os-version=22.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-09-15 16:57.00 ---> saved as "7b4193a61fa7eca60773749483c6df2c508d41144e561a6e24f7b6bfbe9234e3"

/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 16:57.08 ---> saved as "3b5ab93d9a8240a7c056903fc56c2ad4d385f2ab1c414ac4b25216093b2e9a85"

/home/opam: (copy (src .) (dst opam-repository/))
2025-09-15 16:57.18 ---> saved as "7590a13dea7a469c7166f0bc0af59845fe2f60f3eeafb9ed5d8809f092595195"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-09-15 16:57.43 ---> saved as "05295c3423ce4fba3885b8ebbe947b9f099f411413cac059062a3ac9004545ef"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3623 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1581 kB]
- Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3310 kB]
- Get:8 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [80.3 kB]
- Get:9 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1274 kB]
- Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5441 kB]
- Fetched 15.7 MB in 2s (7967 kB/s)
- Reading package lists...
- 
2025-09-15 16:57.47 ---> saved as "5f0e196647612dd012cb2170e27be16ee27ff50d5546a7be6836ff8db5f9e154"

/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 16:57.48 ---> saved as "d4e8d0807179dc89fa6e09a158ae0512a4688f1fcd3b9391f2f359648737285e"

/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-22.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 107 packages
  - install astring                     0.8.5          [required by fpath]
  - install base                        v0.16.4        [required by ppx_expect]
  - install base-bytes                  base           [required by devkit]
  - install base_bigstring              v0.16.0        [required by core]
  - install base_quickcheck             v0.16.0        [required by core]
  - install bin_prot                    v0.16.0        [required by core]
  - install camlzip                     1.13           [required by devkit]
  - 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.16.2        [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.3          [required by passage]
  - install ezjsonm                     1.3.0          [required by dune-compiledb]
  - install fieldslib                   v0.16.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 gen                         1.1            [required by sedlex]
  - install hex                         1.5.0          [required by ezjsonm]
  - install int_repr                    v0.16.0        [required by base_bigstring]
  - install jane-street-headers         v0.16.0        [required by core]
  - install jane_rope                   v0.16.0        [required by re2]
  - install jsonm                       1.0.2          [required by ezjsonm]
  - install jst-config                  v0.16.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.1          [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.12.4        [required by ppxlib]
  - 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.16.0        [required by sexplib]
  - install passage                     0.1.7 (pinned)
  - install pcre                        8.0.5          [required by devkit]
  - install ppx_assert                  v0.16.0        [required by core]
  - install ppx_base                    v0.16.0        [required by core]
  - install ppx_bench                   v0.16.0        [required by ppx_jane]
  - install ppx_bin_prot                v0.16.0        [required by ppx_jane]
  - install ppx_cold                    v0.16.0        [required by ppx_base]
  - install ppx_compare                 v0.16.0        [required by ppx_base]
  - install ppx_custom_printf           v0.16.0        [required by ppx_jane]
  - install ppx_derivers                1.2.1          [required by ppxlib]
  - install ppx_disable_unused_warnings v0.16.0        [required by ppx_jane]
  - install ppx_enumerate               v0.16.0        [required by ppx_base]
  - install ppx_expect                  v0.16.1        [required by passage]
  - install ppx_fields_conv             v0.16.0        [required by ppx_jane]
  - install ppx_fixed_literal           v0.16.0        [required by ppx_jane]
  - install ppx_globalize               v0.16.0        [required by ppx_base]
  - install ppx_hash                    v0.16.0        [required by core]
  - install ppx_here                    v0.16.0        [required by ppx_expect]
  - install ppx_ignore_instrumentation  v0.16.0        [required by ppx_jane]
  - install ppx_inline_test             v0.16.1        [required by ppx_expect]
  - install ppx_jane                    v0.16.0        [required by re2]
  - install ppx_let                     v0.16.0        [required by ppx_jane]
  - install ppx_log                     v0.16.0        [required by ppx_jane]
  - install ppx_module_timer            v0.16.0        [required by ppx_jane]
  - install ppx_optcomp                 v0.16.0        [required by core]
  - install ppx_optional                v0.16.0        [required by ppx_jane]
  - install ppx_pipebang                v0.16.0        [required by ppx_jane]
  - install ppx_sexp_conv               v0.16.0        [required by core]
  - install ppx_sexp_message            v0.16.0        [required by core]
  - install ppx_sexp_value              v0.16.0        [required by ppx_jane]
  - install ppx_stable                  v0.16.0        [required by ppx_jane]
  - install ppx_stable_witness          v0.16.0        [required by ppx_jane]
  - install ppx_string                  v0.16.0        [required by ppx_jane]
  - install ppx_tydi                    v0.16.0        [required by ppx_jane]
  - install ppx_typerep_conv            v0.16.0        [required by ppx_jane]
  - install ppx_variants_conv           v0.16.0        [required by ppx_jane]
  - install ppxlib                      0.35.0         [required by ppx_expect, sedlex]
  - install qrc                         0.2.0          [required by passage]
  - install re                          1.13.2         [required by ppx_expect]
  - install re2                         v0.16.0        [required by passage]
  - install regex_parser_intf           v0.16.0        [required by re2]
  - install sedlex                      3.6            [required by passage]
  - install seq                         base           [required by re, ounit2, gen]
  - install sexplib                     v0.16.0        [required by core]
  - install sexplib0                    v0.16.0        [required by base]
  - install splittable_random           v0.16.0        [required by core]
  - install stdio                       v0.16.0        [required by ppx_expect]
  - install stdlib-shims                0.3.0          [required by devkit]
  - install time_now                    v0.16.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.16.0        [required by core]
  - install uutf                        1.0.4          [required by ezjsonm]
  - install variantslib                 v0.16.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 libglib2.0-0:amd64.
- (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 ... 15645 files and directories currently installed.)
- Preparing to unpack .../00-libglib2.0-0_2.72.4-0ubuntu2.6_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../01-libglib2.0-data_2.72.4-0ubuntu2.6_all.deb ...
- Unpacking libglib2.0-data (2.72.4-0ubuntu2.6) ...
- Selecting previously unselected package libicu70:amd64.
- Preparing to unpack .../02-libicu70_70.1-2_amd64.deb ...
- Unpacking libicu70:amd64 (70.1-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../03-libxml2_2.9.13+dfsg-1ubuntu0.9_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.9) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../04-shared-mime-info_2.1-2_amd64.deb ...
- Unpacking shared-mime-info (2.1-2) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../05-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
- Selecting previously unselected package age.
- Preparing to unpack .../06-age_1.0.0-1ubuntu0.1_amd64.deb ...
- Unpacking age (1.0.0-1ubuntu0.1) ...
- Selecting previously unselected package libcurl4-gnutls-dev:amd64.
- Preparing to unpack .../07-libcurl4-gnutls-dev_7.81.0-1ubuntu1.20_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (7.81.0-1ubuntu1.20) ...
- Selecting previously unselected package libevent-2.1-7:amd64.
- Preparing to unpack .../08-libevent-2.1-7_2.1.12-stable-1build3_amd64.deb ...
- Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1build3) ...
- Selecting previously unselected package libevent-core-2.1-7:amd64.
- Preparing to unpack .../09-libevent-core-2.1-7_2.1.12-stable-1build3_amd64.deb ...
- Unpacking libevent-core-2.1-7:amd64 (2.1.12-stable-1build3) ...
- Selecting previously unselected package libevent-extra-2.1-7:amd64.
- Preparing to unpack .../10-libevent-extra-2.1-7_2.1.12-stable-1build3_amd64.deb ...
- Unpacking libevent-extra-2.1-7:amd64 (2.1.12-stable-1build3) ...
- Selecting previously unselected package libevent-pthreads-2.1-7:amd64.
- Preparing to unpack .../11-libevent-pthreads-2.1-7_2.1.12-stable-1build3_amd64.deb ...
- Unpacking libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ...
- Selecting previously unselected package libevent-openssl-2.1-7:amd64.
- Preparing to unpack .../12-libevent-openssl-2.1-7_2.1.12-stable-1build3_amd64.deb ...
- Unpacking libevent-openssl-2.1-7:amd64 (2.1.12-stable-1build3) ...
- Selecting previously unselected package libevent-dev.
- Preparing to unpack .../13-libevent-dev_2.1.12-stable-1build3_amd64.deb ...
- Unpacking libevent-dev (2.1.12-stable-1build3) ...
- Selecting previously unselected package libpcre16-3:amd64.
- Preparing to unpack .../14-libpcre16-3_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpcre16-3:amd64 (2:8.39-13ubuntu0.22.04.1) ...
- Selecting previously unselected package libpcre32-3:amd64.
- Preparing to unpack .../15-libpcre32-3_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpcre32-3:amd64 (2:8.39-13ubuntu0.22.04.1) ...
- Selecting previously unselected package libpcrecpp0v5:amd64.
- Preparing to unpack .../16-libpcrecpp0v5_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpcrecpp0v5:amd64 (2:8.39-13ubuntu0.22.04.1) ...
- Selecting previously unselected package libpcre3-dev:amd64.
- Preparing to unpack .../17-libpcre3-dev_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpcre3-dev:amd64 (2:8.39-13ubuntu0.22.04.1) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../18-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
- Unpacking pkg-config (0.29.2-1ubuntu3) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../19-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
- Setting up libpcrecpp0v5:amd64 (2:8.39-13ubuntu0.22.04.1) ...
- Setting up libpcre16-3:amd64 (2:8.39-13ubuntu0.22.04.1) ...
- Setting up xdg-user-dirs (0.17-2ubuntu4) ...
- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ...
- No schema files found: doing nothing.
- Setting up libcurl4-gnutls-dev:amd64 (7.81.0-1ubuntu1.20) ...
- Setting up libglib2.0-data (2.72.4-0ubuntu2.6) ...
- Setting up libpcre32-3:amd64 (2:8.39-13ubuntu0.22.04.1) ...
- Setting up libevent-core-2.1-7:amd64 (2.1.12-stable-1build3) ...
- Setting up libevent-2.1-7:amd64 (2.1.12-stable-1build3) ...
- Setting up pkg-config (0.29.2-1ubuntu3) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
- Setting up age (1.0.0-1ubuntu0.1) ...
- Setting up libicu70:amd64 (70.1-2) ...
- Setting up libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ...
- Setting up libevent-extra-2.1-7:amd64 (2.1.12-stable-1build3) ...
- Setting up libpcre3-dev:amd64 (2:8.39-13ubuntu0.22.04.1) ...
- Setting up libevent-openssl-2.1-7:amd64 (2.1.12-stable-1build3) ...
- Setting up libevent-dev (2.1.12-stable-1build3) ...
- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.9) ...
- Setting up shared-mime-info (2.1-2) ...
- Processing triggers for libc-bin (2.35-0ubuntu3.10) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved base_bigstring.v0.16.0  (cached)
-> retrieved base_quickcheck.v0.16.0  (cached)
-> retrieved bin_prot.v0.16.0  (cached)
-> retrieved camlzip.1.13  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved core.v0.16.2  (cached)
-> installed conf-age.1
-> installed conf-g++.1.0
-> installed conf-libcurl.2
-> installed conf-pkg-config.4
-> retrieved cppo.1.8.0  (cached)
-> installed conf-libevent.1
-> installed conf-libpcre.2
-> installed conf-zlib.1
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved devkit.1.20240429  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved dune-compiledb.0.6.0  (cached)
-> retrieved extlib.1.8.0  (cached)
-> retrieved extunix.0.4.3  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fieldslib.v0.16.0  (cached)
-> retrieved fileutils.0.6.6  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gen.1.1  (cached)
-> installed cmdliner.1.3.0
-> retrieved hex.1.5.0  (cached)
-> retrieved int_repr.v0.16.0  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved jane_rope.v0.16.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved libevent.0.9.0  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved lwt_ppx.5.9.1  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (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.16.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  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_bench.v0.16.0  (cached)
-> retrieved ppx_bin_prot.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_custom_printf.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_disable_unused_warnings.v0.16.0  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_expect.v0.16.1  (cached)
-> retrieved ppx_fields_conv.v0.16.0  (cached)
-> retrieved ppx_fixed_literal.v0.16.0  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_ignore_instrumentation.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_jane.v0.16.0  (cached)
-> retrieved ppx_let.v0.16.0  (cached)
-> retrieved ppx_log.v0.16.0  (cached)
-> retrieved ppx_module_timer.v0.16.0  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_optional.v0.16.0  (cached)
-> retrieved ppx_pipebang.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppx_sexp_message.v0.16.0  (cached)
-> retrieved ppx_sexp_value.v0.16.0  (cached)
-> retrieved ppx_stable.v0.16.0  (cached)
-> retrieved ppx_stable_witness.v0.16.0  (cached)
-> retrieved ppx_string.v0.16.0  (cached)
-> retrieved ppx_tydi.v0.16.0  (cached)
-> retrieved ppx_typerep_conv.v0.16.0  (cached)
-> retrieved ppx_variants_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved qrc.0.2.0  (cached)
-> retrieved re.1.13.2  (cached)
-> retrieved re2.v0.16.0  (cached)
-> retrieved regex_parser_intf.v0.16.0  (cached)
-> retrieved sedlex.3.6  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved splittable_random.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved trace.0.10  (cached)
-> retrieved typerep.v0.16.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved variantslib.v0.16.0  (cached)
-> installed num.1.6
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed libevent.0.9.0
-> installed camlzip.1.13
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed qrc.0.2.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed gen.1.1
-> installed jane-street-headers.v0.16.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppx_derivers.1.2.1
-> installed re.1.13.2
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed hex.1.5.0
-> installed fileutils.0.6.6
-> installed trace.0.10
-> installed extlib.1.8.0
-> installed ezjsonm.1.3.0
-> installed ounit2.2.2.7
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.20.2
-> installed sexplib.v0.16.0
-> installed dune-compiledb.0.6.0
-> installed pcre.8.0.5
-> installed lwt.5.9.2
-> installed base.v0.16.4
-> installed fieldslib.v0.16.0
-> installed variantslib.v0.16.0
-> installed regex_parser_intf.v0.16.0
-> installed stdio.v0.16.0
-> installed typerep.v0.16.0
-> installed menhir.20250912
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_disable_unused_warnings.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_tydi.v0.16.0
-> installed ppx_typerep_conv.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_variants_conv.v0.16.0
-> installed ppx_stable_witness.v0.16.0
-> installed ppx_stable.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_ignore_instrumentation.v0.16.0
-> installed ppx_fields_conv.v0.16.0
-> installed ppx_pipebang.v0.16.0
-> installed ppx_fixed_literal.v0.16.0
-> installed lwt_ppx.5.9.1
-> installed ppx_optional.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_let.v0.16.0
-> installed sedlex.3.6
-> installed ppx_hash.v0.16.0
-> installed ppx_sexp_value.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_sexp_message.v0.16.0
-> installed ppx_custom_printf.v0.16.0
-> installed ppx_base.v0.16.0
-> installed extunix.0.4.3
-> installed ppx_log.v0.16.0
-> installed jst-config.v0.16.0
-> installed ppx_string.v0.16.0
-> installed bin_prot.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_bin_prot.v0.16.0
-> installed ppx_module_timer.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed ppx_bench.v0.16.0
-> installed ppx_expect.v0.16.1
-> installed splittable_random.v0.16.0
-> installed base_quickcheck.v0.16.0
-> installed ppx_jane.v0.16.0
-> installed jane_rope.v0.16.0
-> installed ocurl.0.9.2
-> installed int_repr.v0.16.0
-> installed base_bigstring.v0.16.0
-> installed devkit.1.20240429
-> installed core.v0.16.2
-> installed re2.v0.16.0
-> installed passage.0.1.7
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-15 17:01.31 ---> saved as "c3934a136badc58d95c82eeafa8b7aa9eac2329937dd7d78d9172b252536c874"

/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:01.45 ---> saved as "494a5efa863e635d04f05fa001614502f236e70f972b3356f63960ecd5b62989"

/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-22.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" "71" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.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:02.00 ---> saved as "ef32787e443a76ba96a0e12dc1f144f109238919deb0dd4c3bf4ff74048f827b"
Job succeeded
2025-09-15 17:02.06: Job succeeded