(for PR #29933)

2026-05-24 03:59.35: New job: build z3.4.16.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29933/head (4834f4da5c651b5c7ad2fb98572d52cd3bfab6e3)
                              on opensuse-tumbleweed-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/29933/head" && git reset --hard 4834f4da
git fetch origin master
git merge --no-edit 493123878a032e3f829b102f34e8690b3b2a4fd4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:16550c302279f971eef6e5f4d51548d104f3a812e715edfd6155c0d5a8aa7b06
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 z3.4.16.0 4.16.0
RUN opam reinstall z3.4.16.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-tumbleweed\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'z3.4.16.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 .

2026-05-24 03:59.35: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:16550c302279f971eef6e5f4d51548d104f3a812e715edfd6155c0d5a8aa7b06-z3.4.16.0-4834f4da5c651b5c7ad2fb98572d52cd3bfab6e3"
2026-05-24 03:59.35: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:16550c302279f971eef6e5f4d51548d104f3a812e715edfd6155c0d5a8aa7b06)
 (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 z3.4.16.0 4.16.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall z3.4.16.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-tumbleweed\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'z3.4.16.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-05-24 03:59.35: Waiting for resource in pool OCluster
2026-05-24 03:59.35: Waiting for worker…
2026-05-24 03:59.37: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 493123878a Merge pull request #29931 from chetmurthy/release-pa_ppx-package-suite-at-8.05.01
Merge made by the 'ort' strategy.
 packages/z3/z3.4.16.0/opam | 71 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)
 create mode 100644 packages/z3/z3.4.16.0/opam

(from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:16550c302279f971eef6e5f4d51548d104f3a812e715edfd6155c0d5a8aa7b06)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:16550c302279f971eef6e5f4d51548d104f3a812e715edfd6155c0d5a8aa7b06' locally
docker.io/ocaml/opam@sha256:16550c302279f971eef6e5f4d51548d104f3a812e715edfd6155c0d5a8aa7b06: Pulling from ocaml/opam
80f4b5e912b4: Pulling fs layer
90e39e2dd238: Pulling fs layer
d4755cea6edc: Pulling fs layer
14bab15599c9: Pulling fs layer
3f3b27e1311a: Pulling fs layer
63a7210a8e9a: Pulling fs layer
b9b5c74db85c: Pulling fs layer
4c43b6069f58: Pulling fs layer
14bab15599c9: Waiting
fdb340175999: Pulling fs layer
63a7210a8e9a: Waiting
3f3b27e1311a: Waiting
b9b5c74db85c: Waiting
232eadddf6bd: Pulling fs layer
028a3bcb82e5: Pulling fs layer
fdb340175999: Waiting
232eadddf6bd: Waiting
8a6cc537066c: Pulling fs layer
899a8fe7ea25: Pulling fs layer
028a3bcb82e5: Waiting
8a6cc537066c: Waiting
2ef05379d095: Pulling fs layer
899a8fe7ea25: Waiting
08a2faa35231: Pulling fs layer
4c43b6069f58: Waiting
a9d256d1b45c: Pulling fs layer
2ef05379d095: Waiting
07e1b357312d: Pulling fs layer
a9d256d1b45c: Waiting
08a2faa35231: Waiting
ceec878bc18c: Pulling fs layer
07e1b357312d: Waiting
4f4fb700ef54: Pulling fs layer
f02b98bb9292: Pulling fs layer
ceec878bc18c: Waiting
0195fc953a86: Pulling fs layer
f02b98bb9292: Waiting
4f4fb700ef54: Waiting
1e479a764dcc: Pulling fs layer
7f7cbec44b9f: Pulling fs layer
352e58df96b6: Pulling fs layer
ea72dc832ce1: Pulling fs layer
7f7cbec44b9f: Waiting
0195fc953a86: Waiting
352e58df96b6: Waiting
00ae5eb9101d: Pulling fs layer
af0308cbf9db: Pulling fs layer
abde3918d8b7: Pulling fs layer
ea72dc832ce1: Waiting
6a5363426b7c: Pulling fs layer
1081d45cb470: Pulling fs layer
af0308cbf9db: Waiting
ca9fe9004276: Pulling fs layer
00ae5eb9101d: Waiting
abde3918d8b7: Waiting
2d6837565ac5: Pulling fs layer
6a5363426b7c: Waiting
1081d45cb470: Waiting
ca9fe9004276: Waiting
321da90cae51: Pulling fs layer
2d6837565ac5: Waiting
d5eafea8f8d0: Pulling fs layer
321da90cae51: Waiting
9d60f75c8f2d: Pulling fs layer
7b45c5aebc55: Pulling fs layer
d5eafea8f8d0: Waiting
d2d2e6538bb6: Pulling fs layer
7b45c5aebc55: Waiting
9d60f75c8f2d: Waiting
da358a731432: Pulling fs layer
d2d2e6538bb6: Waiting
1e7f463c1df5: Pulling fs layer
fbb9465b53d1: Pulling fs layer
6bbf72f160fd: Pulling fs layer
fbb9465b53d1: Waiting
da358a731432: Waiting
e7e799469a22: Pulling fs layer
0b6c1ee0cca7: Pulling fs layer
1e7f463c1df5: Waiting
e7e799469a22: Waiting
1380ce7bb186: Pulling fs layer
0b6c1ee0cca7: Waiting
1380ce7bb186: Waiting
90e39e2dd238: Verifying Checksum
90e39e2dd238: Download complete
d4755cea6edc: Verifying Checksum
d4755cea6edc: Download complete
3f3b27e1311a: Download complete
63a7210a8e9a: Verifying Checksum
63a7210a8e9a: Download complete
b9b5c74db85c: Verifying Checksum
b9b5c74db85c: Download complete
4c43b6069f58: Verifying Checksum
4c43b6069f58: Download complete
80f4b5e912b4: Verifying Checksum
80f4b5e912b4: Download complete
fdb340175999: Verifying Checksum
fdb340175999: Download complete
232eadddf6bd: Verifying Checksum
232eadddf6bd: Download complete
028a3bcb82e5: Verifying Checksum
028a3bcb82e5: Download complete
899a8fe7ea25: Verifying Checksum
899a8fe7ea25: Download complete
8a6cc537066c: Verifying Checksum
8a6cc537066c: Download complete
08a2faa35231: Verifying Checksum
08a2faa35231: Download complete
2ef05379d095: Verifying Checksum
2ef05379d095: Download complete
80f4b5e912b4: Pull complete
90e39e2dd238: Pull complete
a9d256d1b45c: Verifying Checksum
a9d256d1b45c: Download complete
d4755cea6edc: Pull complete
07e1b357312d: Verifying Checksum
07e1b357312d: Download complete
ceec878bc18c: Verifying Checksum
ceec878bc18c: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
0195fc953a86: Verifying Checksum
0195fc953a86: Download complete
14bab15599c9: Verifying Checksum
14bab15599c9: Download complete
f02b98bb9292: Verifying Checksum
f02b98bb9292: Download complete
1e479a764dcc: Download complete
352e58df96b6: Verifying Checksum
ea72dc832ce1: Download complete
00ae5eb9101d: Verifying Checksum
00ae5eb9101d: Download complete
af0308cbf9db: Verifying Checksum
af0308cbf9db: Download complete
7f7cbec44b9f: Verifying Checksum
7f7cbec44b9f: Download complete
abde3918d8b7: Verifying Checksum
abde3918d8b7: Download complete
1081d45cb470: Verifying Checksum
1081d45cb470: Download complete
ca9fe9004276: Verifying Checksum
ca9fe9004276: Download complete
6a5363426b7c: Verifying Checksum
6a5363426b7c: Download complete
321da90cae51: Download complete
9d60f75c8f2d: Verifying Checksum
9d60f75c8f2d: Download complete
7b45c5aebc55: Download complete
d2d2e6538bb6: Download complete
da358a731432: Download complete
2d6837565ac5: Verifying Checksum
2d6837565ac5: Download complete
fbb9465b53d1: Verifying Checksum
fbb9465b53d1: Download complete
6bbf72f160fd: Download complete
e7e799469a22: Verifying Checksum
e7e799469a22: Download complete
0b6c1ee0cca7: Download complete
1380ce7bb186: Download complete
14bab15599c9: Pull complete
3f3b27e1311a: Pull complete
63a7210a8e9a: Pull complete
b9b5c74db85c: Pull complete
4c43b6069f58: Pull complete
fdb340175999: Pull complete
232eadddf6bd: Pull complete
028a3bcb82e5: Pull complete
8a6cc537066c: Pull complete
899a8fe7ea25: Pull complete
2ef05379d095: Pull complete
08a2faa35231: Pull complete
a9d256d1b45c: Pull complete
07e1b357312d: Pull complete
ceec878bc18c: Pull complete
4f4fb700ef54: Pull complete
f02b98bb9292: Pull complete
0195fc953a86: Pull complete
1e479a764dcc: Pull complete
7f7cbec44b9f: Pull complete
352e58df96b6: Pull complete
ea72dc832ce1: Pull complete
00ae5eb9101d: Pull complete
af0308cbf9db: Pull complete
abde3918d8b7: Pull complete
6a5363426b7c: Pull complete
1081d45cb470: Pull complete
ca9fe9004276: Pull complete
1e7f463c1df5: Download complete
d5eafea8f8d0: Verifying Checksum
d5eafea8f8d0: Download complete
2d6837565ac5: Pull complete
321da90cae51: Pull complete
d5eafea8f8d0: Pull complete
9d60f75c8f2d: Pull complete
7b45c5aebc55: Pull complete
d2d2e6538bb6: Pull complete
da358a731432: Pull complete
1e7f463c1df5: Pull complete
fbb9465b53d1: Pull complete
6bbf72f160fd: Pull complete
e7e799469a22: Pull complete
0b6c1ee0cca7: Pull complete
1380ce7bb186: Pull complete
Digest: sha256:16550c302279f971eef6e5f4d51548d104f3a812e715edfd6155c0d5a8aa7b06
Status: Downloaded newer image for ocaml/opam@sha256:16550c302279f971eef6e5f4d51548d104f3a812e715edfd6155c0d5a8aa7b06
2026-05-24 04:03.00 ---> saved as "cbd6ad453380e3c10608891a4ede930a81cf30cce2ec27a670abfab74371cd85"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-24 04:03.01 ---> saved as "bdbbf1c59a87f862b366dec2047a710dfd2a3a45299bcaec420ebe1eec0614f0"

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-24 04:03.21 ---> saved as "0f91af5ee1523708c04126301067e82c04ff64292b677bd4fcbfae54dd258450"

/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.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=opensuse-tumbleweed os-version=20260515
# 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.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-05-24 04:03.22 ---> saved as "5048724cf7d66f625854bcf4a5f4c70797b8821918241e9c55a9a07389200a47"

/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-05-24 04:03.34 ---> saved as "a2fafd2d73ada4df5757e723a292ce2cbbe33588b8de303317b9006742678b6f"

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-24 04:03.44 ---> saved as "08c053da0c20b5787f795887ea39dc377343ec66fc4e72b937209c236c7e8dfc"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-24 04:04.04 ---> saved as "a09088e2b0a9def8696d05bfc49ab5d6a9c9033af357d31c3e176bd2f888e962"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [.
- ..
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- .......done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [..
- ..done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- .......
- ..........
- ....done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-05-24 04:04.19 ---> saved as "4984d657241d6e85f48ecba434768d056710259bae4f8a3bcda09f0fa2f9d41e"

/home/opam: (run (shell "opam pin add -k version -yn z3.4.16.0 4.16.0"))
z3 is now pinned to version 4.16.0
2026-05-24 04:04.20 ---> saved as "9ff35a9a7d157ed0f0bb3751b497c27fea4d69992a3f4b6e3fb887962cb254c6"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall z3.4.16.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-tumbleweed\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'z3.4.16.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
z3.4.16.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
  - install conf-c++        1.0             [required by z3]
  - install conf-gmp        5               [required by zarith]
  - install conf-pkg-config 4               [required by zarith]
  - install conf-python-3   9.0.0           [required by z3]
  - install ocamlfind       1.9.8           [required by z3]
  - install z3              4.16.0 (pinned)
  - install zarith          1.14            [required by z3]

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

<><> 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" "gmp-devel" "python3"
- Loading repository data...
- Reading installed packages...
- 'python3' not found in package names. Trying capabilities.
- Resolving package dependencies...
- 
- The following 6 NEW packages are going to be installed:
-   gmp-devel libgmpxx4 libmpdec4 libpython3_13-1_0 python313 python313-base
- 
- 6 new packages to install.
- 
- Package download size:    11.9 MiB
- 
- Package install size change:
-               |      45.4 MiB  required by packages that will be installed
-     45.4 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: libgmpxx4-6.3.0-5.4.x86_64.rpm [done]
- .
- Preloading: libmpdec4-4.0.1-2.3.x86_64.rpm [done]
- .
- Preloading: gmp-devel-6.3.0-5.4.x86_64.rpm [done]
- .
- Preloading: python313-3.13.13-2.1.x86_64.rpm [done]
- ..
- 
- Preloading: python313-base-3.13.13-2.2.x86_64.rpm [done]
- ..
- Preloading: libpython3_13-1_0-3.13.13-2.2.x86_64.rpm [done]
- .done]
- Retrieving: libgmpxx4-6.3.0-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (1/6),  17.6 KiB    
- Retrieving: libmpdec4-4.0.1-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (2/6),  87.5 KiB    
- Retrieving: gmp-devel-6.3.0-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (3/6), 306.0 KiB    
- Retrieving: libpython3_13-1_0-3.13.13-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (4/6),   1.9 MiB    
- Retrieving: python313-base-3.13.13-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (5/6),   9.2 MiB    
- Retrieving: python313-3.13.13-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (6/6), 430.1 KiB    
- 
- Checking for file conflicts: [...done]
- (1/6) Installing: libgmpxx4-6.3.0-5.4.x86_64 [..done]
- (2/6) Installing: libmpdec4-4.0.1-2.3.x86_64 [..done]
- (3/6) Installing: gmp-devel-6.3.0-5.4.x86_64 [.
- .done]
- (4/6) Installing: libpython3_13-1_0-3.13.13-2.2.x86_64 [...done]
- (5/6) Installing: python313-base-3.13.13-2.2.x86_64 [.......
- ...done]
- (6/6) Installing: python313-3.13.13-2.1.x86_64 [..done]
- Running post-transaction scripts [...done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-python-3.9.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> installed conf-c++.1.0
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-python-3.9.0.0
-> retrieved z3.4.16.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed z3.4.16.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-24 04:22.36 ---> saved as "7434180d3f3878a4686f811594f8e2faf7429600220e32e67bea4c1a48989137"
Job succeeded
2026-05-24 04:36.43: Job succeeded