(not at the head of any monitored branch or PR)
2026-01-02 14:37.42: New job: build shakuhachi.0.1.0, using opam 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29136/head (500b0a8a976d92816bfc1c639a63209a8de44abe)
                              on debian-13-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/29136/head" && git reset --hard 500b0a8a
git fetch origin master
git merge --no-edit f38f451cd7419a41f4f3cb951de3324c2d99b87c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:036e77867422a8866af32fdb5a0ab537b7171bc6e32ad75d56b72d619d86227e
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn shakuhachi.0.1.0 0.1.0
RUN opam depext shakuhachi.0.1.0 && 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 .

2026-01-02 14:37.42: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:036e77867422a8866af32fdb5a0ab537b7171bc6e32ad75d56b72d619d86227e-shakuhachi.0.1.0-500b0a8a976d92816bfc1c639a63209a8de44abe"
2026-01-02 14:37.42: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:036e77867422a8866af32fdb5a0ab537b7171bc6e32ad75d56b72d619d86227e)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "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 depext -u || 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 depext shakuhachi.0.1.0 && 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"))
)

2026-01-02 14:37.42: Waiting for resource in pool OCluster
2026-01-02 14:37.42: Waiting for worker…
2026-01-02 14:37.42: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at f38f451cd7 Merge pull request #29162 from xavierleroy/cryptokit-1.21
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-4.14@sha256:036e77867422a8866af32fdb5a0ab537b7171bc6e32ad75d56b72d619d86227e)
2026-01-02 14:43.25 ---> using "3693260be75be30570e295a8d96dbf271715706f1de21c754800bbb80cb23c02" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2026-01-02 14:43.25 ---> using "6ee6034d361d1d5bd6ccb4a0d8650aed5ba7ef59d950c3e25fa743f777bc51cc" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.

[WARNING] Recommended dependencies -- most packages rely on these:
  - m4

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-01-02 14:43.25 ---> using "1785c5e523c11b68371bbad2fe896203acfec2893508d8fd1224ee7cd8bdd82e" from cache

/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version      2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) 
# self-upgrade      no
# system            arch=x86_64 os=linux os-distribution=debian os-version=13
# solver            builtin-mccs+glpk
# install-criteria  -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria  -removed,-count[version-lag,solution],-new
# jobs              71
# repositories      1 (version-controlled)
# pinned            1 (version)
# current-switch    4.14
2026-01-02 14:43.25 ---> using "8fbe13ffe1eea843a54e527e20568346d36280938ee87d207e3bccebc5ac22c7" 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-01-02 14:43.25 ---> using "ab9ca0e6dc46dd10df0da3787b427ea8e6a7b83234d1b4ebe3a7a0553b3dec41" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-02 14:43.26 ---> using "f2babd78aa75f792a4870444497abca8a6a806cd489fcd00e852406eb67d1b74" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-01-02 14:43.26 ---> using "0a1dc55e063497efe532cf182590d50919f5691d2035809e60a39d268981de4b" from cache

/home/opam: (run (network host)
                 (shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "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 [94.0 kB]
Fetched 185 kB in 0s (1945 kB/s)
Reading package lists...
# OS package update successful
2026-01-02 14:43.26 ---> using "fd56dbb7de34be6a77b66dc051dfce45569cf19e14689a54359573909927516c" from cache

/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
2026-01-02 14:43.26 ---> using "1ce5dbad3e83ecc142bb593313771a5fe4b7fa26fd2bca32fa12f12bb95e092b" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext shakuhachi.0.1.0 && 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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
libsqlite3-dev
libtag-c-dev
pkg-config
# The following system packages are needed:
The following command needs to be run through "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 ... 20622 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) ...
# OS packages installation successful
shakuhachi.0.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install ocamlbuild          0.16.1  [required by uunf]
  - install cmdliner            2.1.0   [required by shakuhachi]
  - install conf-pkg-config     4       [required by conf-taglib_c, conf-sqlite3]
  - install ocamlfind           1.9.8   [required by uunf]
  - install dune                3.20.2  [required by shakuhachi]
  - install conf-taglib_c       2       [required by otaglibc]
  - install conf-sqlite3        1       [required by sqlite3]
  - install topkg               1.1.1   [required by uunf]
  - install yojson              3.0.0   [required by shakuhachi]
  - install xdg                 3.20.2  [required by shakuhachi]
  - install stdlib-shims        0.3.0   [required by ppxlib]
  - install sexplib0            v0.17.0 [required by ppxlib]
  - install re                  1.14.0  [required by shakuhachi]
  - install ppx_derivers        1.2.1   [required by ppx_deriving]
  - install ocaml-syntax-shims  1.0.0   [required by angstrom]
  - install ocaml-compiler-libs v0.12.4 [required by ppxlib]
  - install magic-mime          1.3.1   [required by shakuhachi]
  - install csexp               1.5.2   [required by dune-configurator]
  - install cppo                1.8.0   [required by ppx_deriving]
  - install uunf                17.0.0  [required by shakuhachi]
  - install ppxlib              0.37.0  [required by ppx_deriving_yojson]
  - install dune-configurator   3.20.2  [required by otaglibc, sqlite3]
  - install ppx_deriving        6.1.1   [required by ppx_deriving_yojson]
  - install sqlite3             5.3.1   [required by shakuhachi]
  - install otaglibc            0.1.0   [required by shakuhachi]
  - install bigstringaf         0.10.0  [required by angstrom]
  - install ppx_deriving_yojson 3.10.0  [required by shakuhachi]
  - install angstrom            0.16.1  [required by shakuhachi]
  - install shakuhachi          0.1.0*
===== 29 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[angstrom.0.16.1] found in cache
[bigstringaf.0.10.0] found in cache
[cmdliner.2.1.0] found in cache
[cppo.1.8.0] found in cache
[csexp.1.5.2] found in cache
[dune.3.20.2] found in cache
[dune-configurator.3.20.2] found in cache
[magic-mime.1.3.1] found in cache
[ocaml-compiler-libs.v0.12.4] found in cache
[ocaml-syntax-shims.1.0.0] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[otaglibc.0.1.0] found in cache
[ppx_derivers.1.2.1] found in cache
[ppx_deriving.6.1.1] found in cache
[ppx_deriving_yojson.3.10.0] found in cache
[ppxlib.0.37.0] found in cache
[re.1.14.0] found in cache
[sexplib0.v0.17.0] found in cache
[shakuhachi.0.1.0] found in cache
[sqlite3.5.3.1] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.1.1] found in cache
[uunf.17.0.0] found in cache
[xdg.3.20.2] found in cache
[yojson.3.0.0] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-sqlite3.1
-> installed conf-taglib_c.2
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed dune.3.20.2
-> installed uunf.17.0.0
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed magic-mime.1.3.1
-> installed ocaml-compiler-libs.v0.12.4
-> 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.
# Run eval $(opam env) to update the current shell environment
2026-01-02 14:43.26 ---> using "904a0139b8111fe13fa43d79601bfca3a84d10f5382279f06bfb75b1ea58697c" from cache
Job succeeded
2026-01-02 14:43.30: Job succeeded