- github
- ocaml
- opam-repository
- 384459
- extras,ocaml-5.3-afl,sail_manifest.0.19.1,tests
(not at the head of any monitored branch or PR)
2025-06-10 01:24.08: New job: test sail_manifest.0.19.1, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/28004/head (3844593231c3fdb39e72e63dcee4e6ebfcd3ab58)
on debian-12-ocaml-5.3-afl/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-12-ocaml-5.3-afl@sha256:ea51c8d78c668c6ae8901644dae98ec16e3891e799bb65cbbefe247a1195a749
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_manifest.0.19.1 0.19.1
RUN opam reinstall sail_manifest.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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'sail_manifest.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_manifest.0.19.1) || true
RUN opam reinstall --with-test --verbose sail_manifest.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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'sail_manifest.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:24.08: Using cache hint "ocaml/opam:debian-12-ocaml-5.3-afl@sha256:ea51c8d78c668c6ae8901644dae98ec16e3891e799bb65cbbefe247a1195a749-sail_manifest.0.19.1-3844593231c3fdb39e72e63dcee4e6ebfcd3ab58"
2025-06-10 01:24.08: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3-afl@sha256:ea51c8d78c668c6ae8901644dae98ec16e3891e799bb65cbbefe247a1195a749)
(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_manifest.0.19.1 0.19.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall sail_manifest.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-12\\\"\"; 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_manifest.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_manifest.0.19.1) || true"))
(run (shell "opam reinstall --with-test --verbose sail_manifest.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-12\\\"\"; 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_manifest.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:24.08: Waiting for resource in pool OCluster
2025-06-10 01:29.20: Waiting for worker…
2025-06-10 01:34.21: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files: 94% (21902/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-12-ocaml-5.3-afl@sha256:ea51c8d78c668c6ae8901644dae98ec16e3891e799bb65cbbefe247a1195a749)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3-afl@sha256:ea51c8d78c668c6ae8901644dae98ec16e3891e799bb65cbbefe247a1195a749' locally
docker.io/ocaml/opam@sha256:ea51c8d78c668c6ae8901644dae98ec16e3891e799bb65cbbefe247a1195a749: Pulling from ocaml/opam
2f15651b245f: Already exists
525b5edeb8fc: Already exists
4b6c7e77ee22: Already exists
b23e7efc1b14: Already exists
09e1c6bfae66: Pulling fs layer
b1cb314eac0e: Pulling fs layer
45683facd4db: Pulling fs layer
016f9d969868: Pulling fs layer
016f9d969868: Waiting
b1cb314eac0e: Verifying Checksum
b1cb314eac0e: Download complete
45683facd4db: Download complete
016f9d969868: Verifying Checksum
016f9d969868: Download complete
09e1c6bfae66: Verifying Checksum
09e1c6bfae66: Download complete
09e1c6bfae66: Pull complete
b1cb314eac0e: Pull complete
45683facd4db: Pull complete
016f9d969868: Pull complete
Digest: sha256:ea51c8d78c668c6ae8901644dae98ec16e3891e799bb65cbbefe247a1195a749
Status: Downloaded newer image for ocaml/opam@sha256:ea51c8d78c668c6ae8901644dae98ec16e3891e799bb65cbbefe247a1195a749
2025-06-10 01:34.46 ---> saved as "46e7fad81dd0d4fdb60caabf39b8f37bcd11cf32075f56a1bf75f7f6d7486852"
/: (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:34.46 ---> saved as "02ae3e2662c4efe5692ce54d4f11886799e6d84fcc7bf049d7238065ebed7924"
/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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-10 01:35.17 ---> saved as "6f67f7d69f7dfb60e61dfac933f79b59f7724a0d4230ab28a3dd10802751c55b"
/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=12
# 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-variants" {= "5.3.0+options"}]
# compiler-packages ocaml-compiler.5.3.0, ocaml-option-afl.1, ocaml-options-only-afl.1, ocaml-variants.5.3.0+options
# 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+options+afl
2025-06-10 01:35.18 ---> saved as "fafd7608b7124de8e822c8bdc3a24bd4a37318133b28299461869a8b86a68cbe"
/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:35.33 ---> saved as "584ff878cd20830b28b1fb681f17a61ffa3d2ee7a14494e9343c4d671f24bebf"
/home/opam: (copy (src .) (dst opam-repository/))
2025-06-10 01:35.47 ---> saved as "18b0ab9ef23ccfb2f6d88593e44618d9ac64b17062672c21789ae06a81a29c1d"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-10 01:36.11 ---> saved as "d734b193493a2f94c40703c68884c9c2d6749abc3d666bd6903472233501edee"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [266 kB]
- Fetched 369 kB in 0s (1192 kB/s)
- Reading package lists...
2025-06-10 01:36.12 ---> saved as "f949a8177d3afd4fb71aa17e75e425d5df7a400ba80e9b2e967d3a5a9873dc79"
/home/opam: (run (shell "opam pin add -k version -yn sail_manifest.0.19.1 0.19.1"))
sail_manifest is now pinned to version 0.19.1
2025-06-10 01:36.14 ---> saved as "d6a6be1c5eda399e72e7fbf804b4f226154ba74b50d9323b04f204cffd84f259"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall sail_manifest.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-12\\\"\"; 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_manifest.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_manifest.0.19.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.19.0 [required by sail_manifest]
- install sail_manifest 0.19.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.19.0 (cached)
-> retrieved sail_manifest.0.19.1 (cached)
-> installed dune.3.19.0
-> installed sail_manifest.0.19.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-10 01:36.56 ---> saved as "967ba161a34fcc260411c5ed34ea4792cae0591888030016605b874b1fdcb97d"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test sail_manifest.0.19.1) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile sail_manifest 0.19.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed sail_manifest.0.19.1
-> installed sail_manifest.0.19.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-10 01:37.01 ---> saved as "3505a16c2af7d347999a7a8af538fbcca95936eb4aa1255fd86c7073c06d6f21"
/home/opam: (run (shell "opam reinstall --with-test --verbose sail_manifest.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-12\\\"\"; 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_manifest.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_manifest 0.19.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [sail_manifest: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sail_manifest" "-j" "255" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/5.3/.opam-switch/build/sail_manifest.0.19.1)
Processing 2/4: [sail_manifest: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "sail_manifest" "--create-install-files" "sail_manifest" (CWD=/home/opam/.opam/5.3/.opam-switch/build/sail_manifest.0.19.1)
-> compiled sail_manifest.0.19.1
-> removed sail_manifest.0.19.1
-> installed sail_manifest.0.19.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-10 01:37.07 ---> saved as "1dd540ddd70cddc45a0fd72d1b523209eb5e525402b639654c800a18addf79e9"
Job succeeded
2025-06-10 01:37.15: Job succeeded