- github
- ocaml
- opam-repository
- 181bd7
- compilers,5.3,openrouter_api.0.1.0,lower-bounds
(not at the head of any monitored branch or PR)
2026-05-23 03:18.30: New job: build openrouter_api.0.1.0, lower-bounds, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29914/head (181bd7f2c014be2e4549088cb3037af97dd41645)
on debian-13-ocaml-5.3/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/29914/head" && git reset --hard 181bd7f2
git fetch origin master
git merge --no-edit cd48593a8c5ed365fd47b7d4835f6b4ad523fb37
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:18fc61a827f164f3658be6c50e2fdf530e18fda020b37a1cc46ae11c61ae2f34
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.1.0 0.1.0
RUN opam reinstall openrouter_api.0.1.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'openrouter_api.0.1.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
ENV OPAMCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMFIXUPCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMUPGRADECRITERIA="+removed,+count[version-lag,solution]"
RUN opam reinstall openrouter_api.0.1.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'openrouter_api.0.1.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-05-23 03:18.30: Using cache hint "ocaml/opam:debian-13-ocaml-5.3@sha256:18fc61a827f164f3658be6c50e2fdf530e18fda020b37a1cc46ae11c61ae2f34-openrouter_api.0.1.0-181bd7f2c014be2e4549088cb3037af97dd41645"
2026-05-23 03:18.30: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:18fc61a827f164f3658be6c50e2fdf530e18fda020b37a1cc46ae11c61ae2f34)
(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.1.0 0.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall openrouter_api.0.1.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; 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.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(env OPAMCRITERIA +removed,+count[version-lag,solution])
(env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
(env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall openrouter_api.0.1.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; 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.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-23 03:18.30: Waiting for resource in pool OCluster
2026-05-23 03:18.31: Waiting for worker…
2026-05-23 03:18.32: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at cd48593a8c Merge pull request #29940 from hannesm/release-tar-v3.5.0
Updating cd48593a8c..181bd7f2c0
Fast-forward
packages/openrouter_api/openrouter_api.0.1.0/opam | 51 +++++++++++++++++++++++
1 file changed, 51 insertions(+)
create mode 100644 packages/openrouter_api/openrouter_api.0.1.0/opam
(from ocaml/opam:debian-13-ocaml-5.3@sha256:18fc61a827f164f3658be6c50e2fdf530e18fda020b37a1cc46ae11c61ae2f34)
2026-05-23 03:18.43 ---> using "71d67f8159bfda68aedc8e453e4c631ea37ef85beaa558f319563ad5c19227e6" 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-05-23 03:18.43 ---> using "3a34e74c2cfb35b58eb9b92fd62f231bc6a4334ec39fe33658189a0c99c6f076" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 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 1 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=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-23 03:18.52 ---> saved as "21d7f6382f823143e158f1cb8792fa14783c8c9b48d595bc360cc6394a19e8cf"
/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=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.3
# invariant ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2026-05-23 03:18.54 ---> saved as "ea032b0b0a2b8c45bef3e49620e581feaa6350ff7e18e2671f252b1c0e1237d8"
/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-05-23 03:19.04 ---> saved as "ad249fd0b1700a5aa0569ca88f3418d747d218aeee5a324f6eab04d09326cdaf"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-23 03:19.11 ---> saved as "62a8443bf19a1110ccb929d49ef8ad013c71964d7beb711ac8eee726ace538df"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-23 03:19.21 ---> saved as "73e7707a4e6e2339d56f394e53a9353157f1f6185bc2a872978699bd0cce0fe5"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [170 kB]
- Fetched 10.1 MB in 15s (662 kB/s)
- Reading package lists...
2026-05-23 03:19.39 ---> saved as "842435ac8efd433b90189def9752f77a0e8387605eea1923678a845d3bf0a849"
/home/opam: (run (shell "opam pin add -k version -yn openrouter_api.0.1.0 0.1.0"))
openrouter_api is now pinned to version 0.1.0
2026-05-23 03:19.41 ---> saved as "c16766417df1e3bd4b9ae1f77aecb6d838e5a8d5d99a056562180cb067898c89"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall openrouter_api.0.1.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; 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.1.0' && 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.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 116 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 ppx_jsonaf_conv, cohttp-async, async_ssl, etc.]
- 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.2.1 [required by cohttp-async]
- install cohttp-async 6.2.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.23.1 [required by openrouter_api]
- install dune-configurator 3.23.1 [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.2.1 [required by cohttp-async]
- install int_repr v0.17.0 [required by core_kernel]
- install integers 0.8.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.2 [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.1.0 (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_typed_fields]
- 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_typed_fields]
- 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, ppx_typed_fields]
- 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_typed_fields]
- install ppx_string_conv v0.17.0 [required by ppx_jane]
- install ppx_tydi v0.17.1 [required by ppx_jane]
- install ppx_typed_fields v0.17.1 [required by openrouter_api]
- 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, ppx_typed_fields]
- 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 ppx_typed_fields]
- install sexplib0 v0.17.0 [required by cohttp-async, ppx_typed_fields]
- 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"
- (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 ... 20654 files and directories currently installed.)
- Preparing to unpack .../openssl-provider-legacy_3.5.6-1~deb13u1_amd64.deb ...
- Unpacking openssl-provider-legacy (3.5.6-1~deb13u1) over (3.5.5-1~deb13u2) ...
- Setting up openssl-provider-legacy (3.5.6-1~deb13u1) ...
- (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 ... 20654 files and directories currently installed.)
- Preparing to unpack .../libssl3t64_3.5.6-1~deb13u1_amd64.deb ...
- Unpacking libssl3t64:amd64 (3.5.6-1~deb13u1) over (3.5.5-1~deb13u2) ...
- Setting up libssl3t64:amd64 (3.5.6-1~deb13u1) ...
- 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 ... 20654 files and directories currently installed.)
- Preparing to unpack .../0-libffi-dev_3.4.8-2_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.8-2) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../1-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../2-libssl-dev_3.5.6-1~deb13u1_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.5.6-1~deb13u1) ...
- Preparing to unpack .../3-openssl_3.5.6-1~deb13u1_amd64.deb ...
- Unpacking openssl (3.5.6-1~deb13u1) over (3.5.5-1~deb13u2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../4-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../5-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../6-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libffi-dev:amd64 (3.4.8-2) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libssl-dev:amd64 (3.5.6-1~deb13u1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up openssl (3.5.6-1~deb13u1) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
<><> 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.2.1, cohttp-async.6.2.1, http.6.2.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.23.1, dune-configurator.3.23.1 (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.8.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.2 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved openrouter_api.0.1.0 (https://github.com/mt-caret/openrouter-ocaml/archive/refs/tags/v0.1.0.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_typed_fields.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)
-> installed num.1.6
-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved variantslib.v0.17.0 (cached)
-> 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.23.1
-> installed jane-street-headers.v0.17.0
-> installed csexp.1.5.2
-> installed base64.3.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.5.0
-> installed http.6.2.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.2
-> installed ppx_derivers.1.2.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.8.0
-> installed dune-configurator.3.23.1
-> 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 fieldslib.v0.17.0
-> installed variantslib.v0.17.0
-> installed stdio.v0.17.0
-> installed ctypes-foreign.0.24.0
-> installed typerep.v0.17.1
-> installed ppxlib.0.38.0
-> installed ppx_optcomp.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_tydi.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_fields_conv.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_typerep_conv.v0.17.1
-> installed ppx_variants_conv.v0.17.1
-> installed ppx_stable.v0.17.1
-> installed ppx_pipebang.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_fixed_literal.v0.17.0
-> 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_assert.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed conduit.8.0.0
-> installed ppx_base.v0.17.0
-> installed cohttp.6.2.1
-> installed capitalization.v0.17.0
-> installed jst-config.v0.17.0
-> installed sexp_pretty.v0.17.0
-> installed bin_prot.v0.17.0-1
-> installed ppx_string.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_bin_prot.v0.17.1
-> installed ppx_string_conv.v0.17.0
-> installed ppx_module_timer.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_bench.v0.17.1
-> installed ppx_expect.v0.17.3
-> installed splittable_random.v0.17.0
-> installed 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 int_repr.v0.17.0
-> installed jsonaf.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 ppx_typed_fields.v0.17.1
-> 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.2.1
-> installed openrouter_api.0.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-23 03:21.57 ---> saved as "29752b6685735fd85bada09bcf2206106cabe603207dc4ec6d91c9efc879e8cd"
/home/opam: (env OPAMCRITERIA +removed,+count[version-lag,solution])
/home/opam: (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
/home/opam: (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall openrouter_api.0.1.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; 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.1.0' && 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:
=== remove 1 package
- remove http 6.2.1 [conflicts with dune]
=== downgrade 56 packages
- downgrade angstrom 0.16.1 to 0.15.0 [uses dune]
- downgrade base v0.17.3 to v0.17.0 [required by cohttp-async]
- downgrade base64 3.5.2 to 3.1.0 [uses dune]
- downgrade base_quickcheck v0.17.1 to v0.17.0 [uses base]
- downgrade bigstringaf 0.10.0 to 0.5.0 [uses dune]
- downgrade bin_prot v0.17.0-1 to v0.17.0 [uses base]
- downgrade cohttp 6.2.1 to 5.3.0 [required by cohttp-async]
- downgrade cohttp-async 6.2.1 to 5.3.0 [required by openrouter_api]
- downgrade conduit 8.0.0 to 5.1.0 [uses dune]
- downgrade conduit-async 8.0.0 to 5.1.0 [required by cohttp-async]
- downgrade conf-libssl 4 to 1 [uses conf-pkg-config]
- downgrade conf-pkg-config 4 to 1.0 [required by ctypes-foreign]
- downgrade core v0.17.2 to v0.17.1 [required by openrouter_api]
- downgrade csexp 1.5.2 to 1.3.1 [uses dune]
- downgrade cstruct 6.2.0 to 6.0.0 [uses dune]
- downgrade ctypes 0.24.0 to 0.22.0 [uses dune]
- downgrade ctypes-foreign 0.24.0 to 0.22.0 [uses dune]
- downgrade domain-name 0.5.0 to 0.3.0 [uses dune]
- downgrade dune 3.23.1 to 3.22.0 [required by openrouter_api]
- downgrade dune-configurator 3.23.1 to 2.9.3 [required by base]
- downgrade faraday 0.8.2 to 0.8.1 [uses dune]
- downgrade fmt 0.11.0 to 0.9.0 [required by cohttp-async]
- downgrade integers 0.8.0 to 0.6.0 [uses dune]
- downgrade ipaddr 5.6.2 to 5.6.0 [required by cohttp-async]
- downgrade ipaddr-sexp 5.6.2 to 5.6.0 [uses dune]
- downgrade logs 0.10.0 to 0.7.0 [required by cohttp-async]
- downgrade macaddr 5.6.2 to 5.6.0 [uses dune]
- downgrade magic-mime 1.3.1 to 1.1.2 [required by cohttp-async]
- downgrade num 1.6 to 1.5 [required by sexplib]
- downgrade ocaml_intrinsics_kernel v0.17.2 to v0.17.0 [required by base]
- downgrade ocamlbuild 0.16.1 to 0.14.3 [required by fmt, jsonm]
- downgrade ocamlfind 1.9.8 to 1.9.6 [required by fmt, jsonm]
- downgrade ppx_bench v0.17.1 to v0.17.0 [uses dune]
- downgrade ppx_bin_prot v0.17.1 to v0.17.0 [uses base]
- downgrade ppx_diff v0.17.1 to v0.17.0 [uses base]
- downgrade ppx_expect v0.17.3 to v0.17.0 [uses base]
- downgrade ppx_globalize v0.17.2 to v0.17.0 [uses base]
- downgrade ppx_inline_test v0.17.1 to v0.17.0 [uses base]
- downgrade ppx_jsonaf_conv v0.17.1 to v0.17.0 [required by openrouter_api]
- downgrade ppx_let v0.17.1 to v0.17.0 [uses base]
- downgrade ppx_optcomp v0.17.1 to v0.17.0 [uses base]
- downgrade ppx_sexp_conv v0.17.1 to v0.17.0 [required by cohttp-async]
- downgrade ppx_stable v0.17.1 to v0.17.0 [uses base]
- downgrade ppx_tydi v0.17.1 to v0.17.0 [uses base]
- downgrade ppx_typed_fields v0.17.1 to v0.17.0 [required by openrouter_api]
- downgrade ppx_typerep_conv v0.17.1 to v0.17.0 [uses base]
- downgrade ppx_variants_conv v0.17.1 to v0.17.0 [uses base]
- downgrade ppxlib 0.38.0 to 0.34.0 [uses dune]
- downgrade ppxlib_jane v0.17.4 to v0.17.2 [uses dune]
- downgrade re 1.14.0 to 1.9.0 [uses dune]
- downgrade spawn v0.17.0 to v0.15.0 [uses dune]
- downgrade stdlib-shims 0.3.0 to 0.1.0 [uses dune]
- downgrade topkg 1.1.1 to 1.0.8 [required by fmt, jsonm]
- downgrade uri 4.4.0 to 4.0.0 [required by cohttp-async]
- downgrade uri-sexp 4.4.0 to 4.0.0 [required by cohttp-async]
- downgrade uutf 1.0.4 to 1.0.3 [required by jsonm]
=== recompile 57 packages
- recompile async v0.17.0 [uses dune]
- recompile async_kernel v0.17.0 [uses dune]
- recompile async_log v0.17.0 [uses dune]
- recompile async_rpc_kernel v0.17.0 [uses dune]
- recompile async_ssl v0.17.0-1 [uses base]
- recompile async_unix v0.17.0 [uses dune]
- recompile base_bigstring v0.17.0 [uses base]
- recompile capitalization v0.17.0 [uses base]
- recompile core_kernel v0.17.0 [uses base]
- recompile core_unix v0.17.1 [uses dune]
- recompile expect_test_helpers_core v0.17.0 [uses base]
- recompile fieldslib v0.17.0 [uses base]
- recompile gel v0.17.0 [uses base]
- recompile int_repr v0.17.0 [uses base]
- recompile jane-street-headers v0.17.0 [uses dune]
- recompile jsonaf v0.17.0 [uses base]
- recompile jst-config v0.17.0 [uses base]
- recompile ocaml-compiler-libs v0.17.0 [uses dune]
- recompile ocaml-syntax-shims 1.0.0 [uses dune]
- recompile openrouter_api 0.1.0 (pinned)
- recompile parsexp v0.17.0 [uses dune]
- recompile ppx_assert v0.17.0 [uses base]
- recompile ppx_base v0.17.0 [uses dune]
- recompile ppx_cold v0.17.0 [uses base]
- recompile ppx_compare v0.17.0 [uses base]
- recompile ppx_custom_printf v0.17.0 [uses base]
- recompile ppx_derivers 1.2.1 [uses dune]
- recompile ppx_disable_unused_warnings v0.17.0 [uses base]
- recompile ppx_enumerate v0.17.0 [uses base]
- recompile ppx_fields_conv v0.17.0 [uses base]
- recompile ppx_fixed_literal v0.17.0 [uses base]
- recompile ppx_hash v0.17.0 [uses base]
- recompile ppx_here v0.17.0 [uses base]
- recompile ppx_ignore_instrumentation v0.17.0 [uses dune]
- recompile ppx_jane v0.17.0 [uses dune]
- recompile ppx_log v0.17.0 [uses base]
- recompile ppx_module_timer v0.17.0 [uses base]
- recompile ppx_optional v0.17.0 [uses base]
- recompile ppx_pipebang v0.17.0 [uses dune]
- recompile ppx_sexp_message v0.17.0 [uses base]
- recompile ppx_sexp_value v0.17.0 [uses base]
- recompile ppx_stable_witness v0.17.0 [uses base]
- recompile ppx_string v0.17.0 [uses base]
- recompile ppx_string_conv v0.17.0 [uses base]
- recompile protocol_version_header v0.17.0 [uses dune]
- recompile sexp_pretty v0.17.0 [uses base]
- recompile sexplib v0.17.0 [uses dune]
- recompile sexplib0 v0.17.0 [uses dune]
- recompile splittable_random v0.17.0 [uses base]
- recompile stdio v0.17.0 [uses base]
- recompile stringext 1.6.0 [uses dune]
- recompile textutils v0.17.0 [uses dune]
- recompile time_now v0.17.0 [uses base]
- recompile timezone v0.17.0 [uses dune]
- recompile typerep v0.17.1 [uses base]
- recompile uopt v0.17.0 [uses base]
- recompile variantslib v0.17.0 [uses base]
=== install 5 packages
- install base-bytes base [required by cohttp]
- install bigarray-compat 1.1.0 [required by ctypes]
- install jsonm 1.0.2 [required by cohttp]
- install result 1.5 [required by angstrom]
- install seq 0.3 [required by re]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.15.0 (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.0 (cached)
-> retrieved base64.3.1.0 (cached)
-> retrieved base_bigstring.v0.17.0 (cached)
-> retrieved base_quickcheck.v0.17.0 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved bigstringaf.0.5.0 (cached)
-> retrieved bin_prot.v0.17.0 (cached)
-> retrieved capitalization.v0.17.0 (cached)
-> retrieved cohttp.5.3.0, cohttp-async.5.3.0 (cached)
-> retrieved conduit.5.1.0, conduit-async.5.1.0 (cached)
-> retrieved conf-libssl.1 (cached)
-> retrieved core.v0.17.1 (cached)
-> retrieved core_kernel.v0.17.0 (cached)
-> retrieved core_unix.v0.17.1 (cached)
-> retrieved csexp.1.3.1 (cached)
-> retrieved cstruct.6.0.0 (cached)
-> retrieved ctypes.0.22.0, ctypes-foreign.0.22.0 (cached)
-> retrieved domain-name.0.3.0 (cached)
-> retrieved dune.3.22.0 (cached)
-> retrieved dune-configurator.2.9.3 (cached)
-> retrieved expect_test_helpers_core.v0.17.0 (cached)
-> retrieved faraday.0.8.1 (cached)
-> retrieved fieldslib.v0.17.0 (cached)
-> retrieved fmt.0.9.0 (cached)
-> retrieved gel.v0.17.0 (cached)
-> retrieved int_repr.v0.17.0 (cached)
-> retrieved integers.0.6.0 (cached)
-> retrieved ipaddr.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0 (cached)
-> retrieved jane-street-headers.v0.17.0 (cached)
-> retrieved jsonaf.v0.17.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved jst-config.v0.17.0 (cached)
-> retrieved logs.0.7.0 (cached)
-> retrieved magic-mime.1.1.2 (cached)
-> retrieved num.1.5 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.0 (cached)
-> retrieved ocamlbuild.0.14.3 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved openrouter_api.0.1.0 (cached)
-> retrieved parsexp.v0.17.0 (cached)
-> retrieved ppx_assert.v0.17.0 (cached)
-> retrieved ppx_base.v0.17.0 (cached)
-> retrieved ppx_bench.v0.17.0 (cached)
-> retrieved ppx_bin_prot.v0.17.0 (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.0 (cached)
-> retrieved ppx_disable_unused_warnings.v0.17.0 (cached)
-> retrieved ppx_enumerate.v0.17.0 (cached)
-> retrieved ppx_expect.v0.17.0 (cached)
-> retrieved ppx_fields_conv.v0.17.0 (cached)
-> retrieved ppx_fixed_literal.v0.17.0 (cached)
-> retrieved ppx_globalize.v0.17.0 (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.0 (cached)
-> retrieved ppx_jane.v0.17.0 (cached)
-> retrieved ppx_jsonaf_conv.v0.17.0 (https://opam.ocaml.org/cache)
-> retrieved ppx_let.v0.17.0 (cached)
-> retrieved ppx_log.v0.17.0 (cached)
-> retrieved ppx_module_timer.v0.17.0 (cached)
-> retrieved ppx_optcomp.v0.17.0 (cached)
-> retrieved ppx_optional.v0.17.0 (cached)
-> retrieved ppx_pipebang.v0.17.0 (cached)
-> retrieved ppx_sexp_conv.v0.17.0 (cached)
-> retrieved ppx_sexp_message.v0.17.0 (cached)
-> retrieved ppx_sexp_value.v0.17.0 (cached)
-> retrieved ppx_stable.v0.17.0 (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.0 (cached)
-> retrieved ppx_typed_fields.v0.17.0 (https://opam.ocaml.org/cache)
-> retrieved ppx_typerep_conv.v0.17.0 (cached)
-> retrieved ppx_variants_conv.v0.17.0 (cached)
-> retrieved ppxlib.0.34.0 (cached)
-> retrieved ppxlib_jane.v0.17.2 (cached)
-> retrieved protocol_version_header.v0.17.0 (cached)
-> retrieved re.1.9.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved seq.0.3 (cached)
-> retrieved sexp_pretty.v0.17.0 (cached)
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved spawn.v0.15.0 (cached)
-> retrieved splittable_random.v0.17.0 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.1.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.0.8 (cached)
-> retrieved typerep.v0.17.1 (cached)
-> retrieved uopt.v0.17.0 (cached)
-> retrieved uri.4.0.0, uri-sexp.4.0.0 (cached)
-> retrieved uutf.1.0.3 (cached)
-> retrieved variantslib.v0.17.0 (cached)
-> removed openrouter_api.0.1.0
-> removed cohttp-async.6.2.1
-> removed cohttp.6.2.1
-> removed base64.3.5.2
-> removed conduit-async.8.0.0
-> removed async_ssl.v0.17.0-1
-> removed async.v0.17.0
-> removed async_log.v0.17.0
-> removed async_rpc_kernel.v0.17.0
-> removed async_unix.v0.17.0
-> removed async_kernel.v0.17.0
-> removed conduit.8.0.0
-> removed conf-libssl.4
-> removed cstruct.6.2.0
-> removed ctypes-foreign.0.24.0
-> removed conf-pkg-config.4
-> removed ctypes.0.24.0
-> removed http.6.2.1
-> removed integers.0.8.0
-> removed ipaddr-sexp.5.6.2
-> removed ipaddr.5.6.2
-> removed domain-name.0.5.0
-> removed logs.0.10.0
-> removed fmt.0.11.0
-> removed macaddr.5.6.2
-> removed magic-mime.1.3.1
-> removed ppx_jsonaf_conv.v0.17.1
-> removed jsonaf.v0.17.0
-> removed faraday.0.8.2
-> removed ppx_typed_fields.v0.17.1
-> removed protocol_version_header.v0.17.0
-> removed textutils.v0.17.0
-> removed core_unix.v0.17.1
-> removed core_kernel.v0.17.0
-> removed expect_test_helpers_core.v0.17.0
-> removed sexp_pretty.v0.17.0
-> removed re.1.14.0
-> removed spawn.v0.17.0
-> removed timezone.v0.17.0
-> removed core.v0.17.2
-> removed base_bigstring.v0.17.0
-> removed int_repr.v0.17.0
-> removed ppx_diff.v0.17.1
-> removed gel.v0.17.0
-> removed uopt.v0.17.0
-> removed ppx_jane.v0.17.0
-> removed base_quickcheck.v0.17.1
-> removed ppx_bin_prot.v0.17.1
-> removed bin_prot.v0.17.0-1
-> removed ppx_custom_printf.v0.17.0
-> removed ppx_disable_unused_warnings.v0.17.0
-> removed ppx_fixed_literal.v0.17.0
-> removed ppx_ignore_instrumentation.v0.17.0
-> removed ppx_log.v0.17.0
-> removed ppx_expect.v0.17.3
-> removed ppx_fields_conv.v0.17.0
-> removed fieldslib.v0.17.0
-> removed ppx_module_timer.v0.17.0
-> removed ppx_optional.v0.17.0
-> removed ppx_pipebang.v0.17.0
-> removed ppx_sexp_value.v0.17.0
-> removed ppx_stable.v0.17.1
-> removed ppx_stable_witness.v0.17.0
-> removed ppx_string_conv.v0.17.0
-> removed capitalization.v0.17.0
-> removed ppx_let.v0.17.1
-> removed ppx_string.v0.17.0
-> removed ppx_tydi.v0.17.1
-> removed ppx_typerep_conv.v0.17.1
-> removed ppx_variants_conv.v0.17.1
-> removed sexplib.v0.17.0
-> removed num.1.6
-> removed parsexp.v0.17.0
-> removed splittable_random.v0.17.0
-> removed ppx_bench.v0.17.1
-> removed ppx_inline_test.v0.17.1
-> removed ppx_sexp_message.v0.17.0
-> removed time_now.v0.17.0
-> removed jane-street-headers.v0.17.0
-> removed jst-config.v0.17.0
-> removed ppx_assert.v0.17.0
-> removed ppx_base.v0.17.0
-> removed ppx_cold.v0.17.0
-> removed ppx_enumerate.v0.17.0
-> removed ppx_globalize.v0.17.2
-> removed ppx_hash.v0.17.0
-> removed ppx_compare.v0.17.0
-> removed ppx_here.v0.17.0
-> removed ppx_optcomp.v0.17.1
-> removed stdio.v0.17.0
-> removed typerep.v0.17.1
-> removed uri-sexp.4.4.0
-> removed ppx_sexp_conv.v0.17.1
-> removed ppxlib_jane.v0.17.4
-> removed ppxlib.0.38.0
-> removed ocaml-compiler-libs.v0.17.0
-> removed ppx_derivers.1.2.1
-> removed stdlib-shims.0.3.0
-> removed uri.4.4.0
-> removed angstrom.0.16.1
-> removed bigstringaf.0.10.0
-> removed ocaml-syntax-shims.1.0.0
-> removed stringext.1.6.0
-> removed uutf.1.0.4
-> removed topkg.1.1.1
-> removed ocamlbuild.0.16.1
-> removed ocamlfind.1.9.8
-> removed variantslib.v0.17.0
-> removed base.v0.17.3
-> removed dune-configurator.3.23.1
-> removed csexp.1.5.2
-> removed ocaml_intrinsics_kernel.v0.17.2
-> removed sexplib0.v0.17.0
-> removed dune.3.23.1
-> installed conf-pkg-config.1.0
-> installed dune.3.22.0
-> installed num.1.5
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed bigarray-compat.1.1.0
-> installed bigstringaf.0.5.0
-> installed conf-libssl.1
-> installed jane-street-headers.v0.17.0
-> installed macaddr.5.6.0
-> installed magic-mime.1.1.2
-> installed ocaml_intrinsics_kernel.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed seq.0.3
-> installed sexplib0.v0.17.0
-> installed spawn.v0.15.0
-> installed stdlib-shims.0.1.0
-> installed stringext.1.6.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed faraday.0.8.1
-> installed csexp.1.3.1
-> installed cstruct.6.0.0
-> installed re.1.9.0
-> installed integers.0.6.0
-> installed angstrom.0.15.0
-> installed base64.3.1.0
-> installed parsexp.v0.17.0
-> installed dune-configurator.2.9.3
-> installed sexplib.v0.17.0
-> installed uri.4.0.0
-> installed topkg.1.0.8
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed domain-name.0.3.0
-> installed jsonm.1.0.2
-> installed ipaddr.5.6.0
-> installed ctypes.0.22.0
-> installed logs.0.7.0
-> installed base.v0.17.0
-> installed fieldslib.v0.17.0
-> installed variantslib.v0.17.0
-> installed stdio.v0.17.0
-> installed typerep.v0.17.1
-> installed ctypes-foreign.0.22.0
-> installed ppxlib.0.34.0
-> installed ppx_optcomp.v0.17.0
-> installed ppxlib_jane.v0.17.2
-> installed ppx_tydi.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_typerep_conv.v0.17.0
-> installed ppx_variants_conv.v0.17.0
-> installed ppx_stable.v0.17.0
-> 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_compare.v0.17.0
-> installed ppx_globalize.v0.17.0
-> installed ppx_optional.v0.17.0
-> installed ppx_sexp_conv.v0.17.0
-> installed ppx_let.v0.17.0
-> installed ipaddr-sexp.5.6.0
-> installed uri-sexp.4.0.0
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_sexp_value.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed conduit.5.1.0
-> installed ppx_base.v0.17.0
-> installed cohttp.5.3.0
-> installed capitalization.v0.17.0
-> installed jst-config.v0.17.0
-> installed sexp_pretty.v0.17.0
-> installed bin_prot.v0.17.0
-> installed ppx_string.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_bin_prot.v0.17.0
-> installed ppx_string_conv.v0.17.0
-> installed ppx_module_timer.v0.17.0
-> installed ppx_inline_test.v0.17.0
-> installed ppx_bench.v0.17.0
-> installed ppx_expect.v0.17.0
-> installed splittable_random.v0.17.0
-> installed base_quickcheck.v0.17.0
-> installed ppx_log.v0.17.0
-> installed ppx_jane.v0.17.0
-> installed uopt.v0.17.0
-> installed gel.v0.17.0
-> installed int_repr.v0.17.0
-> installed jsonaf.v0.17.0
-> installed base_bigstring.v0.17.0
-> installed ppx_jsonaf_conv.v0.17.0
-> installed ppx_diff.v0.17.0
-> installed core.v0.17.1
-> 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 ppx_typed_fields.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.5.1.0
-> installed cohttp-async.5.3.0
-> installed openrouter_api.0.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-23 03:24.12 ---> saved as "079e9d6213e4508e7ab4facea1b27ae7606956550745d2658942106456993753"
Job succeeded
2026-05-23 03:24.18: Job succeeded