(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 archlinux-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:archlinux-ocaml-4.14@sha256:264f7c6ad6e3a4f50a6465b32af5b137d8f3ba9e7c6a612edf9d49cfa309e4d8
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 "\"archlinux\""; 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:archlinux-ocaml-4.14@sha256:264f7c6ad6e3a4f50a6465b32af5b137d8f3ba9e7c6a612edf9d49cfa309e4d8-ppx_deriving_jsonschema.0.0.7-34d3b72424802d46cb5a85dace3093ac6dd31d75"
2026-04-30 16:22.15: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:264f7c6ad6e3a4f50a6465b32af5b137d8f3ba9e7c6a612edf9d49cfa309e4d8)
 (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 \"\\\"archlinux\\\"\"; 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 doris.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:archlinux-ocaml-4.14@sha256:264f7c6ad6e3a4f50a6465b32af5b137d8f3ba9e7c6a612edf9d49cfa309e4d8)
Unable to find image 'ocaml/opam:archlinux-ocaml-4.14@sha256:264f7c6ad6e3a4f50a6465b32af5b137d8f3ba9e7c6a612edf9d49cfa309e4d8' locally
docker.io/ocaml/opam@sha256:264f7c6ad6e3a4f50a6465b32af5b137d8f3ba9e7c6a612edf9d49cfa309e4d8: Pulling from ocaml/opam
1dd624a5d250: Pulling fs layer
ab6ef42a20b3: Pulling fs layer
8335b2da987f: Pulling fs layer
1dd624a5d250: Waiting
07053c5e0684: Pulling fs layer
ab6ef42a20b3: Waiting
8335b2da987f: Waiting
1a77621a839a: Pulling fs layer
34e0639e9c9b: Pulling fs layer
07053c5e0684: Waiting
1a77621a839a: Waiting
cbb65aec2778: Pulling fs layer
34e0639e9c9b: Waiting
f15678b0d94e: Pulling fs layer
2859404e1f79: Pulling fs layer
cbb65aec2778: Waiting
f15678b0d94e: Waiting
e1251a8ee6a9: Pulling fs layer
2859404e1f79: Waiting
9e240a85c667: Pulling fs layer
e1251a8ee6a9: Waiting
f7f232c44105: Pulling fs layer
3cf2da3f0427: Pulling fs layer
9e240a85c667: Waiting
6ae550de2c94: Pulling fs layer
f7f232c44105: Waiting
3cf2da3f0427: Waiting
4f4fb700ef54: Pulling fs layer
6ae550de2c94: Waiting
10691a79ad56: Pulling fs layer
fc6bf6e518a8: Pulling fs layer
4f4fb700ef54: Waiting
2c2332ebfc4e: Pulling fs layer
10691a79ad56: Waiting
2244f80174da: Pulling fs layer
8b8a8da2fcc9: Pulling fs layer
fc6bf6e518a8: Waiting
2c2332ebfc4e: Waiting
45a4d5a95293: Pulling fs layer
2244f80174da: Waiting
6ad4a54fd688: Pulling fs layer
6945723d26db: Pulling fs layer
45a4d5a95293: Waiting
58d384831e2f: Pulling fs layer
6ad4a54fd688: Waiting
cfa289cf0dae: Pulling fs layer
58d384831e2f: Waiting
9269dbf7d853: Pulling fs layer
cfa289cf0dae: Waiting
f53312768181: Pulling fs layer
054a65f3adcf: Pulling fs layer
9269dbf7d853: Waiting
f53312768181: Waiting
3895fdaa1f8e: Pulling fs layer
7ea80ad38e3f: Pulling fs layer
054a65f3adcf: Waiting
3895fdaa1f8e: Waiting
40f3bd58c539: Pulling fs layer
7af57c27a2d4: Pulling fs layer
40f3bd58c539: Waiting
a97d03ec00ee: Pulling fs layer
7af57c27a2d4: Waiting
04b0eae1af79: Pulling fs layer
a97d03ec00ee: Waiting
fb9c1774773f: Pulling fs layer
4ae8a50f6f76: Pulling fs layer
04b0eae1af79: Waiting
fb9c1774773f: Waiting
8f670490e187: Pulling fs layer
ee9811bbedf9: Pulling fs layer
8f670490e187: Waiting
ee9811bbedf9: Waiting
1dd624a5d250: Verifying Checksum
1dd624a5d250: Download complete
ab6ef42a20b3: Verifying Checksum
ab6ef42a20b3: Download complete
07053c5e0684: Verifying Checksum
07053c5e0684: Download complete
1a77621a839a: Verifying Checksum
1a77621a839a: Download complete
34e0639e9c9b: Verifying Checksum
34e0639e9c9b: Download complete
cbb65aec2778: Verifying Checksum
cbb65aec2778: Download complete
f15678b0d94e: Verifying Checksum
f15678b0d94e: Download complete
2859404e1f79: Verifying Checksum
2859404e1f79: Download complete
e1251a8ee6a9: Download complete
f7f232c44105: Verifying Checksum
f7f232c44105: Download complete
8335b2da987f: Verifying Checksum
8335b2da987f: Download complete
9e240a85c667: Verifying Checksum
9e240a85c667: Download complete
3cf2da3f0427: Verifying Checksum
3cf2da3f0427: Download complete
6ae550de2c94: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
10691a79ad56: Verifying Checksum
10691a79ad56: Download complete
2c2332ebfc4e: Verifying Checksum
2c2332ebfc4e: Download complete
fc6bf6e518a8: Verifying Checksum
fc6bf6e518a8: Download complete
2244f80174da: Download complete
8b8a8da2fcc9: Verifying Checksum
8b8a8da2fcc9: Download complete
45a4d5a95293: Verifying Checksum
45a4d5a95293: Download complete
6ad4a54fd688: Verifying Checksum
6ad4a54fd688: Download complete
6945723d26db: Verifying Checksum
6945723d26db: Download complete
58d384831e2f: Verifying Checksum
58d384831e2f: Download complete
cfa289cf0dae: Verifying Checksum
cfa289cf0dae: Download complete
9269dbf7d853: Verifying Checksum
9269dbf7d853: Download complete
f53312768181: Verifying Checksum
f53312768181: Download complete
3895fdaa1f8e: Download complete
40f3bd58c539: Download complete
7af57c27a2d4: Download complete
a97d03ec00ee: Verifying Checksum
a97d03ec00ee: Download complete
1dd624a5d250: Pull complete
ab6ef42a20b3: Pull complete
054a65f3adcf: Verifying Checksum
054a65f3adcf: Download complete
7ea80ad38e3f: Verifying Checksum
7ea80ad38e3f: Download complete
4ae8a50f6f76: Download complete
8f670490e187: Verifying Checksum
8f670490e187: Download complete
ee9811bbedf9: Download complete
8335b2da987f: Pull complete
07053c5e0684: Pull complete
1a77621a839a: Pull complete
34e0639e9c9b: Pull complete
cbb65aec2778: Pull complete
f15678b0d94e: Pull complete
2859404e1f79: Pull complete
e1251a8ee6a9: Pull complete
9e240a85c667: Pull complete
f7f232c44105: Pull complete
3cf2da3f0427: Pull complete
6ae550de2c94: Pull complete
04b0eae1af79: Verifying Checksum
04b0eae1af79: Download complete
fb9c1774773f: Verifying Checksum
fb9c1774773f: Download complete
4f4fb700ef54: Pull complete
10691a79ad56: Pull complete
fc6bf6e518a8: Pull complete
2c2332ebfc4e: Pull complete
2244f80174da: Pull complete
8b8a8da2fcc9: Pull complete
45a4d5a95293: Pull complete
6ad4a54fd688: Pull complete
6945723d26db: Pull complete
58d384831e2f: Pull complete
cfa289cf0dae: Pull complete
9269dbf7d853: Pull complete
f53312768181: Pull complete
054a65f3adcf: Pull complete
3895fdaa1f8e: Pull complete
7ea80ad38e3f: Pull complete
40f3bd58c539: Pull complete
7af57c27a2d4: Pull complete
a97d03ec00ee: Pull complete
04b0eae1af79: Pull complete
fb9c1774773f: Pull complete
4ae8a50f6f76: Pull complete
8f670490e187: Pull complete
ee9811bbedf9: Pull complete
Digest: sha256:264f7c6ad6e3a4f50a6465b32af5b137d8f3ba9e7c6a612edf9d49cfa309e4d8
Status: Downloaded newer image for ocaml/opam@sha256:264f7c6ad6e3a4f50a6465b32af5b137d8f3ba9e7c6a612edf9d49cfa309e4d8
2026-04-30 16:22.35 ---> using "b335f4c14c78032abc317eb8006625b82c0f1066f818e0cab492de0956140fc6" 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.35 ---> using "b0212cf2130f67a4aca66fbb2e988e8f5b440b4945f4d68b02bf82f9098c53a3" 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
[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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-30 16:22.35 ---> using "c311075b570f857276b9fd2a40672c555b29cc10eaff160e4bc3cea16faccc83" 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=arch os-version=20260419.0.517065
# 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-30 16:22.35 ---> using "049a36eaa382450cdf08ab964e7cc4bceb980e6d3bb9b1a5e6abaf0278c72f83" 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.35 ---> using "4d20113876644673c11e54c3fc0ba199419fe558f82254a5396ba453da9954db" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 16:22.45 ---> saved as "326c6a9e7a546e9a383cef3da7ff33082096bc33a95f71546ac06612588f1f2a"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 16:23.02 ---> saved as "608607a6c1befb39ebc069376c7b56b7c18a0561e9294f8ffa399a451571d838"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
-  core downloading...
-  extra downloading...
2026-04-30 16:23.04 ---> saved as "1392b6345a4febc3affe30b2252ec9d3b37f9ea2efd7481ec5500b31f711add7"

/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.05 ---> saved as "fccf1c3377668aa711ae5c3e88f9c8761729cfdd2ff727c012fd166a3021e575"

/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 \"\\\"archlinux\\\"\"; 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 "\"archlinux\""; 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.19: Job failed: Failed: Build failed
2026-04-30 16:23.19: Log analysis:
2026-04-30 16:23.19: >>> 
No solution found, exiting
 (score = 100)
2026-04-30 16:23.19: [SKIP] Package not available