(not at the head of any monitored branch or PR)
2025-03-28 20:32.28: New job: build cpdf.2.8.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27690/head (949372a2aaf454eeefb1ede863f15c513989b7e5)
                              on freebsd-14.2-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/27690/head" && git reset --hard 949372a2
git fetch origin master
git merge --no-edit a8a89f62d8abd2a9f0cbb04826bfec1ef6b563e7
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.2-ocaml-5.3
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/local/bin/opam-dev /usr/local/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 cpdf.2.8.1 2.8.1
RUN opam reinstall cpdf.2.8.1; \
    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 "\"freebsd-14.2\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'cpdf.2.8.1' && 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-03-28 20:32.28: Using cache hint "freebsd-14.2-ocaml-5.3-cpdf.2.8.1-949372a2aaf454eeefb1ede863f15c513989b7e5"
2025-03-28 20:32.28: Using OBuilder spec:
((from freebsd-14.2-ocaml-5.3)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
 (run (network host)
      (shell "opam init --reinit -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 cpdf.2.8.1 2.8.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall cpdf.2.8.1;\
             \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 \"\\\"freebsd-14.2\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'cpdf.2.8.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-03-28 20:32.28: Waiting for resource in pool OCluster
2025-03-28 20:32.29: Waiting for worker…
2025-03-28 20:33.25: Got resource from pool OCluster
Building on spring
Updating files: 100% (22758/22758), done.
HEAD is now at 76af95378b release 0.06: fixes windows support with lots of tests
HEAD is now at a8a89f62d8 Merge pull request #27687 from codinuum/diffast-20250328
Updating a8a89f62d8..949372a2aa
Fast-forward
 packages/cpdf/cpdf.2.8.1/opam | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 packages/cpdf/cpdf.2.8.1/opam

(from freebsd-14.2-ocaml-5.3)
2025-03-28 20:19.21 ---> using "47c9a03b962be450225081ed69acde1f5c6dadb6d1106d9b1a8b4fd61c2defa6" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2025-03-28 20:19.22 ---> using "7b24029fbcc6efb52852a00476d6ae3e1638f22729cc54d8bdcb0cd7c773256d" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit -ni"))
No configuration file found, using 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.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2025-03-28 20:19.22 ---> using "98698f6d610685a43f9f317cbce75aaee821e3598e864f37e08f8fee78e2763a" 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.3.0
# self-upgrade         no
# system               arch=x86_64 os=freebsd os-distribution=freebsd os-version=1402000
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 7
# repositories         1 (version-controlled)
# pinned               0
# current-switch       5.3.0
# invariant            ["ocaml-base-compiler" {= "5.3.0"} | "ocaml-system" {= "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.0/lib/ocaml/stublibs:/home/opam/.opam/5.3.0/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-03-28 20:19.23 ---> using "c58d35d332d7ebc8b97d181e9eee29c9134ac91d4e8ed71f571ac7cdb6c6ef03" 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-03-28 20:19.24 ---> using "1d42ce616db407e13ba41bac0993529451b94bca76eb8cf56a6ffd92c99ef48c" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-03-28 20:22.55 ---> saved as "1b86d78172c26bf1c722a2d9141a9f2391f8565ce3ea4140db764340cfdfff75"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-28 20:23.26 ---> saved as "3dba68113da3b48a2cdbffc61d795b48695f5f5dbcd5e954c36c28bcc3176a1f"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
[WARNING] Unknown update command for bsd, skipping system update
2025-03-28 20:23.26 ---> saved as "dfb1a59620de44b6367a7ae8f08034f4955c6b9070109e38dee63b21e8766760"

/home/opam: (run (shell "opam pin add -k version -yn cpdf.2.8.1 2.8.1"))
cpdf is now pinned to version 2.8.1
2025-03-28 20:23.28 ---> saved as "b9ecf28844e2a7595d48790199113d56f214c7029c3d056c849570b900ca4b70"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall cpdf.2.8.1;\
                        \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 \"\\\"freebsd-14.2\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'cpdf.2.8.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
cpdf.2.8.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 3 packages
  ∗ camlpdf   2.8.1          [required by cpdf]
  ∗ cpdf      2.8.1 (pinned)
  ∗ ocamlfind 1.9.8          [required by cpdf]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved camlpdf.2.8.1  (cached)
⬇ retrieved cpdf.2.8.1  (https://github.com/johnwhitington/cpdf-source/archive/refs/tags/v2.8.1.tar.gz)
⬇ retrieved ocamlfind.1.9.8  (cached)
∗ installed ocamlfind.1.9.8
∗ installed camlpdf.2.8.1
∗ installed cpdf.2.8.1
Done.
2025-03-28 20:26.17 ---> saved as "fcea066ed250d14121214416e017ddd8ce936720d6ab049c9dad599e2d9191f6"
Job succeeded
2025-03-28 20:42.35: Job succeeded