(not at the head of any monitored branch or PR)
2025-04-13 16:01.41: New job: build coccinelle.1.2.0, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27750/head (25b8999a95f160856787575b704e43752a1dc5bf)
                              on archlinux-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/27750/head" && git reset --hard 25b8999a
git fetch origin master
git merge --no-edit 34a3fc46c301a891122df75c17fef6b5358bd68f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-4.14@sha256:abdf3be5701414747f906ae670581c138229bf6861bffacef03d1ef5a1375a5e
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 coccinelle.1.2.0 1.2.0
RUN opam reinstall coccinelle.1.2.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 "\"archlinux\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'coccinelle.1.2.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-04-13 16:01.41: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:abdf3be5701414747f906ae670581c138229bf6861bffacef03d1ef5a1375a5e-coccinelle.1.2.0-25b8999a95f160856787575b704e43752a1dc5bf"
2025-04-13 16:01.41: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:abdf3be5701414747f906ae670581c138229bf6861bffacef03d1ef5a1375a5e)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 coccinelle.1.2.0 1.2.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall coccinelle.1.2.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 \"\\\"archlinux\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'coccinelle.1.2.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-04-13 16:01.41: Waiting for resource in pool OCluster
2025-04-13 16:01.43: Waiting for worker…
2025-04-13 16:01.43: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 34a3fc46c3 Merge pull request #27736 from Leonidas-from-XIV/core-unix-glibc
Updating 34a3fc46c3..25b8999a95
Fast-forward
 packages/coccinelle/{coccinelle.1.2 => coccinelle.1.2.0}/opam | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename packages/coccinelle/{coccinelle.1.2 => coccinelle.1.2.0}/opam (84%)

(from ocaml/opam:archlinux-ocaml-4.14@sha256:abdf3be5701414747f906ae670581c138229bf6861bffacef03d1ef5a1375a5e)
2025-04-13 16:01.53 ---> using "33aed51df6b697f77450b6908bb41ca551713a9fd187964e997a90c6d14e023a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-04-13 16:01.53 ---> using "d0d94436be642d3d7d6d98d9a6f73daf9d04aa75c4f3cc609ccc410b27038f41" from cache

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

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.

Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 31 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=31 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-04-13 16:01.53 ---> using "d8d9f69caa3bf1da0be407ccb71735b8627030ca67bc5de1e810c8aae28c48cb" 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 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=arch os-version=20250330.0.328921
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         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-04-13 16:01.53 ---> using "b735edc3958df5e4875f5a11937ee47b2bb3c8517d661754f358e83faeb0c8bb" 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-04-13 16:01.53 ---> using "52f18b0ce6ef51ceb338dc7b8d50573155d7965530de9ae419fbd29e9c260a0e" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-04-13 16:02.06 ---> saved as "044d66bec566f15114ab2aaf8b113797320d152f933299b7e4c25bbf8d2b6682"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-04-13 16:02.27 ---> saved as "a88ff5241c8bf7543750a5f5632d3d0fb7eaf26fa804e5d48eadb0c1e5be9e92"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
-  core downloading...
-  extra downloading...
2025-04-13 16:02.28 ---> saved as "8d64b1663f1341098379a2b23fba20c9dc85782230825c678ad275de43b623f4"

/home/opam: (run (shell "opam pin add -k version -yn coccinelle.1.2.0 1.2.0"))
coccinelle is now pinned to version 1.2.0
2025-04-13 16:02.29 ---> saved as "99d348d5a6d6f2ac42b3d08c0ff3a63d90373916bd4038531b873b720f0a010c"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall coccinelle.1.2.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 \"\\\"archlinux\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'coccinelle.1.2.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
coccinelle.1.2.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 21 packages
  ∗ coccinelle        1.2.0 (pinned)
  ∗ conf-aclocal      2              [required by coccinelle]
  ∗ conf-autoconf     0.2            [required by coccinelle]
  ∗ conf-automake     1              [required by conf-aclocal]
  ∗ conf-libpcre      2              [required by pcre]
  ∗ conf-pkg-config   4              [required by coccinelle]
  ∗ conf-python-3     9.0.0          [required by coccinelle]
  ∗ conf-python-3-dev 1              [required by coccinelle]
  ∗ csexp             1.5.2          [required by dune-configurator]
  ∗ dune              3.18.0         [required by pcre, menhir, parmap, pyml]
  ∗ dune-configurator 3.18.0         [required by parmap, pcre]
  ∗ menhir            20240715       [required by coccinelle]
  ∗ menhirCST         20240715       [required by menhir]
  ∗ menhirLib         20240715       [required by menhir]
  ∗ menhirSdk         20240715       [required by menhir]
  ∗ num               1.5-1          [required by coccinelle]
  ∗ ocamlfind         1.9.8          [required by coccinelle]
  ∗ parmap            1.2.5          [required by coccinelle]
  ∗ pcre              8.0.3          [required by coccinelle]
  ∗ pyml              20231101       [required by coccinelle]
  ∗ stdcompat         20.1           [required by coccinelle]

The following system packages will first need to be installed:
    autoconf automake pcre pkgconf python

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run pacman to install them (may need root/sudo access)
  2. Display the recommended pacman 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/sbin/sudo "pacman" "-Su" "--noconfirm" "autoconf" "automake" "pcre" "pkgconf" "python"
- :: Starting full system upgrade...
- resolving dependencies...
- looking for conflicting packages...
- 
- Package (14)            Old Version  New Version  Net Change  Download Size
- 
- core/coreutils          9.6-4        9.7-1          0.13 MiB       2.76 MiB
- core/curl               8.13.0-1     8.13.0-2       0.00 MiB       1.16 MiB
- core/gzip               1.13-4       1.14-1         0.00 MiB       0.08 MiB
- core/libgpg-error       1.51-1       1.53-1         0.03 MiB       0.26 MiB
- core/linux-api-headers  6.13-1       6.14-1         0.02 MiB       1.27 MiB
- core/m4                              1.4.19-3       0.47 MiB       0.24 MiB
- core/mpdecimal                       4.0.0-2        0.32 MiB       0.10 MiB
- core/nano               8.3-1        8.4-1          0.01 MiB       0.58 MiB
- core/openssl            3.4.1-1      3.5.0-1        0.68 MiB       5.24 MiB
- core/autoconf                        2.72-1         2.22 MiB       0.64 MiB
- core/automake                        1.17-1         1.62 MiB       0.61 MiB
- core/pcre                            8.45-4         3.50 MiB       0.98 MiB
- core/pkgconf                         2.4.3-1        0.17 MiB       0.06 MiB
- core/python                          3.13.2-1      67.62 MiB      12.28 MiB
- 
- Total Download Size:    26.26 MiB
- Total Installed Size:  115.52 MiB
- Net Upgrade Size:       76.78 MiB
- 
- :: Proceed with installation? [Y/n] 
- :: Retrieving packages...
-  python-3.13.2-1-x86_64 downloading...
-  openssl-3.5.0-1-x86_64 downloading...
-  coreutils-9.7-1-x86_64 downloading...
-  linux-api-headers-6.14-1-x86_64 downloading...
-  curl-8.13.0-2-x86_64 downloading...
-  pcre-8.45-4-x86_64 downloading...
-  autoconf-2.72-1-any downloading...
-  automake-1.17-1-any downloading...
-  nano-8.4-1-x86_64 downloading...
-  libgpg-error-1.53-1-x86_64 downloading...
-  m4-1.4.19-3-x86_64 downloading...
-  mpdecimal-4.0.0-2-x86_64 downloading...
-  gzip-1.14-1-x86_64 downloading...
-  pkgconf-2.4.3-1-x86_64 downloading...
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- :: Processing package changes...
- upgrading linux-api-headers...
- installing m4...
- installing autoconf...
- installing automake...
- installing pcre...
- installing pkgconf...
- upgrading openssl...
- installing mpdecimal...
- installing python...
- Optional dependencies for python
-     python-setuptools: for building Python packages using tooling that is usually bundled with Python
-     python-pip: for installing Python packages using tooling that is usually bundled with Python
-     python-pipx: for installing Python software not packaged on Arch Linux
-     sqlite: for a default database integration [installed]
-     xz: for lzma [installed]
-     tk: for tkinter
- upgrading libgpg-error...
- upgrading coreutils...
- upgrading curl...
- upgrading gzip...
- upgrading nano...
- :: Running post-transaction hooks...
- (1/1) Arming ConditionNeedsUpdate...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved coccinelle.1.2.0  (https://github.com/coccinelle/coccinelle/archive/refs/tags/1.2.0.tar.gz)
⬇ retrieved conf-python-3.9.0.0  (cached)
⬇ retrieved conf-python-3-dev.1  (cached)
⬇ retrieved csexp.1.5.2  (cached)
∗ installed conf-pkg-config.4
∗ installed conf-python-3.9.0.0
∗ installed conf-libpcre.2
∗ installed conf-autoconf.0.2
∗ installed conf-python-3-dev.1
∗ installed conf-automake.1
∗ installed conf-aclocal.2
⬇ retrieved dune.3.18.0, dune-configurator.3.18.0  (cached)
⬇ retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
⬇ retrieved num.1.5-1  (cached)
⬇ retrieved ocamlfind.1.9.8  (cached)
⬇ retrieved parmap.1.2.5  (cached)
⬇ retrieved pcre.8.0.3  (cached)
⬇ retrieved pyml.20231101  (cached)
⬇ retrieved stdcompat.20.1  (cached)
∗ installed num.1.5-1
∗ installed ocamlfind.1.9.8
∗ installed dune.3.18.0
∗ installed csexp.1.5.2
∗ installed menhirCST.20240715
∗ installed menhirLib.20240715
∗ installed menhirSdk.20240715
∗ installed dune-configurator.3.18.0
∗ installed parmap.1.2.5
∗ installed pcre.8.0.3
∗ installed stdcompat.20.1
∗ installed pyml.20231101
∗ installed menhir.20240715
∗ installed coccinelle.1.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-04-13 16:05.10 ---> saved as "609eb6731932b8896a0137cea4caa53d5ae43df6b5c116674a1341d4bb5134d3"
Job succeeded
2025-04-13 16:05.25: Job succeeded