Build:
  1. 0
2025-09-15 16:50.37: New job: build passage.0.1.7, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28528/head (f781cb94d1b2a0bc44a0107552419e6f83cf374c)
                              on ubuntu-24.10-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-24.10-ocaml-4.14@sha256:79903c3c46bcb6fc10ea3b0f7d3059bdda660f123d54daf5b81be5cc0811c0db
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.10\""; 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.10-ocaml-4.14@sha256:79903c3c46bcb6fc10ea3b0f7d3059bdda660f123d54daf5b81be5cc0811c0db-passage.0.1.7-f781cb94d1b2a0bc44a0107552419e6f83cf374c"
2025-09-15 16:50.37: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:79903c3c46bcb6fc10ea3b0f7d3059bdda660f123d54daf5b81be5cc0811c0db)
 (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.10\\\"\"; 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-24.10-ocaml-4.14@sha256:79903c3c46bcb6fc10ea3b0f7d3059bdda660f123d54daf5b81be5cc0811c0db)
Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:79903c3c46bcb6fc10ea3b0f7d3059bdda660f123d54daf5b81be5cc0811c0db' locally
docker.io/ocaml/opam@sha256:79903c3c46bcb6fc10ea3b0f7d3059bdda660f123d54daf5b81be5cc0811c0db: Pulling from ocaml/opam
ddbef59e0ea0: Already exists
92a1a908b71d: Already exists
f5ae0675a0f9: Already exists
6e591c052666: Already exists
e744b307ea60: Already exists
f63d23e4c1ff: Already exists
793cbe3c3c6d: Already exists
0b91bd0f9ec0: Already exists
2bc52dc71b6e: Already exists
cb7d2aed58de: Already exists
b498b0d2db85: Already exists
a1899f88bf11: Already exists
b28e6f7e1f78: Already exists
327c1518c81b: Already exists
2777fef8d29e: Already exists
b5605afd328f: Already exists
b5605afd328f: Already exists
404fb01cc24a: Already exists
1e1ba7463a67: Already exists
aa8a51b1d8bc: Already exists
5121fb966d7b: Already exists
4f4fb700ef54: Already exists
1a06cc681d54: Already exists
75b1ecc8c295: Already exists
de357d2e04fd: Already exists
9bc87ac91613: Already exists
8d112b2bb09e: Already exists
7068395696e7: Already exists
a0edc0f7f4e7: Already exists
730f81b83bd7: Already exists
f0f4edc64174: Already exists
174dc9a5ddf5: Already exists
1139a52cdb9e: Already exists
b34c013c87a4: Already exists
a945ecbd192a: Pulling fs layer
dc192b9b1e1d: Pulling fs layer
188bf7c282c0: Pulling fs layer
4909b7a906d5: Pulling fs layer
a945ecbd192a: Waiting
188bf7c282c0: Waiting
0b7b274184ab: Pulling fs layer
250939660e8c: Pulling fs layer
dc192b9b1e1d: Waiting
4909b7a906d5: Waiting
0b7b274184ab: Waiting
45213d9e5e29: Pulling fs layer
250939660e8c: Waiting
5cb2e68eca13: Pulling fs layer
45213d9e5e29: Waiting
dc628516937f: Pulling fs layer
02dcbca7a2d3: Pulling fs layer
5cb2e68eca13: Waiting
dc628516937f: Waiting
02dcbca7a2d3: Waiting
a945ecbd192a: Verifying Checksum
a945ecbd192a: Download complete
dc192b9b1e1d: Download complete
188bf7c282c0: Verifying Checksum
188bf7c282c0: Download complete
4909b7a906d5: Download complete
0b7b274184ab: Verifying Checksum
0b7b274184ab: Download complete
250939660e8c: Download complete
5cb2e68eca13: Verifying Checksum
5cb2e68eca13: Download complete
dc628516937f: Download complete
45213d9e5e29: Verifying Checksum
45213d9e5e29: Download complete
02dcbca7a2d3: Verifying Checksum
02dcbca7a2d3: Download complete
a945ecbd192a: Pull complete
dc192b9b1e1d: Pull complete
188bf7c282c0: Pull complete
4909b7a906d5: Pull complete
0b7b274184ab: Pull complete
250939660e8c: Pull complete
45213d9e5e29: Pull complete
5cb2e68eca13: Pull complete
dc628516937f: Pull complete
02dcbca7a2d3: Pull complete
Digest: sha256:79903c3c46bcb6fc10ea3b0f7d3059bdda660f123d54daf5b81be5cc0811c0db
Status: Downloaded newer image for ocaml/opam@sha256:79903c3c46bcb6fc10ea3b0f7d3059bdda660f123d54daf5b81be5cc0811c0db
2025-09-15 16:55.39 ---> saved as "43e92852d76dc8eb1757c7933035f53383f443ab2a2493a533ba3c19fdd95dd0"

/: (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:55.39 ---> saved as "8d512d158326ebbbe87dc836b9f9d3653181a0d8b43c3d5029a2dd728a41a22f"

/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.

Continue? [Y/n] y
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.

[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.07 ---> saved as "e01c650b84143b66b59ed26e1274c0c84162123b076dce7f5f1dd94516459038"

/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=24.10
# 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:56.08 ---> saved as "d72be6dbdf94b56d75bf155a921f151b12cb00283a02053c8458a13f51187930"

/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:56.17 ---> saved as "bbfd0992b1255eba23aeedcc3ffa0ff23c35deadd16c9faf1700555a0ed9ec71"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Ign:1 http://archive.ubuntu.com/ubuntu oracular InRelease
- Ign:2 http://security.ubuntu.com/ubuntu oracular-security InRelease
- Ign:3 http://archive.ubuntu.com/ubuntu oracular-updates InRelease
- Err:4 http://security.ubuntu.com/ubuntu oracular-security Release
-   404  Not Found [IP: 2620:2d:4002:1::102 80]
- Ign:5 http://archive.ubuntu.com/ubuntu oracular-backports InRelease
- Err:6 http://archive.ubuntu.com/ubuntu oracular Release
-   404  Not Found [IP: 2620:2d:4002:1::101 80]
- Err:7 http://archive.ubuntu.com/ubuntu oracular-updates Release
-   404  Not Found [IP: 2620:2d:4002:1::101 80]
- Err:8 http://archive.ubuntu.com/ubuntu oracular-backports Release
-   404  Not Found [IP: 2620:2d:4002:1::101 80]
- Reading package lists...
- 
- E: The repository 'http://security.ubuntu.com/ubuntu oracular-security Release' no longer has a Release file.
- E: The repository 'http://archive.ubuntu.com/ubuntu oracular Release' no longer has a Release file.
- E: The repository 'http://archive.ubuntu.com/ubuntu oracular-updates Release' no longer has a Release file.
- E: The repository 'http://archive.ubuntu.com/ubuntu oracular-backports Release' no longer has a Release file.
Fatal error: System package update failed with exit code 100 at command:
    sudo apt-get update
2025-09-15 16:56.50 ---> saved as "b1aa9b8270e9bee6fd0235e6f1d84b9a81f96750d8c12360891115c3cc2b8fc4"

/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:56.51 ---> saved as "bf8a5bdfe645bb5091b332d0bd318ae8d3cb7486be92478b42d2f53585a1b3bf"

/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.10\\\"\"; 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"
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/u/unbound/libunbound8_1.20.0-1ubuntu2.3_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/gnutls28/libgnutls-dane0t64_3.8.6-2ubuntu1.1_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/gnutls28/libgnutls-openssl27t64_3.8.6-2ubuntu1.1_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libi/libidn2/libidn2-dev_2.3.7-2build2_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/p11-kit/libp11-kit-dev_0.25.5-2ubuntu1_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libt/libtasn1-6/libtasn1-6-dev_4.19.0-3ubuntu0.24.10.1_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gmp/libgmpxx4ldbl_6.3.0%2bdfsg-2ubuntu7_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gmp/libgmp-dev_6.3.0%2bdfsg-2ubuntu7_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/nettle/nettle-dev_3.10-1_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/gnutls28/libgnutls28-dev_3.8.6-2ubuntu1.1_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/pkgconf/libpkgconf3_1.8.1-3ubuntu1_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/pkgconf/pkgconf-bin_1.8.1-3ubuntu1_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/pkgconf/pkgconf_1.8.1-3ubuntu1_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/nghttp2/libnghttp2-dev_1.62.1-2_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_3.3.1-2ubuntu2.1_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libs/libssh2/libssh2-1-dev_1.11.0-7_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libz/libzstd/libzstd-dev_1.5.6%2bdfsg-1_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/c/curl/libcurl4-gnutls-dev_8.9.1-2ubuntu2.2_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/pkgconf/pkg-config_1.8.1-3ubuntu1_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libt/libtasn1-6/libtasn1-doc_4.19.0-3ubuntu0.24.10.1_all.deb  404  Not Found [IP: 2620:2d:4000:1::103 80]
- E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
[ERROR] System package install failed with exit code 100 at command:
            sudo apt-get install -qq -yy age libcurl4-gnutls-dev libevent-dev libpcre3-dev pkg-config zlib1g-dev
[ERROR] These packages are still missing: age libcurl4-gnutls-dev libevent-dev libpcre3-dev pkg-config zlib1g-dev

[NOTE] You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages.

"/usr/bin/env" "bash" "-c" "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.10\""; 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" failed with exit status 10
2025-09-15 16:57.11: Job failed: Failed: Build failed
2025-09-15 16:57.11: Log analysis:
2025-09-15 16:57.11: >>> 
[ERROR] System package install failed with exit code 100 at command:
 (score = 20)
2025-09-15 16:57.11: >>> 
[ERROR] These packages are still missing: age libcurl4-gnutls-dev libevent-dev libpcre3-dev pkg-config zlib1g-dev
 (score = 20)
2025-09-15 16:57.11: System package install failed with exit code 100 at command: