- github
- ocaml
- opam-repository
- 62ea4a
- extras,arm64-ocaml-4.14,tsort.2.2.0
(not at the head of any monitored branch or PR)
2025-03-30 17:17.01: New job: build tsort.2.2.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27695/head (62ea4a5f124e7fecd2ffc92dfd29b3e252b0fa08)
on debian-12-ocaml-4.14/arm64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27695/head" && git reset --hard 62ea4a5f
git fetch origin master
git merge --no-edit a8a89f62d8abd2a9f0cbb04826bfec1ef6b563e7
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:24745cc1cf87ba1f5909abe66f200016d1dc330b7fce8749f9e87459ec1f8e51
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 tsort.2.2.0 2.2.0
RUN opam reinstall tsort.2.2.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" != 'tsort.2.2.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-03-30 17:17.01: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:24745cc1cf87ba1f5909abe66f200016d1dc330b7fce8749f9e87459ec1f8e51-tsort.2.2.0-62ea4a5f124e7fecd2ffc92dfd29b3e252b0fa08"
2025-03-30 17:17.01: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:24745cc1cf87ba1f5909abe66f200016d1dc330b7fce8749f9e87459ec1f8e51)
(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 tsort.2.2.0 2.2.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall tsort.2.2.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\" != 'tsort.2.2.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-03-30 17:17.01: Waiting for resource in pool OCluster
2025-03-30 17:17.01: Waiting for worker…
2025-03-30 17:17.01: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
Updating files: 80% (18267/22765)
Updating files: 81% (18440/22765)
Updating files: 82% (18668/22765)
Updating files: 83% (18895/22765)
Updating files: 84% (19123/22765)
Updating files: 85% (19351/22765)
Updating files: 86% (19578/22765)
Updating files: 87% (19806/22765)
Updating files: 88% (20034/22765)
Updating files: 89% (20261/22765)
Updating files: 90% (20489/22765)
Updating files: 91% (20717/22765)
Updating files: 92% (20944/22765)
Updating files: 93% (21172/22765)
Updating files: 94% (21400/22765)
Updating files: 95% (21627/22765)
Updating files: 96% (21855/22765)
Updating files: 97% (22083/22765)
Updating files: 98% (22310/22765)
Updating files: 99% (22538/22765)
Updating files: 100% (22765/22765)
Updating files: 100% (22765/22765), done.
HEAD is now at a9577832ac Merge commit 'a4ecc6f5582f258cb732ff37479d3b36c0c70c0d'
HEAD is now at a8a89f62d8 Merge pull request #27687 from codinuum/diffast-20250328
Updating a8a89f62d8..62ea4a5f12
Fast-forward
packages/tsort/tsort.2.2.0/opam | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 packages/tsort/tsort.2.2.0/opam
(from ocaml/opam:debian-12-ocaml-4.14@sha256:24745cc1cf87ba1f5909abe66f200016d1dc330b7fce8749f9e87459ec1f8e51)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:24745cc1cf87ba1f5909abe66f200016d1dc330b7fce8749f9e87459ec1f8e51' locally
docker.io/ocaml/opam@sha256:24745cc1cf87ba1f5909abe66f200016d1dc330b7fce8749f9e87459ec1f8e51: Pulling from ocaml/opam
bd2201b36117: Pulling fs layer
bd2201b36117: Verifying Checksum
bd2201b36117: Download complete
bd2201b36117: Pull complete
Digest: sha256:24745cc1cf87ba1f5909abe66f200016d1dc330b7fce8749f9e87459ec1f8e51
Status: Downloaded newer image for ocaml/opam@sha256:24745cc1cf87ba1f5909abe66f200016d1dc330b7fce8749f9e87459ec1f8e51
2025-03-30 17:17.06 ---> using "a8df072ec3118bfaa70409dc7cdd5d98a77215a7bc198ecf1dd66f3622ca885f" 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-03-30 17:17.06 ---> using "8b359703ea8e21dd2eca0c490a082a8c3b03b97c8f5a6207303a88fbc7253cff" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-03-30 17:17.06 ---> using "67976f40ab1cb15255b5e492a2ece26db00e4d4434d502dec308ee5fafafa6bc" 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~alpha1~dev (fcce0c8d871702aabac0a216e45212ff004cfe79)
# self-upgrade no
# system arch=arm64 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 79
# repositories 1 (local), 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-03-30 17:17.06 ---> using "158120d03d21a1023b6596b2101f986bfbf5054254545ad2b8ff92d55d89dc2b" 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-03-30 17:17.06 ---> using "4b276b6ff46c87d06e17b7def492be081352eeb60c5e1139b6bd3ac91cc51218" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-03-30 17:17.19 ---> saved as "3eb3594c7f975c7daa8aac232ae7f5897e261e10f8d2f731a221913fec6eb16d"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-30 17:17.44 ---> saved as "a959929ca1e4c4f5e72bd54fb4c656f477d8b8d1b9f795f842b3b028a54b3060"
/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 bookworm-updates/main arm64 Packages.diff/Index [16.2 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [246 kB]
- Fetched 366 kB in 0s (857 kB/s)
- Reading package lists...
-
2025-03-30 17:17.45 ---> saved as "997c9e8d225466c50154ab6d492ca499789ee15b0d6f02b081e06a43645881c2"
/home/opam: (run (shell "opam pin add -k version -yn tsort.2.2.0 2.2.0"))
tsort is now pinned to version 2.2.0
2025-03-30 17:17.46 ---> saved as "0ed33b4d518ded3e458a8e3b9f2d3af6ccb2c75246d64a1e00c9b83c51033738"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall tsort.2.2.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\" != 'tsort.2.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
tsort.2.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.17.2 [required by tsort]
- install tsort 2.2.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.17.2 (cached)
-> retrieved tsort.2.2.0 (https://github.com/dmbaturin/ocaml-tsort/archive/refs/tags/2.2.0.tar.gz)
-> installed dune.3.17.2
-> installed tsort.2.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-30 17:18.17 ---> saved as "0f9682968fa1b77a2d24d0bf68533adf8cf4e99efb0fd34977563bc20d700531"
Job succeeded
2025-03-30 17:18.26: Job succeeded