Build:
- 0
2025-12-24 13:26.59: New job: build polymarket.0.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29133/head (37e89fd57efe10443bbca8e851cca7093f8f3b82)
on fedora-43-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 37e89fd5
git fetch origin master
git merge --no-edit 235b964523a3fb438c9ad050e86b03e07685c4c1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:2ccb96b467433fc3852f1f90929ec8aba837933480a161edb5b73ec2d66faf3f
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 "\"fedora-43\""; 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-24 13:26.59: Using cache hint "ocaml/opam:fedora-43-ocaml-5.4@sha256:2ccb96b467433fc3852f1f90929ec8aba837933480a161edb5b73ec2d66faf3f-polymarket.0.1.0-37e89fd57efe10443bbca8e851cca7093f8f3b82"
2025-12-24 13:26.59: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:2ccb96b467433fc3852f1f90929ec8aba837933480a161edb5b73ec2d66faf3f)
(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 \"\\\"fedora-43\\\"\"; 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-24 13:26.59: Waiting for resource in pool OCluster
2025-12-24 13:26.59: Waiting for worker…
2025-12-24 13:27.01: 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..37e89fd57e
Fast-forward
packages/polymarket/polymarket.0.1.0/opam | 46 +++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
create mode 100644 packages/polymarket/polymarket.0.1.0/opam
(from ocaml/opam:fedora-43-ocaml-5.4@sha256:2ccb96b467433fc3852f1f90929ec8aba837933480a161edb5b73ec2d66faf3f)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:2ccb96b467433fc3852f1f90929ec8aba837933480a161edb5b73ec2d66faf3f' locally
docker.io/ocaml/opam@sha256:2ccb96b467433fc3852f1f90929ec8aba837933480a161edb5b73ec2d66faf3f: Pulling from ocaml/opam
1216d224fefc: Already exists
d4a46de742fe: Already exists
a8ff4ccc2426: Already exists
602a23930853: Already exists
bdff58b4effc: Already exists
f37847d4332a: Already exists
9757d36be7a6: Already exists
b8ba32f5b9e6: Already exists
bee86a8bded0: Already exists
b5fba04821b0: Already exists
b3c7f364f548: Already exists
38f061874aaa: Already exists
cfe0c35187f3: Already exists
5bd1d74620f4: Already exists
87f956e09163: Already exists
7be4a2a29a15: Already exists
cef3eb59f286: Already exists
e67d026e4d2f: Already exists
b1d6910af3fb: Already exists
b56829973dcb: Already exists
9e8af8417410: Already exists
4f4fb700ef54: Already exists
8a262fa65e35: Already exists
26fdcd77c338: Already exists
81236d89e28d: Already exists
7a0fbc45240d: Already exists
96f2925a5d76: Already exists
cc52f7ce67f5: Already exists
c3dfa679323f: Already exists
bd22923d1736: Already exists
44b086da9010: Already exists
b21910b2b5b8: Already exists
9ef2704bf775: Already exists
39d47a53bc23: Already exists
511b9bb73579: Already exists
aa6520be0b8c: Already exists
1dbda7ba69a0: Already exists
46aa8e1dd2eb: Already exists
a542fe0ebdf6: Already exists
1f45d7e5cab7: Already exists
5e5dd5909d8c: Pulling fs layer
57ba9a5ce7c6: Pulling fs layer
5eb61ff24733: Pulling fs layer
21873d2dc66b: Pulling fs layer
61558ddfeda2: Pulling fs layer
21873d2dc66b: Waiting
5eb61ff24733: Verifying Checksum
5eb61ff24733: Download complete
5e5dd5909d8c: Verifying Checksum
5e5dd5909d8c: Download complete
5e5dd5909d8c: Pull complete
21873d2dc66b: Download complete
61558ddfeda2: Verifying Checksum
61558ddfeda2: Download complete
57ba9a5ce7c6: Verifying Checksum
57ba9a5ce7c6: Download complete
57ba9a5ce7c6: Pull complete
5eb61ff24733: Pull complete
21873d2dc66b: Pull complete
61558ddfeda2: Pull complete
Digest: sha256:2ccb96b467433fc3852f1f90929ec8aba837933480a161edb5b73ec2d66faf3f
Status: Downloaded newer image for ocaml/opam@sha256:2ccb96b467433fc3852f1f90929ec8aba837933480a161edb5b73ec2d66faf3f
2025-12-24 13:29.05 ---> saved as "d6a86445071c1c8eb9d18ef20964c5a588ac480b8c75a362f7388f04063abf98"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-24 13:29.05 ---> saved as "61e71acfe3d62780e2783a6f1b0eab26b935873371979a08ba1b4544ce59a431"
/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
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-24 13:29.33 ---> saved as "7ed79f963aecb84fc7bcf68047f73b5bc8d1da1db6be6444127f28002c3e0f10"
/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=fedora os-version=43
# 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-24 13:29.34 ---> saved as "79b5a99f41ff03e8b585f17e34829968f1a153468a9caa3718d13792f871b1a8"
/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-24 13:29.42 ---> saved as "78a6a19fb6efa0a80f1c9cad69c5a6ab898bc57bfb691204c002e2da0cac911d"
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-24 13:30.00 ---> saved as "c2e5ec02c1a7223ee9d0238817d02103bf85ec307f4aa0ce5f3482717c05b7fa"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-24 13:30.16 ---> saved as "8d8ed0d8e65c0df70dfcce85772f80324fdfea123059a8fbaa5b142acab44f51"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 43 - x86_64 - Updates 100% | 116.9 KiB/s | 21.3 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2025-12-24 13:30.19 ---> saved as "c38158370f5f46c602304abe34b480e404d301a6130e710aa43ba7916fd9c691"
/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-24 13:30.20 ---> saved as "a8c29f48124c3500cfe3ed15483109dd47dd19683af4adba260733d78519ce7c"
/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 \"\\\"fedora-43\\\"\"; 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 2 packages
- install dune 3.20.2 [required by polymarket]
- install polymarket 0.1.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.20.2 (cached)
-> retrieved polymarket.0.1.0 (cached)
-> installed dune.3.20.2
-> installed polymarket.0.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-24 13:30.44 ---> saved as "8bc3850865b79a2a9a9a62ac0cc2a1c8da3c0221d9a356f1f443e179f6c41910"
Job succeeded
2025-12-24 13:30.53: Job succeeded