- github
- ocaml
- opam-repository
- 384459
- distributions,debian-testing-ocaml-5.3,sail_latex_backend.0.19.1,tests
(not at the head of any monitored branch or PR)
2025-06-10 01:23.48: New job: test sail_latex_backend.0.19.1, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/28004/head (3844593231c3fdb39e72e63dcee4e6ebfcd3ab58)
on debian-testing-ocaml-5.3/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/28004/head" && git reset --hard 38445932
git fetch origin master
git merge --no-edit 6db96b377f993aa0c7ffb5c06737929e583f3305
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-5.3@sha256:204e92afacfe5a94f406247cc69a26c9c2f41ca9aa36af224614a7c5048b3125
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 sail_latex_backend.0.19.1 0.19.1
RUN opam reinstall sail_latex_backend.0.19.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 "\"debian-testing\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'sail_latex_backend.0.19.1' && 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 sail_latex_backend.0.19.1) || true
RUN opam reinstall --with-test --verbose sail_latex_backend.0.19.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 "\"debian-testing\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'sail_latex_backend.0.19.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 .
2025-06-10 01:23.48: Using cache hint "ocaml/opam:debian-testing-ocaml-5.3@sha256:204e92afacfe5a94f406247cc69a26c9c2f41ca9aa36af224614a7c5048b3125-sail_latex_backend.0.19.1-3844593231c3fdb39e72e63dcee4e6ebfcd3ab58"
2025-06-10 01:23.48: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-5.3@sha256:204e92afacfe5a94f406247cc69a26c9c2f41ca9aa36af224614a7c5048b3125)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 sail_latex_backend.0.19.1 0.19.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall sail_latex_backend.0.19.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 \"\\\"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\" != 'sail_latex_backend.0.19.1' && 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 sail_latex_backend.0.19.1) || true"))
(run (shell "opam reinstall --with-test --verbose sail_latex_backend.0.19.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 \"\\\"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\" != 'sail_latex_backend.0.19.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-06-10 01:23.48: Waiting for resource in pool OCluster
2025-06-10 01:23.49: Waiting for worker…
2025-06-10 01:23.57: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files: 86% (20120/23233)
Updating files: 87% (20213/23233)
Updating files: 88% (20446/23233)
Updating files: 89% (20678/23233)
Updating files: 90% (20910/23233)
Updating files: 91% (21143/23233)
Updating files: 92% (21375/23233)
Updating files: 93% (21607/23233)
Updating files: 94% (21840/23233)
Updating files: 95% (22072/23233)
Updating files: 96% (22304/23233)
Updating files: 97% (22537/23233)
Updating files: 98% (22769/23233)
Updating files: 99% (23001/23233)
Updating files: 100% (23233/23233)
Updating files: 100% (23233/23233), done.
HEAD is now at 6db96b377f Merge pull request #28003 from punchagan/opam-publish-opam-ci-check-lint.0.1
Merge made by the 'ort' strategy.
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
warning: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
packages/libsail/libsail.0.19.1/opam | 68 ++++++++++++++++++++
packages/sail/sail.0.19.1/opam | 73 ++++++++++++++++++++++
packages/sail_c_backend/sail_c_backend.0.19.1/opam | 49 +++++++++++++++
.../sail_coq_backend/sail_coq_backend.0.19.1/opam | 49 +++++++++++++++
.../sail_doc_backend/sail_doc_backend.0.19.1/opam | 51 +++++++++++++++
.../sail_latex_backend.0.19.1/opam | 50 +++++++++++++++
.../sail_lean_backend.0.19.1/opam | 49 +++++++++++++++
.../sail_lem_backend/sail_lem_backend.0.19.1/opam | 49 +++++++++++++++
packages/sail_manifest/sail_manifest.0.19.1/opam | 49 +++++++++++++++
.../sail_ocaml_backend.0.19.1/opam | 50 +++++++++++++++
packages/sail_output/sail_output.0.19.1/opam | 49 +++++++++++++++
.../sail_smt_backend/sail_smt_backend.0.19.1/opam | 49 +++++++++++++++
.../sail_sv_backend/sail_sv_backend.0.19.1/opam | 49 +++++++++++++++
13 files changed, 684 insertions(+)
create mode 100644 packages/libsail/libsail.0.19.1/opam
create mode 100644 packages/sail/sail.0.19.1/opam
create mode 100644 packages/sail_c_backend/sail_c_backend.0.19.1/opam
create mode 100644 packages/sail_coq_backend/sail_coq_backend.0.19.1/opam
create mode 100644 packages/sail_doc_backend/sail_doc_backend.0.19.1/opam
create mode 100644 packages/sail_latex_backend/sail_latex_backend.0.19.1/opam
create mode 100644 packages/sail_lean_backend/sail_lean_backend.0.19.1/opam
create mode 100644 packages/sail_lem_backend/sail_lem_backend.0.19.1/opam
create mode 100644 packages/sail_manifest/sail_manifest.0.19.1/opam
create mode 100644 packages/sail_ocaml_backend/sail_ocaml_backend.0.19.1/opam
create mode 100644 packages/sail_output/sail_output.0.19.1/opam
create mode 100644 packages/sail_smt_backend/sail_smt_backend.0.19.1/opam
create mode 100644 packages/sail_sv_backend/sail_sv_backend.0.19.1/opam
(from ocaml/opam:debian-testing-ocaml-5.3@sha256:204e92afacfe5a94f406247cc69a26c9c2f41ca9aa36af224614a7c5048b3125)
Unable to find image 'ocaml/opam:debian-testing-ocaml-5.3@sha256:204e92afacfe5a94f406247cc69a26c9c2f41ca9aa36af224614a7c5048b3125' locally
docker.io/ocaml/opam@sha256:204e92afacfe5a94f406247cc69a26c9c2f41ca9aa36af224614a7c5048b3125: Pulling from ocaml/opam
Digest: sha256:204e92afacfe5a94f406247cc69a26c9c2f41ca9aa36af224614a7c5048b3125
Status: Downloaded newer image for ocaml/opam@sha256:204e92afacfe5a94f406247cc69a26c9c2f41ca9aa36af224614a7c5048b3125
2025-06-10 01:31.19 ---> using "9f7eca0b32c6bf29822f6f3e7438b1ccb651e158d700e0794b53e06ac7e9f9ab" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-10 01:31.19 ---> using "ddfaa91f533b93c34a18d14b3cce89c80c9bb3d4ca5ab865b7cf27bdf5572f04" 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 development 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-06-10 01:31.19 ---> using "b61848307636c16d47a2b4be67c6759a322b4dbcec8691135af9256de57dbe0e" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.3
# invariant ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2025-06-10 01:31.19 ---> using "2fb4f3bac5fc759930d17d01f4781985cec80d12ae6b096a7ab32324372f2433" 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-06-10 01:31.19 ---> using "33cc5e7bade8fd5ddf769f6b4cebc33f9b2ead53e15999852b0cd88a31edcc66" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-06-10 01:31.20 ---> using "5c46d71870d363c22c3b7ebdbe2717e91317fe05b9b4c6fbaba0ecb63a450503" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-10 01:31.20 ---> using "fe2b88c558cfbfeb969a5658098b141ecfc725dd962ee38dc2932cc3420d7dd4" from cache
/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 [166 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [45.1 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [27.9 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-07-1404.08.pdiff [3222 B]
- Get:6 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-07-2004.41.pdiff [993 B]
- Get:7 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-08-0205.02.pdiff [15.8 kB]
- Get:8 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-08-1404.20.pdiff [2026 B]
- Get:9 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-08-2004.10.pdiff [2167 B]
- Get:10 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-09-0204.00.pdiff [9446 B]
- Get:11 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-09-0804.04.pdiff [1103 B]
- Get:12 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-09-1404.36.pdiff [773 B]
- Get:13 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-09-2004.06.pdiff [1161 B]
- Get:13 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-09-2004.06.pdiff [1161 B]
- Fetched 323 kB in 6s (52.9 kB/s)
- Reading package lists...
2025-06-10 01:31.20 ---> using "d96877d595fbef99115ae3a348f6c7e70613b6946de874a845d835c6bbd55cf1" from cache
/home/opam: (run (shell "opam pin add -k version -yn sail_latex_backend.0.19.1 0.19.1"))
sail_latex_backend is now pinned to version 0.19.1
2025-06-10 01:31.21 ---> saved as "ddfb7c936abd8c09cd41f5cc8dd7d1033dd5e70a53a956581b6a02b628062a77"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall sail_latex_backend.0.19.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 \"\\\"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\" != 'sail_latex_backend.0.19.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
sail_latex_backend.0.19.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 29 packages
- install base-bytes base [required by omd]
- install conf-findutils 1 [required by lem]
- install conf-gmp 5 [required by libsail]
- install conf-pkg-config 4 [required by zarith]
- install csexp 1.5.2 [required by dune-private-libs]
- install dune 3.19.0 [required by sail_latex_backend]
- install dune-private-libs 3.19.0 [required by dune-site]
- install dune-site 3.19.0 [required by libsail]
- install dyn 3.19.0 [required by dune-private-libs]
- install lem 2025-03-13 [required by libsail]
- install libsail 0.19.1 [required by sail_latex_backend]
- install linksem 0.8 [required by libsail]
- install menhir 20240715 [required by libsail]
- install menhirCST 20240715 [required by menhir]
- install menhirLib 20240715 [required by menhir]
- install menhirSdk 20240715 [required by menhir]
- install num 1.5-1 [required by lem]
- install ocamlbuild 0.16.1 [required by lem, linksem]
- install ocamlfind 1.9.8 [required by ott, lem, linksem, base-bytes]
- install ocamlgraph 2.2.0 [required by ott]
- install omd 1.3.2 [required by sail_latex_backend]
- install ordering 3.19.0 [required by dyn, stdune]
- install ott 0.34 [required by libsail]
- install pp 2.0.0 [required by dune-private-libs]
- install pprint 20230830 [required by libsail]
- install sail_latex_backend 0.19.1 (pinned)
- install stdune 3.19.0 [required by dune-private-libs]
- install yojson 3.0.0 [required by libsail]
- install zarith 1.14 [required by lem]
The following system packages will first need to be installed:
libgmp-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get 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/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20645 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-8) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-findutils.1
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> retrieved dune.3.19.0, dune-private-libs.3.19.0, dune-site.3.19.0, dyn.3.19.0, ordering.3.19.0, stdune.3.19.0 (cached)
-> retrieved lem.2025-03-13 (cached)
-> retrieved libsail.0.19.1, sail_latex_backend.0.19.1 (cached)
-> retrieved linksem.0.8 (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved num.1.5-1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved omd.1.3.2 (cached)
-> retrieved ott.0.34 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved pprint.20230830 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed num.1.5-1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed dune.3.19.0
-> installed csexp.1.5.2
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed pp.2.0.0
-> installed pprint.20230830
-> installed omd.1.3.2
-> installed ocamlgraph.2.2.0
-> installed ordering.3.19.0
-> installed yojson.3.0.0
-> installed dyn.3.19.0
-> installed stdune.3.19.0
-> installed ott.0.34
-> installed dune-private-libs.3.19.0
-> installed dune-site.3.19.0
-> installed menhir.20240715
-> installed lem.2025-03-13
-> installed linksem.0.8
-> installed libsail.0.19.1
-> installed sail_latex_backend.0.19.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-10 01:34.09 ---> saved as "08d1b7fa771489d43d577a70c36265a2135080374f07eda210ac9c1d4f820948"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test sail_latex_backend.0.19.1) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile sail_latex_backend 0.19.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed sail_latex_backend.0.19.1
-> installed sail_latex_backend.0.19.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-10 01:34.14 ---> saved as "fcb1f2a9bca8d2ff861bfbd13c85c336bc577003a57b4685e9d94e06becd6773"
/home/opam: (run (shell "opam reinstall --with-test --verbose sail_latex_backend.0.19.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 \"\\\"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\" != 'sail_latex_backend.0.19.1' && 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 sail_latex_backend 0.19.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [sail_latex_backend: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sail_latex_backend" "-j" "255" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/5.3/.opam-switch/build/sail_latex_backend.0.19.1)
Processing 2/4: [sail_latex_backend: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "sail_latex_backend" "--create-install-files" "sail_latex_backend" (CWD=/home/opam/.opam/5.3/.opam-switch/build/sail_latex_backend.0.19.1)
-> compiled sail_latex_backend.0.19.1
-> removed sail_latex_backend.0.19.1
-> installed sail_latex_backend.0.19.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-10 01:34.20 ---> saved as "aad32b1f2028f13a3847d2329dff0abef9c3a47a7d02c7f905366137b7e8b125"
Job succeeded
2025-06-10 01:34.26: Job succeeded