- github
- ocaml
- opam-repository
- 09289b
- extras,ocaml-4.14-flambda,opentelemetry-logs.0.13
(not at the head of any monitored branch or PR)
2026-03-03 15:02.59: New job: build opentelemetry-logs.0.13, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29501/head (09289b64226ee9776647999a9aa34b32fa810200)
on debian-13-ocaml-4.14-flambda/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/29501/head" && git reset --hard 09289b64
git fetch origin master
git merge --no-edit 1e2ff749f83856d7d062692d6171f3f79e4aac8a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:9807028484c1fbb88f08b2c2aa71bf129ff097b326da2903d1ef7cfeb6a2a91c
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 opentelemetry-logs.0.13 0.13
RUN opam reinstall opentelemetry-logs.0.13; \
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" != 'opentelemetry-logs.0.13' && 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-03-03 15:02.59: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:9807028484c1fbb88f08b2c2aa71bf129ff097b326da2903d1ef7cfeb6a2a91c-opentelemetry-logs.0.13-09289b64226ee9776647999a9aa34b32fa810200"
2026-03-03 15:02.59: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:9807028484c1fbb88f08b2c2aa71bf129ff097b326da2903d1ef7cfeb6a2a91c)
(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 opentelemetry-logs.0.13 0.13"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall opentelemetry-logs.0.13;\
\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\" != 'opentelemetry-logs.0.13' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-03 15:02.59: Waiting for resource in pool OCluster
2026-03-03 15:15.04: Waiting for worker…
2026-03-03 15:17.23: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 1e2ff749f8 Merge pull request #29500 from hannesm/solo5-v0.10.1
Updating 1e2ff749f8..09289b6422
Fast-forward
.../opentelemetry-client-cohttp-eio.0.13/opam | 51 +++++++++++++++++++
.../opentelemetry-client-cohttp-lwt.0.13/opam | 50 +++++++++++++++++++
.../opentelemetry-client-ocurl.0.13/opam | 47 ++++++++++++++++++
.../opentelemetry-cohttp-lwt.0.13/opam | 47 ++++++++++++++++++
.../opentelemetry-logs.0.13/opam | 45 +++++++++++++++++
.../opentelemetry-lwt/opentelemetry-lwt.0.13/opam | 48 ++++++++++++++++++
packages/opentelemetry/opentelemetry.0.13/opam | 57 ++++++++++++++++++++++
7 files changed, 345 insertions(+)
create mode 100644 packages/opentelemetry-client-cohttp-eio/opentelemetry-client-cohttp-eio.0.13/opam
create mode 100644 packages/opentelemetry-client-cohttp-lwt/opentelemetry-client-cohttp-lwt.0.13/opam
create mode 100644 packages/opentelemetry-client-ocurl/opentelemetry-client-ocurl.0.13/opam
create mode 100644 packages/opentelemetry-cohttp-lwt/opentelemetry-cohttp-lwt.0.13/opam
create mode 100644 packages/opentelemetry-logs/opentelemetry-logs.0.13/opam
create mode 100644 packages/opentelemetry-lwt/opentelemetry-lwt.0.13/opam
create mode 100644 packages/opentelemetry/opentelemetry.0.13/opam
(from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:9807028484c1fbb88f08b2c2aa71bf129ff097b326da2903d1ef7cfeb6a2a91c)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:9807028484c1fbb88f08b2c2aa71bf129ff097b326da2903d1ef7cfeb6a2a91c' locally
docker.io/ocaml/opam@sha256:9807028484c1fbb88f08b2c2aa71bf129ff097b326da2903d1ef7cfeb6a2a91c: Pulling from ocaml/opam
866771c43bf5: Already exists
4a5c2c0f49fb: Already exists
14afc2e314e3: Already exists
b428db3c7f23: Already exists
714e2830ade6: Already exists
a32341fba7c4: Already exists
14c4d29b0669: Already exists
8098743a84e0: Already exists
b649ef0e5c7c: Already exists
fdf90895ece2: Already exists
2a1862103e3b: Already exists
a5b8900899a7: Already exists
3afd77c1671d: Already exists
4109c0e61944: Already exists
72c2140c0b8a: Already exists
a569aea0e6d2: Already exists
bda663408b80: Already exists
c85973dbeea6: Already exists
d0f7673c2c0f: Already exists
5ba6b3c63b75: Already exists
0fe1cfdd36e8: Already exists
c9392670ba0b: Already exists
4f4fb700ef54: Already exists
15c31e04da2e: Already exists
e891433acb08: Already exists
7bf28702178d: Already exists
4b2b9fb8d21c: Already exists
9741c41ba88b: Already exists
f7c5927b37c0: Already exists
10106e0ac766: Already exists
4b02e669a449: Already exists
968217c73ddd: Already exists
af2f12562aab: Already exists
19a04a291720: Already exists
ceb537a14cf6: Already exists
338d3c82b545: Already exists
95eb1e8c1267: Already exists
ad354d8e0d09: Already exists
b036852fb10e: Already exists
12e59cb649ae: Already exists
8ca6b163450a: Already exists
34eb972af4d1: Pulling fs layer
339a4dcdb80e: Pulling fs layer
89f4e2277f18: Pulling fs layer
b74e69681eca: Pulling fs layer
b74e69681eca: Waiting
89f4e2277f18: Waiting
339a4dcdb80e: Verifying Checksum
339a4dcdb80e: Download complete
89f4e2277f18: Download complete
b74e69681eca: Download complete
34eb972af4d1: Verifying Checksum
34eb972af4d1: Download complete
34eb972af4d1: Pull complete
339a4dcdb80e: Pull complete
89f4e2277f18: Pull complete
b74e69681eca: Pull complete
Digest: sha256:9807028484c1fbb88f08b2c2aa71bf129ff097b326da2903d1ef7cfeb6a2a91c
Status: Downloaded newer image for ocaml/opam@sha256:9807028484c1fbb88f08b2c2aa71bf129ff097b326da2903d1ef7cfeb6a2a91c
2026-03-03 15:18.44 ---> saved as "f60ae5fdfaf36a077c7a0f7fc5dd808fce84a19541bc9f860e9f4d0532c6bc38"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-03 15:18.44 ---> saved as "358fc17d0a760ff6146d1af3ac0ed464fa47d43e89aa6f897261c7626a84a137"
/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
[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
2026-03-03 15:19.07 ---> saved as "fd86b23c458c7e1acae3e30c3a4d60bf6674720102658096ef261e98f88154e1"
/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.5.0
# 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 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-options-only-flambda"]
# compiler-packages ocaml-option-flambda.1, ocaml-options-only-flambda.1, ocaml-variants.4.14.2+options
# 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+options+flambda
2026-03-03 15:19.07 ---> saved as "60709f22b50697711576e855ed8c3268b2993615218a4616ae6f92da1d0f8f99"
/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-03-03 15:19.24 ---> saved as "65781da4352f822fef5958a29f3988ec57c322db886ea0c1b5b520577bef2464"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-03 15:19.36 ---> saved as "f7f4970a7ce1c2316d9b2fb6a57112fd1e29610abf11bbc7392fd8d3a51944e7"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-03 15:19.55 ---> saved as "89a4aeb6a0bbc87e3079ba1a5bb3a3b56111e285d149244633b4a84313a9823c"
/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 [108 kB]
- Fetched 199 kB in 0s (1578 kB/s)
- Reading package lists...
2026-03-03 15:19.56 ---> saved as "37f80139a31b46ec5b0dd4f2087e0a2976e2c32b31f39925133ec496a337e5e8"
/home/opam: (run (shell "opam pin add -k version -yn opentelemetry-logs.0.13 0.13"))
opentelemetry-logs is now pinned to version 0.13
2026-03-03 15:19.57 ---> saved as "0e3b52cfe82fc0ce781849e1c1bc963d961bfe37b57668ae87ff9e7c193a57cb"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall opentelemetry-logs.0.13;\
\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\" != 'opentelemetry-logs.0.13' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
opentelemetry-logs.0.13 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 15 packages
- install ambient-context 0.2 [required by opentelemetry]
- install atomic base [required by opentelemetry]
- install dune 3.21.1 [required by opentelemetry-logs]
- install hmap 0.8.1 [required by opentelemetry]
- install logs 0.10.0 [required by opentelemetry-logs]
- install mtime 2.1.0 [required by opentelemetry]
- install ocamlbuild 0.16.1 [required by logs]
- install ocamlfind 1.9.8 [required by logs]
- install opentelemetry 0.13 [required by opentelemetry-logs]
- install opentelemetry-logs 0.13 (pinned)
- install pbrt 3.1.1 [required by opentelemetry]
- install ptime 1.2.0 [required by opentelemetry]
- install stdlib-shims 0.3.0 [required by pbrt]
- install thread-local-storage 0.2 [required by opentelemetry]
- install topkg 1.1.1 [required by logs]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ambient-context.0.2 (cached)
-> retrieved atomic.base (cached)
-> installed atomic.base
-> retrieved dune.3.21.1 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved opentelemetry.0.13, opentelemetry-logs.0.13 (cached)
-> retrieved pbrt.3.1.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved thread-local-storage.0.2 (cached)
-> retrieved topkg.1.1.1 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed logs.0.10.0
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed dune.3.21.1
-> installed stdlib-shims.0.3.0
-> installed thread-local-storage.0.2
-> installed pbrt.3.1.1
-> installed ambient-context.0.2
-> installed opentelemetry.0.13
-> installed opentelemetry-logs.0.13
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-03 15:20.37 ---> saved as "fa22122ab921110ff6022fa0d8bae9958c2b5ed53516e8f1857254bcada8675c"
Job succeeded
2026-03-03 15:20.43: Job succeeded