Build:
- 0
2025-12-26 17:34.11: New job: build polymarket.0.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29133/head (3c3202944ad27b5ec1d5d3771d71cd0a8a4c39d0)
on archlinux-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/29133/head" && git reset --hard 3c320294
git fetch origin master
git merge --no-edit 235b964523a3fb438c9ad050e86b03e07685c4c1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-5.4@sha256:b1aebe70dbd3ba6bf757795fd31a5f57da667398546659f2a883920816e5d238
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 polymarket.0.1.0 0.1.0
RUN opam reinstall polymarket.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 "\"archlinux\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'polymarket.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 .
2025-12-26 17:34.11: Using cache hint "ocaml/opam:archlinux-ocaml-5.4@sha256:b1aebe70dbd3ba6bf757795fd31a5f57da667398546659f2a883920816e5d238-polymarket.0.1.0-3c3202944ad27b5ec1d5d3771d71cd0a8a4c39d0"
2025-12-26 17:34.11: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-5.4@sha256:b1aebe70dbd3ba6bf757795fd31a5f57da667398546659f2a883920816e5d238)
(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 polymarket.0.1.0 0.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall polymarket.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 \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'polymarket.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"))
)
2025-12-26 17:34.11: Waiting for resource in pool OCluster
2025-12-26 17:34.11: Waiting for worker…
2025-12-26 17:34.14: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 235b964523 Merge pull request #29129 from dx3mod/master
Updating 235b964523..3c3202944a
Fast-forward
packages/polymarket/polymarket.0.1.0/opam | 64 +++++++++++++++++++++++++++++++
1 file changed, 64 insertions(+)
create mode 100644 packages/polymarket/polymarket.0.1.0/opam
(from ocaml/opam:archlinux-ocaml-5.4@sha256:b1aebe70dbd3ba6bf757795fd31a5f57da667398546659f2a883920816e5d238)
2025-12-26 17:36.13 ---> saved as "b38b33acf791426c329204cb7f8539e326400ea7bf9b46f04fb00cb2070e452a"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-26 17:36.13 ---> saved as "3e494429cdbd63f70a1a312d0bdbb8db6fd21dbc0b6d4e07f923f92717509859"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-26 17:36.43 ---> saved as "3821af64a260fc034a36cf6b5cf28d7adf7fd9d32668abe2718daa6fc99d2fe9"
/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.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=arch os-version=20251214.0.467559
# 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.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2025-12-26 17:36.44 ---> saved as "f53d6adcdc1ea91ec7cd51f65b8598e5379b8ddeceda8f3401aa92767eae1e5f"
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2025-12-26 17:36.52 ---> saved as "651b9673ff05cfa77a73f89466bbf490c248daf0a49e8f69906508d20d569c65"
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-26 17:37.01 ---> saved as "960a0ba574160d603ec146615cecfebca9f6a7b572c0e29a1d178c5de07d05db"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-26 17:37.23 ---> saved as "a40df9e5c3bcf5b5330f6c6540cb425846479365427344d87de3dc4604ffe341"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2025-12-26 17:37.23 ---> saved as "dea9090da06c384dfef1c1abe9a09f70ba9bb6700ce15cd5e77500c4a35a15cb"
/home/opam: (run (shell "opam pin add -k version -yn polymarket.0.1.0 0.1.0"))
polymarket is now pinned to version 0.1.0
2025-12-26 17:37.24 ---> saved as "b50938db3ebdefe785354f567030e2105f0fddda6491fd593512e473fb1a63f6"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall polymarket.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 \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'polymarket.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"))
polymarket.0.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 83 packages
∗ angstrom 0.16.1 [required by uri]
∗ asn1-combinators 0.3.2 [required by x509]
∗ astring 0.8.5 [required by bos]
∗ base v0.17.3 [required by ppx_yojson_conv]
∗ base-bytes base [required by bigstring]
∗ base64 3.5.2 [required by polymarket]
∗ bigstring 0.3 [required by secp256k1-internal]
∗ bigstringaf 0.10.0 [required by eio]
∗ bos 0.2.1 [required by ca-certs]
∗ ca-certs 1.0.1 [required by polymarket]
∗ cohttp 6.2.1 [required by cohttp-eio]
∗ cohttp-eio 6.2.1 [required by polymarket]
∗ conf-gmp 5 [required by secp256k1-internal]
∗ conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
∗ conf-pkg-config 4 [required by secp256k1-internal]
∗ cppo 1.8.0 [required by ppx_deriving]
∗ csexp 1.5.2 [required by dune-configurator]
∗ cstruct 6.2.0 [required by mirage-crypto-rng-eio, hex, secp256k1-internal]
∗ digestif 1.3.0 [required by polymarket]
∗ domain-local-await 1.0.1 [required by eio]
∗ domain-name 0.5.0 [required by tls]
∗ dune 3.20.2 [required by polymarket]
∗ dune-configurator 3.20.2 [required by secp256k1-internal]
∗ duration 0.2.1 [required by mirage-crypto-rng-eio]
∗ eio 1.3 [required by mirage-crypto-rng-eio, cohttp-eio, tls-eio]
∗ eio_linux 1.3 [required by eio_main]
∗ eio_main 1.3 [required by polymarket]
∗ eio_posix 1.3 [required by eio_main]
∗ eqaf 0.10 [required by digestif, mirage-crypto]
∗ fmt 0.11.0 [required by polymarket]
∗ fpath 0.7.3 [required by ca-certs]
∗ gmap 0.3.0 [required by x509]
∗ hex 1.5.0 [required by polymarket]
∗ hmap 0.8.1 [required by eio]
∗ http 6.2.1 [required by cohttp-eio]
∗ iomux 0.4 [required by eio_posix]
∗ ipaddr 5.6.1 [required by cohttp-eio, tls]
∗ kdf 1.0.0 [required by tls]
∗ logs 0.10.0 [required by polymarket]
∗ lwt-dllist 1.1.0 [required by eio]
∗ macaddr 5.6.1 [required by ipaddr]
∗ mirage-crypto 1.2.0 [required by ca-certs, tls]
∗ mirage-crypto-ec 1.2.0 [required by tls]
∗ mirage-crypto-pk 1.2.0 [required by tls]
∗ mirage-crypto-rng 1.2.0 [required by tls, mirage-crypto-rng-eio, tls-eio]
∗ mirage-crypto-rng-eio 1.2.0 [required by polymarket]
∗ mtime 2.1.0 [required by mirage-crypto-rng-eio]
∗ ocaml-compiler-libs v0.17.0 [required by ppxlib]
∗ ocaml-syntax-shims 1.0.0 [required by angstrom]
∗ ocaml_intrinsics_kernel v0.17.1 [required by base]
∗ ocamlbuild 0.16.1 [required by bos, ptime]
∗ ocamlfind 1.9.8 [required by ppx_deriving]
∗ octavius 1.2.2 [required by ppx_js_style]
∗ ohex 0.2.0 [required by ca-certs, tls]
∗ optint 0.3.0 [required by eio]
∗ polymarket 0.1.0 (pinned)
∗ ppx_derivers 1.2.1 [required by ppx_deriving]
∗ ppx_deriving 6.1.1 [required by polymarket]
∗ ppx_js_style v0.17.1 [required by ppx_yojson_conv]
∗ ppx_sexp_conv v0.17.1 [required by cohttp]
∗ ppx_yojson_conv v0.17.1 [required by polymarket]
∗ ppx_yojson_conv_lib v0.17.0 [required by ppx_yojson_conv]
∗ ppxlib 0.37.0 [required by ppx_deriving, ppx_yojson_conv]
∗ ppxlib_jane v0.17.4 [required by ppx_sexp_conv]
∗ psq 0.2.1 [required by eio]
∗ ptime 1.2.0 [required by polymarket]
∗ re 1.14.0 [required by cohttp]
∗ rresult 0.7.0 [required by bos]
∗ secp256k1-internal 0.4.0 [required by polymarket]
∗ seq base [required by psq]
∗ sexplib0 v0.17.0 [required by cohttp]
∗ stdlib-shims 0.3.0 [required by ppxlib]
∗ stringext 1.6.0 [required by cohttp]
∗ thread-table 1.0.0 [required by domain-local-await]
∗ tls 2.0.3 [required by polymarket]
∗ tls-eio 2.0.3 [required by polymarket]
∗ topkg 1.1.1 [required by bos, ptime]
∗ uri 4.4.0 [required by polymarket]
∗ uri-sexp 4.4.0 [required by cohttp]
∗ uring 2.7.0 [required by eio_linux]
∗ x509 1.0.6 [required by ca-certs, tls]
∗ yojson 3.0.0 [required by polymarket]
∗ zarith 1.14 [required by mirage-crypto-pk]
The following system packages will first need to be installed:
pkgconf
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run pacman to install them (may need root/sudo access)
2. Display the recommended pacman 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/sbin/sudo "pacman" "-Su" "--noconfirm" "pkgconf"
- :: Starting full system upgrade...
- resolving dependencies...
- looking for conflicting packages...
-
- Package (4) Old Version New Version Net Change Download Size
-
- core/cryptsetup 2.8.1-1 2.8.3-1 0.00 MiB 0.79 MiB
- extra/libx11 1.8.12-1 1.8.12-2 0.00 MiB 2.00 MiB
- extra/xorgproto 2024.1-2 2025.1-1 0.01 MiB 0.24 MiB
- core/pkgconf 2.5.1-1 0.20 MiB 0.07 MiB
-
- Total Download Size: 3.11 MiB
- Total Installed Size: 14.73 MiB
- Net Upgrade Size: 0.22 MiB
-
- :: Proceed with installation? [Y/n]
- :: Retrieving packages...
- libx11-1.8.12-2-x86_64 downloading...
- cryptsetup-2.8.3-1-x86_64 downloading...
- xorgproto-2025.1-1-any downloading...
- pkgconf-2.5.1-1-x86_64 downloading...
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- :: Processing package changes...
- installing pkgconf...
- upgrading cryptsetup...
- upgrading xorgproto...
- upgrading libx11...
- :: Running post-transaction hooks...
- (1/2) Creating temporary files...
- /usr/lib/tmpfiles.d/journal-nocow.conf:26: Failed to resolve specifier: uninitialized /etc/ detected, skipping.
- All rules containing unresolvable specifiers will be skipped.
- (2/2) Arming ConditionNeedsUpdate...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved angstrom.0.16.1 (cached)
⬇ retrieved asn1-combinators.0.3.2 (cached)
⬇ retrieved astring.0.8.5 (cached)
⬇ retrieved base.v0.17.3 (cached)
⬇ retrieved base64.3.5.2 (cached)
⬇ retrieved bigstring.0.3 (cached)
⬇ retrieved bigstringaf.0.10.0 (cached)
⬇ retrieved bos.0.2.1 (cached)
⬇ retrieved ca-certs.1.0.1 (cached)
⬇ retrieved cohttp.6.2.1, cohttp-eio.6.2.1, http.6.2.1 (cached)
⬇ retrieved conf-gmp.5 (cached)
⬇ retrieved conf-gmp-powm-sec.4 (cached)
⬇ retrieved cppo.1.8.0 (cached)
⬇ retrieved csexp.1.5.2 (cached)
∗ installed conf-pkg-config.4
∗ installed conf-gmp.5
⬇ retrieved cstruct.6.2.0 (cached)
∗ installed conf-gmp-powm-sec.4
⬇ retrieved digestif.1.3.0 (cached)
⬇ retrieved domain-local-await.1.0.1 (cached)
⬇ retrieved domain-name.0.5.0 (cached)
⬇ retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
⬇ retrieved duration.0.2.1 (cached)
⬇ retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (cached)
⬇ retrieved eqaf.0.10 (cached)
⬇ retrieved fmt.0.11.0 (cached)
⬇ retrieved fpath.0.7.3 (cached)
⬇ retrieved gmap.0.3.0 (cached)
⬇ retrieved hex.1.5.0 (cached)
⬇ retrieved hmap.0.8.1 (cached)
⬇ retrieved iomux.0.4 (cached)
⬇ retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached)
⬇ retrieved kdf.1.0.0 (cached)
⬇ retrieved logs.0.10.0 (cached)
⬇ retrieved lwt-dllist.1.1.0 (cached)
⬇ retrieved mirage-crypto.1.2.0, mirage-crypto-ec.1.2.0, mirage-crypto-pk.1.2.0, mirage-crypto-rng.1.2.0, mirage-crypto-rng-eio.1.2.0 (cached)
⬇ retrieved mtime.2.1.0 (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 octavius.1.2.2 (cached)
⬇ retrieved ohex.0.2.0 (cached)
⬇ retrieved optint.0.3.0 (cached)
⬇ retrieved polymarket.0.1.0 (cached)
⬇ retrieved ppx_derivers.1.2.1 (cached)
⬇ retrieved ppx_deriving.6.1.1 (cached)
⬇ retrieved ppx_js_style.v0.17.1 (cached)
⬇ retrieved ppx_sexp_conv.v0.17.1 (cached)
⬇ retrieved ppx_yojson_conv.v0.17.1 (cached)
⬇ retrieved ppx_yojson_conv_lib.v0.17.0 (cached)
⬇ retrieved ppxlib.0.37.0 (cached)
⬇ retrieved ppxlib_jane.v0.17.4 (cached)
⬇ retrieved psq.0.2.1 (cached)
⬇ retrieved ptime.1.2.0 (cached)
⬇ retrieved re.1.14.0 (cached)
⬇ retrieved rresult.0.7.0 (cached)
⬇ retrieved secp256k1-internal.0.4.0 (cached)
⬇ retrieved seq.base (cached)
∗ installed seq.base
⬇ retrieved sexplib0.v0.17.0 (cached)
⬇ retrieved stdlib-shims.0.3.0 (cached)
⬇ retrieved stringext.1.6.0 (cached)
⬇ retrieved thread-table.1.0.0 (cached)
⬇ retrieved tls.2.0.3, tls-eio.2.0.3 (cached)
⬇ retrieved topkg.1.1.1 (cached)
⬇ retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
⬇ retrieved uring.2.7.0 (cached)
⬇ retrieved x509.1.0.6 (cached)
⬇ retrieved yojson.3.0.0 (cached)
⬇ retrieved zarith.1.14 (cached)
∗ installed ocamlfind.1.9.8
∗ installed base-bytes.base
∗ installed ocamlbuild.0.16.1
∗ installed zarith.1.14
∗ installed topkg.1.1.1
∗ installed hmap.0.8.1
∗ installed rresult.0.7.0
∗ installed fmt.0.11.0
∗ installed mtime.2.1.0
∗ installed ptime.1.2.0
∗ installed astring.0.8.5
∗ installed logs.0.10.0
∗ installed fpath.0.7.3
∗ installed dune.3.20.2
∗ installed bos.0.2.1
∗ installed duration.0.2.1
∗ installed base64.3.5.2
∗ installed gmap.0.3.0
∗ installed bigstring.0.3
∗ installed csexp.1.5.2
∗ installed asn1-combinators.0.3.2
∗ installed cppo.1.8.0
∗ installed cstruct.6.2.0
∗ installed domain-name.0.5.0
∗ installed eqaf.0.10
∗ installed http.6.2.1
∗ installed lwt-dllist.1.1.0
∗ installed macaddr.5.6.1
∗ installed ocaml-compiler-libs.v0.17.0
∗ installed ocaml-syntax-shims.1.0.0
∗ installed ocaml_intrinsics_kernel.v0.17.1
∗ installed octavius.1.2.2
∗ installed ohex.0.2.0
∗ installed optint.0.3.0
∗ installed ppx_derivers.1.2.1
∗ installed psq.0.2.1
∗ installed re.1.14.0
∗ installed sexplib0.v0.17.0
∗ installed stdlib-shims.0.3.0
∗ installed stringext.1.6.0
∗ installed thread-table.1.0.0
∗ installed yojson.3.0.0
∗ installed hex.1.5.0
∗ installed ipaddr.5.6.1
∗ installed domain-local-await.1.0.1
∗ installed digestif.1.3.0
∗ installed ppx_yojson_conv_lib.v0.17.0
∗ installed dune-configurator.3.20.2
∗ installed bigstringaf.0.10.0
∗ installed iomux.0.4
∗ installed angstrom.0.16.1
∗ installed mirage-crypto.1.2.0
∗ installed eio.1.3
∗ installed kdf.1.0.0
∗ installed uri.4.4.0
∗ installed uring.2.7.0
∗ installed mirage-crypto-rng.1.2.0
∗ installed mirage-crypto-rng-eio.1.2.0
∗ installed mirage-crypto-pk.1.2.0
∗ installed eio_posix.1.3
∗ installed secp256k1-internal.0.4.0
∗ installed eio_linux.1.3
∗ installed eio_main.1.3
∗ installed base.v0.17.3
∗ installed mirage-crypto-ec.1.2.0
∗ installed x509.1.0.6
∗ installed ca-certs.1.0.1
∗ installed tls.2.0.3
∗ installed tls-eio.2.0.3
∗ installed ppxlib.0.37.0
∗ installed ppxlib_jane.v0.17.4
∗ installed ppx_js_style.v0.17.1
∗ installed ppx_deriving.6.1.1
∗ installed ppx_sexp_conv.v0.17.1
∗ installed ppx_yojson_conv.v0.17.1
∗ installed uri-sexp.4.4.0
∗ installed cohttp.6.2.1
∗ installed cohttp-eio.6.2.1
∗ installed polymarket.0.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-26 17:38.28 ---> saved as "193ca64948d15790dd7dc77fd1c4273d53000575138ac62bf4dfb05d2e873744"
Job succeeded
2025-12-26 17:38.38: Job succeeded