(not at the head of any monitored branch or PR)
2025-03-12 08:50.11: New job: build opsian.0.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27608/head (7fa959c0cc07e305656b52156428d058edfa3f13)
                              on debian-11-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/27608/head" && git reset --hard 7fa959c0
git fetch origin master
git merge --no-edit 8f63148a9025a7b775a069a6c0b0385c22ad51d3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-11-ocaml-4.14@sha256:82e76c15d379f7307387511a1e8a15e0c1dd7c7eb4d209709e1efdd9d14b6447
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 opsian.0.1 0.1
RUN opam reinstall opsian.0.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 "\"debian-11\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'opsian.0.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-12 08:50.11: Using cache hint "ocaml/opam:debian-11-ocaml-4.14@sha256:82e76c15d379f7307387511a1e8a15e0c1dd7c7eb4d209709e1efdd9d14b6447-opsian.0.1-7fa959c0cc07e305656b52156428d058edfa3f13"
2025-03-12 08:50.11: Using OBuilder spec:
((from ocaml/opam:debian-11-ocaml-4.14@sha256:82e76c15d379f7307387511a1e8a15e0c1dd7c7eb4d209709e1efdd9d14b6447)
 (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 opsian.0.1 0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall opsian.0.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 \"\\\"debian-11\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'opsian.0.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-12 08:50.11: Waiting for resource in pool OCluster
2025-03-12 08:50.12: Waiting for worker…
2025-03-12 08:50.12: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
Updating files:  94% (21393/22619)
Updating files:  95% (21489/22619)
Updating files:  96% (21715/22619)
Updating files:  97% (21941/22619)
Updating files:  98% (22167/22619)
Updating files:  99% (22393/22619)
Updating files: 100% (22619/22619)
Updating files: 100% (22619/22619), done.
HEAD is now at 8f63148a90 Merge pull request #27598 from jim-portegies/opam-publish-coq-waterproof.2.2.0-8.20
Updating 8f63148a90..7fa959c0cc
Fast-forward
 packages/opsian/opsian.0.1/opam | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(from ocaml/opam:debian-11-ocaml-4.14@sha256:82e76c15d379f7307387511a1e8a15e0c1dd7c7eb4d209709e1efdd9d14b6447)
2025-03-12 08:52.12 ---> saved as "4c6e8f9502c0bfae37195b19a119d2bf57e41c688d4e475cb94c71630b6dc68e"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-03-12 08:52.12 ---> saved as "f5ce2b9f672ec7e4aeeb92ac30196111fbb5f78a43d91b257343afe001fbf3ef"

/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.

Continue? [Y/n] y
This development 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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-03-12 08:53.16 ---> saved as "be99a972b617db4ef27ad3b40d02cce816da7f8f4bc3195a9cc41576536e6668"

/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.4.0~alpha1~dev (f1cf50f2711981a605f81a80c68b73774d5841ff)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=11
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 31
# repositories         1 (local), 1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-03-12 08:53.17 ---> saved as "f22422137efe0d25eb3dc860b0f61e1fd67175eb2f5345817cce9d18c34dd680"

/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-12 08:53.23 ---> saved as "a941e38420667c0e0d8609065ce24d8bf5c5b39ac64496cbbc63946c0c569580"

/home/opam: (copy (src .) (dst opam-repository/))
2025-03-12 08:53.33 ---> saved as "9ac0bd83997d0b3fed57759bd1616a9a11ee95f027929fb0624a69af7daff987"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-12 08:54.12 ---> saved as "1da77d3c9e610992be72a24d0f3beac9ce385d7dc4c8441aef67a7a1d25aca0b"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bullseye InRelease
- Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
- Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
- Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [350 kB]
- Fetched 422 kB in 0s (1347 kB/s)
- Reading package lists...
2025-03-12 08:54.13 ---> saved as "60bc419656a984dae8bf934318f9cbf666e196d3975fac9cb334f24df9d2e0d9"

/home/opam: (run (shell "opam pin add -k version -yn opsian.0.1 0.1"))
opsian is now pinned to version 0.1
2025-03-12 08:54.14 ---> saved as "30b3226c7844e297526c0f097542efaa8f97ef3ea8fef6414dbda01468216d38"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall opsian.0.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 \"\\\"debian-11\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'opsian.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
opsian.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
  - install conf-autoconf   0.2          [required by conf-automake]
  - install conf-automake   1            [required by opsian]
  - install conf-liblzma    1            [required by opsian]
  - install conf-libtool    1            [required by opsian]
  - install conf-perl       2            [required by opsian]
  - install conf-pkg-config 4            [required by conf-liblzma]
  - install dune            3.17.2       [required by opsian]
  - install opsian          0.1 (pinned)

The following system packages will first need to be installed:
    autoconf automake liblzma-dev libtool 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" "autoconf" "automake" "liblzma-dev" "libtool" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libmagic-mgc.
- (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 ... 18339 files and directories currently installed.)
- Preparing to unpack .../00-libmagic-mgc_1%3a5.39-3+deb11u1_amd64.deb ...
- Unpacking libmagic-mgc (1:5.39-3+deb11u1) ...
- Selecting previously unselected package libmagic1:amd64.
- Preparing to unpack .../01-libmagic1_1%3a5.39-3+deb11u1_amd64.deb ...
- Unpacking libmagic1:amd64 (1:5.39-3+deb11u1) ...
- Selecting previously unselected package file.
- Preparing to unpack .../02-file_1%3a5.39-3+deb11u1_amd64.deb ...
- Unpacking file (1:5.39-3+deb11u1) ...
- Selecting previously unselected package libsigsegv2:amd64.
- Preparing to unpack .../03-libsigsegv2_2.13-1_amd64.deb ...
- Unpacking libsigsegv2:amd64 (2.13-1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../04-m4_1.4.18-5_amd64.deb ...
- Unpacking m4 (1.4.18-5) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../05-autoconf_2.69-14_all.deb ...
- Unpacking autoconf (2.69-14) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../06-autotools-dev_20180224.1+nmu1_all.deb ...
- Unpacking autotools-dev (20180224.1+nmu1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../07-automake_1%3a1.16.3-2_all.deb ...
- Unpacking automake (1:1.16.3-2) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../08-libglib2.0-0_2.66.8-1+deb11u5_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u5) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../09-libglib2.0-data_2.66.8-1+deb11u5_all.deb ...
- Unpacking libglib2.0-data (2.66.8-1+deb11u5) ...
- Selecting previously unselected package libicu67:amd64.
- Preparing to unpack .../10-libicu67_67.1-7_amd64.deb ...
- Unpacking libicu67:amd64 (67.1-7) ...
- Selecting previously unselected package libltdl7:amd64.
- Preparing to unpack .../11-libltdl7_2.4.6-15_amd64.deb ...
- Unpacking libltdl7:amd64 (2.4.6-15) ...
- Selecting previously unselected package libltdl-dev:amd64.
- Preparing to unpack .../12-libltdl-dev_2.4.6-15_amd64.deb ...
- Unpacking libltdl-dev:amd64 (2.4.6-15) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../13-liblzma-dev_5.2.5-2.1~deb11u1_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.2.5-2.1~deb11u1) ...
- Selecting previously unselected package libtool.
- Preparing to unpack .../14-libtool_2.4.6-15_all.deb ...
- Unpacking libtool (2.4.6-15) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../15-libxml2_2.9.10+dfsg-6.7+deb11u6_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u6) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../16-pkg-config_0.29.2-1_amd64.deb ...
- Unpacking pkg-config (0.29.2-1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../17-shared-mime-info_2.0-1_amd64.deb ...
- Unpacking shared-mime-info (2.0-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../18-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Setting up libicu67:amd64 (67.1-7) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libmagic-mgc (1:5.39-3+deb11u1) ...
- Setting up libglib2.0-0:amd64 (2.66.8-1+deb11u5) ...
- No schema files found: doing nothing.
- Setting up libmagic1:amd64 (1:5.39-3+deb11u1) ...
- Setting up file (1:5.39-3+deb11u1) ...
- Setting up autotools-dev (20180224.1+nmu1) ...
- Setting up libglib2.0-data (2.66.8-1+deb11u5) ...
- Setting up libsigsegv2:amd64 (2.13-1) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up libltdl7:amd64 (2.4.6-15) ...
- Setting up liblzma-dev:amd64 (5.2.5-2.1~deb11u1) ...
- Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u6) ...
- Setting up libtool (2.4.6-15) ...
- Setting up m4 (1.4.18-5) ...
- Setting up shared-mime-info (2.0-1) ...
- Setting up autoconf (2.69-14) ...
- Setting up automake (1:1.16.3-2) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
- Setting up libltdl-dev:amd64 (2.4.6-15) ...
- Processing triggers for libc-bin (2.31-13+deb11u11) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.17.2  (cached)
-> installed conf-autoconf.0.2
-> installed conf-libtool.1
-> installed conf-perl.2
-> installed conf-pkg-config.4
-> installed conf-liblzma.1
-> installed conf-automake.1
-> retrieved opsian.0.1  (cached)
-> installed dune.3.17.2
-> installed opsian.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-12 09:01.29 ---> saved as "cbc89024238bc01f8b50c58dc5382ba1b197e50d380cd333421354ad93094fa5"
Job succeeded
2025-03-12 09:01.38: Job succeeded