(for PR #28919)
2025-11-18 17:32.03: New job: build yocaml_syndication.2.7.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28919/head (d4ca2c8996e7b80cf11028ad8c43876c747e0880)
on ubuntu-24.04-ocaml-5.4/riscv64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28919/head" && git reset --hard d4ca2c89
git fetch origin master
git merge --no-edit 5b6623e1a6044ddcc5808644cab9ba88dfd5e8c3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:74424fb1f8d04c0def34491a6c05a0eb46010e0e29d574e40eb714ab599edfe2
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 yocaml_syndication.2.7.0 2.7.0
RUN opam reinstall yocaml_syndication.2.7.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 "\"ubuntu-24.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'yocaml_syndication.2.7.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-11-18 17:32.03: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:74424fb1f8d04c0def34491a6c05a0eb46010e0e29d574e40eb714ab599edfe2-yocaml_syndication.2.7.0-d4ca2c8996e7b80cf11028ad8c43876c747e0880"
2025-11-18 17:32.03: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:74424fb1f8d04c0def34491a6c05a0eb46010e0e29d574e40eb714ab599edfe2)
(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 yocaml_syndication.2.7.0 2.7.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall yocaml_syndication.2.7.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 \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'yocaml_syndication.2.7.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-11-18 17:32.03: Waiting for resource in pool OCluster
2025-11-18 17:32.04: Waiting for worker…
2025-11-18 17:33.58: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
Updating files: 13% (2618/18773)
Updating files: 14% (2629/18773)
Updating files: 15% (2816/18773)
Updating files: 16% (3004/18773)
Updating files: 17% (3192/18773)
Updating files: 18% (3380/18773)
Updating files: 19% (3567/18773)
Updating files: 20% (3755/18773)
Updating files: 21% (3943/18773)
Updating files: 22% (4131/18773)
Updating files: 23% (4318/18773)
Updating files: 24% (4506/18773)
Updating files: 25% (4694/18773)
Updating files: 25% (4843/18773)
Updating files: 26% (4881/18773)
Updating files: 27% (5069/18773)
Updating files: 28% (5257/18773)
Updating files: 29% (5445/18773)
Updating files: 30% (5632/18773)
Updating files: 31% (5820/18773)
Updating files: 32% (6008/18773)
Updating files: 33% (6196/18773)
Updating files: 34% (6383/18773)
Updating files: 35% (6571/18773)
Updating files: 36% (6759/18773)
Updating files: 37% (6947/18773)
Updating files: 38% (7134/18773)
Updating files: 38% (7151/18773)
Updating files: 39% (7322/18773)
Updating files: 40% (7510/18773)
Updating files: 41% (7697/18773)
Updating files: 42% (7885/18773)
Updating files: 43% (8073/18773)
Updating files: 44% (8261/18773)
Updating files: 45% (8448/18773)
Updating files: 46% (8636/18773)
Updating files: 47% (8824/18773)
Updating files: 48% (9012/18773)
Updating files: 49% (9199/18773)
Updating files: 50% (9387/18773)
Updating files: 50% (9440/18773)
Updating files: 51% (9575/18773)
Updating files: 52% (9762/18773)
Updating files: 53% (9950/18773)
Updating files: 54% (10138/18773)
Updating files: 55% (10326/18773)
Updating files: 56% (10513/18773)
Updating files: 57% (10701/18773)
Updating files: 58% (10889/18773)
Updating files: 59% (11077/18773)
Updating files: 60% (11264/18773)
Updating files: 61% (11452/18773)
Updating files: 62% (11640/18773)
Updating files: 62% (11743/18773)
Updating files: 63% (11827/18773)
Updating files: 64% (12015/18773)
Updating files: 65% (12203/18773)
Updating files: 66% (12391/18773)
Updating files: 67% (12578/18773)
Updating files: 68% (12766/18773)
Updating files: 69% (12954/18773)
Updating files: 70% (13142/18773)
Updating files: 71% (13329/18773)
Updating files: 72% (13517/18773)
Updating files: 73% (13705/18773)
Updating files: 74% (13893/18773)
Updating files: 75% (14080/18773)
Updating files: 75% (14122/18773)
Updating files: 76% (14268/18773)
Updating files: 77% (14456/18773)
Updating files: 78% (14643/18773)
Updating files: 79% (14831/18773)
Updating files: 80% (15019/18773)
Updating files: 81% (15207/18773)
Updating files: 82% (15394/18773)
Updating files: 83% (15582/18773)
Updating files: 84% (15770/18773)
Updating files: 85% (15958/18773)
Updating files: 86% (16145/18773)
Updating files: 86% (16329/18773)
Updating files: 87% (16333/18773)
Updating files: 88% (16521/18773)
Updating files: 89% (16708/18773)
Updating files: 90% (16896/18773)
Updating files: 91% (17084/18773)
Updating files: 92% (17272/18773)
Updating files: 93% (17459/18773)
Updating files: 94% (17647/18773)
Updating files: 95% (17835/18773)
Updating files: 96% (18023/18773)
Updating files: 97% (18210/18773)
Updating files: 98% (18398/18773)
Updating files: 99% (18586/18773)
Updating files: 99% (18657/18773)
Updating files: 100% (18773/18773)
Updating files: 100% (18773/18773), done.
HEAD is now at b8a87023ea Merge commit 'b8c8db0586cc5b4c3e94da7dd71858aa33882f23'
HEAD is now at 5b6623e1a6 Merge pull request #28905 from lindig/expr
Updating 5b6623e1a6..d4ca2c8996
Fast-forward
packages/yocaml/yocaml.2.7.0/opam | 50 ++++++++++++++++++++++
packages/yocaml_cmarkit/yocaml_cmarkit.2.7.0/opam | 42 ++++++++++++++++++
packages/yocaml_eio/yocaml_eio.2.7.0/opam | 44 +++++++++++++++++++
packages/yocaml_git/yocaml_git.2.7.0/opam | 49 +++++++++++++++++++++
packages/yocaml_jingoo/yocaml_jingoo.2.7.0/opam | 41 ++++++++++++++++++
packages/yocaml_liquid/yocaml_liquid.2.7.0/opam | 41 ++++++++++++++++++
.../yocaml_markdown/yocaml_markdown.2.7.0/opam | 44 +++++++++++++++++++
.../yocaml_mustache/yocaml_mustache.2.7.0/opam | 41 ++++++++++++++++++
packages/yocaml_omd/yocaml_omd.2.7.0/opam | 42 ++++++++++++++++++
packages/yocaml_otoml/yocaml_otoml.2.7.0/opam | 41 ++++++++++++++++++
packages/yocaml_runtime/yocaml_runtime.2.7.0/opam | 45 +++++++++++++++++++
.../yocaml_syndication.2.7.0/opam | 44 +++++++++++++++++++
packages/yocaml_unix/yocaml_unix.2.7.0/opam | 42 ++++++++++++++++++
packages/yocaml_yaml/yocaml_yaml.2.7.0/opam | 41 ++++++++++++++++++
14 files changed, 607 insertions(+)
create mode 100644 packages/yocaml/yocaml.2.7.0/opam
create mode 100644 packages/yocaml_cmarkit/yocaml_cmarkit.2.7.0/opam
create mode 100644 packages/yocaml_eio/yocaml_eio.2.7.0/opam
create mode 100644 packages/yocaml_git/yocaml_git.2.7.0/opam
create mode 100644 packages/yocaml_jingoo/yocaml_jingoo.2.7.0/opam
create mode 100644 packages/yocaml_liquid/yocaml_liquid.2.7.0/opam
create mode 100644 packages/yocaml_markdown/yocaml_markdown.2.7.0/opam
create mode 100644 packages/yocaml_mustache/yocaml_mustache.2.7.0/opam
create mode 100644 packages/yocaml_omd/yocaml_omd.2.7.0/opam
create mode 100644 packages/yocaml_otoml/yocaml_otoml.2.7.0/opam
create mode 100644 packages/yocaml_runtime/yocaml_runtime.2.7.0/opam
create mode 100644 packages/yocaml_syndication/yocaml_syndication.2.7.0/opam
create mode 100644 packages/yocaml_unix/yocaml_unix.2.7.0/opam
create mode 100644 packages/yocaml_yaml/yocaml_yaml.2.7.0/opam
(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:74424fb1f8d04c0def34491a6c05a0eb46010e0e29d574e40eb714ab599edfe2)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:74424fb1f8d04c0def34491a6c05a0eb46010e0e29d574e40eb714ab599edfe2' locally
docker.io/ocaml/opam@sha256:74424fb1f8d04c0def34491a6c05a0eb46010e0e29d574e40eb714ab599edfe2: Pulling from ocaml/opam
4f36e1b0a2cc: Pulling fs layer
2363a19ce062: Pulling fs layer
4053207ddf81: Pulling fs layer
bbfb0969b291: Pulling fs layer
d2396c248fac: Pulling fs layer
7deb097bc610: Pulling fs layer
b09f380f219a: Pulling fs layer
172583578fc3: Pulling fs layer
e6d5737ba3e7: Pulling fs layer
713587ce5790: Pulling fs layer
6e300197872d: Pulling fs layer
4bc553bdc712: Pulling fs layer
ee93345f9cf5: Pulling fs layer
4be61386dfb2: Pulling fs layer
8507bfdd0e9d: Pulling fs layer
3e28e60730ad: Pulling fs layer
bf970414565b: Pulling fs layer
2a6619580c01: Pulling fs layer
34419bc7c574: Pulling fs layer
d992b12f808c: Pulling fs layer
4f4fb700ef54: Pulling fs layer
5e33de69cc8a: Pulling fs layer
69f1da1e22ae: Pulling fs layer
580926f0eead: Pulling fs layer
90d0c8b321f1: Pulling fs layer
e46fa634fda6: Pulling fs layer
de681cfd7094: Pulling fs layer
f9ad9c5ee8f3: Pulling fs layer
520296fe98c7: Pulling fs layer
f6d67f841e66: Pulling fs layer
0dfad1c118ca: Pulling fs layer
7313eb41ab2a: Pulling fs layer
a817fccb9c78: Pulling fs layer
a98011bc0a8c: Pulling fs layer
af6a85716aa9: Pulling fs layer
84ca010415d5: Pulling fs layer
d3aa6bba7d0e: Pulling fs layer
d11dac4641d2: Pulling fs layer
b975f0076eea: Pulling fs layer
c8a6403a8cc5: Pulling fs layer
0fec751250d9: Pulling fs layer
df4ef6b7223e: Pulling fs layer
27e4da56fe67: Pulling fs layer
17ee33d5f3c2: Pulling fs layer
f95d4755b9c4: Pulling fs layer
6b1afa0b19c8: Pulling fs layer
580926f0eead: Waiting
90d0c8b321f1: Waiting
e46fa634fda6: Waiting
de681cfd7094: Waiting
f9ad9c5ee8f3: Waiting
520296fe98c7: Waiting
f6d67f841e66: Waiting
0dfad1c118ca: Waiting
7313eb41ab2a: Waiting
a817fccb9c78: Waiting
a98011bc0a8c: Waiting
af6a85716aa9: Waiting
84ca010415d5: Waiting
d3aa6bba7d0e: Waiting
d11dac4641d2: Waiting
b975f0076eea: Waiting
c8a6403a8cc5: Waiting
0fec751250d9: Waiting
df4ef6b7223e: Waiting
27e4da56fe67: Waiting
17ee33d5f3c2: Waiting
f95d4755b9c4: Waiting
6b1afa0b19c8: Waiting
4be61386dfb2: Waiting
8507bfdd0e9d: Waiting
3e28e60730ad: Waiting
bf970414565b: Waiting
2a6619580c01: Waiting
34419bc7c574: Waiting
d992b12f808c: Waiting
4f4fb700ef54: Waiting
5e33de69cc8a: Waiting
69f1da1e22ae: Waiting
bbfb0969b291: Waiting
d2396c248fac: Waiting
7deb097bc610: Waiting
b09f380f219a: Waiting
172583578fc3: Waiting
e6d5737ba3e7: Waiting
713587ce5790: Waiting
6e300197872d: Waiting
4bc553bdc712: Waiting
ee93345f9cf5: Waiting
4053207ddf81: Verifying Checksum
4053207ddf81: Download complete
2363a19ce062: Verifying Checksum
2363a19ce062: Download complete
d2396c248fac: Verifying Checksum
d2396c248fac: Download complete
bbfb0969b291: Verifying Checksum
bbfb0969b291: Download complete
4f36e1b0a2cc: Download complete
172583578fc3: Verifying Checksum
172583578fc3: Download complete
b09f380f219a: Verifying Checksum
b09f380f219a: Download complete
e6d5737ba3e7: Verifying Checksum
e6d5737ba3e7: Download complete
713587ce5790: Verifying Checksum
713587ce5790: Download complete
6e300197872d: Verifying Checksum
6e300197872d: Download complete
4f36e1b0a2cc: Pull complete
2363a19ce062: Pull complete
4053207ddf81: Pull complete
ee93345f9cf5: Verifying Checksum
ee93345f9cf5: Download complete
4be61386dfb2: Verifying Checksum
4be61386dfb2: Download complete
4bc553bdc712: Verifying Checksum
4bc553bdc712: Download complete
8507bfdd0e9d: Verifying Checksum
8507bfdd0e9d: Download complete
bbfb0969b291: Pull complete
d2396c248fac: Pull complete
bf970414565b: Verifying Checksum
bf970414565b: Download complete
3e28e60730ad: Download complete
2a6619580c01: Verifying Checksum
2a6619580c01: Download complete
34419bc7c574: Download complete
7deb097bc610: Verifying Checksum
7deb097bc610: Download complete
d992b12f808c: Verifying Checksum
d992b12f808c: Download complete
4f4fb700ef54: Verifying Checksum
5e33de69cc8a: Download complete
69f1da1e22ae: Verifying Checksum
69f1da1e22ae: Download complete
580926f0eead: Verifying Checksum
580926f0eead: Download complete
90d0c8b321f1: Verifying Checksum
90d0c8b321f1: Download complete
e46fa634fda6: Verifying Checksum
e46fa634fda6: Download complete
de681cfd7094: Verifying Checksum
de681cfd7094: Download complete
f9ad9c5ee8f3: Verifying Checksum
f9ad9c5ee8f3: Download complete
520296fe98c7: Verifying Checksum
520296fe98c7: Download complete
f6d67f841e66: Verifying Checksum
f6d67f841e66: Download complete
0dfad1c118ca: Verifying Checksum
0dfad1c118ca: Download complete
7313eb41ab2a: Verifying Checksum
7313eb41ab2a: Download complete
a817fccb9c78: Verifying Checksum
a817fccb9c78: Download complete
af6a85716aa9: Download complete
d3aa6bba7d0e: Verifying Checksum
d3aa6bba7d0e: Download complete
d11dac4641d2: Verifying Checksum
d11dac4641d2: Download complete
b975f0076eea: Verifying Checksum
b975f0076eea: Download complete
84ca010415d5: Verifying Checksum
84ca010415d5: Download complete
0fec751250d9: Verifying Checksum
0fec751250d9: Download complete
c8a6403a8cc5: Verifying Checksum
c8a6403a8cc5: Download complete
df4ef6b7223e: Verifying Checksum
df4ef6b7223e: Download complete
17ee33d5f3c2: Download complete
f95d4755b9c4: Verifying Checksum
f95d4755b9c4: Download complete
6b1afa0b19c8: Verifying Checksum
6b1afa0b19c8: Download complete
7deb097bc610: Pull complete
b09f380f219a: Pull complete
172583578fc3: Pull complete
27e4da56fe67: Verifying Checksum
27e4da56fe67: Download complete
e6d5737ba3e7: Pull complete
713587ce5790: Pull complete
a98011bc0a8c: Verifying Checksum
a98011bc0a8c: Download complete
6e300197872d: Pull complete
4bc553bdc712: Pull complete
ee93345f9cf5: Pull complete
4be61386dfb2: Pull complete
8507bfdd0e9d: Pull complete
3e28e60730ad: Pull complete
bf970414565b: Pull complete
2a6619580c01: Pull complete
34419bc7c574: Pull complete
d992b12f808c: Pull complete
4f4fb700ef54: Pull complete
5e33de69cc8a: Pull complete
69f1da1e22ae: Pull complete
580926f0eead: Pull complete
90d0c8b321f1: Pull complete
e46fa634fda6: Pull complete
de681cfd7094: Pull complete
f9ad9c5ee8f3: Pull complete
520296fe98c7: Pull complete
f6d67f841e66: Pull complete
0dfad1c118ca: Pull complete
7313eb41ab2a: Pull complete
a817fccb9c78: Pull complete
a98011bc0a8c: Pull complete
af6a85716aa9: Pull complete
84ca010415d5: Pull complete
d3aa6bba7d0e: Pull complete
d11dac4641d2: Pull complete
b975f0076eea: Pull complete
c8a6403a8cc5: Pull complete
0fec751250d9: Pull complete
df4ef6b7223e: Pull complete
27e4da56fe67: Pull complete
17ee33d5f3c2: Pull complete
f95d4755b9c4: Pull complete
6b1afa0b19c8: Pull complete
Digest: sha256:74424fb1f8d04c0def34491a6c05a0eb46010e0e29d574e40eb714ab599edfe2
Status: Downloaded newer image for ocaml/opam@sha256:74424fb1f8d04c0def34491a6c05a0eb46010e0e29d574e40eb714ab599edfe2
2025-11-18 17:34.24 ---> using "5259263655b440586c7d092c0ac4109937cb3dd8e23c78adc5fbd0a104d2a2ca" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-18 17:34.24 ---> using "c785f7302eace4a03b31566f7fb68113ff0a77b9598eeae17a71f24045aa902e" 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.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-11-18 17:34.24 ---> using "2c50b5bf7fbfd3495006323452a9c35309d0c2a38c594c9c4953c3097e82a394" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0~beta1
# self-upgrade no
# system arch=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# 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-11-18 17:34.24 ---> using "391d02674e755c58f606c030ad393f2eca3108cbe4fb9d55ac83cfd422ddade5" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2025-11-18 17:34.24 ---> using "b1e4d107d9ace11a2c7636e8f10d7836d5bda42b8a441094ceb1d15f6931ba5c" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-18 17:34.50 ---> saved as "189d28e0e3c43a66b0c7a4910857cdf3614ac7b0971bfae0bce489d103d7c2c0"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-18 17:36.25 ---> saved as "805761d7761a956736678c5df80f45d306144c3dea078425b59b45f1ac5edd96"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1459 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [872 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [913 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [554 kB]
- Fetched 4176 kB in 2s (2221 kB/s)
- Reading package lists...
-
2025-11-18 17:36.33 ---> saved as "6bf43c65b4dbd5344fcf9175648628a1e9240f01f7d9e426df8dcad91ec2275d"
/home/opam: (run (shell "opam pin add -k version -yn yocaml_syndication.2.7.0 2.7.0"))
yocaml_syndication is now pinned to version 2.7.0
2025-11-18 17:36.35 ---> saved as "902170f14415002213c036b8329c32599f395826e3aa20ac992f1958c9170718"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall yocaml_syndication.2.7.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 \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'yocaml_syndication.2.7.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
yocaml_syndication.2.7.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 33 packages
- install base v0.17.3 [required by ppx_expect]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.20.2 [required by yocaml_syndication]
- install dune-configurator 3.20.2 [required by base]
- install jane-street-headers v0.17.0 [required by time_now]
- install jst-config v0.17.0 [required by time_now]
- install logs 0.10.0 [required by yocaml]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlbuild 0.16.1 [required by logs]
- install ocamlfind 1.9.8 [required by logs]
- install ppx_assert v0.17.0 [required by jst-config]
- install ppx_base v0.17.0 [required by time_now]
- install ppx_cold v0.17.0 [required by ppx_base]
- install ppx_compare v0.17.0 [required by ppx_base]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_enumerate v0.17.0 [required by ppx_base]
- install ppx_expect v0.17.3 [required by yocaml_syndication]
- install ppx_globalize v0.17.2 [required by ppx_base]
- install ppx_hash v0.17.0 [required by ppx_base]
- install ppx_here v0.17.0 [required by ppx_expect]
- install ppx_inline_test v0.17.1 [required by ppx_expect]
- install ppx_optcomp v0.17.1 [required by time_now]
- install ppx_sexp_conv v0.17.1 [required by ppx_base]
- install ppxlib 0.37.0 [required by ppx_expect]
- install ppxlib_jane v0.17.4 [required by ppx_globalize, ppx_enumerate, ppx_hash]
- install sexplib0 v0.17.0 [required by base]
- install stdio v0.17.0 [required by ppx_expect]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install time_now v0.17.0 [required by ppx_inline_test]
- install topkg 1.1.1 [required by logs]
- install yocaml 2.7.0 [required by yocaml_syndication]
- install yocaml_syndication 2.7.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved jane-street-headers.v0.17.0 (cached)
-> retrieved jst-config.v0.17.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ppx_assert.v0.17.0 (cached)
-> retrieved ppx_base.v0.17.0 (cached)
-> retrieved ppx_cold.v0.17.0 (cached)
-> retrieved ppx_compare.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_enumerate.v0.17.0 (cached)
-> retrieved ppx_expect.v0.17.3 (cached)
-> retrieved ppx_globalize.v0.17.2 (cached)
-> retrieved ppx_hash.v0.17.0 (cached)
-> retrieved ppx_here.v0.17.0 (cached)
-> retrieved ppx_inline_test.v0.17.1 (cached)
-> retrieved ppx_optcomp.v0.17.1 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved time_now.v0.17.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved yocaml.2.7.0, yocaml_syndication.2.7.0 (https://github.com/xhtmlboi/yocaml/releases/download/v2.7.0/yocaml-2.7.0.tbz)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed logs.0.10.0
-> installed dune.3.20.2
-> installed jane-street-headers.v0.17.0
-> installed csexp.1.5.2
-> installed ppx_derivers.1.2.1
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.20.2
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed ppxlib.0.37.0
-> installed ppx_optcomp.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_here.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_expect.v0.17.3
-> installed yocaml.2.7.0
-> installed yocaml_syndication.2.7.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-18 17:49.53 ---> saved as "4e45c05dcbcaa6171667312084fa9c0ae2b4b9fc51418ed0cc8893a06a812647"
Job succeeded
2025-11-18 17:50.27: Job succeeded