(for PR #29128)
2025-12-23 22:12.44: New job: test posix-math2.3.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29128/head (be6f5a2b2d3c046d757bfdb66968dd0064a03728)
on fedora-42-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/29128/head" && git reset --hard be6f5a2b
git fetch origin master
git merge --no-edit 173460ab354e0e6a17ee414264f348b06dee2d3d
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:267af225ff3b5e1093247d3304f30d8770226778640266fb5c0db62d6e9bbc1f
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-math2.3.1.0 3.1.0
RUN opam reinstall posix-math2.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 "\"fedora-42\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'posix-math2.3.1.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test posix-math2.3.1.0) || true
RUN opam reinstall --with-test --verbose posix-math2.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 "\"fedora-42\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'posix-math2.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:fedora-42-ocaml-5.4@sha256:267af225ff3b5e1093247d3304f30d8770226778640266fb5c0db62d6e9bbc1f-posix-math2.3.1.0-be6f5a2b2d3c046d757bfdb66968dd0064a03728"
2025-12-23 22:12.44: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:267af225ff3b5e1093247d3304f30d8770226778640266fb5c0db62d6e9bbc1f)
(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-math2.3.1.0 3.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall posix-math2.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 \"\\\"fedora-42\\\"\"; 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-math2.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"))
(run (network host)
(shell "(opam reinstall --with-test posix-math2.3.1.0) || true"))
(run (shell "opam reinstall --with-test --verbose posix-math2.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 \"\\\"fedora-42\\\"\"; 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-math2.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:18.04: Waiting for worker…
2025-12-23 22:21.52: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
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:fedora-42-ocaml-5.4@sha256:267af225ff3b5e1093247d3304f30d8770226778640266fb5c0db62d6e9bbc1f)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:267af225ff3b5e1093247d3304f30d8770226778640266fb5c0db62d6e9bbc1f' locally
docker.io/ocaml/opam@sha256:267af225ff3b5e1093247d3304f30d8770226778640266fb5c0db62d6e9bbc1f: Pulling from ocaml/opam
166acd75d0b1: Pulling fs layer
3f5403f6a2f2: Pulling fs layer
67aec952ce79: Pulling fs layer
0bb48c2941bc: Pulling fs layer
4c00ee60bee0: Pulling fs layer
0405ae6db764: Pulling fs layer
75f105568f25: Pulling fs layer
89a1a8bb55db: Pulling fs layer
0bb48c2941bc: Waiting
4dbdc277b5cc: Pulling fs layer
4c00ee60bee0: Waiting
0405ae6db764: Waiting
b9ac9b5d0d58: Pulling fs layer
75f105568f25: Waiting
ed3c58c8dfb3: Pulling fs layer
4dbdc277b5cc: Waiting
a7f2118798c2: Pulling fs layer
89a1a8bb55db: Waiting
6cf8123db17c: Pulling fs layer
b9ac9b5d0d58: Waiting
ed3c58c8dfb3: Waiting
6cf8123db17c: Waiting
5ac472da51a5: Pulling fs layer
a7f2118798c2: Waiting
3922aa403f38: Pulling fs layer
5ac472da51a5: Waiting
98656b983bdb: Pulling fs layer
3922aa403f38: Waiting
929c1c6503b7: Pulling fs layer
98656b983bdb: Waiting
930e6f5c8d1d: Pulling fs layer
929c1c6503b7: Waiting
ea061ab209c7: Pulling fs layer
930e6f5c8d1d: Waiting
b6a2cb7f5c47: Pulling fs layer
c69cf0663843: Pulling fs layer
4f4fb700ef54: Pulling fs layer
ea061ab209c7: Waiting
c69cf0663843: Waiting
067fb1fc80b8: Pulling fs layer
b6a2cb7f5c47: Waiting
4f4fb700ef54: Waiting
7ea6a305f43c: Pulling fs layer
e0c82749fa91: Pulling fs layer
067fb1fc80b8: Waiting
7ea6a305f43c: Waiting
f5f2f52bbfe6: Pulling fs layer
7f3917cda1bd: Pulling fs layer
f5f2f52bbfe6: Waiting
12e8a6ba30d9: Pulling fs layer
7f3917cda1bd: Waiting
52881c97bb6a: Pulling fs layer
e4dd3ced19f6: Pulling fs layer
85b85699624b: Pulling fs layer
12e8a6ba30d9: Waiting
52881c97bb6a: Waiting
5ec3770e6174: Pulling fs layer
85b85699624b: Waiting
e4dd3ced19f6: Waiting
0140052d9f0a: Pulling fs layer
5ec3770e6174: Waiting
97821c341b06: Pulling fs layer
c90bda0006ba: Pulling fs layer
97821c341b06: Waiting
0140052d9f0a: Waiting
03edd2c8fd11: Pulling fs layer
c90bda0006ba: Waiting
4d309518fbe0: Pulling fs layer
f2dfac09d5dc: Pulling fs layer
03edd2c8fd11: Waiting
4d309518fbe0: Waiting
8a1e0dde6b09: Pulling fs layer
f2dfac09d5dc: Waiting
283f5e6f31e3: Pulling fs layer
c3db4c6857f8: Pulling fs layer
283f5e6f31e3: Waiting
8a1e0dde6b09: Waiting
9b46bd7c626c: Pulling fs layer
ad90244881ee: Pulling fs layer
9b46bd7c626c: Waiting
c3db4c6857f8: Waiting
ad90244881ee: Waiting
1d3de82ae2a8: Pulling fs layer
6d6b62346e51: Pulling fs layer
1d3de82ae2a8: Waiting
6d6b62346e51: Waiting
3f5403f6a2f2: Download complete
67aec952ce79: Verifying Checksum
67aec952ce79: Download complete
4c00ee60bee0: Verifying Checksum
4c00ee60bee0: Download complete
0405ae6db764: Verifying Checksum
0405ae6db764: Download complete
166acd75d0b1: Verifying Checksum
166acd75d0b1: Download complete
75f105568f25: Verifying Checksum
75f105568f25: Download complete
4dbdc277b5cc: Verifying Checksum
4dbdc277b5cc: Download complete
b9ac9b5d0d58: Verifying Checksum
b9ac9b5d0d58: Download complete
89a1a8bb55db: Verifying Checksum
89a1a8bb55db: Download complete
ed3c58c8dfb3: Verifying Checksum
ed3c58c8dfb3: Download complete
a7f2118798c2: Verifying Checksum
a7f2118798c2: Download complete
5ac472da51a5: Download complete
6cf8123db17c: Verifying Checksum
6cf8123db17c: Download complete
3922aa403f38: Verifying Checksum
3922aa403f38: Download complete
98656b983bdb: Verifying Checksum
98656b983bdb: Download complete
929c1c6503b7: Verifying Checksum
929c1c6503b7: Download complete
0bb48c2941bc: Verifying Checksum
0bb48c2941bc: Download complete
930e6f5c8d1d: Download complete
ea061ab209c7: Verifying Checksum
ea061ab209c7: Download complete
b6a2cb7f5c47: Download complete
c69cf0663843: Download complete
067fb1fc80b8: Verifying Checksum
067fb1fc80b8: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
7ea6a305f43c: Download complete
e0c82749fa91: Download complete
f5f2f52bbfe6: Download complete
7f3917cda1bd: Verifying Checksum
7f3917cda1bd: Download complete
12e8a6ba30d9: Verifying Checksum
12e8a6ba30d9: Download complete
52881c97bb6a: Download complete
e4dd3ced19f6: Verifying Checksum
e4dd3ced19f6: Download complete
85b85699624b: Verifying Checksum
85b85699624b: Download complete
5ec3770e6174: Verifying Checksum
5ec3770e6174: Download complete
0140052d9f0a: Download complete
97821c341b06: Verifying Checksum
97821c341b06: Download complete
03edd2c8fd11: Verifying Checksum
03edd2c8fd11: Download complete
166acd75d0b1: Pull complete
3f5403f6a2f2: Pull complete
f2dfac09d5dc: Verifying Checksum
f2dfac09d5dc: Download complete
8a1e0dde6b09: Verifying Checksum
8a1e0dde6b09: Download complete
283f5e6f31e3: Verifying Checksum
283f5e6f31e3: Download complete
67aec952ce79: Pull complete
c90bda0006ba: Verifying Checksum
c90bda0006ba: Download complete
4d309518fbe0: Verifying Checksum
4d309518fbe0: Download complete
ad90244881ee: Download complete
1d3de82ae2a8: Verifying Checksum
1d3de82ae2a8: Download complete
6d6b62346e51: Verifying Checksum
6d6b62346e51: Download complete
9b46bd7c626c: Verifying Checksum
9b46bd7c626c: Download complete
c3db4c6857f8: Verifying Checksum
c3db4c6857f8: Download complete
0bb48c2941bc: Pull complete
4c00ee60bee0: Pull complete
0405ae6db764: Pull complete
75f105568f25: Pull complete
89a1a8bb55db: Pull complete
4dbdc277b5cc: Pull complete
b9ac9b5d0d58: Pull complete
ed3c58c8dfb3: Pull complete
a7f2118798c2: Pull complete
6cf8123db17c: Pull complete
5ac472da51a5: Pull complete
3922aa403f38: Pull complete
98656b983bdb: Pull complete
929c1c6503b7: Pull complete
930e6f5c8d1d: Pull complete
ea061ab209c7: Pull complete
b6a2cb7f5c47: Pull complete
c69cf0663843: Pull complete
4f4fb700ef54: Pull complete
067fb1fc80b8: Pull complete
7ea6a305f43c: Pull complete
e0c82749fa91: Pull complete
f5f2f52bbfe6: Pull complete
7f3917cda1bd: Pull complete
12e8a6ba30d9: Pull complete
52881c97bb6a: Pull complete
e4dd3ced19f6: Pull complete
85b85699624b: Pull complete
5ec3770e6174: Pull complete
0140052d9f0a: Pull complete
97821c341b06: Pull complete
c90bda0006ba: Pull complete
03edd2c8fd11: Pull complete
4d309518fbe0: Pull complete
f2dfac09d5dc: Pull complete
8a1e0dde6b09: Pull complete
283f5e6f31e3: Pull complete
c3db4c6857f8: Pull complete
9b46bd7c626c: Pull complete
ad90244881ee: Pull complete
1d3de82ae2a8: Pull complete
6d6b62346e51: Pull complete
Digest: sha256:267af225ff3b5e1093247d3304f30d8770226778640266fb5c0db62d6e9bbc1f
Status: Downloaded newer image for ocaml/opam@sha256:267af225ff3b5e1093247d3304f30d8770226778640266fb5c0db62d6e9bbc1f
2025-12-23 22:22.14 ---> using "14a9cab2a932ab3dd5de0a4b8f990bfe803e4ebf28e869fdfb954023df303fae" 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:22.14 ---> using "0d05dc0e4e1bdb7ee59d478c644c29be2ce30a3457c122be0f862a02d4206483" 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:22.14 ---> using "37e8984c4c8d5ffccdad226e83f57f48ba23cdba8286e6bc2c8d43e9e559d46e" 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=fedora os-version=42
# 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 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
2025-12-23 22:22.14 ---> using "efac94055a154428e2d213d33243f25518cdb106dbe77f693eabe2e43c9ee936" 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:22.14 ---> using "97271fc1f090ba21798f6b6c81802db92644c16dc4f71dd1c989ce2878735c96" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-23 22:22.15 ---> using "4defb9d8cf6142232b357ffe08d7c3c045c1cb38a532ad893ab6ea2cff08118d" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-23 22:22.36 ---> saved as "0ab405d4374a66c13601ba6b0702230f7027b9f8354bdd2730c2e25f2aaf00a1"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 42 - x86_64 - Updates 100% | 141.8 KiB/s | 18.6 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2025-12-23 22:22.41 ---> saved as "a1b5a208014cbe4303476fc6200f75c714afce6aac0d6a525f1141dd3f496790"
/home/opam: (run (shell "opam pin add -k version -yn posix-math2.3.1.0 3.1.0"))
posix-math2 is now pinned to version 3.1.0
2025-12-23 22:22.42 ---> saved as "9b0b80bb2b07ee000acac0d731bd2195afbb04fe26a16ffd158cebd94119384c"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall posix-math2.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 \"\\\"fedora-42\\\"\"; 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-math2.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-math2.3.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.24.0 [required by posix-math2]
- install dune 3.20.2 [required by posix-math2]
- install dune-configurator 3.20.2 [required by ctypes]
- install integers 0.7.0 [required by ctypes, posix-base]
- install posix-base 3.1.0 [required by posix-math2]
- install posix-math2 3.1.0 (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.20.2, dune-configurator.3.20.2 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved posix-base.3.1.0, posix-math2.3.1.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> 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 posix-math2.3.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-23 22:23.35 ---> saved as "4bb23fcf1870bc2e8cc8211b4360fb5b31f4e9605fe721c6c59187aa76568dfb"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test posix-math2.3.1.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile posix-math2 3.1.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed posix-math2.3.1.0
-> installed posix-math2.3.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-23 22:23.44 ---> saved as "5ec563193ae8c18d48b626aa73685cf41c342e396e4e0a00588898eb3c630c04"
/home/opam: (run (shell "opam reinstall --with-test --verbose posix-math2.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 \"\\\"fedora-42\\\"\"; 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-math2.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"))
The following actions will be performed:
=== recompile 1 package
- recompile posix-math2 3.1.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [posix-math2: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "posix-math2" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/posix-math2.3.1.0)
-> compiled posix-math2.3.1.0
-> removed posix-math2.3.1.0
-> installed posix-math2.3.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-23 22:23.51 ---> saved as "665d491e53819fcb1fc5b9cd0f260b8f30abbb306db58f9f7959eeb67a6a334a"
Job succeeded
2025-12-23 22:24.17: Job succeeded