- github
- ocaml
- opam-repository
- adc5db
- distributions,fedora-43-ocaml-5.4,ocaml-protoc.4.0
(not at the head of any monitored branch or PR)
2025-11-19 19:31.56: New job: build ocaml-protoc.4.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28902/head (adc5db1552e3f9d4ca0762400bfebd1c1ac398e9)
on fedora-43-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/28902/head" && git reset --hard adc5db15
git fetch origin master
git merge --no-edit fec8c490c3a00e719b359dce180fbfff342471f7
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566
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 ocaml-protoc.4.0 4.0
RUN opam reinstall ocaml-protoc.4.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 "\"fedora-43\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ocaml-protoc.4.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-11-19 19:31.56: Using cache hint "ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566-ocaml-protoc.4.0-adc5db1552e3f9d4ca0762400bfebd1c1ac398e9"
2025-11-19 19:31.56: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566)
(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 ocaml-protoc.4.0 4.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocaml-protoc.4.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 \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocaml-protoc.4.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-11-19 19:31.56: Waiting for resource in pool OCluster
2025-11-19 19:31.58: Waiting for worker…
2025-11-19 19:32.03: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at fec8c490c3 Merge pull request #28851 from jhjourdan/unison_release
Updating fec8c490c3..adc5db1552
Fast-forward
packages/ocaml-protoc/ocaml-protoc.4.0/opam | 42 +++++++++++++++++++++++++++
packages/pbrt/pbrt.4.0/opam | 40 +++++++++++++++++++++++++
packages/pbrt_services/pbrt_services.4.0/opam | 38 ++++++++++++++++++++++++
packages/pbrt_yojson/pbrt_yojson.4.0/opam | 41 ++++++++++++++++++++++++++
4 files changed, 161 insertions(+)
create mode 100644 packages/ocaml-protoc/ocaml-protoc.4.0/opam
create mode 100644 packages/pbrt/pbrt.4.0/opam
create mode 100644 packages/pbrt_services/pbrt_services.4.0/opam
create mode 100644 packages/pbrt_yojson/pbrt_yojson.4.0/opam
(from ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566' locally
docker.io/ocaml/opam@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566: Pulling from ocaml/opam
3a6ccf50917d: Pulling fs layer
2ac39db0f7b1: Pulling fs layer
3a6ccf50917d: Waiting
4ab95fa37585: Pulling fs layer
ef05642a6c19: Pulling fs layer
6ce4105a6817: Pulling fs layer
4ab95fa37585: Waiting
482e731bee2c: Pulling fs layer
2ac39db0f7b1: Waiting
82b20b1785fc: Pulling fs layer
ef05642a6c19: Waiting
6ce4105a6817: Waiting
5033efba3ea4: Pulling fs layer
82b20b1785fc: Waiting
482e731bee2c: Waiting
ac061f34d5de: Pulling fs layer
5033efba3ea4: Waiting
3699d934db19: Pulling fs layer
c70084606501: Pulling fs layer
92cba88bcd96: Pulling fs layer
3699d934db19: Waiting
ac061f34d5de: Waiting
87d6cf018c95: Pulling fs layer
92cba88bcd96: Waiting
c70084606501: Waiting
47a5774c8fa4: Pulling fs layer
87d6cf018c95: Waiting
a7a793f430ef: Pulling fs layer
50749af763e4: Pulling fs layer
47a5774c8fa4: Waiting
1931ff52ea8f: Pulling fs layer
a7a793f430ef: Waiting
50749af763e4: Waiting
d6cbdb0b2976: Pulling fs layer
1931ff52ea8f: Waiting
c21f3fb8010b: Pulling fs layer
d6cbdb0b2976: Waiting
006e8a0d5bfe: Pulling fs layer
c21f3fb8010b: Waiting
4f4fb700ef54: Pulling fs layer
bff3cbb02176: Pulling fs layer
006e8a0d5bfe: Waiting
4f4fb700ef54: Waiting
b5138c38b1e4: Pulling fs layer
bff3cbb02176: Waiting
f9df0a6b27ec: Pulling fs layer
b5138c38b1e4: Waiting
199f7dd22bb1: Pulling fs layer
f9df0a6b27ec: Waiting
4704820b8848: Pulling fs layer
813e8e89161a: Pulling fs layer
199f7dd22bb1: Waiting
4704820b8848: Waiting
3fef5dd9f9c7: Pulling fs layer
813e8e89161a: Waiting
33b83451bd83: Pulling fs layer
3fef5dd9f9c7: Waiting
f32a57644710: Pulling fs layer
33b83451bd83: Waiting
40216abfd9f1: Pulling fs layer
f32a57644710: Waiting
d689b2a1b34b: Pulling fs layer
c515a0f2353f: Pulling fs layer
6b7f7c537f40: Pulling fs layer
2def47abdae6: Pulling fs layer
c515a0f2353f: Waiting
6b7f7c537f40: Waiting
40216abfd9f1: Waiting
fd11b9527539: Pulling fs layer
b49b2a2f9119: Pulling fs layer
fd11b9527539: Waiting
23b9806e7d7a: Pulling fs layer
b49b2a2f9119: Waiting
251f6be3be0f: Pulling fs layer
23b9806e7d7a: Waiting
77df5933f202: Pulling fs layer
251f6be3be0f: Waiting
f363410542aa: Pulling fs layer
77df5933f202: Waiting
02b0f83c8144: Pulling fs layer
f363410542aa: Waiting
561ad12063d7: Pulling fs layer
02b0f83c8144: Waiting
bb777ec2f169: Pulling fs layer
561ad12063d7: Waiting
bb777ec2f169: Waiting
2ac39db0f7b1: Verifying Checksum
2ac39db0f7b1: Download complete
3a6ccf50917d: Verifying Checksum
3a6ccf50917d: Download complete
4ab95fa37585: Verifying Checksum
4ab95fa37585: Download complete
6ce4105a6817: Verifying Checksum
6ce4105a6817: Download complete
482e731bee2c: Verifying Checksum
482e731bee2c: Download complete
82b20b1785fc: Verifying Checksum
82b20b1785fc: Download complete
5033efba3ea4: Verifying Checksum
5033efba3ea4: Download complete
ac061f34d5de: Verifying Checksum
ac061f34d5de: Download complete
3699d934db19: Verifying Checksum
3699d934db19: Download complete
c70084606501: Verifying Checksum
c70084606501: Download complete
92cba88bcd96: Verifying Checksum
92cba88bcd96: Download complete
87d6cf018c95: Verifying Checksum
87d6cf018c95: Download complete
47a5774c8fa4: Download complete
a7a793f430ef: Download complete
50749af763e4: Download complete
1931ff52ea8f: Download complete
d6cbdb0b2976: Verifying Checksum
d6cbdb0b2976: Download complete
ef05642a6c19: Verifying Checksum
ef05642a6c19: Download complete
c21f3fb8010b: Verifying Checksum
c21f3fb8010b: Download complete
006e8a0d5bfe: Verifying Checksum
006e8a0d5bfe: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
3a6ccf50917d: Pull complete
2ac39db0f7b1: Pull complete
bff3cbb02176: Download complete
f9df0a6b27ec: Download complete
b5138c38b1e4: Verifying Checksum
b5138c38b1e4: Download complete
199f7dd22bb1: Verifying Checksum
199f7dd22bb1: Download complete
4704820b8848: Verifying Checksum
4704820b8848: Download complete
3fef5dd9f9c7: Download complete
33b83451bd83: Verifying Checksum
33b83451bd83: Download complete
813e8e89161a: Verifying Checksum
813e8e89161a: Download complete
f32a57644710: Verifying Checksum
f32a57644710: Download complete
40216abfd9f1: Verifying Checksum
40216abfd9f1: Download complete
d689b2a1b34b: Download complete
c515a0f2353f: Verifying Checksum
c515a0f2353f: Download complete
2def47abdae6: Download complete
b49b2a2f9119: Download complete
4ab95fa37585: Pull complete
23b9806e7d7a: Verifying Checksum
23b9806e7d7a: Download complete
251f6be3be0f: Download complete
77df5933f202: Verifying Checksum
77df5933f202: Download complete
6b7f7c537f40: Verifying Checksum
6b7f7c537f40: Download complete
02b0f83c8144: Download complete
561ad12063d7: Download complete
bb777ec2f169: Download complete
f363410542aa: Verifying Checksum
f363410542aa: Download complete
fd11b9527539: Verifying Checksum
fd11b9527539: Download complete
ef05642a6c19: Pull complete
6ce4105a6817: Pull complete
482e731bee2c: Pull complete
82b20b1785fc: Pull complete
5033efba3ea4: Pull complete
ac061f34d5de: Pull complete
3699d934db19: Pull complete
c70084606501: Pull complete
92cba88bcd96: Pull complete
87d6cf018c95: Pull complete
47a5774c8fa4: Pull complete
a7a793f430ef: Pull complete
50749af763e4: Pull complete
1931ff52ea8f: Pull complete
d6cbdb0b2976: Pull complete
c21f3fb8010b: Pull complete
006e8a0d5bfe: Pull complete
4f4fb700ef54: Pull complete
bff3cbb02176: Pull complete
b5138c38b1e4: Pull complete
f9df0a6b27ec: Pull complete
199f7dd22bb1: Pull complete
4704820b8848: Pull complete
813e8e89161a: Pull complete
3fef5dd9f9c7: Pull complete
33b83451bd83: Pull complete
f32a57644710: Pull complete
40216abfd9f1: Pull complete
d689b2a1b34b: Pull complete
c515a0f2353f: Pull complete
6b7f7c537f40: Pull complete
2def47abdae6: Pull complete
fd11b9527539: Pull complete
b49b2a2f9119: Pull complete
23b9806e7d7a: Pull complete
251f6be3be0f: Pull complete
77df5933f202: Pull complete
f363410542aa: Pull complete
02b0f83c8144: Pull complete
561ad12063d7: Pull complete
bb777ec2f169: Pull complete
Digest: sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566
Status: Downloaded newer image for ocaml/opam@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566
2025-11-19 19:36.18 ---> saved as "ba6d18b62928370460223f977de9308ec394ac268d94d34b0cee5d6ca2044b67"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-19 19:36.19 ---> saved as "2af20f9dacf67a00fdee051badb171aa9252a2154923b73aed2da040979cb4fc"
/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
2025-11-19 19:36.46 ---> saved as "29cc486361475418e98d7a0325ecaf3bcc46421c8fccc55ee7f2c76f0dff6312"
/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~beta1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=fedora os-version=43
# 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 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
2025-11-19 19:36.47 ---> saved as "ff4aa20ec8e23fe0934e50f3648e55a5f20425e96d3527dee20ebeccb1003061"
/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-11-19 19:37.24 ---> saved as "8fe5d4b633e4dd527548a91dbf6488a7d1d0b91fa5dccb8bf8863a9fb54b4956"
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-19 19:37.37 ---> saved as "9916389a144848701587c08edc9a345434678d0ed512741b32b681565c4de9da"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-19 19:38.04 ---> saved as "d6960b291cd74aac9524b292b24db8aecd6f3c3be682a3bb788f5d76f3c52226"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 43 - x86_64 - Updates 100% | 149.9 KiB/s | 20.7 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2025-11-19 19:38.08 ---> saved as "6da8dc4ee78c5b71e21d209fa17b53228e19128e86aa45cd7837449c134a8cfd"
/home/opam: (run (shell "opam pin add -k version -yn ocaml-protoc.4.0 4.0"))
ocaml-protoc is now pinned to version 4.0
2025-11-19 19:38.09 ---> saved as "73512b24738d504320666a914c2b8da3974843d0b07c06d53a528d6a61d409b1"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocaml-protoc.4.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 \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocaml-protoc.4.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocaml-protoc.4.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 4 packages
- install dune 3.20.2 [required by ocaml-protoc]
- install ocaml-protoc 4.0 (pinned)
- install pbrt 4.0 [required by ocaml-protoc]
- install stdlib-shims 0.3.0 [required by pbrt]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.20.2 (cached)
-> retrieved ocaml-protoc.4.0, pbrt.4.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed pbrt.4.0
-> installed ocaml-protoc.4.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-19 19:38.53 ---> saved as "bce6e4f026216d8c165332ab59c9acc43401032f54cf96d01b4e7dde0f75f7ac"
Job succeeded
2025-11-19 19:39.15: Job succeeded