Build:
- 0
2026-01-24 20:29.33: New job: build print-table.0.1.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29276/head (61fdbbc4826f9bbfe70191b5a5a665f6593f50b9)
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/29276/head" && git reset --hard 61fdbbc4
git fetch origin master
git merge --no-edit 64cd1a4d8a05bc4bcc3bda0e3ce31640883df344
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:d162f5bab9b92be895e174d1b119d59ff46cc7db2cb00b4e92b44fe4216e5ab1
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 print-table.0.1.1 0.1.1
RUN opam reinstall print-table.0.1.1; \
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" != 'print-table.0.1.1' && 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-01-24 20:29.33: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:d162f5bab9b92be895e174d1b119d59ff46cc7db2cb00b4e92b44fe4216e5ab1-print-table.0.1.1-61fdbbc4826f9bbfe70191b5a5a665f6593f50b9"
2026-01-24 20:29.33: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:d162f5bab9b92be895e174d1b119d59ff46cc7db2cb00b4e92b44fe4216e5ab1)
(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 print-table.0.1.1 0.1.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall print-table.0.1.1;\
\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\" != 'print-table.0.1.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-24 20:29.33: Waiting for resource in pool OCluster
2026-01-24 20:29.33: Waiting for worker…
2026-01-24 20:29.33: Got resource from pool OCluster
Building on riscv-bm-01.sw.ci.dev
Updating files: 13% (2634/19265)
Updating files: 14% (2698/19265)
Updating files: 15% (2890/19265)
Updating files: 16% (3083/19265)
Updating files: 17% (3276/19265)
Updating files: 18% (3468/19265)
Updating files: 19% (3661/19265)
Updating files: 20% (3853/19265)
Updating files: 21% (4046/19265)
Updating files: 22% (4239/19265)
Updating files: 23% (4431/19265)
Updating files: 24% (4624/19265)
Updating files: 25% (4817/19265)
Updating files: 26% (5009/19265)
Updating files: 26% (5143/19265)
Updating files: 27% (5202/19265)
Updating files: 28% (5395/19265)
Updating files: 29% (5587/19265)
Updating files: 30% (5780/19265)
Updating files: 31% (5973/19265)
Updating files: 32% (6165/19265)
Updating files: 33% (6358/19265)
Updating files: 34% (6551/19265)
Updating files: 35% (6743/19265)
Updating files: 36% (6936/19265)
Updating files: 37% (7129/19265)
Updating files: 38% (7321/19265)
Updating files: 38% (7483/19265)
Updating files: 39% (7514/19265)
Updating files: 40% (7706/19265)
Updating files: 41% (7899/19265)
Updating files: 42% (8092/19265)
Updating files: 43% (8284/19265)
Updating files: 44% (8477/19265)
Updating files: 45% (8670/19265)
Updating files: 46% (8862/19265)
Updating files: 47% (9055/19265)
Updating files: 48% (9248/19265)
Updating files: 49% (9440/19265)
Updating files: 50% (9633/19265)
Updating files: 50% (9663/19265)
Updating files: 51% (9826/19265)
Updating files: 52% (10018/19265)
Updating files: 53% (10211/19265)
Updating files: 54% (10404/19265)
Updating files: 55% (10596/19265)
Updating files: 56% (10789/19265)
Updating files: 57% (10982/19265)
Updating files: 58% (11174/19265)
Updating files: 59% (11367/19265)
Updating files: 60% (11559/19265)
Updating files: 61% (11752/19265)
Updating files: 61% (11922/19265)
Updating files: 62% (11945/19265)
Updating files: 63% (12137/19265)
Updating files: 64% (12330/19265)
Updating files: 65% (12523/19265)
Updating files: 66% (12715/19265)
Updating files: 67% (12908/19265)
Updating files: 68% (13101/19265)
Updating files: 69% (13293/19265)
Updating files: 70% (13486/19265)
Updating files: 71% (13679/19265)
Updating files: 72% (13871/19265)
Updating files: 73% (14064/19265)
Updating files: 74% (14257/19265)
Updating files: 74% (14310/19265)
Updating files: 75% (14449/19265)
Updating files: 76% (14642/19265)
Updating files: 77% (14835/19265)
Updating files: 78% (15027/19265)
Updating files: 79% (15220/19265)
Updating files: 80% (15412/19265)
Updating files: 81% (15605/19265)
Updating files: 82% (15798/19265)
Updating files: 83% (15990/19265)
Updating files: 84% (16183/19265)
Updating files: 85% (16376/19265)
Updating files: 86% (16568/19265)
Updating files: 86% (16657/19265)
Updating files: 87% (16761/19265)
Updating files: 88% (16954/19265)
Updating files: 89% (17146/19265)
Updating files: 90% (17339/19265)
Updating files: 91% (17532/19265)
Updating files: 92% (17724/19265)
Updating files: 93% (17917/19265)
Updating files: 94% (18110/19265)
Updating files: 95% (18302/19265)
Updating files: 96% (18495/19265)
Updating files: 97% (18688/19265)
Updating files: 98% (18880/19265)
Updating files: 98% (18930/19265)
Updating files: 99% (19073/19265)
Updating files: 100% (19265/19265)
Updating files: 100% (19265/19265), done.
HEAD is now at 34d492666d shakuhachi: 0.2.0
HEAD is now at 64cd1a4d8a Merge pull request #29273 from jberdine/release-csexp-query-0.1.0
Updating 64cd1a4d8a..61fdbbc482
Fast-forward
packages/print-table/print-table.0.1.1/opam | 56 +++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
create mode 100644 packages/print-table/print-table.0.1.1/opam
(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:d162f5bab9b92be895e174d1b119d59ff46cc7db2cb00b4e92b44fe4216e5ab1)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:d162f5bab9b92be895e174d1b119d59ff46cc7db2cb00b4e92b44fe4216e5ab1' locally
docker.io/ocaml/opam@sha256:d162f5bab9b92be895e174d1b119d59ff46cc7db2cb00b4e92b44fe4216e5ab1: Pulling from ocaml/opam
4f36e1b0a2cc: Already exists
dd01ca2f5749: Already exists
f260338bb536: Already exists
b217059d8edd: Already exists
4f4dc179921e: Already exists
2c1ac1f44bd2: Already exists
395f5a0e2e04: Already exists
0f9c7d295b6c: Already exists
93719e656f92: Already exists
8996a2454445: Already exists
623920c71b68: Already exists
ab339b8e9509: Already exists
cad6aab43bc1: Already exists
9081d9df6389: Already exists
2fec5bb086a3: Already exists
8dd6268901f9: Already exists
fa3286adfedd: Already exists
fa3286adfedd: Already exists
ecf0c9934733: Already exists
75e91d34c288: Already exists
eb259d125404: Already exists
930fc66d7391: Already exists
4f4fb700ef54: Already exists
75a735de2248: Already exists
fd49a79a0a2f: Already exists
21e83d8d8304: Already exists
0780b4801497: Already exists
5e4f3719cbc8: Already exists
84632f48670f: Already exists
e406a41de3de: Already exists
803ac0061682: Already exists
086695286726: Already exists
56cc4eb949f3: Already exists
74ec3449ec12: Already exists
41fdbdb43573: Already exists
368626dac24a: Already exists
7f902661902b: Already exists
732afec307ba: Already exists
559e95fff074: Already exists
73255d7d09a4: Already exists
4b0508e4b3d0: Already exists
56eb3f18cf7d: Pulling fs layer
70911ac8b518: Pulling fs layer
6c302e9cd829: Pulling fs layer
d33b9111c4be: Pulling fs layer
6bb90e2f7330: Pulling fs layer
b7e4ac094e98: Pulling fs layer
1278a0d43af3: Pulling fs layer
d33b9111c4be: Waiting
6bb90e2f7330: Waiting
b7e4ac094e98: Waiting
1278a0d43af3: Waiting
6c302e9cd829: Download complete
70911ac8b518: Verifying Checksum
70911ac8b518: Download complete
6bb90e2f7330: Verifying Checksum
6bb90e2f7330: Download complete
56eb3f18cf7d: Download complete
56eb3f18cf7d: Pull complete
b7e4ac094e98: Verifying Checksum
b7e4ac094e98: Download complete
70911ac8b518: Pull complete
1278a0d43af3: Download complete
6c302e9cd829: Pull complete
d33b9111c4be: Verifying Checksum
d33b9111c4be: Download complete
d33b9111c4be: Pull complete
6bb90e2f7330: Pull complete
b7e4ac094e98: Pull complete
1278a0d43af3: Pull complete
Digest: sha256:d162f5bab9b92be895e174d1b119d59ff46cc7db2cb00b4e92b44fe4216e5ab1
Status: Downloaded newer image for ocaml/opam@sha256:d162f5bab9b92be895e174d1b119d59ff46cc7db2cb00b4e92b44fe4216e5ab1
2026-01-24 20:30.00 ---> using "e6d25a681a2839b9759c5ab76e7fc37d65a3a1681d1dd6a25eff6d306e5b002f" 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-01-24 20:30.00 ---> using "f94728a3897568e3a7759826588216c63a3b89bd0663181aa99bddde4facc7c9" 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
2026-01-24 20:30.00 ---> using "e6cfbe27a3c7e265ded57a9000a356597d5dfbdd03f7660dee29c304960f0626" 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
# 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
2026-01-24 20:30.00 ---> using "c8ba0107694140cd095b41f9f249c2013cd515bee398d7be9528c65cc18ba180" 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/"))
2026-01-24 20:30.00 ---> using "54067164ef27cf4f5ad1fc92e3c4c83398f26196cbb8b27c986ef7868389bd7d" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-24 20:30.26 ---> saved as "eefdd626d193c05d8ab139d0df37d300783be48e8ac10cf3ec9d1ef5e243ebc2"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-24 20:32.03 ---> saved as "e34b8604ec7abad268ed4defc7b9b76f99893fb74fb46d78caee17c33d2192c9"
/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/multiverse riscv64 Packages [4801 B]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [10.9 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1479 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [910 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [587 kB]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse riscv64 Packages [3443 B]
- Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [931 kB]
- Fetched 4305 kB in 3s (1710 kB/s)
- Reading package lists...
-
2026-01-24 20:32.12 ---> saved as "251ede323dbfa65176b4638fa752e1f0509e3260c21869ba1f7ab83315843d34"
/home/opam: (run (shell "opam pin add -k version -yn print-table.0.1.1 0.1.1"))
print-table is now pinned to version 0.1.1
2026-01-24 20:32.15 ---> saved as "c2c6ee9ae1537c32f07c746ce4cccdb79a2c7e61008e8bfac3b6ddbe9c386c79"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall print-table.0.1.1;\
\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\" != 'print-table.0.1.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
print-table.0.1.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.21.0 [required by print-table]
- install print-table 0.1.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0 (cached)
-> retrieved print-table.0.1.1 (https://github.com/mbarbin/print-table/releases/download/0.1.1/print-table-0.1.1.tbz)
-> installed dune.3.21.0
-> installed print-table.0.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-24 20:37.07 ---> saved as "7f552454ee85b7b7823bf5ab8f40842f9aaf23aa8ad08d334fb63463ce487a84"
Job succeeded
2026-01-24 20:37.44: Job succeeded