Build:
  1. 0
2026-04-25 02:13.18: New job: build openrouter_api.0.0.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29745/head (88d480220f6bd12641020bda375640f1cf92e57c)
                              on debian-12-ocaml-5.4/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/29745/head" && git reset --hard 88d48022
git fetch origin master
git merge --no-edit d8a9e2e0a7d02035213c1f6b67414365c186c828
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.4@sha256:f42c235eaaee8a034d45d2ef86747018ebba5c41371535b97984ace83643151e
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 openrouter_api.0.0.1 0.0.1
RUN opam reinstall openrouter_api.0.0.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'openrouter_api.0.0.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-04-25 02:13.18: Using cache hint "ocaml/opam:debian-12-ocaml-5.4@sha256:f42c235eaaee8a034d45d2ef86747018ebba5c41371535b97984ace83643151e-openrouter_api.0.0.1-88d480220f6bd12641020bda375640f1cf92e57c"
2026-04-25 02:13.18: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.4@sha256:f42c235eaaee8a034d45d2ef86747018ebba5c41371535b97984ace83643151e)
 (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 openrouter_api.0.0.1 0.0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall openrouter_api.0.0.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'openrouter_api.0.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-25 02:13.18: Waiting for resource in pool OCluster
2026-04-25 02:13.18: Waiting for worker…
2026-04-25 02:13.18: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at d8a9e2e0a7 Merge pull request #29797 from gares/release-elpi-v3.7.1
Updating d8a9e2e0a7..88d480220f
Fast-forward
 packages/openrouter_api/openrouter_api.0.0.1/opam | 48 +++++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 packages/openrouter_api/openrouter_api.0.0.1/opam

(from ocaml/opam:debian-12-ocaml-5.4@sha256:f42c235eaaee8a034d45d2ef86747018ebba5c41371535b97984ace83643151e)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.4@sha256:f42c235eaaee8a034d45d2ef86747018ebba5c41371535b97984ace83643151e' locally
docker.io/ocaml/opam@sha256:f42c235eaaee8a034d45d2ef86747018ebba5c41371535b97984ace83643151e: Pulling from ocaml/opam
c150dd3f5fc9: Pulling fs layer
3546e4aec575: Pulling fs layer
6bc8f2abbc4a: Pulling fs layer
797e9e8fa14d: Pulling fs layer
58742c3479d1: Pulling fs layer
a758dccfaded: Pulling fs layer
f2bc29ef0632: Pulling fs layer
03d877054e50: Pulling fs layer
5480a1a6c33c: Pulling fs layer
58742c3479d1: Waiting
a758dccfaded: Waiting
6288c3211fc9: Pulling fs layer
797e9e8fa14d: Waiting
6aa556e51c64: Pulling fs layer
f2bc29ef0632: Waiting
03d877054e50: Waiting
b67b2e06214e: Pulling fs layer
af82d28720e9: Pulling fs layer
5480a1a6c33c: Waiting
6aa556e51c64: Waiting
c50c0ea762d8: Pulling fs layer
6288c3211fc9: Waiting
9740a02bfecc: Pulling fs layer
af82d28720e9: Waiting
c50c0ea762d8: Waiting
e1e484c56b19: Pulling fs layer
9740a02bfecc: Waiting
b67b2e06214e: Waiting
0da03a2134a8: Pulling fs layer
e1e484c56b19: Waiting
81dc3ddf6e89: Pulling fs layer
edd2de5fc943: Pulling fs layer
098706a320b8: Pulling fs layer
0da03a2134a8: Waiting
81dc3ddf6e89: Waiting
5d4140134a09: Pulling fs layer
edd2de5fc943: Waiting
098706a320b8: Waiting
daec48e85781: Pulling fs layer
5d4140134a09: Waiting
4f4fb700ef54: Pulling fs layer
daec48e85781: Waiting
bab188757846: Pulling fs layer
4f4fb700ef54: Waiting
128c6fd19148: Pulling fs layer
bab188757846: Waiting
2bf47810b1b2: Pulling fs layer
b60d7b53ecdd: Pulling fs layer
128c6fd19148: Waiting
2bf47810b1b2: Waiting
f5945e597930: Pulling fs layer
b60d7b53ecdd: Waiting
961f4463c6cd: Pulling fs layer
f5945e597930: Waiting
f000ebd5811a: Pulling fs layer
961f4463c6cd: Waiting
69c1d8a7165c: Pulling fs layer
f000ebd5811a: Waiting
3ab6a74eb692: Pulling fs layer
69c1d8a7165c: Waiting
dc58c525b722: Pulling fs layer
373eef81e867: Pulling fs layer
3ab6a74eb692: Waiting
62a00145b04a: Pulling fs layer
373eef81e867: Waiting
dc58c525b722: Waiting
d5bf21242861: Pulling fs layer
62a00145b04a: Waiting
920894086c5b: Pulling fs layer
d5bf21242861: Waiting
289fac949cc8: Pulling fs layer
d14a7c246a36: Pulling fs layer
920894086c5b: Waiting
289fac949cc8: Waiting
6312ed2a3fa1: Pulling fs layer
d14a7c246a36: Waiting
5a92dff0f97e: Pulling fs layer
6312ed2a3fa1: Waiting
ea2b89dfa7ea: Pulling fs layer
5a92dff0f97e: Waiting
abd2db5d72f3: Pulling fs layer
ea2b89dfa7ea: Waiting
77d8e33d3f55: Pulling fs layer
abd2db5d72f3: Waiting
915d0a3ac8fc: Pulling fs layer
f2ab05c614c9: Pulling fs layer
386b415495ce: Pulling fs layer
77d8e33d3f55: Waiting
915d0a3ac8fc: Waiting
f2ab05c614c9: Waiting
6bbecf0ff5cd: Pulling fs layer
386b415495ce: Waiting
6bbecf0ff5cd: Waiting
6bc8f2abbc4a: Verifying Checksum
6bc8f2abbc4a: Download complete
3546e4aec575: Verifying Checksum
3546e4aec575: Download complete
58742c3479d1: Verifying Checksum
58742c3479d1: Download complete
797e9e8fa14d: Verifying Checksum
797e9e8fa14d: Download complete
f2bc29ef0632: Verifying Checksum
f2bc29ef0632: Download complete
03d877054e50: Verifying Checksum
03d877054e50: Download complete
5480a1a6c33c: Verifying Checksum
5480a1a6c33c: Download complete
6288c3211fc9: Verifying Checksum
6288c3211fc9: Download complete
6aa556e51c64: Verifying Checksum
6aa556e51c64: Download complete
b67b2e06214e: Verifying Checksum
b67b2e06214e: Download complete
a758dccfaded: Verifying Checksum
a758dccfaded: Download complete
af82d28720e9: Verifying Checksum
af82d28720e9: Download complete
c50c0ea762d8: Verifying Checksum
c50c0ea762d8: Download complete
9740a02bfecc: Verifying Checksum
9740a02bfecc: Download complete
c150dd3f5fc9: Download complete
e1e484c56b19: Verifying Checksum
e1e484c56b19: Download complete
0da03a2134a8: Verifying Checksum
0da03a2134a8: Download complete
81dc3ddf6e89: Verifying Checksum
81dc3ddf6e89: Download complete
edd2de5fc943: Verifying Checksum
edd2de5fc943: Download complete
098706a320b8: Verifying Checksum
098706a320b8: Download complete
daec48e85781: Verifying Checksum
daec48e85781: Download complete
5d4140134a09: Download complete
4f4fb700ef54: Download complete
128c6fd19148: Verifying Checksum
128c6fd19148: Download complete
2bf47810b1b2: Verifying Checksum
2bf47810b1b2: Download complete
bab188757846: Verifying Checksum
bab188757846: Download complete
b60d7b53ecdd: Download complete
f5945e597930: Verifying Checksum
f5945e597930: Download complete
961f4463c6cd: Download complete
f000ebd5811a: Verifying Checksum
f000ebd5811a: Download complete
dc58c525b722: Download complete
69c1d8a7165c: Verifying Checksum
69c1d8a7165c: Download complete
373eef81e867: Verifying Checksum
373eef81e867: Download complete
62a00145b04a: Download complete
920894086c5b: Verifying Checksum
920894086c5b: Download complete
c150dd3f5fc9: Pull complete
3546e4aec575: Pull complete
6bc8f2abbc4a: Pull complete
797e9e8fa14d: Pull complete
58742c3479d1: Pull complete
d14a7c246a36: Verifying Checksum
d14a7c246a36: Download complete
6312ed2a3fa1: Verifying Checksum
6312ed2a3fa1: Download complete
5a92dff0f97e: Verifying Checksum
5a92dff0f97e: Download complete
ea2b89dfa7ea: Verifying Checksum
ea2b89dfa7ea: Download complete
abd2db5d72f3: Verifying Checksum
abd2db5d72f3: Download complete
77d8e33d3f55: Verifying Checksum
77d8e33d3f55: Download complete
d5bf21242861: Verifying Checksum
d5bf21242861: Download complete
f2ab05c614c9: Verifying Checksum
f2ab05c614c9: Download complete
386b415495ce: Download complete
6bbecf0ff5cd: Download complete
915d0a3ac8fc: Verifying Checksum
915d0a3ac8fc: Download complete
a758dccfaded: Pull complete
f2bc29ef0632: Pull complete
03d877054e50: Pull complete
5480a1a6c33c: Pull complete
6288c3211fc9: Pull complete
6aa556e51c64: Pull complete
b67b2e06214e: Pull complete
af82d28720e9: Pull complete
c50c0ea762d8: Pull complete
9740a02bfecc: Pull complete
e1e484c56b19: Pull complete
0da03a2134a8: Pull complete
81dc3ddf6e89: Pull complete
edd2de5fc943: Pull complete
098706a320b8: Pull complete
5d4140134a09: Pull complete
daec48e85781: Pull complete
4f4fb700ef54: Pull complete
bab188757846: Pull complete
128c6fd19148: Pull complete
2bf47810b1b2: Pull complete
b60d7b53ecdd: Pull complete
f5945e597930: Pull complete
961f4463c6cd: Pull complete
f000ebd5811a: Pull complete
69c1d8a7165c: Pull complete
3ab6a74eb692: Pull complete
dc58c525b722: Pull complete
373eef81e867: Pull complete
62a00145b04a: Pull complete
289fac949cc8: Verifying Checksum
289fac949cc8: Download complete
d5bf21242861: Pull complete
920894086c5b: Pull complete
289fac949cc8: Pull complete
d14a7c246a36: Pull complete
6312ed2a3fa1: Pull complete
5a92dff0f97e: Pull complete
ea2b89dfa7ea: Pull complete
abd2db5d72f3: Pull complete
77d8e33d3f55: Pull complete
915d0a3ac8fc: Pull complete
f2ab05c614c9: Pull complete
386b415495ce: Pull complete
6bbecf0ff5cd: Pull complete
Digest: sha256:f42c235eaaee8a034d45d2ef86747018ebba5c41371535b97984ace83643151e
Status: Downloaded newer image for ocaml/opam@sha256:f42c235eaaee8a034d45d2ef86747018ebba5c41371535b97984ace83643151e
2026-04-25 02:13.40 ---> using "27f0db662c2f5aa3cc3f3a2374f459a9de08e803ac6d0854cf27fde3c9ef910d" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-25 02:13.40 ---> using "2a4f1d029a702b4e340b94aec9d803cfd44db974c80ca11b4a4645d980eb3b6b" 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.

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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-25 02:13.40 ---> using "b8c122709b32860d8aaa17e13c0d78338c06d6ef9dda6962bcc612efe6e50553" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=12
# 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       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-25 02:13.40 ---> using "e9e2ce752ffe3ff27a0e5c364d16310df9c1b17c143a0c37fdc7e32b00e12b18" 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/"))
2026-04-25 02:13.40 ---> using "b14ea9e74c1102e9007fa45c9f88898b1c3bcc9cb6976364f0458f1ab13e6297" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-25 02:13.51 ---> saved as "ae43eb12c1ab42e6d07ba9bfd89a7920fc7d3c0f6c59ab27560c013eee019028"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-25 02:14.07 ---> saved as "38781ab5a9cd6e4948da9e1e3d6cc115ff5d0e5c99f60f65186394af67f45825"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [297 kB]
- Fetched 401 kB in 0s (990 kB/s)
- Reading package lists...
- 
2026-04-25 02:14.09 ---> saved as "b701ff551de100de840fe6e704f5ab495d3ab79604ed1f2ead4f5e3c9355c036"

/home/opam: (run (shell "opam pin add -k version -yn openrouter_api.0.0.1 0.0.1"))
openrouter_api is now pinned to version 0.0.1
2026-04-25 02:14.09 ---> saved as "114545b5c48fa547600591f0d101813d7dc38a8f98b12f7f519ec18aeaf17b49"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall openrouter_api.0.0.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'openrouter_api.0.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
openrouter_api.0.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 115 packages
  - install angstrom                    0.16.1         [required by jsonaf]
  - install astring                     0.8.5          [required by conduit]
  - install async                       v0.17.0        [required by openrouter_api]
  - install async_kernel                v0.17.0        [required by async, cohttp-async]
  - install async_log                   v0.17.0        [required by async]
  - install async_rpc_kernel            v0.17.0        [required by async]
  - install async_ssl                   v0.17.0-1      [required by openrouter_api]
  - install async_unix                  v0.17.0        [required by async, cohttp-async]
  - install base                        v0.17.3        [required by jsonaf, async_ssl, cohttp-async, ppx_jsonaf_conv]
  - install base64                      3.5.2          [required by cohttp]
  - install base_bigstring              v0.17.0        [required by core]
  - install base_quickcheck             v0.17.1        [required by core]
  - install bigstringaf                 0.10.0         [required by faraday]
  - install bin_prot                    v0.17.0-1      [required by core]
  - install capitalization              v0.17.0        [required by ppx_string_conv]
  - install cohttp                      6.1.1          [required by cohttp-async]
  - install cohttp-async                6.1.1          [required by openrouter_api]
  - install conduit                     8.0.0          [required by conduit-async]
  - install conduit-async               8.0.0          [required by cohttp-async]
  - install conf-libffi                 2.0.0          [required by ctypes-foreign]
  - install conf-libssl                 4              [required by async_ssl]
  - install conf-pkg-config             4              [required by conf-libssl, ctypes-foreign]
  - install core                        v0.17.2        [required by openrouter_api]
  - install core_kernel                 v0.17.0        [required by async]
  - install core_unix                   v0.17.1        [required by async, cohttp-async]
  - install csexp                       1.5.2          [required by dune-configurator]
  - install cstruct                     6.2.0          [required by async_unix]
  - install ctypes                      0.24.0         [required by async_ssl]
  - install ctypes-foreign              0.24.0         [required by async_ssl]
  - install domain-name                 0.5.0          [required by ipaddr]
  - install dune                        3.22.2         [required by openrouter_api]
  - install dune-configurator           3.22.2         [required by async_ssl]
  - install expect_test_helpers_core    v0.17.0        [required by core_unix]
  - install faraday                     0.8.2          [required by jsonaf]
  - install fieldslib                   v0.17.0        [required by core]
  - install fmt                         0.11.0         [required by cohttp-async]
  - install gel                         v0.17.0        [required by async_rpc_kernel]
  - install http                        6.1.1          [required by cohttp-async]
  - install int_repr                    v0.17.0        [required by core_kernel]
  - install integers                    0.7.0          [required by ctypes]
  - install ipaddr                      5.6.2          [required by cohttp-async]
  - install ipaddr-sexp                 5.6.2          [required by conduit-async]
  - install jane-street-headers         v0.17.0        [required by core]
  - install jsonaf                      v0.17.0        [required by openrouter_api]
  - install jst-config                  v0.17.0        [required by core]
  - install logs                        0.10.0         [required by cohttp-async]
  - install macaddr                     5.6.2          [required by ipaddr]
  - install magic-mime                  1.3.1          [required by cohttp-async]
  - install num                         1.6            [required by sexplib]
  - install ocaml-compiler-libs         v0.17.0        [required by ppxlib]
  - install ocaml-syntax-shims          1.0.0          [required by angstrom]
  - install ocaml_intrinsics_kernel     v0.17.1        [required by base]
  - install ocamlbuild                  0.16.1         [required by uutf, logs]
  - install ocamlfind                   1.9.8          [required by uutf, logs]
  - install openrouter_api              0.0.1 (pinned)
  - install parsexp                     v0.17.0        [required by sexplib]
  - install ppx_assert                  v0.17.0        [required by core]
  - install ppx_base                    v0.17.0        [required by core]
  - install ppx_bench                   v0.17.1        [required by ppx_jane]
  - install ppx_bin_prot                v0.17.1        [required by ppx_jane]
  - install ppx_cold                    v0.17.0        [required by ppx_base]
  - install ppx_compare                 v0.17.0        [required by ppx_diff]
  - install ppx_custom_printf           v0.17.0        [required by ppx_jane]
  - install ppx_derivers                1.2.1          [required by ppxlib]
  - install ppx_diff                    v0.17.1        [required by core]
  - install ppx_disable_unused_warnings v0.17.0        [required by ppx_jane]
  - install ppx_enumerate               v0.17.0        [required by ppx_diff]
  - install ppx_expect                  v0.17.3        [required by ppx_jane]
  - install ppx_fields_conv             v0.17.0        [required by ppx_jane]
  - install ppx_fixed_literal           v0.17.0        [required by ppx_jane]
  - install ppx_globalize               v0.17.2        [required by ppx_base]
  - install ppx_hash                    v0.17.0        [required by core]
  - install ppx_here                    v0.17.0        [required by conduit-async]
  - install ppx_ignore_instrumentation  v0.17.0        [required by ppx_jane]
  - install ppx_inline_test             v0.17.1        [required by core]
  - install ppx_jane                    v0.17.0        [required by openrouter_api]
  - install ppx_jsonaf_conv             v0.17.1        [required by openrouter_api]
  - 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 async_ssl]
  - 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 cohttp-async]
  - 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.38.0         [required by ppx_jsonaf_conv]
  - install ppxlib_jane                 v0.17.4        [required by ppx_diff]
  - install protocol_version_header     v0.17.0        [required by async_rpc_kernel]
  - install re                          1.14.0         [required by cohttp]
  - install sexp_pretty                 v0.17.0        [required by expect_test_helpers_core]
  - install sexplib                     v0.17.0        [required by core]
  - install sexplib0                    v0.17.0        [required by cohttp-async]
  - install spawn                       v0.17.0        [required by core_unix]
  - install splittable_random           v0.17.0        [required by core]
  - install stdio                       v0.17.0        [required by async_ssl]
  - install stdlib-shims                0.3.0          [required by integers]
  - install stringext                   1.6.0          [required by cohttp]
  - install textutils                   v0.17.0        [required by async]
  - install time_now                    v0.17.0        [required by core]
  - install timezone                    v0.17.0        [required by async_log]
  - install topkg                       1.1.1          [required by uutf, logs]
  - install typerep                     v0.17.1        [required by core]
  - install uopt                        v0.17.0        [required by core_kernel]
  - install uri                         4.4.0          [required by cohttp-async]
  - install uri-sexp                    4.4.0          [required by cohttp-async]
  - install uutf                        1.0.4          [required by textutils]
  - install variantslib                 v0.17.0        [required by core]

The following system packages will first need to be installed:
    libffi-dev libssl-dev pkg-config

<><> 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" "libffi-dev" "libssl-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libffi-dev: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 ... 18786 files and directories currently installed.)
- Preparing to unpack .../0-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../1-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../2-libssl-dev_3.0.19-1~deb12u2_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.0.19-1~deb12u2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libssl-dev:amd64 (3.0.19-1~deb12u2) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u13) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved async.v0.17.0  (cached)
-> retrieved async_kernel.v0.17.0  (cached)
-> retrieved async_log.v0.17.0  (cached)
-> retrieved async_rpc_kernel.v0.17.0  (cached)
-> retrieved async_ssl.v0.17.0-1  (cached)
-> retrieved async_unix.v0.17.0  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved base_bigstring.v0.17.0  (cached)
-> retrieved base_quickcheck.v0.17.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bin_prot.v0.17.0-1  (cached)
-> retrieved capitalization.v0.17.0  (cached)
-> retrieved cohttp.6.1.1, cohttp-async.6.1.1, http.6.1.1  (cached)
-> retrieved conduit.8.0.0, conduit-async.8.0.0  (cached)
-> retrieved conf-libssl.4  (cached)
-> retrieved core.v0.17.2  (cached)
-> installed conf-pkg-config.4
-> retrieved core_kernel.v0.17.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-libssl.4
-> retrieved core_unix.v0.17.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> retrieved expect_test_helpers_core.v0.17.0  (cached)
-> retrieved faraday.0.8.2  (cached)
-> retrieved fieldslib.v0.17.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gel.v0.17.0  (cached)
-> retrieved int_repr.v0.17.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jsonaf.v0.17.0  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved openrouter_api.0.0.1  (https://github.com/mt-caret/openrouter-ocaml/archive/refs/tags/v0.0.1.tar.gz)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved ppx_assert.v0.17.0  (cached)
-> retrieved ppx_base.v0.17.0  (cached)
-> retrieved ppx_bench.v0.17.1  (cached)
-> retrieved ppx_bin_prot.v0.17.1  (cached)
-> retrieved ppx_cold.v0.17.0  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_custom_printf.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_diff.v0.17.1  (cached)
-> retrieved ppx_disable_unused_warnings.v0.17.0  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> retrieved ppx_expect.v0.17.3  (cached)
-> retrieved ppx_fields_conv.v0.17.0  (cached)
-> retrieved ppx_fixed_literal.v0.17.0  (cached)
-> retrieved ppx_globalize.v0.17.2  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_ignore_instrumentation.v0.17.0  (cached)
-> retrieved ppx_inline_test.v0.17.1  (cached)
-> retrieved ppx_jane.v0.17.0  (cached)
-> retrieved ppx_jsonaf_conv.v0.17.1  (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.38.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved protocol_version_header.v0.17.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexp_pretty.v0.17.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved spawn.v0.17.0  (cached)
-> retrieved splittable_random.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved textutils.v0.17.0  (cached)
-> retrieved time_now.v0.17.0  (cached)
-> retrieved timezone.v0.17.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved typerep.v0.17.1  (cached)
-> retrieved uopt.v0.17.0  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved variantslib.v0.17.0  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed dune.3.22.2
-> installed jane-street-headers.v0.17.0
-> installed base64.3.5.2
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.5.0
-> installed http.6.1.1
-> installed macaddr.5.6.2
-> installed magic-mime.1.3.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed ipaddr.5.6.2
-> installed integers.0.7.0
-> installed dune-configurator.3.22.2
-> installed parsexp.v0.17.0
-> installed bigstringaf.0.10.0
-> installed faraday.0.8.2
-> installed angstrom.0.16.1
-> installed sexplib.v0.17.0
-> installed uri.4.4.0
-> installed ctypes.0.24.0
-> installed base.v0.17.3
-> installed ctypes-foreign.0.24.0
-> installed variantslib.v0.17.0
-> installed fieldslib.v0.17.0
-> installed stdio.v0.17.0
-> installed typerep.v0.17.1
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_optcomp.v0.17.1
-> installed ppx_cold.v0.17.0
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_tydi.v0.17.1
-> installed ppx_variants_conv.v0.17.1
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_typerep_conv.v0.17.1
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_stable.v0.17.1
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_pipebang.v0.17.0
-> installed ppx_fixed_literal.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_optional.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_let.v0.17.1
-> installed ipaddr-sexp.5.6.2
-> installed uri-sexp.4.4.0
-> installed ppx_hash.v0.17.0
-> installed ppx_sexp_value.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed conduit.8.0.0
-> installed ppx_assert.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed cohttp.6.1.1
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed capitalization.v0.17.0
-> installed bin_prot.v0.17.0-1
-> installed sexp_pretty.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_string.v0.17.0
-> installed ppx_bin_prot.v0.17.1
-> 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 base_quickcheck.v0.17.1
-> installed ppx_log.v0.17.0
-> installed ppx_jane.v0.17.0
-> installed uopt.v0.17.0
-> installed gel.v0.17.0
-> installed jsonaf.v0.17.0
-> installed int_repr.v0.17.0
-> installed base_bigstring.v0.17.0
-> installed ppx_jsonaf_conv.v0.17.1
-> installed ppx_diff.v0.17.1
-> installed core.v0.17.2
-> installed protocol_version_header.v0.17.0
-> installed timezone.v0.17.0
-> installed expect_test_helpers_core.v0.17.0
-> installed core_kernel.v0.17.0
-> installed async_kernel.v0.17.0
-> installed core_unix.v0.17.1
-> installed textutils.v0.17.0
-> installed async_rpc_kernel.v0.17.0
-> installed async_unix.v0.17.0
-> installed async_log.v0.17.0
-> installed async.v0.17.0
-> installed async_ssl.v0.17.0-1
-> installed conduit-async.8.0.0
-> installed cohttp-async.6.1.1
-> installed openrouter_api.0.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-25 02:18.13 ---> saved as "3f81c9db126bf31aab14c5f725a6721590372b449a97401f214202021149a486"
Job succeeded
2026-04-25 02:18.21: Job succeeded