(for PR #28134)

2025-07-08 15:35.19: New job: build ppx_inline_test_nobase.v0.17.0.2, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28134/head (0cee70d98d0192423d4e423e7408dc04aaa4122a)
                              on debian-unstable-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/28134/head" && git reset --hard 0cee70d9
git fetch origin master
git merge --no-edit 11a53009bd75423d805636ff9384bf7cce8b0a9a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-unstable-ocaml-4.14@sha256:0285eafe7be504db1e105c1584869cc7d3b77affc05d8df471672c185aa70a11
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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_inline_test_nobase.v0.17.0.2 v0.17.0.2
RUN opam reinstall ppx_inline_test_nobase.v0.17.0.2; \
    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-unstable\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ppx_inline_test_nobase.v0.17.0.2' && 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-07-08 15:35.19: Using cache hint "ocaml/opam:debian-unstable-ocaml-4.14@sha256:0285eafe7be504db1e105c1584869cc7d3b77affc05d8df471672c185aa70a11-ppx_inline_test_nobase.v0.17.0.2-0cee70d98d0192423d4e423e7408dc04aaa4122a"
2025-07-08 15:35.19: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-4.14@sha256:0285eafe7be504db1e105c1584869cc7d3b77affc05d8df471672c185aa70a11)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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_inline_test_nobase.v0.17.0.2 v0.17.0.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ppx_inline_test_nobase.v0.17.0.2;\
             \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-unstable\\\"\"; 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_inline_test_nobase.v0.17.0.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-07-08 15:35.19: Waiting for resource in pool OCluster
2025-07-08 15:35.19: Waiting for worker…
2025-07-08 15:35.22: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 11a53009bd Merge pull request #27805 from fccm2/conf-gegl
Merge made by the 'ort' strategy.
 .../opam                                               | 18 +++++++-----------
 .../opam                                               | 11 ++++++-----
 2 files changed, 13 insertions(+), 16 deletions(-)
 rename packages/ppx_expect_nobase/{ppx_expect_nobase.v0.17.2 => ppx_expect_nobase.v0.17.2.2}/opam (57%)
 rename packages/ppx_inline_test_nobase/{ppx_inline_test_nobase.v0.17.0 => ppx_inline_test_nobase.v0.17.0.2}/opam (74%)

(from ocaml/opam:debian-unstable-ocaml-4.14@sha256:0285eafe7be504db1e105c1584869cc7d3b77affc05d8df471672c185aa70a11)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-4.14@sha256:0285eafe7be504db1e105c1584869cc7d3b77affc05d8df471672c185aa70a11' locally
docker.io/ocaml/opam@sha256:0285eafe7be504db1e105c1584869cc7d3b77affc05d8df471672c185aa70a11: Pulling from ocaml/opam
4e931dbe891d: Already exists
6d2f57bb0d58: Already exists
42ffad43ddf7: Already exists
a843a7cff5b1: Already exists
217e392d7e0f: Already exists
e804c029bdf4: Already exists
92c8311c290d: Already exists
81a695e74ea9: Already exists
ec5c083cf22b: Already exists
a21bf54f2d5b: Already exists
09ba181d4069: Already exists
7ef6323c9515: Already exists
b2e15490040e: Already exists
f987803266ba: Already exists
7a9eb25f98ab: Already exists
ed08555d0217: Already exists
cb69b9672969: Already exists
f0209392ec20: Already exists
1a2bfb83bd17: Already exists
9ce1342f625b: Already exists
4f4fb700ef54: Already exists
f4cd3cda5bd1: Already exists
a1964fa03b8e: Already exists
b0447f55c55d: Already exists
3b35795ea6f1: Already exists
54253ebfaadd: Already exists
9ff632143c65: Already exists
9b15fa33b17b: Already exists
fc621d9e49ee: Already exists
5bd7c786f6af: Already exists
a808190c9ede: Already exists
b98e772cf962: Already exists
f6034e88fa4b: Already exists
20427fd93949: Already exists
64bdf3a66474: Already exists
3a1c504ada2e: Already exists
0b128060d34b: Already exists
712e4b43f6e9: Already exists
8df215c81409: Already exists
077145acaf58: Pulling fs layer
b7c588be1e51: Pulling fs layer
e5449f5927ce: Pulling fs layer
14d8873ec3d8: Pulling fs layer
077145acaf58: Waiting
b7c588be1e51: Waiting
e5449f5927ce: Waiting
14d8873ec3d8: Waiting
077145acaf58: Verifying Checksum
077145acaf58: Download complete
b7c588be1e51: Download complete
e5449f5927ce: Verifying Checksum
e5449f5927ce: Download complete
077145acaf58: Pull complete
b7c588be1e51: Pull complete
e5449f5927ce: Pull complete
14d8873ec3d8: Verifying Checksum
14d8873ec3d8: Download complete
14d8873ec3d8: Pull complete
Digest: sha256:0285eafe7be504db1e105c1584869cc7d3b77affc05d8df471672c185aa70a11
Status: Downloaded newer image for ocaml/opam@sha256:0285eafe7be504db1e105c1584869cc7d3b77affc05d8df471672c185aa70a11
2025-07-08 15:38.36 ---> saved as "6cebd66525e92da7ff8820aa705179bf3b0dd6636930883cccecf7be045be3af"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-08 15:38.36 ---> saved as "c46de6419a3eb5f4d0d08233e1820ab274f41e50099725f1e0cf12cd79cd7e76"

/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 development 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-07-08 15:38.55 ---> saved as "b4eafd85931582e3f74c27817aaa5c887c7ad3b59834fcb25c5d5a9516e3034f"

/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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# 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                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, 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.2
2025-07-08 15:38.55 ---> saved as "38763535109a0cae9a772fb124bc7fb7995b97cb3ee6fa231d7a7c8d1535af6a"

/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-07-08 15:39.04 ---> saved as "41bf592fc3fbfe0fbc8dd285f17a4ce48ff660572880c5d34009188d6ee1285a"

/home/opam: (copy (src .) (dst opam-repository/))
2025-07-08 15:39.08 ---> saved as "4ecaf9fbae3067fee6dc3e4e0b5816ba878d80b255c2669fb6d4f17b67a7e63f"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-08 15:39.24 ---> saved as "66ffc68c42b3ccf786cc09397fef716b3fdbdc7b87355f8aa8cbda024c14d080"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [213 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-07-08-1405.15-F-2025-07-05-0804.49.pdiff [32.8 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-07-08-1405.15-F-2025-07-05-0804.49.pdiff [32.8 kB]
- Fetched 310 kB in 1s (245 kB/s)
- Reading package lists...
2025-07-08 15:39.26 ---> saved as "dba57a20a6fe785c14ba5cd4352d0d44dde5e58d22b0a241840dc28645126fd4"

/home/opam: (run (shell "opam pin add -k version -yn ppx_inline_test_nobase.v0.17.0.2 v0.17.0.2"))
ppx_inline_test_nobase is now pinned to version v0.17.0.2
2025-07-08 15:39.26 ---> saved as "38311200f0fd216a76c73dd652c9b2b78da44847218f5139c84a8cc17db4f22f"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ppx_inline_test_nobase.v0.17.0.2;\
                        \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-unstable\\\"\"; 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_inline_test_nobase.v0.17.0.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ppx_inline_test_nobase.v0.17.0.2 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 11 packages
  - install dune                   3.19.1             [required by ppx_inline_test_nobase]
  - install mtime                  2.1.0              [required by ppx_inline_test_nobase]
  - install ocaml-compiler-libs    v0.12.4            [required by ppxlib]
  - install ocamlbuild             0.16.1             [required by mtime]
  - install ocamlfind              1.9.8              [required by mtime]
  - install ppx_derivers           1.2.1              [required by ppxlib]
  - install ppx_inline_test_nobase v0.17.0.2 (pinned)
  - install ppxlib                 0.35.0             [required by ppx_inline_test_nobase]
  - install sexplib0               v0.17.0            [required by ppx_inline_test_nobase]
  - install stdlib-shims           0.3.0              [required by ppxlib]
  - install topkg                  1.0.8              [required by mtime]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.19.1  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_inline_test_nobase.v0.17.0.2  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed mtime.2.1.0
-> installed dune.3.19.1
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppxlib.0.35.0
-> installed ppx_inline_test_nobase.v0.17.0.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-08 15:40.01 ---> saved as "c142b39b79fbd6084962893d59d138985df62b2fba6e06715f61b1e7f555f0c8"
Job succeeded
2025-07-08 15:40.05: Job succeeded