Build:
  1. 0
2025-12-11 09:18.08: New job: build json-data-encoding-browser.1.1.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29067/head (a54ed909f0353c7e7fabd1034ec14be52fb10fe9)
                              on debian-13-ocaml-4.14-fp/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/29067/head" && git reset --hard a54ed909
git fetch origin master
git merge --no-edit 810e1f14b7fa6411c66a3549f4c2aff47c52fc36
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-fp@sha256:bb70f9ac6b25a475e3b67b0c070a28bea6ff18ec2476643d3d20d2d3bbfa41a6
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 json-data-encoding-browser.1.1.1 1.1.1
RUN opam reinstall json-data-encoding-browser.1.1.1; \
    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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'json-data-encoding-browser.1.1.1' && 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-12-11 09:18.08: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-fp@sha256:bb70f9ac6b25a475e3b67b0c070a28bea6ff18ec2476643d3d20d2d3bbfa41a6-json-data-encoding-browser.1.1.1-a54ed909f0353c7e7fabd1034ec14be52fb10fe9"
2025-12-11 09:18.08: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-fp@sha256:bb70f9ac6b25a475e3b67b0c070a28bea6ff18ec2476643d3d20d2d3bbfa41a6)
 (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 json-data-encoding-browser.1.1.1 1.1.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall json-data-encoding-browser.1.1.1;\
             \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 \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'json-data-encoding-browser.1.1.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-12-11 09:18.08: Waiting for resource in pool OCluster
2025-12-11 20:02.19: Waiting for worker…
2025-12-11 20:04.36: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files:  64% (12257/19003)
Updating files:  65% (12352/19003)
Updating files:  66% (12542/19003)
Updating files:  67% (12733/19003)
Updating files:  68% (12923/19003)
Updating files:  69% (13113/19003)
Updating files:  70% (13303/19003)
Updating files:  71% (13493/19003)
Updating files:  72% (13683/19003)
Updating files:  73% (13873/19003)
Updating files:  74% (14063/19003)
Updating files:  75% (14253/19003)
Updating files:  76% (14443/19003)
Updating files:  77% (14633/19003)
Updating files:  78% (14823/19003)
Updating files:  79% (15013/19003)
Updating files:  80% (15203/19003)
Updating files:  81% (15393/19003)
Updating files:  82% (15583/19003)
Updating files:  83% (15773/19003)
Updating files:  84% (15963/19003)
Updating files:  85% (16153/19003)
Updating files:  86% (16343/19003)
Updating files:  87% (16533/19003)
Updating files:  88% (16723/19003)
Updating files:  89% (16913/19003)
Updating files:  90% (17103/19003)
Updating files:  91% (17293/19003)
Updating files:  92% (17483/19003)
Updating files:  93% (17673/19003)
Updating files:  94% (17863/19003)
Updating files:  95% (18053/19003)
Updating files:  96% (18243/19003)
Updating files:  97% (18433/19003)
Updating files:  98% (18623/19003)
Updating files:  99% (18813/19003)
Updating files: 100% (19003/19003)
Updating files: 100% (19003/19003), done.
HEAD is now at 810e1f14b7 Merge pull request #29066 from gares/release-elpi-v3.4.4
Merge made by the 'ort' strategy.
 .../json-data-encoding-browser.1.1.1/opam          | 37 ++++++++++++++++++
 .../json-data-encoding-bson.1.1.1/opam             | 39 +++++++++++++++++++
 .../json-data-encoding.1.1.1/opam                  | 44 ++++++++++++++++++++++
 3 files changed, 120 insertions(+)
 create mode 100644 packages/json-data-encoding-browser/json-data-encoding-browser.1.1.1/opam
 create mode 100644 packages/json-data-encoding-bson/json-data-encoding-bson.1.1.1/opam
 create mode 100644 packages/json-data-encoding/json-data-encoding.1.1.1/opam

(from ocaml/opam:debian-13-ocaml-4.14-fp@sha256:bb70f9ac6b25a475e3b67b0c070a28bea6ff18ec2476643d3d20d2d3bbfa41a6)
2025-12-11 20:04.39 ---> using "3027cd2872144ec910dde71228a283c3c1d103a05b44912b46d60f32cb47125d" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-11 20:04.39 ---> using "3645d0b84c5cca0654493c11d2aef9ac7064b1c62c6275fa3ed4dffd4aa3d0c8" 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
2025-12-11 20:04.39 ---> using "d11510dc0db7db599f7ac403d891cf5f7f948bae641e766bc7ec316f0e3e6b32" 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=debian os-version=13
# 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-options-only-fp"]
# compiler-packages    ocaml-option-fp.1, ocaml-options-only-fp.1, ocaml-variants.4.14.2+options
# 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.2+options+fp
2025-12-11 20:04.39 ---> using "7bf900c989a2cf66ff9df555d24ef8e2cc26def54a5b9e957da7c0be510f57c9" 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/"))
2025-12-11 20:04.39 ---> using "dfaa89a06d05c1e9801dd5f06be29e438a474436c053be511cb08b77e5063423" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-11 20:04.55 ---> saved as "8171ff7adbbf79d2248f520d560c76fa12111810e63d14cdb23e9c009f018a66"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-11 20:05.28 ---> saved as "455c7dcddc0e6b5bb273e97b1f0390a0a298a7d7dac8ab5990768dd2de20fc4b"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [82.1 kB]
- Fetched 173 kB in 0s (516 kB/s)
- Reading package lists...
- 
2025-12-11 20:05.31 ---> saved as "95ec7805d1ea189cc3f26e6f25a9b4f40b45b6851feb79a959f2b3a87db76d10"

/home/opam: (run (shell "opam pin add -k version -yn json-data-encoding-browser.1.1.1 1.1.1"))
json-data-encoding-browser is now pinned to version 1.1.1
2025-12-11 20:05.33 ---> saved as "5df82eeb4bab5cfe1f5b8ac1cf281add470c39fe19930b3bf43c376f947ac5a5"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall json-data-encoding-browser.1.1.1;\
                        \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 \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'json-data-encoding-browser.1.1.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
json-data-encoding-browser.1.1.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 32 packages
  - install angstrom                   0.16.1         [required by uri]
  - install bigstringaf                0.10.0         [required by angstrom]
  - install cmdliner                   2.1.0          [required by js_of_ocaml-compiler]
  - install csexp                      1.5.2          [required by dune-configurator]
  - install cstruct                    6.2.0          [required by hex]
  - install dune                       3.20.2         [required by json-data-encoding-browser]
  - install dune-configurator          3.20.2         [required by bigstringaf]
  - install fmt                        0.11.0         [required by cstruct]
  - install gen                        1.1            [required by sedlex]
  - install hex                        1.5.0          [required by json-data-encoding]
  - install js_of_ocaml                6.2.0          [required by json-data-encoding-browser]
  - install js_of_ocaml-compiler       6.2.0          [required by js_of_ocaml]
  - install json-data-encoding         1.1.1          [required by json-data-encoding-browser]
  - install json-data-encoding-browser 1.1.1 (pinned)
  - install menhir                     20250912       [required by js_of_ocaml-compiler]
  - install menhirCST                  20250912       [required by menhir]
  - install menhirLib                  20250912       [required by js_of_ocaml-compiler]
  - install menhirSdk                  20250912       [required by js_of_ocaml-compiler]
  - install ocaml-compiler-libs        v0.12.4        [required by ppxlib]
  - install ocaml-syntax-shims         1.0.0          [required by angstrom]
  - install ocamlbuild                 0.16.1         [required by fmt]
  - install ocamlfind                  1.9.8          [required by js_of_ocaml-compiler]
  - install ppx_derivers               1.2.1          [required by ppxlib]
  - install ppxlib                     0.37.0         [required by js_of_ocaml]
  - install sedlex                     3.7            [required by js_of_ocaml-compiler]
  - install seq                        base           [required by gen]
  - install sexplib0                   v0.17.0        [required by ppxlib]
  - install stdlib-shims               0.3.0          [required by ppxlib]
  - install stringext                  1.6.0          [required by uri]
  - install topkg                      1.1.1          [required by fmt]
  - install uri                        4.4.0          [required by json-data-encoding]
  - install yojson                     3.0.0          [required by js_of_ocaml-compiler]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0  (cached)
-> retrieved json-data-encoding.1.1.1, json-data-encoding-browser.1.1.1  (cached)
-> installed cmdliner.2.1.0
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> 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 yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed gen.1.1
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.12.4
-> 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 hex.1.5.0
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed uri.4.4.0
-> installed json-data-encoding.1.1.1
-> installed menhir.20250912
-> installed ppxlib.0.37.0
-> installed sedlex.3.7
-> installed js_of_ocaml-compiler.6.2.0
-> installed js_of_ocaml.6.2.0
-> installed json-data-encoding-browser.1.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-11 20:07.44 ---> saved as "c520215ca89347815f1743540bc4ea57ec0259c4a2b99fc560629bbb9608c874"
Job succeeded
2025-12-11 20:07.54: Job succeeded