(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 ubuntu-25.04-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:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63
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 "\"ubuntu-25.04\""; 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:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63-z3.4.16.0-4834f4da5c651b5c7ad2fb98572d52cd3bfab6e3"
2026-05-24 03:59.35: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63)
 (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 \"\\\"ubuntu-25.04\\\"\"; 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.35: 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:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63' locally
docker.io/ocaml/opam@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63: Pulling from ocaml/opam
c62190a9ab61: Already exists
3ffa5fa4c338: Pulling fs layer
1ad98d62710f: Pulling fs layer
32b7f1733f93: Pulling fs layer
60b6d784b3f1: Pulling fs layer
5a2a6d451e1f: Pulling fs layer
6331cc613db1: Pulling fs layer
cd17da539bcb: Pulling fs layer
a78785a8707a: Pulling fs layer
017a8e839984: Pulling fs layer
60b6d784b3f1: Waiting
6331cc613db1: Waiting
5a2a6d451e1f: Waiting
269878e77d3e: Pulling fs layer
cd17da539bcb: Waiting
d105ce9936af: Pulling fs layer
6a816e31a608: Pulling fs layer
a78785a8707a: Waiting
017a8e839984: Waiting
c561c5e7e836: Pulling fs layer
2c2bead92061: Pulling fs layer
269878e77d3e: Waiting
181b5e50467a: Pulling fs layer
6a816e31a608: Waiting
c561c5e7e836: Waiting
d105ce9936af: Waiting
181b5e50467a: Waiting
e1747048878a: Pulling fs layer
9964000ee5c2: Pulling fs layer
2c2bead92061: Waiting
2f528d56ff17: Pulling fs layer
9964000ee5c2: Waiting
0cae2e739013: Pulling fs layer
4f4fb700ef54: Pulling fs layer
0cae2e739013: Waiting
7b56ac9ded88: Pulling fs layer
02acd4f922b8: Pulling fs layer
7b56ac9ded88: Waiting
5820f3f0ac5b: Pulling fs layer
e1747048878a: Waiting
565d3d2f91e3: Pulling fs layer
02acd4f922b8: Waiting
5820f3f0ac5b: Waiting
6011b75baccf: Pulling fs layer
aa679525444d: Pulling fs layer
6011b75baccf: Waiting
6233cfda6bc6: Pulling fs layer
aa679525444d: Waiting
e337c50fadae: Pulling fs layer
2f528d56ff17: Waiting
68480da602a2: Pulling fs layer
fe8455ef7fdd: Pulling fs layer
e337c50fadae: Waiting
6233cfda6bc6: Waiting
68480da602a2: Waiting
565d3d2f91e3: Waiting
376ec1c1ff04: Pulling fs layer
62414c6876a0: Pulling fs layer
fe8455ef7fdd: Waiting
e13152495ead: Pulling fs layer
7237efe4b8d6: Pulling fs layer
62414c6876a0: Waiting
e13152495ead: Waiting
dcb6948decd1: Pulling fs layer
7237efe4b8d6: Waiting
9ef3e7aa87ba: Pulling fs layer
dcb6948decd1: Waiting
cd0bb5382221: Pulling fs layer
9ef3e7aa87ba: Waiting
20d240a069ed: Pulling fs layer
cd0bb5382221: Waiting
06d7e4208a1c: Pulling fs layer
20d240a069ed: Waiting
7a657e3645e2: Pulling fs layer
c921b91c9131: Pulling fs layer
7a657e3645e2: Waiting
0bf308db2801: Pulling fs layer
a6ce20e09802: Pulling fs layer
c921b91c9131: Waiting
0bf308db2801: Waiting
5f4d332f89f7: Pulling fs layer
5f4d332f89f7: Waiting
3ffa5fa4c338: Download complete
3ffa5fa4c338: Pull complete
1ad98d62710f: Pull complete
32b7f1733f93: Verifying Checksum
32b7f1733f93: Download complete
60b6d784b3f1: Verifying Checksum
60b6d784b3f1: Download complete
cd17da539bcb: Verifying Checksum
cd17da539bcb: Download complete
6331cc613db1: Verifying Checksum
6331cc613db1: Download complete
a78785a8707a: Verifying Checksum
a78785a8707a: Download complete
32b7f1733f93: Pull complete
60b6d784b3f1: Pull complete
017a8e839984: Verifying Checksum
017a8e839984: Download complete
5a2a6d451e1f: Verifying Checksum
5a2a6d451e1f: Download complete
269878e77d3e: Verifying Checksum
269878e77d3e: Download complete
d105ce9936af: Verifying Checksum
d105ce9936af: Download complete
c561c5e7e836: Verifying Checksum
c561c5e7e836: Download complete
6a816e31a608: Verifying Checksum
6a816e31a608: Download complete
2c2bead92061: Verifying Checksum
2c2bead92061: Download complete
181b5e50467a: Download complete
e1747048878a: Verifying Checksum
e1747048878a: Download complete
9964000ee5c2: Download complete
2f528d56ff17: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
7b56ac9ded88: Download complete
02acd4f922b8: Download complete
0cae2e739013: Download complete
565d3d2f91e3: Download complete
5820f3f0ac5b: Verifying Checksum
5820f3f0ac5b: Download complete
aa679525444d: Download complete
6011b75baccf: Verifying Checksum
6011b75baccf: Download complete
68480da602a2: Verifying Checksum
68480da602a2: Download complete
6233cfda6bc6: Verifying Checksum
6233cfda6bc6: Download complete
e337c50fadae: Download complete
fe8455ef7fdd: Verifying Checksum
fe8455ef7fdd: Download complete
376ec1c1ff04: Verifying Checksum
376ec1c1ff04: Download complete
62414c6876a0: Download complete
7237efe4b8d6: Verifying Checksum
7237efe4b8d6: Download complete
9ef3e7aa87ba: Verifying Checksum
9ef3e7aa87ba: Download complete
cd0bb5382221: Verifying Checksum
cd0bb5382221: Download complete
20d240a069ed: Verifying Checksum
20d240a069ed: Download complete
06d7e4208a1c: Verifying Checksum
06d7e4208a1c: Download complete
7a657e3645e2: Verifying Checksum
7a657e3645e2: Download complete
dcb6948decd1: Verifying Checksum
dcb6948decd1: Download complete
0bf308db2801: Download complete
a6ce20e09802: Verifying Checksum
a6ce20e09802: Download complete
5f4d332f89f7: Download complete
e13152495ead: Verifying Checksum
e13152495ead: Download complete
5a2a6d451e1f: Pull complete
6331cc613db1: Pull complete
cd17da539bcb: Pull complete
a78785a8707a: Pull complete
017a8e839984: Pull complete
269878e77d3e: Pull complete
d105ce9936af: Pull complete
6a816e31a608: Pull complete
c561c5e7e836: Pull complete
2c2bead92061: Pull complete
181b5e50467a: Pull complete
e1747048878a: Pull complete
9964000ee5c2: Pull complete
2f528d56ff17: Pull complete
0cae2e739013: Pull complete
4f4fb700ef54: Pull complete
7b56ac9ded88: Pull complete
02acd4f922b8: Pull complete
5820f3f0ac5b: Pull complete
565d3d2f91e3: Pull complete
6011b75baccf: Pull complete
aa679525444d: Pull complete
6233cfda6bc6: Pull complete
e337c50fadae: Pull complete
68480da602a2: Pull complete
fe8455ef7fdd: Pull complete
376ec1c1ff04: Pull complete
62414c6876a0: Pull complete
c921b91c9131: Verifying Checksum
c921b91c9131: Download complete
e13152495ead: Pull complete
7237efe4b8d6: Pull complete
dcb6948decd1: Pull complete
9ef3e7aa87ba: Pull complete
cd0bb5382221: Pull complete
20d240a069ed: Pull complete
06d7e4208a1c: Pull complete
7a657e3645e2: Pull complete
c921b91c9131: Pull complete
0bf308db2801: Pull complete
a6ce20e09802: Pull complete
5f4d332f89f7: Pull complete
Digest: sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63
Status: Downloaded newer image for ocaml/opam@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63
2026-05-24 03:59.45 ---> using "e46652951934a813efb0d6f84cbda4f6fef1559a7ac3cd152c83e05942bad382" 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-05-24 03:59.45 ---> using "4e19d41b5ed497bc0b8097e4021e5cd7312930fbb3308c23ed27c43b39550799" 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.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

[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
Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-24 03:59.45 ---> using "281140092245f77cc00bc33a32a5de7ffe250c401558537465b3859c2422fb48" 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.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=ubuntu os-version=25.04
# 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 03:59.45 ---> using "224f41cfc0de4619656bdfb519cb7e6a40a05e19e872166c979b2acbdefe6c07" 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-05-24 03:59.45 ---> using "fa9262d1888eeacf5d5c0040a2d176e2a0b3b831da1880824dd11b33c87ecf9a" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-24 03:59.54 ---> saved as "31f2a9e4cf33717ac40c86e85dc5b3dfb944c271f08ec30053e06fffec6f43f7"

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:2 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Reading package lists...
- 
2026-05-24 04:00.05 ---> saved as "092b6d5e03cbe4109c006a2941a430d185337a13af2b4c735b9601fd33ea8726"

/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:00.06 ---> saved as "776ce5ce3f954b9cc4df26cdfe38b514e2c3cb4f336a72774298ef2494f18f19"

/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 \"\\\"ubuntu-25.04\\\"\"; 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:
    libgmp-dev pkg-config python3

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config" "python3"
- Preconfiguring packages ...
- Selecting previously unselected package libpython3.13-minimal:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16533 files and directories currently installed.)
- Preparing to unpack .../libpython3.13-minimal_3.13.3-1ubuntu0.5_amd64.deb ...
- Unpacking libpython3.13-minimal:amd64 (3.13.3-1ubuntu0.5) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../python3.13-minimal_3.13.3-1ubuntu0.5_amd64.deb ...
- Unpacking python3.13-minimal (3.13.3-1ubuntu0.5) ...
- Setting up libpython3.13-minimal:amd64 (3.13.3-1ubuntu0.5) ...
- Setting up python3.13-minimal (3.13.3-1ubuntu0.5) ...
- Selecting previously unselected package python3-minimal.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16858 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.3-1_amd64.deb ...
- Unpacking python3-minimal (3.13.3-1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_13.0.0_all.deb ...
- Unpacking media-types (13.0.0) ...
- Selecting previously unselected package tzdata.
- Preparing to unpack .../2-tzdata_2025b-1ubuntu1.1_all.deb ...
- Unpacking tzdata (2025b-1ubuntu1.1) ...
- Selecting previously unselected package libpython3.13-stdlib:amd64.
- Preparing to unpack .../3-libpython3.13-stdlib_3.13.3-1ubuntu0.5_amd64.deb ...
- Unpacking libpython3.13-stdlib:amd64 (3.13.3-1ubuntu0.5) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../4-python3.13_3.13.3-1ubuntu0.5_amd64.deb ...
- Unpacking python3.13 (3.13.3-1ubuntu0.5) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.13.3-1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.13.3-1) ...
- Setting up python3-minimal (3.13.3-1) ...
- Selecting previously unselected package python3.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17825 files and directories currently installed.)
- Preparing to unpack .../0-python3_3.13.3-1_amd64.deb ...
- Unpacking python3 (3.13.3-1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../1-libgmpxx4ldbl_2%3a6.3.0+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../2-libgmp-dev_2%3a6.3.0+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../3-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../4-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../5-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../6-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up media-types (13.0.0) ...
- Setting up tzdata (2025b-1ubuntu1.1) ...
- 
- Current default time zone: 'Europe/London'
- Local time is now:      Sun May 24 05:00:15 BST 2026.
- Universal Time is now:  Sun May 24 04:00:15 UTC 2026.
- Run 'dpkg-reconfigure tzdata' if you wish to change it.
- 
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libpython3.13-stdlib:amd64 (3.13.3-1ubuntu0.5) ...
- Setting up libpython3-stdlib:amd64 (3.13.3-1) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Setting up python3.13 (3.13.3-1ubuntu0.5) ...
- Setting up python3 (3.13.3-1) ...
- running python rtupdate hooks for python3.13...
- running python post-rtupdate hooks for python3.13...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-6ubuntu1.2) ...

<><> 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:18.57 ---> saved as "20d6fef83f46f5924174dd5c2fe57ad4bca0e8b4a2ad01a5b67b093f5e8f1e51"
Job succeeded
2026-05-24 04:20.39: Job succeeded