(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-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/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-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083
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-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083-shakuhachi.0.1.0-500b0a8a976d92816bfc1c639a63209a8de44abe"
2026-01-02 14:37.42: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083)
 (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.43: 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-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083)
2026-01-02 14:38.58 ---> using "92a4868cef67203ec83e505d6e143939fe2b26f936d185df29fc7fc62ef6a0b1" 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:38.58 ---> using "30287bdb29170c20fc56e2b30e9e3bd47ea27a374ad5aaaa22721ae91681ab21" 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:38.58 ---> using "d54535a708019de15e1c3d61343c0c66f2e6903ebdfe568ab6088e49872e4e71" 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    5.4
2026-01-02 14:38.58 ---> using "c9981215645041285bb9bf2456468b25165b451c253808c1b12fcdf898aded8c" 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:38.58 ---> using "60ffedf08cc61e316a527441e629c6430b001ed426678273b19bea14dd0caf5d" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-02 14:39.05 ---> saved as "79574f45b64149dffa1f1266cba9b38396d4d7cd130fa1eb3f366dcdd30a80d5"

/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:39.15 ---> saved as "67a774d50ff6edbd76a5cdd4065121248412c1dc590986ed9e11a697554e51d2"

/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 (2179 kB/s)
Reading package lists...
# OS package update successful
2026-01-02 14:39.16 ---> saved as "6ca21a067aa98fa19619b3d76284bdb4b3567ec673bb019a021fc1bac3e350bb"

/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:39.17 ---> saved as "23d59b33cd696f74ef4b9a035532dcd3302253366f9cca98b1bf03a2e21b53c4"

/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
# The following system packages are needed:
libsqlite3-dev
libtag-c-dev
pkg-config
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 ... 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) ...
# 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.17.0 [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.17.0] 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 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.
# Run eval $(opam env) to update the current shell environment
2026-01-02 14:40.12 ---> saved as "f73e09f797823bde5e804c73e7cab82d55fb3b0fa7cd97ccbcf383c26e9858bf"
Job succeeded
2026-01-02 14:40.17: Job succeeded