Build:
- 0
2026-01-17 20:26.31: New job: test ppx_subliner.0.2.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29237/head (f14cb352e3f8994f042e0794667f2cf7199b1cb0)
on debian-testing-ocaml-4.14/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/29237/head" && git reset --hard f14cb352
git fetch origin master
git merge --no-edit 6bda456f941d6c1e0773fcb1fd57c0eb54b8a2c1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-4.14@sha256:b65d0691add20f59c0e9c4a7364956ec8e17fcdaed43740179518e1bb82a9c24
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 ppx_subliner.0.2.2 0.2.2
RUN opam reinstall ppx_subliner.0.2.2; \
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-testing\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ppx_subliner.0.2.2' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test ppx_subliner.0.2.2) || true
RUN opam reinstall --with-test --verbose ppx_subliner.0.2.2; \
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-testing\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ppx_subliner.0.2.2' && 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-17 20:26.31: Using cache hint "ocaml/opam:debian-testing-ocaml-4.14@sha256:b65d0691add20f59c0e9c4a7364956ec8e17fcdaed43740179518e1bb82a9c24-ppx_subliner.0.2.2-f14cb352e3f8994f042e0794667f2cf7199b1cb0"
2026-01-17 20:26.31: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-4.14@sha256:b65d0691add20f59c0e9c4a7364956ec8e17fcdaed43740179518e1bb82a9c24)
(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 ppx_subliner.0.2.2 0.2.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ppx_subliner.0.2.2;\
\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-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ppx_subliner.0.2.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test ppx_subliner.0.2.2) || true"))
(run (shell "opam reinstall --with-test --verbose ppx_subliner.0.2.2;\
\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-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ppx_subliner.0.2.2' && 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-17 20:26.31: Waiting for resource in pool OCluster
2026-01-17 20:26.32: Waiting for worker…
2026-01-17 20:26.33: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 6bda456f94 Merge pull request #29229 from elias-utf8/opam-publish-qcaml.0.1.7
Updating 6bda456f94..f14cb352e3
Fast-forward
packages/ppx_subliner/ppx_subliner.0.2.2/opam | 44 +++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
create mode 100644 packages/ppx_subliner/ppx_subliner.0.2.2/opam
(from ocaml/opam:debian-testing-ocaml-4.14@sha256:b65d0691add20f59c0e9c4a7364956ec8e17fcdaed43740179518e1bb82a9c24)
Unable to find image 'ocaml/opam:debian-testing-ocaml-4.14@sha256:b65d0691add20f59c0e9c4a7364956ec8e17fcdaed43740179518e1bb82a9c24' locally
docker.io/ocaml/opam@sha256:b65d0691add20f59c0e9c4a7364956ec8e17fcdaed43740179518e1bb82a9c24: Pulling from ocaml/opam
e82aece89258: Pulling fs layer
43edfac78842: Pulling fs layer
09271b48ae02: Pulling fs layer
b3570c18015a: Pulling fs layer
e82aece89258: Waiting
bddd5e14a1f3: Pulling fs layer
09271b48ae02: Waiting
43edfac78842: Waiting
76fe2c6c6e4f: Pulling fs layer
c960ec9281cb: Pulling fs layer
b3570c18015a: Waiting
a3c5a327fa3a: Pulling fs layer
bddd5e14a1f3: Waiting
76fe2c6c6e4f: Waiting
0135f361cad9: Pulling fs layer
a3c5a327fa3a: Waiting
28e66d13c05b: Pulling fs layer
0135f361cad9: Waiting
c960ec9281cb: Waiting
2a00f1f1fcd9: Pulling fs layer
59c7234143e3: Pulling fs layer
22e1c775fbb1: Pulling fs layer
bd8043196276: Pulling fs layer
2a00f1f1fcd9: Waiting
741a255f8f97: Pulling fs layer
70df951af565: Pulling fs layer
bd8043196276: Waiting
59c7234143e3: Waiting
61b1becc9e35: Pulling fs layer
cf7f26685f6a: Pulling fs layer
002a69466f3b: Pulling fs layer
22e1c775fbb1: Waiting
70df951af565: Waiting
36e0fde82fd1: Pulling fs layer
9a02ebf97b31: Pulling fs layer
61b1becc9e35: Waiting
2de609a7c2c0: Pulling fs layer
4f4fb700ef54: Pulling fs layer
cf7f26685f6a: Waiting
da5e781c50c0: Pulling fs layer
8657f3e67625: Pulling fs layer
a640ac2af0ca: Pulling fs layer
2de609a7c2c0: Waiting
10885ff6c2b8: Pulling fs layer
4f4fb700ef54: Waiting
f61c0cf2a070: Pulling fs layer
da5e781c50c0: Waiting
9f17507411e5: Pulling fs layer
8657f3e67625: Waiting
0ea0a39ffa83: Pulling fs layer
10885ff6c2b8: Waiting
f61c0cf2a070: Waiting
9f17507411e5: Waiting
efe23f0ea144: Pulling fs layer
0ea0a39ffa83: Waiting
756f4b6fc937: Pulling fs layer
258478dfebdf: Pulling fs layer
efe23f0ea144: Waiting
d3190d710f79: Pulling fs layer
36e0fde82fd1: Waiting
756f4b6fc937: Waiting
07d2686839fc: Pulling fs layer
a640ac2af0ca: Waiting
11cf4b6cd1f6: Pulling fs layer
86d36df20e03: Pulling fs layer
acec5c4960c1: Pulling fs layer
9a02ebf97b31: Waiting
86d36df20e03: Waiting
86ea4d39deac: Pulling fs layer
e53d3ba64060: Pulling fs layer
11cf4b6cd1f6: Waiting
07d2686839fc: Waiting
1f2590655188: Pulling fs layer
e53d3ba64060: Waiting
258478dfebdf: Waiting
11070920a870: Pulling fs layer
acec5c4960c1: Waiting
2fb0447d72c6: Pulling fs layer
2a15f1d4b981: Pulling fs layer
11070920a870: Waiting
9eda42cfcb28: Pulling fs layer
2fb0447d72c6: Waiting
1f2590655188: Waiting
2a15f1d4b981: Waiting
9eda42cfcb28: Waiting
e82aece89258: Verifying Checksum
e82aece89258: Download complete
43edfac78842: Verifying Checksum
43edfac78842: Download complete
09271b48ae02: Verifying Checksum
09271b48ae02: Download complete
b3570c18015a: Verifying Checksum
b3570c18015a: Download complete
bddd5e14a1f3: Verifying Checksum
bddd5e14a1f3: Download complete
e82aece89258: Pull complete
43edfac78842: Pull complete
09271b48ae02: Pull complete
b3570c18015a: Pull complete
c960ec9281cb: Verifying Checksum
c960ec9281cb: Download complete
bddd5e14a1f3: Pull complete
a3c5a327fa3a: Verifying Checksum
a3c5a327fa3a: Download complete
0135f361cad9: Verifying Checksum
0135f361cad9: Download complete
76fe2c6c6e4f: Verifying Checksum
76fe2c6c6e4f: Download complete
28e66d13c05b: Verifying Checksum
28e66d13c05b: Download complete
59c7234143e3: Verifying Checksum
59c7234143e3: Download complete
2a00f1f1fcd9: Verifying Checksum
2a00f1f1fcd9: Download complete
22e1c775fbb1: Verifying Checksum
22e1c775fbb1: Download complete
741a255f8f97: Verifying Checksum
741a255f8f97: Download complete
bd8043196276: Download complete
61b1becc9e35: Verifying Checksum
61b1becc9e35: Download complete
cf7f26685f6a: Download complete
002a69466f3b: Verifying Checksum
002a69466f3b: Download complete
36e0fde82fd1: Verifying Checksum
36e0fde82fd1: Download complete
70df951af565: Verifying Checksum
70df951af565: Download complete
9a02ebf97b31: Verifying Checksum
9a02ebf97b31: Download complete
2de609a7c2c0: Verifying Checksum
2de609a7c2c0: Download complete
4f4fb700ef54: Download complete
da5e781c50c0: Download complete
8657f3e67625: Verifying Checksum
8657f3e67625: Download complete
a640ac2af0ca: Download complete
10885ff6c2b8: Verifying Checksum
10885ff6c2b8: Download complete
f61c0cf2a070: Verifying Checksum
f61c0cf2a070: Download complete
9f17507411e5: Download complete
efe23f0ea144: Verifying Checksum
efe23f0ea144: Download complete
756f4b6fc937: Verifying Checksum
756f4b6fc937: Download complete
0ea0a39ffa83: Verifying Checksum
0ea0a39ffa83: Download complete
258478dfebdf: Download complete
d3190d710f79: Verifying Checksum
d3190d710f79: Download complete
07d2686839fc: Download complete
86d36df20e03: Download complete
86ea4d39deac: Verifying Checksum
86ea4d39deac: Download complete
e53d3ba64060: Verifying Checksum
e53d3ba64060: Download complete
1f2590655188: Verifying Checksum
1f2590655188: Download complete
11070920a870: Verifying Checksum
11070920a870: Download complete
2fb0447d72c6: Download complete
2a15f1d4b981: Download complete
9eda42cfcb28: Verifying Checksum
9eda42cfcb28: Download complete
76fe2c6c6e4f: Pull complete
c960ec9281cb: Pull complete
a3c5a327fa3a: Pull complete
0135f361cad9: Pull complete
28e66d13c05b: Pull complete
2a00f1f1fcd9: Pull complete
59c7234143e3: Pull complete
22e1c775fbb1: Pull complete
bd8043196276: Pull complete
741a255f8f97: Pull complete
70df951af565: Pull complete
61b1becc9e35: Pull complete
cf7f26685f6a: Pull complete
002a69466f3b: Pull complete
36e0fde82fd1: Pull complete
9a02ebf97b31: Pull complete
2de609a7c2c0: Pull complete
4f4fb700ef54: Pull complete
da5e781c50c0: Pull complete
8657f3e67625: Pull complete
a640ac2af0ca: Pull complete
10885ff6c2b8: Pull complete
f61c0cf2a070: Pull complete
9f17507411e5: Pull complete
0ea0a39ffa83: Pull complete
efe23f0ea144: Pull complete
756f4b6fc937: Pull complete
258478dfebdf: Pull complete
d3190d710f79: Pull complete
07d2686839fc: Pull complete
11cf4b6cd1f6: Verifying Checksum
11cf4b6cd1f6: Download complete
acec5c4960c1: Verifying Checksum
acec5c4960c1: Download complete
11cf4b6cd1f6: Pull complete
86d36df20e03: Pull complete
acec5c4960c1: Pull complete
86ea4d39deac: Pull complete
e53d3ba64060: Pull complete
1f2590655188: Pull complete
11070920a870: Pull complete
2fb0447d72c6: Pull complete
2a15f1d4b981: Pull complete
9eda42cfcb28: Pull complete
Digest: sha256:b65d0691add20f59c0e9c4a7364956ec8e17fcdaed43740179518e1bb82a9c24
Status: Downloaded newer image for ocaml/opam@sha256:b65d0691add20f59c0e9c4a7364956ec8e17fcdaed43740179518e1bb82a9c24
2026-01-17 20:27.22 ---> using "9433d5454adece96eac2b6b000684899af95c1dec8336b2637db30f60b4258a5" 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-17 20:27.22 ---> using "29904e86a959db9e2cff0e6fcf55132d576b5af9677299fa357e2a5b39c75bdb" 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.
[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
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-17 20:27.22 ---> using "09ac3f471a6e8fc06c714e87e749b61c7837482d11fd70e10f921a9c14b3af30" 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=x86_64 os=linux os-distribution=debian os-version=unknown
# 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 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-01-17 20:27.22 ---> using "e5031279c895d7757287c9d0955d6535d4cdb1d189842b350f121620c80e5bd2" 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-17 20:27.22 ---> using "87e1da1496fb4243a9b7b38e840cb060bb6a43619929af5d52adbb9d0cb801c3" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-17 20:27.30 ---> saved as "6875233e6f17063fe8d9212bcb6e0cd22b3279fcdf37fee745cbf341253ea41f"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-17 20:27.49 ---> saved as "555830911c2fadaa97c81cd6bd6f9093003111a2e9b288986088ff1263332f3f"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [137 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [40.6 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-01-17-1432.50-F-2026-01-09-1959.54.pdiff [622 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-01-17-1432.50-F-2026-01-09-1959.54.pdiff [622 kB]
- Fetched 906 kB in 3s (280 kB/s)
- Reading package lists...
-
2026-01-17 20:27.54 ---> saved as "59598138379de243736cae7609c2944aa86eed2fd6fbab9bd219ae9b414e553c"
/home/opam: (run (shell "opam pin add -k version -yn ppx_subliner.0.2.2 0.2.2"))
ppx_subliner is now pinned to version 0.2.2
2026-01-17 20:27.54 ---> saved as "25ac2076062a70a6ba442be6baf4c169162d01037a6e9764f10e520f5f9aa8a2"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ppx_subliner.0.2.2;\
\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-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ppx_subliner.0.2.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ppx_subliner.0.2.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 9 packages
- install cmdliner 2.1.0 [required by ppx_subliner]
- install dune 3.21.0 [required by ppx_subliner]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_make 0.3.4 [required by ppx_subliner]
- install ppx_subliner 0.2.2 (pinned)
- install ppxlib 0.35.0 [required by ppx_subliner]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved dune.3.21.0 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_make.0.3.4 (cached)
-> retrieved ppx_subliner.0.2.2 (https://github.com/bn-d/ppx_subliner/archive/refs/tags/v0.2.2.tar.gz)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed cmdliner.2.1.0
-> installed dune.3.21.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppxlib.0.35.0
-> installed ppx_make.0.3.4
-> installed ppx_subliner.0.2.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-17 20:28.47 ---> saved as "b87375b0ec34f3f13cda056bd8763927ad9acee764cb05d082879649dbf340e4"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test ppx_subliner.0.2.2) || true"))
The following actions will be performed:
=== downgrade 2 packages
- downgrade cmdliner 2.1.0 to 1.3.0 [required by ppx_subliner]
- downgrade ppxlib 0.35.0 to 0.25.1 [required by ppx_subliner]
=== recompile 2 packages
- recompile ppx_make 0.3.4 [uses ppxlib]
- recompile ppx_subliner 0.2.2 (pinned)
=== install 16 packages
- install alcotest 1.9.1 [required by ppx_subliner]
- install astring 0.8.5 [required by alcotest]
- install bisect_ppx 2.8.1 [required by ppx_subliner]
- install cppo 1.8.0 [required by ppx_deriving]
- install fmt 0.11.0 [required by alcotest]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install ocamlbuild 0.16.1 [required by fmt, astring, uutf]
- install ocamlfind 1.9.8 [required by uutf, astring, fmt, ppx_deriving]
- install ppx_deriving 5.2.1 [required by ppx_deriving_cmdliner]
- install ppx_deriving_cmdliner 0.6.0 [required by ppx_subliner]
- install ppx_show 0.2.1 [required by ppx_subliner]
- install re 1.14.0 [required by alcotest]
- install result 1.5 [required by ppx_deriving_cmdliner]
- install stdcompat 21.1 [required by ppx_show]
- install topkg 1.1.1 [required by fmt, astring, uutf]
- install uutf 1.0.4 [required by alcotest]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5 (https://opam.ocaml.org/cache)
-> retrieved bisect_ppx.2.8.1 (https://opam.ocaml.org/cache)
-> retrieved cmdliner.1.3.0 (https://opam.ocaml.org/cache)
-> retrieved cppo.1.8.0 (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0 (https://opam.ocaml.org/cache)
-> retrieved ocaml-syntax-shims.1.0.0 (https://opam.ocaml.org/cache)
-> retrieved ocamlbuild.0.16.1 (https://opam.ocaml.org/cache)
-> retrieved ocamlfind.1.9.8 (https://opam.ocaml.org/cache)
-> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache)
-> retrieved ppx_deriving_cmdliner.0.6.0 (https://opam.ocaml.org/cache)
-> retrieved ppx_make.0.3.4 (https://opam.ocaml.org/cache)
-> retrieved ppx_show.0.2.1 (https://opam.ocaml.org/cache)
-> retrieved ppxlib.0.25.1 (https://opam.ocaml.org/cache)
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.8.0
-> retrieved re.1.14.0 (https://opam.ocaml.org/cache)
-> retrieved result.1.5 (https://opam.ocaml.org/cache)
-> retrieved stdcompat.21.1 (https://opam.ocaml.org/cache)
-> installed result.1.5
-> retrieved topkg.1.1.1 (https://opam.ocaml.org/cache)
-> retrieved uutf.1.0.4 (https://opam.ocaml.org/cache)
-> installed re.1.14.0
-> installed ocamlfind.1.9.8
-> installed stdcompat.21.1
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed astring.0.8.5
-> removed ppx_subliner.0.2.2
-> removed cmdliner.2.1.0
-> removed ppx_make.0.3.4
-> removed ppxlib.0.35.0
-> installed cmdliner.1.3.0
-> installed ppxlib.0.25.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed alcotest.1.9.1
-> installed ppx_make.0.3.4
-> installed ppx_show.0.2.1
-> installed bisect_ppx.2.8.1
-> installed ppx_deriving.5.2.1
-> installed ppx_deriving_cmdliner.0.6.0
-> installed ppx_subliner.0.2.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-17 20:29.21 ---> saved as "36219baa2466831962e0db5d81850810a7385b203e9af03b50a0fc8083d147ee"
/home/opam: (run (shell "opam reinstall --with-test --verbose ppx_subliner.0.2.2;\
\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-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ppx_subliner.0.2.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile ppx_subliner 0.2.2 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [ppx_subliner: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_subliner" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ppx_subliner.0.2.2)
- (cd _build/default/test/cmdliner && ./test_ppx_deriving_cmdliner.exe)
- Testing `Ppx_deriving_cmdliner'.
- This run has ID `U82C4EPZ'.
-
- [OK] test 0 simple types.
- [OK] test 1 default types.
- [OK] test 2 ENV types.
- [OK] test 3 list sep types.
- [OK] test 4 positional types.
- [OK] test 5 custom types.
- [OK] test 6 opt_all type.
- [OK] test 7 term type.
-
- Full test results in `~/.opam/4.14/.opam-switch/build/ppx_subliner.0.2.2/_build/default/test/cmdliner/_build/_tests/Ppx_deriving_cmdliner'.
- Test Successful in 0.001s. 8 tests run.
- (cd _build/default/test && ./test_subliner.exe)
- Testing `ppx_subliner'.
- This run has ID `9EE7US5Z'.
-
- [OK] attr 0 derived.
- [OK] attr 1 prefixed.
- [OK] attr 2 priority_0.
- [OK] attr 3 priority_1.
- [OK] attr 4 priority_2.
- [OK] attr 5 priority_3.
- [OK] attr 6 priority_4.
- [OK] attr 7 invalid_payload.
- [OK] attr 8 invalid_attr.
- [OK] attr.term 0 empty.
- [OK] attr.term 1 term.
- [OK] attr.term 2 deprecated.
- [OK] attr.term 3 deprecated_.
- [OK] attr.term 4 absent.
- [OK] attr.term 5 docs.
- [OK] attr.term 6 docv.
- [OK] attr.term 7 doc.
- [OK] attr.term 8 env.
- [OK] attr.term 9 env.deprecated.
- [OK] attr.term 10 env.docs.
- [OK] attr.term 11 env.doc.
- [OK] attr.term 12 names.
- [OK] attr.term 13 opt_all.
- [OK] attr.term 14 pos.
- [OK] attr.term 15 pos_all.
- [OK] attr.term 16 pos_left.
- [OK] attr.term 17 pos_right.
- [OK] attr.term 18 rev.
- [OK] attr.term 19 non_empty.
- [OK] attr.term 20 last.
- [OK] attr.term 21 last.sep.
- [OK] attr.term 22 default.
- [OK] attr.string_conv 0 empty.
- [OK] attr.string_conv 1 file.
- [OK] attr.string_conv 2 dir.
- [OK] attr.string_conv 3 non_dir_file.
- [OK] attr.cmd_info 0 empty.
- [OK] attr.cmd_info 1 deprecated.
- [OK] attr.cmd_info 2 deprecated_.
- [OK] attr.cmd_info 3 man_xrefs.
- [OK] attr.cmd_info 4 man.
- [OK] attr.cmd_info 5 envs.
- [OK] attr.cmd_info 6 exits.
- [OK] attr.cmd_info 7 sdocs.
- [OK] attr.cmd_info 8 docs.
- [OK] attr.cmd_info 9 doc.
- [OK] attr.cmd_info 10 version.
- [OK] attr.cmd_info 11 name.
- [OK] attr.single 0 conv.empty.
- [OK] attr.single 1 conv.
- [OK] attr.single 2 sep.empty.
- [OK] attr.single 3 sep.
- [OK] attr.single 4 enum.empty.
- [OK] attr.single 5 enum.
- [OK] attr.single 6 default.empty.
- [OK] attr.single 7 default.
- [OK] term.conv 0 bool.
- [OK] term.conv 1 Bool.t.
- [OK] term.conv 2 char.
- [OK] term.conv 3 Char.t`.
- [OK] term.conv 4 int.
- [OK] term.conv 5 Int.t.
- [OK] term.conv 6 nativeint.
- [OK] term.conv 7 Nativeint.t.
- [OK] term.conv 8 int32.
- [OK] term.conv 9 Int32.t.
- [OK] term.conv 10 int64.
- [OK] term.conv 11 Int64.t.
- [OK] term.conv 12 float.
- [OK] term.conv 13 Float.t.
- [OK] term.conv 14 string.
- [OK] term.conv 15 String.t.
- [OK] term.conv 16 file.
- [OK] term.conv 17 dir.
- [OK] term.conv 18 non_dir_file.
- [OK] term.conv 19 option.
- [OK] term.conv 20 Option.t.
- [OK] term.conv 21 list.
- [OK] term.conv 22 List.t.
- [OK] term.conv 23 list.sep.
- [OK] term.conv 24 array.
- [OK] term.conv 25 Array.t.
- [OK] term.conv 26 array.sep.
- [OK] term.conv 27 pair.
- [OK] term.conv 28 pair.sep.
- [OK] term.conv 29 t3.
- [OK] term.conv 30 t3.sep.
- [OK] term.conv 31 t4.
- [OK] term.conv 32 t4.sep.
- [OK] term.conv 33 nested.
- [OK] term.conv 34 inside_attr.
- [OK] term.conv 35 custom.
- [OK] term.conv 36 invalid_1.
- [OK] term.conv 37 invalid_2.
- [OK] term.conv 38 gen.basic.
- [OK] term.conv 39 gen.option.
- [OK] term.conv 40 gen.list.
- [OK] term.conv 41 gen.list.sep.
- [OK] term.conv 42 gen.array.
- [OK] term.conv 43 gen.array.sep.
- [OK] term.conv 44 gen.pair.
- [OK] term.conv 45 gen.pair.sep.
- [OK] term.conv 46 gen.t3.
- [OK] term.conv 47 gen.t3.sep.
- [OK] term.conv 48 gen.t4.
- [OK] term.conv 49 gen.t4.sep.
- [OK] term.conv 50 gen.custom.
- [OK] term.info 0 empty.
- [OK] term.info 1 all.
- [OK] term.as-term 0 empty.
- [OK] term.as-term 1 default.
- [OK] term.as-term 2 default.invalid.
- [OK] term.as-term 3 non_empty.
- [OK] term.as-term 4 non_empty.invalid.
- [OK] term.as-term 5 last.
- [OK] term.as-term 6 last.default.
- [OK] term.as-term 7 last.sep.
- [OK] term.as-term 8 last.invalid.
- [OK] term.as-term 9 non_empty_last_conflict.
- [OK] term.as-term 10 non_empty_default_conflict.
- [OK] term.named 0 simple.simple.
- [OK] term.named 1 simple.default.
- [OK] term.named 2 simple.required.
- [OK] term.named 3 simple.non-empty.
- [OK] term.named 4 simple.last.
- [OK] term.named 5 opt_all.simple.
- [OK] term.named 6 opt_all.default.
- [OK] term.named 7 opt_all.non-empty.
- [OK] term.named 8 opt_all.last.
- [OK] term.postional 0 simple.simple.
- [OK] term.postional 1 simple.default.
- [OK] term.postional 2 simple.required.
- [OK] term.postional 3 simple.non_empty.
- [OK] term.postional 4 simple.too_many.
- [OK] term.postional 5 list_pos.left_1.
- [OK] term.postional 6 list_pos.left_2.
- [OK] term.postional 7 list_pos.right.
- [OK] term.postional 8 list_pos.non_empty.
- [OK] term.postional 9 list_pos.nested.
- [OK] term.postional 10 list_pos.empty.
- [OK] term.postional 11 pos_list.rev.
- [OK] term 0 names.long.
- [OK] term 1 names.short.
- [OK] term 2 sep.simple.
- [OK] term 3 term.simple.
- [OK] term 4 conv.simple.
- [OK] term 5 multi_pos.
- [OK] term 6 pos_names_conflict.
- [OK] term 7 pos_opt_all_conflict.
- [OK] term 8 pos_all_rev_conflict.
- [OK] term 9 pos_sep_conflict.
- [OK] term 10 pos.invalid.
- [OK] term 11 opt_all_sep_conflict.
- [OK] term 12 opt_all.invalid.
- [OK] term 13 non_empty.invalid.
- [OK] group-cmd 0 simple.simple_t.
- [OK] group-cmd 1 simple.simple_m.
- [OK] group-cmd 2 simple.simple_name_attr.
- [OK] group-cmd 3 simple.simple_no_arg.
- [OK] group-cmd 4 simple.simple_inline.
- [OK] group-cmd 5 simple.simple_cmdliner.
- [OK] group-cmd 6 simple.simple_multi.
- [OK] enum 0 simple.simple.
- [OK] enum 1 simple.names_1.
- [OK] enum 2 simple.names_2.
- [OK] enum 3 simple.invalid.
-
- Full test results in `~/.opam/4.14/.opam-switch/build/ppx_subliner.0.2.2/_build/default/test/_build/_tests/ppx_subliner'.
- Test Successful in 0.014s. 166 tests run.
-> compiled ppx_subliner.0.2.2
-> removed ppx_subliner.0.2.2
-> installed ppx_subliner.0.2.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-17 20:29.30 ---> saved as "7c209342dfd95f126adb9d943dccbdcdecbd27827f5c3e3a9599bd657a200095"
Job succeeded
2026-01-17 20:29.37: Job succeeded