- github
- ocaml
- opam-repository
- 34d3b7
- distributions,ubuntu-24.04-ocaml-4.14,ppx_deriving_jsonschema.0.0.7
(not at the head of any monitored branch or PR)
2026-04-30 16:22.15: New job: build ppx_deriving_jsonschema.0.0.7, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29819/head (34d3b72424802d46cb5a85dace3093ac6dd31d75)
on ubuntu-24.04-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/29819/head" && git reset --hard 34d3b724
git fetch origin master
git merge --no-edit 6eba819fc9cf11948f2ec0ccb35df7352e130ee2
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4
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 ppx_deriving_jsonschema.0.0.7 0.0.7
RUN opam reinstall ppx_deriving_jsonschema.0.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 "\"ubuntu-24.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ppx_deriving_jsonschema.0.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-04-30 16:22.15: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4-ppx_deriving_jsonschema.0.0.7-34d3b72424802d46cb5a85dace3093ac6dd31d75"
2026-04-30 16:22.15: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4)
(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 ppx_deriving_jsonschema.0.0.7 0.0.7"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ppx_deriving_jsonschema.0.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 \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ppx_deriving_jsonschema.0.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-04-30 16:22.15: Waiting for resource in pool OCluster
2026-04-30 16:22.16: Waiting for worker…
2026-04-30 16:22.16: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 6eba819fc9 Merge pull request #29818 from Vlam9988/opam-publish-ip2proxy.3.2.0
Updating 6eba819fc9..34d3b72424
Fast-forward
.../ppx_deriving_jsonschema.0.0.7/opam | 57 ++++++++++++++++++++++
1 file changed, 57 insertions(+)
create mode 100644 packages/ppx_deriving_jsonschema/ppx_deriving_jsonschema.0.0.7/opam
(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4' locally
docker.io/ocaml/opam@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4: Pulling from ocaml/opam
b40150c1c271: Pulling fs layer
5635dddaaf61: Pulling fs layer
0a6d5f853ae3: Pulling fs layer
b40150c1c271: Waiting
5635dddaaf61: Waiting
799f202be4df: Pulling fs layer
0a6d5f853ae3: Waiting
b903f564077a: Pulling fs layer
799f202be4df: Waiting
6c1d10b3d08f: Pulling fs layer
5f5807185d05: Pulling fs layer
b903f564077a: Waiting
070c54c49939: Pulling fs layer
5f5807185d05: Waiting
c74f78aa4319: Pulling fs layer
6c1d10b3d08f: Waiting
070c54c49939: Waiting
08f490e2d1d6: Pulling fs layer
c74f78aa4319: Waiting
90f22d77deb3: Pulling fs layer
08f490e2d1d6: Waiting
7934f3d64cde: Pulling fs layer
90f22d77deb3: Waiting
c9675ca4ea04: Pulling fs layer
2d56e81bc648: Pulling fs layer
7934f3d64cde: Waiting
747607799543: Pulling fs layer
c9675ca4ea04: Waiting
2d56e81bc648: Waiting
620bc2c277c5: Pulling fs layer
747607799543: Waiting
bd268c40989e: Pulling fs layer
bd268c40989e: Waiting
52dd6f008393: Pulling fs layer
620bc2c277c5: Waiting
1ac04842be81: Pulling fs layer
e50d59eb16a8: Pulling fs layer
1ac04842be81: Waiting
5dcb466db21c: Pulling fs layer
52dd6f008393: Waiting
e50d59eb16a8: Waiting
4f4fb700ef54: Pulling fs layer
155ed5167872: Pulling fs layer
0d0ddeec4e9f: Pulling fs layer
5dcb466db21c: Waiting
155ed5167872: Waiting
11a59e72671d: Pulling fs layer
4f4fb700ef54: Waiting
0d0ddeec4e9f: Waiting
f5e116e6aaf6: Pulling fs layer
11a59e72671d: Waiting
95c72a92d56a: Pulling fs layer
f5e116e6aaf6: Waiting
711d037d18c7: Pulling fs layer
95c72a92d56a: Waiting
100470c8287d: Pulling fs layer
711d037d18c7: Waiting
76c9f10ccc79: Pulling fs layer
100470c8287d: Waiting
18a3f6bf5510: Pulling fs layer
76c9f10ccc79: Waiting
964c51b347ff: Pulling fs layer
4020793ba1b6: Pulling fs layer
18a3f6bf5510: Waiting
964c51b347ff: Waiting
ff88a2087566: Pulling fs layer
1599e1710bd3: Pulling fs layer
4020793ba1b6: Waiting
ff88a2087566: Waiting
e9e27cfec680: Pulling fs layer
ed5bd70fe984: Pulling fs layer
1599e1710bd3: Waiting
ff9f18578fd4: Pulling fs layer
290bf7c7792f: Pulling fs layer
e9e27cfec680: Waiting
ed5bd70fe984: Waiting
1be1bd893fc7: Pulling fs layer
7482771bd187: Pulling fs layer
290bf7c7792f: Waiting
ff9f18578fd4: Waiting
1be1bd893fc7: Waiting
901ff5f800f2: Pulling fs layer
7482771bd187: Waiting
42231f02769a: Pulling fs layer
450229835c85: Pulling fs layer
901ff5f800f2: Waiting
42231f02769a: Waiting
450229835c85: Waiting
5635dddaaf61: Verifying Checksum
5635dddaaf61: Download complete
b40150c1c271: Verifying Checksum
b40150c1c271: Download complete
0a6d5f853ae3: Verifying Checksum
0a6d5f853ae3: Download complete
b903f564077a: Verifying Checksum
b903f564077a: Download complete
799f202be4df: Verifying Checksum
799f202be4df: Download complete
5f5807185d05: Verifying Checksum
5f5807185d05: Download complete
070c54c49939: Verifying Checksum
070c54c49939: Download complete
b40150c1c271: Pull complete
5635dddaaf61: Pull complete
0a6d5f853ae3: Pull complete
c74f78aa4319: Verifying Checksum
c74f78aa4319: Download complete
08f490e2d1d6: Verifying Checksum
08f490e2d1d6: Download complete
6c1d10b3d08f: Verifying Checksum
6c1d10b3d08f: Download complete
90f22d77deb3: Verifying Checksum
90f22d77deb3: Download complete
7934f3d64cde: Verifying Checksum
7934f3d64cde: Download complete
c9675ca4ea04: Verifying Checksum
c9675ca4ea04: Download complete
799f202be4df: Pull complete
b903f564077a: Pull complete
2d56e81bc648: Verifying Checksum
2d56e81bc648: Download complete
747607799543: Verifying Checksum
747607799543: Download complete
620bc2c277c5: Verifying Checksum
620bc2c277c5: Download complete
bd268c40989e: Verifying Checksum
bd268c40989e: Download complete
52dd6f008393: Verifying Checksum
52dd6f008393: Download complete
1ac04842be81: Verifying Checksum
1ac04842be81: Download complete
e50d59eb16a8: Verifying Checksum
e50d59eb16a8: Download complete
5dcb466db21c: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
155ed5167872: Download complete
0d0ddeec4e9f: Verifying Checksum
0d0ddeec4e9f: Download complete
11a59e72671d: Download complete
f5e116e6aaf6: Verifying Checksum
f5e116e6aaf6: Download complete
95c72a92d56a: Download complete
711d037d18c7: Verifying Checksum
711d037d18c7: Download complete
100470c8287d: Verifying Checksum
100470c8287d: Download complete
76c9f10ccc79: Verifying Checksum
76c9f10ccc79: Download complete
18a3f6bf5510: Verifying Checksum
18a3f6bf5510: Download complete
964c51b347ff: Verifying Checksum
964c51b347ff: Download complete
4020793ba1b6: Verifying Checksum
4020793ba1b6: Download complete
ff88a2087566: Verifying Checksum
ff88a2087566: Download complete
e9e27cfec680: Download complete
ff9f18578fd4: Download complete
290bf7c7792f: Verifying Checksum
290bf7c7792f: Download complete
1be1bd893fc7: Download complete
1599e1710bd3: Verifying Checksum
1599e1710bd3: Download complete
901ff5f800f2: Verifying Checksum
901ff5f800f2: Download complete
42231f02769a: Download complete
450229835c85: Verifying Checksum
450229835c85: Download complete
ed5bd70fe984: Verifying Checksum
ed5bd70fe984: Download complete
6c1d10b3d08f: Pull complete
5f5807185d05: Pull complete
070c54c49939: Pull complete
7482771bd187: Verifying Checksum
7482771bd187: Download complete
c74f78aa4319: Pull complete
08f490e2d1d6: Pull complete
90f22d77deb3: Pull complete
7934f3d64cde: Pull complete
c9675ca4ea04: Pull complete
2d56e81bc648: Pull complete
747607799543: Pull complete
620bc2c277c5: Pull complete
bd268c40989e: Pull complete
52dd6f008393: Pull complete
1ac04842be81: Pull complete
e50d59eb16a8: Pull complete
5dcb466db21c: Pull complete
4f4fb700ef54: Pull complete
155ed5167872: Pull complete
0d0ddeec4e9f: Pull complete
11a59e72671d: Pull complete
f5e116e6aaf6: Pull complete
95c72a92d56a: Pull complete
711d037d18c7: Pull complete
100470c8287d: Pull complete
76c9f10ccc79: Pull complete
18a3f6bf5510: Pull complete
964c51b347ff: Pull complete
4020793ba1b6: Pull complete
ff88a2087566: Pull complete
1599e1710bd3: Pull complete
e9e27cfec680: Pull complete
ed5bd70fe984: Pull complete
ff9f18578fd4: Pull complete
290bf7c7792f: Pull complete
1be1bd893fc7: Pull complete
7482771bd187: Pull complete
901ff5f800f2: Pull complete
42231f02769a: Pull complete
450229835c85: Pull complete
Digest: sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4
Status: Downloaded newer image for ocaml/opam@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4
2026-04-30 16:22.54 ---> using "f6983aa83ec90cbaf3229e60f783e3846dbf203b22126e1fa9deb5af4a02fea2" 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-30 16:22.54 ---> using "52da5577534c0294d367877b7a2fd7dea7d9c71b334a1a397546783bcf503b40" 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-30 16:22.54 ---> using "f2fc4814e74d1f9de3a744560e03fbe0635bb9533bbf304be0c244c0cdbc01b7" 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.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=ubuntu os-version=24.04
# 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 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-30 16:22.54 ---> using "d48db15afd2d87a42ea875e5bc44309b075c51acc9502199a2bce2f3538c6249" 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-30 16:22.54 ---> using "e1f208f8307a2852923652171d48c8edfc2bdd1fa7f746e48f814f627aef7c06" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 16:23.04 ---> saved as "c52988bb95ed8793fca3b3684f8ccdbe94f94a37745a2cabfa03d5c6fa39500e"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 16:23.24 ---> saved as "c15174d34ba926763a4e134ffae06e90c50abf4f6a9e3333d2def328f06f9ee5"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:5 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1986 kB]
- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [54.1 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2355 kB]
- Get:8 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1498 kB]
- Get:9 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3491 kB]
- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3737 kB]
- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2142 kB]
- Fetched 15.6 MB in 5s (3032 kB/s)
- Reading package lists...
-
2026-04-30 16:23.31 ---> saved as "120713db847f4504f060ae09c4ad2d28a53ba3f8c0c3f9eec6e5370ba83c9978"
/home/opam: (run (shell "opam pin add -k version -yn ppx_deriving_jsonschema.0.0.7 0.0.7"))
ppx_deriving_jsonschema is now pinned to version 0.0.7
2026-04-30 16:23.32 ---> saved as "c97d72d47a1b7e0bcb5b89d6b0ab668e1f3edfc68935c92570c4350ee5883df3"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ppx_deriving_jsonschema.0.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 \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ppx_deriving_jsonschema.0.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"))
ppx_deriving_jsonschema.0.0.7 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml:
- (invariant) -> ocaml-base-compiler = 4.14.3 -> ocaml = 4.14.3
- ppx_deriving_jsonschema >= 0.0.7 -> ocaml >= 5.0.0
You can temporarily relax the switch invariant with `--update-invariant'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ppx_deriving_jsonschema.0.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 "\"ubuntu-24.04\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'ppx_deriving_jsonschema.0.0.7' && 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-30 16:23.47: Job failed: Failed: Build failed
2026-04-30 16:23.47: Log analysis:
2026-04-30 16:23.47: >>>
No solution found, exiting
(score = 100)
2026-04-30 16:23.47: [SKIP] Package not available