- github
- ocaml
- opam-repository
- 181bd7
- extras,opam-2.1-ocaml-5.4,openrouter_api.0.1.0
(not at the head of any monitored branch or PR)
2026-05-23 03:18.30: New job: build openrouter_api.0.1.0, using opam 2.1
from https://github.com/ocaml/opam-repository.git#refs/pull/29914/head (181bd7f2c014be2e4549088cb3037af97dd41645)
on debian-13-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/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.4@sha256:f9700a48fc9ceee25e58aabe0b5d3c4d88bf2427ddb44e9208e4f5acbfe4dfdc
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.1 /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
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-05-23 03:18.30: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:f9700a48fc9ceee25e58aabe0b5d3c4d88bf2427ddb44e9208e4f5acbfe4dfdc-openrouter_api.0.1.0-181bd7f2c014be2e4549088cb3037af97dd41645"
2026-05-23 03:18.30: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:f9700a48fc9ceee25e58aabe0b5d3c4d88bf2427ddb44e9208e4f5acbfe4dfdc)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.1 /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"))
)
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 phoebe.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.4@sha256:f9700a48fc9ceee25e58aabe0b5d3c4d88bf2427ddb44e9208e4f5acbfe4dfdc)
2026-05-23 03:18.47 ---> using "ac1995f8abd260285fd7f15d3dfa37a0c18d5abe2573e173c9117b295287210f" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2026-05-23 03:18.49 ---> saved as "688c46b3729d4d44e6294b5dbc3144fe1e77e349148dba56ba52c65c8751cc00"
/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.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-23 03:19.09 ---> saved as "6ff9f227318ced3826ee778e564a5faf9a9fe6a9f10d2b1fdc59b2c6b07c4b22"
/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.1.6 (263921263e1f745613e2882745114b7b08f3608b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria
# upgrade-criteria
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# 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-05-23 03:19.13 ---> saved as "aece597466071897f2129e44649ddf826792545d59d101a324ae52628f20e447"
/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.23 ---> saved as "4fc0fb55a46ad50477689d187ff56b603e4a1c4e16d14967eb2a4beb2751fe7c"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-23 03:19.34 ---> saved as "7494baf90401c11de97a603de3710cff5f0a8dc9a8a67a5125224da46341f881"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-23 03:19.45 ---> saved as "c197cc9d81eab8a985b68d774ca405b9a8642be7e2955018cbe3fea53ffce21c"
/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 2s (4673 kB/s)
- Reading package lists...
-
2026-05-23 03:19.50 ---> saved as "3ba0f3275d4e42b1213df113fb06b1ac15a5e1ce3dd39bab427d88d32111c2e9"
/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.53 ---> saved as "f2fb2e8f15c5457c5dee0b0284304ddaef967b9f258165d9b198a1a99f9cc46d"
/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:
- recompile ocaml-compiler 5.4.1 [upstream or system changes]
- install conf-pkg-config 4 [required by conf-libssl, ctypes-foreign]
- recompile ocaml-base-compiler 5.4.1* [uses ocaml-compiler]
- install conf-libssl 4 [required by async_ssl]
- install conf-libffi 2.0.0 [required by ctypes-foreign]
- recompile ocaml-config 3 [uses ocaml-base-compiler]
- recompile ocaml 5.4.1 [upstream or system changes]
- install ocamlfind 1.9.8 [required by uutf, logs]
- install ocamlbuild 0.16.1 [required by uutf, logs]
- install num 1.6 [required by sexplib]
- install dune 3.23.1 [required by openrouter_api]
- recompile opam-depext 1.2.3 [uses ocaml]
- recompile base-effects base [uses ocaml]
- recompile base-domains base [uses ocaml]
- install topkg 1.1.1 [required by uutf, logs]
- install stringext 1.6.0 [required by cohttp]
- install stdlib-shims 0.3.0 [required by integers]
- install spawn v0.17.0 [required by core_unix]
- install sexplib0 v0.17.0 [required by cohttp-async, ppx_typed_fields]
- install re 1.14.0 [required by cohttp]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml_intrinsics_kernel v0.17.2 [required by base]
- install magic-mime 1.3.1 [required by cohttp-async]
- install macaddr 5.6.2 [required by ipaddr]
- install jane-street-headers v0.17.0 [required by core]
- install http 6.2.1 [required by cohttp-async]
- install domain-name 0.5.0 [required by ipaddr]
- install csexp 1.5.2 [required by dune-configurator]
- install base64 3.5.2 [required by cohttp]
- recompile base-nnp base [uses base-domains]
- install uutf 1.0.4 [required by textutils]
- install fmt 0.11.0 [required by cohttp-async]
- install astring 0.8.5 [required by conduit]
- install integers 0.8.0 [required by ctypes]
- install parsexp v0.17.0 [required by sexplib]
- install ppxlib 0.38.0 [required by ppx_jsonaf_conv, ppx_typed_fields]
- install ipaddr 5.6.2 [required by cohttp-async]
- install dune-configurator 3.23.1 [required by async_ssl]
- install logs 0.10.0 [required by cohttp-async]
- install cstruct 6.2.0 [required by async_unix]
- install sexplib v0.17.0 [required by ppx_typed_fields]
- install ppxlib_jane v0.17.4 [required by ppx_diff]
- install ppx_pipebang v0.17.0 [required by ppx_jane]
- install ppx_ignore_instrumentation v0.17.0 [required by ppx_jane]
- install ctypes 0.24.0 [required by async_ssl]
- install bigstringaf 0.10.0 [required by faraday]
- install base v0.17.3 [required by ppx_jsonaf_conv, cohttp-async, async_ssl, etc.]
- install ctypes-foreign 0.24.0 [required by async_ssl]
- install faraday 0.8.2 [required by jsonaf]
- install angstrom 0.16.1 [required by jsonaf]
- install variantslib v0.17.0 [required by core]
- install typerep v0.17.1 [required by core]
- install stdio v0.17.0 [required by async_ssl]
- install ppx_tydi v0.17.1 [required by ppx_jane]
- install ppx_stable_witness v0.17.0 [required by ppx_jane]
- install ppx_stable v0.17.1 [required by ppx_jane]
- install ppx_sexp_conv v0.17.1 [required by cohttp-async, ppx_typed_fields]
- install ppx_optional v0.17.0 [required by ppx_jane]
- install ppx_here v0.17.0 [required by conduit-async]
- install ppx_globalize v0.17.2 [required by ppx_base]
- install ppx_fixed_literal v0.17.0 [required by ppx_jane]
- install ppx_enumerate v0.17.0 [required by ppx_typed_fields]
- install ppx_disable_unused_warnings v0.17.0 [required by ppx_jane]
- install ppx_compare v0.17.0 [required by ppx_typed_fields]
- install ppx_cold v0.17.0 [required by ppx_base]
- install fieldslib v0.17.0 [required by core]
- install uri 4.4.0 [required by cohttp-async]
- install ppx_variants_conv v0.17.1 [required by ppx_jane]
- install ppx_typerep_conv v0.17.1 [required by ppx_jane]
- install ppx_optcomp v0.17.1 [required by async_ssl]
- install ppx_custom_printf v0.17.0 [required by ppx_jane]
- install ipaddr-sexp 5.6.2 [required by conduit-async]
- install ppx_sexp_value v0.17.0 [required by ppx_jane]
- install ppx_sexp_message v0.17.0 [required by core]
- install ppx_let v0.17.1 [required by ppx_jane]
- install ppx_hash v0.17.0 [required by core]
- install ppx_assert v0.17.0 [required by core]
- install ppx_fields_conv v0.17.0 [required by ppx_jane]
- install uri-sexp 4.4.0 [required by cohttp-async]
- install conduit 8.0.0 [required by conduit-async]
- install ppx_base v0.17.0 [required by core]
- install jst-config v0.17.0 [required by core]
- install bin_prot v0.17.0-1 [required by core]
- install cohttp 6.2.1 [required by cohttp-async]
- install sexp_pretty v0.17.0 [required by expect_test_helpers_core]
- install ppx_string v0.17.0 [required by ppx_typed_fields]
- install capitalization v0.17.0 [required by ppx_string_conv]
- install time_now v0.17.0 [required by core]
- install ppx_bin_prot v0.17.1 [required by ppx_jane]
- install ppx_string_conv v0.17.0 [required by ppx_jane]
- install ppx_module_timer v0.17.0 [required by ppx_jane]
- install ppx_inline_test v0.17.1 [required by core]
- install ppx_expect v0.17.3 [required by ppx_jane]
- install ppx_bench v0.17.1 [required by ppx_jane]
- install ppx_log v0.17.0 [required by ppx_jane]
- install splittable_random v0.17.0 [required by core]
- install base_quickcheck v0.17.1 [required by core]
- install ppx_jane v0.17.0 [required by openrouter_api]
- install uopt v0.17.0 [required by core_kernel]
- install jsonaf v0.17.0 [required by openrouter_api]
- install int_repr v0.17.0 [required by core_kernel]
- install gel v0.17.0 [required by async_rpc_kernel]
- install ppx_jsonaf_conv v0.17.1 [required by openrouter_api]
- install base_bigstring v0.17.0 [required by core]
- install ppx_diff v0.17.1 [required by core]
- install core v0.17.2 [required by openrouter_api]
- install timezone v0.17.0 [required by async_log]
- install protocol_version_header v0.17.0 [required by async_rpc_kernel]
- install ppx_typed_fields v0.17.1 [required by openrouter_api]
- install expect_test_helpers_core v0.17.0 [required by core_unix]
- install core_kernel v0.17.0 [required by async]
- install core_unix v0.17.1 [required by async, cohttp-async]
- install async_kernel v0.17.0 [required by async, cohttp-async]
- install textutils v0.17.0 [required by async]
- install async_unix v0.17.0 [required by async, cohttp-async]
- install async_rpc_kernel v0.17.0 [required by async]
- install async_log v0.17.0 [required by async]
- install async v0.17.0 [required by openrouter_api]
- install async_ssl v0.17.0-1 [required by openrouter_api]
- install conduit-async 8.0.0 [required by cohttp-async]
- install cohttp-async 6.2.1 [required by openrouter_api]
- install openrouter_api 0.1.0*
===== 116 to install | 8 to recompile =====
The following system packages will first need to be installed:
libffi-dev libssl-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /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 (cached)
-> retrieved cohttp-async.6.2.1 (cached)
-> retrieved conduit.8.0.0 (cached)
-> retrieved 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 (cached)
-> retrieved ctypes-foreign.0.24.0 (cached)
-> retrieved domain-name.0.5.0 (cached)
-> retrieved dune.3.23.1 (cached)
-> retrieved 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 http.6.2.1 (cached)
-> retrieved int_repr.v0.17.0 (cached)
-> retrieved integers.0.8.0 (cached)
-> retrieved ipaddr.5.6.2 (cached)
-> retrieved ipaddr-sexp.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 macaddr.5.6.2 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler.5.4.1 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-config.3 (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 opam-depext.1.2.3 (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)
-> retrieved uri.4.4.0 (cached)
-> retrieved uri-sexp.4.4.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved variantslib.v0.17.0 (cached)
-> removed base-effects.base
-> removed base-nnp.base
-> removed base-domains.base
-> removed opam-depext.1.2.3
-> removed ocaml.5.4.1
-> removed ocaml-config.3
-> removed ocaml-base-compiler.5.4.1
-> removed ocaml-compiler.5.4.1
-> installed ocaml-compiler.5.4.1
-> installed ocaml-base-compiler.5.4.1
-> installed ocaml-config.3
-> installed ocaml.5.4.1
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
-> 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.23.1
-> installed jane-street-headers.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.5.0
-> installed http.6.2.1
-> installed macaddr.5.6.2
-> installed ocaml_intrinsics_kernel.v0.17.2
-> installed sexplib0.v0.17.0
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed magic-mime.1.3.1
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed ocaml-compiler-libs.v0.17.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 sexplib.v0.17.0
-> installed angstrom.0.16.1
-> installed uri.4.4.0
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed base.v0.17.3
-> installed fieldslib.v0.17.0
-> installed variantslib.v0.17.0
-> installed stdio.v0.17.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_disable_unused_warnings.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_typerep_conv.v0.17.1
-> installed ppx_variants_conv.v0.17.1
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_stable.v0.17.1
-> installed ppx_pipebang.v0.17.0
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_fixed_literal.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_assert.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed ppx_sexp_value.v0.17.0
-> installed conduit.8.0.0
-> installed ppx_custom_printf.v0.17.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.
<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2026-05-23 03:25.27 ---> saved as "ced301614268dfb1c25757e49ccd560c22aad6433d9fd2b64a67f4bccf0452ff"
Job succeeded
2026-05-23 03:25.36: Job succeeded