(for PR #29136)

2025-12-28 16:12.03: New job: build shakuhachi.0.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29136/head (500b0a8a976d92816bfc1c639a63209a8de44abe)
                              on debian-13-ocaml-5.3/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/29136/head" && git reset --hard 500b0a8a
git fetch origin master
git merge --no-edit 5c564c8a6632162fcf75bf9ebef17c1bf55f9c1a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9
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 shakuhachi.0.1.0 0.1.0
RUN opam reinstall shakuhachi.0.1.0; \
    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" != 'shakuhachi.0.1.0' && 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-28 16:12.03: Using cache hint "ocaml/opam:debian-13-ocaml-5.3@sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9-shakuhachi.0.1.0-500b0a8a976d92816bfc1c639a63209a8de44abe"
2025-12-28 16:12.03: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9)
 (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 shakuhachi.0.1.0 0.1.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall shakuhachi.0.1.0;\
             \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\" != 'shakuhachi.0.1.0' && 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-28 16:12.03: Waiting for resource in pool OCluster
2025-12-28 16:12.03: Waiting for worker…
2025-12-28 16:12.04: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 5c564c8a66 Merge pull request #29141 from jmid/extend-conf-taglib_c
Merge made by the 'ort' strategy.
 packages/shakuhachi/shakuhachi.0.1.0/opam | 53 +++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)
 create mode 100644 packages/shakuhachi/shakuhachi.0.1.0/opam

(from ocaml/opam:debian-13-ocaml-5.3@sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9' locally
docker.io/ocaml/opam@sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9: Pulling from ocaml/opam
2981f7e8980b: Already exists
9c63e1c4ba84: Already exists
02578b9c9f1b: Already exists
3801cb7ba5e6: Already exists
1c4cdedd39f1: Already exists
40f6006c5f5a: Already exists
c451a17216ec: Already exists
e4104b8f72ee: Already exists
7c7dbc5e7919: Already exists
aa82be714e7c: Already exists
922520f12384: Already exists
9bfea042cef8: Already exists
1244979f7c21: Already exists
7583a0e34f94: Already exists
14bef3f2665a: Already exists
3a4b42ce6cb5: Already exists
b0a08a900877: Already exists
b0a08a900877: Already exists
16ac87e68d60: Already exists
74ac6e8c9b82: Already exists
b41290a57dc5: Already exists
592e5bcb7159: Already exists
4f4fb700ef54: Already exists
1db0705661a3: Already exists
76bb8e35b9cc: Already exists
3bc9d98c3b49: Already exists
7096ef42e6c0: Already exists
cd0e70de8125: Already exists
23ffab57f98e: Already exists
b974353d8023: Already exists
c74fba566723: Already exists
5ad399846f45: Already exists
3e7203fa3980: Already exists
0b8915d2a92b: Already exists
e68c7a56c438: Already exists
9024d680a167: Already exists
3c7c73421b6e: Already exists
7134fa9b4278: Already exists
9d94fb523099: Already exists
20d06dbdae7e: Already exists
b9a45e537661: Already exists
a08a9a974983: Already exists
8924679c4512: Already exists
768c99fc4263: Already exists
215f2d760d2b: Pulling fs layer
7de9823e1d22: Pulling fs layer
84f9df68c39c: Pulling fs layer
4989e85de92f: Pulling fs layer
4989e85de92f: Waiting
7de9823e1d22: Verifying Checksum
7de9823e1d22: Download complete
84f9df68c39c: Download complete
4989e85de92f: Verifying Checksum
4989e85de92f: Download complete
215f2d760d2b: Verifying Checksum
215f2d760d2b: Download complete
215f2d760d2b: Pull complete
7de9823e1d22: Pull complete
84f9df68c39c: Pull complete
4989e85de92f: Pull complete
Digest: sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9
Status: Downloaded newer image for ocaml/opam@sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9
2025-12-28 16:12.43 ---> using "3c7396f7f2e012a60dc7c5964d5e4dd32d367437374fe9f1ba725dd799a085cd" 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-28 16:12.43 ---> using "bf21c16c493ac2a313e1277fb440e22628043bdb0c504ff4250ce926bc0b7fb2" 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-28 16:12.43 ---> using "614d8e0e80c1eb5be48e7a2433f6b2c983b9e5709be31c1ea59963cca6cbf160" 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       5.3
# invariant            ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-12-28 16:12.43 ---> using "692fcca7815e1f0e6c062924f98fa925ec9f8ed89660b5b7d0ef763509fb3136" 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-28 16:12.43 ---> using "55bbb1ada4fe298519bbda068dfac43ffadfba9ccbf17b850a4669ff6f031a0f" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-28 16:12.56 ---> saved as "320a6e0c74ae4ccab22528fd55c2ccd65da10e861e52d95b5eb7a01de8553853"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-28 16:13.15 ---> saved as "3555c70f2c8ceab2200ecbf7426d236b469fa37bc0c21e81f405255fff05cc28"

/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 [93.7 kB]
- Fetched 184 kB in 0s (1694 kB/s)
- Reading package lists...
2025-12-28 16:13.17 ---> saved as "143bfee0344a9237d3cbf92cb23e117131500a2710a2cb92b0703325436992ec"

/home/opam: (run (shell "opam pin add -k version -yn shakuhachi.0.1.0 0.1.0"))
shakuhachi is now pinned to version 0.1.0
2025-12-28 16:13.17 ---> saved as "041deb75eb4d70922d6eecb3dadf90cec414af3a5855adb9dfd4ca31ec8438bc"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall shakuhachi.0.1.0;\
                        \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\" != 'shakuhachi.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
shakuhachi.0.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 29 packages
  - install angstrom            0.16.1         [required by shakuhachi]
  - install bigstringaf         0.10.0         [required by angstrom]
  - install cmdliner            2.1.0          [required by shakuhachi]
  - install conf-pkg-config     4              [required by conf-taglib_c, conf-sqlite3]
  - install conf-sqlite3        1              [required by sqlite3]
  - install conf-taglib_c       2              [required by otaglibc]
  - install cppo                1.8.0          [required by ppx_deriving]
  - install csexp               1.5.2          [required by dune-configurator]
  - install dune                3.20.2         [required by shakuhachi]
  - install dune-configurator   3.20.2         [required by otaglibc, sqlite3]
  - install magic-mime          1.3.1          [required by shakuhachi]
  - install ocaml-compiler-libs v0.17.0        [required by ppxlib]
  - install ocaml-syntax-shims  1.0.0          [required by angstrom]
  - install ocamlbuild          0.16.1         [required by uunf]
  - install ocamlfind           1.9.8          [required by uunf]
  - install otaglibc            0.1.0          [required by shakuhachi]
  - install ppx_derivers        1.2.1          [required by ppx_deriving]
  - install ppx_deriving        6.1.1          [required by ppx_deriving_yojson]
  - install ppx_deriving_yojson 3.10.0         [required by shakuhachi]
  - install ppxlib              0.37.0         [required by ppx_deriving_yojson]
  - install re                  1.14.0         [required by shakuhachi]
  - install sexplib0            v0.17.0        [required by ppxlib]
  - install shakuhachi          0.1.0 (pinned)
  - install sqlite3             5.3.1          [required by shakuhachi]
  - install stdlib-shims        0.3.0          [required by ppxlib]
  - install topkg               1.1.1          [required by uunf]
  - install uunf                17.0.0         [required by shakuhachi]
  - install xdg                 3.20.2         [required by shakuhachi]
  - install yojson              3.0.0          [required by shakuhachi]

The following system packages will first need to be installed:
    libsqlite3-dev libtag-c-dev pkg-config

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get 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/bin/sudo "apt-get" "install" "-qq" "-yy" "libsqlite3-dev" "libtag-c-dev" "pkg-config"
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20653 files and directories currently installed.)
- Preparing to unpack .../0-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package libsqlite3-dev:amd64.
- Preparing to unpack .../1-libsqlite3-dev_3.46.1-7_amd64.deb ...
- Unpacking libsqlite3-dev:amd64 (3.46.1-7) ...
- Selecting previously unselected package libtag2:amd64.
- Preparing to unpack .../2-libtag2_2.0.2-2_amd64.deb ...
- Unpacking libtag2:amd64 (2.0.2-2) ...
- Selecting previously unselected package libtag-c2:amd64.
- Preparing to unpack .../3-libtag-c2_2.0.2-2_amd64.deb ...
- Unpacking libtag-c2:amd64 (2.0.2-2) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../4-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package libtag-dev:amd64.
- Preparing to unpack .../5-libtag-dev_2.0.2-2_amd64.deb ...
- Unpacking libtag-dev:amd64 (2.0.2-2) ...
- Selecting previously unselected package libtag-c-dev:amd64.
- Preparing to unpack .../6-libtag-c-dev_2.0.2-2_amd64.deb ...
- Unpacking libtag-c-dev:amd64 (2.0.2-2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../7-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../8-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../9-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libtag2:amd64 (2.0.2-2) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libsqlite3-dev:amd64 (3.46.1-7) ...
- Setting up libtag-c2:amd64 (2.0.2-2) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up libtag-c-dev:amd64 (2.0.2-2) ...
- Setting up libtag-dev:amd64 (2.0.2-2) ...
- Processing triggers for libc-bin (2.41-12) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> installed conf-sqlite3.1
-> installed conf-taglib_c.2
-> retrieved dune.3.20.2, dune-configurator.3.20.2, xdg.3.20.2  (cached)
-> retrieved magic-mime.1.3.1  (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 otaglibc.0.1.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppx_deriving_yojson.3.10.0  (cached)
-> installed cmdliner.2.1.0
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved shakuhachi.0.1.0  (cached)
-> retrieved sqlite3.5.3.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uunf.17.0.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uunf.17.0.0
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed magic-mime.1.3.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed xdg.3.20.2
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed otaglibc.0.1.0
-> installed angstrom.0.16.1
-> installed sqlite3.5.3.1
-> installed ppxlib.0.37.0
-> installed ppx_deriving.6.1.1
-> installed ppx_deriving_yojson.3.10.0
-> installed shakuhachi.0.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-28 16:14.31 ---> saved as "42b6ab64e896ad8f2084588d94822cde3c3c2eb9e443f52450db8af2a3b3541b"
Job succeeded
2025-12-28 16:14.38: Job succeeded