(for PR #29346)
2026-02-10 21:09.01: New job: build tracy-client.0.7, using opam 2.4
from https://github.com/ocaml/opam-repository.git#refs/pull/29346/head (f9b251a9ba3c7a07ff42cc0992b0e2e1b5e9ef3a)
on debian-13-ocaml-5.4/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/29346/head" && git reset --hard f9b251a9
git fetch origin master
git merge --no-edit 723d54aa6a7e7ae665518b4c6fa6464f4cdffb3f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.4 /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 tracy-client.0.7 0.7
RUN opam reinstall tracy-client.0.7; \
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-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'tracy-client.0.7' && 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 .
2026-02-10 21:09.01: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c-tracy-client.0.7-f9b251a9ba3c7a07ff42cc0992b0e2e1b5e9ef3a"
2026-02-10 21:09.01: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 tracy-client.0.7 0.7"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall tracy-client.0.7;\
\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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tracy-client.0.7' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-02-10 21:09.01: Waiting for resource in pool OCluster
2026-02-10 21:09.01: Waiting for worker…
2026-02-10 21:13.45: Got resource from pool OCluster
Building on eumache
All commits already cached
Updating files: 76% (13886/18159)
Updating files: 77% (13983/18159)
Updating files: 78% (14165/18159)
Updating files: 79% (14346/18159)
Updating files: 80% (14528/18159)
Updating files: 81% (14709/18159)
Updating files: 82% (14891/18159)
Updating files: 83% (15072/18159)
Updating files: 84% (15254/18159)
Updating files: 85% (15436/18159)
Updating files: 86% (15617/18159)
Updating files: 87% (15799/18159)
Updating files: 88% (15980/18159)
Updating files: 89% (16162/18159)
Updating files: 90% (16344/18159)
Updating files: 91% (16525/18159)
Updating files: 92% (16707/18159)
Updating files: 93% (16888/18159)
Updating files: 94% (17070/18159)
Updating files: 95% (17252/18159)
Updating files: 96% (17433/18159)
Updating files: 97% (17615/18159)
Updating files: 98% (17796/18159)
Updating files: 99% (17978/18159)
Updating files: 100% (18159/18159)
Updating files: 100% (18159/18159), done.
HEAD is now at 723d54aa6a Merge pull request #29345 from c-cube/release-trace-v0.11
Merge made by the 'ort' strategy.
packages/tracy-client/tracy-client.0.7/opam | 41 +++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
create mode 100644 packages/tracy-client/tracy-client.0.7/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c)
2026-02-10 21:13.49 ---> using "3c18c9e472a4f76bc128dc0a5a1e21158ba3dbd0d6773ace6ec33f0cfe6fac9b" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2026-02-10 21:13.50 ---> saved as "695532efc580fddc8cfc7ff4718d92be366d22c5036a8187ad9a916c65c1d8b6"
/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
2026-02-10 21:14.23 ---> saved as "a817d3cd5d3a6de3dfb75db35a089d41c68b6a63141658d2120ff48e34d4e4e5"
/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.1
# 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 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-02-10 21:14.26 ---> saved as "c7dea16b34e29f10b9d23b5ecd2672037e071db1f9356da86d26879230525fa9"
/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/"))
2026-02-10 21:14.36 ---> saved as "bbd098b254c792aa4c56c6c9ce7b80ca30fed113d6c72d1fe921d6cc140200b1"
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-10 21:14.46 ---> saved as "422104ba662f5262bc185440b03212269cc1a0fb5a3a1e80a17d9269c37bc807"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-10 21:15.09 ---> saved as "2ea127d78f04e26858babc1b01322cf119d89a909118b0dcb6e0c383d52d0487"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [104 kB]
- Fetched 195 kB in 0s (1851 kB/s)
- Reading package lists...
-
2026-02-10 21:15.11 ---> saved as "d0a4b3aa894abb51d68b154bc4ed8d672928aa454d2b6f74f633609bebb1bdf4"
/home/opam: (run (shell "opam pin add -k version -yn tracy-client.0.7 0.7"))
tracy-client is now pinned to version 0.7
2026-02-10 21:15.12 ---> saved as "18a20b1ec6e5a6fcd47986917d235182a89be95492973fb27fe48230e4f71241"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall tracy-client.0.7;\
\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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tracy-client.0.7' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
tracy-client.0.7 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 3 packages
- install dune 3.21.0 [required by tracy-client]
- install trace 0.11 [required by tracy-client]
- install tracy-client 0.7 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0 (cached)
-> retrieved trace.0.11 (cached)
-> retrieved tracy-client.0.7 (cached)
-> installed dune.3.21.0
-> installed trace.0.11
-> installed tracy-client.0.7
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-10 21:16.24 ---> saved as "a5ffa0dbef195bc37663bc13ba1bd4f7d57980bdb4e4e0ba3e5d83314d121b47"
Job succeeded
2026-02-10 21:16.31: Job succeeded