Build:
  1. 0
2026-03-02 21:58.46: New job: build posix-signal.4.0.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29495/head (2179367d24629cef9cd7954ac7f567f6655671d4)
                              on ubuntu-25.10-ocaml-5.4/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/29495/head" && git reset --hard 2179367d
git fetch origin master
git merge --no-edit 4d2d05075ed20338fa6af3429fc5c18858025bd3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eb2862eee5b95e7983fe77f0685ce03f1e4ebfdaa0d9621899d252065ebdb09f
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-signal.4.0.2 4.0.2
RUN opam reinstall posix-signal.4.0.2; \
    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 "\"ubuntu-25.10\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'posix-signal.4.0.2' && 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 .

2026-03-02 21:58.46: Using cache hint "ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eb2862eee5b95e7983fe77f0685ce03f1e4ebfdaa0d9621899d252065ebdb09f-posix-signal.4.0.2-2179367d24629cef9cd7954ac7f567f6655671d4"
2026-03-02 21:58.46: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eb2862eee5b95e7983fe77f0685ce03f1e4ebfdaa0d9621899d252065ebdb09f)
 (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-signal.4.0.2 4.0.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall posix-signal.4.0.2;\
             \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 \"\\\"ubuntu-25.10\\\"\"; 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-signal.4.0.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-02 21:58.46: Waiting for resource in pool OCluster
2026-03-03 09:35.15: Waiting for worker…
2026-03-03 09:39.28: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 4d2d05075e Merge pull request #29493 from filipeom/opam-publish-smtml.0.22.0
Updating 4d2d05075e..2179367d24
Fast-forward
 packages/posix-base/posix-base.4.0.2/opam          | 40 ++++++++++++++++++
 packages/posix-bindings/posix-bindings.4.0.2/opam  | 47 ++++++++++++++++++++++
 packages/posix-errno/posix-errno.4.0.2/opam        | 40 ++++++++++++++++++
 packages/posix-getopt/posix-getopt.4.0.2/opam      | 46 +++++++++++++++++++++
 packages/posix-math2/posix-math2.4.0.2/opam        | 40 ++++++++++++++++++
 packages/posix-resource/posix-resource.4.0.2/opam  | 44 ++++++++++++++++++++
 packages/posix-signal/posix-signal.4.0.2/opam      | 42 +++++++++++++++++++
 .../posix-socket-unix/posix-socket-unix.4.0.2/opam | 43 ++++++++++++++++++++
 packages/posix-socket/posix-socket.4.0.2/opam      | 42 +++++++++++++++++++
 packages/posix-stat/posix-stat.4.0.2/opam          | 44 ++++++++++++++++++++
 packages/posix-time2/posix-time2.4.0.2/opam        | 43 ++++++++++++++++++++
 packages/posix-types/posix-types.4.0.2/opam        | 42 +++++++++++++++++++
 packages/posix-uname/posix-uname.4.0.2/opam        | 41 +++++++++++++++++++
 packages/posix-unistd/posix-unistd.4.0.2/opam      | 42 +++++++++++++++++++
 14 files changed, 596 insertions(+)
 create mode 100644 packages/posix-base/posix-base.4.0.2/opam
 create mode 100644 packages/posix-bindings/posix-bindings.4.0.2/opam
 create mode 100644 packages/posix-errno/posix-errno.4.0.2/opam
 create mode 100644 packages/posix-getopt/posix-getopt.4.0.2/opam
 create mode 100644 packages/posix-math2/posix-math2.4.0.2/opam
 create mode 100644 packages/posix-resource/posix-resource.4.0.2/opam
 create mode 100644 packages/posix-signal/posix-signal.4.0.2/opam
 create mode 100644 packages/posix-socket-unix/posix-socket-unix.4.0.2/opam
 create mode 100644 packages/posix-socket/posix-socket.4.0.2/opam
 create mode 100644 packages/posix-stat/posix-stat.4.0.2/opam
 create mode 100644 packages/posix-time2/posix-time2.4.0.2/opam
 create mode 100644 packages/posix-types/posix-types.4.0.2/opam
 create mode 100644 packages/posix-uname/posix-uname.4.0.2/opam
 create mode 100644 packages/posix-unistd/posix-unistd.4.0.2/opam

(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eb2862eee5b95e7983fe77f0685ce03f1e4ebfdaa0d9621899d252065ebdb09f)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eb2862eee5b95e7983fe77f0685ce03f1e4ebfdaa0d9621899d252065ebdb09f' locally
docker.io/ocaml/opam@sha256:eb2862eee5b95e7983fe77f0685ce03f1e4ebfdaa0d9621899d252065ebdb09f: Pulling from ocaml/opam
16c195d4c5e9: Already exists
eef1e591e8a9: Pulling fs layer
475b07e782b4: Pulling fs layer
18fb99e993e1: Pulling fs layer
ca37c6a45798: Pulling fs layer
c57691858953: Pulling fs layer
eef1e591e8a9: Waiting
475b07e782b4: Waiting
5512f1558e14: Pulling fs layer
ca37c6a45798: Waiting
18fb99e993e1: Waiting
43fe003df081: Pulling fs layer
c57691858953: Waiting
5512f1558e14: Waiting
6e925d30090e: Pulling fs layer
3417bab79df5: Pulling fs layer
0aa36f5a555a: Pulling fs layer
43fe003df081: Waiting
474fc3d17365: Pulling fs layer
49a3768a5f63: Pulling fs layer
6e925d30090e: Waiting
c5abc7eafdff: Pulling fs layer
0aa36f5a555a: Waiting
474fc3d17365: Waiting
62941fb37fba: Pulling fs layer
49a3768a5f63: Waiting
378967450a13: Pulling fs layer
62941fb37fba: Waiting
b77cfa4e2ae3: Pulling fs layer
cb268f925fd0: Pulling fs layer
c5abc7eafdff: Waiting
378967450a13: Waiting
3bf4591bde94: Pulling fs layer
b77cfa4e2ae3: Waiting
cb268f925fd0: Waiting
34a47fe3891d: Pulling fs layer
0e9e8d8d7a8c: Pulling fs layer
3bf4591bde94: Waiting
024b2f94e104: Pulling fs layer
4f4fb700ef54: Pulling fs layer
0e9e8d8d7a8c: Waiting
024b2f94e104: Waiting
34a47fe3891d: Waiting
071fbbcf50f3: Pulling fs layer
b43a2046bab2: Pulling fs layer
f34036196a91: Pulling fs layer
b07913c71979: Pulling fs layer
071fbbcf50f3: Waiting
b43a2046bab2: Waiting
f1c987ef231c: Pulling fs layer
b07913c71979: Waiting
f34036196a91: Waiting
1a8485ec060a: Pulling fs layer
f1c987ef231c: Waiting
aa1dac00c891: Pulling fs layer
215e9614a861: Pulling fs layer
117130324f1d: Pulling fs layer
edf62db1b518: Pulling fs layer
215e9614a861: Waiting
0db4778affc6: Pulling fs layer
117130324f1d: Waiting
edf62db1b518: Waiting
a7061a59a18a: Pulling fs layer
0db4778affc6: Waiting
2e5d40faab28: Pulling fs layer
aa1dac00c891: Waiting
f66a9fca4b5f: Pulling fs layer
2e5d40faab28: Waiting
8b5e66859936: Pulling fs layer
587798822ffb: Pulling fs layer
8b5e66859936: Waiting
bed329d8e6f0: Pulling fs layer
587798822ffb: Waiting
f66a9fca4b5f: Waiting
672e0dae6d58: Pulling fs layer
1e14335f13e2: Pulling fs layer
31f90818e47b: Pulling fs layer
672e0dae6d58: Waiting
e9f2258d97ed: Pulling fs layer
1e14335f13e2: Waiting
1a0fe3a65c36: Pulling fs layer
e44d3a05929e: Pulling fs layer
e9f2258d97ed: Waiting
dac8d5b918f6: Pulling fs layer
1a0fe3a65c36: Waiting
e44d3a05929e: Waiting
82f232b90c6d: Pulling fs layer
dac8d5b918f6: Waiting
82f232b90c6d: Waiting
eef1e591e8a9: Download complete
eef1e591e8a9: Pull complete
475b07e782b4: Download complete
475b07e782b4: Pull complete
18fb99e993e1: Verifying Checksum
18fb99e993e1: Download complete
ca37c6a45798: Verifying Checksum
ca37c6a45798: Download complete
18fb99e993e1: Pull complete
ca37c6a45798: Pull complete
c57691858953: Verifying Checksum
c57691858953: Download complete
43fe003df081: Verifying Checksum
43fe003df081: Download complete
6e925d30090e: Verifying Checksum
6e925d30090e: Download complete
3417bab79df5: Verifying Checksum
3417bab79df5: Download complete
0aa36f5a555a: Verifying Checksum
0aa36f5a555a: Download complete
474fc3d17365: Verifying Checksum
474fc3d17365: Download complete
49a3768a5f63: Verifying Checksum
49a3768a5f63: Download complete
c5abc7eafdff: Verifying Checksum
c5abc7eafdff: Download complete
62941fb37fba: Verifying Checksum
62941fb37fba: Download complete
378967450a13: Verifying Checksum
378967450a13: Download complete
b77cfa4e2ae3: Verifying Checksum
b77cfa4e2ae3: Download complete
cb268f925fd0: Download complete
3bf4591bde94: Verifying Checksum
3bf4591bde94: Download complete
34a47fe3891d: Verifying Checksum
34a47fe3891d: Download complete
0e9e8d8d7a8c: Verifying Checksum
0e9e8d8d7a8c: Download complete
024b2f94e104: Verifying Checksum
024b2f94e104: Download complete
4f4fb700ef54: Download complete
071fbbcf50f3: Download complete
b43a2046bab2: Verifying Checksum
b43a2046bab2: Download complete
f34036196a91: Verifying Checksum
f34036196a91: Download complete
b07913c71979: Verifying Checksum
b07913c71979: Download complete
f1c987ef231c: Verifying Checksum
f1c987ef231c: Download complete
1a8485ec060a: Download complete
aa1dac00c891: Download complete
215e9614a861: Verifying Checksum
215e9614a861: Download complete
117130324f1d: Verifying Checksum
117130324f1d: Download complete
edf62db1b518: Verifying Checksum
edf62db1b518: Download complete
0db4778affc6: Verifying Checksum
0db4778affc6: Download complete
a7061a59a18a: Download complete
f66a9fca4b5f: Verifying Checksum
f66a9fca4b5f: Download complete
587798822ffb: Verifying Checksum
587798822ffb: Download complete
bed329d8e6f0: Verifying Checksum
bed329d8e6f0: Download complete
c57691858953: Pull complete
672e0dae6d58: Verifying Checksum
672e0dae6d58: Download complete
5512f1558e14: Pull complete
43fe003df081: Pull complete
1e14335f13e2: Verifying Checksum
1e14335f13e2: Download complete
6e925d30090e: Pull complete
31f90818e47b: Verifying Checksum
31f90818e47b: Download complete
3417bab79df5: Pull complete
e9f2258d97ed: Verifying Checksum
e9f2258d97ed: Download complete
0aa36f5a555a: Pull complete
474fc3d17365: Pull complete
49a3768a5f63: Pull complete
c5abc7eafdff: Pull complete
62941fb37fba: Pull complete
2e5d40faab28: Verifying Checksum
2e5d40faab28: Download complete
378967450a13: Pull complete
b77cfa4e2ae3: Pull complete
e44d3a05929e: Verifying Checksum
e44d3a05929e: Download complete
cb268f925fd0: Pull complete
dac8d5b918f6: Download complete
82f232b90c6d: Download complete
1a0fe3a65c36: Verifying Checksum
1a0fe3a65c36: Download complete
3bf4591bde94: Pull complete
34a47fe3891d: Pull complete
0e9e8d8d7a8c: Pull complete
024b2f94e104: Pull complete
4f4fb700ef54: Pull complete
071fbbcf50f3: Pull complete
b43a2046bab2: Pull complete
f34036196a91: Pull complete
b07913c71979: Pull complete
f1c987ef231c: Pull complete
1a8485ec060a: Pull complete
aa1dac00c891: Pull complete
215e9614a861: Pull complete
117130324f1d: Pull complete
edf62db1b518: Pull complete
0db4778affc6: Pull complete
a7061a59a18a: Pull complete
8b5e66859936: Verifying Checksum
8b5e66859936: Download complete
2e5d40faab28: Pull complete
f66a9fca4b5f: Pull complete
8b5e66859936: Pull complete
587798822ffb: Pull complete
bed329d8e6f0: Pull complete
672e0dae6d58: Pull complete
1e14335f13e2: Pull complete
31f90818e47b: Pull complete
e9f2258d97ed: Pull complete
1a0fe3a65c36: Pull complete
e44d3a05929e: Pull complete
dac8d5b918f6: Pull complete
82f232b90c6d: Pull complete
Digest: sha256:eb2862eee5b95e7983fe77f0685ce03f1e4ebfdaa0d9621899d252065ebdb09f
Status: Downloaded newer image for ocaml/opam@sha256:eb2862eee5b95e7983fe77f0685ce03f1e4ebfdaa0d9621899d252065ebdb09f
2026-03-03 09:39.31 ---> using "a2637095a9f01cd2e3c9402f0272b79dba45f4096d63a0776d57db693c081c6c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-03 09:39.31 ---> using "5602b46f466b18fec9391ad8f522cdad7156b1d885b078f6eee1ed29efc781ab" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-03 09:39.31 ---> using "25a556c411157106c1621b2839ffbe07b7da7795995dc39af113f157b34e43bd" 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=ubuntu os-version=25.10
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-03-03 09:39.31 ---> using "ca8869733b601e66f151b7efac34f97a23a728d6939d1cfdf4e5af58891d272b" 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/"))
2026-03-03 09:39.31 ---> using "208ff2b383159e1213667a040711103c8a7691df88460d98f67afa81fabc3089" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-03 09:39.32 ---> using "71dc9e2bb70f61c5c33f2f1415f0783e083fd27ed3530e6c8c950a5a6b833008" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-03 09:39.41 ---> saved as "ea6a31f44cc5b808e16bbfd7783b755da7d6570c0d42691af9b9fd311ac2e63e"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:3 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Fetched 404 kB in 0s (2986 kB/s)
- Reading package lists...
2026-03-03 09:39.42 ---> saved as "73f0df9b0373570511d9b35026f5e344b6f8c75635446669dd2722c58d071767"

/home/opam: (run (shell "opam pin add -k version -yn posix-signal.4.0.2 4.0.2"))
posix-signal is now pinned to version 4.0.2
2026-03-03 09:39.43 ---> saved as "7a6d3c6043530fe202c42d2b5875396c3f29af59ad1b52cb868895b3cef1b237"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved posix-base.4.0.2, posix-errno.4.0.2, posix-signal.4.0.2  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.21.1
-> installed ctypes.0.24.0
-> installed posix-base.4.0.2
-> installed posix-errno.4.0.2
-> installed posix-signal.4.0.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-03 09:40.29 ---> saved as "d72decf1b883dc328421fc005625deca50a9b0ce85f55cbfea14473749915019"
Job succeeded
2026-03-03 09:40.39: Job succeeded