(for PR #28827)
2025-11-10 16:57.22: New job: test fehu.1.0.0~alpha2, using opam 2.1
from https://github.com/ocaml/opam-repository.git#refs/pull/28827/head (3adacbc6aba2762d0750bc10bb58285f6b461c46)
on debian-13-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/28827/head" && git reset --hard 3adacbc6
git fetch origin master
git merge --no-edit b6a264c784afa1e19f7a926fc10d49010ad12be4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:0b68f45799a4ff0af182b78277d652e076097f37cbcb04aa9d74bfbd7d300e58
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.1 /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 fehu.1.0.0~alpha2 1.0.0~alpha2
RUN opam reinstall fehu.1.0.0~alpha2; \
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-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'fehu.1.0.0~alpha2' && 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 fehu.1.0.0~alpha2) || true
RUN opam reinstall --with-test --verbose fehu.1.0.0~alpha2; \
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-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'fehu.1.0.0~alpha2' && 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-11-10 16:57.22: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:0b68f45799a4ff0af182b78277d652e076097f37cbcb04aa9d74bfbd7d300e58-fehu.1.0.0~alpha2-3adacbc6aba2762d0750bc10bb58285f6b461c46"
2025-11-10 16:57.22: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:0b68f45799a4ff0af182b78277d652e076097f37cbcb04aa9d74bfbd7d300e58)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.1 /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 fehu.1.0.0~alpha2 1.0.0~alpha2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall fehu.1.0.0~alpha2;\
\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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'fehu.1.0.0~alpha2' && 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 fehu.1.0.0~alpha2) || true"))
(run (shell "opam reinstall --with-test --verbose fehu.1.0.0~alpha2;\
\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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'fehu.1.0.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-10 16:57.22: Waiting for resource in pool OCluster
2025-11-10 22:26.41: Waiting for worker…
2025-11-10 22:29.51: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files: 63% (11924/18716)
Updating files: 64% (11979/18716)
Updating files: 65% (12166/18716)
Updating files: 66% (12353/18716)
Updating files: 67% (12540/18716)
Updating files: 68% (12727/18716)
Updating files: 69% (12915/18716)
Updating files: 70% (13102/18716)
Updating files: 71% (13289/18716)
Updating files: 72% (13476/18716)
Updating files: 73% (13663/18716)
Updating files: 74% (13850/18716)
Updating files: 75% (14037/18716)
Updating files: 76% (14225/18716)
Updating files: 77% (14412/18716)
Updating files: 78% (14599/18716)
Updating files: 79% (14786/18716)
Updating files: 80% (14973/18716)
Updating files: 81% (15160/18716)
Updating files: 82% (15348/18716)
Updating files: 83% (15535/18716)
Updating files: 84% (15722/18716)
Updating files: 85% (15909/18716)
Updating files: 86% (16096/18716)
Updating files: 87% (16283/18716)
Updating files: 88% (16471/18716)
Updating files: 89% (16658/18716)
Updating files: 90% (16845/18716)
Updating files: 91% (17032/18716)
Updating files: 92% (17219/18716)
Updating files: 93% (17406/18716)
Updating files: 94% (17594/18716)
Updating files: 95% (17781/18716)
Updating files: 96% (17968/18716)
Updating files: 97% (18155/18716)
Updating files: 98% (18342/18716)
Updating files: 99% (18529/18716)
Updating files: 100% (18716/18716)
Updating files: 100% (18716/18716), done.
HEAD is now at b6a264c784 Merge pull request #28853 from AltGr/catala100
Merge made by the 'ort' strategy.
packages/fehu/fehu.1.0.0~alpha2/opam | 49 +++++++++++++++
packages/hugin/hugin.1.0.0~alpha2/opam | 49 +++++++++++++++
packages/kaun/kaun.1.0.0~alpha2/opam | 50 ++++++++++++++++
packages/nx-datasets/nx-datasets.1.0.0~alpha2/opam | 54 +++++++++++++++++
packages/nx/nx.1.0.0~alpha2/opam | 65 ++++++++++++++++++++
packages/quill/quill.1.0.0~alpha2/opam | 70 ++++++++++++++++++++++
packages/raven/raven.1.0.0~alpha2/opam | 53 ++++++++++++++++
packages/rune/rune.1.0.0~alpha2/opam | 56 +++++++++++++++++
packages/saga/saga.1.0.0~alpha2/opam | 49 +++++++++++++++
packages/sowilo/sowilo.1.0.0~alpha2/opam | 47 +++++++++++++++
packages/talon/talon.1.0.0~alpha2/opam | 48 +++++++++++++++
11 files changed, 590 insertions(+)
create mode 100644 packages/fehu/fehu.1.0.0~alpha2/opam
create mode 100644 packages/hugin/hugin.1.0.0~alpha2/opam
create mode 100644 packages/kaun/kaun.1.0.0~alpha2/opam
create mode 100644 packages/nx-datasets/nx-datasets.1.0.0~alpha2/opam
create mode 100644 packages/nx/nx.1.0.0~alpha2/opam
create mode 100644 packages/quill/quill.1.0.0~alpha2/opam
create mode 100644 packages/raven/raven.1.0.0~alpha2/opam
create mode 100644 packages/rune/rune.1.0.0~alpha2/opam
create mode 100644 packages/saga/saga.1.0.0~alpha2/opam
create mode 100644 packages/sowilo/sowilo.1.0.0~alpha2/opam
create mode 100644 packages/talon/talon.1.0.0~alpha2/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:0b68f45799a4ff0af182b78277d652e076097f37cbcb04aa9d74bfbd7d300e58)
2025-11-10 22:29.55 ---> using "9f1bc9b76367c8d29be355965b06cbbd4aeb05818e6e1915136daad8eabad361" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2025-11-10 22:29.55 ---> using "acfc9e569083cd2ee58be25278070a5855d4befc56972da0bafeedc1a44be5be" 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.1, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-10 22:29.55 ---> using "edc944623dfedaff8608c833e4102ad6b42aaaa83d5705caeeb5a73c0de392da" 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.1.6 (263921263e1f745613e2882745114b7b08f3608b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria
# upgrade-criteria
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# 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-11-10 22:29.55 ---> using "9d886d56fb2a6f589f059e9cf5c38236bc18fa6c8a531f6c320fae755aea4757" 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-11-10 22:29.55 ---> using "7b9fa0c9fcb4c82877ed5e860200e5d69875715c863d193d1d9ad87de0e5cde3" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 22:31.01 ---> saved as "e3a4dd30da7829becfaa82915cbc1e0ba2316c64a34110750e3166a6c8fd336f"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 22:31.22 ---> saved as "27fec93969d68a50b3a6044d598650ae8b42e0ecedbca42fd92ce2ce3816fa46"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [69.3 kB]
- Fetched 160 kB in 0s (617 kB/s)
- Reading package lists...
-
2025-11-10 22:31.25 ---> saved as "42cf28fb63d8d33d78b83ab9ea9d629e4589df5e7f5c782c134868dba7f62b50"
/home/opam: (run (shell "opam pin add -k version -yn fehu.1.0.0~alpha2 1.0.0~alpha2"))
fehu is now pinned to version 1.0.0~alpha2
2025-11-10 22:31.26 ---> saved as "fab28cb1d4f5c8ee02d85b936d3403899eac5bf3c74b815f755b327bf07b38da"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall fehu.1.0.0~alpha2;\
\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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'fehu.1.0.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
fehu.1.0.0~alpha2 is not installed. Install it? [Y/n] y
[ERROR] In the opam file for ocurl.transition:
- At /home/opam/.opam/repo/default/packages/ocurl/ocurl.transition/opam:17:0-17:17::
Unknown package flags deprecated ignored
'flags' has been ignored.
The following actions will be performed:
- install ocamlbuild 0.16.1 [required by logs]
- install conf-bash 1 [required by conf-llvm-static]
- install conf-pkg-config 4 [required by nx, ctypes-foreign]
- install ocamlfind 1.9.8 [required by logs]
- install conf-libcurl 2 [required by curl]
- install dune 3.20.2 [required by fehu]
- install conf-llvm-static 19 [required by rune]
- install conf-zlib 1 [required by nx]
- install conf-libffi 2.0.0 [required by ctypes-foreign]
- install topkg 1.1.1 [required by logs]
- install base-bytes base [required by csv]
- install yojson 3.0.0 [required by fehu]
- install thread-table 1.0.0 [required by domain-local-await]
- install stdlib-shims 0.3.0 [required by nx]
- install re 1.14.0 [required by saga]
- install multicore-magic 2.3.1 [required by saturn]
- install csexp 1.5.2 [required by dune-configurator]
- install cppo 1.8.0 [required by lwt]
- install bigarray-compat 1.1.0 [required by ctypes]
- install backoff 0.1.1 [required by saturn]
- install uutf 1.0.4 [required by saga]
- install uucp 17.0.0 [required by saga]
- install csv 2.4 [required by nx-datasets]
- install domain-local-await 1.0.1 [required by domainslib]
- install integers 0.7.0 [required by ctypes]
- install dune-configurator 3.20.2 [required by rune]
- install ocplib-endian 1.2 [required by lwt]
- install saturn 1.0.0 [required by domainslib]
- install nx 1.0.0~alpha2 [required by rune, nx-datasets, saga]
- install curl 0.10.0 [required by ocurl]
- install ctypes 0.23.0 [required by rune]
- install lwt 5.9.2 [required by logs]
- install domainslib 0.5.2 [required by kaun]
- install saga 1.0.0~alpha2 [required by kaun]
- install ctypes-foreign 0.23.0 [required by rune]
- install logs 0.10.0 [required by kaun]
- install curl_lwt 0.10.0 [required by ocurl]
- install rune 1.0.0~alpha2 [required by fehu]
- install ocurl transition [required by nx-datasets]
- install nx-datasets 1.0.0~alpha2 [required by kaun]
- install kaun 1.0.0~alpha2 [required by fehu]
- install fehu 1.0.0~alpha2*
===== 42 to install =====
The following system packages will first need to be installed:
libcurl4-gnutls-dev libffi-dev liblapacke-dev libopenblas-dev llvm-19-dev pkg-config zlib1g-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev" "libffi-dev" "liblapacke-dev" "libopenblas-dev" "llvm-19-dev" "pkg-config" "zlib1g-dev"
- Selecting previously unselected package libpipeline1: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 ... 20653 files and directories currently installed.)
- Preparing to unpack .../libpipeline1_1.5.8-1_amd64.deb ...
- Unpacking libpipeline1:amd64 (1.5.8-1) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../binfmt-support_2.2.2-7_amd64.deb ...
- Unpacking binfmt-support (2.2.2-7) ...
- Selecting previously unselected package libpython3.13-minimal:amd64.
- Preparing to unpack .../libpython3.13-minimal_3.13.5-2_amd64.deb ...
- Unpacking libpython3.13-minimal:amd64 (3.13.5-2) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../python3.13-minimal_3.13.5-2_amd64.deb ...
- Unpacking python3.13-minimal (3.13.5-2) ...
- Setting up libpython3.13-minimal:amd64 (3.13.5-2) ...
- Setting up python3.13-minimal (3.13.5-2) ...
- 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 ... 21000 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.5-1_amd64.deb ...
- Unpacking python3-minimal (3.13.5-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 readline-common.
- Preparing to unpack .../2-readline-common_8.2-6_all.deb ...
- Unpacking readline-common (8.2-6) ...
- Selecting previously unselected package libreadline8t64:amd64.
- Preparing to unpack .../3-libreadline8t64_8.2-6_amd64.deb ...
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:amd64 (8.2-6) ...
- Selecting previously unselected package libpython3.13-stdlib:amd64.
- Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_amd64.deb ...
- Unpacking libpython3.13-stdlib:amd64 (3.13.5-2) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../5-python3.13_3.13.5-2_amd64.deb ...
- Unpacking python3.13 (3.13.5-2) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.13.5-1) ...
- Setting up python3-minimal (3.13.5-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 ... 21486 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.13.5-1_amd64.deb ...
- Unpacking python3 (3.13.5-1) ...
- Selecting previously unselected package comerr-dev:amd64.
- Preparing to unpack .../01-comerr-dev_2.1-1.47.2-3+b3_amd64.deb ...
- Unpacking comerr-dev:amd64 (2.1-1.47.2-3+b3) ...
- Selecting previously unselected package libgssrpc4t64:amd64.
- Preparing to unpack .../02-libgssrpc4t64_1.21.3-5_amd64.deb ...
- Unpacking libgssrpc4t64:amd64 (1.21.3-5) ...
- Selecting previously unselected package libkadm5clnt-mit12:amd64.
- Preparing to unpack .../03-libkadm5clnt-mit12_1.21.3-5_amd64.deb ...
- Unpacking libkadm5clnt-mit12:amd64 (1.21.3-5) ...
- Selecting previously unselected package libkdb5-10t64:amd64.
- Preparing to unpack .../04-libkdb5-10t64_1.21.3-5_amd64.deb ...
- Unpacking libkdb5-10t64:amd64 (1.21.3-5) ...
- Selecting previously unselected package libkadm5srv-mit12:amd64.
- Preparing to unpack .../05-libkadm5srv-mit12_1.21.3-5_amd64.deb ...
- Unpacking libkadm5srv-mit12:amd64 (1.21.3-5) ...
- Selecting previously unselected package krb5-multidev:amd64.
- Preparing to unpack .../06-krb5-multidev_1.21.3-5_amd64.deb ...
- Unpacking krb5-multidev:amd64 (1.21.3-5) ...
- Selecting previously unselected package libblas3:amd64.
- Preparing to unpack .../07-libblas3_3.12.1-6_amd64.deb ...
- Unpacking libblas3:amd64 (3.12.1-6) ...
- Selecting previously unselected package libblas-dev:amd64.
- Preparing to unpack .../08-libblas-dev_3.12.1-6_amd64.deb ...
- Unpacking libblas-dev:amd64 (3.12.1-6) ...
- Selecting previously unselected package libbrotli-dev:amd64.
- Preparing to unpack .../09-libbrotli-dev_1.1.0-2+b7_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.1.0-2+b7) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../10-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../11-libz3-4_4.13.3-1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.13.3-1) ...
- Selecting previously unselected package libllvm19:amd64.
- Preparing to unpack .../12-libllvm19_1%3a19.1.7-3+b1_amd64.deb ...
- Unpacking libllvm19:amd64 (1:19.1.7-3+b1) ...
- Selecting previously unselected package libclang-cpp19.
- Preparing to unpack .../13-libclang-cpp19_1%3a19.1.7-3+b1_amd64.deb ...
- Unpacking libclang-cpp19 (1:19.1.7-3+b1) ...
- Selecting previously unselected package libevent-2.1-7t64:amd64.
- Preparing to unpack .../14-libevent-2.1-7t64_2.1.12-stable-10+b1_amd64.deb ...
- Unpacking libevent-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Selecting previously unselected package libunbound8:amd64.
- Preparing to unpack .../15-libunbound8_1.22.0-2_amd64.deb ...
- Unpacking libunbound8:amd64 (1.22.0-2) ...
- Selecting previously unselected package libgnutls-dane0t64:amd64.
- Preparing to unpack .../16-libgnutls-dane0t64_3.8.9-3_amd64.deb ...
- Unpacking libgnutls-dane0t64:amd64 (3.8.9-3) ...
- Selecting previously unselected package libgnutls-openssl27t64:amd64.
- Preparing to unpack .../17-libgnutls-openssl27t64_3.8.9-3_amd64.deb ...
- Unpacking libgnutls-openssl27t64:amd64 (3.8.9-3) ...
- Selecting previously unselected package libidn2-dev:amd64.
- Preparing to unpack .../18-libidn2-dev_2.3.8-2_amd64.deb ...
- Unpacking libidn2-dev:amd64 (2.3.8-2) ...
- Selecting previously unselected package libp11-kit-dev:amd64.
- Preparing to unpack .../19-libp11-kit-dev_0.25.5-3_amd64.deb ...
- Unpacking libp11-kit-dev:amd64 (0.25.5-3) ...
- Selecting previously unselected package libtasn1-6-dev:amd64.
- Preparing to unpack .../20-libtasn1-6-dev_4.20.0-2_amd64.deb ...
- Unpacking libtasn1-6-dev:amd64 (4.20.0-2) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../21-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../22-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package nettle-dev:amd64.
- Preparing to unpack .../23-nettle-dev_3.10.1-1_amd64.deb ...
- Unpacking nettle-dev:amd64 (3.10.1-1) ...
- Selecting previously unselected package libgnutls28-dev:amd64.
- Preparing to unpack .../24-libgnutls28-dev_3.8.9-3_amd64.deb ...
- Unpacking libgnutls28-dev:amd64 (3.8.9-3) ...
- Selecting previously unselected package libkrb5-dev:amd64.
- Preparing to unpack .../25-libkrb5-dev_1.21.3-5_amd64.deb ...
- Unpacking libkrb5-dev:amd64 (1.21.3-5) ...
- Selecting previously unselected package libldap-dev:amd64.
- Preparing to unpack .../26-libldap-dev_2.6.10+dfsg-1_amd64.deb ...
- Unpacking libldap-dev:amd64 (2.6.10+dfsg-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../27-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../28-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../29-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package libnghttp2-dev:amd64.
- Preparing to unpack .../30-libnghttp2-dev_1.64.0-1.1_amd64.deb ...
- Unpacking libnghttp2-dev:amd64 (1.64.0-1.1) ...
- Selecting previously unselected package libnghttp3-dev:amd64.
- Preparing to unpack .../31-libnghttp3-dev_1.8.0-1_amd64.deb ...
- Unpacking libnghttp3-dev:amd64 (1.8.0-1) ...
- Selecting previously unselected package libngtcp2-crypto-gnutls-dev:amd64.
- Preparing to unpack .../32-libngtcp2-crypto-gnutls-dev_1.11.0-1_amd64.deb ...
- Unpacking libngtcp2-crypto-gnutls-dev:amd64 (1.11.0-1) ...
- Selecting previously unselected package libngtcp2-dev:amd64.
- Preparing to unpack .../33-libngtcp2-dev_1.11.0-1_amd64.deb ...
- Unpacking libngtcp2-dev:amd64 (1.11.0-1) ...
- Selecting previously unselected package libpsl-dev:amd64.
- Preparing to unpack .../34-libpsl-dev_0.21.2-1.1+b1_amd64.deb ...
- Unpacking libpsl-dev:amd64 (0.21.2-1.1+b1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../35-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package librtmp-dev:amd64.
- Preparing to unpack .../36-librtmp-dev_2.4+20151223.gitfa8646d.1-2+b5_amd64.deb ...
- Unpacking librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../37-libssl-dev_3.5.1-1+deb13u1_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.5.1-1+deb13u1) ...
- Selecting previously unselected package libssh2-1-dev:amd64.
- Preparing to unpack .../38-libssh2-1-dev_1.11.1-1_amd64.deb ...
- Unpacking libssh2-1-dev:amd64 (1.11.1-1) ...
- Selecting previously unselected package libcurl4-gnutls-dev:amd64.
- Preparing to unpack .../39-libcurl4-gnutls-dev_8.14.1-2_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (8.14.1-2) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../40-libffi-dev_3.4.8-2_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.8-2) ...
- Selecting previously unselected package libgfortran5:amd64.
- Preparing to unpack .../41-libgfortran5_14.2.0-19_amd64.deb ...
- Unpacking libgfortran5:amd64 (14.2.0-19) ...
- Selecting previously unselected package libopenblas0-pthread:amd64.
- Preparing to unpack .../42-libopenblas0-pthread_0.3.29+ds-3_amd64.deb ...
- Unpacking libopenblas0-pthread:amd64 (0.3.29+ds-3) ...
- Selecting previously unselected package liblapack3:amd64.
- Preparing to unpack .../43-liblapack3_3.12.1-6_amd64.deb ...
- Unpacking liblapack3:amd64 (3.12.1-6) ...
- Selecting previously unselected package libopenblas-pthread-dev:amd64.
- Preparing to unpack .../44-libopenblas-pthread-dev_0.3.29+ds-3_amd64.deb ...
- Unpacking libopenblas-pthread-dev:amd64 (0.3.29+ds-3) ...
- Selecting previously unselected package liblapack-dev:amd64.
- Preparing to unpack .../45-liblapack-dev_3.12.1-6_amd64.deb ...
- Unpacking liblapack-dev:amd64 (3.12.1-6) ...
- Selecting previously unselected package libtmglib3:amd64.
- Preparing to unpack .../46-libtmglib3_3.12.1-6_amd64.deb ...
- Unpacking libtmglib3:amd64 (3.12.1-6) ...
- Selecting previously unselected package liblapacke:amd64.
- Preparing to unpack .../47-liblapacke_3.12.1-6_amd64.deb ...
- Unpacking liblapacke:amd64 (3.12.1-6) ...
- Selecting previously unselected package libtmglib-dev:amd64.
- Preparing to unpack .../48-libtmglib-dev_3.12.1-6_amd64.deb ...
- Unpacking libtmglib-dev:amd64 (3.12.1-6) ...
- Selecting previously unselected package liblapacke-dev:amd64.
- Preparing to unpack .../49-liblapacke-dev_3.12.1-6_amd64.deb ...
- Unpacking liblapacke-dev:amd64 (3.12.1-6) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../50-libncurses6_6.5+20250216-2_amd64.deb ...
- Unpacking libncurses6:amd64 (6.5+20250216-2) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../51-libncurses-dev_6.5+20250216-2_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.5+20250216-2) ...
- Selecting previously unselected package libopenblas0:amd64.
- Preparing to unpack .../52-libopenblas0_0.3.29+ds-3_amd64.deb ...
- Unpacking libopenblas0:amd64 (0.3.29+ds-3) ...
- Selecting previously unselected package libopenblas-dev:amd64.
- Preparing to unpack .../53-libopenblas-dev_0.3.29+ds-3_amd64.deb ...
- Unpacking libopenblas-dev:amd64 (0.3.29+ds-3) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../54-libpfm4_4.13.0+git99-gc5587f9-1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.13.0+git99-gc5587f9-1) ...
- Selecting previously unselected package libtasn1-doc.
- Preparing to unpack .../55-libtasn1-doc_4.20.0-2_all.deb ...
- Unpacking libtasn1-doc (4.20.0-2) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../56-libxml2-dev_2.12.7+dfsg+really2.9.14-2.1+deb13u1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../57-libyaml-0-2_0.2.5-2_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.5-2) ...
- Selecting previously unselected package libz3-dev:amd64.
- Preparing to unpack .../58-libz3-dev_4.13.3-1_amd64.deb ...
- Unpacking libz3-dev:amd64 (4.13.3-1) ...
- Selecting previously unselected package llvm-19-runtime.
- Preparing to unpack .../59-llvm-19-runtime_1%3a19.1.7-3+b1_amd64.deb ...
- Unpacking llvm-19-runtime (1:19.1.7-3+b1) ...
- Selecting previously unselected package llvm-19-linker-tools.
- Preparing to unpack .../60-llvm-19-linker-tools_1%3a19.1.7-3+b1_amd64.deb ...
- Unpacking llvm-19-linker-tools (1:19.1.7-3+b1) ...
- Selecting previously unselected package llvm-19.
- Preparing to unpack .../61-llvm-19_1%3a19.1.7-3+b1_amd64.deb ...
- Unpacking llvm-19 (1:19.1.7-3+b1) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../62-python3-pygments_2.18.0+dfsg-2_all.deb ...
- Unpacking python3-pygments (2.18.0+dfsg-2) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../63-python3-yaml_6.0.2-1+b2_amd64.deb ...
- Unpacking python3-yaml (6.0.2-1+b2) ...
- Selecting previously unselected package llvm-19-tools.
- Preparing to unpack .../64-llvm-19-tools_1%3a19.1.7-3+b1_amd64.deb ...
- Unpacking llvm-19-tools (1:19.1.7-3+b1) ...
- Selecting previously unselected package llvm-19-dev.
- Preparing to unpack .../65-llvm-19-dev_1%3a19.1.7-3+b1_amd64.deb ...
- Unpacking llvm-19-dev (1:19.1.7-3+b1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../66-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 libpipeline1:amd64 (1.5.8-1) ...
- Setting up libgnutls-openssl27t64:amd64 (3.8.9-3) ...
- Setting up libyaml-0-2:amd64 (0.2.5-2) ...
- Setting up libtasn1-doc (4.20.0-2) ...
- Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Setting up libngtcp2-crypto-gnutls-dev:amd64 (1.11.0-1) ...
- Setting up libngtcp2-dev:amd64 (1.11.0-1) ...
- Setting up libffi-dev:amd64 (3.4.8-2) ...
- Setting up libpsl-dev:amd64 (0.21.2-1.1+b1) ...
- Setting up libz3-4:amd64 (4.13.3-1) ...
- Setting up libblas3:amd64 (3.12.1-6) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
- Setting up libunbound8:amd64 (1.22.0-2) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libpfm4:amd64 (4.13.0+git99-gc5587f9-1) ...
- Setting up libgnutls-dane0t64:amd64 (3.8.9-3) ...
- Setting up libgssrpc4t64:amd64 (1.21.3-5) ...
- Setting up libldap-dev:amd64 (2.6.10+dfsg-1) ...
- Setting up libncurses6:amd64 (6.5+20250216-2) ...
- Setting up comerr-dev:amd64 (2.1-1.47.2-3+b3) ...
- Setting up libssl-dev:amd64 (3.5.1-1+deb13u1) ...
- Setting up binfmt-support (2.2.2-7) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libidn2-dev:amd64 (2.3.8-2) ...
- Setting up libgfortran5:amd64 (14.2.0-19) ...
- Setting up libnghttp3-dev:amd64 (1.8.0-1) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libtasn1-6-dev:amd64 (4.20.0-2) ...
- Setting up readline-common (8.2-6) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Setting up libbrotli-dev:amd64 (1.1.0-2+b7) ...
- Setting up libp11-kit-dev:amd64 (0.25.5-3) ...
- Setting up libblas-dev:amd64 (3.12.1-6) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode
- Setting up libkadm5clnt-mit12:amd64 (1.21.3-5) ...
- Setting up libllvm19:amd64 (1:19.1.7-3+b1) ...
- Setting up libz3-dev:amd64 (4.13.3-1) ...
- Setting up liblapack3:amd64 (3.12.1-6) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
- Setting up libncurses-dev:amd64 (6.5+20250216-2) ...
- Setting up libopenblas0-pthread:amd64 (0.3.29+ds-3) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so.0 to provide /usr/lib/x86_64-linux-gnu/libopenblas.so.0 (libopenblas.so.0-x86_64-linux-gnu) in auto mode
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up nettle-dev:amd64 (3.10.1-1) ...
- Setting up libkdb5-10t64:amd64 (1.21.3-5) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libxml2-dev:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Setting up libtmglib3:amd64 (3.12.1-6) ...
- Setting up liblapack-dev:amd64 (3.12.1-6) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up libssh2-1-dev:amd64 (1.11.1-1) ...
- Setting up libreadline8t64:amd64 (8.2-6) ...
- Setting up libopenblas0:amd64 (0.3.29+ds-3) ...
- Setting up liblapacke:amd64 (3.12.1-6) ...
- Setting up libkadm5srv-mit12:amd64 (1.21.3-5) ...
- Setting up llvm-19-linker-tools (1:19.1.7-3+b1) ...
- Setting up libtmglib-dev:amd64 (3.12.1-6) ...
- Setting up llvm-19-runtime (1:19.1.7-3+b1) ...
- Setting up libpython3.13-stdlib:amd64 (3.13.5-2) ...
- Setting up libpython3-stdlib:amd64 (3.13.5-1) ...
- Setting up libclang-cpp19 (1:19.1.7-3+b1) ...
- Setting up krb5-multidev:amd64 (1.21.3-5) ...
- Setting up libopenblas-pthread-dev:amd64 (0.3.29+ds-3) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so to provide /usr/lib/x86_64-linux-gnu/libopenblas.so (libopenblas.so-x86_64-linux-gnu) in auto mode
- Setting up libgnutls28-dev:amd64 (3.8.9-3) ...
- Setting up libnghttp2-dev:amd64 (1.64.0-1.1) ...
- Setting up python3.13 (3.13.5-2) ...
- Setting up python3 (3.13.5-1) ...
- running python rtupdate hooks for python3.13...
- running python post-rtupdate hooks for python3.13...
- Setting up liblapacke-dev:amd64 (3.12.1-6) ...
- Setting up libkrb5-dev:amd64 (1.21.3-5) ...
- Setting up libopenblas-dev:amd64 (0.3.29+ds-3) ...
- Setting up python3-pygments (2.18.0+dfsg-2) ...
- Setting up librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ...
- Setting up llvm-19 (1:19.1.7-3+b1) ...
- Setting up python3-yaml (6.0.2-1+b2) ...
- Setting up libcurl4-gnutls-dev:amd64 (8.14.1-2) ...
- Setting up llvm-19-tools (1:19.1.7-3+b1) ...
- Setting up llvm-19-dev (1:19.1.7-3+b1) ...
- Processing triggers for libc-bin (2.41-12) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.1 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved conf-llvm-static.19 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-bash.1
-> installed conf-libcurl.2
-> installed conf-pkg-config.4
-> retrieved csv.2.4 (cached)
-> installed conf-libffi.2.0.0
-> installed conf-zlib.1
-> retrieved ctypes.0.23.0 (cached)
-> installed conf-llvm-static.19
-> retrieved ctypes-foreign.0.23.0 (cached)
-> retrieved curl.0.10.0 (cached)
-> retrieved curl_lwt.0.10.0 (cached)
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved domainslib.0.5.2 (cached)
-> retrieved dune.3.20.2 (cached)
-> retrieved dune-configurator.3.20.2 (cached)
-> retrieved fehu.1.0.0~alpha2 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved kaun.1.0.0~alpha2 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lwt.5.9.2 (cached)
-> retrieved multicore-magic.2.3.1 (cached)
-> retrieved nx.1.0.0~alpha2 (cached)
-> retrieved nx-datasets.1.0.0~alpha2 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ocurl.transition (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved rune.1.0.0~alpha2 (cached)
-> retrieved saga.1.0.0~alpha2 (cached)
-> retrieved saturn.1.0.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> retrieved uucp.17.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed backoff.0.1.1
-> installed multicore-magic.2.3.1
-> installed thread-table.1.0.0
-> installed csv.2.4
-> installed integers.0.7.0
-> installed domain-local-await.1.0.1
-> installed saturn.1.0.0
-> installed cppo.1.8.0
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed domainslib.0.5.2
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.20.2
-> installed lwt.5.9.2
-> installed curl.0.10.0
-> installed curl_lwt.0.10.0
-> installed ocurl.transition
-> installed logs.0.10.0
-> installed ctypes.0.23.0
-> installed ctypes-foreign.0.23.0
-> installed uucp.17.0.0
-> installed nx.1.0.0~alpha2
-> installed nx-datasets.1.0.0~alpha2
-> installed saga.1.0.0~alpha2
-> installed rune.1.0.0~alpha2
-> installed kaun.1.0.0~alpha2
-> installed fehu.1.0.0~alpha2
Done.
<><> ocurl.transition installed successfully ><><><><><><><><><><><><><><><><><>
=> ocurl has been renamed and the ocurl package is now a transition package. Use the curl package instead.
# Run eval $(opam env) to update the current shell environment
2025-11-10 22:37.22 ---> saved as "4a2f5d0dae492b3887f4e8446e20df9c802454e048d41a5b41d1d5a609bcc537"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test fehu.1.0.0~alpha2) || true"))
The following actions will be performed:
- install astring 0.8.5 [required by alcotest]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install cmdliner 2.0.0 [required by alcotest]
- install fmt 0.11.0 [required by alcotest]
- recompile uutf 1.0.4 [uses cmdliner]
- recompile uucp 17.0.0 [uses cmdliner]
- recompile logs 0.10.0 [uses cmdliner]
- install alcotest 1.9.1 [required by fehu]
- recompile saga 1.0.0~alpha2 [uses uucp, uutf]
- recompile nx-datasets 1.0.0~alpha2 [uses logs]
- recompile kaun 1.0.0~alpha2 [uses logs]
- recompile fehu 1.0.0~alpha2*
===== 5 to install | 7 to recompile =====
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5 (https://opam.ocaml.org/cache)
-> retrieved cmdliner.2.0.0 (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0 (https://opam.ocaml.org/cache)
-> installed astring.0.8.5
-> retrieved kaun.1.0.0~alpha2 (https://github.com/raven-ml/raven/releases/download/1.0.0_alpha2/raven-1.0.0.alpha2.tbz)
-> retrieved logs.0.10.0 (https://opam.ocaml.org/cache)
-> retrieved nx-datasets.1.0.0~alpha2 (cached)
-> installed cmdliner.2.0.0
-> retrieved ocaml-syntax-shims.1.0.0 (https://opam.ocaml.org/cache)
-> removed fehu.1.0.0~alpha2
-> removed kaun.1.0.0~alpha2
-> removed nx-datasets.1.0.0~alpha2
-> removed logs.0.10.0
-> installed ocaml-syntax-shims.1.0.0
-> installed fmt.0.11.0
-> retrieved saga.1.0.0~alpha2 (cached)
-> removed saga.1.0.0~alpha2
-> retrieved uucp.17.0.0 (https://opam.ocaml.org/cache)
-> removed uucp.17.0.0
-> retrieved uutf.1.0.4 (https://opam.ocaml.org/cache)
-> removed uutf.1.0.4
-> installed logs.0.10.0
-> installed uutf.1.0.4
-> installed nx-datasets.1.0.0~alpha2
-> installed alcotest.1.9.1
-> installed uucp.17.0.0
-> installed saga.1.0.0~alpha2
-> installed kaun.1.0.0~alpha2
-> installed fehu.1.0.0~alpha2
Done.
# Run eval $(opam env) to update the current shell environment
2025-11-10 22:39.15 ---> saved as "33809487958508ed8f9bfeb2126a724010388942149d3e4379feb08b42d9f4bc"
/home/opam: (run (shell "opam reinstall --with-test --verbose fehu.1.0.0~alpha2;\
\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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'fehu.1.0.0~alpha2' && 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 fehu 1.0.0~alpha2*
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [fehu: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "fehu" "-j" "71" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/fehu.1.0.0~alpha2)
- (cd _build/default/fehu/test && ./test_space.exe)
- Testing `Space'.
- This run has ID `QOTEOIQL'.
-
- [OK] Discrete 0 basic discrete space.
- [OK] Discrete 1 discrete with start offset.
- [OK] Box 0 1D box space.
- [OK] Box 1 multidimensional box.
- [OK] Multi 0 multi-binary space.
- [OK] Multi 1 multi-discrete space.
- [OK] Composite 0 tuple space.
- [OK] Composite 1 dict space.
- [OK] Composite 2 sequence space.
- [OK] Composite 3 sequence space unbounded.
- [OK] Text 0 text space.
- [OK] Text 1 text with custom charset.
- [OK] Serialization 0 pack/unpack.
-
- Full test results in `~/.opam/5.4/.opam-switch/build/fehu.1.0.0~alpha2/_build/default/fehu/test/_build/_tests/Space'.
- Test Successful in 0.064s. 13 tests run.
- (cd _build/default/fehu/test && ./test_buffer.exe)
- Testing `Buffer'.
- This run has ID `FA3WJH1O'.
-
- [OK] Replay 0 create replay buffer.
- [OK] Replay 1 add and sample.
- [OK] Replay 2 add_many.
- [OK] Replay 3 circular buffer behavior.
- [OK] Replay 4 clear buffer.
- [OK] Rollout 0 create rollout buffer.
- [OK] Rollout 1 add and get.
- [OK] Rollout 2 compute advantages.
- [OK] Rollout 3 compute advantages with truncation.
- [OK] Rollout 4 clear buffer.
-
- Full test results in `~/.opam/5.4/.opam-switch/build/fehu.1.0.0~alpha2/_build/default/fehu/test/_build/_tests/Buffer'.
- Test Successful in 0.022s. 10 tests run.
- (cd _build/default/fehu/test && ./test_trajectory.exe)
- Testing `Trajectory'.
- This run has ID `XKINSBBX'.
-
- [OK] Creation 0 create trajectory.
- [OK] Creation 1 create with log_probs and values.
- [OK] Creation 2 concatenate trajectories.
- [OK] Collection 0 collect steps.
- [OK] Collection 1 collect episodes.
- [OK] Collection 2 collect episodes with max_steps.
-
- Full test results in `~/.opam/5.4/.opam-switch/build/fehu.1.0.0~alpha2/_build/default/fehu/test/_build/_tests/Trajectory'.
- Test Successful in 0.001s. 6 tests run.
- (cd _build/default/fehu/test && ./test_dqn.exe)
- Testing `DQN'.
- This run has ID `QXPFIYCC'.
-
- [OK] Core 0 init.
- [OK] Core 1 step.
- [OK] Core 2 train.
- [OK] Core 3 save/load.
-
- Full test results in `~/.opam/5.4/.opam-switch/build/fehu.1.0.0~alpha2/_build/default/fehu/test/_build/_tests/DQN'.
- Test Successful in 0.090s. 4 tests run.
- (cd _build/default/fehu/test && ./test_vector_env.exe)
- Testing `Vector_env'.
- This run has ID `YYEUXFW9'.
-
- [OK] Creation 0 create vectorized env.
- [OK] Creation 1 reject incompatible action spaces.
- [OK] Lifecycle 0 reset vec env.
- [OK] Lifecycle 1 step vec env.
- [OK] Autoreset 0 autoreset next_step.
- [OK] Autoreset 1 autoreset disabled.
- [OK] Properties 0 spaces.
- [OK] Properties 1 metadata.
- [OK] Properties 2 close.
-
- Full test results in `~/.opam/5.4/.opam-switch/build/fehu.1.0.0~alpha2/_build/default/fehu/test/_build/_tests/Vector_env'.
- Test Successful in 0.103s. 9 tests run.
- (cd _build/default/fehu/test && ./test_training.exe)
- Testing `Training'.
- This run has ID `4ILO1YLT'.
-
- [OK] Advantage Estimation 0 compute GAE.
- [OK] Advantage Estimation 1 compute GAE with bootstrap.
- [OK] Advantage Estimation 2 compute returns.
- [OK] Loss Functions 0 policy gradient loss.
- [OK] Loss Functions 1 policy gradient loss (no no...
- [OK] Loss Functions 2 PPO clip loss.
- [OK] Loss Functions 3 value loss.
- [OK] Loss Functions 4 value loss (clipped).
- [OK] Utilities 0 normalize.
- [OK] Utilities 1 explained variance.
- [OK] Evaluation 0 evaluate policy.
- [OK] Evaluation 1 evaluate updates observation.
-
- Full test results in `~/.opam/5.4/.opam-switch/build/fehu.1.0.0~alpha2/_build/default/fehu/test/_build/_tests/Training'.
- Test Successful in 0.002s. 12 tests run.
- (cd _build/default/fehu/test && ./test_envs.exe)
- Testing `Environments'.
- This run has ID `PIHSC3A4'.
-
- [OK] RandomWalk 0 creation.
- [OK] RandomWalk 1 reset.
- [OK] RandomWalk 2 step left.
- [OK] RandomWalk 3 step right.
- [OK] RandomWalk 4 termination.
- [OK] RandomWalk 5 truncation.
- [OK] RandomWalk 6 render.
- [OK] GridWorld 0 creation.
- [OK] GridWorld 1 reset.
- [OK] GridWorld 2 move down.
- [OK] GridWorld 3 move right.
- [OK] GridWorld 4 obstacle collision.
- [OK] GridWorld 5 reach goal.
- [OK] GridWorld 6 render.
-
- Full test results in `~/.opam/5.4/.opam-switch/build/fehu.1.0.0~alpha2/_build/default/fehu/test/_build/_tests/Environments'.
- Test Successful in 0.030s. 14 tests run.
- (cd _build/default/fehu/test && ./test_wrapper.exe)
- Testing `Wrapper'.
- This run has ID `947XN0AY'.
-
- [OK] Map wrappers 0 map observation.
- [OK] Map wrappers 1 map action.
- [OK] Map wrappers 2 map reward.
- [OK] Map wrappers 3 map info.
- [OK] Utility wrappers 0 time limit.
- [OK] Utility wrappers 1 with metadata.
- [OK] Utility wrappers 2 clip action.
- [OK] Utility wrappers 3 clip observation.
- [OK] Composition 0 chained wrappers.
-
- Full test results in `~/.opam/5.4/.opam-switch/build/fehu.1.0.0~alpha2/_build/default/fehu/test/_build/_tests/Wrapper'.
- Test Successful in 0.043s. 9 tests run.
- (cd _build/default/fehu/test && ./test_env.exe)
- Testing `Env'.
- This run has ID `Y8QOHWSE'.
-
- [OK] Creation 0 create env.
- [OK] Creation 1 env spaces.
- [OK] Lifecycle 0 reset env.
- [OK] Lifecycle 1 step env.
- [OK] Lifecycle 2 episode termination.
- [OK] Lifecycle 3 close env.
- [OK] Metadata 0 metadata operations.
- [OK] Metadata 1 rng operations.
- [OK] Metadata 2 split rng.
- [OK] Utilities 0 render.
- [OK] Utilities 1 transition builder.
-
- Full test results in `~/.opam/5.4/.opam-switch/build/fehu.1.0.0~alpha2/_build/default/fehu/test/_build/_tests/Env'.
- Test Successful in 0.014s. 11 tests run.
- (cd _build/default/fehu/test && ./test_reinforce.exe)
- Testing `REINFORCE'.
- This run has ID `UDFCSSRP'.
-
- [OK] Core 0 init.
- [OK] Core 1 init requires baseline.
- [OK] Core 2 init with baseline.
- [OK] Core 3 step completes episode.
- [OK] Core 4 train.
- [OK] Core 5 save/load.
- [OK] Core 6 train with baseline.
-
- Full test results in `~/.opam/5.4/.opam-switch/build/fehu.1.0.0~alpha2/_build/default/fehu/test/_build/_tests/REINFORCE'.
- Test Successful in 0.157s. 7 tests run.
Processing 2/4: [fehu: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "fehu" "--create-install-files" "fehu" (CWD=/home/opam/.opam/5.4/.opam-switch/build/fehu.1.0.0~alpha2)
-> compiled fehu.1.0.0~alpha2
-> removed fehu.1.0.0~alpha2
-> installed fehu.1.0.0~alpha2
Done.
# Run eval $(opam env) to update the current shell environment
2025-11-10 22:39.50 ---> saved as "7a219366d5ea5793e3cbb27526d9b1a52f76b2b9c9ff59a2a42b2b0b0376941d"
Job succeeded
2025-11-10 22:40.28: Job succeeded