(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-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/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-5.4@sha256:b927b50007739db8eda5c5cccba46bdd510181b1bf2664a3a189d906aa19f893
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-5.4@sha256:b927b50007739db8eda5c5cccba46bdd510181b1bf2664a3a189d906aa19f893-ppx_deriving_jsonschema.0.0.7-34d3b72424802d46cb5a85dace3093ac6dd31d75"
2026-04-30 16:22.15: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-5.4@sha256:b927b50007739db8eda5c5cccba46bdd510181b1bf2664a3a189d906aa19f893)
 (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 toxis.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-5.4@sha256:b927b50007739db8eda5c5cccba46bdd510181b1bf2664a3a189d906aa19f893)
2026-04-30 16:22.41 ---> using "d40348773b17440ff840a2b30b47919a05fdb0d7c083a60530cb3eee7955d1aa" 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.41 ---> using "f714c7ea31eff5fe70e5bff68afbb5437b140f303f0d263034217e3c0e20ce20" 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.41 ---> using "9c196e2df3271964d98282b68d84f85e632a65cadcd6e783aa1db582b8d62d8e" 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                 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-30 16:22.41 ---> using "3e876a6a74796398020f31ad02f020524f1fd26fb6a856c07d918ecad04aa4ba" 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.41 ---> using "66ec6e3a600561eb070a318d159958cbc992fd337599a479b297b84acad6d74e" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 16:22.50 ---> saved as "21d7b03582728097e6777473f3199df0cc29dd184f8bc3862202608c60178f1b"

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

/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.12 ---> saved as "1f07f4c1bac403bbd9ef58f9fdebbc5eb0b44933e3d85b553f122bd6506b2833"

/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.13 ---> saved as "2f2c498041e059595459fae3a9feab56eec2d88367e53a9b2f2d2aa9198b87f3"

/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
The following actions will be performed:
=== install 49 packages
  ∗ angstrom                0.16.1         [required by uri]
  ∗ base-bytes              base           [required by ocplib-endian]
  ∗ bigstringaf             0.10.0         [required by angstrom]
  ∗ cmdliner                2.1.1          [required by melange]
  ∗ conf-gmp                5              [required by zarith]
  ∗ conf-pkg-config         4              [required by zarith]
  ∗ cppo                    1.8.0          [required by melange]
  ∗ csexp                   1.5.2          [required by dune-configurator]
  ∗ ctypes                  0.24.0         [required by quickjs]
  ∗ dune                    3.22.2         [required by ppx_deriving_jsonschema]
  ∗ dune-build-info         3.22.2         [required by melange]
  ∗ dune-configurator       3.22.2         [required by lwt]
  ∗ fix                     20250919       [required by reason]
  ∗ integers                0.7.0          [required by server-reason-react]
  ∗ lwt                     6.1.2          [required by server-reason-react]
  ∗ lwt_ppx                 6.1.0          [required by server-reason-react]
  ∗ melange                 6.0.1-54       [required by ppx_deriving_jsonschema]
  ∗ melange-fetch           0.2.0          [required by server-reason-react]
  ∗ melange-json            2.0.0          [required by server-reason-react]
  ∗ melange-json-native     2.0.0          [required by server-reason-react]
  ∗ melange-webapi          0.22.0         [required by server-reason-react]
  ∗ menhir                  20260209       [required by melange]
  ∗ menhirCST               20260209       [required by menhir]
  ∗ menhirGLR               20260209       [required by menhir]
  ∗ menhirLib               20260209       [required by menhir]
  ∗ menhirSdk               20260209       [required by menhir]
  ∗ merlin-extend           0.6.2          [required by reason]
  ∗ ocaml-compiler-libs     v0.17.0        [required by ppxlib]
  ∗ ocaml-syntax-shims      1.0.0          [required by angstrom]
  ∗ ocamlbuild              0.16.1         [required by uucp, uutf]
  ∗ ocamlfind               1.9.8          [required by uutf, uucp, zarith]
  ∗ ocplib-endian           1.2            [required by lwt]
  ∗ ppx_derivers            1.2.1          [required by ppxlib]
  ∗ ppx_deriving_jsonschema 0.0.7 (pinned)
  ∗ ppxlib                  0.38.0         [required by ppx_deriving_jsonschema]
  ∗ quickjs                 0.4.2          [required by server-reason-react]
  ∗ reason                  3.17.3         [required by server-reason-react]
  ∗ reason-react            0.17.0         [required by server-reason-react]
  ∗ reason-react-ppx        0.17.0         [required by reason-react]
  ∗ server-reason-react     0.4.1          [required by ppx_deriving_jsonschema]
  ∗ sexplib0                v0.17.0        [required by ppxlib]
  ∗ stdlib-shims            0.3.0          [required by ppxlib, integers]
  ∗ stringext               1.6.0          [required by uri]
  ∗ topkg                   1.1.1          [required by uucp, uutf]
  ∗ uri                     4.4.0          [required by server-reason-react]
  ∗ uucp                    17.0.0         [required by server-reason-react]
  ∗ uutf                    1.0.4          [required by server-reason-react]
  ∗ yojson                  3.0.0          [required by server-reason-react]
  ∗ zarith                  1.14           [required by server-reason-react]

The following system packages will first need to be installed:
    pkgconf

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run pacman to install them (may need root/sudo access)
  2. Display the recommended pacman command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/sbin/sudo "pacman" "-Su" "--noconfirm" "pkgconf"
- :: Starting full system upgrade...
- resolving dependencies...
- looking for conflicting packages...
- 
- Package (9)         Old Version  New Version  Net Change  Download Size
- 
- extra/bubblewrap    0.11.1-1     0.11.2-1       0.00 MiB       0.04 MiB
- core/device-mapper  2.03.39-1    2.03.40-1      0.02 MiB       0.29 MiB
- core/expat          2.7.5-1      2.8.0-1        0.01 MiB       0.12 MiB
- core/iana-etc       20260409-1   20260425-1     0.00 MiB       0.39 MiB
- core/libbpf         1.6.2-1      1.7.0-1        0.02 MiB       0.26 MiB
- core/libgpg-error   1.59-1       1.60-1         0.01 MiB       0.27 MiB
- extra/rsync         3.4.1-2      3.4.2-1        0.00 MiB       0.36 MiB
- core/sed            4.9-3        4.10-1         0.08 MiB       0.24 MiB
- core/pkgconf                     2.5.1-1        0.20 MiB       0.07 MiB
- 
- Total Download Size:   2.04 MiB
- Total Installed Size:  9.00 MiB
- Net Upgrade Size:      0.33 MiB
- 
- :: Proceed with installation? [Y/n] 
- :: Retrieving packages...
-  iana-etc-20260425-1-any downloading...
-  rsync-3.4.2-1-x86_64 downloading...
-  device-mapper-2.03.40-1-x86_64 downloading...
-  libgpg-error-1.60-1-x86_64 downloading...
-  libbpf-1.7.0-1-x86_64 downloading...
-  sed-4.10-1-x86_64 downloading...
-  expat-2.8.0-1-x86_64 downloading...
-  pkgconf-2.5.1-1-x86_64 downloading...
-  bubblewrap-0.11.2-1-x86_64 downloading...
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- :: Processing package changes...
- upgrading iana-etc...
- installing pkgconf...
- upgrading libgpg-error...
- upgrading bubblewrap...
- upgrading device-mapper...
- upgrading expat...
- upgrading libbpf...
- upgrading rsync...
- upgrading sed...
- :: Running post-transaction hooks...
- (1/4) Reloading system manager configuration...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- (2/4) Enqueuing marked services...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- (3/4) Reloading device manager configuration...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- (4/4) Arming ConditionNeedsUpdate...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved angstrom.0.16.1  (cached)
⬇ retrieved bigstringaf.0.10.0  (cached)
⬇ retrieved cmdliner.2.1.1  (cached)
⬇ retrieved conf-gmp.5  (cached)
⬇ retrieved cppo.1.8.0  (cached)
⬇ retrieved csexp.1.5.2  (cached)
∗ installed conf-pkg-config.4
∗ installed conf-gmp.5
⬇ retrieved ctypes.0.24.0  (cached)
⬇ retrieved dune.3.22.2, dune-build-info.3.22.2, dune-configurator.3.22.2  (cached)
⬇ retrieved fix.20250919  (cached)
⬇ retrieved integers.0.7.0  (cached)
⬇ retrieved lwt.6.1.2  (cached)
⬇ retrieved lwt_ppx.6.1.0  (cached)
∗ installed cmdliner.2.1.1
⬇ retrieved melange.6.0.1-54  (cached)
⬇ retrieved melange-fetch.0.2.0  (cached)
⬇ retrieved melange-json.2.0.0, melange-json-native.2.0.0  (cached)
⬇ retrieved melange-webapi.0.22.0  (cached)
⬇ retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
⬇ retrieved merlin-extend.0.6.2  (cached)
⬇ retrieved ocaml-compiler-libs.v0.17.0  (cached)
⬇ retrieved ocaml-syntax-shims.1.0.0  (cached)
⬇ retrieved ocamlbuild.0.16.1  (cached)
⬇ retrieved ocamlfind.1.9.8  (cached)
⬇ retrieved ocplib-endian.1.2  (cached)
⬇ retrieved ppx_derivers.1.2.1  (cached)
⬇ retrieved ppx_deriving_jsonschema.0.0.7  (https://github.com/ahrefs/ppx_deriving_jsonschema/releases/download/0.0.7/ppx_deriving_jsonschema-0.0.7.tbz)
⬇ retrieved ppxlib.0.38.0  (cached)
⬇ retrieved quickjs.0.4.2  (cached)
⬇ retrieved reason.3.17.3  (cached)
⬇ retrieved reason-react.0.17.0, reason-react-ppx.0.17.0  (cached)
⬇ retrieved server-reason-react.0.4.1  (cached)
⬇ retrieved sexplib0.v0.17.0  (cached)
⬇ retrieved stdlib-shims.0.3.0  (cached)
⬇ retrieved stringext.1.6.0  (cached)
⬇ retrieved topkg.1.1.1  (cached)
⬇ retrieved uri.4.4.0  (cached)
⬇ retrieved uucp.17.0.0  (cached)
⬇ retrieved uutf.1.0.4  (cached)
⬇ retrieved yojson.3.0.0  (cached)
⬇ retrieved zarith.1.14  (cached)
∗ installed ocamlfind.1.9.8
∗ installed base-bytes.base
∗ installed ocamlbuild.0.16.1
∗ installed zarith.1.14
∗ installed topkg.1.1.1
∗ installed uutf.1.0.4
∗ installed dune.3.22.2
∗ installed cppo.1.8.0
∗ installed csexp.1.5.2
∗ installed dune-build-info.3.22.2
∗ installed fix.20250919
∗ installed menhirCST.20260209
∗ installed menhirGLR.20260209
∗ installed menhirLib.20260209
∗ installed menhirSdk.20260209
∗ installed ocaml-compiler-libs.v0.17.0
∗ installed ocaml-syntax-shims.1.0.0
∗ installed ppx_derivers.1.2.1
∗ installed sexplib0.v0.17.0
∗ installed stdlib-shims.0.3.0
∗ installed stringext.1.6.0
∗ installed yojson.3.0.0
∗ installed merlin-extend.0.6.2
∗ installed ocplib-endian.1.2
∗ installed integers.0.7.0
∗ installed dune-configurator.3.22.2
∗ installed bigstringaf.0.10.0
∗ installed angstrom.0.16.1
∗ installed lwt.6.1.2
∗ installed uri.4.4.0
∗ installed ctypes.0.24.0
∗ installed menhir.20260209
∗ installed quickjs.0.4.2
∗ installed uucp.17.0.0
∗ installed ppxlib.0.38.0
∗ installed melange-json-native.2.0.0
∗ installed lwt_ppx.6.1.0
∗ installed reason.3.17.3
∗ installed reason-react-ppx.0.17.0
∗ installed melange.6.0.1-54
∗ installed melange-fetch.0.2.0
∗ installed reason-react.0.17.0
∗ installed melange-json.2.0.0
∗ installed melange-webapi.0.22.0
∗ installed server-reason-react.0.4.1
∗ installed ppx_deriving_jsonschema.0.0.7
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 16:25.21 ---> saved as "efccfbeced518892680e7ca0694b069552b15299df7ff609bac67e4c561dd02e"
Job succeeded
2026-04-30 16:25.26: Job succeeded