- github
- ocaml
- opam-repository
- abbcdb
- compilers,4.12,mlgmpidl.1.2.15-1,lower-bounds
(not at the head of any monitored branch or PR)
2025-02-10 15:06.18: New job: build mlgmpidl.1.2.15-1, lower-bounds, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/26912/head (abbcdb2240dac4ec438fb04f3a5765f5a7c4c30a)
on debian-12-ocaml-4.12/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/26912/head" && git reset --hard abbcdb22
git fetch origin master
git merge --no-edit 36f4d2d5ceb882a79fd7d7f956b490201da67226
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.12@sha256:21c2e523558d2dfac4a92828004634b9fa63dfd2405d528d2a495eeb11ffacc9
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 mlgmpidl.1.2.15-1 1.2.15-1
RUN opam reinstall mlgmpidl.1.2.15-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 "\"debian-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'mlgmpidl.1.2.15-1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
ENV OPAMCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMFIXUPCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMUPGRADECRITERIA="+removed,+count[version-lag,solution]"
RUN opam reinstall mlgmpidl.1.2.15-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 "\"debian-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'mlgmpidl.1.2.15-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 .
2025-02-10 15:06.18: Using cache hint "ocaml/opam:debian-12-ocaml-4.12@sha256:21c2e523558d2dfac4a92828004634b9fa63dfd2405d528d2a495eeb11ffacc9-mlgmpidl.1.2.15-1-abbcdb2240dac4ec438fb04f3a5765f5a7c4c30a"
2025-02-10 15:06.18: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.12@sha256:21c2e523558d2dfac4a92828004634b9fa63dfd2405d528d2a495eeb11ffacc9)
(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 mlgmpidl.1.2.15-1 1.2.15-1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall mlgmpidl.1.2.15-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 \"\\\"debian-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'mlgmpidl.1.2.15-1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(env OPAMCRITERIA +removed,+count[version-lag,solution])
(env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
(env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall mlgmpidl.1.2.15-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 \"\\\"debian-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'mlgmpidl.1.2.15-1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-02-10 15:06.18: Waiting for resource in pool OCluster
2025-02-10 16:40.36: Waiting for worker…
2025-02-10 16:43.55: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files: 59% (13851/23304)
Updating files: 60% (13983/23304)
Updating files: 61% (14216/23304)
Updating files: 62% (14449/23304)
Updating files: 63% (14682/23304)
Updating files: 64% (14915/23304)
Updating files: 65% (15148/23304)
Updating files: 66% (15381/23304)
Updating files: 67% (15614/23304)
Updating files: 68% (15847/23304)
Updating files: 69% (16080/23304)
Updating files: 70% (16313/23304)
Updating files: 71% (16546/23304)
Updating files: 72% (16779/23304)
Updating files: 73% (17012/23304)
Updating files: 74% (17245/23304)
Updating files: 75% (17478/23304)
Updating files: 76% (17712/23304)
Updating files: 77% (17945/23304)
Updating files: 78% (18178/23304)
Updating files: 79% (18411/23304)
Updating files: 80% (18644/23304)
Updating files: 81% (18877/23304)
Updating files: 82% (19110/23304)
Updating files: 83% (19343/23304)
Updating files: 84% (19576/23304)
Updating files: 85% (19809/23304)
Updating files: 86% (20042/23304)
Updating files: 87% (20275/23304)
Updating files: 88% (20508/23304)
Updating files: 89% (20741/23304)
Updating files: 90% (20974/23304)
Updating files: 91% (21207/23304)
Updating files: 92% (21440/23304)
Updating files: 93% (21673/23304)
Updating files: 94% (21906/23304)
Updating files: 95% (22139/23304)
Updating files: 96% (22372/23304)
Updating files: 97% (22605/23304)
Updating files: 98% (22838/23304)
Updating files: 99% (23071/23304)
Updating files: 100% (23304/23304)
Updating files: 100% (23304/23304), done.
HEAD is now at 36f4d2d5ce Merge pull request #27169 from Frigory33/release-allegro5-0.1
Merge made by the 'ort' strategy.
packages/mlgmpidl/mlgmpidl.1.2.15-1/opam | 43 ++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
create mode 100644 packages/mlgmpidl/mlgmpidl.1.2.15-1/opam
(from ocaml/opam:debian-12-ocaml-4.12@sha256:21c2e523558d2dfac4a92828004634b9fa63dfd2405d528d2a495eeb11ffacc9)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.12@sha256:21c2e523558d2dfac4a92828004634b9fa63dfd2405d528d2a495eeb11ffacc9' locally
docker.io/ocaml/opam@sha256:21c2e523558d2dfac4a92828004634b9fa63dfd2405d528d2a495eeb11ffacc9: Pulling from ocaml/opam
4e612cf422df: Pulling fs layer
4e612cf422df: Waiting
4e612cf422df: Verifying Checksum
4e612cf422df: Download complete
4e612cf422df: Pull complete
Digest: sha256:21c2e523558d2dfac4a92828004634b9fa63dfd2405d528d2a495eeb11ffacc9
Status: Downloaded newer image for ocaml/opam@sha256:21c2e523558d2dfac4a92828004634b9fa63dfd2405d528d2a495eeb11ffacc9
2025-02-10 16:44.04 ---> using "eff52e8039d0d201a3f2d6a9b6ad959734fc5962032cd2edc4538e3839a55c25" 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-02-10 16:44.04 ---> using "fe63e6db09b21491a5161868d3017482e5c76fd25feb5c6d6aa95a88a0d7fa8f" 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 development 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 39 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=39 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-02-10 16:44.04 ---> using "925eea1bcf3a02df89d233a2ff0051f6f4f6d18016b436088dc3715646c02af4" 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.4.0~alpha1~dev (747e73667ad9d054b0f736be205c0013e1bec087)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=12
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (local), 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.12
# invariant ["ocaml-base-compiler" {= "4.12.1"}]
# compiler-packages ocaml-base-compiler.4.12.1, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.12/lib/ocaml/stublibs:/home/opam/.opam/4.12/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.12.1
2025-02-10 16:44.04 ---> using "ee778f3a9bad4fc5d94f2bcead28b193482b8c31ea716c3a60cb791eb0510e4e" 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-02-10 16:44.04 ---> using "8885f0e1ed1ce82ed989e176cd79e5e9276d30b0789af2b9919533ca6f47c1af" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-02-10 16:45.04 ---> saved as "f912d7655684bc857318e123fdabf1498c8c3e6d03351f0b05c911a7d2c64357"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-02-10 16:46.04 ---> saved as "7ce21ad1f9dec924bde3813c2e9a804df6f174bcd0a5b91c3bff62cb95f30846"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [244 kB]
- Fetched 348 kB in 0s (742 kB/s)
- Reading package lists...
-
2025-02-10 16:46.06 ---> saved as "49ddb9f21a35c0573bc3299f570b667e6d25a7546d92417f3de1527e4a6253d8"
/home/opam: (run (shell "opam pin add -k version -yn mlgmpidl.1.2.15-1 1.2.15-1"))
mlgmpidl is now pinned to version 1.2.15-1
2025-02-10 16:46.08 ---> saved as "ce1b42c04a8b58cb906fbcb14b5c1a22a09cc4cab017d329bc4911b491f20af9"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall mlgmpidl.1.2.15-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 \"\\\"debian-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'mlgmpidl.1.2.15-1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
mlgmpidl.1.2.15-1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 9 packages
- install bigarray-compat 1.1.0 [required by mlgmpidl]
- install camlidl 1.12 [required by mlgmpidl]
- install conf-gmp 4 [required by mlgmpidl]
- install conf-mpfr 3 [required by mlgmpidl]
- install conf-perl 2 [required by mlgmpidl]
- install conf-pkg-config 4 [required by conf-mpfr]
- install dune 3.17.2 [required by bigarray-compat]
- install mlgmpidl 1.2.15-1 (pinned)
- install ocamlfind 1.9.8 [required by mlgmpidl]
The following system packages will first need to be installed:
libgmp-dev libmpfr-dev pkg-config
<><> 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" "libmpfr-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl: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 ... 18745 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libmpfr-dev:amd64.
- Preparing to unpack .../2-libmpfr-dev_4.2.0-1_amd64.deb ...
- Unpacking libmpfr-dev:amd64 (4.2.0-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../3-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../4-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../5-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../6-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libmpfr-dev:amd64 (4.2.0-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u9) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved camlidl.1.12 (cached)
-> retrieved conf-gmp.4 (cached)
-> retrieved conf-mpfr.3 (cached)
-> installed conf-perl.2
-> installed conf-pkg-config.4
-> installed conf-gmp.4
-> installed conf-mpfr.3
-> retrieved dune.3.17.2 (cached)
-> installed camlidl.1.12
-> retrieved mlgmpidl.1.2.15-1 (https://github.com/nberth/mlgmpidl/archive/1.2.15.tar.gz)
-> retrieved ocamlfind.1.9.8 (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.17.2
-> installed bigarray-compat.1.1.0
-> installed mlgmpidl.1.2.15-1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-10 16:47.02 ---> saved as "251eac58328a117aa9dabcdd12c9c7259db07b44fd6d3ba3039dc6ebce95646e"
/home/opam: (env OPAMCRITERIA +removed,+count[version-lag,solution])
/home/opam: (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
/home/opam: (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall mlgmpidl.1.2.15-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 \"\\\"debian-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'mlgmpidl.1.2.15-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:
=== remove 1 package
- remove conf-pkg-config 4
=== downgrade 7 packages
- downgrade bigarray-compat 1.1.0 to 1.0.0 [required by mlgmpidl]
- downgrade camlidl 1.12 to 1.05 [required by mlgmpidl]
- downgrade conf-gmp 4 to 1 [required by mlgmpidl]
- downgrade conf-mpfr 3 to 1 [required by mlgmpidl]
- downgrade conf-perl 2 to 1 [required by mlgmpidl]
- downgrade dune 3.17.2 to 2.8.0 [required by bigarray-compat]
- downgrade ocamlfind 1.9.8 to 1.8.1 [required by mlgmpidl]
=== recompile 1 package
- recompile mlgmpidl 1.2.15-1 (pinned)
=== install 1 package
- install conf-m4 1 [required by ocamlfind]
The following system packages will first need to be installed:
m4
<><> 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" "m4"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package m4.
- (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 ... 18817 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Setting up m4 (1.4.19-3) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.0.0 (cached)
-> retrieved camlidl.1.05 (cached)
-> retrieved conf-gmp.1 (cached)
-> retrieved conf-mpfr.1 (cached)
-> installed conf-m4.1
-> retrieved dune.2.8.0 (cached)
-> retrieved mlgmpidl.1.2.15-1 (cached)
-> retrieved ocamlfind.1.8.1 (cached)
-> removed mlgmpidl.1.2.15-1
-> removed bigarray-compat.1.1.0
-> removed camlidl.1.12
-> removed conf-mpfr.3
-> removed conf-gmp.4
-> removed conf-perl.2
-> removed conf-pkg-config.4
-> removed dune.3.17.2
-> removed ocamlfind.1.9.8
-> installed camlidl.1.05
-> installed conf-gmp.1
-> installed conf-perl.1
-> installed dune.2.8.0
-> installed ocamlfind.1.8.1
-> installed bigarray-compat.1.0.0
-> installed conf-mpfr.1
-> installed mlgmpidl.1.2.15-1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-10 16:47.40 ---> saved as "4566cd3ad671743236e8c311a6a732ccba9ce4cb95ea543199f58f4039da0b4e"
Job succeeded
2025-02-10 16:47.49: Job succeeded