(for PR #29128)

2025-12-23 22:12.44: New job: build posix-uname.3.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29128/head (be6f5a2b2d3c046d757bfdb66968dd0064a03728)
                              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/29128/head" && git reset --hard be6f5a2b
git fetch origin master
git merge --no-edit 173460ab354e0e6a17ee414264f348b06dee2d3d
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:37ab0d1569187c1b071fb969515747418e27e05841a15df466831631e9eb9d9b
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 posix-uname.3.1.0 3.1.0
RUN opam reinstall posix-uname.3.1.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" != 'posix-uname.3.1.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-12-23 22:12.44: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:37ab0d1569187c1b071fb969515747418e27e05841a15df466831631e9eb9d9b-posix-uname.3.1.0-be6f5a2b2d3c046d757bfdb66968dd0064a03728"
2025-12-23 22:12.44: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:37ab0d1569187c1b071fb969515747418e27e05841a15df466831631e9eb9d9b)
 (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 posix-uname.3.1.0 3.1.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall posix-uname.3.1.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\" != 'posix-uname.3.1.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-12-23 22:12.44: Waiting for resource in pool OCluster
2025-12-23 22:23.35: Waiting for worker…
2025-12-23 22:27.17: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files:  83% (15948/19109)
Updating files:  84% (16052/19109)
Updating files:  85% (16243/19109)
Updating files:  86% (16434/19109)
Updating files:  87% (16625/19109)
Updating files:  88% (16816/19109)
Updating files:  89% (17008/19109)
Updating files:  90% (17199/19109)
Updating files:  91% (17390/19109)
Updating files:  92% (17581/19109)
Updating files:  93% (17772/19109)
Updating files:  94% (17963/19109)
Updating files:  95% (18154/19109)
Updating files:  96% (18345/19109)
Updating files:  97% (18536/19109)
Updating files:  98% (18727/19109)
Updating files:  99% (18918/19109)
Updating files: 100% (19109/19109)
Updating files: 100% (19109/19109), done.
HEAD is now at 173460ab35 Merge pull request #29122 from craff/master
Updating 173460ab35..be6f5a2b2d
Fast-forward
 packages/posix-base/posix-base.3.1.0/opam          | 40 +++++++++++++++++++
 packages/posix-bindings/posix-bindings.3.1.0/opam  | 43 ++++++++++++++++++++
 packages/posix-getopt/posix-getopt.3.1.0/opam      | 46 ++++++++++++++++++++++
 packages/posix-math2/posix-math2.3.1.0/opam        | 40 +++++++++++++++++++
 packages/posix-signal/posix-signal.3.1.0/opam      | 42 ++++++++++++++++++++
 .../posix-socket-unix/posix-socket-unix.3.1.0/opam | 43 ++++++++++++++++++++
 packages/posix-socket/posix-socket.3.1.0/opam      | 42 ++++++++++++++++++++
 packages/posix-time2/posix-time2.3.1.0/opam        | 43 ++++++++++++++++++++
 packages/posix-types/posix-types.3.1.0/opam        | 42 ++++++++++++++++++++
 packages/posix-uname/posix-uname.3.1.0/opam        | 41 +++++++++++++++++++
 10 files changed, 422 insertions(+)
 create mode 100644 packages/posix-base/posix-base.3.1.0/opam
 create mode 100644 packages/posix-bindings/posix-bindings.3.1.0/opam
 create mode 100644 packages/posix-getopt/posix-getopt.3.1.0/opam
 create mode 100644 packages/posix-math2/posix-math2.3.1.0/opam
 create mode 100644 packages/posix-signal/posix-signal.3.1.0/opam
 create mode 100644 packages/posix-socket-unix/posix-socket-unix.3.1.0/opam
 create mode 100644 packages/posix-socket/posix-socket.3.1.0/opam
 create mode 100644 packages/posix-time2/posix-time2.3.1.0/opam
 create mode 100644 packages/posix-types/posix-types.3.1.0/opam
 create mode 100644 packages/posix-uname/posix-uname.3.1.0/opam

(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:37ab0d1569187c1b071fb969515747418e27e05841a15df466831631e9eb9d9b)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:37ab0d1569187c1b071fb969515747418e27e05841a15df466831631e9eb9d9b' locally
docker.io/ocaml/opam@sha256:37ab0d1569187c1b071fb969515747418e27e05841a15df466831631e9eb9d9b: Pulling from ocaml/opam
d358089470df: Already exists
1b06e4b302b0: Pulling fs layer
c3348faeb50f: Pulling fs layer
67c7d2bb739b: Pulling fs layer
b991a8d91076: Pulling fs layer
6a393f7081f0: Pulling fs layer
961aed431b1c: Pulling fs layer
e10de2b5b25b: Pulling fs layer
b991a8d91076: Waiting
6a393f7081f0: Waiting
7519f2ec50fa: Pulling fs layer
e10de2b5b25b: Waiting
961aed431b1c: Waiting
2e973ea4525a: Pulling fs layer
7519f2ec50fa: Waiting
2e973ea4525a: Waiting
1afea6f872ee: Pulling fs layer
f75ff35a6aef: Pulling fs layer
1afea6f872ee: Waiting
b0803c71e8a2: Pulling fs layer
f75ff35a6aef: Waiting
291ad4edb135: Pulling fs layer
b0803c71e8a2: Waiting
a697074ff732: Pulling fs layer
291ad4edb135: Waiting
917f8ed33cd6: Pulling fs layer
a697074ff732: Waiting
329882dea2f4: Pulling fs layer
917f8ed33cd6: Waiting
9e6f0ae0bd9b: Pulling fs layer
329882dea2f4: Waiting
7ff7031775d7: Pulling fs layer
9e6f0ae0bd9b: Waiting
4f4fb700ef54: Pulling fs layer
7ff7031775d7: Waiting
db95ff9bbd4c: Pulling fs layer
4f4fb700ef54: Waiting
211f9ac68d4d: Pulling fs layer
db95ff9bbd4c: Waiting
f54fe2197016: Pulling fs layer
211f9ac68d4d: Waiting
1defdb25249f: Pulling fs layer
f54fe2197016: Waiting
1defdb25249f: Waiting
347d154a5004: Pulling fs layer
baf0dd198fed: Pulling fs layer
347d154a5004: Waiting
0a69142e34b3: Pulling fs layer
baf0dd198fed: Waiting
a8a9544deba9: Pulling fs layer
0a69142e34b3: Waiting
62e38fd00d47: Pulling fs layer
a8a9544deba9: Waiting
9ed8e7eba6a6: Pulling fs layer
62e38fd00d47: Waiting
684c1925c031: Pulling fs layer
9ed8e7eba6a6: Waiting
684c1925c031: Waiting
369e68253782: Pulling fs layer
4b57d1d6cfac: Pulling fs layer
369e68253782: Waiting
6656d8b26a7f: Pulling fs layer
6dde8419f0fa: Pulling fs layer
4b57d1d6cfac: Waiting
6656d8b26a7f: Waiting
96174d9984b1: Pulling fs layer
31ba0cc8541e: Pulling fs layer
699179f6f993: Pulling fs layer
2bb97cdb2702: Pulling fs layer
96174d9984b1: Waiting
31ba0cc8541e: Waiting
19b8b8261a7a: Pulling fs layer
2bb97cdb2702: Waiting
19b8b8261a7a: Waiting
1fbfb1748acf: Pulling fs layer
1fbfb1748acf: Waiting
a4d8a7879c7e: Pulling fs layer
a4d8a7879c7e: Waiting
1b06e4b302b0: Verifying Checksum
1b06e4b302b0: Download complete
1b06e4b302b0: Pull complete
b991a8d91076: Verifying Checksum
b991a8d91076: Download complete
6a393f7081f0: Verifying Checksum
6a393f7081f0: Download complete
961aed431b1c: Verifying Checksum
961aed431b1c: Download complete
e10de2b5b25b: Verifying Checksum
e10de2b5b25b: Download complete
7519f2ec50fa: Verifying Checksum
7519f2ec50fa: Download complete
2e973ea4525a: Verifying Checksum
2e973ea4525a: Download complete
1afea6f872ee: Verifying Checksum
1afea6f872ee: Download complete
f75ff35a6aef: Verifying Checksum
f75ff35a6aef: Download complete
b0803c71e8a2: Verifying Checksum
b0803c71e8a2: Download complete
291ad4edb135: Verifying Checksum
291ad4edb135: Download complete
a697074ff732: Verifying Checksum
a697074ff732: Download complete
917f8ed33cd6: Verifying Checksum
917f8ed33cd6: Download complete
329882dea2f4: Verifying Checksum
329882dea2f4: Download complete
9e6f0ae0bd9b: Verifying Checksum
9e6f0ae0bd9b: Download complete
7ff7031775d7: Verifying Checksum
7ff7031775d7: Download complete
4f4fb700ef54: Download complete
db95ff9bbd4c: Verifying Checksum
db95ff9bbd4c: Download complete
211f9ac68d4d: Verifying Checksum
211f9ac68d4d: Download complete
f54fe2197016: Verifying Checksum
f54fe2197016: Download complete
1defdb25249f: Verifying Checksum
1defdb25249f: Download complete
347d154a5004: Verifying Checksum
347d154a5004: Download complete
baf0dd198fed: Verifying Checksum
baf0dd198fed: Download complete
0a69142e34b3: Download complete
67c7d2bb739b: Verifying Checksum
67c7d2bb739b: Download complete
c3348faeb50f: Verifying Checksum
c3348faeb50f: Download complete
a8a9544deba9: Download complete
62e38fd00d47: Verifying Checksum
62e38fd00d47: Download complete
9ed8e7eba6a6: Download complete
684c1925c031: Verifying Checksum
684c1925c031: Download complete
369e68253782: Download complete
6656d8b26a7f: Verifying Checksum
6656d8b26a7f: Download complete
96174d9984b1: Download complete
31ba0cc8541e: Verifying Checksum
31ba0cc8541e: Download complete
699179f6f993: Verifying Checksum
699179f6f993: Download complete
4b57d1d6cfac: Verifying Checksum
4b57d1d6cfac: Download complete
19b8b8261a7a: Download complete
c3348faeb50f: Pull complete
1fbfb1748acf: Verifying Checksum
1fbfb1748acf: Download complete
a4d8a7879c7e: Download complete
2bb97cdb2702: Verifying Checksum
2bb97cdb2702: Download complete
67c7d2bb739b: Pull complete
b991a8d91076: Pull complete
6a393f7081f0: Pull complete
961aed431b1c: Pull complete
e10de2b5b25b: Pull complete
7519f2ec50fa: Pull complete
2e973ea4525a: Pull complete
1afea6f872ee: Pull complete
f75ff35a6aef: Pull complete
b0803c71e8a2: Pull complete
291ad4edb135: Pull complete
a697074ff732: Pull complete
917f8ed33cd6: Pull complete
329882dea2f4: Pull complete
9e6f0ae0bd9b: Pull complete
7ff7031775d7: Pull complete
4f4fb700ef54: Pull complete
db95ff9bbd4c: Pull complete
211f9ac68d4d: Pull complete
f54fe2197016: Pull complete
1defdb25249f: Pull complete
347d154a5004: Pull complete
baf0dd198fed: Pull complete
0a69142e34b3: Pull complete
a8a9544deba9: Pull complete
62e38fd00d47: Pull complete
9ed8e7eba6a6: Pull complete
684c1925c031: Pull complete
369e68253782: Pull complete
6dde8419f0fa: Verifying Checksum
6dde8419f0fa: Download complete
4b57d1d6cfac: Pull complete
6656d8b26a7f: Pull complete
6dde8419f0fa: Pull complete
96174d9984b1: Pull complete
31ba0cc8541e: Pull complete
699179f6f993: Pull complete
2bb97cdb2702: Pull complete
19b8b8261a7a: Pull complete
1fbfb1748acf: Pull complete
a4d8a7879c7e: Pull complete
Digest: sha256:37ab0d1569187c1b071fb969515747418e27e05841a15df466831631e9eb9d9b
Status: Downloaded newer image for ocaml/opam@sha256:37ab0d1569187c1b071fb969515747418e27e05841a15df466831631e9eb9d9b
2025-12-23 22:27.31 ---> using "04b5fd96d64ef438a99796cbf559d4362d4ff89ebf2c5714116783372bb2a73e" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-23 22:27.31 ---> using "4f14f278ccd207de618c927a096fd66bd88d515d8f686d7bcafdcb9b1a953a45" 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 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 255 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=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-23 22:27.31 ---> using "ad3b336d9c262e01f120395ee3458538160871ebb48b93187875ce691a8d57e4" 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.5.0
# 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                 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-12-23 22:27.31 ---> using "c7e0f65a65f234ef517ba30958518a72ad74fe295e5e6b1d92c44e484309df80" 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-12-23 22:27.31 ---> using "b869dc2af0952a9eb1c9e029813b2d355140088c6450856a23207b525560d5ee" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-23 22:27.52 ---> saved as "65f960e25c3f23f69f4a73e134bf3104c5fd5a1e5dc07ef51187910a71e9f3e4"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-23 22:28.13 ---> saved as "0a9673fd5cddb194c4b81d779feb76507442345cf4ee67d7a0b9c5c1d98a7392"

/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 [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ....
- ....
- ....
- ....
- ....
- ....
- ..............
- done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- ......
- ....
- ....
- ....
- ....
- ....
- ..........
- ..........
- ..........
- ..........
- ..........
- .........
- ..........
- ..........
- ...done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2025-12-23 22:29.04 ---> saved as "e0f45c031ab5948b28bec3fbc164f1eb812cd3623bbd73c5068af98d7adbdb79"

/home/opam: (run (shell "opam pin add -k version -yn posix-uname.3.1.0 3.1.0"))
posix-uname is now pinned to version 3.1.0
2025-12-23 22:29.05 ---> saved as "a7ec75a7d1b13152d3c02da54e7705079a17813ed1fded18259baac77f4f0c28"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall posix-uname.3.1.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\" != 'posix-uname.3.1.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
posix-uname.3.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 10 packages
  - install csexp             1.5.2          [required by dune-configurator]
  - install ctypes            0.24.0         [required by posix-uname]
  - install dune              3.20.2         [required by posix-uname]
  - install dune-configurator 3.20.2         [required by ctypes]
  - install integers          0.7.0          [required by posix-base, ctypes, unix-errno]
  - install posix-base        3.1.0          [required by posix-uname]
  - install posix-uname       3.1.0 (pinned)
  - install result            1.5            [required by unix-errno]
  - install stdlib-shims      0.3.0          [required by integers]
  - install unix-errno        0.6.2          [required by posix-uname]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved posix-base.3.1.0, posix-uname.3.1.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved unix-errno.0.6.2  (cached)
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed result.1.5
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed posix-base.3.1.0
-> installed unix-errno.0.6.2
-> installed posix-uname.3.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-23 22:29.56 ---> saved as "acb2e4d590ee261d94f07a9f72b5aeb6c0bc3db0d5df27548376a2f903cbeea6"
Job succeeded
2025-12-23 22:30.05: Job succeeded