- github
- ocaml
- opam-repository
- 149c56
- extras,opam-2.1-ocaml-5.3,dates_calc.0.0.9,tests
(not at the head of any monitored branch or PR)
2025-05-07 15:56.05: New job: test dates_calc.0.0.9, using opam 2.1
from https://github.com/ocaml/opam-repository.git#refs/pull/27860/head (149c56c4f29016083a72b794ba5d0997233f6df7)
on debian-12-ocaml-5.3/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/27860/head" && git reset --hard 149c56c4
git fetch origin master
git merge --no-edit 73030c05df1ec34ff58b2bdeaaa861e5d3059ca6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:1b8db2464075e045f2710c633c15ec40916e273f0dea1055c6f56c58e621387a
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 dates_calc.0.0.9 0.0.9
RUN opam reinstall dates_calc.0.0.9; \
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" != 'dates_calc.0.0.9' && 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 dates_calc.0.0.9) || true
RUN opam reinstall --with-test --verbose dates_calc.0.0.9; \
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" != 'dates_calc.0.0.9' && 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-05-07 15:56.05: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:1b8db2464075e045f2710c633c15ec40916e273f0dea1055c6f56c58e621387a-dates_calc.0.0.9-149c56c4f29016083a72b794ba5d0997233f6df7"
2025-05-07 15:56.05: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:1b8db2464075e045f2710c633c15ec40916e273f0dea1055c6f56c58e621387a)
(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 dates_calc.0.0.9 0.0.9"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dates_calc.0.0.9;\
\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\" != 'dates_calc.0.0.9' && 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 dates_calc.0.0.9) || true"))
(run (shell "opam reinstall --with-test --verbose dates_calc.0.0.9;\
\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\" != 'dates_calc.0.0.9' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-05-07 15:56.05: Waiting for resource in pool OCluster
2025-05-07 15:56.06: Waiting for worker…
2025-05-07 15:56.06: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
All commits already cached
Updating files: 96% (22132/23004)
Updating files: 97% (22314/23004)
Updating files: 98% (22544/23004)
Updating files: 99% (22774/23004)
Updating files: 100% (23004/23004)
Updating files: 100% (23004/23004), done.
HEAD is now at 73030c05df Merge pull request #27849 from yallop/ber-n153
Updating 73030c05df..149c56c4f2
Fast-forward
packages/dates_calc/dates_calc.0.0.9/opam | 51 +++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+)
create mode 100644 packages/dates_calc/dates_calc.0.0.9/opam
(from ocaml/opam:debian-12-ocaml-5.3@sha256:1b8db2464075e045f2710c633c15ec40916e273f0dea1055c6f56c58e621387a)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:1b8db2464075e045f2710c633c15ec40916e273f0dea1055c6f56c58e621387a' locally
docker.io/ocaml/opam@sha256:1b8db2464075e045f2710c633c15ec40916e273f0dea1055c6f56c58e621387a: Pulling from ocaml/opam
ddbd326690dc: Pulling fs layer
ddbd326690dc: Verifying Checksum
ddbd326690dc: Download complete
ddbd326690dc: Pull complete
Digest: sha256:1b8db2464075e045f2710c633c15ec40916e273f0dea1055c6f56c58e621387a
Status: Downloaded newer image for ocaml/opam@sha256:1b8db2464075e045f2710c633c15ec40916e273f0dea1055c6f56c58e621387a
2025-05-07 15:56.47 ---> using "c27ab789c36f636d2f62a674e3eae2c305d73399092c4108cbaa52dc8a10012e" 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-05-07 15:56.47 ---> using "6af07461e3fcaa8d5c077c3ccd3b330a665d88c642c5016f8388190c61d8339a" 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-05-07 15:56.47 ---> using "6ca02f3739c70c447f365fd89d472c169782f38a00365454a61125758076d579" 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=12
# solver builtin-0install
# install-criteria
# upgrade-criteria
# jobs 39
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.3
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2025-05-07 15:56.47 ---> using "9569a8f6ad7a9552a2f17d7a79363c1f3b11c83ffe33e9d0053965fd6904cc80" 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-05-07 15:56.47 ---> using "ceb26bd5c2ff59c38805da3bc8ca2b425681134ca8b5666734990db5a5907a50" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-05-07 15:56.53 ---> saved as "1ba60bd861fbe67713e1ff54b33fdf8c9a25c8d0af25f15e2a9884f6c7f6173b"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-07 15:57.09 ---> saved as "f31e334dea4ab443e3589704c2b45ce8af09c84bfa9005f26abccd0b4ed84a42"
/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 [258 kB]
- Fetched 361 kB in 0s (1205 kB/s)
- Reading package lists...
-
2025-05-07 15:57.10 ---> saved as "9624a2669fee694339e7fc3f485230ff4cfa409e1b25ef7125642b32325f1f09"
/home/opam: (run (shell "opam pin add -k version -yn dates_calc.0.0.9 0.0.9"))
dates_calc is now pinned to version 0.0.9
2025-05-07 15:57.11 ---> saved as "51e7ad2a474f5a008366c2fa34f7decfc31808dc466e36f2e592988b5f675bfb"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dates_calc.0.0.9;\
\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\" != 'dates_calc.0.0.9' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dates_calc.0.0.9 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install dune 3.18.2 [required by dates_calc]
- install dates_calc 0.0.9*
===== 2 to install =====
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dates_calc.0.0.9 (cached)
-> retrieved dune.3.18.2 (cached)
-> installed dune.3.18.2
-> installed dates_calc.0.0.9
Done.
# Run eval $(opam env) to update the current shell environment
2025-05-07 15:58.05 ---> saved as "b586ef1391eea89541701a47fb0f89915569ad8dd19c0a75ac45ae994d97c92e"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test dates_calc.0.0.9) || true"))
The following actions will be performed:
- install cmdliner 1.3.0 [required by alcotest]
- install ocamlbuild 0.16.1 [required by fmt, astring, uutf]
- install conf-openjdk 1 [required by dates_calc]
- install seq base [required by re]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install ocamlfind 1.9.8 [required by fmt, astring, uutf]
- install qcheck-core 0.25 [required by qcheck]
- install stdlib-shims 0.3.0 [required by alcotest]
- install re 1.12.0 [required by alcotest]
- install topkg 1.0.8 [required by fmt, astring, uutf]
- install ounit2 2.2.7 [required by qcheck-ounit]
- install uutf 1.0.4 [required by alcotest]
- install fmt 0.10.0 [required by alcotest]
- install astring 0.8.5 [required by alcotest]
- install qcheck-ounit 0.25 [required by qcheck]
- install alcotest 1.9.0 [required by dates_calc]
- install qcheck 0.25 [required by dates_calc]
- recompile dates_calc 0.0.9*
===== 17 to install | 1 to recompile =====
The following system packages will first need to be installed:
default-jdk
<><> 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" "default-jdk"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libargon2-1: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 ... 18778 files and directories currently installed.)
- Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ...
- Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ...
- Selecting previously unselected package dmsetup.
- Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ...
- Unpacking dmsetup (2:1.02.185-2) ...
- Selecting previously unselected package libdevmapper1.02.1:amd64.
- Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ...
- Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
- Selecting previously unselected package libjson-c5:amd64.
- Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ...
- Unpacking libjson-c5:amd64 (0.16-2) ...
- Selecting previously unselected package libcryptsetup12:amd64.
- Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ...
- Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ...
- Selecting previously unselected package libfdisk1:amd64.
- Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_amd64.deb ...
- Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ...
- Selecting previously unselected package libkmod2:amd64.
- Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ...
- Unpacking libkmod2:amd64 (30+20221128-1) ...
- Selecting previously unselected package libapparmor1:amd64.
- Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ...
- Unpacking libapparmor1:amd64 (3.0.8-3) ...
- Selecting previously unselected package libip4tc2:amd64.
- Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ...
- Unpacking libip4tc2:amd64 (1.8.9-2) ...
- Selecting previously unselected package libsystemd-shared:amd64.
- Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_amd64.deb ...
- Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ...
- Selecting previously unselected package systemd.
- Preparing to unpack .../10-systemd_252.36-1~deb12u1_amd64.deb ...
- Unpacking systemd (252.36-1~deb12u1) ...
- Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ...
- Setting up libjson-c5:amd64 (0.16-2) ...
- Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ...
- Setting up libkmod2:amd64 (30+20221128-1) ...
- Setting up libapparmor1:amd64 (3.0.8-3) ...
- Setting up libip4tc2:amd64 (1.8.9-2) ...
- Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ...
- Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
- Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ...
- Setting up systemd (252.36-1~deb12u1) ...
- Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
- Initializing machine ID from random generator.
- Creating group 'systemd-journal' with GID 999.
- Creating group 'systemd-network' with GID 998.
- Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
- Setting up dmsetup (2:1.02.185-2) ...
- Selecting previously unselected package systemd-sysv.
- (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 ... 19693 files and directories currently installed.)
- Preparing to unpack .../000-systemd-sysv_252.36-1~deb12u1_amd64.deb ...
- Unpacking systemd-sysv (252.36-1~deb12u1) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../001-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../002-dbus-bin_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus-bin (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../003-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ...
- Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../004-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus-daemon (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../005-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ...
- Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../006-dbus_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus (1.14.10-1~deb12u1) ...
- Selecting previously unselected package libnss-systemd:amd64.
- Preparing to unpack .../007-libnss-systemd_252.36-1~deb12u1_amd64.deb ...
- Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ...
- Selecting previously unselected package libpam-systemd:amd64.
- Preparing to unpack .../008-libpam-systemd_252.36-1~deb12u1_amd64.deb ...
- Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ...
- Selecting previously unselected package systemd-timesyncd.
- Preparing to unpack .../009-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ...
- Unpacking systemd-timesyncd (252.36-1~deb12u1) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../010-hicolor-icon-theme_0.17-2_all.deb ...
- Unpacking hicolor-icon-theme (0.17-2) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../011-libgdk-pixbuf2.0-common_2.42.10+dfsg-1+deb12u1_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.42.10+dfsg-1+deb12u1) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../012-libglib2.0-0_2.74.6-2+deb12u5_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u5) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../013-libicu72_72.1-3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../014-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../015-shared-mime-info_2.2-1_amd64.deb ...
- Unpacking shared-mime-info (2.2-1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
- Preparing to unpack .../016-libgdk-pixbuf-2.0-0_2.42.10+dfsg-1+deb12u1_amd64.deb ...
- Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+deb12u1) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../017-gtk-update-icon-cache_3.24.38-2~deb12u3_amd64.deb ...
- Unpacking gtk-update-icon-cache (3.24.38-2~deb12u3) ...
- Selecting previously unselected package adwaita-icon-theme.
- Preparing to unpack .../018-adwaita-icon-theme_43-1_all.deb ...
- Unpacking adwaita-icon-theme (43-1) ...
- Selecting previously unselected package alsa-topology-conf.
- Preparing to unpack .../019-alsa-topology-conf_1.2.5.1-2_all.deb ...
- Unpacking alsa-topology-conf (1.2.5.1-2) ...
- Selecting previously unselected package libasound2-data.
- Preparing to unpack .../020-libasound2-data_1.2.8-1_all.deb ...
- Unpacking libasound2-data (1.2.8-1) ...
- Selecting previously unselected package libasound2:amd64.
- Preparing to unpack .../021-libasound2_1.2.8-1+b1_amd64.deb ...
- Unpacking libasound2:amd64 (1.2.8-1+b1) ...
- Selecting previously unselected package alsa-ucm-conf.
- Preparing to unpack .../022-alsa-ucm-conf_1.2.8-1_all.deb ...
- Unpacking alsa-ucm-conf (1.2.8-1) ...
- Selecting previously unselected package at-spi2-common.
- Preparing to unpack .../023-at-spi2-common_2.46.0-5_all.deb ...
- Unpacking at-spi2-common (2.46.0-5) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../024-libxi6_2%3a1.8-1+b1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8-1+b1) ...
- Selecting previously unselected package libatspi2.0-0:amd64.
- Preparing to unpack .../025-libatspi2.0-0_2.46.0-5_amd64.deb ...
- Unpacking libatspi2.0-0:amd64 (2.46.0-5) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../026-x11-common_1%3a7.7+23_all.deb ...
- Unpacking x11-common (1:7.7+23) ...
- Selecting previously unselected package libxtst6:amd64.
- Preparing to unpack .../027-libxtst6_2%3a1.2.3-1.1_amd64.deb ...
- Unpacking libxtst6:amd64 (2:1.2.3-1.1) ...
- Selecting previously unselected package dbus-user-session.
- Preparing to unpack .../028-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus-user-session (1.14.10-1~deb12u1) ...
- Selecting previously unselected package libdconf1:amd64.
- Preparing to unpack .../029-libdconf1_0.40.0-4_amd64.deb ...
- Unpacking libdconf1:amd64 (0.40.0-4) ...
- Selecting previously unselected package dconf-service.
- Preparing to unpack .../030-dconf-service_0.40.0-4_amd64.deb ...
- Unpacking dconf-service (0.40.0-4) ...
- Selecting previously unselected package dconf-gsettings-backend:amd64.
- Preparing to unpack .../031-dconf-gsettings-backend_0.40.0-4_amd64.deb ...
- Unpacking dconf-gsettings-backend:amd64 (0.40.0-4) ...
- Selecting previously unselected package gsettings-desktop-schemas.
- Preparing to unpack .../032-gsettings-desktop-schemas_43.0-1_all.deb ...
- Unpacking gsettings-desktop-schemas (43.0-1) ...
- Selecting previously unselected package at-spi2-core.
- Preparing to unpack .../033-at-spi2-core_2.46.0-5_amd64.deb ...
- Unpacking at-spi2-core (2.46.0-5) ...
- Selecting previously unselected package ca-certificates-java.
- Preparing to unpack .../034-ca-certificates-java_20230710~deb12u1_all.deb ...
- Unpacking ca-certificates-java (20230710~deb12u1) ...
- Selecting previously unselected package java-common.
- Preparing to unpack .../035-java-common_0.74_all.deb ...
- Unpacking java-common (0.74) ...
- Selecting previously unselected package libavahi-common-data:amd64.
- Preparing to unpack .../036-libavahi-common-data_0.8-10+deb12u1_amd64.deb ...
- Unpacking libavahi-common-data:amd64 (0.8-10+deb12u1) ...
- Selecting previously unselected package libavahi-common3:amd64.
- Preparing to unpack .../037-libavahi-common3_0.8-10+deb12u1_amd64.deb ...
- Unpacking libavahi-common3:amd64 (0.8-10+deb12u1) ...
- Selecting previously unselected package libavahi-client3:amd64.
- Preparing to unpack .../038-libavahi-client3_0.8-10+deb12u1_amd64.deb ...
- Unpacking libavahi-client3:amd64 (0.8-10+deb12u1) ...
- Selecting previously unselected package libcups2:amd64.
- Preparing to unpack .../039-libcups2_2.4.2-3+deb12u8_amd64.deb ...
- Unpacking libcups2:amd64 (2.4.2-3+deb12u8) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../040-liblcms2-2_2.14-2_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.14-2) ...
- Selecting previously unselected package libnspr4:amd64.
- Preparing to unpack .../041-libnspr4_2%3a4.35-1_amd64.deb ...
- Unpacking libnspr4:amd64 (2:4.35-1) ...
- Selecting previously unselected package libnss3:amd64.
- Preparing to unpack .../042-libnss3_2%3a3.87.1-1+deb12u1_amd64.deb ...
- Unpacking libnss3:amd64 (2:3.87.1-1+deb12u1) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../043-libgraphite2-3_1.3.14-1_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-1) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../044-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
- Selecting previously unselected package libpcsclite1:amd64.
- Preparing to unpack .../045-libpcsclite1_1.9.9-2_amd64.deb ...
- Unpacking libpcsclite1:amd64 (1.9.9-2) ...
- Selecting previously unselected package openjdk-17-jre-headless:amd64.
- Preparing to unpack .../046-openjdk-17-jre-headless_17.0.15+6-1~deb12u1_amd64.deb ...
- Unpacking openjdk-17-jre-headless:amd64 (17.0.15+6-1~deb12u1) ...
- Selecting previously unselected package default-jre-headless.
- Preparing to unpack .../047-default-jre-headless_2%3a1.17-74_amd64.deb ...
- Unpacking default-jre-headless (2:1.17-74) ...
- Selecting previously unselected package libgtk2.0-common.
- Preparing to unpack .../048-libgtk2.0-common_2.24.33-2+deb12u1_all.deb ...
- Unpacking libgtk2.0-common (2.24.33-2+deb12u1) ...
- Selecting previously unselected package libatk1.0-0:amd64.
- Preparing to unpack .../049-libatk1.0-0_2.46.0-5_amd64.deb ...
- Unpacking libatk1.0-0:amd64 (2.46.0-5) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../050-libpixman-1-0_0.42.2-1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../051-libxcb-render0_1.15-1_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../052-libxcb-shm0_1.15-1_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.15-1) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../053-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../054-libcairo2_1.16.0-7_amd64.deb ...
- Unpacking libcairo2:amd64 (1.16.0-7) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../055-fontconfig_2.14.1-4_amd64.deb ...
- Unpacking fontconfig (2.14.1-4) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../056-libfribidi0_1.0.8-2.1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.8-2.1) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../057-libthai-data_0.1.29-1_all.deb ...
- Unpacking libthai-data (0.1.29-1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../058-libdatrie1_0.2.13-2+b1_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.13-2+b1) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../059-libthai0_0.1.29-1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.29-1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../060-libpango-1.0-0_1.50.12+ds-1_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.50.12+ds-1) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../061-libpangoft2-1.0-0_1.50.12+ds-1_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../062-libpangocairo-1.0-0_1.50.12+ds-1_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
- Selecting previously unselected package libxcomposite1:amd64.
- Preparing to unpack .../063-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
- Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../064-libxfixes3_1%3a6.0.0-2_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../065-libxcursor1_1%3a1.2.1-1_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
- Selecting previously unselected package libxdamage1:amd64.
- Preparing to unpack .../066-libxdamage1_1%3a1.1.6-1_amd64.deb ...
- Unpacking libxdamage1:amd64 (1:1.1.6-1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../067-libxinerama1_2%3a1.1.4-3_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../068-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
- Selecting previously unselected package libgtk2.0-0:amd64.
- Preparing to unpack .../069-libgtk2.0-0_2.24.33-2+deb12u1_amd64.deb ...
- Unpacking libgtk2.0-0:amd64 (2.24.33-2+deb12u1) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../070-libglvnd0_1.6.0-1_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../071-libdrm-common_2.4.114-1_all.deb ...
- Unpacking libdrm-common (2.4.114-1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../072-libdrm2_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libglapi-mesa:amd64.
- Preparing to unpack .../073-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../074-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
- Selecting previously unselected package libxcb-dri2-0:amd64.
- Preparing to unpack .../075-libxcb-dri2-0_1.15-1_amd64.deb ...
- Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../076-libxcb-dri3-0_1.15-1_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../077-libxcb-glx0_1.15-1_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../078-libxcb-present0_1.15-1_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../079-libxcb-randr0_1.15-1_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../080-libxcb-sync1_1.15-1_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../081-libxcb-xfixes0_1.15-1_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../082-libxshmfence1_1.3-1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../083-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../084-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../085-libpciaccess0_0.17-2_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.17-2) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../086-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../087-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../088-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libelf1:amd64.
- Preparing to unpack .../089-libelf1_0.188-2.1_amd64.deb ...
- Unpacking libelf1:amd64 (0.188-2.1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../090-libz3-4_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package libllvm15:amd64.
- Preparing to unpack .../091-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
- Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../092-libsensors-config_1%3a3.6.0-7.1_all.deb ...
- Unpacking libsensors-config (1:3.6.0-7.1) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../093-libsensors5_1%3a3.6.0-7.1_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-7.1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../094-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../095-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../096-libglx0_1.6.0-1_amd64.deb ...
- Unpacking libglx0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../097-libgl1_1.6.0-1_amd64.deb ...
- Unpacking libgl1:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgif7:amd64.
- Preparing to unpack .../098-libgif7_5.2.1-2.5_amd64.deb ...
- Unpacking libgif7:amd64 (5.2.1-2.5) ...
- Selecting previously unselected package openjdk-17-jre:amd64.
- Preparing to unpack .../099-openjdk-17-jre_17.0.15+6-1~deb12u1_amd64.deb ...
- Unpacking openjdk-17-jre:amd64 (17.0.15+6-1~deb12u1) ...
- Selecting previously unselected package default-jre.
- Preparing to unpack .../100-default-jre_2%3a1.17-74_amd64.deb ...
- Unpacking default-jre (2:1.17-74) ...
- Selecting previously unselected package openjdk-17-jdk-headless:amd64.
- Preparing to unpack .../101-openjdk-17-jdk-headless_17.0.15+6-1~deb12u1_amd64.deb ...
- Unpacking openjdk-17-jdk-headless:amd64 (17.0.15+6-1~deb12u1) ...
- Selecting previously unselected package default-jdk-headless.
- Preparing to unpack .../102-default-jdk-headless_2%3a1.17-74_amd64.deb ...
- Unpacking default-jdk-headless (2:1.17-74) ...
- Selecting previously unselected package openjdk-17-jdk:amd64.
- Preparing to unpack .../103-openjdk-17-jdk_17.0.15+6-1~deb12u1_amd64.deb ...
- Unpacking openjdk-17-jdk:amd64 (17.0.15+6-1~deb12u1) ...
- Selecting previously unselected package default-jdk.
- Preparing to unpack .../104-default-jdk_2%3a1.17-74_amd64.deb ...
- Unpacking default-jdk (2:1.17-74) ...
- Selecting previously unselected package fonts-dejavu-extra.
- Preparing to unpack .../105-fonts-dejavu-extra_2.37-6_all.deb ...
- Unpacking fonts-dejavu-extra (2.37-6) ...
- Selecting previously unselected package libatk-bridge2.0-0:amd64.
- Preparing to unpack .../106-libatk-bridge2.0-0_2.46.0-5_amd64.deb ...
- Unpacking libatk-bridge2.0-0:amd64 (2.46.0-5) ...
- Selecting previously unselected package libfontenc1:amd64.
- Preparing to unpack .../107-libfontenc1_1%3a1.1.4-1_amd64.deb ...
- Unpacking libfontenc1:amd64 (1:1.1.4-1) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../108-libice6_2%3a1.0.10-1_amd64.deb ...
- Unpacking libice6:amd64 (2:1.0.10-1) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../109-libsm6_2%3a1.2.3-1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package libxt6:amd64.
- Preparing to unpack .../110-libxt6_1%3a1.2.1-1.1_amd64.deb ...
- Unpacking libxt6:amd64 (1:1.2.1-1.1) ...
- Selecting previously unselected package libxmu6:amd64.
- Preparing to unpack .../111-libxmu6_2%3a1.1.3-3_amd64.deb ...
- Unpacking libxmu6:amd64 (2:1.1.3-3) ...
- Selecting previously unselected package libxaw7:amd64.
- Preparing to unpack .../112-libxaw7_2%3a1.0.14-1_amd64.deb ...
- Unpacking libxaw7:amd64 (2:1.0.14-1) ...
- Selecting previously unselected package libxcb-shape0:amd64.
- Preparing to unpack .../113-libxcb-shape0_1.15-1_amd64.deb ...
- Unpacking libxcb-shape0:amd64 (1.15-1) ...
- Selecting previously unselected package libxft2:amd64.
- Preparing to unpack .../114-libxft2_2.3.6-1_amd64.deb ...
- Unpacking libxft2:amd64 (2.3.6-1) ...
- Selecting previously unselected package libxkbfile1:amd64.
- Preparing to unpack .../115-libxkbfile1_1%3a1.1.0-1_amd64.deb ...
- Unpacking libxkbfile1:amd64 (1:1.1.0-1) ...
- Selecting previously unselected package libxv1:amd64.
- Preparing to unpack .../116-libxv1_2%3a1.0.11-1.1_amd64.deb ...
- Unpacking libxv1:amd64 (2:1.0.11-1.1) ...
- Selecting previously unselected package libxxf86dga1:amd64.
- Preparing to unpack .../117-libxxf86dga1_2%3a1.1.5-1_amd64.deb ...
- Unpacking libxxf86dga1:amd64 (2:1.1.5-1) ...
- Selecting previously unselected package x11-utils.
- Preparing to unpack .../118-x11-utils_7.7+5_amd64.deb ...
- Unpacking x11-utils (7.7+5) ...
- Selecting previously unselected package libatk-wrapper-java.
- Preparing to unpack .../119-libatk-wrapper-java_0.40.0-3_all.deb ...
- Unpacking libatk-wrapper-java (0.40.0-3) ...
- Selecting previously unselected package libatk-wrapper-java-jni:amd64.
- Preparing to unpack .../120-libatk-wrapper-java-jni_0.40.0-3_amd64.deb ...
- Unpacking libatk-wrapper-java-jni:amd64 (0.40.0-3) ...
- Selecting previously unselected package libcairo-gobject2:amd64.
- Preparing to unpack .../121-libcairo-gobject2_1.16.0-7_amd64.deb ...
- Unpacking libcairo-gobject2:amd64 (1.16.0-7) ...
- Selecting previously unselected package libgail18:amd64.
- Preparing to unpack .../122-libgail18_2.24.33-2+deb12u1_amd64.deb ...
- Unpacking libgail18:amd64 (2.24.33-2+deb12u1) ...
- Selecting previously unselected package libgail-common:amd64.
- Preparing to unpack .../123-libgail-common_2.24.33-2+deb12u1_amd64.deb ...
- Unpacking libgail-common:amd64 (2.24.33-2+deb12u1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-bin.
- Preparing to unpack .../124-libgdk-pixbuf2.0-bin_2.42.10+dfsg-1+deb12u1_amd64.deb ...
- Unpacking libgdk-pixbuf2.0-bin (2.42.10+dfsg-1+deb12u1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../125-libglib2.0-data_2.74.6-2+deb12u5_all.deb ...
- Unpacking libglib2.0-data (2.74.6-2+deb12u5) ...
- Selecting previously unselected package libgtk2.0-bin.
- Preparing to unpack .../126-libgtk2.0-bin_2.24.33-2+deb12u1_amd64.deb ...
- Unpacking libgtk2.0-bin (2.24.33-2+deb12u1) ...
- Selecting previously unselected package libice-dev:amd64.
- Preparing to unpack .../127-libice-dev_2%3a1.0.10-1_amd64.deb ...
- Unpacking libice-dev:amd64 (2:1.0.10-1) ...
- Selecting previously unselected package librsvg2-2:amd64.
- Preparing to unpack .../128-librsvg2-2_2.54.7+dfsg-1~deb12u1_amd64.deb ...
- Unpacking librsvg2-2:amd64 (2.54.7+dfsg-1~deb12u1) ...
- Selecting previously unselected package librsvg2-common:amd64.
- Preparing to unpack .../129-librsvg2-common_2.54.7+dfsg-1~deb12u1_amd64.deb ...
- Unpacking librsvg2-common:amd64 (2.54.7+dfsg-1~deb12u1) ...
- Selecting previously unselected package libsm-dev:amd64.
- Preparing to unpack .../130-libsm-dev_2%3a1.2.3-1_amd64.deb ...
- Unpacking libsm-dev:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package libxt-dev:amd64.
- Preparing to unpack .../131-libxt-dev_1%3a1.2.1-1.1_amd64.deb ...
- Unpacking libxt-dev:amd64 (1:1.2.1-1.1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../132-xdg-user-dirs_0.18-1_amd64.deb ...
- Unpacking xdg-user-dirs (0.18-1) ...
- Setting up libgraphite2-3:amd64 (1.3.14-1) ...
- Setting up libxcb-dri3-0:amd64 (1.15-1) ...
- Setting up liblcms2-2:amd64 (2.14-2) ...
- Setting up libpixman-1-0:amd64 (0.42.2-1) ...
- Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
- Setting up libpciaccess0:amd64 (0.17-2) ...
- Setting up fontconfig (2.14.1-4) ...
- Regenerating fonts cache...
- done.
- Setting up systemd-sysv (252.36-1~deb12u1) ...
- Setting up libxdamage1:amd64 (1:1.1.6-1) ...
- Setting up libicu72:amd64 (72.1-3) ...
- Setting up libxcb-xfixes0:amd64 (1.15-1) ...
- Setting up hicolor-icon-theme (0.17-2) ...
- Setting up libxi6:amd64 (2:1.8-1+b1) ...
- Setting up java-common (0.74) ...
- Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
- Setting up libdatrie1:amd64 (0.2.13-2+b1) ...
- Setting up xdg-user-dirs (0.18-1) ...
- Setting up libxcb-render0:amd64 (1.15-1) ...
- Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u5) ...
- Setting up libglvnd0:amd64 (1.6.0-1) ...
- Setting up libxcb-glx0:amd64 (1.15-1) ...
- Setting up libgdk-pixbuf2.0-common (2.42.10+dfsg-1+deb12u1) ...
- Setting up libxcb-shape0:amd64 (1.15-1) ...
- Setting up x11-common (1:7.7+23) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of restart.
- Setting up libsensors-config (1:3.6.0-7.1) ...
- Setting up libxxf86dga1:amd64 (2:1.1.5-1) ...
- Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ...
- Setting up libxcb-shm0:amd64 (1.15-1) ...
- Setting up libcairo2:amd64 (1.16.0-7) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Setting up libxcb-present0:amd64 (1.15-1) ...
- Setting up libdconf1:amd64 (0.40.0-4) ...
- Setting up libasound2-data (1.2.8-1) ...
- Setting up libfontenc1:amd64 (1:1.1.4-1) ...
- Setting up libz3-4:amd64 (4.8.12-3.1) ...
- Setting up libglib2.0-data (2.74.6-2+deb12u5) ...
- Setting up libnspr4:amd64 (2:4.35-1) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2) ...
- Setting up libxcb-sync1:amd64 (1.15-1) ...
- Setting up libavahi-common-data:amd64 (0.8-10+deb12u1) ...
- Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...
- Setting up libfribidi0:amd64 (1.0.8-2.1) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3) ...
- Setting up libxv1:amd64 (2:1.0.11-1.1) ...
- Setting up systemd-timesyncd (252.36-1~deb12u1) ...
- Creating group 'systemd-timesync' with GID 997.
- Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997.
- Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
- Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
- Setting up libpcsclite1:amd64 (1.9.9-2) ...
- Setting up libsensors5:amd64 (1:3.6.0-7.1) ...
- Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
- Setting up libxcb-dri2-0:amd64 (1.15-1) ...
- Setting up libgif7:amd64 (5.2.1-2.5) ...
- Setting up fonts-dejavu-extra (2.37-6) ...
- Setting up alsa-topology-conf (1.2.5.1-2) ...
- Setting up libxshmfence1:amd64 (1.3-1) ...
- Setting up at-spi2-common (2.46.0-5) ...
- Setting up libxcb-randr0:amd64 (1.15-1) ...
- Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ...
- Setting up libasound2:amd64 (1.2.8-1+b1) ...
- Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
- Setting up libthai-data (0.1.29-1) ...
- Setting up libcairo-gobject2:amd64 (1.16.0-7) ...
- Setting up libgtk2.0-common (2.24.33-2+deb12u1) ...
- Setting up libatk1.0-0:amd64 (2.46.0-5) ...
- Setting up libxkbfile1:amd64 (1:1.1.0-1) ...
- Setting up ca-certificates-java (20230710~deb12u1) ...
- No JRE found. Skipping Java certificates setup.
- Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ...
- Setting up libdrm-common (2.4.114-1) ...
- Setting up libelf1:amd64 (0.188-2.1) ...
- Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up dbus-bin (1.14.10-1~deb12u1) ...
- Setting up libice6:amd64 (2:1.0.10-1) ...
- Setting up libxft2:amd64 (2.3.6-1) ...
- Setting up libice-dev:amd64 (2:1.0.10-1) ...
- Setting up alsa-ucm-conf (1.2.8-1) ...
- Setting up libxtst6:amd64 (2:1.2.3-1.1) ...
- Setting up libxcursor1:amd64 (1:1.2.1-1) ...
- Setting up libavahi-common3:amd64 (0.8-10+deb12u1) ...
- Setting up libnss3:amd64 (2:3.87.1-1+deb12u1) ...
- Setting up dbus-daemon (1.14.10-1~deb12u1) ...
- Setting up libatspi2.0-0:amd64 (2.46.0-5) ...
- Setting up libatk-bridge2.0-0:amd64 (2.46.0-5) ...
- Setting up libthai0:amd64 (0.1.29-1) ...
- Setting up dbus (1.14.10-1~deb12u1) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up shared-mime-info (2.2-1) ...
- Setting up libdrm2:amd64 (2.4.114-1+b1) ...
- Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
- Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ...
- Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+deb12u1) ...
- Setting up libsm6:amd64 (2:1.2.3-1) ...
- Setting up libavahi-client3:amd64 (0.8-10+deb12u1) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
- Setting up gtk-update-icon-cache (3.24.38-2~deb12u3) ...
- Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
- Setting up libsm-dev:amd64 (2:1.2.3-1) ...
- Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
- Setting up libpango-1.0-0:amd64 (1.50.12+ds-1) ...
- Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
- Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
- Setting up dbus-user-session (1.14.10-1~deb12u1) ...
- Setting up adwaita-icon-theme (43-1) ...
- update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
- Setting up libxt6:amd64 (1:1.2.1-1.1) ...
- Setting up libcups2:amd64 (2.4.2-3+deb12u8) ...
- Setting up libgdk-pixbuf2.0-bin (2.42.10+dfsg-1+deb12u1) ...
- Setting up libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
- Setting up libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
- Setting up libxmu6:amd64 (2:1.1.3-3) ...
- Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Setting up libglx0:amd64 (1.6.0-1) ...
- Setting up libgtk2.0-0:amd64 (2.24.33-2+deb12u1) ...
- Setting up dconf-service (0.40.0-4) ...
- Setting up libxaw7:amd64 (2:1.0.14-1) ...
- Setting up librsvg2-2:amd64 (2.54.7+dfsg-1~deb12u1) ...
- Setting up libgl1:amd64 (1.6.0-1) ...
- Setting up libxt-dev:amd64 (1:1.2.1-1.1) ...
- Setting up librsvg2-common:amd64 (2.54.7+dfsg-1~deb12u1) ...
- Setting up openjdk-17-jre-headless:amd64 (17.0.15+6-1~deb12u1) ...
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/java to provide /usr/bin/java (java) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jpackage to provide /usr/bin/jpackage (jpackage) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode
- Setting up libgail18:amd64 (2.24.33-2+deb12u1) ...
- Setting up libgtk2.0-bin (2.24.33-2+deb12u1) ...
- Setting up x11-utils (7.7+5) ...
- Setting up libatk-wrapper-java (0.40.0-3) ...
- Setting up dconf-gsettings-backend:amd64 (0.40.0-4) ...
- Setting up libgail-common:amd64 (2.24.33-2+deb12u1) ...
- Setting up libatk-wrapper-java-jni:amd64 (0.40.0-3) ...
- Setting up gsettings-desktop-schemas (43.0-1) ...
- Setting up at-spi2-core (2.46.0-5) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...
- Processing triggers for ca-certificates-java (20230710~deb12u1) ...
- Adding debian:ACCVRAIZ1.pem
- Adding debian:AC_RAIZ_FNMT-RCM.pem
- Adding debian:AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem
- Adding debian:ANF_Secure_Server_Root_CA.pem
- Adding debian:Actalis_Authentication_Root_CA.pem
- Adding debian:AffirmTrust_Commercial.pem
- Adding debian:AffirmTrust_Networking.pem
- Adding debian:AffirmTrust_Premium.pem
- Adding debian:AffirmTrust_Premium_ECC.pem
- Adding debian:Amazon_Root_CA_1.pem
- Adding debian:Amazon_Root_CA_2.pem
- Adding debian:Amazon_Root_CA_3.pem
- Adding debian:Amazon_Root_CA_4.pem
- Adding debian:Atos_TrustedRoot_2011.pem
- Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
- Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.pem
- Adding debian:Baltimore_CyberTrust_Root.pem
- Adding debian:Buypass_Class_2_Root_CA.pem
- Adding debian:Buypass_Class_3_Root_CA.pem
- Adding debian:CA_Disig_Root_R2.pem
- Adding debian:CFCA_EV_ROOT.pem
- Adding debian:COMODO_Certification_Authority.pem
- Adding debian:COMODO_ECC_Certification_Authority.pem
- Adding debian:COMODO_RSA_Certification_Authority.pem
- Adding debian:Certainly_Root_E1.pem
- Adding debian:Certainly_Root_R1.pem
- Adding debian:Certigna.pem
- Adding debian:Certigna_Root_CA.pem
- Adding debian:Certum_EC-384_CA.pem
- Adding debian:Certum_Trusted_Network_CA.pem
- Adding debian:Certum_Trusted_Network_CA_2.pem
- Adding debian:Certum_Trusted_Root_CA.pem
- Adding debian:Comodo_AAA_Services_root.pem
- Adding debian:D-TRUST_BR_Root_CA_1_2020.pem
- Adding debian:D-TRUST_EV_Root_CA_1_2020.pem
- Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem
- Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem
- Adding debian:DigiCert_Assured_ID_Root_CA.pem
- Adding debian:DigiCert_Assured_ID_Root_G2.pem
- Adding debian:DigiCert_Assured_ID_Root_G3.pem
- Adding debian:DigiCert_Global_Root_CA.pem
- Adding debian:DigiCert_Global_Root_G2.pem
- Adding debian:DigiCert_Global_Root_G3.pem
- Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem
- Adding debian:DigiCert_TLS_ECC_P384_Root_G5.pem
- Adding debian:DigiCert_TLS_RSA4096_Root_G5.pem
- Adding debian:DigiCert_Trusted_Root_G4.pem
- Adding debian:E-Tugra_Certification_Authority.pem
- Adding debian:E-Tugra_Global_Root_CA_ECC_v3.pem
- Adding debian:E-Tugra_Global_Root_CA_RSA_v3.pem
- Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem
- Adding debian:Entrust_Root_Certification_Authority.pem
- Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem
- Adding debian:Entrust_Root_Certification_Authority_-_G2.pem
- Adding debian:Entrust_Root_Certification_Authority_-_G4.pem
- Adding debian:GDCA_TrustAUTH_R5_ROOT.pem
- Adding debian:GLOBALTRUST_2020.pem
- Adding debian:GTS_Root_R1.pem
- Adding debian:GTS_Root_R2.pem
- Adding debian:GTS_Root_R3.pem
- Adding debian:GTS_Root_R4.pem
- Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem
- Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem
- Adding debian:GlobalSign_Root_CA.pem
- Adding debian:GlobalSign_Root_CA_-_R3.pem
- Adding debian:GlobalSign_Root_CA_-_R6.pem
- Adding debian:GlobalSign_Root_E46.pem
- Adding debian:GlobalSign_Root_R46.pem
- Adding debian:Go_Daddy_Class_2_CA.pem
- Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
- Adding debian:HARICA_TLS_ECC_Root_CA_2021.pem
- Adding debian:HARICA_TLS_RSA_Root_CA_2021.pem
- Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
- Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
- Adding debian:HiPKI_Root_CA_-_G1.pem
- Adding debian:Hongkong_Post_Root_CA_1.pem
- Adding debian:Hongkong_Post_Root_CA_3.pem
- Adding debian:ISRG_Root_X1.pem
- Adding debian:ISRG_Root_X2.pem
- Adding debian:IdenTrust_Commercial_Root_CA_1.pem
- Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem
- Adding debian:Izenpe.com.pem
- Adding debian:Microsec_e-Szigno_Root_CA_2009.pem
- Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem
- Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem
- Adding debian:NAVER_Global_Root_Certification_Authority.pem
- Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem
- Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem
- Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem
- Adding debian:QuoVadis_Root_CA_1_G3.pem
- Adding debian:QuoVadis_Root_CA_2.pem
- Adding debian:QuoVadis_Root_CA_2_G3.pem
- Adding debian:QuoVadis_Root_CA_3.pem
- Adding debian:QuoVadis_Root_CA_3_G3.pem
- Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem
- Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem
- Adding debian:SSL.com_Root_Certification_Authority_ECC.pem
- Adding debian:SSL.com_Root_Certification_Authority_RSA.pem
- Adding debian:SZAFIR_ROOT_CA2.pem
- Adding debian:SecureSign_RootCA11.pem
- Adding debian:SecureTrust_CA.pem
- Adding debian:Secure_Global_CA.pem
- Adding debian:Security_Communication_ECC_RootCA1.pem
- Adding debian:Security_Communication_RootCA2.pem
- Adding debian:Security_Communication_RootCA3.pem
- Adding debian:Security_Communication_Root_CA.pem
- Adding debian:Starfield_Class_2_CA.pem
- Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem
- Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
- Adding debian:SwissSign_Gold_CA_-_G2.pem
- Adding debian:SwissSign_Silver_CA_-_G2.pem
- Adding debian:T-TeleSec_GlobalRoot_Class_2.pem
- Adding debian:T-TeleSec_GlobalRoot_Class_3.pem
- Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
- Adding debian:TWCA_Global_Root_CA.pem
- Adding debian:TWCA_Root_Certification_Authority.pem
- Adding debian:TeliaSonera_Root_CA_v1.pem
- Adding debian:Telia_Root_CA_v2.pem
- Adding debian:TrustCor_ECA-1.pem
- Adding debian:TrustCor_RootCert_CA-1.pem
- Adding debian:TrustCor_RootCert_CA-2.pem
- Adding debian:Trustwave_Global_Certification_Authority.pem
- Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem
- Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem
- Adding debian:TunTrust_Root_CA.pem
- Adding debian:UCA_Extended_Validation_Root.pem
- Adding debian:UCA_Global_G2_Root.pem
- Adding debian:USERTrust_ECC_Certification_Authority.pem
- Adding debian:USERTrust_RSA_Certification_Authority.pem
- Adding debian:XRamp_Global_CA_Root.pem
- Adding debian:certSIGN_ROOT_CA.pem
- Adding debian:certSIGN_Root_CA_G2.pem
- Adding debian:e-Szigno_Root_CA_2017.pem
- Adding debian:ePKI_Root_Certification_Authority.pem
- Adding debian:emSign_ECC_Root_CA_-_C3.pem
- Adding debian:emSign_ECC_Root_CA_-_G3.pem
- Adding debian:emSign_Root_CA_-_C1.pem
- Adding debian:emSign_Root_CA_-_G1.pem
- Adding debian:vTrus_ECC_Root_CA.pem
- Adding debian:vTrus_Root_CA.pem
- done.
- Setting up openjdk-17-jdk-headless:amd64 (17.0.15+6-1~deb12u1) ...
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jdeprscan to provide /usr/bin/jdeprscan (jdeprscan) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jimage to provide /usr/bin/jimage (jimage) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jlink to provide /usr/bin/jlink (jlink) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jmod to provide /usr/bin/jmod (jmod) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jshell to provide /usr/bin/jshell (jshell) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jhsdb to provide /usr/bin/jhsdb (jhsdb) in auto mode
- Setting up default-jre-headless (2:1.17-74) ...
- Setting up openjdk-17-jre:amd64 (17.0.15+6-1~deb12u1) ...
- Setting up default-jre (2:1.17-74) ...
- Setting up openjdk-17-jdk:amd64 (17.0.15+6-1~deb12u1) ...
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode
- Setting up default-jdk-headless (2:1.17-74) ...
- Setting up default-jdk (2:1.17-74) ...
- Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+deb12u1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.0 (https://github.com/mirage/alcotest/releases/download/1.9.0/alcotest-1.9.0.tbz)
-> retrieved astring.0.8.5 (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
-> retrieved cmdliner.1.3.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-1.3.0.tbz)
-> retrieved dates_calc.0.0.9 (https://github.com/CatalaLang/dates-calc/archive/refs/tags/0.0.9.tar.gz)
-> retrieved fmt.0.10.0 (https://erratique.ch/software/fmt/releases/fmt-0.10.0.tbz)
-> installed conf-openjdk.1
-> retrieved ocaml-syntax-shims.1.0.0 (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)
-> retrieved ocamlbuild.0.16.1 (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.16.1.tar.gz)
-> retrieved ocamlfind.1.9.8 (https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz)
-> retrieved ounit2.2.2.7 (https://github.com/gildor478/ounit/releases/download/v2.2.7/ounit-2.2.7.tbz)
-> installed ocaml-syntax-shims.1.0.0
-> retrieved qcheck.0.25 (https://github.com/c-cube/qcheck/archive/v0.25.tar.gz)
-> retrieved qcheck-core.0.25 (cached)
-> retrieved qcheck-ounit.0.25 (cached)
-> retrieved re.1.12.0 (https://github.com/ocaml/ocaml-re/releases/download/1.12.0/re-1.12.0.tbz)
-> retrieved seq.base (2 extra sources)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0 (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
-> retrieved topkg.1.0.8 (https://erratique.ch/software/topkg/releases/topkg-1.0.8.tbz)
-> retrieved uutf.1.0.4 (https://erratique.ch/software/uutf/releases/uutf-1.0.4.tbz)
-> installed stdlib-shims.0.3.0
-> installed cmdliner.1.3.0
-> installed qcheck-core.0.25
-> installed re.1.12.0
-> installed ounit2.2.2.7
-> installed ocamlfind.1.9.8
-> installed qcheck-ounit.0.25
-> installed qcheck.0.25
-> removed dates_calc.0.0.9
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed alcotest.1.9.0
[ERROR] The compilation of dates_calc.0.0.9 failed at "dune build -p dates_calc -j 39 @install @runtest".
#=== ERROR while compiling dates_calc.0.0.9 ===================================#
# context 2.1.6 | linux/x86_64 | ocaml-base-compiler.5.3.0 | pinned(https://github.com/CatalaLang/dates-calc/archive/refs/tags/0.0.9.tar.gz)
# path ~/.opam/5.3/.opam-switch/build/dates_calc.0.0.9
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p dates_calc -j 39 @install @runtest
# exit-code 1
# env-file ~/.opam/log/dates_calc-7-09c8e6.env
# output-file ~/.opam/log/dates_calc-7-09c8e6.out
### output ###
# File "test/dune", line 33, characters 33-36:
# 33 | (action (chdir ../lib_java (run mvn test))))
# ^^^
# Error: Program mvn not found in the tree or in PATH
# (context: default)
# File "test/dune", line 14, characters 24-31:
# 14 | (action (chdir .. (run python3 -m unittest test.unit))))
# ^^^^^^^
# Error: Program python3 not found in the tree or in PATH
# (context: default)
# (cd _build/default/test && ./unit.c.exe)
# === C Tests PASSED ===
# Tests passed: 32 / 32
# (cd _build/default/test && ./unit.exe)
# Testing `unit'.
# This run has ID `B8CRMUG7'.
#
# [OK] add_dates 0 exact.
# [OK] add_dates 1 ambig.
# [OK] first_last_day_of_month 0 all.
#
# Full test results in `~/.opam/5.3/.opam-switch/build/dates_calc.0.0.9/_build/default/test/_build/_tests/unit'.
# Test Successful in 0.002s. 3 tests run.
# (cd _build/default/test && ./prop.exe)
#
random seed: 62050584
# generated error fail pass / total time test name
#
[ ] 0 0 0 0 / 1000 0.0s anon_test_1
[ ] 0 0 0 0 / 1000 0.0s anon_test_1 (generating)
[ ] 344 0 0 344 / 1000 0.1s anon_test_1
[ ] 701 0 0 701 / 1000 0.2s anon_test_1
[✓] 1000 0 0 1000 / 1000 0.3s anon_test_1
#
[ ] 0 0 0 0 / 1000 0.0s anon_test_2
[ ] 2 0 0 2 / 1000 0.0s anon_test_2
[ ] 15 0 0 15 / 1000 0.1s anon_test_2
[ ] 32 0 0 32 / 1000 0.2s anon_test_2
[ ] 58 0 0 58 / 1000 0.3s anon_test_2
[ ] 78 0 0 78 / 1000 0.4s anon_test_2
[ ] 99 0 0 99 / 1000 0.5s anon_test_2
[ ] 116 0 0 116 / 1000 0.6s anon_test_2
[ ] 137 0 0 137 / 1000 0.8s anon_test_2
[ ] 160 0 0 160 / 1000 0.9s anon_test_2
[ ] 177 0 0 177 / 1000 1.0s anon_test_2
[ ] 198 0 0 198 / 1000 1.1s anon_test_2
[ ] 222 0 0 222 / 1000 1.2s anon_test_2
[ ] 242 0 0 242 / 1000 1.3s anon_test_2
[ ] 257 0 0 257 / 1000 1.4s anon_test_2
[ ] 279 0 0 279 / 1000 1.5s anon_test_2
[ ] 304 0 0 304 / 1000 1.6s anon_test_2
[ ] 321 0 0 321 / 1000 1.7s anon_test_2
[ ] 350 0 0 350 / 1000 1.8s anon_test_2
[ ] 374 0 0 374 / 1000 1.9s anon_test_2
[ ] 396 0 0 396 / 1000 2.0s anon_test_2
[ ] 412 0 0 412 / 1000 2.1s anon_test_2
[ ] 430 0 0 430 / 1000 2.2s anon_test_2
[ ] 448 0 0 448 / 1000 2.3s anon_test_2
[ ] 467 0 0 467 / 1000 2.4s anon_test_2
[ ] 489 0 0 489 / 1000 2.5s anon_test_2
[ ] 509 0 0 509 / 1000 2.6s anon_test_2
[ ] 531 0 0 531 / 1000 2.7s anon_test_2
[ ] 565 0 0 565 / 1000 2.8s anon_test_2
[ ] 587 0 0 587 / 1000 3.0s anon_test_2
[ ] 602 0 0 602 / 1000 3.1s anon_test_2
[ ] 628 0 0 628 / 1000 3.2s anon_test_2
[ ] 645 0 0 645 / 1000 3.3s anon_test_2
[ ] 666 0 0 666 / 1000 3.4s anon_test_2
[ ] 689 0 0 689 / 1000 3.5s anon_test_2
[ ] 707 0 0 707 / 1000 3.6s anon_test_2
[ ] 725 0 0 725 / 1000 3.7s anon_test_2
[ ] 751 0 0 751 / 1000 3.8s anon_test_2
[ ] 769 0 0 769 / 1000 3.9s anon_test_2
[ ] 785 0 0 785 / 1000 4.0s anon_test_2
[ ] 805 0 0 805 / 1000 4.1s anon_test_2
[ ] 828 0 0 828 / 1000 4.2s anon_test_2
[ ] 847 0 0 847 / 1000 4.3s anon_test_2
[ ] 870 0 0 870 / 1000 4.4s anon_test_2
[ ] 888 0 0 888 / 1000 4.5s anon_test_2
[ ] 901 0 0 901 / 1000 4.6s anon_test_2
[ ] 916 0 0 916 / 1000 4.7s anon_test_2
[ ] 937 0 0 937 / 1000 4.8s anon_test_2
[ ] 959 0 0 959 / 1000 4.9s anon_test_2
[ ] 978 0 0 978 / 1000 5.0s anon_test_2
[ ] 1000 0 0 1000 / 1000 5.1s anon_test_2
[✓] 1000 0 0 1000 / 1000 5.1s anon_test_2
#
[ ] 0 0 0 0 / 1000000 0.0s h1
[ ] 11526 0 0 11526 / 1000000 0.1s h1
[ ] 23022 0 0 23022 / 1000000 0.2s h1
[ ] 34587 0 0 34587 / 1000000 0.3s h1
[ ] 46148 0 0 46148 / 1000000 0.4s h1
[ ] 57665 0 0 57665 / 1000000 0.5s h1
[ ] 69189 0 0 69189 / 1000000 0.6s h1
[ ] 80729 0 0 80729 / 1000000 0.7s h1
[ ] 92204 0 0 92204 / 1000000 0.8s h1
[ ] 103712 0 0 103712 / 1000000 0.9s h1
[ ] 115242 0 0 115242 / 1000000 1.0s h1
[ ] 126695 0 0 126695 / 1000000 1.1s h1
[ ] 138263 0 0 138263 / 1000000 1.2s h1
[ ] 149812 0 0 149812 / 1000000 1.3s h1
[ ] 161282 0 0 161282 / 1000000 1.4s h1
[ ] 172707 0 0 172707 / 1000000 1.5s h1
[ ] 184204 0 0 184204 / 1000000 1.6s h1
[ ] 195692 0 0 195692 / 1000000 1.7s h1
[ ] 207242 0 0 207242 / 1000000 1.8s h1
[ ] 218799 0 0 218799 / 1000000 1.9s h1
[ ] 230318 0 0 230318 / 1000000 2.0s h1
[ ] 241825 0 0 241825 / 1000000 2.1s h1
[ ] 253384 0 0 253384 / 1000000 2.2s h1
[ ] 264769 0 0 264769 / 1000000 2.3s h1
[ ] 276254 0 0 276254 / 1000000 2.4s h1
[ ] 287820 0 0 287820 / 1000000 2.5s h1
[ ] 299315 0 0 299315 / 1000000 2.6s h1
[ ] 310405 0 0 310405 / 1000000 2.7s h1
[ ] 321691 0 0 321691 / 1000000 2.8s h1
[ ] 332917 0 0 332917 / 1000000 2.9s h1
[ ] 344183 0 0 344183 / 1000000 3.0s h1
[ ] 355554 0 0 355554 / 1000000 3.1s h1
[ ] 366789 0 0 366789 / 1000000 3.2s h1
[ ] 378102 0 0 378102 / 1000000 3.3s h1
[ ] 389399 0 0 389399 / 1000000 3.4s h1
[ ] 400923 0 0 400923 / 1000000 3.5s h1
[ ] 412416 0 0 412416 / 1000000 3.6s h1
[ ] 423893 0 0 423893 / 1000000 3.7s h1 (collecting)
[ ] 435470 0 0 435470 / 1000000 3.8s h1
[ ] 447010 0 0 447010 / 1000000 3.9s h1
[ ] 458558 0 0 458558 / 1000000 4.0s h1
[ ] 469982 0 0 469982 / 1000000 4.1s h1
[ ] 481460 0 0 481460 / 1000000 4.2s h1
[ ] 492996 0 0 492996 / 1000000 4.3s h1
[ ] 504486 0 0 504486 / 1000000 4.4s h1
[ ] 516023 0 0 516023 / 1000000 4.5s h1
[ ] 527478 0 0 527478 / 1000000 4.6s h1
[ ] 538969 0 0 538969 / 1000000 4.7s h1 (collecting)
[ ] 550537 0 0 550537 / 1000000 4.8s h1 (collecting)
[ ] 562040 0 0 562040 / 1000000 4.9s h1
[ ] 573593 0 0 573593 / 1000000 5.0s h1
[ ] 585114 0 0 585114 / 1000000 5.1s h1
[ ] 596649 0 0 596649 / 1000000 5.2s h1
[ ] 608257 0 0 608257 / 1000000 5.3s h1
[ ] 619766 0 0 619766 / 1000000 5.4s h1
[ ] 631214 0 0 631214 / 1000000 5.5s h1
[ ] 642752 0 0 642752 / 1000000 5.6s h1
[ ] 654186 0 0 654186 / 1000000 5.7s h1
[ ] 665755 0 0 665755 / 1000000 5.8s h1
[ ] 677277 0 0 677277 / 1000000 5.9s h1
[ ] 688792 0 0 688792 / 1000000 6.0s h1
[ ] 700314 0 0 700314 / 1000000 6.1s h1
[ ] 711743 0 0 711743 / 1000000 6.2s h1
[ ] 723279 0 0 723279 / 1000000 6.3s h1
[ ] 734770 0 0 734770 / 1000000 6.4s h1
[ ] 746311 0 0 746311 / 1000000 6.5s h1
[ ] 757909 0 0 757909 / 1000000 6.6s h1
[ ] 769523 0 0 769523 / 1000000 6.7s h1
[ ] 780995 0 0 780995 / 1000000 6.8s h1
[ ] 792546 0 0 792546 / 1000000 6.9s h1
[ ] 804076 0 0 804076 / 1000000 7.0s h1
[ ] 815584 0 0 815584 / 1000000 7.1s h1
[ ] 827150 0 0 827150 / 1000000 7.2s h1
[ ] 838695 0 0 838695 / 1000000 7.3s h1
[ ] 850181 0 0 850181 / 1000000 7.4s h1
[ ] 861740 0 0 861740 / 1000000 7.5s h1
[ ] 873276 0 0 873276 / 1000000 7.6s h1
[ ] 884789 0 0 884789 / 1000000 7.7s h1
[ ] 896442 0 0 896442 / 1000000 7.8s h1
[ ] 907933 0 0 907933 / 1000000 7.9s h1
[ ] 919497 0 0 919497 / 1000000 8.0s h1
[ ] 930895 0 0 930895 / 1000000 8.1s h1
[ ] 942321 0 0 942321 / 1000000 8.2s h1
[ ] 953787 0 0 953787 / 1000000 8.3s h1
[ ] 965281 0 0 965281 / 1000000 8.4s h1
[ ] 976811 0 0 976811 / 1000000 8.5s h1
[ ] 988354 0 0 988354 / 1000000 8.6s h1
[ ] 999858 0 0 999858 / 1000000 8.7s h1
[✓] 1000000 0 0 1000000 / 1000000 8.7s h1
#
[ ] 0 0 0 0 / 1000000 0.0s h2
[ ] 5724 0 0 5724 / 1000000 0.1s h2
[ ] 11595 0 0 11595 / 1000000 0.2s h2
[ ] 17475 0 0 17475 / 1000000 0.3s h2
[ ] 23262 0 0 23262 / 1000000 0.4s h2
[ ] 29144 0 0 29144 / 1000000 0.5s h2
[ ] 34911 0 0 34911 / 1000000 0.6s h2
[ ] 40794 0 0 40794 / 1000000 0.7s h2 (generating)
[ ] 46666 0 0 46666 / 1000000 0.8s h2
[ ] 52544 0 0 52544 / 1000000 0.9s h2
[ ] 58355 0 0 58355 / 1000000 1.0s h2
[ ] 64152 0 0 64152 / 1000000 1.1s h2
[ ] 69944 0 0 69944 / 1000000 1.2s h2
[ ] 75750 0 0 75750 / 1000000 1.3s h2
[ ] 81520 0 0 81520 / 1000000 1.4s h2
[ ] 87334 0 0 87334 / 1000000 1.5s h2
[ ] 93165 0 0 93165 / 1000000 1.6s h2
[ ] 98980 0 0 98980 / 1000000 1.7s h2
[ ] 104740 0 0 104740 / 1000000 1.8s h2
[ ] 110573 0 0 110573 / 1000000 1.9s h2
[ ] 116297 0 0 116297 / 1000000 2.0s h2
[ ] 122022 0 0 122022 / 1000000 2.1s h2
[ ] 127886 0 0 127886 / 1000000 2.2s h2
[ ] 133693 0 0 133693 / 1000000 2.3s h2
[ ] 139545 0 0 139545 / 1000000 2.4s h2
[ ] 145398 0 0 145398 / 1000000 2.5s h2
[ ] 151230 0 0 151230 / 1000000 2.6s h2
[ ] 157001 0 0 157001 / 1000000 2.7s h2
[ ] 162809 0 0 162809 / 1000000 2.8s h2
[ ] 168561 0 0 168561 / 1000000 2.9s h2 (collecting)
[ ] 174357 0 0 174357 / 1000000 3.0s h2
[ ] 180104 0 0 180104 / 1000000 3.1s h2
[ ] 185939 0 0 185939 / 1000000 3.2s h2
[ ] 191770 0 0 191770 / 1000000 3.3s h2
[ ] 197644 0 0 197644 / 1000000 3.4s h2
[ ] 203468 0 0 203468 / 1000000 3.5s h2
[ ] 209230 0 0 209230 / 1000000 3.6s h2
[ ] 215056 0 0 215056 / 1000000 3.7s h2
[ ] 220816 0 0 220816 / 1000000 3.8s h2
[ ] 226658 0 0 226658 / 1000000 3.9s h2
[ ] 232445 0 0 232445 / 1000000 4.0s h2
[ ] 238235 0 0 238235 / 1000000 4.1s h2
[ ] 244040 0 0 244040 / 1000000 4.2s h2
[ ] 249857 0 0 249857 / 1000000 4.3s h2
[ ] 255642 0 0 255642 / 1000000 4.4s h2
[ ] 261472 0 0 261472 / 1000000 4.5s h2
[ ] 267279 0 0 267279 / 1000000 4.6s h2
[ ] 272943 0 0 272943 / 1000000 4.7s h2
[ ] 278622 0 0 278622 / 1000000 4.8s h2
[ ] 284298 0 0 284298 / 1000000 4.9s h2
[ ] 290005 0 0 290005 / 1000000 5.0s h2
[ ] 295665 0 0 295665 / 1000000 5.1s h2
[ ] 301302 0 0 301302 / 1000000 5.2s h2
[ ] 307018 0 0 307018 / 1000000 5.3s h2
[ ] 312798 0 0 312798 / 1000000 5.4s h2
[ ] 318637 0 0 318637 / 1000000 5.5s h2
[ ] 324429 0 0 324429 / 1000000 5.6s h2
[ ] 330276 0 0 330276 / 1000000 5.7s h2
[ ] 336095 0 0 336095 / 1000000 5.8s h2
[ ] 341904 0 0 341904 / 1000000 5.9s h2
[ ] 347737 0 0 347737 / 1000000 6.0s h2
[ ] 353521 0 0 353521 / 1000000 6.1s h2
[ ] 359357 0 0 359357 / 1000000 6.2s h2
[ ] 365203 0 0 365203 / 1000000 6.3s h2
[ ] 371075 0 0 371075 / 1000000 6.4s h2
[ ] 376862 0 0 376862 / 1000000 6.5s h2
[ ] 382658 0 0 382658 / 1000000 6.6s h2
[ ] 388484 0 0 388484 / 1000000 6.7s h2
[ ] 394326 0 0 394326 / 1000000 6.8s h2
[ ] 400198 0 0 400198 / 1000000 6.9s h2
[ ] 406096 0 0 406096 / 1000000 7.0s h2
[ ] 411876 0 0 411876 / 1000000 7.1s h2
[ ] 417723 0 0 417723 / 1000000 7.2s h2
[ ] 423559 0 0 423559 / 1000000 7.3s h2
[ ] 429339 0 0 429339 / 1000000 7.4s h2
[ ] 435106 0 0 435106 / 1000000 7.5s h2
[ ] 441004 0 0 441004 / 1000000 7.6s h2
[ ] 446822 0 0 446822 / 1000000 7.7s h2
[ ] 452602 0 0 452602 / 1000000 7.8s h2
[ ] 458475 0 0 458475 / 1000000 7.9s h2
[ ] 464189 0 0 464189 / 1000000 8.0s h2
[ ] 470028 0 0 470028 / 1000000 8.1s h2
[ ] 475823 0 0 475823 / 1000000 8.2s h2
[ ] 481630 0 0 481630 / 1000000 8.3s h2
[ ] 487487 0 0 487487 / 1000000 8.4s h2
[ ] 493274 0 0 493274 / 1000000 8.5s h2
[ ] 499046 0 0 499046 / 1000000 8.6s h2
[ ] 504934 0 0 504934 / 1000000 8.7s h2
[ ] 510734 0 0 510734 / 1000000 8.8s h2
[ ] 516512 0 0 516512 / 1000000 8.9s h2
[ ] 522342 0 0 522342 / 1000000 9.0s h2
[ ] 528166 0 0 528166 / 1000000 9.1s h2
[ ] 533986 0 0 533986 / 1000000 9.2s h2
[ ] 539794 0 0 539794 / 1000000 9.3s h2
[ ] 545600 0 0 545600 / 1000000 9.4s h2
[ ] 551414 0 0 551414 / 1000000 9.5s h2
[ ] 557154 0 0 557154 / 1000000 9.6s h2
[ ] 562922 0 0 562922 / 1000000 9.7s h2
[ ] 568774 0 0 568774 / 1000000 9.8s h2
[ ] 574647 0 0 574647 / 1000000 9.9s h2
[ ] 580377 0 0 580377 / 1000000 10.0s h2
[ ] 586026 0 0 586026 / 1000000 10.1s h2
[ ] 591805 0 0 591805 / 1000000 10.2s h2 ( testing)
[ ] 597602 0 0 597602 / 1000000 10.3s h2
[ ] 603344 0 0 603344 / 1000000 10.4s h2
[ ] 609056 0 0 609056 / 1000000 10.5s h2
[ ] 614685 0 0 614685 / 1000000 10.6s h2
[ ] 620386 0 0 620386 / 1000000 10.7s h2
[ ] 626204 0 0 626204 / 1000000 10.8s h2
[ ] 632048 0 0 632048 / 1000000 10.9s h2
[ ] 637833 0 0 637833 / 1000000 11.0s h2
[ ] 643604 0 0 643604 / 1000000 11.1s h2
[ ] 649436 0 0 649436 / 1000000 11.2s h2
[ ] 655331 0 0 655331 / 1000000 11.3s h2
[ ] 661113 0 0 661113 / 1000000 11.4s h2
[ ] 666874 0 0 666874 / 1000000 11.5s h2
[ ] 672659 0 0 672659 / 1000000 11.6s h2
[ ] 678410 0 0 678410 / 1000000 11.7s h2
[ ] 684253 0 0 684253 / 1000000 11.8s h2
[ ] 690096 0 0 690096 / 1000000 11.9s h2
[ ] 695950 0 0 695950 / 1000000 12.0s h2
[ ] 701783 0 0 701783 / 1000000 12.1s h2
[ ] 707554 0 0 707554 / 1000000 12.2s h2
[ ] 713361 0 0 713361 / 1000000 12.3s h2
[ ] 719224 0 0 719224 / 1000000 12.4s h2
[ ] 725035 0 0 725035 / 1000000 12.5s h2
[ ] 730893 0 0 730893 / 1000000 12.6s h2
[ ] 736669 0 0 736669 / 1000000 12.7s h2
[ ] 742450 0 0 742450 / 1000000 12.8s h2
[ ] 748269 0 0 748269 / 1000000 12.9s h2
[ ] 754066 0 0 754066 / 1000000 13.0s h2
[ ] 759947 0 0 759947 / 1000000 13.1s h2
[ ] 765695 0 0 765695 / 1000000 13.2s h2
[ ] 771521 0 0 771521 / 1000000 13.3s h2
[ ] 777348 0 0 777348 / 1000000 13.4s h2
[ ] 783157 0 0 783157 / 1000000 13.5s h2
[ ] 788929 0 0 788929 / 1000000 13.6s h2
[ ] 794770 0 0 794770 / 1000000 13.7s h2
[ ] 800591 0 0 800591 / 1000000 13.8s h2
[ ] 806359 0 0 806359 / 1000000 13.9s h2
[ ] 812139 0 0 812139 / 1000000 14.0s h2
[ ] 817864 0 0 817864 / 1000000 14.1s h2
[ ] 823630 0 0 823630 / 1000000 14.2s h2
[ ] 829343 0 0 829343 / 1000000 14.3s h2
[ ] 835080 0 0 835080 / 1000000 14.4s h2 (collecting)
[ ] 840651 0 0 840651 / 1000000 14.5s h2
[ ] 846205 0 0 846205 / 1000000 14.6s h2
[ ] 851800 0 0 851800 / 1000000 14.7s h2
[ ] 857383 0 0 857383 / 1000000 14.8s h2 (collecting)
[ ] 862987 0 0 862987 / 1000000 14.9s h2
[ ] 868797 0 0 868797 / 1000000 15.0s h2
[ ] 874638 0 0 874638 / 1000000 15.1s h2
[ ] 880487 0 0 880487 / 1000000 15.2s h2
[ ] 886199 0 0 886199 / 1000000 15.3s h2
[ ] 891880 0 0 891880 / 1000000 15.4s h2
[ ] 897616 0 0 897616 / 1000000 15.5s h2
[ ] 903372 0 0 903372 / 1000000 15.6s h2
[ ] 909088 0 0 909088 / 1000000 15.7s h2
[ ] 914732 0 0 914732 / 1000000 15.8s h2
[ ] 920475 0 0 920475 / 1000000 15.9s h2
[ ] 926284 0 0 926284 / 1000000 16.0s h2 (collecting)
[ ] 932211 0 0 932211 / 1000000 16.1s h2
[ ] 938071 0 0 938071 / 1000000 16.2s h2
[ ] 943942 0 0 943942 / 1000000 16.3s h2
[ ] 949819 0 0 949819 / 1000000 16.4s h2
[ ] 955674 0 0 955674 / 1000000 16.5s h2
[ ] 961533 0 0 961533 / 1000000 16.6s h2
[ ] 967346 0 0 967346 / 1000000 16.7s h2
[ ] 973198 0 0 973198 / 1000000 16.8s h2
[ ] 979057 0 0 979057 / 1000000 16.9s h2
[ ] 984960 0 0 984960 / 1000000 17.0s h2
[ ] 990893 0 0 990893 / 1000000 17.1s h2
[ ] 996782 0 0 996782 / 1000000 17.2s h2
[✓] 1000000 0 0 1000000 / 1000000 17.3s h2
#
[ ] 0 0 0 0 / 1000000 0.0s h3
[ ] 5240 0 0 5240 / 1000000 0.0s h3
[ ] 16869 0 0 16869 / 1000000 0.1s h3
[ ] 28525 0 0 28525 / 1000000 0.2s h3
[ ] 40109 0 0 40109 / 1000000 0.3s h3
[ ] 51722 0 0 51722 / 1000000 0.4s h3
[ ] 63339 0 0 63339 / 1000000 0.5s h3
[ ] 74983 0 0 74983 / 1000000 0.6s h3
[ ] 86591 0 0 86591 / 1000000 0.7s h3
[ ] 98169 0 0 98169 / 1000000 0.8s h3
[ ] 109711 0 0 109711 / 1000000 0.9s h3
[ ] 121264 0 0 121264 / 1000000 1.0s h3
[ ] 132805 0 0 132805 / 1000000 1.1s h3
[ ] 144461 0 0 144461 / 1000000 1.2s h3
[ ] 156090 0 0 156090 / 1000000 1.3s h3 ( testing)
[ ] 167665 0 0 167665 / 1000000 1.4s h3
[ ] 179229 0 0 179229 / 1000000 1.5s h3
[ ] 190760 0 0 190760 / 1000000 1.6s h3
[ ] 202397 0 0 202397 / 1000000 1.7s h3
[ ] 214039 0 0 214039 / 1000000 1.8s h3
[ ] 225674 0 0 225674 / 1000000 1.9s h3
[ ] 237215 0 0 237215 / 1000000 2.0s h3
[ ] 248888 0 0 248888 / 1000000 2.1s h3
[ ] 260421 0 0 260421 / 1000000 2.2s h3
[ ] 271929 0 0 271929 / 1000000 2.3s h3
[ ] 283496 0 0 283496 / 1000000 2.4s h3
[ ] 295078 0 0 295078 / 1000000 2.5s h3
[ ] 306665 0 0 306665 / 1000000 2.6s h3
[ ] 318301 0 0 318301 / 1000000 2.7s h3
[ ] 329976 0 0 329976 / 1000000 2.8s h3
[ ] 341562 0 0 341562 / 1000000 2.9s h3
[ ] 353147 0 0 353147 / 1000000 3.0s h3
[ ] 364698 0 0 364698 / 1000000 3.1s h3
[ ] 376322 0 0 376322 / 1000000 3.2s h3
[ ] 387898 0 0 387898 / 1000000 3.3s h3
[ ] 399556 0 0 399556 / 1000000 3.4s h3
[ ] 411123 0 0 411123 / 1000000 3.5s h3
[ ] 422709 0 0 422709 / 1000000 3.6s h3
[ ] 434367 0 0 434367 / 1000000 3.7s h3
[ ] 445992 0 0 445992 / 1000000 3.8s h3
[ ] 457636 0 0 457636 / 1000000 3.9s h3
[ ] 469151 0 0 469151 / 1000000 4.0s h3
[ ] 480721 0 0 480721 / 1000000 4.1s h3
[ ] 492352 0 0 492352 / 1000000 4.2s h3
[ ] 503942 0 0 503942 / 1000000 4.3s h3
[ ] 515579 0 0 515579 / 1000000 4.4s h3
[ ] 527140 0 0 527140 / 1000000 4.5s h3
[ ] 538738 0 0 538738 / 1000000 4.6s h3
[ ] 550409 0 0 550409 / 1000000 4.7s h3
[ ] 562016 0 0 562016 / 1000000 4.8s h3
[ ] 573651 0 0 573651 / 1000000 4.9s h3
[ ] 585266 0 0 585266 / 1000000 5.0s h3
[ ] 596934 0 0 596934 / 1000000 5.1s h3
[ ] 608583 0 0 608583 / 1000000 5.2s h3
[ ] 620207 0 0 620207 / 1000000 5.3s h3
[ ] 631701 0 0 631701 / 1000000 5.4s h3
[ ] 643330 0 0 643330 / 1000000 5.5s h3
[ ] 654902 0 0 654902 / 1000000 5.6s h3
[ ] 666542 0 0 666542 / 1000000 5.7s h3
[ ] 678160 0 0 678160 / 1000000 5.8s h3
[ ] 689741 0 0 689741 / 1000000 5.9s h3
[ ] 701344 0 0 701344 / 1000000 6.0s h3
[ ] 712927 0 0 712927 / 1000000 6.1s h3
[ ] 724572 0 0 724572 / 1000000 6.2s h3
[ ] 736143 0 0 736143 / 1000000 6.3s h3
[ ] 747792 0 0 747792 / 1000000 6.4s h3
[ ] 759518 0 0 759518 / 1000000 6.5s h3
[ ] 771237 0 0 771237 / 1000000 6.6s h3
[ ] 782778 0 0 782778 / 1000000 6.7s h3
[ ] 794466 0 0 794466 / 1000000 6.8s h3
[ ] 806102 0 0 806102 / 1000000 6.9s h3
[ ] 817739 0 0 817739 / 1000000 7.0s h3
[ ] 829409 0 0 829409 / 1000000 7.1s h3
[ ] 841011 0 0 841011 / 1000000 7.2s h3
[ ] 852487 0 0 852487 / 1000000 7.3s h3
[ ] 863854 0 0 863854 / 1000000 7.4s h3
[ ] 875257 0 0 875257 / 1000000 7.5s h3
[ ] 886556 0 0 886556 / 1000000 7.6s h3
[ ] 898234 0 0 898234 / 1000000 7.7s h3
[ ] 909878 0 0 909878 / 1000000 7.8s h3
[ ] 921525 0 0 921525 / 1000000 7.9s h3
[ ] 933045 0 0 933045 / 1000000 8.0s h3
[ ] 944536 0 0 944536 / 1000000 8.1s h3
[ ] 956096 0 0 956096 / 1000000 8.2s h3
[ ] 967670 0 0 967670 / 1000000 8.3s h3
[ ] 979317 0 0 979317 / 1000000 8.4s h3
[ ] 990897 0 0 990897 / 1000000 8.5s h3
[✓] 1000000 0 0 1000000 / 1000000 8.6s h3
#
[ ] 0 0 0 0 / 1000000 0.0s h4
[ ] 1094 0 0 1094 / 1000000 0.0s h4
[ ] 6211 0 0 6211 / 1000000 0.1s h4
[ ] 11364 0 0 11364 / 1000000 0.2s h4
[ ] 16484 0 0 16484 / 1000000 0.3s h4
[ ] 21663 0 0 21663 / 1000000 0.4s h4
[ ] 26878 0 0 26878 / 1000000 0.5s h4
[ ] 32029 0 0 32029 / 1000000 0.6s h4
[ ] 37162 0 0 37162 / 1000000 0.7s h4
[ ] 42515 0 0 42515 / 1000000 0.8s h4
[ ] 47802 0 0 47802 / 1000000 0.9s h4
[ ] 53125 0 0 53125 / 1000000 1.0s h4
[ ] 58403 0 0 58403 / 1000000 1.1s h4
[ ] 63683 0 0 63683 / 1000000 1.2s h4
[ ] 68958 0 0 68958 / 1000000 1.3s h4
[ ] 74244 0 0 74244 / 1000000 1.4s h4
[ ] 79596 0 0 79596 / 1000000 1.5s h4
[ ] 84901 0 0 84901 / 1000000 1.6s h4
[ ] 90205 0 0 90205 / 1000000 1.7s h4
[ ] 95530 0 0 95530 / 1000000 1.8s h4
[ ] 100831 0 0 100831 / 1000000 1.9s h4
[ ] 106092 0 0 106092 / 1000000 2.0s h4 (collecting)
[ ] 111382 0 0 111382 / 1000000 2.1s h4
[ ] 116702 0 0 116702 / 1000000 2.2s h4
[ ] 121996 0 0 121996 / 1000000 2.3s h4
[ ] 127313 0 0 127313 / 1000000 2.4s h4
[ ] 132578 0 0 132578 / 1000000 2.5s h4
[ ] 137895 0 0 137895 / 1000000 2.6s h4
[ ] 143196 0 0 143196 / 1000000 2.7s h4
[ ] 148541 0 0 148541 / 1000000 2.8s h4
[ ] 153860 0 0 153860 / 1000000 2.9s h4
[ ] 159138 0 0 159138 / 1000000 3.0s h4
[ ] 164418 0 0 164418 / 1000000 3.1s h4
[ ] 169838 0 0 169838 / 1000000 3.2s h4
[ ] 175100 0 0 175100 / 1000000 3.3s h4
[ ] 180514 0 0 180514 / 1000000 3.4s h4
[ ] 185820 0 0 185820 / 1000000 3.5s h4
[ ] 191069 0 0 191069 / 1000000 3.6s h4
[ ] 196382 0 0 196382 / 1000000 3.7s h4
[ ] 201676 0 0 201676 / 1000000 3.8s h4
[ ] 206898 0 0 206898 / 1000000 3.9s h4
[ ] 212170 0 0 212170 / 1000000 4.0s h4
[ ] 217509 0 0 217509 / 1000000 4.1s h4
[ ] 222883 0 0 222883 / 1000000 4.2s h4
[ ] 228161 0 0 228161 / 1000000 4.3s h4
[ ] 233465 0 0 233465 / 1000000 4.4s h4
[ ] 238771 0 0 238771 / 1000000 4.5s h4
[ ] 244106 0 0 244106 / 1000000 4.6s h4
[ ] 249503 0 0 249503 / 1000000 4.7s h4
[ ] 254798 0 0 254798 / 1000000 4.8s h4
[ ] 260010 0 0 260010 / 1000000 4.9s h4
[ ] 265304 0 0 265304 / 1000000 5.0s h4
[ ] 270653 0 0 270653 / 1000000 5.1s h4
[ ] 275949 0 0 275949 / 1000000 5.2s h4
[ ] 281176 0 0 281176 / 1000000 5.3s h4
[ ] 286481 0 0 286481 / 1000000 5.4s h4
[ ] 291732 0 0 291732 / 1000000 5.5s h4
[ ] 297092 0 0 297092 / 1000000 5.6s h4
[ ] 302430 0 0 302430 / 1000000 5.7s h4
[ ] 307686 0 0 307686 / 1000000 5.8s h4
[ ] 312715 0 0 312715 / 1000000 5.9s h4
[ ] 317686 0 0 317686 / 1000000 6.0s h4
[ ] 322712 0 0 322712 / 1000000 6.1s h4
[ ] 327866 0 0 327866 / 1000000 6.2s h4
[ ] 332999 0 0 332999 / 1000000 6.3s h4
[ ] 338230 0 0 338230 / 1000000 6.4s h4
[ ] 343476 0 0 343476 / 1000000 6.5s h4
[ ] 348740 0 0 348740 / 1000000 6.6s h4
[ ] 354016 0 0 354016 / 1000000 6.7s h4
[ ] 359343 0 0 359343 / 1000000 6.8s h4
[ ] 364581 0 0 364581 / 1000000 6.9s h4
[ ] 369867 0 0 369867 / 1000000 7.0s h4
[ ] 375175 0 0 375175 / 1000000 7.1s h4
[ ] 380396 0 0 380396 / 1000000 7.2s h4
[ ] 385717 0 0 385717 / 1000000 7.3s h4
[ ] 391038 0 0 391038 / 1000000 7.4s h4
[ ] 396375 0 0 396375 / 1000000 7.5s h4
[ ] 401674 0 0 401674 / 1000000 7.6s h4
[ ] 407020 0 0 407020 / 1000000 7.7s h4
[ ] 412347 0 0 412347 / 1000000 7.8s h4
[ ] 417643 0 0 417643 / 1000000 7.9s h4
[ ] 422964 0 0 422964 / 1000000 8.0s h4
[ ] 428248 0 0 428248 / 1000000 8.1s h4
[ ] 433545 0 0 433545 / 1000000 8.2s h4
[ ] 438867 0 0 438867 / 1000000 8.3s h4
[ ] 444085 0 0 444085 / 1000000 8.4s h4
[ ] 449365 0 0 449365 / 1000000 8.5s h4
[ ] 454736 0 0 454736 / 1000000 8.6s h4
[ ] 460093 0 0 460093 / 1000000 8.7s h4
[ ] 465411 0 0 465411 / 1000000 8.8s h4
[ ] 470674 0 0 470674 / 1000000 8.9s h4
[ ] 476003 0 0 476003 / 1000000 9.0s h4
[ ] 481293 0 0 481293 / 1000000 9.1s h4
[ ] 486574 0 0 486574 / 1000000 9.2s h4
[ ] 491881 0 0 491881 / 1000000 9.3s h4
[ ] 497248 0 0 497248 / 1000000 9.4s h4
[ ] 502631 0 0 502631 / 1000000 9.5s h4
[ ] 508010 0 0 508010 / 1000000 9.6s h4
[ ] 513406 0 0 513406 / 1000000 9.7s h4
[ ] 518680 0 0 518680 / 1000000 9.8s h4
[ ] 524081 0 0 524081 / 1000000 9.9s h4
[ ] 529417 0 0 529417 / 1000000 10.0s h4
[ ] 534624 0 0 534624 / 1000000 10.1s h4
[ ] 539887 0 0 539887 / 1000000 10.2s h4
[ ] 545193 0 0 545193 / 1000000 10.3s h4
[ ] 550494 0 0 550494 / 1000000 10.4s h4
[ ] 555745 0 0 555745 / 1000000 10.5s h4
[ ] 561065 0 0 561065 / 1000000 10.6s h4
[ ] 566299 0 0 566299 / 1000000 10.7s h4
[ ] 571399 0 0 571399 / 1000000 10.8s h4
[ ] 576519 0 0 576519 / 1000000 10.9s h4
[ ] 581712 0 0 581712 / 1000000 11.0s h4
[ ] 586847 0 0 586847 / 1000000 11.1s h4
[ ] 591972 0 0 591972 / 1000000 11.2s h4
[ ] 597179 0 0 597179 / 1000000 11.3s h4
[ ] 602426 0 0 602426 / 1000000 11.4s h4
[ ] 607689 0 0 607689 / 1000000 11.5s h4
[ ] 613017 0 0 613017 / 1000000 11.6s h4
[ ] 618314 0 0 618314 / 1000000 11.7s h4
[ ] 623642 0 0 623642 / 1000000 11.8s h4
[ ] 628923 0 0 628923 / 1000000 11.9s h4
[ ] 634195 0 0 634195 / 1000000 12.0s h4
[ ] 639522 0 0 639522 / 1000000 12.1s h4
[ ] 644837 0 0 644837 / 1000000 12.2s h4
[ ] 650126 0 0 650126 / 1000000 12.3s h4
[ ] 655422 0 0 655422 / 1000000 12.4s h4
[ ] 660555 0 0 660555 / 1000000 12.5s h4
[ ] 665667 0 0 665667 / 1000000 12.6s h4
[ ] 670858 0 0 670858 / 1000000 12.7s h4
[ ] 676076 0 0 676076 / 1000000 12.8s h4
[ ] 681432 0 0 681432 / 1000000 12.9s h4
[ ] 686705 0 0 686705 / 1000000 13.0s h4
[ ] 692006 0 0 692006 / 1000000 13.1s h4
[ ] 697303 0 0 697303 / 1000000 13.2s h4
[ ] 702573 0 0 702573 / 1000000 13.3s h4
[ ] 707855 0 0 707855 / 1000000 13.4s h4
[ ] 713221 0 0 713221 / 1000000 13.5s h4
[ ] 718563 0 0 718563 / 1000000 13.6s h4
[ ] 723875 0 0 723875 / 1000000 13.7s h4
[ ] 729139 0 0 729139 / 1000000 13.8s h4
[ ] 734399 0 0 734399 / 1000000 13.9s h4
[ ] 739610 0 0 739610 / 1000000 14.0s h4
[ ] 744883 0 0 744883 / 1000000 14.1s h4
[ ] 750262 0 0 750262 / 1000000 14.2s h4
[ ] 755553 0 0 755553 / 1000000 14.3s h4
[ ] 760893 0 0 760893 / 1000000 14.4s h4
[ ] 766208 0 0 766208 / 1000000 14.5s h4
[ ] 771423 0 0 771423 / 1000000 14.6s h4
[ ] 776505 0 0 776505 / 1000000 14.7s h4
[ ] 781593 0 0 781593 / 1000000 14.8s h4
[ ] 786679 0 0 786679 / 1000000 14.9s h4
[ ] 791800 0 0 791800 / 1000000 15.0s h4
[ ] 797039 0 0 797039 / 1000000 15.1s h4
[ ] 802286 0 0 802286 / 1000000 15.2s h4
[ ] 807618 0 0 807618 / 1000000 15.3s h4
[ ] 812903 0 0 812903 / 1000000 15.4s h4
[ ] 818148 0 0 818148 / 1000000 15.5s h4
[ ] 823507 0 0 823507 / 1000000 15.6s h4
[ ] 828830 0 0 828830 / 1000000 15.7s h4
[ ] 834051 0 0 834051 / 1000000 15.8s h4
[ ] 839402 0 0 839402 / 1000000 15.9s h4
[ ] 844791 0 0 844791 / 1000000 16.0s h4
[ ] 850063 0 0 850063 / 1000000 16.1s h4
[ ] 855385 0 0 855385 / 1000000 16.2s h4
[ ] 860661 0 0 860661 / 1000000 16.3s h4
[ ] 865929 0 0 865929 / 1000000 16.4s h4
[ ] 871171 0 0 871171 / 1000000 16.5s h4
[ ] 876395 0 0 876395 / 1000000 16.6s h4
[ ] 881453 0 0 881453 / 1000000 16.7s h4
[ ] 886412 0 0 886412 / 1000000 16.8s h4
[ ] 891528 0 0 891528 / 1000000 16.9s h4
[ ] 896637 0 0 896637 / 1000000 17.0s h4
[ ] 901740 0 0 901740 / 1000000 17.1s h4
[ ] 906956 0 0 906956 / 1000000 17.2s h4
[ ] 912227 0 0 912227 / 1000000 17.3s h4
[ ] 917545 0 0 917545 / 1000000 17.4s h4
[ ] 922826 0 0 922826 / 1000000 17.5s h4
[ ] 928120 0 0 928120 / 1000000 17.6s h4
[ ] 933424 0 0 933424 / 1000000 17.7s h4
[ ] 938731 0 0 938731 / 1000000 17.8s h4
[ ] 944037 0 0 944037 / 1000000 17.9s h4
[ ] 949330 0 0 949330 / 1000000 18.0s h4
[ ] 954663 0 0 954663 / 1000000 18.1s h4
[ ] 959954 0 0 959954 / 1000000 18.2s h4
[ ] 965142 0 0 965142 / 1000000 18.3s h4
[ ] 970480 0 0 970480 / 1000000 18.4s h4
[ ] 975773 0 0 975773 / 1000000 18.5s h4
[ ] 981023 0 0 981023 / 1000000 18.6s h4
[ ] 986331 0 0 986331 / 1000000 18.7s h4
[ ] 991650 0 0 991650 / 1000000 18.8s h4
[ ] 996903 0 0 996903 / 1000000 18.9s h4 ( testing)
[✓] 1000000 0 0 1000000 / 1000000 19.0s h4
# ================================================================================
# success (ran 6 tests)
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build dates_calc 0.0.9
+-
+- The following changes have been performed
| - remove dates_calc 0.0.9
| - install alcotest 1.9.0
| - install astring 0.8.5
| - install cmdliner 1.3.0
| - install conf-openjdk 1
| - install fmt 0.10.0
| - install ocaml-syntax-shims 1.0.0
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install ounit2 2.2.7
| - install qcheck 0.25
| - install qcheck-core 0.25
| - install qcheck-ounit 0.25
| - install re 1.12.0
| - install seq base
| - install stdlib-shims 0.3.0
| - install topkg 1.0.8
| - install uutf 1.0.4
+-
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/5.3/.opam-switch/backup/state-20250507155805.export"
Or you can retry to install your package selection with:
/usr/bin/opam install --restore
2025-05-07 15:59.57 ---> saved as "c5d254a4ab51e45c06c2e90c9d71eb860c8981ba11b8961634bf0a82b52f2c8d"
/home/opam: (run (shell "opam reinstall --with-test --verbose dates_calc.0.0.9;\
\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\" != 'dates_calc.0.0.9' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dates_calc.0.0.9 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install dates_calc 0.0.9*
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/3:
-> retrieved dates_calc.0.0.9 (cached)
Processing 2/3: [dates_calc: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dates_calc" "-j" "39" "@install" "@runtest" (CWD=/home/opam/.opam/5.3/.opam-switch/build/dates_calc.0.0.9)
- File "test/dune", line 33, characters 33-36:
- 33 | (action (chdir ../lib_java (run mvn test))))
- ^^^
- Error: Program mvn not found in the tree or in PATH
- (context: default)
- File "test/dune", line 14, characters 24-31:
- 14 | (action (chdir .. (run python3 -m unittest test.unit))))
- ^^^^^^^
- Error: Program python3 not found in the tree or in PATH
- (context: default)
- (cd _build/default/test && ./unit.c.exe)
- === C Tests PASSED ===
- Tests passed: 32 / 32
- (cd _build/default/test && ./unit.exe)
- Testing `unit'.
- This run has ID `MSBPR2KG'.
-
- [OK] add_dates 0 exact.
- [OK] add_dates 1 ambig.
- [OK] first_last_day_of_month 0 all.
-
- Full test results in `~/.opam/5.3/.opam-switch/build/dates_calc.0.0.9/_build/default/test/_build/_tests/unit'.
- Test Successful in 0.002s. 3 tests run.
- (cd _build/default/test && ./prop.exe)
-
random seed: 68890038
- generated error fail pass / total time test name
-
[ ] 0 0 0 0 / 1000 0.0s anon_test_1
[ ] 0 0 0 0 / 1000 0.0s anon_test_1 (generating)
[ ] 336 0 0 336 / 1000 0.1s anon_test_1
[ ] 653 0 0 653 / 1000 0.2s anon_test_1
[ ] 998 0 0 998 / 1000 0.3s anon_test_1
[✓] 1000 0 0 1000 / 1000 0.3s anon_test_1
-
[ ] 0 0 0 0 / 1000 0.0s anon_test_2
[ ] 14 0 0 14 / 1000 0.1s anon_test_2
[ ] 37 0 0 37 / 1000 0.2s anon_test_2
[ ] 52 0 0 52 / 1000 0.3s anon_test_2
[ ] 74 0 0 74 / 1000 0.4s anon_test_2
[ ] 92 0 0 92 / 1000 0.5s anon_test_2
[ ] 109 0 0 109 / 1000 0.6s anon_test_2
[ ] 130 0 0 130 / 1000 0.7s anon_test_2
[ ] 146 0 0 146 / 1000 0.8s anon_test_2
[ ] 166 0 0 166 / 1000 0.9s anon_test_2
[ ] 184 0 0 184 / 1000 1.0s anon_test_2
[ ] 204 0 0 204 / 1000 1.2s anon_test_2
[ ] 229 0 0 229 / 1000 1.3s anon_test_2
[ ] 248 0 0 248 / 1000 1.4s anon_test_2
[ ] 266 0 0 266 / 1000 1.5s anon_test_2
[ ] 286 0 0 286 / 1000 1.6s anon_test_2
[ ] 310 0 0 310 / 1000 1.7s anon_test_2
[ ] 330 0 0 330 / 1000 1.8s anon_test_2
[ ] 346 0 0 346 / 1000 1.9s anon_test_2
[ ] 364 0 0 364 / 1000 2.0s anon_test_2
[ ] 380 0 0 380 / 1000 2.1s anon_test_2
[ ] 408 0 0 408 / 1000 2.2s anon_test_2
[ ] 435 0 0 435 / 1000 2.3s anon_test_2
[ ] 455 0 0 455 / 1000 2.4s anon_test_2
[ ] 478 0 0 478 / 1000 2.5s anon_test_2
[ ] 496 0 0 496 / 1000 2.6s anon_test_2
[ ] 512 0 0 512 / 1000 2.7s anon_test_2
[ ] 531 0 0 531 / 1000 2.8s anon_test_2
[ ] 551 0 0 551 / 1000 3.0s anon_test_2
[ ] 571 0 0 571 / 1000 3.1s anon_test_2
[ ] 590 0 0 590 / 1000 3.2s anon_test_2
[ ] 607 0 0 607 / 1000 3.3s anon_test_2
[ ] 626 0 0 626 / 1000 3.4s anon_test_2
[ ] 650 0 0 650 / 1000 3.5s anon_test_2
[ ] 668 0 0 668 / 1000 3.6s anon_test_2
[ ] 686 0 0 686 / 1000 3.7s anon_test_2
[ ] 706 0 0 706 / 1000 3.8s anon_test_2
[ ] 726 0 0 726 / 1000 3.9s anon_test_2
[ ] 752 0 0 752 / 1000 4.0s anon_test_2
[ ] 773 0 0 773 / 1000 4.1s anon_test_2
[ ] 791 0 0 791 / 1000 4.2s anon_test_2
[ ] 815 0 0 815 / 1000 4.3s anon_test_2
[ ] 835 0 0 835 / 1000 4.4s anon_test_2
[ ] 859 0 0 859 / 1000 4.5s anon_test_2
[ ] 881 0 0 881 / 1000 4.6s anon_test_2
[ ] 899 0 0 899 / 1000 4.7s anon_test_2
[ ] 917 0 0 917 / 1000 4.8s anon_test_2
[ ] 935 0 0 935 / 1000 4.9s anon_test_2
[ ] 952 0 0 952 / 1000 5.0s anon_test_2
[ ] 971 0 0 971 / 1000 5.1s anon_test_2
[ ] 992 0 0 992 / 1000 5.2s anon_test_2
[✓] 1000 0 0 1000 / 1000 5.3s anon_test_2
-
[ ] 0 0 0 0 / 1000000 0.0s h1
[ ] 6971 0 0 6971 / 1000000 0.1s h1
[ ] 18137 0 0 18137 / 1000000 0.2s h1
[ ] 29386 0 0 29386 / 1000000 0.3s h1
[ ] 40695 0 0 40695 / 1000000 0.4s h1
[ ] 51965 0 0 51965 / 1000000 0.5s h1
[ ] 63179 0 0 63179 / 1000000 0.6s h1
[ ] 74446 0 0 74446 / 1000000 0.7s h1
[ ] 85706 0 0 85706 / 1000000 0.8s h1
[ ] 97040 0 0 97040 / 1000000 0.9s h1
[ ] 108217 0 0 108217 / 1000000 1.0s h1
[ ] 119477 0 0 119477 / 1000000 1.1s h1
[ ] 130794 0 0 130794 / 1000000 1.2s h1
[ ] 142056 0 0 142056 / 1000000 1.3s h1
[ ] 153380 0 0 153380 / 1000000 1.4s h1
[ ] 164642 0 0 164642 / 1000000 1.5s h1
[ ] 175948 0 0 175948 / 1000000 1.6s h1
[ ] 187177 0 0 187177 / 1000000 1.7s h1
[ ] 198392 0 0 198392 / 1000000 1.8s h1
[ ] 209653 0 0 209653 / 1000000 1.9s h1
[ ] 220963 0 0 220963 / 1000000 2.0s h1
[ ] 232105 0 0 232105 / 1000000 2.1s h1
[ ] 243379 0 0 243379 / 1000000 2.2s h1
[ ] 254662 0 0 254662 / 1000000 2.3s h1
[ ] 265962 0 0 265962 / 1000000 2.4s h1
[ ] 277135 0 0 277135 / 1000000 2.5s h1
[ ] 288431 0 0 288431 / 1000000 2.6s h1
[ ] 299667 0 0 299667 / 1000000 2.7s h1
[ ] 310884 0 0 310884 / 1000000 2.8s h1 ( testing)
[ ] 322080 0 0 322080 / 1000000 2.9s h1
[ ] 333301 0 0 333301 / 1000000 3.0s h1
[ ] 344509 0 0 344509 / 1000000 3.1s h1
[ ] 355760 0 0 355760 / 1000000 3.2s h1
[ ] 367024 0 0 367024 / 1000000 3.3s h1
[ ] 378190 0 0 378190 / 1000000 3.4s h1
[ ] 389421 0 0 389421 / 1000000 3.5s h1
[ ] 400550 0 0 400550 / 1000000 3.6s h1
[ ] 411784 0 0 411784 / 1000000 3.7s h1
[ ] 423050 0 0 423050 / 1000000 3.8s h1
[ ] 434321 0 0 434321 / 1000000 3.9s h1
[ ] 445586 0 0 445586 / 1000000 4.0s h1
[ ] 456815 0 0 456815 / 1000000 4.1s h1
[ ] 468058 0 0 468058 / 1000000 4.2s h1
[ ] 479245 0 0 479245 / 1000000 4.3s h1
[ ] 490386 0 0 490386 / 1000000 4.4s h1
[ ] 501604 0 0 501604 / 1000000 4.5s h1
[ ] 512812 0 0 512812 / 1000000 4.6s h1
[ ] 524136 0 0 524136 / 1000000 4.7s h1
[ ] 535298 0 0 535298 / 1000000 4.8s h1
[ ] 546565 0 0 546565 / 1000000 4.9s h1
[ ] 557772 0 0 557772 / 1000000 5.0s h1
[ ] 568987 0 0 568987 / 1000000 5.1s h1
[ ] 580207 0 0 580207 / 1000000 5.2s h1
[ ] 591485 0 0 591485 / 1000000 5.3s h1
[ ] 602741 0 0 602741 / 1000000 5.4s h1
[ ] 614050 0 0 614050 / 1000000 5.5s h1
[ ] 625258 0 0 625258 / 1000000 5.6s h1
[ ] 636494 0 0 636494 / 1000000 5.7s h1
[ ] 647735 0 0 647735 / 1000000 5.8s h1
[ ] 658863 0 0 658863 / 1000000 5.9s h1
[ ] 670096 0 0 670096 / 1000000 6.0s h1
[ ] 681138 0 0 681138 / 1000000 6.1s h1
[ ] 692130 0 0 692130 / 1000000 6.2s h1
[ ] 702949 0 0 702949 / 1000000 6.3s h1
[ ] 713880 0 0 713880 / 1000000 6.4s h1
[ ] 724736 0 0 724736 / 1000000 6.5s h1 (collecting)
[ ] 735652 0 0 735652 / 1000000 6.6s h1
[ ] 746762 0 0 746762 / 1000000 6.7s h1
[ ] 758027 0 0 758027 / 1000000 6.8s h1
[ ] 769316 0 0 769316 / 1000000 6.9s h1
[ ] 780554 0 0 780554 / 1000000 7.0s h1
[ ] 791772 0 0 791772 / 1000000 7.1s h1
[ ] 802980 0 0 802980 / 1000000 7.2s h1
[ ] 814283 0 0 814283 / 1000000 7.3s h1
[ ] 825507 0 0 825507 / 1000000 7.4s h1
[ ] 836748 0 0 836748 / 1000000 7.5s h1
[ ] 847935 0 0 847935 / 1000000 7.6s h1
[ ] 859269 0 0 859269 / 1000000 7.7s h1
[ ] 870437 0 0 870437 / 1000000 7.8s h1
[ ] 881316 0 0 881316 / 1000000 7.9s h1
[ ] 892462 0 0 892462 / 1000000 8.0s h1
[ ] 903606 0 0 903606 / 1000000 8.1s h1
[ ] 914926 0 0 914926 / 1000000 8.2s h1
[ ] 926140 0 0 926140 / 1000000 8.3s h1
[ ] 937348 0 0 937348 / 1000000 8.4s h1
[ ] 948647 0 0 948647 / 1000000 8.5s h1
[ ] 959888 0 0 959888 / 1000000 8.6s h1
[ ] 971130 0 0 971130 / 1000000 8.7s h1
[ ] 982317 0 0 982317 / 1000000 8.8s h1
[ ] 993517 0 0 993517 / 1000000 8.9s h1
[✓] 1000000 0 0 1000000 / 1000000 8.9s h1
-
[ ] 0 0 0 0 / 1000000 0.0s h2
[ ] 2349 0 0 2349 / 1000000 0.0s h2
[ ] 8049 0 0 8049 / 1000000 0.1s h2
[ ] 13744 0 0 13744 / 1000000 0.2s h2
[ ] 19427 0 0 19427 / 1000000 0.3s h2
[ ] 25119 0 0 25119 / 1000000 0.4s h2
[ ] 30756 0 0 30756 / 1000000 0.5s h2
[ ] 36471 0 0 36471 / 1000000 0.6s h2
[ ] 42162 0 0 42162 / 1000000 0.7s h2
[ ] 47908 0 0 47908 / 1000000 0.8s h2
[ ] 53597 0 0 53597 / 1000000 0.9s h2
[ ] 59276 0 0 59276 / 1000000 1.0s h2
[ ] 64960 0 0 64960 / 1000000 1.1s h2
[ ] 70667 0 0 70667 / 1000000 1.2s h2
[ ] 76342 0 0 76342 / 1000000 1.3s h2
[ ] 82048 0 0 82048 / 1000000 1.4s h2
[ ] 87728 0 0 87728 / 1000000 1.5s h2
[ ] 93421 0 0 93421 / 1000000 1.6s h2
[ ] 99115 0 0 99115 / 1000000 1.7s h2
[ ] 104800 0 0 104800 / 1000000 1.8s h2
[ ] 110465 0 0 110465 / 1000000 1.9s h2
[ ] 116145 0 0 116145 / 1000000 2.0s h2 (collecting)
[ ] 121806 0 0 121806 / 1000000 2.1s h2
[ ] 127512 0 0 127512 / 1000000 2.2s h2
[ ] 133227 0 0 133227 / 1000000 2.3s h2
[ ] 138973 0 0 138973 / 1000000 2.4s h2
[ ] 144675 0 0 144675 / 1000000 2.5s h2
[ ] 150394 0 0 150394 / 1000000 2.6s h2
[ ] 156143 0 0 156143 / 1000000 2.7s h2
[ ] 161963 0 0 161963 / 1000000 2.8s h2
[ ] 167740 0 0 167740 / 1000000 2.9s h2
[ ] 173500 0 0 173500 / 1000000 3.0s h2
[ ] 178997 0 0 178997 / 1000000 3.1s h2
[ ] 184463 0 0 184463 / 1000000 3.2s h2
[ ] 189950 0 0 189950 / 1000000 3.3s h2
[ ] 195433 0 0 195433 / 1000000 3.4s h2
[ ] 200969 0 0 200969 / 1000000 3.5s h2
[ ] 206468 0 0 206468 / 1000000 3.6s h2
[ ] 211941 0 0 211941 / 1000000 3.7s h2
[ ] 217451 0 0 217451 / 1000000 3.8s h2
[ ] 222990 0 0 222990 / 1000000 3.9s h2
[ ] 228540 0 0 228540 / 1000000 4.0s h2
[ ] 234082 0 0 234082 / 1000000 4.1s h2
[ ] 239586 0 0 239586 / 1000000 4.2s h2
[ ] 245106 0 0 245106 / 1000000 4.3s h2
[ ] 250580 0 0 250580 / 1000000 4.4s h2
[ ] 256125 0 0 256125 / 1000000 4.5s h2
[ ] 261622 0 0 261622 / 1000000 4.6s h2
[ ] 267110 0 0 267110 / 1000000 4.7s h2
[ ] 272585 0 0 272585 / 1000000 4.8s h2
[ ] 278132 0 0 278132 / 1000000 4.9s h2
[ ] 283681 0 0 283681 / 1000000 5.0s h2
[ ] 289158 0 0 289158 / 1000000 5.1s h2
[ ] 294677 0 0 294677 / 1000000 5.2s h2
[ ] 300185 0 0 300185 / 1000000 5.3s h2
[ ] 305715 0 0 305715 / 1000000 5.4s h2
[ ] 311246 0 0 311246 / 1000000 5.5s h2
[ ] 316771 0 0 316771 / 1000000 5.6s h2
[ ] 322242 0 0 322242 / 1000000 5.7s h2
[ ] 327795 0 0 327795 / 1000000 5.8s h2
[ ] 333288 0 0 333288 / 1000000 5.9s h2
[ ] 338777 0 0 338777 / 1000000 6.0s h2
[ ] 344317 0 0 344317 / 1000000 6.1s h2
[ ] 349780 0 0 349780 / 1000000 6.2s h2
[ ] 355300 0 0 355300 / 1000000 6.3s h2
[ ] 360807 0 0 360807 / 1000000 6.4s h2
[ ] 366311 0 0 366311 / 1000000 6.5s h2
[ ] 371858 0 0 371858 / 1000000 6.6s h2
[ ] 377365 0 0 377365 / 1000000 6.7s h2
[ ] 382905 0 0 382905 / 1000000 6.8s h2
[ ] 388431 0 0 388431 / 1000000 6.9s h2
[ ] 393747 0 0 393747 / 1000000 7.0s h2
[ ] 397723 0 0 397723 / 1000000 7.1s h2
[ ] 402250 0 0 402250 / 1000000 7.2s h2
[ ] 407763 0 0 407763 / 1000000 7.3s h2
[ ] 413453 0 0 413453 / 1000000 7.4s h2
[ ] 419128 0 0 419128 / 1000000 7.5s h2
[ ] 424853 0 0 424853 / 1000000 7.6s h2
[ ] 430433 0 0 430433 / 1000000 7.7s h2
[ ] 436062 0 0 436062 / 1000000 7.8s h2
[ ] 441750 0 0 441750 / 1000000 7.9s h2
[ ] 447418 0 0 447418 / 1000000 8.0s h2
[ ] 453014 0 0 453014 / 1000000 8.1s h2
[ ] 458774 0 0 458774 / 1000000 8.2s h2
[ ] 464458 0 0 464458 / 1000000 8.3s h2
[ ] 470123 0 0 470123 / 1000000 8.4s h2
[ ] 475810 0 0 475810 / 1000000 8.5s h2 (collecting)
[ ] 481559 0 0 481559 / 1000000 8.6s h2
[ ] 487234 0 0 487234 / 1000000 8.7s h2
[ ] 492934 0 0 492934 / 1000000 8.8s h2
[ ] 498612 0 0 498612 / 1000000 8.9s h2
[ ] 504296 0 0 504296 / 1000000 9.0s h2
[ ] 509973 0 0 509973 / 1000000 9.1s h2
[ ] 515716 0 0 515716 / 1000000 9.2s h2 (collecting)
[ ] 521359 0 0 521359 / 1000000 9.3s h2
[ ] 527010 0 0 527010 / 1000000 9.4s h2
[ ] 532682 0 0 532682 / 1000000 9.5s h2
[ ] 538394 0 0 538394 / 1000000 9.6s h2
[ ] 544119 0 0 544119 / 1000000 9.7s h2
[ ] 549791 0 0 549791 / 1000000 9.8s h2 (generating)
[ ] 555438 0 0 555438 / 1000000 9.9s h2
[ ] 561079 0 0 561079 / 1000000 10.0s h2
[ ] 566753 0 0 566753 / 1000000 10.1s h2
[ ] 572472 0 0 572472 / 1000000 10.2s h2
[ ] 578178 0 0 578178 / 1000000 10.3s h2
[ ] 583900 0 0 583900 / 1000000 10.4s h2
[ ] 589606 0 0 589606 / 1000000 10.5s h2
[ ] 595291 0 0 595291 / 1000000 10.6s h2
[ ] 600952 0 0 600952 / 1000000 10.7s h2 (collecting)
[ ] 606612 0 0 606612 / 1000000 10.8s h2
[ ] 612334 0 0 612334 / 1000000 10.9s h2
[ ] 618112 0 0 618112 / 1000000 11.0s h2
[ ] 623772 0 0 623772 / 1000000 11.1s h2
[ ] 629482 0 0 629482 / 1000000 11.2s h2
[ ] 635161 0 0 635161 / 1000000 11.3s h2
[ ] 640873 0 0 640873 / 1000000 11.4s h2
[ ] 646581 0 0 646581 / 1000000 11.5s h2
[ ] 652265 0 0 652265 / 1000000 11.6s h2
[ ] 657946 0 0 657946 / 1000000 11.7s h2
[ ] 663609 0 0 663609 / 1000000 11.8s h2 (collecting)
[ ] 669263 0 0 669263 / 1000000 11.9s h2
[ ] 674978 0 0 674978 / 1000000 12.0s h2
[ ] 680626 0 0 680626 / 1000000 12.1s h2
[ ] 686304 0 0 686304 / 1000000 12.2s h2
[ ] 691935 0 0 691935 / 1000000 12.3s h2
[ ] 697589 0 0 697589 / 1000000 12.4s h2
[ ] 703288 0 0 703288 / 1000000 12.5s h2
[ ] 708926 0 0 708926 / 1000000 12.6s h2
[ ] 714661 0 0 714661 / 1000000 12.7s h2
[ ] 720301 0 0 720301 / 1000000 12.8s h2
[ ] 726062 0 0 726062 / 1000000 12.9s h2
[ ] 731773 0 0 731773 / 1000000 13.0s h2
[ ] 737456 0 0 737456 / 1000000 13.1s h2
[ ] 743180 0 0 743180 / 1000000 13.2s h2
[ ] 748812 0 0 748812 / 1000000 13.3s h2
[ ] 754518 0 0 754518 / 1000000 13.4s h2
[ ] 760183 0 0 760183 / 1000000 13.5s h2
[ ] 765829 0 0 765829 / 1000000 13.6s h2
[ ] 771506 0 0 771506 / 1000000 13.7s h2
[ ] 777245 0 0 777245 / 1000000 13.8s h2
[ ] 782903 0 0 782903 / 1000000 13.9s h2
[ ] 788626 0 0 788626 / 1000000 14.0s h2
[ ] 794301 0 0 794301 / 1000000 14.1s h2
[ ] 799994 0 0 799994 / 1000000 14.2s h2
[ ] 805626 0 0 805626 / 1000000 14.3s h2
[ ] 811322 0 0 811322 / 1000000 14.4s h2
[ ] 817026 0 0 817026 / 1000000 14.5s h2
[ ] 822741 0 0 822741 / 1000000 14.6s h2
[ ] 828489 0 0 828489 / 1000000 14.7s h2
[ ] 834178 0 0 834178 / 1000000 14.8s h2
[ ] 839831 0 0 839831 / 1000000 14.9s h2
[ ] 845475 0 0 845475 / 1000000 15.0s h2
[ ] 851151 0 0 851151 / 1000000 15.1s h2
[ ] 856765 0 0 856765 / 1000000 15.2s h2
[ ] 862515 0 0 862515 / 1000000 15.3s h2
[ ] 868172 0 0 868172 / 1000000 15.4s h2
[ ] 873909 0 0 873909 / 1000000 15.5s h2
[ ] 879527 0 0 879527 / 1000000 15.6s h2
[ ] 885281 0 0 885281 / 1000000 15.7s h2
[ ] 891034 0 0 891034 / 1000000 15.8s h2
[ ] 896748 0 0 896748 / 1000000 15.9s h2
[ ] 902512 0 0 902512 / 1000000 16.0s h2
[ ] 908249 0 0 908249 / 1000000 16.1s h2
[ ] 913905 0 0 913905 / 1000000 16.2s h2
[ ] 919620 0 0 919620 / 1000000 16.3s h2
[ ] 925195 0 0 925195 / 1000000 16.4s h2
[ ] 930777 0 0 930777 / 1000000 16.5s h2
[ ] 936437 0 0 936437 / 1000000 16.6s h2
[ ] 942064 0 0 942064 / 1000000 16.7s h2
[ ] 947737 0 0 947737 / 1000000 16.8s h2
[ ] 953404 0 0 953404 / 1000000 16.9s h2
[ ] 959051 0 0 959051 / 1000000 17.0s h2
[ ] 964723 0 0 964723 / 1000000 17.1s h2
[ ] 970419 0 0 970419 / 1000000 17.2s h2
[ ] 976136 0 0 976136 / 1000000 17.3s h2
[ ] 981827 0 0 981827 / 1000000 17.4s h2
[ ] 987489 0 0 987489 / 1000000 17.5s h2
[ ] 993200 0 0 993200 / 1000000 17.6s h2
[ ] 998881 0 0 998881 / 1000000 17.7s h2
[✓] 1000000 0 0 1000000 / 1000000 17.8s h2
-
[ ] 0 0 0 0 / 1000000 0.0s h3
[ ] 8998 0 0 8998 / 1000000 0.1s h3
[ ] 20185 0 0 20185 / 1000000 0.2s h3
[ ] 31423 0 0 31423 / 1000000 0.3s h3
[ ] 42784 0 0 42784 / 1000000 0.4s h3
[ ] 53982 0 0 53982 / 1000000 0.5s h3
[ ] 65218 0 0 65218 / 1000000 0.6s h3
[ ] 76536 0 0 76536 / 1000000 0.7s h3
[ ] 87777 0 0 87777 / 1000000 0.8s h3
[ ] 99106 0 0 99106 / 1000000 0.9s h3
[ ] 110290 0 0 110290 / 1000000 1.0s h3
[ ] 121579 0 0 121579 / 1000000 1.1s h3
[ ] 132834 0 0 132834 / 1000000 1.2s h3
[ ] 144069 0 0 144069 / 1000000 1.3s h3
[ ] 155440 0 0 155440 / 1000000 1.4s h3
[ ] 166976 0 0 166976 / 1000000 1.5s h3
[ ] 178600 0 0 178600 / 1000000 1.6s h3
[ ] 190227 0 0 190227 / 1000000 1.7s h3
[ ] 201827 0 0 201827 / 1000000 1.8s h3
[ ] 212978 0 0 212978 / 1000000 1.9s h3
[ ] 223903 0 0 223903 / 1000000 2.0s h3
[ ] 234641 0 0 234641 / 1000000 2.1s h3
[ ] 245558 0 0 245558 / 1000000 2.2s h3
[ ] 256524 0 0 256524 / 1000000 2.3s h3
[ ] 267395 0 0 267395 / 1000000 2.4s h3
[ ] 278152 0 0 278152 / 1000000 2.5s h3
[ ] 289024 0 0 289024 / 1000000 2.6s h3
[ ] 299795 0 0 299795 / 1000000 2.7s h3
[ ] 310566 0 0 310566 / 1000000 2.8s h3
[ ] 321350 0 0 321350 / 1000000 2.9s h3
[ ] 332154 0 0 332154 / 1000000 3.0s h3
[ ] 342908 0 0 342908 / 1000000 3.1s h3
[ ] 353746 0 0 353746 / 1000000 3.2s h3
[ ] 364590 0 0 364590 / 1000000 3.3s h3
[ ] 375398 0 0 375398 / 1000000 3.4s h3
[ ] 386250 0 0 386250 / 1000000 3.5s h3
[ ] 396903 0 0 396903 / 1000000 3.6s h3
[ ] 407658 0 0 407658 / 1000000 3.7s h3
[ ] 418455 0 0 418455 / 1000000 3.8s h3
[ ] 429185 0 0 429185 / 1000000 3.9s h3
[ ] 439986 0 0 439986 / 1000000 4.0s h3
[ ] 450814 0 0 450814 / 1000000 4.1s h3
[ ] 461608 0 0 461608 / 1000000 4.2s h3
[ ] 472292 0 0 472292 / 1000000 4.3s h3
[ ] 483009 0 0 483009 / 1000000 4.4s h3
[ ] 493684 0 0 493684 / 1000000 4.5s h3
[ ] 504424 0 0 504424 / 1000000 4.6s h3
[ ] 515234 0 0 515234 / 1000000 4.7s h3
[ ] 526090 0 0 526090 / 1000000 4.8s h3
[ ] 536804 0 0 536804 / 1000000 4.9s h3
[ ] 547604 0 0 547604 / 1000000 5.0s h3
[ ] 558288 0 0 558288 / 1000000 5.1s h3
[ ] 569031 0 0 569031 / 1000000 5.2s h3
[ ] 579798 0 0 579798 / 1000000 5.3s h3
[ ] 590605 0 0 590605 / 1000000 5.4s h3
[ ] 601364 0 0 601364 / 1000000 5.5s h3
[ ] 612206 0 0 612206 / 1000000 5.6s h3
[ ] 622973 0 0 622973 / 1000000 5.7s h3
[ ] 633692 0 0 633692 / 1000000 5.8s h3
[ ] 644474 0 0 644474 / 1000000 5.9s h3
[ ] 655154 0 0 655154 / 1000000 6.0s h3
[ ] 665926 0 0 665926 / 1000000 6.1s h3
[ ] 676723 0 0 676723 / 1000000 6.2s h3
[ ] 687553 0 0 687553 / 1000000 6.3s h3
[ ] 698241 0 0 698241 / 1000000 6.4s h3
[ ] 709003 0 0 709003 / 1000000 6.5s h3
[ ] 719660 0 0 719660 / 1000000 6.6s h3
[ ] 730391 0 0 730391 / 1000000 6.7s h3
[ ] 741075 0 0 741075 / 1000000 6.8s h3
[ ] 751753 0 0 751753 / 1000000 6.9s h3
[ ] 762569 0 0 762569 / 1000000 7.0s h3
[ ] 773265 0 0 773265 / 1000000 7.1s h3
[ ] 783922 0 0 783922 / 1000000 7.2s h3
[ ] 794653 0 0 794653 / 1000000 7.3s h3
[ ] 805332 0 0 805332 / 1000000 7.4s h3
[ ] 816329 0 0 816329 / 1000000 7.5s h3
[ ] 827843 0 0 827843 / 1000000 7.6s h3
[ ] 839480 0 0 839480 / 1000000 7.7s h3
[ ] 851077 0 0 851077 / 1000000 7.8s h3
[ ] 862766 0 0 862766 / 1000000 7.9s h3
[ ] 874381 0 0 874381 / 1000000 8.0s h3
[ ] 885994 0 0 885994 / 1000000 8.1s h3
[ ] 897570 0 0 897570 / 1000000 8.2s h3
[ ] 909147 0 0 909147 / 1000000 8.3s h3
[ ] 920811 0 0 920811 / 1000000 8.4s h3
[ ] 932416 0 0 932416 / 1000000 8.5s h3
[ ] 944068 0 0 944068 / 1000000 8.6s h3 (collecting)
[ ] 955735 0 0 955735 / 1000000 8.7s h3
[ ] 967378 0 0 967378 / 1000000 8.8s h3
[ ] 979001 0 0 979001 / 1000000 8.9s h3
[ ] 990545 0 0 990545 / 1000000 9.0s h3
[✓] 1000000 0 0 1000000 / 1000000 9.1s h3
-
[ ] 0 0 0 0 / 1000000 0.0s h4
[ ] 947 0 0 947 / 1000000 0.0s h4
[ ] 6244 0 0 6244 / 1000000 0.1s h4
[ ] 11511 0 0 11511 / 1000000 0.2s h4
[ ] 16786 0 0 16786 / 1000000 0.3s h4
[ ] 22099 0 0 22099 / 1000000 0.4s h4
[ ] 27399 0 0 27399 / 1000000 0.5s h4
[ ] 32776 0 0 32776 / 1000000 0.6s h4
[ ] 38099 0 0 38099 / 1000000 0.7s h4
[ ] 43420 0 0 43420 / 1000000 0.8s h4
[ ] 48822 0 0 48822 / 1000000 0.9s h4
[ ] 54141 0 0 54141 / 1000000 1.0s h4
[ ] 59487 0 0 59487 / 1000000 1.1s h4
[ ] 64845 0 0 64845 / 1000000 1.2s h4
[ ] 70168 0 0 70168 / 1000000 1.3s h4
[ ] 75542 0 0 75542 / 1000000 1.4s h4
[ ] 80806 0 0 80806 / 1000000 1.5s h4
[ ] 86128 0 0 86128 / 1000000 1.6s h4
[ ] 91496 0 0 91496 / 1000000 1.7s h4
[ ] 96749 0 0 96749 / 1000000 1.8s h4
[ ] 102067 0 0 102067 / 1000000 1.9s h4
[ ] 107356 0 0 107356 / 1000000 2.0s h4
[ ] 112245 0 0 112245 / 1000000 2.1s h4
[ ] 117539 0 0 117539 / 1000000 2.2s h4
[ ] 122764 0 0 122764 / 1000000 2.3s h4
[ ] 128091 0 0 128091 / 1000000 2.4s h4
[ ] 133420 0 0 133420 / 1000000 2.5s h4
[ ] 138742 0 0 138742 / 1000000 2.6s h4
[ ] 144107 0 0 144107 / 1000000 2.7s h4
[ ] 149401 0 0 149401 / 1000000 2.8s h4
[ ] 154787 0 0 154787 / 1000000 2.9s h4
[ ] 160139 0 0 160139 / 1000000 3.0s h4
[ ] 165469 0 0 165469 / 1000000 3.1s h4
[ ] 170741 0 0 170741 / 1000000 3.2s h4
[ ] 176061 0 0 176061 / 1000000 3.3s h4
[ ] 181371 0 0 181371 / 1000000 3.4s h4
[ ] 186679 0 0 186679 / 1000000 3.5s h4
[ ] 191998 0 0 191998 / 1000000 3.6s h4
[ ] 197275 0 0 197275 / 1000000 3.7s h4
[ ] 202562 0 0 202562 / 1000000 3.8s h4
[ ] 207896 0 0 207896 / 1000000 3.9s h4
[ ] 213174 0 0 213174 / 1000000 4.0s h4
[ ] 218537 0 0 218537 / 1000000 4.1s h4
[ ] 223874 0 0 223874 / 1000000 4.2s h4
[ ] 229170 0 0 229170 / 1000000 4.3s h4
[ ] 234481 0 0 234481 / 1000000 4.4s h4
[ ] 239799 0 0 239799 / 1000000 4.5s h4
[ ] 245024 0 0 245024 / 1000000 4.6s h4
[ ] 250371 0 0 250371 / 1000000 4.7s h4
[ ] 255834 0 0 255834 / 1000000 4.8s h4
[ ] 261266 0 0 261266 / 1000000 4.9s h4
[ ] 266725 0 0 266725 / 1000000 5.0s h4
[ ] 272081 0 0 272081 / 1000000 5.1s h4
[ ] 276858 0 0 276858 / 1000000 5.2s h4
[ ] 281665 0 0 281665 / 1000000 5.3s h4
[ ] 286423 0 0 286423 / 1000000 5.4s h4
[ ] 291191 0 0 291191 / 1000000 5.5s h4
[ ] 295925 0 0 295925 / 1000000 5.6s h4
[ ] 300692 0 0 300692 / 1000000 5.7s h4
[ ] 305430 0 0 305430 / 1000000 5.8s h4
[ ] 310250 0 0 310250 / 1000000 5.9s h4
[ ] 315020 0 0 315020 / 1000000 6.0s h4
[ ] 319792 0 0 319792 / 1000000 6.1s h4
[ ] 324557 0 0 324557 / 1000000 6.2s h4
[ ] 329354 0 0 329354 / 1000000 6.3s h4
[ ] 334081 0 0 334081 / 1000000 6.4s h4
[ ] 338887 0 0 338887 / 1000000 6.5s h4
[ ] 343635 0 0 343635 / 1000000 6.6s h4
[ ] 348436 0 0 348436 / 1000000 6.7s h4
[ ] 353225 0 0 353225 / 1000000 6.8s h4
[ ] 358037 0 0 358037 / 1000000 6.9s h4
[ ] 362774 0 0 362774 / 1000000 7.0s h4
[ ] 367551 0 0 367551 / 1000000 7.1s h4 (collecting)
[ ] 372274 0 0 372274 / 1000000 7.2s h4
[ ] 377014 0 0 377014 / 1000000 7.3s h4
[ ] 381748 0 0 381748 / 1000000 7.4s h4
[ ] 386475 0 0 386475 / 1000000 7.5s h4
[ ] 391267 0 0 391267 / 1000000 7.6s h4
[ ] 396018 0 0 396018 / 1000000 7.7s h4
[ ] 400774 0 0 400774 / 1000000 7.8s h4
[ ] 405531 0 0 405531 / 1000000 7.9s h4
[ ] 410326 0 0 410326 / 1000000 8.0s h4
[ ] 415111 0 0 415111 / 1000000 8.1s h4
[ ] 419836 0 0 419836 / 1000000 8.2s h4
[ ] 424628 0 0 424628 / 1000000 8.3s h4
[ ] 429397 0 0 429397 / 1000000 8.4s h4
[ ] 434135 0 0 434135 / 1000000 8.5s h4
[ ] 438903 0 0 438903 / 1000000 8.6s h4
[ ] 443586 0 0 443586 / 1000000 8.7s h4
[ ] 448248 0 0 448248 / 1000000 8.8s h4
[ ] 453032 0 0 453032 / 1000000 8.9s h4
[ ] 457746 0 0 457746 / 1000000 9.0s h4
[ ] 462527 0 0 462527 / 1000000 9.1s h4
[ ] 467222 0 0 467222 / 1000000 9.2s h4
[ ] 471957 0 0 471957 / 1000000 9.3s h4
[ ] 476749 0 0 476749 / 1000000 9.4s h4
[ ] 481505 0 0 481505 / 1000000 9.5s h4
[ ] 486198 0 0 486198 / 1000000 9.6s h4
[ ] 490864 0 0 490864 / 1000000 9.7s h4
[ ] 495634 0 0 495634 / 1000000 9.8s h4
[ ] 500323 0 0 500323 / 1000000 9.9s h4
[ ] 505057 0 0 505057 / 1000000 10.0s h4
[ ] 509876 0 0 509876 / 1000000 10.1s h4
[ ] 514612 0 0 514612 / 1000000 10.2s h4
[ ] 519417 0 0 519417 / 1000000 10.3s h4
[ ] 524087 0 0 524087 / 1000000 10.4s h4
[ ] 528792 0 0 528792 / 1000000 10.5s h4
[ ] 533601 0 0 533601 / 1000000 10.6s h4
[ ] 538369 0 0 538369 / 1000000 10.7s h4
[ ] 543119 0 0 543119 / 1000000 10.8s h4
[ ] 547907 0 0 547907 / 1000000 10.9s h4
[ ] 552604 0 0 552604 / 1000000 11.0s h4
[ ] 557338 0 0 557338 / 1000000 11.1s h4
[ ] 562084 0 0 562084 / 1000000 11.2s h4
[ ] 566919 0 0 566919 / 1000000 11.3s h4 (collecting)
[ ] 571714 0 0 571714 / 1000000 11.4s h4
[ ] 576417 0 0 576417 / 1000000 11.5s h4
[ ] 581169 0 0 581169 / 1000000 11.6s h4
[ ] 585941 0 0 585941 / 1000000 11.7s h4
[ ] 590660 0 0 590660 / 1000000 11.8s h4
[ ] 595442 0 0 595442 / 1000000 11.9s h4
[ ] 600226 0 0 600226 / 1000000 12.0s h4
[ ] 605436 0 0 605436 / 1000000 12.1s h4
[ ] 610940 0 0 610940 / 1000000 12.2s h4
[ ] 616401 0 0 616401 / 1000000 12.3s h4
[ ] 621791 0 0 621791 / 1000000 12.4s h4
[ ] 627233 0 0 627233 / 1000000 12.5s h4
[ ] 632745 0 0 632745 / 1000000 12.6s h4
[ ] 638248 0 0 638248 / 1000000 12.7s h4
[ ] 643775 0 0 643775 / 1000000 12.8s h4
[ ] 649126 0 0 649126 / 1000000 12.9s h4
[ ] 653925 0 0 653925 / 1000000 13.0s h4
[ ] 658572 0 0 658572 / 1000000 13.1s h4
[ ] 663200 0 0 663200 / 1000000 13.2s h4
[ ] 667939 0 0 667939 / 1000000 13.3s h4
[ ] 672630 0 0 672630 / 1000000 13.4s h4
[ ] 677498 0 0 677498 / 1000000 13.5s h4
[ ] 682299 0 0 682299 / 1000000 13.6s h4
[ ] 687035 0 0 687035 / 1000000 13.7s h4
[ ] 691739 0 0 691739 / 1000000 13.8s h4
[ ] 696515 0 0 696515 / 1000000 13.9s h4
[ ] 701285 0 0 701285 / 1000000 14.0s h4
[ ] 706040 0 0 706040 / 1000000 14.1s h4
[ ] 710839 0 0 710839 / 1000000 14.2s h4
[ ] 715629 0 0 715629 / 1000000 14.3s h4
[ ] 720426 0 0 720426 / 1000000 14.4s h4
[ ] 725210 0 0 725210 / 1000000 14.5s h4
[ ] 730074 0 0 730074 / 1000000 14.6s h4
[ ] 734770 0 0 734770 / 1000000 14.7s h4
[ ] 739484 0 0 739484 / 1000000 14.8s h4
[ ] 744182 0 0 744182 / 1000000 14.9s h4
[ ] 748934 0 0 748934 / 1000000 15.0s h4
[ ] 753732 0 0 753732 / 1000000 15.1s h4
[ ] 758603 0 0 758603 / 1000000 15.2s h4
[ ] 763515 0 0 763515 / 1000000 15.3s h4
[ ] 768371 0 0 768371 / 1000000 15.4s h4
[ ] 773154 0 0 773154 / 1000000 15.5s h4
[ ] 778047 0 0 778047 / 1000000 15.6s h4
[ ] 782957 0 0 782957 / 1000000 15.7s h4
[ ] 787873 0 0 787873 / 1000000 15.8s h4
[ ] 792784 0 0 792784 / 1000000 15.9s h4
[ ] 797653 0 0 797653 / 1000000 16.0s h4
[ ] 802501 0 0 802501 / 1000000 16.1s h4
[ ] 807415 0 0 807415 / 1000000 16.2s h4
[ ] 812282 0 0 812282 / 1000000 16.3s h4
[ ] 817140 0 0 817140 / 1000000 16.4s h4
[ ] 822015 0 0 822015 / 1000000 16.5s h4
[ ] 826913 0 0 826913 / 1000000 16.6s h4
[ ] 831777 0 0 831777 / 1000000 16.7s h4 (collecting)
[ ] 836573 0 0 836573 / 1000000 16.8s h4
[ ] 841422 0 0 841422 / 1000000 16.9s h4
[ ] 846320 0 0 846320 / 1000000 17.0s h4
[ ] 851232 0 0 851232 / 1000000 17.1s h4
[ ] 856126 0 0 856126 / 1000000 17.2s h4
[ ] 860964 0 0 860964 / 1000000 17.3s h4
[ ] 865832 0 0 865832 / 1000000 17.4s h4
[ ] 870779 0 0 870779 / 1000000 17.5s h4
[ ] 875693 0 0 875693 / 1000000 17.6s h4
[ ] 880582 0 0 880582 / 1000000 17.7s h4
[ ] 885453 0 0 885453 / 1000000 17.8s h4
[ ] 890346 0 0 890346 / 1000000 17.9s h4
[ ] 895271 0 0 895271 / 1000000 18.0s h4
[ ] 900214 0 0 900214 / 1000000 18.1s h4
[ ] 905113 0 0 905113 / 1000000 18.2s h4
[ ] 910002 0 0 910002 / 1000000 18.3s h4
[ ] 914848 0 0 914848 / 1000000 18.4s h4
[ ] 919666 0 0 919666 / 1000000 18.5s h4
[ ] 924562 0 0 924562 / 1000000 18.6s h4
[ ] 929481 0 0 929481 / 1000000 18.7s h4
[ ] 934264 0 0 934264 / 1000000 18.8s h4
[ ] 939098 0 0 939098 / 1000000 18.9s h4
[ ] 943964 0 0 943964 / 1000000 19.0s h4
[ ] 948902 0 0 948902 / 1000000 19.1s h4
[ ] 953825 0 0 953825 / 1000000 19.2s h4
[ ] 958687 0 0 958687 / 1000000 19.3s h4
[ ] 963485 0 0 963485 / 1000000 19.4s h4
[ ] 968314 0 0 968314 / 1000000 19.5s h4
[ ] 973255 0 0 973255 / 1000000 19.6s h4
[ ] 978249 0 0 978249 / 1000000 19.7s h4
[ ] 983177 0 0 983177 / 1000000 19.8s h4
[ ] 988086 0 0 988086 / 1000000 19.9s h4
[ ] 993151 0 0 993151 / 1000000 20.0s h4
[ ] 998289 0 0 998289 / 1000000 20.1s h4
[✓] 1000000 0 0 1000000 / 1000000 20.2s h4
- ================================================================================
- success (ran 6 tests)
[ERROR] The compilation of dates_calc.0.0.9 failed at "dune build -p dates_calc -j 39 @install @runtest".
#=== ERROR while compiling dates_calc.0.0.9 ===================================#
# context 2.1.6 | linux/x86_64 | ocaml-base-compiler.5.3.0 | pinned(https://github.com/CatalaLang/dates-calc/archive/refs/tags/0.0.9.tar.gz)
# path ~/.opam/5.3/.opam-switch/build/dates_calc.0.0.9
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p dates_calc -j 39 @install @runtest
# exit-code 1
# env-file ~/.opam/log/dates_calc-7-2ce5ba.env
# output-file ~/.opam/log/dates_calc-7-2ce5ba.out
### output ###
# File "test/dune", line 33, characters 33-36:
# 33 | (action (chdir ../lib_java (run mvn test))))
# ^^^
# Error: Program mvn not found in the tree or in PATH
# (context: default)
# File "test/dune", line 14, characters 24-31:
# 14 | (action (chdir .. (run python3 -m unittest test.unit))))
# ^^^^^^^
# Error: Program python3 not found in the tree or in PATH
# (context: default)
# (cd _build/default/test && ./unit.c.exe)
# === C Tests PASSED ===
# Tests passed: 32 / 32
# (cd _build/default/test && ./unit.exe)
# Testing `unit'.
# This run has ID `MSBPR2KG'.
#
# [OK] add_dates 0 exact.
# [OK] add_dates 1 ambig.
# [OK] first_last_day_of_month 0 all.
#
# Full test results in `~/.opam/5.3/.opam-switch/build/dates_calc.0.0.9/_build/default/test/_build/_tests/unit'.
# Test Successful in 0.002s. 3 tests run.
# (cd _build/default/test && ./prop.exe)
#
random seed: 68890038
# generated error fail pass / total time test name
#
[ ] 0 0 0 0 / 1000 0.0s anon_test_1
[ ] 0 0 0 0 / 1000 0.0s anon_test_1 (generating)
[ ] 336 0 0 336 / 1000 0.1s anon_test_1
[ ] 653 0 0 653 / 1000 0.2s anon_test_1
[ ] 998 0 0 998 / 1000 0.3s anon_test_1
[✓] 1000 0 0 1000 / 1000 0.3s anon_test_1
#
[ ] 0 0 0 0 / 1000 0.0s anon_test_2
[ ] 14 0 0 14 / 1000 0.1s anon_test_2
[ ] 37 0 0 37 / 1000 0.2s anon_test_2
[ ] 52 0 0 52 / 1000 0.3s anon_test_2
[ ] 74 0 0 74 / 1000 0.4s anon_test_2
[ ] 92 0 0 92 / 1000 0.5s anon_test_2
[ ] 109 0 0 109 / 1000 0.6s anon_test_2
[ ] 130 0 0 130 / 1000 0.7s anon_test_2
[ ] 146 0 0 146 / 1000 0.8s anon_test_2
[ ] 166 0 0 166 / 1000 0.9s anon_test_2
[ ] 184 0 0 184 / 1000 1.0s anon_test_2
[ ] 204 0 0 204 / 1000 1.2s anon_test_2
[ ] 229 0 0 229 / 1000 1.3s anon_test_2
[ ] 248 0 0 248 / 1000 1.4s anon_test_2
[ ] 266 0 0 266 / 1000 1.5s anon_test_2
[ ] 286 0 0 286 / 1000 1.6s anon_test_2
[ ] 310 0 0 310 / 1000 1.7s anon_test_2
[ ] 330 0 0 330 / 1000 1.8s anon_test_2
[ ] 346 0 0 346 / 1000 1.9s anon_test_2
[ ] 364 0 0 364 / 1000 2.0s anon_test_2
[ ] 380 0 0 380 / 1000 2.1s anon_test_2
[ ] 408 0 0 408 / 1000 2.2s anon_test_2
[ ] 435 0 0 435 / 1000 2.3s anon_test_2
[ ] 455 0 0 455 / 1000 2.4s anon_test_2
[ ] 478 0 0 478 / 1000 2.5s anon_test_2
[ ] 496 0 0 496 / 1000 2.6s anon_test_2
[ ] 512 0 0 512 / 1000 2.7s anon_test_2
[ ] 531 0 0 531 / 1000 2.8s anon_test_2
[ ] 551 0 0 551 / 1000 3.0s anon_test_2
[ ] 571 0 0 571 / 1000 3.1s anon_test_2
[ ] 590 0 0 590 / 1000 3.2s anon_test_2
[ ] 607 0 0 607 / 1000 3.3s anon_test_2
[ ] 626 0 0 626 / 1000 3.4s anon_test_2
[ ] 650 0 0 650 / 1000 3.5s anon_test_2
[ ] 668 0 0 668 / 1000 3.6s anon_test_2
[ ] 686 0 0 686 / 1000 3.7s anon_test_2
[ ] 706 0 0 706 / 1000 3.8s anon_test_2
[ ] 726 0 0 726 / 1000 3.9s anon_test_2
[ ] 752 0 0 752 / 1000 4.0s anon_test_2
[ ] 773 0 0 773 / 1000 4.1s anon_test_2
[ ] 791 0 0 791 / 1000 4.2s anon_test_2
[ ] 815 0 0 815 / 1000 4.3s anon_test_2
[ ] 835 0 0 835 / 1000 4.4s anon_test_2
[ ] 859 0 0 859 / 1000 4.5s anon_test_2
[ ] 881 0 0 881 / 1000 4.6s anon_test_2
[ ] 899 0 0 899 / 1000 4.7s anon_test_2
[ ] 917 0 0 917 / 1000 4.8s anon_test_2
[ ] 935 0 0 935 / 1000 4.9s anon_test_2
[ ] 952 0 0 952 / 1000 5.0s anon_test_2
[ ] 971 0 0 971 / 1000 5.1s anon_test_2
[ ] 992 0 0 992 / 1000 5.2s anon_test_2
[✓] 1000 0 0 1000 / 1000 5.3s anon_test_2
#
[ ] 0 0 0 0 / 1000000 0.0s h1
[ ] 6971 0 0 6971 / 1000000 0.1s h1
[ ] 18137 0 0 18137 / 1000000 0.2s h1
[ ] 29386 0 0 29386 / 1000000 0.3s h1
[ ] 40695 0 0 40695 / 1000000 0.4s h1
[ ] 51965 0 0 51965 / 1000000 0.5s h1
[ ] 63179 0 0 63179 / 1000000 0.6s h1
[ ] 74446 0 0 74446 / 1000000 0.7s h1
[ ] 85706 0 0 85706 / 1000000 0.8s h1
[ ] 97040 0 0 97040 / 1000000 0.9s h1
[ ] 108217 0 0 108217 / 1000000 1.0s h1
[ ] 119477 0 0 119477 / 1000000 1.1s h1
[ ] 130794 0 0 130794 / 1000000 1.2s h1
[ ] 142056 0 0 142056 / 1000000 1.3s h1
[ ] 153380 0 0 153380 / 1000000 1.4s h1
[ ] 164642 0 0 164642 / 1000000 1.5s h1
[ ] 175948 0 0 175948 / 1000000 1.6s h1
[ ] 187177 0 0 187177 / 1000000 1.7s h1
[ ] 198392 0 0 198392 / 1000000 1.8s h1
[ ] 209653 0 0 209653 / 1000000 1.9s h1
[ ] 220963 0 0 220963 / 1000000 2.0s h1
[ ] 232105 0 0 232105 / 1000000 2.1s h1
[ ] 243379 0 0 243379 / 1000000 2.2s h1
[ ] 254662 0 0 254662 / 1000000 2.3s h1
[ ] 265962 0 0 265962 / 1000000 2.4s h1
[ ] 277135 0 0 277135 / 1000000 2.5s h1
[ ] 288431 0 0 288431 / 1000000 2.6s h1
[ ] 299667 0 0 299667 / 1000000 2.7s h1
[ ] 310884 0 0 310884 / 1000000 2.8s h1 ( testing)
[ ] 322080 0 0 322080 / 1000000 2.9s h1
[ ] 333301 0 0 333301 / 1000000 3.0s h1
[ ] 344509 0 0 344509 / 1000000 3.1s h1
[ ] 355760 0 0 355760 / 1000000 3.2s h1
[ ] 367024 0 0 367024 / 1000000 3.3s h1
[ ] 378190 0 0 378190 / 1000000 3.4s h1
[ ] 389421 0 0 389421 / 1000000 3.5s h1
[ ] 400550 0 0 400550 / 1000000 3.6s h1
[ ] 411784 0 0 411784 / 1000000 3.7s h1
[ ] 423050 0 0 423050 / 1000000 3.8s h1
[ ] 434321 0 0 434321 / 1000000 3.9s h1
[ ] 445586 0 0 445586 / 1000000 4.0s h1
[ ] 456815 0 0 456815 / 1000000 4.1s h1
[ ] 468058 0 0 468058 / 1000000 4.2s h1
[ ] 479245 0 0 479245 / 1000000 4.3s h1
[ ] 490386 0 0 490386 / 1000000 4.4s h1
[ ] 501604 0 0 501604 / 1000000 4.5s h1
[ ] 512812 0 0 512812 / 1000000 4.6s h1
[ ] 524136 0 0 524136 / 1000000 4.7s h1
[ ] 535298 0 0 535298 / 1000000 4.8s h1
[ ] 546565 0 0 546565 / 1000000 4.9s h1
[ ] 557772 0 0 557772 / 1000000 5.0s h1
[ ] 568987 0 0 568987 / 1000000 5.1s h1
[ ] 580207 0 0 580207 / 1000000 5.2s h1
[ ] 591485 0 0 591485 / 1000000 5.3s h1
[ ] 602741 0 0 602741 / 1000000 5.4s h1
[ ] 614050 0 0 614050 / 1000000 5.5s h1
[ ] 625258 0 0 625258 / 1000000 5.6s h1
[ ] 636494 0 0 636494 / 1000000 5.7s h1
[ ] 647735 0 0 647735 / 1000000 5.8s h1
[ ] 658863 0 0 658863 / 1000000 5.9s h1
[ ] 670096 0 0 670096 / 1000000 6.0s h1
[ ] 681138 0 0 681138 / 1000000 6.1s h1
[ ] 692130 0 0 692130 / 1000000 6.2s h1
[ ] 702949 0 0 702949 / 1000000 6.3s h1
[ ] 713880 0 0 713880 / 1000000 6.4s h1
[ ] 724736 0 0 724736 / 1000000 6.5s h1 (collecting)
[ ] 735652 0 0 735652 / 1000000 6.6s h1
[ ] 746762 0 0 746762 / 1000000 6.7s h1
[ ] 758027 0 0 758027 / 1000000 6.8s h1
[ ] 769316 0 0 769316 / 1000000 6.9s h1
[ ] 780554 0 0 780554 / 1000000 7.0s h1
[ ] 791772 0 0 791772 / 1000000 7.1s h1
[ ] 802980 0 0 802980 / 1000000 7.2s h1
[ ] 814283 0 0 814283 / 1000000 7.3s h1
[ ] 825507 0 0 825507 / 1000000 7.4s h1
[ ] 836748 0 0 836748 / 1000000 7.5s h1
[ ] 847935 0 0 847935 / 1000000 7.6s h1
[ ] 859269 0 0 859269 / 1000000 7.7s h1
[ ] 870437 0 0 870437 / 1000000 7.8s h1
[ ] 881316 0 0 881316 / 1000000 7.9s h1
[ ] 892462 0 0 892462 / 1000000 8.0s h1
[ ] 903606 0 0 903606 / 1000000 8.1s h1
[ ] 914926 0 0 914926 / 1000000 8.2s h1
[ ] 926140 0 0 926140 / 1000000 8.3s h1
[ ] 937348 0 0 937348 / 1000000 8.4s h1
[ ] 948647 0 0 948647 / 1000000 8.5s h1
[ ] 959888 0 0 959888 / 1000000 8.6s h1
[ ] 971130 0 0 971130 / 1000000 8.7s h1
[ ] 982317 0 0 982317 / 1000000 8.8s h1
[ ] 993517 0 0 993517 / 1000000 8.9s h1
[✓] 1000000 0 0 1000000 / 1000000 8.9s h1
#
[ ] 0 0 0 0 / 1000000 0.0s h2
[ ] 2349 0 0 2349 / 1000000 0.0s h2
[ ] 8049 0 0 8049 / 1000000 0.1s h2
[ ] 13744 0 0 13744 / 1000000 0.2s h2
[ ] 19427 0 0 19427 / 1000000 0.3s h2
[ ] 25119 0 0 25119 / 1000000 0.4s h2
[ ] 30756 0 0 30756 / 1000000 0.5s h2
[ ] 36471 0 0 36471 / 1000000 0.6s h2
[ ] 42162 0 0 42162 / 1000000 0.7s h2
[ ] 47908 0 0 47908 / 1000000 0.8s h2
[ ] 53597 0 0 53597 / 1000000 0.9s h2
[ ] 59276 0 0 59276 / 1000000 1.0s h2
[ ] 64960 0 0 64960 / 1000000 1.1s h2
[ ] 70667 0 0 70667 / 1000000 1.2s h2
[ ] 76342 0 0 76342 / 1000000 1.3s h2
[ ] 82048 0 0 82048 / 1000000 1.4s h2
[ ] 87728 0 0 87728 / 1000000 1.5s h2
[ ] 93421 0 0 93421 / 1000000 1.6s h2
[ ] 99115 0 0 99115 / 1000000 1.7s h2
[ ] 104800 0 0 104800 / 1000000 1.8s h2
[ ] 110465 0 0 110465 / 1000000 1.9s h2
[ ] 116145 0 0 116145 / 1000000 2.0s h2 (collecting)
[ ] 121806 0 0 121806 / 1000000 2.1s h2
[ ] 127512 0 0 127512 / 1000000 2.2s h2
[ ] 133227 0 0 133227 / 1000000 2.3s h2
[ ] 138973 0 0 138973 / 1000000 2.4s h2
[ ] 144675 0 0 144675 / 1000000 2.5s h2
[ ] 150394 0 0 150394 / 1000000 2.6s h2
[ ] 156143 0 0 156143 / 1000000 2.7s h2
[ ] 161963 0 0 161963 / 1000000 2.8s h2
[ ] 167740 0 0 167740 / 1000000 2.9s h2
[ ] 173500 0 0 173500 / 1000000 3.0s h2
[ ] 178997 0 0 178997 / 1000000 3.1s h2
[ ] 184463 0 0 184463 / 1000000 3.2s h2
[ ] 189950 0 0 189950 / 1000000 3.3s h2
[ ] 195433 0 0 195433 / 1000000 3.4s h2
[ ] 200969 0 0 200969 / 1000000 3.5s h2
[ ] 206468 0 0 206468 / 1000000 3.6s h2
[ ] 211941 0 0 211941 / 1000000 3.7s h2
[ ] 217451 0 0 217451 / 1000000 3.8s h2
[ ] 222990 0 0 222990 / 1000000 3.9s h2
[ ] 228540 0 0 228540 / 1000000 4.0s h2
[ ] 234082 0 0 234082 / 1000000 4.1s h2
[ ] 239586 0 0 239586 / 1000000 4.2s h2
[ ] 245106 0 0 245106 / 1000000 4.3s h2
[ ] 250580 0 0 250580 / 1000000 4.4s h2
[ ] 256125 0 0 256125 / 1000000 4.5s h2
[ ] 261622 0 0 261622 / 1000000 4.6s h2
[ ] 267110 0 0 267110 / 1000000 4.7s h2
[ ] 272585 0 0 272585 / 1000000 4.8s h2
[ ] 278132 0 0 278132 / 1000000 4.9s h2
[ ] 283681 0 0 283681 / 1000000 5.0s h2
[ ] 289158 0 0 289158 / 1000000 5.1s h2
[ ] 294677 0 0 294677 / 1000000 5.2s h2
[ ] 300185 0 0 300185 / 1000000 5.3s h2
[ ] 305715 0 0 305715 / 1000000 5.4s h2
[ ] 311246 0 0 311246 / 1000000 5.5s h2
[ ] 316771 0 0 316771 / 1000000 5.6s h2
[ ] 322242 0 0 322242 / 1000000 5.7s h2
[ ] 327795 0 0 327795 / 1000000 5.8s h2
[ ] 333288 0 0 333288 / 1000000 5.9s h2
[ ] 338777 0 0 338777 / 1000000 6.0s h2
[ ] 344317 0 0 344317 / 1000000 6.1s h2
[ ] 349780 0 0 349780 / 1000000 6.2s h2
[ ] 355300 0 0 355300 / 1000000 6.3s h2
[ ] 360807 0 0 360807 / 1000000 6.4s h2
[ ] 366311 0 0 366311 / 1000000 6.5s h2
[ ] 371858 0 0 371858 / 1000000 6.6s h2
[ ] 377365 0 0 377365 / 1000000 6.7s h2
[ ] 382905 0 0 382905 / 1000000 6.8s h2
[ ] 388431 0 0 388431 / 1000000 6.9s h2
[ ] 393747 0 0 393747 / 1000000 7.0s h2
[ ] 397723 0 0 397723 / 1000000 7.1s h2
[ ] 402250 0 0 402250 / 1000000 7.2s h2
[ ] 407763 0 0 407763 / 1000000 7.3s h2
[ ] 413453 0 0 413453 / 1000000 7.4s h2
[ ] 419128 0 0 419128 / 1000000 7.5s h2
[ ] 424853 0 0 424853 / 1000000 7.6s h2
[ ] 430433 0 0 430433 / 1000000 7.7s h2
[ ] 436062 0 0 436062 / 1000000 7.8s h2
[ ] 441750 0 0 441750 / 1000000 7.9s h2
[ ] 447418 0 0 447418 / 1000000 8.0s h2
[ ] 453014 0 0 453014 / 1000000 8.1s h2
[ ] 458774 0 0 458774 / 1000000 8.2s h2
[ ] 464458 0 0 464458 / 1000000 8.3s h2
[ ] 470123 0 0 470123 / 1000000 8.4s h2
[ ] 475810 0 0 475810 / 1000000 8.5s h2 (collecting)
[ ] 481559 0 0 481559 / 1000000 8.6s h2
[ ] 487234 0 0 487234 / 1000000 8.7s h2
[ ] 492934 0 0 492934 / 1000000 8.8s h2
[ ] 498612 0 0 498612 / 1000000 8.9s h2
[ ] 504296 0 0 504296 / 1000000 9.0s h2
[ ] 509973 0 0 509973 / 1000000 9.1s h2
[ ] 515716 0 0 515716 / 1000000 9.2s h2 (collecting)
[ ] 521359 0 0 521359 / 1000000 9.3s h2
[ ] 527010 0 0 527010 / 1000000 9.4s h2
[ ] 532682 0 0 532682 / 1000000 9.5s h2
[ ] 538394 0 0 538394 / 1000000 9.6s h2
[ ] 544119 0 0 544119 / 1000000 9.7s h2
[ ] 549791 0 0 549791 / 1000000 9.8s h2 (generating)
[ ] 555438 0 0 555438 / 1000000 9.9s h2
[ ] 561079 0 0 561079 / 1000000 10.0s h2
[ ] 566753 0 0 566753 / 1000000 10.1s h2
[ ] 572472 0 0 572472 / 1000000 10.2s h2
[ ] 578178 0 0 578178 / 1000000 10.3s h2
[ ] 583900 0 0 583900 / 1000000 10.4s h2
[ ] 589606 0 0 589606 / 1000000 10.5s h2
[ ] 595291 0 0 595291 / 1000000 10.6s h2
[ ] 600952 0 0 600952 / 1000000 10.7s h2 (collecting)
[ ] 606612 0 0 606612 / 1000000 10.8s h2
[ ] 612334 0 0 612334 / 1000000 10.9s h2
[ ] 618112 0 0 618112 / 1000000 11.0s h2
[ ] 623772 0 0 623772 / 1000000 11.1s h2
[ ] 629482 0 0 629482 / 1000000 11.2s h2
[ ] 635161 0 0 635161 / 1000000 11.3s h2
[ ] 640873 0 0 640873 / 1000000 11.4s h2
[ ] 646581 0 0 646581 / 1000000 11.5s h2
[ ] 652265 0 0 652265 / 1000000 11.6s h2
[ ] 657946 0 0 657946 / 1000000 11.7s h2
[ ] 663609 0 0 663609 / 1000000 11.8s h2 (collecting)
[ ] 669263 0 0 669263 / 1000000 11.9s h2
[ ] 674978 0 0 674978 / 1000000 12.0s h2
[ ] 680626 0 0 680626 / 1000000 12.1s h2
[ ] 686304 0 0 686304 / 1000000 12.2s h2
[ ] 691935 0 0 691935 / 1000000 12.3s h2
[ ] 697589 0 0 697589 / 1000000 12.4s h2
[ ] 703288 0 0 703288 / 1000000 12.5s h2
[ ] 708926 0 0 708926 / 1000000 12.6s h2
[ ] 714661 0 0 714661 / 1000000 12.7s h2
[ ] 720301 0 0 720301 / 1000000 12.8s h2
[ ] 726062 0 0 726062 / 1000000 12.9s h2
[ ] 731773 0 0 731773 / 1000000 13.0s h2
[ ] 737456 0 0 737456 / 1000000 13.1s h2
[ ] 743180 0 0 743180 / 1000000 13.2s h2
[ ] 748812 0 0 748812 / 1000000 13.3s h2
[ ] 754518 0 0 754518 / 1000000 13.4s h2
[ ] 760183 0 0 760183 / 1000000 13.5s h2
[ ] 765829 0 0 765829 / 1000000 13.6s h2
[ ] 771506 0 0 771506 / 1000000 13.7s h2
[ ] 777245 0 0 777245 / 1000000 13.8s h2
[ ] 782903 0 0 782903 / 1000000 13.9s h2
[ ] 788626 0 0 788626 / 1000000 14.0s h2
[ ] 794301 0 0 794301 / 1000000 14.1s h2
[ ] 799994 0 0 799994 / 1000000 14.2s h2
[ ] 805626 0 0 805626 / 1000000 14.3s h2
[ ] 811322 0 0 811322 / 1000000 14.4s h2
[ ] 817026 0 0 817026 / 1000000 14.5s h2
[ ] 822741 0 0 822741 / 1000000 14.6s h2
[ ] 828489 0 0 828489 / 1000000 14.7s h2
[ ] 834178 0 0 834178 / 1000000 14.8s h2
[ ] 839831 0 0 839831 / 1000000 14.9s h2
[ ] 845475 0 0 845475 / 1000000 15.0s h2
[ ] 851151 0 0 851151 / 1000000 15.1s h2
[ ] 856765 0 0 856765 / 1000000 15.2s h2
[ ] 862515 0 0 862515 / 1000000 15.3s h2
[ ] 868172 0 0 868172 / 1000000 15.4s h2
[ ] 873909 0 0 873909 / 1000000 15.5s h2
[ ] 879527 0 0 879527 / 1000000 15.6s h2
[ ] 885281 0 0 885281 / 1000000 15.7s h2
[ ] 891034 0 0 891034 / 1000000 15.8s h2
[ ] 896748 0 0 896748 / 1000000 15.9s h2
[ ] 902512 0 0 902512 / 1000000 16.0s h2
[ ] 908249 0 0 908249 / 1000000 16.1s h2
[ ] 913905 0 0 913905 / 1000000 16.2s h2
[ ] 919620 0 0 919620 / 1000000 16.3s h2
[ ] 925195 0 0 925195 / 1000000 16.4s h2
[ ] 930777 0 0 930777 / 1000000 16.5s h2
[ ] 936437 0 0 936437 / 1000000 16.6s h2
[ ] 942064 0 0 942064 / 1000000 16.7s h2
[ ] 947737 0 0 947737 / 1000000 16.8s h2
[ ] 953404 0 0 953404 / 1000000 16.9s h2
[ ] 959051 0 0 959051 / 1000000 17.0s h2
[ ] 964723 0 0 964723 / 1000000 17.1s h2
[ ] 970419 0 0 970419 / 1000000 17.2s h2
[ ] 976136 0 0 976136 / 1000000 17.3s h2
[ ] 981827 0 0 981827 / 1000000 17.4s h2
[ ] 987489 0 0 987489 / 1000000 17.5s h2
[ ] 993200 0 0 993200 / 1000000 17.6s h2
[ ] 998881 0 0 998881 / 1000000 17.7s h2
[✓] 1000000 0 0 1000000 / 1000000 17.8s h2
#
[ ] 0 0 0 0 / 1000000 0.0s h3
[ ] 8998 0 0 8998 / 1000000 0.1s h3
[ ] 20185 0 0 20185 / 1000000 0.2s h3
[ ] 31423 0 0 31423 / 1000000 0.3s h3
[ ] 42784 0 0 42784 / 1000000 0.4s h3
[ ] 53982 0 0 53982 / 1000000 0.5s h3
[ ] 65218 0 0 65218 / 1000000 0.6s h3
[ ] 76536 0 0 76536 / 1000000 0.7s h3
[ ] 87777 0 0 87777 / 1000000 0.8s h3
[ ] 99106 0 0 99106 / 1000000 0.9s h3
[ ] 110290 0 0 110290 / 1000000 1.0s h3
[ ] 121579 0 0 121579 / 1000000 1.1s h3
[ ] 132834 0 0 132834 / 1000000 1.2s h3
[ ] 144069 0 0 144069 / 1000000 1.3s h3
[ ] 155440 0 0 155440 / 1000000 1.4s h3
[ ] 166976 0 0 166976 / 1000000 1.5s h3
[ ] 178600 0 0 178600 / 1000000 1.6s h3
[ ] 190227 0 0 190227 / 1000000 1.7s h3
[ ] 201827 0 0 201827 / 1000000 1.8s h3
[ ] 212978 0 0 212978 / 1000000 1.9s h3
[ ] 223903 0 0 223903 / 1000000 2.0s h3
[ ] 234641 0 0 234641 / 1000000 2.1s h3
[ ] 245558 0 0 245558 / 1000000 2.2s h3
[ ] 256524 0 0 256524 / 1000000 2.3s h3
[ ] 267395 0 0 267395 / 1000000 2.4s h3
[ ] 278152 0 0 278152 / 1000000 2.5s h3
[ ] 289024 0 0 289024 / 1000000 2.6s h3
[ ] 299795 0 0 299795 / 1000000 2.7s h3
[ ] 310566 0 0 310566 / 1000000 2.8s h3
[ ] 321350 0 0 321350 / 1000000 2.9s h3
[ ] 332154 0 0 332154 / 1000000 3.0s h3
[ ] 342908 0 0 342908 / 1000000 3.1s h3
[ ] 353746 0 0 353746 / 1000000 3.2s h3
[ ] 364590 0 0 364590 / 1000000 3.3s h3
[ ] 375398 0 0 375398 / 1000000 3.4s h3
[ ] 386250 0 0 386250 / 1000000 3.5s h3
[ ] 396903 0 0 396903 / 1000000 3.6s h3
[ ] 407658 0 0 407658 / 1000000 3.7s h3
[ ] 418455 0 0 418455 / 1000000 3.8s h3
[ ] 429185 0 0 429185 / 1000000 3.9s h3
[ ] 439986 0 0 439986 / 1000000 4.0s h3
[ ] 450814 0 0 450814 / 1000000 4.1s h3
[ ] 461608 0 0 461608 / 1000000 4.2s h3
[ ] 472292 0 0 472292 / 1000000 4.3s h3
[ ] 483009 0 0 483009 / 1000000 4.4s h3
[ ] 493684 0 0 493684 / 1000000 4.5s h3
[ ] 504424 0 0 504424 / 1000000 4.6s h3
[ ] 515234 0 0 515234 / 1000000 4.7s h3
[ ] 526090 0 0 526090 / 1000000 4.8s h3
[ ] 536804 0 0 536804 / 1000000 4.9s h3
[ ] 547604 0 0 547604 / 1000000 5.0s h3
[ ] 558288 0 0 558288 / 1000000 5.1s h3
[ ] 569031 0 0 569031 / 1000000 5.2s h3
[ ] 579798 0 0 579798 / 1000000 5.3s h3
[ ] 590605 0 0 590605 / 1000000 5.4s h3
[ ] 601364 0 0 601364 / 1000000 5.5s h3
[ ] 612206 0 0 612206 / 1000000 5.6s h3
[ ] 622973 0 0 622973 / 1000000 5.7s h3
[ ] 633692 0 0 633692 / 1000000 5.8s h3
[ ] 644474 0 0 644474 / 1000000 5.9s h3
[ ] 655154 0 0 655154 / 1000000 6.0s h3
[ ] 665926 0 0 665926 / 1000000 6.1s h3
[ ] 676723 0 0 676723 / 1000000 6.2s h3
[ ] 687553 0 0 687553 / 1000000 6.3s h3
[ ] 698241 0 0 698241 / 1000000 6.4s h3
[ ] 709003 0 0 709003 / 1000000 6.5s h3
[ ] 719660 0 0 719660 / 1000000 6.6s h3
[ ] 730391 0 0 730391 / 1000000 6.7s h3
[ ] 741075 0 0 741075 / 1000000 6.8s h3
[ ] 751753 0 0 751753 / 1000000 6.9s h3
[ ] 762569 0 0 762569 / 1000000 7.0s h3
[ ] 773265 0 0 773265 / 1000000 7.1s h3
[ ] 783922 0 0 783922 / 1000000 7.2s h3
[ ] 794653 0 0 794653 / 1000000 7.3s h3
[ ] 805332 0 0 805332 / 1000000 7.4s h3
[ ] 816329 0 0 816329 / 1000000 7.5s h3
[ ] 827843 0 0 827843 / 1000000 7.6s h3
[ ] 839480 0 0 839480 / 1000000 7.7s h3
[ ] 851077 0 0 851077 / 1000000 7.8s h3
[ ] 862766 0 0 862766 / 1000000 7.9s h3
[ ] 874381 0 0 874381 / 1000000 8.0s h3
[ ] 885994 0 0 885994 / 1000000 8.1s h3
[ ] 897570 0 0 897570 / 1000000 8.2s h3
[ ] 909147 0 0 909147 / 1000000 8.3s h3
[ ] 920811 0 0 920811 / 1000000 8.4s h3
[ ] 932416 0 0 932416 / 1000000 8.5s h3
[ ] 944068 0 0 944068 / 1000000 8.6s h3 (collecting)
[ ] 955735 0 0 955735 / 1000000 8.7s h3
[ ] 967378 0 0 967378 / 1000000 8.8s h3
[ ] 979001 0 0 979001 / 1000000 8.9s h3
[ ] 990545 0 0 990545 / 1000000 9.0s h3
[✓] 1000000 0 0 1000000 / 1000000 9.1s h3
#
[ ] 0 0 0 0 / 1000000 0.0s h4
[ ] 947 0 0 947 / 1000000 0.0s h4
[ ] 6244 0 0 6244 / 1000000 0.1s h4
[ ] 11511 0 0 11511 / 1000000 0.2s h4
[ ] 16786 0 0 16786 / 1000000 0.3s h4
[ ] 22099 0 0 22099 / 1000000 0.4s h4
[ ] 27399 0 0 27399 / 1000000 0.5s h4
[ ] 32776 0 0 32776 / 1000000 0.6s h4
[ ] 38099 0 0 38099 / 1000000 0.7s h4
[ ] 43420 0 0 43420 / 1000000 0.8s h4
[ ] 48822 0 0 48822 / 1000000 0.9s h4
[ ] 54141 0 0 54141 / 1000000 1.0s h4
[ ] 59487 0 0 59487 / 1000000 1.1s h4
[ ] 64845 0 0 64845 / 1000000 1.2s h4
[ ] 70168 0 0 70168 / 1000000 1.3s h4
[ ] 75542 0 0 75542 / 1000000 1.4s h4
[ ] 80806 0 0 80806 / 1000000 1.5s h4
[ ] 86128 0 0 86128 / 1000000 1.6s h4
[ ] 91496 0 0 91496 / 1000000 1.7s h4
[ ] 96749 0 0 96749 / 1000000 1.8s h4
[ ] 102067 0 0 102067 / 1000000 1.9s h4
[ ] 107356 0 0 107356 / 1000000 2.0s h4
[ ] 112245 0 0 112245 / 1000000 2.1s h4
[ ] 117539 0 0 117539 / 1000000 2.2s h4
[ ] 122764 0 0 122764 / 1000000 2.3s h4
[ ] 128091 0 0 128091 / 1000000 2.4s h4
[ ] 133420 0 0 133420 / 1000000 2.5s h4
[ ] 138742 0 0 138742 / 1000000 2.6s h4
[ ] 144107 0 0 144107 / 1000000 2.7s h4
[ ] 149401 0 0 149401 / 1000000 2.8s h4
[ ] 154787 0 0 154787 / 1000000 2.9s h4
[ ] 160139 0 0 160139 / 1000000 3.0s h4
[ ] 165469 0 0 165469 / 1000000 3.1s h4
[ ] 170741 0 0 170741 / 1000000 3.2s h4
[ ] 176061 0 0 176061 / 1000000 3.3s h4
[ ] 181371 0 0 181371 / 1000000 3.4s h4
[ ] 186679 0 0 186679 / 1000000 3.5s h4
[ ] 191998 0 0 191998 / 1000000 3.6s h4
[ ] 197275 0 0 197275 / 1000000 3.7s h4
[ ] 202562 0 0 202562 / 1000000 3.8s h4
[ ] 207896 0 0 207896 / 1000000 3.9s h4
[ ] 213174 0 0 213174 / 1000000 4.0s h4
[ ] 218537 0 0 218537 / 1000000 4.1s h4
[ ] 223874 0 0 223874 / 1000000 4.2s h4
[ ] 229170 0 0 229170 / 1000000 4.3s h4
[ ] 234481 0 0 234481 / 1000000 4.4s h4
[ ] 239799 0 0 239799 / 1000000 4.5s h4
[ ] 245024 0 0 245024 / 1000000 4.6s h4
[ ] 250371 0 0 250371 / 1000000 4.7s h4
[ ] 255834 0 0 255834 / 1000000 4.8s h4
[ ] 261266 0 0 261266 / 1000000 4.9s h4
[ ] 266725 0 0 266725 / 1000000 5.0s h4
[ ] 272081 0 0 272081 / 1000000 5.1s h4
[ ] 276858 0 0 276858 / 1000000 5.2s h4
[ ] 281665 0 0 281665 / 1000000 5.3s h4
[ ] 286423 0 0 286423 / 1000000 5.4s h4
[ ] 291191 0 0 291191 / 1000000 5.5s h4
[ ] 295925 0 0 295925 / 1000000 5.6s h4
[ ] 300692 0 0 300692 / 1000000 5.7s h4
[ ] 305430 0 0 305430 / 1000000 5.8s h4
[ ] 310250 0 0 310250 / 1000000 5.9s h4
[ ] 315020 0 0 315020 / 1000000 6.0s h4
[ ] 319792 0 0 319792 / 1000000 6.1s h4
[ ] 324557 0 0 324557 / 1000000 6.2s h4
[ ] 329354 0 0 329354 / 1000000 6.3s h4
[ ] 334081 0 0 334081 / 1000000 6.4s h4
[ ] 338887 0 0 338887 / 1000000 6.5s h4
[ ] 343635 0 0 343635 / 1000000 6.6s h4
[ ] 348436 0 0 348436 / 1000000 6.7s h4
[ ] 353225 0 0 353225 / 1000000 6.8s h4
[ ] 358037 0 0 358037 / 1000000 6.9s h4
[ ] 362774 0 0 362774 / 1000000 7.0s h4
[ ] 367551 0 0 367551 / 1000000 7.1s h4 (collecting)
[ ] 372274 0 0 372274 / 1000000 7.2s h4
[ ] 377014 0 0 377014 / 1000000 7.3s h4
[ ] 381748 0 0 381748 / 1000000 7.4s h4
[ ] 386475 0 0 386475 / 1000000 7.5s h4
[ ] 391267 0 0 391267 / 1000000 7.6s h4
[ ] 396018 0 0 396018 / 1000000 7.7s h4
[ ] 400774 0 0 400774 / 1000000 7.8s h4
[ ] 405531 0 0 405531 / 1000000 7.9s h4
[ ] 410326 0 0 410326 / 1000000 8.0s h4
[ ] 415111 0 0 415111 / 1000000 8.1s h4
[ ] 419836 0 0 419836 / 1000000 8.2s h4
[ ] 424628 0 0 424628 / 1000000 8.3s h4
[ ] 429397 0 0 429397 / 1000000 8.4s h4
[ ] 434135 0 0 434135 / 1000000 8.5s h4
[ ] 438903 0 0 438903 / 1000000 8.6s h4
[ ] 443586 0 0 443586 / 1000000 8.7s h4
[ ] 448248 0 0 448248 / 1000000 8.8s h4
[ ] 453032 0 0 453032 / 1000000 8.9s h4
[ ] 457746 0 0 457746 / 1000000 9.0s h4
[ ] 462527 0 0 462527 / 1000000 9.1s h4
[ ] 467222 0 0 467222 / 1000000 9.2s h4
[ ] 471957 0 0 471957 / 1000000 9.3s h4
[ ] 476749 0 0 476749 / 1000000 9.4s h4
[ ] 481505 0 0 481505 / 1000000 9.5s h4
[ ] 486198 0 0 486198 / 1000000 9.6s h4
[ ] 490864 0 0 490864 / 1000000 9.7s h4
[ ] 495634 0 0 495634 / 1000000 9.8s h4
[ ] 500323 0 0 500323 / 1000000 9.9s h4
[ ] 505057 0 0 505057 / 1000000 10.0s h4
[ ] 509876 0 0 509876 / 1000000 10.1s h4
[ ] 514612 0 0 514612 / 1000000 10.2s h4
[ ] 519417 0 0 519417 / 1000000 10.3s h4
[ ] 524087 0 0 524087 / 1000000 10.4s h4
[ ] 528792 0 0 528792 / 1000000 10.5s h4
[ ] 533601 0 0 533601 / 1000000 10.6s h4
[ ] 538369 0 0 538369 / 1000000 10.7s h4
[ ] 543119 0 0 543119 / 1000000 10.8s h4
[ ] 547907 0 0 547907 / 1000000 10.9s h4
[ ] 552604 0 0 552604 / 1000000 11.0s h4
[ ] 557338 0 0 557338 / 1000000 11.1s h4
[ ] 562084 0 0 562084 / 1000000 11.2s h4
[ ] 566919 0 0 566919 / 1000000 11.3s h4 (collecting)
[ ] 571714 0 0 571714 / 1000000 11.4s h4
[ ] 576417 0 0 576417 / 1000000 11.5s h4
[ ] 581169 0 0 581169 / 1000000 11.6s h4
[ ] 585941 0 0 585941 / 1000000 11.7s h4
[ ] 590660 0 0 590660 / 1000000 11.8s h4
[ ] 595442 0 0 595442 / 1000000 11.9s h4
[ ] 600226 0 0 600226 / 1000000 12.0s h4
[ ] 605436 0 0 605436 / 1000000 12.1s h4
[ ] 610940 0 0 610940 / 1000000 12.2s h4
[ ] 616401 0 0 616401 / 1000000 12.3s h4
[ ] 621791 0 0 621791 / 1000000 12.4s h4
[ ] 627233 0 0 627233 / 1000000 12.5s h4
[ ] 632745 0 0 632745 / 1000000 12.6s h4
[ ] 638248 0 0 638248 / 1000000 12.7s h4
[ ] 643775 0 0 643775 / 1000000 12.8s h4
[ ] 649126 0 0 649126 / 1000000 12.9s h4
[ ] 653925 0 0 653925 / 1000000 13.0s h4
[ ] 658572 0 0 658572 / 1000000 13.1s h4
[ ] 663200 0 0 663200 / 1000000 13.2s h4
[ ] 667939 0 0 667939 / 1000000 13.3s h4
[ ] 672630 0 0 672630 / 1000000 13.4s h4
[ ] 677498 0 0 677498 / 1000000 13.5s h4
[ ] 682299 0 0 682299 / 1000000 13.6s h4
[ ] 687035 0 0 687035 / 1000000 13.7s h4
[ ] 691739 0 0 691739 / 1000000 13.8s h4
[ ] 696515 0 0 696515 / 1000000 13.9s h4
[ ] 701285 0 0 701285 / 1000000 14.0s h4
[ ] 706040 0 0 706040 / 1000000 14.1s h4
[ ] 710839 0 0 710839 / 1000000 14.2s h4
[ ] 715629 0 0 715629 / 1000000 14.3s h4
[ ] 720426 0 0 720426 / 1000000 14.4s h4
[ ] 725210 0 0 725210 / 1000000 14.5s h4
[ ] 730074 0 0 730074 / 1000000 14.6s h4
[ ] 734770 0 0 734770 / 1000000 14.7s h4
[ ] 739484 0 0 739484 / 1000000 14.8s h4
[ ] 744182 0 0 744182 / 1000000 14.9s h4
[ ] 748934 0 0 748934 / 1000000 15.0s h4
[ ] 753732 0 0 753732 / 1000000 15.1s h4
[ ] 758603 0 0 758603 / 1000000 15.2s h4
[ ] 763515 0 0 763515 / 1000000 15.3s h4
[ ] 768371 0 0 768371 / 1000000 15.4s h4
[ ] 773154 0 0 773154 / 1000000 15.5s h4
[ ] 778047 0 0 778047 / 1000000 15.6s h4
[ ] 782957 0 0 782957 / 1000000 15.7s h4
[ ] 787873 0 0 787873 / 1000000 15.8s h4
[ ] 792784 0 0 792784 / 1000000 15.9s h4
[ ] 797653 0 0 797653 / 1000000 16.0s h4
[ ] 802501 0 0 802501 / 1000000 16.1s h4
[ ] 807415 0 0 807415 / 1000000 16.2s h4
[ ] 812282 0 0 812282 / 1000000 16.3s h4
[ ] 817140 0 0 817140 / 1000000 16.4s h4
[ ] 822015 0 0 822015 / 1000000 16.5s h4
[ ] 826913 0 0 826913 / 1000000 16.6s h4
[ ] 831777 0 0 831777 / 1000000 16.7s h4 (collecting)
[ ] 836573 0 0 836573 / 1000000 16.8s h4
[ ] 841422 0 0 841422 / 1000000 16.9s h4
[ ] 846320 0 0 846320 / 1000000 17.0s h4
[ ] 851232 0 0 851232 / 1000000 17.1s h4
[ ] 856126 0 0 856126 / 1000000 17.2s h4
[ ] 860964 0 0 860964 / 1000000 17.3s h4
[ ] 865832 0 0 865832 / 1000000 17.4s h4
[ ] 870779 0 0 870779 / 1000000 17.5s h4
[ ] 875693 0 0 875693 / 1000000 17.6s h4
[ ] 880582 0 0 880582 / 1000000 17.7s h4
[ ] 885453 0 0 885453 / 1000000 17.8s h4
[ ] 890346 0 0 890346 / 1000000 17.9s h4
[ ] 895271 0 0 895271 / 1000000 18.0s h4
[ ] 900214 0 0 900214 / 1000000 18.1s h4
[ ] 905113 0 0 905113 / 1000000 18.2s h4
[ ] 910002 0 0 910002 / 1000000 18.3s h4
[ ] 914848 0 0 914848 / 1000000 18.4s h4
[ ] 919666 0 0 919666 / 1000000 18.5s h4
[ ] 924562 0 0 924562 / 1000000 18.6s h4
[ ] 929481 0 0 929481 / 1000000 18.7s h4
[ ] 934264 0 0 934264 / 1000000 18.8s h4
[ ] 939098 0 0 939098 / 1000000 18.9s h4
[ ] 943964 0 0 943964 / 1000000 19.0s h4
[ ] 948902 0 0 948902 / 1000000 19.1s h4
[ ] 953825 0 0 953825 / 1000000 19.2s h4
[ ] 958687 0 0 958687 / 1000000 19.3s h4
[ ] 963485 0 0 963485 / 1000000 19.4s h4
[ ] 968314 0 0 968314 / 1000000 19.5s h4
[ ] 973255 0 0 973255 / 1000000 19.6s h4
[ ] 978249 0 0 978249 / 1000000 19.7s h4
[ ] 983177 0 0 983177 / 1000000 19.8s h4
[ ] 988086 0 0 988086 / 1000000 19.9s h4
[ ] 993151 0 0 993151 / 1000000 20.0s h4
[ ] 998289 0 0 998289 / 1000000 20.1s h4
[✓] 1000000 0 0 1000000 / 1000000 20.2s h4
# ================================================================================
# success (ran 6 tests)
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build dates_calc 0.0.9
+-
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam reinstall --with-test --verbose dates_calc.0.0.9' failed.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall --with-test --verbose dates_calc.0.0.9;
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" != 'dates_calc.0.0.9' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2025-05-07 16:01.28: Job failed: Failed: Build failed
2025-05-07 16:01.28: Log analysis:
2025-05-07 16:01.28: >>>
[ERROR] The compilation of dates_calc.0.0.9 failed at "dune build -p dates_calc -j 39 @install @runtest".
(score = 20)
2025-05-07 16:01.28: >>>
# Error: Program mvn not found in the tree or in PATH
(score = 48)
2025-05-07 16:01.28: >>>
# Error: Program python3 not found in the tree or in PATH
(score = 48)
2025-05-07 16:01.28: >>>
[ERROR] The compilation of dates_calc.0.0.9 failed at "dune build -p dates_calc -j 39 @install @runtest".
(score = 20)
2025-05-07 16:01.28: >>>
# Error: Program mvn not found in the tree or in PATH
(score = 48)
2025-05-07 16:01.28: >>>
# Error: Program python3 not found in the tree or in PATH
(score = 48)
2025-05-07 16:01.28: Program mvn not found in the tree or in PATH