- github
- ocaml
- opam-repository
- 384459
- distributions,alpine-3.21-ocaml-4.14,sail_coq_backend.0.19.1
(not at the head of any monitored branch or PR)
2025-06-09 13:55.50: New job: build sail_coq_backend.0.19.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28004/head (3844593231c3fdb39e72e63dcee4e6ebfcd3ab58)
on alpine-3.21-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/28004/head" && git reset --hard 38445932
git fetch origin master
git merge --no-edit ee8633a3192f0d127dc2b173f99bab6f812250e0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-4.14@sha256:f21c55fd62420a059391d2f5dc1f4acc0f84692ea17251a9696142ef09cc1abc
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 sail_coq_backend.0.19.1 0.19.1
RUN opam reinstall sail_coq_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 "\"alpine-3.21\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'sail_coq_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-09 13:55.50: Using cache hint "ocaml/opam:alpine-3.21-ocaml-4.14@sha256:f21c55fd62420a059391d2f5dc1f4acc0f84692ea17251a9696142ef09cc1abc-sail_coq_backend.0.19.1-3844593231c3fdb39e72e63dcee4e6ebfcd3ab58"
2025-06-09 13:55.50: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:f21c55fd62420a059391d2f5dc1f4acc0f84692ea17251a9696142ef09cc1abc)
(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 sail_coq_backend.0.19.1 0.19.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall sail_coq_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 \"\\\"alpine-3.21\\\"\"; 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_coq_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-09 13:55.50: Waiting for resource in pool OCluster
2025-06-09 14:15.07: Waiting for worker…
2025-06-09 14:18.44: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Updating files: 93% (21823/23232)
Updating files: 94% (21839/23232)
Updating files: 95% (22071/23232)
Updating files: 96% (22303/23232)
Updating files: 97% (22536/23232)
Updating files: 98% (22768/23232)
Updating files: 99% (23000/23232)
Updating files: 100% (23232/23232)
Updating files: 100% (23232/23232), done.
HEAD is now at ee8633a319 Merge pull request #28000 from nikhil-kamath/release-spurs-v0.1.1
Updating ee8633a319..3844593231
Fast-forward
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:alpine-3.21-ocaml-4.14@sha256:f21c55fd62420a059391d2f5dc1f4acc0f84692ea17251a9696142ef09cc1abc)
Unable to find image 'ocaml/opam:alpine-3.21-ocaml-4.14@sha256:f21c55fd62420a059391d2f5dc1f4acc0f84692ea17251a9696142ef09cc1abc' locally
docker.io/ocaml/opam@sha256:f21c55fd62420a059391d2f5dc1f4acc0f84692ea17251a9696142ef09cc1abc: Pulling from ocaml/opam
82ddd567c1b0: Pulling fs layer
d96db50d3b95: Pulling fs layer
c99595729266: Pulling fs layer
9dcbd23aebd7: Pulling fs layer
0579650eec45: Pulling fs layer
82ddd567c1b0: Waiting
9dcbd23aebd7: Waiting
d96db50d3b95: Waiting
0579650eec45: Waiting
c99595729266: Waiting
82ddd567c1b0: Verifying Checksum
82ddd567c1b0: Download complete
d96db50d3b95: Verifying Checksum
d96db50d3b95: Download complete
c99595729266: Verifying Checksum
c99595729266: Download complete
9dcbd23aebd7: Download complete
0579650eec45: Verifying Checksum
0579650eec45: Download complete
82ddd567c1b0: Pull complete
d96db50d3b95: Pull complete
c99595729266: Pull complete
9dcbd23aebd7: Pull complete
0579650eec45: Pull complete
Digest: sha256:f21c55fd62420a059391d2f5dc1f4acc0f84692ea17251a9696142ef09cc1abc
Status: Downloaded newer image for ocaml/opam@sha256:f21c55fd62420a059391d2f5dc1f4acc0f84692ea17251a9696142ef09cc1abc
2025-06-09 14:18.48 ---> using "26c76ddfc70590fdd383b13dcef2243ba86d955bc36c6b1583aa0ada538fee90" 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-06-09 14:18.48 ---> using "778d6c61c4fe4fe4cffc13d07e37ed1efa1f5faef7d5b3bf89d003899bfa7b5b" 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-06-09 14:18.48 ---> using "712e77a3577308e7f1902cf072f5f54e5bbff4040a22733145d89a4b9b102185" 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.4.0~alpha2
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=alpine os-version=3.21.3
# 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 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
2025-06-09 14:18.48 ---> using "d7e182070bb45acc8cd2aae976dba74f3eaa515474e2255e0b712ffaba036e87" 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-09 14:18.48 ---> using "a1017d5ca95ad540a8e210cbb5bbc112c0debdc6145ac1ddf5a565ac736d2db3" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-06-09 14:18.49 ---> using "f79f45f6205392feff9f1b54f6995082ebe7a5ad257655aa9b44259cbe898dc4" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-09 14:19.03 ---> saved as "8fe7aa93ce92ff8baf2e1f340c1e661cbf1408b5c390864e0e7d5242b12a6871"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.21.3-590-gf2fbf5554ea [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.3-590-gf2fbf5554ea [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v3.22.0-613-geb9d602e742 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.22.0-616-g4f56baa9c26 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.22.0-620-g62d8cca801a [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 58639 distinct packages available
2025-06-09 14:19.05 ---> saved as "3bbf49aae1c9ca8acab0140cd5e0eb327835738c67ef8f69bac6e4e559666437"
/home/opam: (run (shell "opam pin add -k version -yn sail_coq_backend.0.19.1 0.19.1"))
sail_coq_backend is now pinned to version 0.19.1
2025-06-09 14:19.06 ---> saved as "ca46551c12847b517977f2f563afd543a221651f85ea7712bd5d49c369db83aa"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall sail_coq_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 \"\\\"alpine-3.21\\\"\"; 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_coq_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_coq_backend.0.19.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 27 packages
- 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_coq_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_coq_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 linksem, lem, ott]
- install ocamlgraph 2.2.0 [required by ott]
- 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_coq_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:
findutils gmp-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apk to install them (may need root/sudo access)
2. Display the recommended apk 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 "apk" "add" "findutils" "gmp-dev"
- (1/3) Installing findutils (4.10.0-r0)
- (2/3) Installing libgmpxx (6.3.0-r2)
- (3/3) Installing gmp-dev (6.3.0-r2)
- Executing busybox-1.37.0-r12.trigger
- OK: 310 MiB in 104 packages
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-findutils.1
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> 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_coq_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 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 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 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_coq_backend.0.19.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-09 14:21.58 ---> saved as "bbb932edbff84b1013d6055f3b730013efc5568a057a64f74cd479a30c598f4b"
Job succeeded
2025-06-09 14:22.07: Job succeeded