- github
- ocaml
- opam-repository
- 8e5a62
- distributions,fedora-42-ocaml-5.4,atd-jsonlike.4.1.0
(not at the head of any monitored branch or PR)
2026-04-12 05:56.53: New job: build atd-jsonlike.4.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29709/head (8e5a62aa6ff8e3285a53d2ca2cbe0dc69bc99426)
on fedora-42-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/29709/head" && git reset --hard 8e5a62aa
git fetch origin master
git merge --no-edit 0404939bde256ca9d097922f265c4342b3b383b0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20
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 atd-jsonlike.4.1.0 4.1.0
RUN opam reinstall atd-jsonlike.4.1.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-42\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'atd-jsonlike.4.1.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 .
2026-04-12 05:56.53: Using cache hint "ocaml/opam:fedora-42-ocaml-5.4@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20-atd-jsonlike.4.1.0-8e5a62aa6ff8e3285a53d2ca2cbe0dc69bc99426"
2026-04-12 05:56.53: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20)
(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 atd-jsonlike.4.1.0 4.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall atd-jsonlike.4.1.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-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\" != 'atd-jsonlike.4.1.0' && 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-12 05:56.53: Waiting for resource in pool OCluster
2026-04-12 06:02.08: Waiting for worker…
2026-04-12 06:03.41: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files: 71% (13371/18686)
Updating files: 72% (13454/18686)
Updating files: 73% (13641/18686)
Updating files: 74% (13828/18686)
Updating files: 75% (14015/18686)
Updating files: 76% (14202/18686)
Updating files: 77% (14389/18686)
Updating files: 78% (14576/18686)
Updating files: 79% (14762/18686)
Updating files: 80% (14949/18686)
Updating files: 81% (15136/18686)
Updating files: 82% (15323/18686)
Updating files: 83% (15510/18686)
Updating files: 84% (15697/18686)
Updating files: 85% (15884/18686)
Updating files: 86% (16070/18686)
Updating files: 87% (16257/18686)
Updating files: 88% (16444/18686)
Updating files: 89% (16631/18686)
Updating files: 90% (16818/18686)
Updating files: 91% (17005/18686)
Updating files: 92% (17192/18686)
Updating files: 93% (17378/18686)
Updating files: 94% (17565/18686)
Updating files: 95% (17752/18686)
Updating files: 96% (17939/18686)
Updating files: 97% (18126/18686)
Updating files: 98% (18313/18686)
Updating files: 99% (18500/18686)
Updating files: 100% (18686/18686)
Updating files: 100% (18686/18686), done.
HEAD is now at 0404939bde Merge pull request #29648 from sanette/opam-publish-tsdl-ttf.0.7
Updating 0404939bde..8e5a62aa6f
Fast-forward
packages/atd-jsonlike/atd-jsonlike.4.1.0/opam | 119 +++++++++++++++++++
packages/atd-yamlx/atd-yamlx.4.1.0/opam | 121 +++++++++++++++++++
packages/atd/atd.4.1.0/opam | 126 ++++++++++++++++++++
packages/atdcpp/atdcpp.4.0.0/opam | 2 +-
packages/atdcpp/atdcpp.4.1.0/opam | 117 ++++++++++++++++++
packages/atdd/atdd.4.0.0/opam | 2 +-
packages/atdd/atdd.4.1.0/opam | 117 ++++++++++++++++++
.../atdgen-codec-runtime.4.1.0/opam | 116 ++++++++++++++++++
packages/atdgen-runtime/atdgen-runtime.4.1.0/opam | 118 +++++++++++++++++++
packages/atdgen/atdgen.4.0.0/opam | 2 +-
packages/atdgen/atdgen.4.1.0/opam | 131 +++++++++++++++++++++
packages/atdj/atdj.4.0.0/opam | 2 +-
packages/atdj/atdj.4.1.0/opam | 130 ++++++++++++++++++++
packages/atdml/atdml.4.0.0/opam | 2 +-
packages/atdml/atdml.4.1.0/opam | 122 +++++++++++++++++++
packages/atdpy/atdpy.4.0.0/opam | 2 +-
packages/atdpy/atdpy.4.1.0/opam | 119 +++++++++++++++++++
packages/atds/atds.4.0.0/opam | 2 +-
packages/atds/atds.4.1.0/opam | 115 ++++++++++++++++++
packages/atdts/atdts.4.0.0/opam | 2 +-
packages/atdts/atdts.4.1.0/opam | 118 +++++++++++++++++++
21 files changed, 1577 insertions(+), 8 deletions(-)
create mode 100644 packages/atd-jsonlike/atd-jsonlike.4.1.0/opam
create mode 100644 packages/atd-yamlx/atd-yamlx.4.1.0/opam
create mode 100644 packages/atd/atd.4.1.0/opam
create mode 100644 packages/atdcpp/atdcpp.4.1.0/opam
create mode 100644 packages/atdd/atdd.4.1.0/opam
create mode 100644 packages/atdgen-codec-runtime/atdgen-codec-runtime.4.1.0/opam
create mode 100644 packages/atdgen-runtime/atdgen-runtime.4.1.0/opam
create mode 100644 packages/atdgen/atdgen.4.1.0/opam
create mode 100644 packages/atdj/atdj.4.1.0/opam
create mode 100644 packages/atdml/atdml.4.1.0/opam
create mode 100644 packages/atdpy/atdpy.4.1.0/opam
create mode 100644 packages/atds/atds.4.1.0/opam
create mode 100644 packages/atdts/atdts.4.1.0/opam
(from ocaml/opam:fedora-42-ocaml-5.4@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20' locally
docker.io/ocaml/opam@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20: Pulling from ocaml/opam
bcbfb8588268: Already exists
7c86f07d981d: Already exists
e523f6cbdc73: Already exists
e196c832855a: Already exists
c24dcc89d23e: Already exists
cd9def049d81: Already exists
e360f9824a3f: Already exists
fbeadbd8287f: Already exists
b5be9212d8a5: Already exists
58850ac9f02f: Already exists
94de074660d5: Already exists
c6d785172de9: Already exists
5642a0bc3a02: Already exists
677ac3b3af73: Already exists
97f4a46fa01c: Already exists
887c8b3bd767: Already exists
887c8b3bd767: Already exists
8572bae05e44: Already exists
a801ab04175f: Already exists
8eb7359ab813: Already exists
ea7dd170751f: Already exists
4f4fb700ef54: Already exists
4eeb3f6c741a: Already exists
d8096e11e5a7: Already exists
b45c71862e05: Already exists
3d3025681a79: Already exists
3619e9f4de7b: Already exists
e1d8131f324a: Already exists
98ffe2fff5c0: Already exists
ecf008026c3e: Already exists
b7768b04427d: Already exists
aad28dcc458f: Already exists
2972bd6e2f3d: Already exists
ca68011eb393: Already exists
9b422c636e47: Already exists
63cf593f7c6c: Already exists
8f3a2bf8a3f5: Already exists
fd59c3ff8fe9: Already exists
c19e7369255b: Already exists
379fcd94e8be: Already exists
9f42b986b124: Pulling fs layer
5265afd8716d: Pulling fs layer
9f42b986b124: Waiting
85416eeda842: Pulling fs layer
bcd50729bf5d: Pulling fs layer
5265afd8716d: Waiting
85416eeda842: Waiting
b11563d96a68: Pulling fs layer
bcd50729bf5d: Waiting
b11563d96a68: Waiting
9f42b986b124: Download complete
9f42b986b124: Pull complete
85416eeda842: Verifying Checksum
85416eeda842: Download complete
bcd50729bf5d: Verifying Checksum
bcd50729bf5d: Download complete
b11563d96a68: Verifying Checksum
b11563d96a68: Download complete
5265afd8716d: Verifying Checksum
5265afd8716d: Download complete
5265afd8716d: Pull complete
85416eeda842: Pull complete
bcd50729bf5d: Pull complete
b11563d96a68: Pull complete
Digest: sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20
Status: Downloaded newer image for ocaml/opam@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20
2026-04-12 06:05.22 ---> using "026d3cf1aee2d78e6ed81a600679704a94b27ab6856c8be16b9050008424a4ca" 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-12 06:05.22 ---> using "9b9d372e7d13eea844ea87db532460d03c0ee9c750905d4fb13071888402d949" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-12 06:05.22 ---> using "bdb0bf964210f8e37e9be3bc5aa66f6c063ff3d7c88670e45aa86d1e3ceafcd9" 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 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-04-12 06:05.22 ---> using "72f692234000cbca56412ee60f975caaa96e70ae39886d071b16b08f204ef234" 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-12 06:05.22 ---> using "2d280ec6f3a7b9b1d8525d2e6d8ab307170fd4cb4ea6bf48001ea31910d20ec6" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-12 06:05.37 ---> saved as "e80c7a898953641af493227444ff56faa8102b79db4b6cfd8598150f253feae6"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-12 06:06.00 ---> saved as "08d605964bec26035fa52fe57bf7a44da504f680cb94fe70d763ba707f8efa28"
/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% | 61.7 KiB/s | 17.7 KiB | 00m00s
- Fedora 42 - x86_64 100% | 123.2 KiB/s | 21.6 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-04-12 06:06.08 ---> saved as "8f68a62d0c1018dc727e1ca92cc43b8f97811a4c13087a1cf1d5d2222041a1fa"
/home/opam: (run (shell "opam pin add -k version -yn atd-jsonlike.4.1.0 4.1.0"))
atd-jsonlike is now pinned to version 4.1.0
2026-04-12 06:06.09 ---> saved as "2cf9464668aac9ef76f13eec4a86552986f79cd401193872bb22982b43501344"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall atd-jsonlike.4.1.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-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\" != 'atd-jsonlike.4.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
atd-jsonlike.4.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 3 packages
- install atd-jsonlike 4.1.0 (pinned)
- install dune 3.22.1 [required by atd-jsonlike]
- install re 1.14.0 [required by atd-jsonlike]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved atd-jsonlike.4.1.0 (cached)
-> retrieved dune.3.22.1 (cached)
-> retrieved re.1.14.0 (cached)
-> installed dune.3.22.1
-> installed re.1.14.0
-> installed atd-jsonlike.4.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-12 06:06.58 ---> saved as "316c9574e986ecf55fcb014343e3ba96f31c493bcab94fd89e3740b2b3baf926"
Job succeeded
2026-04-12 06:07.09: Job succeeded