(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 opensuse-15.6-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:opensuse-15.6-ocaml-4.14@sha256:c2a256754c8e3479548a6667631da6dea8a996422cca68dbb04e6ab067e5ea43
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 "\"opensuse-15.6\""; 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:opensuse-15.6-ocaml-4.14@sha256:c2a256754c8e3479548a6667631da6dea8a996422cca68dbb04e6ab067e5ea43-coccinelle.1.2.0-25b8999a95f160856787575b704e43752a1dc5bf"
2025-04-13 16:01.41: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:c2a256754c8e3479548a6667631da6dea8a996422cca68dbb04e6ab067e5ea43)
 (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 \"\\\"opensuse-15.6\\\"\"; 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 x86-bm-c1.sw.ocaml.org
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:opensuse-15.6-ocaml-4.14@sha256:c2a256754c8e3479548a6667631da6dea8a996422cca68dbb04e6ab067e5ea43)
2025-04-13 16:02.49 ---> saved as "19f9aaf3c76d6817084906ab3c43c95afd5bd0d0add0f97bad4b5d8abda01c2d"

/: (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:02.49 ---> saved as "d3c8bff3f954b3d404c38b899aeab4b11bdf3569e16a7ba200fc80ca955e88bb"

/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 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-04-13 16:03.21 ---> saved as "94169263e2bdcad255c8ccad6c81b02f1a20054cbdadad279bb6cfab5a84e1df"

/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=opensuse-leap os-version=15.6
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 39
# 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:03.21 ---> saved as "6f81f92b515b45d38c1bffdb98aa2666579b682c92f461d8b9f8bc569153ed1d"

/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:03.31 ---> saved as "d20a5d92ca3e2233564b4f118f8c75ac09a664997ee2ebc99aea0b07ce0512ee"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [........
- ...done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [....
- .........
- .......
- .....done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Retrieving repository 'Update Repository (Non-Oss)' metadata [...
- .....done]
- Building repository 'Update Repository (Non-Oss)' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2025-04-13 16:04.37 ---> saved as "f3a3097cefd27aa2fbdeb101656ba317d94bc4eef570213515e32b6604592775"

/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:04.38 ---> saved as "f6adcf11ae6ad97a78b769fb211c166c89d8fc3a25e8301a0d2657c237d66997"

/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 \"\\\"opensuse-15.6\\\"\"; 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
  - install coccinelle        1.2.0 (pinned)
  - install conf-aclocal      2              [required by coccinelle]
  - install conf-autoconf     0.2            [required by coccinelle]
  - install conf-automake     1              [required by conf-aclocal]
  - install conf-libpcre      2              [required by pcre]
  - install conf-pkg-config   4              [required by coccinelle]
  - install conf-python-3     9.0.0          [required by coccinelle]
  - install conf-python-3-dev 1              [required by coccinelle]
  - install csexp             1.5.2          [required by dune-configurator]
  - install dune              3.18.0         [required by pcre, menhir, parmap, pyml]
  - install dune-configurator 3.18.0         [required by parmap, pcre]
  - install menhir            20240715       [required by coccinelle]
  - install menhirCST         20240715       [required by menhir]
  - install menhirLib         20240715       [required by menhir]
  - install menhirSdk         20240715       [required by menhir]
  - install num               1.5-1          [required by coccinelle]
  - install ocamlfind         1.9.8          [required by coccinelle]
  - install parmap            1.2.5          [required by coccinelle]
  - install pcre              8.0.3          [required by coccinelle]
  - install pyml              20231101       [required by coccinelle]
  - install stdcompat         20.1           [required by coccinelle]

The following system packages will first need to be installed:
    pcre-devel python3 python3-devel

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

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "pcre-devel" "python3" "python3-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 9 NEW packages are going to be installed:
-   libopenssl1_1 libpcre16-0 libpcrecpp0 libpcreposix0 libpython3_6m1_0 pcre-devel python3 python3-base python3-devel
- 
- 9 new packages to install.
- 
- Package download size:    11.2 MiB
- 
- Package install size change:
-               |      40.0 MiB  required by packages that will be installed
-     40.0 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libpcre16-0-8.45-150000.20.13.1.x86_64 (Main Repository) (1/9), 213.9 KiB    
- Retrieving: libpcre16-0-8.45-150000.20.13.1.x86_64.rpm [...done (2.8 MiB/s)]
- Retrieving: libpcrecpp0-8.45-150000.20.13.1.x86_64 (Main Repository) (2/9),  28.6 KiB    
- Retrieving: libpcrecpp0-8.45-150000.20.13.1.x86_64.rpm [.done]
- Retrieving: libpcreposix0-8.45-150000.20.13.1.x86_64 (Main Repository) (3/9),  19.7 KiB    
- Retrieving: libpcreposix0-8.45-150000.20.13.1.x86_64.rpm [.done]
- Retrieving: pcre-devel-8.45-150000.20.13.1.x86_64 (Main Repository) (4/9), 230.1 KiB    
- Retrieving: pcre-devel-8.45-150000.20.13.1.x86_64.rpm [..done]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (5/9),   1.4 MiB    
- Retrieving: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64.rpm [..done]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.84.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (6/9),   1.2 MiB    
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.84.1.x86_64.rpm [..done (4.5 MiB/s)]
- Retrieving: python3-base-3.6.15-150300.10.84.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/9),   7.8 MiB    
- Retrieving: python3-base-3.6.15-150300.10.84.1.x86_64.rpm [.
- .done]
- Retrieving: python3-3.6.15-150300.10.84.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (8/9), 102.8 KiB    
- Retrieving: python3-3.6.15-150300.10.84.1.x86_64.rpm [.done]
- Retrieving: python3-devel-3.6.15-150300.10.84.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (9/9), 238.5 KiB    
- Retrieving: python3-devel-3.6.15-150300.10.84.1.x86_64.rpm [.done]
- 
- Checking for file conflicts: [..done]
- (1/9) Installing: libpcre16-0-8.45-150000.20.13.1.x86_64 [..done]
- (2/9) Installing: libpcrecpp0-8.45-150000.20.13.1.x86_64 [..done]
- (3/9) Installing: libpcreposix0-8.45-150000.20.13.1.x86_64 [..done]
- (4/9) Installing: pcre-devel-8.45-150000.20.13.1.x86_64 [..done]
- (5/9) Installing: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64 [...done]
- (6/9) Installing: libpython3_6m1_0-3.6.15-150300.10.84.1.x86_64 [...
- done]
- (7/9) Installing: python3-base-3.6.15-150300.10.84.1.x86_64 [..........done]
- (8/9) Installing: python3-3.6.15-150300.10.84.1.x86_64 [.
- .done]
- (9/9) Installing: python3-devel-3.6.15-150300.10.84.1.x86_64 [..done]

<><> 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-autoconf.0.2
-> installed conf-libpcre.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 pcre.8.0.3
-> installed parmap.1.2.5
-> 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:07.11 ---> saved as "487c6f734c437e856b80636fc877ccac9069096833efcecfa041c88aea199d7c"
Job succeeded
2025-04-13 16:07.20: Job succeeded