(not at the head of any monitored branch or PR)
2025-02-28 11:21.24: New job: test yocaml_jingoo.1.0.0, using opam 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27506/head (75eef35b619bf9c3f461991842637fa9cca93c84)
                              on debian-12-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/27506/head" && git reset --hard 75eef35b
git fetch origin master
git merge --no-edit c27f09fa9e7c90f754413780e15d13ba8c13d377
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:6434bcbbde140b05dae76dbfeb2fd716579c003b44f3df292eca16e85504ddfa
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 yocaml_jingoo.1.0.0 1.0.0
RUN opam depext yocaml_jingoo.1.0.0 && opam reinstall yocaml_jingoo.1.0.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-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'yocaml_jingoo.1.0.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam depext --with-test yocaml_jingoo.1.0.0 && opam reinstall --with-test yocaml_jingoo.1.0.0) || true
RUN opam depext --with-test yocaml_jingoo.1.0.0 && opam reinstall --with-test --verbose yocaml_jingoo.1.0.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-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'yocaml_jingoo.1.0.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-02-28 11:21.24: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:6434bcbbde140b05dae76dbfeb2fd716579c003b44f3df292eca16e85504ddfa-yocaml_jingoo.1.0.0-75eef35b619bf9c3f461991842637fa9cca93c84"
2025-02-28 11:21.24: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:6434bcbbde140b05dae76dbfeb2fd716579c003b44f3df292eca16e85504ddfa)
 (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 yocaml_jingoo.1.0.0 1.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam depext yocaml_jingoo.1.0.0 && opam reinstall yocaml_jingoo.1.0.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-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'yocaml_jingoo.1.0.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam depext --with-test yocaml_jingoo.1.0.0 && opam reinstall --with-test yocaml_jingoo.1.0.0) || true"))
 (run (shell  "opam depext --with-test yocaml_jingoo.1.0.0 && opam reinstall --with-test --verbose yocaml_jingoo.1.0.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-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'yocaml_jingoo.1.0.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-02-28 11:21.24: Waiting for resource in pool OCluster
2025-02-28 11:27.16: Waiting for worker…
2025-02-28 11:30.28: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  89% (20060/22532)
Updating files:  90% (20279/22532)
Updating files:  91% (20505/22532)
Updating files:  92% (20730/22532)
Updating files:  93% (20955/22532)
Updating files:  94% (21181/22532)
Updating files:  95% (21406/22532)
Updating files:  96% (21631/22532)
Updating files:  97% (21857/22532)
Updating files:  98% (22082/22532)
Updating files:  99% (22307/22532)
Updating files: 100% (22532/22532)
Updating files: 100% (22532/22532), done.
HEAD is now at c27f09fa9e Merge pull request #27515 from xavierleroy/Xft
Merge made by the 'ort' strategy.
 packages/preface/preface.1.1.0/opam                | 46 ++++++++++++++++++++++
 packages/yocaml/yocaml.1.0.0/opam                  |  2 +-
 packages/yocaml_cmark/yocaml_cmark.1.0.0/opam      |  2 +-
 packages/yocaml_git/yocaml_git.1.0.0/opam          |  2 +-
 packages/yocaml_jingoo/yocaml_jingoo.1.0.0/opam    |  2 +-
 .../yocaml_markdown/yocaml_markdown.1.0.0/opam     |  2 +-
 .../yocaml_mustache/yocaml_mustache.1.0.0/opam     |  2 +-
 packages/yocaml_unix/yocaml_unix.1.0.0/opam        |  2 +-
 packages/yocaml_yaml/yocaml_yaml.1.0.0/opam        |  2 +-
 9 files changed, 54 insertions(+), 8 deletions(-)
 create mode 100644 packages/preface/preface.1.1.0/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:6434bcbbde140b05dae76dbfeb2fd716579c003b44f3df292eca16e85504ddfa)
2025-02-28 11:30.30 ---> using "23dae15f16843ab5902c5cce9dbc18fd61fe6dc052057f0ca063cfb82b8c6dd6" 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"))
2025-02-28 11:30.30 ---> using "a70cd149d62e0245813909ab9f6b70cd9bcf5dda15f8bcfed71823558370d87d" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
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)

2025-02-28 11:30.30 ---> using "2bc4bbe8c957b9878990d59a40b5e269277b59ff797aaac8bfa0c3d966c58be4" 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=12
# 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              39
# repositories      1 (local), 1 (version-controlled)
# pinned            1 (version)
# current-switch    5.3
2025-02-28 11:30.30 ---> using "d16cdacd80f742451995b692c92b746283ee5a87e6406c0bbbf8f19340233ad1" 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-02-28 11:30.30 ---> using "2d1cb9c37337c80f174691b69a29575308982ca8a3d5f479e286ba358070a79b" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-02-28 11:30.32 ---> using "8151e82b67a271078fcc401f9b42262a012149f7dc01bf03d213d58df928a4f5" 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)

2025-02-28 11:30.49 ---> saved as "52b3fa14b222d1c9bdc8d48d5e6627e5d87fabca292603de71cd3b472728943b"

/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 bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [246 kB]
Fetched 349 kB in 0s (821 kB/s)
Reading package lists...
# OS package update successful
2025-02-28 11:30.52 ---> saved as "01e704a3d86694de8926933569dc666923a3ad8cb83c4be1f5b71f32d9309693"

/home/opam: (run (shell "opam pin add -k version -yn yocaml_jingoo.1.0.0 1.0.0"))
yocaml_jingoo is now pinned to version 1.0.0
2025-02-28 11:30.53 ---> saved as "71f5d1f585a664db72b30bea39013aa8aaf23c0d608c146b8ebbdb1e45b3dfd0"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext yocaml_jingoo.1.0.0 && opam reinstall yocaml_jingoo.1.0.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-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'yocaml_jingoo.1.0.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
# No extra OS packages requirements found.
# All required OS packages found.
yocaml_jingoo.1.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install ocamlfind           1.9.8    [required by uucp, ppx_deriving, uutf]
  - install dune                3.17.2   [required by yocaml_jingoo]
  - install seq                 base     [required by re]
  - install ocamlbuild          0.16.1   [required by uucp, uutf]
  - install stdlib-shims        0.3.0    [required by ppxlib]
  - install sexplib0            v0.17.0  [required by ppxlib]
  - install ppx_derivers        1.2.1    [required by ppx_deriving]
  - install ocaml-compiler-libs v0.17.0  [required by ppxlib]
  - install menhirSdk           20230608 [required by menhir]
  - install menhirLib           20230608 [required by menhir]
  - install either              1.0.0    [required by preface]
  - install cppo                1.8.0    [required by ppx_deriving]
  - install re                  1.12.0   [required by jingoo]
  - install topkg               1.0.7    [required by uucp, uutf]
  - install ppxlib              0.35.0   [required by ppx_deriving]
  - install menhir              20230608 [required by jingoo]
  - install preface             1.0.0    [required by yocaml_jingoo]
  - install uutf                1.0.3    [required by jingoo]
  - install uucp                16.0.0   [required by jingoo]
  - install ppx_deriving        6.0.3    [required by jingoo]
  - install yocaml              1.0.0    [required by yocaml_jingoo]
  - install jingoo              1.5.0    [required by yocaml_jingoo]
  - install yocaml_jingoo       1.0.0*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[cppo.1.8.0] found in cache
[dune.3.17.2] found in cache
[either.1.0.0] found in cache
[jingoo.1.5.0] found in cache
[menhir.20230608] found in cache
[menhirLib.20230608] found in cache
[menhirSdk.20230608] found in cache
[ocaml-compiler-libs.v0.17.0] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[ppx_derivers.1.2.1] found in cache
[ppx_deriving.6.0.3] found in cache
[ppxlib.0.35.0] found in cache
[preface.1.0.0] found in cache
[re.1.12.0] found in cache
[sexplib0.v0.17.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[uucp.16.0.0] found in cache
[uutf.1.0.3] found in cache
[yocaml.1.0.0] found in cache
[yocaml_jingoo.1.0.0] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed dune.3.17.2
-> installed ppx_derivers.1.2.1
-> installed either.1.0.0
-> installed stdlib-shims.0.3.0
-> installed menhirSdk.20230608
-> installed sexplib0.v0.17.0
-> installed menhirLib.20230608
-> installed re.1.12.0
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed preface.1.0.0
-> installed yocaml.1.0.0
-> installed menhir.20230608
-> installed uucp.16.0.0
-> installed ppxlib.0.35.0
-> installed ppx_deriving.6.0.3
-> installed jingoo.1.5.0
-> installed yocaml_jingoo.1.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-02-28 11:32.19 ---> saved as "95b136844262ce0f0a512e291549d496a565c5cd0406b275bb36029bdf7c9684"

/home/opam: (run (network host)
                 (shell "(opam depext --with-test yocaml_jingoo.1.0.0 && opam reinstall --with-test yocaml_jingoo.1.0.0) || 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 actions will be performed:
  - recompile yocaml_jingoo 1.0.0*

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   yocaml_jingoo.1.0.0
-> installed yocaml_jingoo.1.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-02-28 11:32.42 ---> saved as "c13d8cd77183d6ab59e1662088ad149166350e4fbfc23d8e56b5d0826d1debaa"

/home/opam: (run (shell  "opam depext --with-test yocaml_jingoo.1.0.0 && opam reinstall --with-test --verbose yocaml_jingoo.1.0.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-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'yocaml_jingoo.1.0.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
# No extra OS packages requirements found.
# All required OS packages found.
The following actions will be performed:
  - recompile yocaml_jingoo 1.0.0*

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3: [yocaml_jingoo: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "yocaml_jingoo" "-j" "39" (CWD=/home/opam/.opam/5.3/.opam-switch/build/yocaml_jingoo.1.0.0)
Processing  1/3: [yocaml_jingoo: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "yocaml_jingoo" (CWD=/home/opam/.opam/5.3/.opam-switch/build/yocaml_jingoo.1.0.0)
-> compiled  yocaml_jingoo.1.0.0
-> removed   yocaml_jingoo.1.0.0
-> installed yocaml_jingoo.1.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-02-28 11:33.04 ---> saved as "0b486c820bf3fbd7ee9e726ab4e656b6793ffec5483e87bbb1e700cce0b39812"
Job succeeded
2025-02-28 11:33.12: Job succeeded