- github
- ocaml
- opam-repository
- 468c97
- extras,ocaml-5.3-afl,ancient.0.10.0
(not at the head of any monitored branch or PR)
2025-05-30 13:18.19: New job: build ancient.0.10.0, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/27965/head (468c97008e09c06f872780fab8b1e953f8c31ebf)
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/27965/head" && git reset --hard 468c9700
git fetch origin master
git merge --no-edit edaf2946e3454afde810eb17e5013eb7b2d138e3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3-afl@sha256:6495fc213de0a5315a5cb96e25efa45df598f8e7c39f9fd7470490ef3ebfd6e7
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 ancient.0.10.0 0.10.0
RUN opam reinstall ancient.0.10.0; \
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" != 'ancient.0.10.0' && 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-05-30 13:18.19: Using cache hint "ocaml/opam:debian-12-ocaml-5.3-afl@sha256:6495fc213de0a5315a5cb96e25efa45df598f8e7c39f9fd7470490ef3ebfd6e7-ancient.0.10.0-468c97008e09c06f872780fab8b1e953f8c31ebf"
2025-05-30 13:18.19: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3-afl@sha256:6495fc213de0a5315a5cb96e25efa45df598f8e7c39f9fd7470490ef3ebfd6e7)
(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 ancient.0.10.0 0.10.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ancient.0.10.0;\
\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\" != 'ancient.0.10.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-05-30 13:18.19: Waiting for resource in pool OCluster
2025-05-30 14:00.43: Waiting for worker…
2025-05-30 14:02.23: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files: 74% (17286/23169)
Updating files: 75% (17377/23169)
Updating files: 76% (17609/23169)
Updating files: 77% (17841/23169)
Updating files: 78% (18072/23169)
Updating files: 79% (18304/23169)
Updating files: 80% (18536/23169)
Updating files: 81% (18767/23169)
Updating files: 82% (18999/23169)
Updating files: 83% (19231/23169)
Updating files: 84% (19462/23169)
Updating files: 85% (19694/23169)
Updating files: 86% (19926/23169)
Updating files: 87% (20158/23169)
Updating files: 88% (20389/23169)
Updating files: 89% (20621/23169)
Updating files: 90% (20853/23169)
Updating files: 91% (21084/23169)
Updating files: 92% (21316/23169)
Updating files: 93% (21548/23169)
Updating files: 94% (21779/23169)
Updating files: 95% (22011/23169)
Updating files: 96% (22243/23169)
Updating files: 97% (22474/23169)
Updating files: 98% (22706/23169)
Updating files: 99% (22938/23169)
Updating files: 100% (23169/23169)
Updating files: 100% (23169/23169), done.
HEAD is now at edaf2946e3 Merge pull request #27961 from hannesm/fix-dns-cli
Updating edaf2946e3..468c97008e
Fast-forward
packages/ancient/ancient.0.10.0/opam | 53 ++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
create mode 100644 packages/ancient/ancient.0.10.0/opam
(from ocaml/opam:debian-12-ocaml-5.3-afl@sha256:6495fc213de0a5315a5cb96e25efa45df598f8e7c39f9fd7470490ef3ebfd6e7)
2025-05-30 14:02.48 ---> saved as "6e7997cd15e8580c5bad6f64bd3fea7a498021b8d156038178e8c49eb1d05603"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-30 14:02.48 ---> saved as "f29b37781781005d167e6a3d3909d607ab089dcf3721391cfc96977dfc689708"
/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-05-30 14:03.23 ---> saved as "a1265b9846c6cdf9b6c13cdb754632a80d8fb4abbb3d8362df1c69ccddf9a802"
/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 71
# 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-05-30 14:03.24 ---> saved as "16678da4e079dcdc2ae898b1ba216421d378516df559937b48d6be2230da9ab0"
/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-05-30 14:03.36 ---> saved as "fa5041303201139dd64e42ac51e0dd4ee4c1efab1924df0a87a7c7a75897f124"
/home/opam: (copy (src .) (dst opam-repository/))
2025-05-30 14:04.04 ---> saved as "7553cce5822f0b44b5c8e888faacbde2e4b92167035f14b7eebc560c9cd567ff"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-30 14:04.34 ---> saved as "677748ac7fe43c146b5ceef2d6238a3b9954016bdf8edae2ac9999fb67d9d10c"
/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 [265 kB]
- Fetched 368 kB in 0s (994 kB/s)
- Reading package lists...
-
2025-05-30 14:04.36 ---> saved as "eb312fab8991581105f433e430cb3aae0ca92c526f4d260566f2b0146712bf8b"
/home/opam: (run (shell "opam pin add -k version -yn ancient.0.10.0 0.10.0"))
ancient is now pinned to version 0.10.0
2025-05-30 14:04.37 ---> saved as "34fb13495aa80b60c6051f72e787949df909bf20e8c53aa181ab375d1eb34532"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ancient.0.10.0;\
\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\" != 'ancient.0.10.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ancient.0.10.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 2 packages
- install ancient 0.10.0 (pinned)
- install dune 3.19.0 [required by ancient]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ancient.0.10.0 (https://github.com/OCamlPro/ocaml-ancient/releases/download/0.10.0/ancient-0.10.0.tbz)
-> retrieved dune.3.19.0 (cached)
-> installed dune.3.19.0
-> installed ancient.0.10.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-30 14:05.28 ---> saved as "08d9df35d02a3de60e396980caaf3ba944887a07c84fc2c7064457535106ffd4"
Job succeeded
2025-05-30 14:05.43: Job succeeded