- github
- ocaml
- opam-repository
- e70d48
- distributions,fedora-42-ocaml-4.14,opentelemetry-client-cohttp-eio.0.90
(not at the head of any monitored branch or PR)
2026-04-02 19:38.22: New job: build opentelemetry-client-cohttp-eio.0.90, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29633/head (e70d48a1952a7edcae52bb270d471ba97379795b)
on fedora-42-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/29633/head" && git reset --hard e70d48a1
git fetch origin master
git merge --no-edit c0deda526f99d43a05c065e9218404492897c64b
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810
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-client-cohttp-eio.0.90 0.90
RUN opam reinstall opentelemetry-client-cohttp-eio.0.90; \
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 "\"fedora-42\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'opentelemetry-client-cohttp-eio.0.90' && 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-04-02 19:38.22: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810-opentelemetry-client-cohttp-eio.0.90-e70d48a1952a7edcae52bb270d471ba97379795b"
2026-04-02 19:38.22: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810)
(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-client-cohttp-eio.0.90 0.90"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall opentelemetry-client-cohttp-eio.0.90;\
\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 \"\\\"fedora-42\\\"\"; 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-client-cohttp-eio.0.90' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-02 19:38.22: Waiting for resource in pool OCluster
2026-04-02 19:41.05: Waiting for worker…
2026-04-02 19:42.39: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at c0deda526f Merge pull request #29625 from xvw/release-lunar-v1.0.0
Updating c0deda526f..e70d48a195
Fast-forward
.../opentelemetry-client-cohttp-eio.0.90/opam | 48 ++++++++++++++++++++
.../opentelemetry-client-cohttp-lwt.0.90/opam | 48 ++++++++++++++++++++
.../opentelemetry-client-ocurl-lwt.0.90/opam | 48 ++++++++++++++++++++
.../opentelemetry-client-ocurl.0.90/opam | 45 +++++++++++++++++++
.../opentelemetry-client.0.90/opam | 39 +++++++++++++++++
.../opentelemetry-cohttp-lwt.0.90/opam | 43 ++++++++++++++++++
.../opentelemetry-logs.0.90/opam | 43 ++++++++++++++++++
.../opentelemetry-lwt/opentelemetry-lwt.0.90/opam | 43 ++++++++++++++++++
packages/opentelemetry/opentelemetry.0.90/opam | 51 ++++++++++++++++++++++
9 files changed, 408 insertions(+)
create mode 100644 packages/opentelemetry-client-cohttp-eio/opentelemetry-client-cohttp-eio.0.90/opam
create mode 100644 packages/opentelemetry-client-cohttp-lwt/opentelemetry-client-cohttp-lwt.0.90/opam
create mode 100644 packages/opentelemetry-client-ocurl-lwt/opentelemetry-client-ocurl-lwt.0.90/opam
create mode 100644 packages/opentelemetry-client-ocurl/opentelemetry-client-ocurl.0.90/opam
create mode 100644 packages/opentelemetry-client/opentelemetry-client.0.90/opam
create mode 100644 packages/opentelemetry-cohttp-lwt/opentelemetry-cohttp-lwt.0.90/opam
create mode 100644 packages/opentelemetry-logs/opentelemetry-logs.0.90/opam
create mode 100644 packages/opentelemetry-lwt/opentelemetry-lwt.0.90/opam
create mode 100644 packages/opentelemetry/opentelemetry.0.90/opam
(from ocaml/opam:fedora-42-ocaml-4.14@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810' locally
docker.io/ocaml/opam@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810: Pulling from ocaml/opam
bcbfb8588268: Pulling fs layer
177e1f254839: Pulling fs layer
655adffc1f8a: Pulling fs layer
bcbfb8588268: Waiting
d6ed8efb8316: Pulling fs layer
1a6c35db77da: Pulling fs layer
177e1f254839: Waiting
79d5bc1da842: Pulling fs layer
655adffc1f8a: Waiting
1a6c35db77da: Waiting
2190dc5cbef5: Pulling fs layer
79d5bc1da842: Waiting
ce330abd384f: Pulling fs layer
67bc7d8e66df: Pulling fs layer
24527802ed75: Pulling fs layer
2190dc5cbef5: Waiting
ce330abd384f: Waiting
67bc7d8e66df: Waiting
520c28f8516b: Pulling fs layer
6a6b2b2d7ec6: Pulling fs layer
520c28f8516b: Waiting
72f13160e8f8: Pulling fs layer
24527802ed75: Waiting
9670083e7cc5: Pulling fs layer
6a6b2b2d7ec6: Waiting
72f13160e8f8: Waiting
c29dc6590a62: Pulling fs layer
9670083e7cc5: Waiting
15ab2cb50fb4: Pulling fs layer
c29dc6590a62: Waiting
f118a3f7dabd: Pulling fs layer
a7328888141e: Pulling fs layer
d75e61fee8b9: Pulling fs layer
f118a3f7dabd: Waiting
a7328888141e: Waiting
e7949c901465: Pulling fs layer
d75e61fee8b9: Waiting
4f4fb700ef54: Pulling fs layer
b21d69666f8c: Pulling fs layer
4f4fb700ef54: Waiting
e7949c901465: Waiting
70dc372f8604: Pulling fs layer
b21d69666f8c: Waiting
7146a2be46d6: Pulling fs layer
09661dac5cd7: Pulling fs layer
70dc372f8604: Waiting
7146a2be46d6: Waiting
99f18d0cfa67: Pulling fs layer
09661dac5cd7: Waiting
e354f9d35980: Pulling fs layer
7a8154ed763e: Pulling fs layer
99f18d0cfa67: Waiting
e354f9d35980: Waiting
bda029a65dcb: Pulling fs layer
7a8154ed763e: Waiting
d433bc6e6776: Pulling fs layer
bda029a65dcb: Waiting
1f2da96e7761: Pulling fs layer
74994bea8077: Pulling fs layer
d433bc6e6776: Waiting
1f2da96e7761: Waiting
bcca2b9caea1: Pulling fs layer
d38dc009427f: Pulling fs layer
74994bea8077: Waiting
bcca2b9caea1: Waiting
8b994e343c24: Pulling fs layer
3ae1b5004e99: Pulling fs layer
8b994e343c24: Waiting
1ea09864b795: Pulling fs layer
3ae1b5004e99: Waiting
e798746be216: Pulling fs layer
1ea09864b795: Waiting
e31216579b0a: Pulling fs layer
e798746be216: Waiting
421cab9e5f5b: Pulling fs layer
e31216579b0a: Waiting
d4400110fd0d: Pulling fs layer
2560d9bd6dd2: Pulling fs layer
b0d47e6fe935: Pulling fs layer
c19ac7a5f3ab: Pulling fs layer
2560d9bd6dd2: Waiting
d4400110fd0d: Waiting
421cab9e5f5b: Waiting
b0d47e6fe935: Waiting
c19ac7a5f3ab: Waiting
177e1f254839: Verifying Checksum
177e1f254839: Download complete
bcbfb8588268: Verifying Checksum
bcbfb8588268: Download complete
655adffc1f8a: Verifying Checksum
655adffc1f8a: Download complete
1a6c35db77da: Verifying Checksum
1a6c35db77da: Download complete
79d5bc1da842: Verifying Checksum
79d5bc1da842: Download complete
bcbfb8588268: Pull complete
177e1f254839: Pull complete
2190dc5cbef5: Download complete
ce330abd384f: Verifying Checksum
ce330abd384f: Download complete
d6ed8efb8316: Verifying Checksum
d6ed8efb8316: Download complete
67bc7d8e66df: Verifying Checksum
67bc7d8e66df: Download complete
520c28f8516b: Verifying Checksum
520c28f8516b: Download complete
24527802ed75: Verifying Checksum
24527802ed75: Download complete
6a6b2b2d7ec6: Verifying Checksum
6a6b2b2d7ec6: Download complete
655adffc1f8a: Pull complete
72f13160e8f8: Verifying Checksum
72f13160e8f8: Download complete
9670083e7cc5: Verifying Checksum
9670083e7cc5: Download complete
c29dc6590a62: Verifying Checksum
c29dc6590a62: Download complete
15ab2cb50fb4: Verifying Checksum
15ab2cb50fb4: Download complete
f118a3f7dabd: Verifying Checksum
f118a3f7dabd: Download complete
a7328888141e: Download complete
d75e61fee8b9: Verifying Checksum
d75e61fee8b9: Download complete
e7949c901465: Download complete
b21d69666f8c: Verifying Checksum
b21d69666f8c: Download complete
70dc372f8604: Verifying Checksum
70dc372f8604: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
7146a2be46d6: Verifying Checksum
7146a2be46d6: Download complete
09661dac5cd7: Verifying Checksum
09661dac5cd7: Download complete
99f18d0cfa67: Download complete
7a8154ed763e: Verifying Checksum
7a8154ed763e: Download complete
e354f9d35980: Verifying Checksum
e354f9d35980: Download complete
bda029a65dcb: Download complete
d433bc6e6776: Verifying Checksum
d433bc6e6776: Download complete
1f2da96e7761: Verifying Checksum
1f2da96e7761: Download complete
74994bea8077: Download complete
bcca2b9caea1: Verifying Checksum
bcca2b9caea1: Download complete
8b994e343c24: Verifying Checksum
8b994e343c24: Download complete
1ea09864b795: Verifying Checksum
1ea09864b795: Download complete
e798746be216: Download complete
e31216579b0a: Verifying Checksum
e31216579b0a: Download complete
d38dc009427f: Verifying Checksum
d38dc009427f: Download complete
d6ed8efb8316: Pull complete
d4400110fd0d: Verifying Checksum
d4400110fd0d: Download complete
3ae1b5004e99: Verifying Checksum
3ae1b5004e99: Download complete
b0d47e6fe935: Download complete
1a6c35db77da: Pull complete
421cab9e5f5b: Verifying Checksum
2560d9bd6dd2: Download complete
79d5bc1da842: Pull complete
c19ac7a5f3ab: Verifying Checksum
c19ac7a5f3ab: Download complete
2190dc5cbef5: Pull complete
ce330abd384f: Pull complete
67bc7d8e66df: Pull complete
24527802ed75: Pull complete
520c28f8516b: Pull complete
6a6b2b2d7ec6: Pull complete
72f13160e8f8: Pull complete
9670083e7cc5: Pull complete
c29dc6590a62: Pull complete
15ab2cb50fb4: Pull complete
f118a3f7dabd: Pull complete
a7328888141e: Pull complete
d75e61fee8b9: Pull complete
e7949c901465: Pull complete
4f4fb700ef54: Pull complete
b21d69666f8c: Pull complete
70dc372f8604: Pull complete
7146a2be46d6: Pull complete
09661dac5cd7: Pull complete
99f18d0cfa67: Pull complete
e354f9d35980: Pull complete
7a8154ed763e: Pull complete
bda029a65dcb: Pull complete
d433bc6e6776: Pull complete
1f2da96e7761: Pull complete
74994bea8077: Pull complete
bcca2b9caea1: Pull complete
d38dc009427f: Pull complete
8b994e343c24: Pull complete
3ae1b5004e99: Pull complete
1ea09864b795: Pull complete
e798746be216: Pull complete
e31216579b0a: Pull complete
421cab9e5f5b: Pull complete
d4400110fd0d: Pull complete
2560d9bd6dd2: Pull complete
b0d47e6fe935: Pull complete
c19ac7a5f3ab: Pull complete
Digest: sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810
Status: Downloaded newer image for ocaml/opam@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810
2026-04-02 19:44.17 ---> using "ac57600c6456bfde68a4690ee1d8d3c81a036404063cf1ba91bc1e5681d7650f" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-02 19:44.17 ---> using "231fe02d63b9b8cbab50e134ae0012120d129b88e1be00776c4170744e33f6f8" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-02 19:44.17 ---> using "f9b76f2bcbc692d3daaf78afc65dd2bb6274a431a200ff3b85f56f5668aef452" 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.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=fedora os-version=42
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, 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.3
2026-04-02 19:44.17 ---> using "c2dea958d335690208a67016669d838ff72e66873c86df67146fc289b9690c58" 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/"))
2026-04-02 19:44.17 ---> using "c1493e039c982d8ac60fd6ecb6efe07ae262a744c0fcbb17597f667afe2b4cdc" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-02 19:44.30 ---> saved as "3eafaf2d389371eb5e2199934e5ebf6367790ba2e35b632c2f833c95cc67ddd4"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-02 19:44.50 ---> saved as "605ff31cf3b8e11abc01bdc47f5063ee6994d978044e85889891c96b0f65c31c"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 42 - x86_64 - Updates 100% | 126.6 KiB/s | 17.1 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-04-02 19:44.55 ---> saved as "4b71e27029e43ca7b0f78886d450ba535775ed6270040517c766cf1e5d060d09"
/home/opam: (run (shell "opam pin add -k version -yn opentelemetry-client-cohttp-eio.0.90 0.90"))
opentelemetry-client-cohttp-eio is now pinned to version 0.90
2026-04-02 19:44.55 ---> saved as "8cf8c02a0b5f1ffca450c067fd019fc0d1d4c0220e59692b7db52e9b6b33fe2e"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall opentelemetry-client-cohttp-eio.0.90;\
\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 \"\\\"fedora-42\\\"\"; 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-client-cohttp-eio.0.90' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
opentelemetry-client-cohttp-eio.0.90 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.3
- opentelemetry-client-cohttp-eio >= 0.90 -> ocaml >= 5.0 -> ocaml-variants < 5.6.1~
You can temporarily relax the switch invariant with `--update-invariant'
* Missing dependency:
- opentelemetry-client-cohttp-eio >= 0.90 -> ocaml >= 5.0 -> ocaml-variants < 5.0.1~ -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- opentelemetry-client-cohttp-eio >= 0.90 -> ocaml >= 5.0 -> ocaml-variants < 5.2.1~ -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall opentelemetry-client-cohttp-eio.0.90;
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 "\"fedora-42\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'opentelemetry-client-cohttp-eio.0.90' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2026-04-02 19:45.36: Job failed: Failed: Build failed
2026-04-02 19:45.36: Log analysis:
2026-04-02 19:45.36: >>>
No solution found, exiting
(score = 100)
2026-04-02 19:45.36: [SKIP] Package not available