(for PR #29248)

2026-01-19 18:14.36: New job: test ambient-context-lwt.0.1.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29248/head (9d61e8a449aa2436cbd9b390c4afa6b47e8ed0ba)
                              on opensuse-16.0-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/29248/head" && git reset --hard 9d61e8a4
git fetch origin master
git merge --no-edit 39960ffbaf3e5b50a1e354d4c99bfecc01e358ca
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:0d65dbe5e8c3508444174e0ed3959edc2bd059619fcdfe0b863da9da1347d210
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 ambient-context-lwt.0.1.1 0.1.1
RUN opam reinstall ambient-context-lwt.0.1.1; \
    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-16.0\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ambient-context-lwt.0.1.1' && 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 ambient-context-lwt.0.1.1) || true
RUN opam reinstall --with-test --verbose ambient-context-lwt.0.1.1; \
    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-16.0\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ambient-context-lwt.0.1.1' && 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-01-19 18:14.36: Using cache hint "ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:0d65dbe5e8c3508444174e0ed3959edc2bd059619fcdfe0b863da9da1347d210-ambient-context-lwt.0.1.1-9d61e8a449aa2436cbd9b390c4afa6b47e8ed0ba"
2026-01-19 18:14.36: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:0d65dbe5e8c3508444174e0ed3959edc2bd059619fcdfe0b863da9da1347d210)
 (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 ambient-context-lwt.0.1.1 0.1.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ambient-context-lwt.0.1.1;\
             \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-16.0\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ambient-context-lwt.0.1.1' && 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 ambient-context-lwt.0.1.1) || true"))
 (run (shell  "opam reinstall --with-test --verbose ambient-context-lwt.0.1.1;\
             \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-16.0\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ambient-context-lwt.0.1.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-01-19 18:14.36: Waiting for resource in pool OCluster
2026-01-19 18:14.37: Waiting for worker…
2026-01-19 18:16.20: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 39960ffbaf Merge pull request #29193 from recoules/release-binsec-0.11.0
Updating 39960ffbaf..9d61e8a449
Fast-forward
 .../ambient-context-eio.0.1.1/opam                 | 42 +++++++++++++++++++++
 .../ambient-context-lwt.0.1.1/opam                 | 42 +++++++++++++++++++++
 .../ambient-context/ambient-context.0.1.1/opam     | 43 ++++++++++++++++++++++
 3 files changed, 127 insertions(+)
 create mode 100644 packages/ambient-context-eio/ambient-context-eio.0.1.1/opam
 create mode 100644 packages/ambient-context-lwt/ambient-context-lwt.0.1.1/opam
 create mode 100644 packages/ambient-context/ambient-context.0.1.1/opam

(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:0d65dbe5e8c3508444174e0ed3959edc2bd059619fcdfe0b863da9da1347d210)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:0d65dbe5e8c3508444174e0ed3959edc2bd059619fcdfe0b863da9da1347d210' locally
docker.io/ocaml/opam@sha256:0d65dbe5e8c3508444174e0ed3959edc2bd059619fcdfe0b863da9da1347d210: Pulling from ocaml/opam
64cfa2a65095: Already exists
1edcfb1efe19: Already exists
3ddbff1fae48: Already exists
6f97b42e121d: Already exists
35edc2941e66: Already exists
664494e6aa3b: Already exists
6e72e374834b: Already exists
9897d53e41d9: Already exists
5955f0d634c5: Already exists
39569ccf3df4: Already exists
3835c4318084: Already exists
549825d0ab03: Already exists
6e7368d99114: Already exists
cb6191f3eef1: Already exists
188d98a9d457: Already exists
d034bf0e16e1: Already exists
8cb90b8f1fc2: Already exists
5fad6a4c52b5: Already exists
debd84a910b3: Already exists
4f4fb700ef54: Already exists
152a68323944: Already exists
1f7f98a5f0d2: Already exists
667866023596: Already exists
474d64aaa83a: Already exists
81e9448f8d7d: Already exists
8f7471ae6f30: Already exists
ba1c9d522099: Already exists
847d9b38068d: Already exists
6c1cb3b3dd7c: Already exists
30a81ee5e9b7: Already exists
b395d300d073: Already exists
689e54a1bb6f: Already exists
78c944254ca1: Already exists
8d9966a00771: Already exists
871b8c4f21ce: Already exists
8f132d7dcc76: Already exists
ff7e234c81fa: Already exists
11504ad083c1: Already exists
5d164878a8b4: Pulling fs layer
dd985d2eaad3: Pulling fs layer
19b08439b221: Pulling fs layer
96687e449341: Pulling fs layer
2019d1a68c69: Pulling fs layer
2019d1a68c69: Waiting
19b08439b221: Verifying Checksum
19b08439b221: Download complete
96687e449341: Verifying Checksum
96687e449341: Download complete
2019d1a68c69: Verifying Checksum
5d164878a8b4: Verifying Checksum
5d164878a8b4: Download complete
dd985d2eaad3: Verifying Checksum
dd985d2eaad3: Download complete
5d164878a8b4: Pull complete
dd985d2eaad3: Pull complete
19b08439b221: Pull complete
96687e449341: Pull complete
2019d1a68c69: Pull complete
Digest: sha256:0d65dbe5e8c3508444174e0ed3959edc2bd059619fcdfe0b863da9da1347d210
Status: Downloaded newer image for ocaml/opam@sha256:0d65dbe5e8c3508444174e0ed3959edc2bd059619fcdfe0b863da9da1347d210
2026-01-19 18:17.03 ---> using "53c4d5e18da2733356839fb68dd86054f2025f4b5ef5dcb58ce93799c6114ef1" 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-01-19 18:17.03 ---> using "73b2edbb32ebe38047e922813ebb2b5934a25d1ab0f2117361bd16ac8c23449e" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] synchronised from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-01-19 18:17.03 ---> using "830151fe83ce5cc634ceed69379606ca517ec809834d29d96bf39f177d0eef38" 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=16.0
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         2 (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
2026-01-19 18:17.03 ---> using "7e7302f17414b39c57bb8fbc805f272f388f07715003e55c42281e1fd0a1f1da" 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-01-19 18:17.03 ---> using "67fb13548338283525596b48481ba47e6794b7944ff9b813520c695d4e8e1516" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-19 18:17.07 ---> saved as "c60f6f157ff0b6700dc2063d6ac889cf0e7a805258fb049380af541ef993258b"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-19 18:17.24 ---> saved as "8de6f3e271bee0401ce9c8c30f3825cfbe270b85df74a9277ae75f58d76c2540"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
-   gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ..
- 
- Note: Received 1 new package signing key from repository "repo-oss (16.0)":
- 
-   Those additional keys are usually used to sign packages shipped by the repository. In order to
-   validate those packages upon download and installation the new keys will be imported into the rpm
-   database.
- 
-   New:
-   Key Fingerprint:  F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0
-   Key Name:         openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Wed May 10 14:46:12 2023
-   Key Expires:      Sun May  9 14:46:12 2027
-   Rpm Name:         gpg-pubkey-25db7ae0-645bae34
- 
-   The repository metadata introducing the new keys have been signed and validated by the trusted
-   key:
- 
-   Repository:       repo-oss (16.0)
-   Key Fingerprint:  AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4
-   Key Name:         openSUSE Project Signing Key <opensuse@opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Mon Jun 20 14:03:14 2022
-   Key Expires:      Fri Jun 19 14:03:14 2026
-   Rpm Name:         gpg-pubkey-29b700a4-62b07e22
- 
- .
- .
- ...........
- .........done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.
2026-01-19 18:17.33 ---> saved as "a02cb2b4873155e86d44b544dadc1eb800f0411bbc835295351bc1639f7f98eb"

/home/opam: (run (shell "opam pin add -k version -yn ambient-context-lwt.0.1.1 0.1.1"))
ambient-context-lwt is now pinned to version 0.1.1
2026-01-19 18:17.34 ---> saved as "9c4a699d3c314b45247e7c6c1393b85feb998a4a9b7aa301a383211b13baf77a"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ambient-context-lwt.0.1.1;\
                        \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-16.0\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ambient-context-lwt.0.1.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ambient-context-lwt.0.1.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== recompile 2 packages
  - recompile ocaml               4.14.2         [upstream or system changes]
  - recompile opam-depext         1.2.3          [uses ocaml]
=== install 10 packages
  - install   ambient-context     0.1.1          [required by ambient-context-lwt]
  - install   ambient-context-lwt 0.1.1 (pinned)
  - install   base-bytes          base           [required by ocplib-endian]
  - install   cppo                1.8.0          [required by lwt]
  - install   csexp               1.5.2          [required by dune-configurator]
  - install   dune                3.21.0         [required by ambient-context-lwt]
  - install   dune-configurator   3.21.0         [required by lwt]
  - install   lwt                 6.0.0          [required by ambient-context-lwt]
  - install   ocamlfind           1.9.8          [required by base-bytes]
  - install   ocplib-endian       1.2            [required by lwt]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ambient-context.0.1.1, ambient-context-lwt.0.1.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (cached)
-> retrieved lwt.6.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.4.14.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.3
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.21.0
-> installed csexp.1.5.2
-> installed ambient-context.0.1.1
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.0
-> installed lwt.6.0.0
-> installed ambient-context-lwt.0.1.1
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-01-19 18:18.03 ---> saved as "511baa47a91c4a7dea1b2d4f0e1ca793cb6a56aa2d0d05bcdb93847e7e3588a1"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test ambient-context-lwt.0.1.1) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile ambient-context-lwt 0.1.1 (pinned)
=== install 17 packages
  - install   alcotest            1.9.1          [required by ambient-context-lwt]
  - install   alcotest-lwt        1.9.1          [required by ambient-context-lwt]
  - install   astring             0.8.5          [required by alcotest]
  - install   bisect_ppx          2.8.3          [required by ambient-context-lwt]
  - install   cmdliner            1.3.0          [required by alcotest, bisect_ppx]
  - install   fmt                 0.11.0         [required by alcotest, alcotest-lwt]
  - install   logs                0.10.0         [required by alcotest-lwt]
  - install   ocaml-compiler-libs v0.12.4        [required by ppxlib]
  - install   ocaml-syntax-shims  1.0.0          [required by alcotest]
  - install   ocamlbuild          0.16.1         [required by uutf, astring, fmt, logs]
  - install   ppx_derivers        1.2.1          [required by ppxlib]
  - install   ppxlib              0.35.0         [required by bisect_ppx]
  - install   re                  1.14.0         [required by alcotest]
  - install   sexplib0            v0.17.0        [required by ppxlib]
  - install   stdlib-shims        0.3.0          [required by alcotest]
  - install   topkg               1.1.1          [required by uutf, astring, fmt, logs]
  - install   uutf                1.0.4          [required by alcotest]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1  (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5  (https://opam.ocaml.org/cache)
-> retrieved bisect_ppx.2.8.3  (https://opam.ocaml.org/cache)
-> retrieved cmdliner.1.3.0  (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0  (https://opam.ocaml.org/cache)
-> retrieved logs.0.10.0  (https://opam.ocaml.org/cache)
-> retrieved ocaml-compiler-libs.v0.12.4  (https://opam.ocaml.org/cache)
-> retrieved ocaml-syntax-shims.1.0.0  (https://opam.ocaml.org/cache)
-> retrieved ocamlbuild.0.16.1  (https://opam.ocaml.org/cache)
-> retrieved ppx_derivers.1.2.1  (https://opam.ocaml.org/cache)
-> installed ppx_derivers.1.2.1
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> retrieved ppxlib.0.35.0  (https://opam.ocaml.org/cache)
-> retrieved re.1.14.0  (https://opam.ocaml.org/cache)
-> retrieved sexplib0.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved stdlib-shims.0.3.0  (https://opam.ocaml.org/cache)
-> installed cmdliner.1.3.0
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> retrieved topkg.1.1.1  (https://opam.ocaml.org/cache)
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> removed   ambient-context-lwt.0.1.1
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed alcotest.1.9.1
-> installed alcotest-lwt.1.9.1
-> installed ppxlib.0.35.0
-> installed bisect_ppx.2.8.3
-> installed ambient-context-lwt.0.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-19 18:18.26 ---> saved as "eea78f4b812b72fe3b173faf6ce98ade293427bcf04de82a12cfaeb37011af72"

/home/opam: (run (shell  "opam reinstall --with-test --verbose ambient-context-lwt.0.1.1;\
                        \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-16.0\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ambient-context-lwt.0.1.1' && 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 ambient-context-lwt 0.1.1 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [ambient-context-lwt: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ambient-context-lwt" "-j" "255" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ambient-context-lwt.0.1.1)
- (cd _build/default/test/unix/lwt && ./test_lwt.exe)
- Testing `Unix'.
- This run has ID `RFUQAPM5'.
- 
-   [OK]          Lwt          0   can set storage provider.
-   [OK]          Lwt          1   test sequenced storage.
- 
- Full test results in `~/.opam/4.14/.opam-switch/build/ambient-context-lwt.0.1.1/_build/default/test/unix/lwt/_build/_tests/Unix'.
- Test Successful in 3.001s. 2 tests run.
-> compiled  ambient-context-lwt.0.1.1
-> removed   ambient-context-lwt.0.1.1
-> installed ambient-context-lwt.0.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-19 18:18.32 ---> saved as "65f348456dbef2af50ee6b0ced42517f1cf2971afb4a9979ebabd8f2b290864f"
Job succeeded
2026-01-19 18:18.38: Job succeeded