(for PR #27733)
2025-04-09 08:41.42: New job: test caisar.3.0, using opam 2.2 from https://github.com/ocaml/opam-repository.git#refs/pull/27733/head (e6a8403306a562eb0b1dd3918b846864445d2238) 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/27733/head" && git reset --hard e6a84033 git fetch origin master git merge --no-edit 39968cb1caf56844cc9678011e18b73cfa57f489 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989 USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-2.2 /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 caisar.3.0 3.0 RUN opam reinstall caisar.3.0; \ res=$?; \ test "$res" != 31 && exit "$res"; \ export OPAMCLI=2.0; \ build_dir=$(opam var prefix)/.opam-switch/build; \ failed=$(ls "$build_dir"); \ partial_fails=""; \ for pkg in $failed; do \ if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'caisar.3.0' && 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 caisar.3.0) || true RUN opam reinstall --with-test --verbose caisar.3.0; \ res=$?; \ test "$res" != 31 && exit "$res"; \ export OPAMCLI=2.0; \ build_dir=$(opam var prefix)/.opam-switch/build; \ failed=$(ls "$build_dir"); \ partial_fails=""; \ for pkg in $failed; do \ if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'caisar.3.0' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-04-09 08:41.42: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989-caisar.3.0-e6a8403306a562eb0b1dd3918b846864445d2238" 2025-04-09 08:41.42: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 caisar.3.0 3.0")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall caisar.3.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"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\" != 'caisar.3.0' && 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 caisar.3.0) || true")) (run (shell "opam reinstall --with-test --verbose caisar.3.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"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\" != 'caisar.3.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-04-09 08:41.42: Connecting to build cluster… 2025-04-09 08:41.42: Waiting for resource in pool OCluster 2025-04-09 08:41.43: Waiting for worker… 2025-04-09 08:41.43: Got resource from pool OCluster Building on x86-bm-c7.sw.ocaml.org All commits already cached HEAD is now at 39968cb1ca Merge pull request #27727 from dinosaure/release-conan-v0.0.6 Updating 39968cb1ca..e6a8403306 Fast-forward packages/caisar/caisar.3.0/opam | 64 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 packages/caisar/caisar.3.0/opam (from ocaml/opam:debian-12-ocaml-5.3@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989' locally docker.io/ocaml/opam@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989: Pulling from ocaml/opam bbd11ff474de: Pulling fs layer bbd11ff474de: Verifying Checksum bbd11ff474de: Download complete bbd11ff474de: Pull complete Digest: sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989 Status: Downloaded newer image for ocaml/opam@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989 2025-04-09 08:42.01 ---> using "ff3446318adf1df00a2dde4078347f1dfff9a7c29986bd20a80913e0a1b190c6" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam")) 2025-04-09 08:42.01 ---> using "4b33aeed17784297f9c2354052a6aa80ff72d0266b8c447d4e463dd4f01db9c2" from cache /home/opam: (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y [NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-04-09 08:42.01 ---> using "38b1ef36845944c0f146a6d1e2f133b43896ed282c674be2cf7f95bf52c9a288" 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.2.1 (01e9a24a61e23e42d513b4b775d8c30c807439b2) # self-upgrade no # system arch=x86_64 os=linux os-distribution=debian os-version=12 # solver builtin-0install # install-criteria # upgrade-criteria # jobs 31 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 5.3 # invariant ocaml-base-compiler >= 5.3.0 # compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1 # 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-04-09 08:42.01 ---> using "b235f92913e2011c21dfd1ea534842ec95df5666ab7b17e03a641aa74613cee2" 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-04-09 08:42.01 ---> using "c197d89fc596727026b492c5c1479fdd4d3d8631fdec72f0c27a8513a7ac4761" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-04-09 08:42.09 ---> saved as "5bf1fd0a2af4a6b7f34f22221d6e9f5a3804af520a993ac6a4e1edf7705bd7b1" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-04-09 08:42.30 ---> saved as "b8b56e215f1b5c5f36e368e1749ca1a92226366b18e249068b47ad6e428110b1" /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 [252 kB] - Fetched 356 kB in 0s (1313 kB/s) - Reading package lists... - 2025-04-09 08:42.31 ---> saved as "1dd699ac2759f3f19486cf39dbe28647d8094cb58adf0575a3fce6acaa874911" /home/opam: (run (shell "opam pin add -k version -yn caisar.3.0 3.0")) caisar is now pinned to version 3.0 2025-04-09 08:42.32 ---> saved as "b08c5e31f5c8aafc32da125ff58c516cbda5602e6af889aab5708e4e0ac19476" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall caisar.3.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"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\" != 'caisar.3.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) caisar.3.0 is not installed. Install it? [y/n] y The following actions will be performed: === install 72 packages - install astring 0.8.5 [required by fpath] - install base v0.17.1 [required by caisar] - install base-bytes base [required by csv, ocplib-endian] - install base64 3.5.1 [required by ocaml-protoc-plugin] - install bigarray-compat 1.1.0 [required by ctypes] - install bos 0.2.1 [required by yaml] - install caisar 3.0 (pinned) - install cmdliner 1.3.0 [required by caisar] - install conf-gmp 5 [required by zarith] - install conf-pkg-config 4 [required by ocaml-protoc-plugin] - install conf-protoc 4.4.0 [required by ocaml-protoc-plugin] - install cppo 1.8.0 [required by ocplib-endian, ppx_deriving] - install csexp 1.5.2 [required by dune-configurator, dune-private-libs] - install csv 2.4 [required by caisar] - install ctypes 0.23.0 [required by yaml] - install dune 3.18.0 [required by caisar] - install dune-configurator 3.18.0 [required by base] - install dune-private-libs 3.18.0 [required by dune-site] - install dune-site 3.18.0 [required by caisar] - install dyn 3.18.0 [required by dune-private-libs] - install fmt 0.10.0 [required by caisar] - install fpath 0.7.3 [required by caisar] - install integers 0.7.0 [required by ctypes] - install jane-street-headers v0.17.0 [required by time_now] - install jst-config v0.17.0 [required by time_now] - install logs 0.8.0 [required by caisar] - install menhir 20240715 [required by why3] - install menhirCST 20240715 [required by menhir] - install menhirLib 20240715 [required by caisar] - install menhirSdk 20240715 [required by menhir] - install num 1.5-1 [required by why3] - install ocaml-compiler-libs v0.17.0 [required by ppxlib] - install ocaml-protoc-plugin 6.1.0 [required by caisar] - install ocaml_intrinsics_kernel v0.17.1 [required by base] - install ocamlbuild 0.16.1 [required by fpath, fmt, logs] - install ocamlfind 1.9.8 [required by ppx_deriving, fpath, fmt, etc.] - install ocamlgraph 2.1.0 [required by caisar] - install ocplib-endian 1.2 [required by caisar] - install ordering 3.18.0 [required by dyn, stdune] - install pp 2.0.0 [required by dune-private-libs] - install ppx_assert v0.17.0 [required by jst-config] - install ppx_base v0.17.0 [required by time_now] - install ppx_cold v0.17.0 [required by ppx_base] - install ppx_compare v0.17.0 [required by ppx_base] - install ppx_derivers 1.2.1 [required by ppx_deriving] - install ppx_deriving 6.0.3 [required by caisar] - install ppx_deriving_yaml 0.4.0 [required by caisar] - install ppx_deriving_yojson 3.9.1 [required by caisar] - install ppx_enumerate v0.17.0 [required by ppx_base] - install ppx_expect v0.17.2 [required by ocaml-protoc-plugin] - install ppx_globalize v0.17.0 [required by ppx_base] - install ppx_hash v0.17.0 [required by ppx_base] - install ppx_here v0.17.0 [required by ppx_expect] - install ppx_inline_test v0.17.0 [required by caisar] - install ppx_optcomp v0.17.0 [required by time_now] - install ppx_sexp_conv v0.17.0 [required by why3] - install ppxlib 0.35.0 [required by ppx_deriving_yaml, ppx_deriving, ppx_deriving_yojson] - install ppxlib_jane v0.17.2 [required by ppx_globalize, ppx_enumerate, ppx_hash] - install ptime 1.2.0 [required by ocaml-protoc-plugin] - install re 1.12.0 [required by caisar] - install rresult 0.7.0 [required by bos] - install seq base [required by re] - install sexplib0 v0.17.0 [required by base] - install stdio v0.17.0 [required by caisar] - install stdlib-shims 0.3.0 [required by ocamlgraph] - install stdune 3.18.0 [required by dune-private-libs] - install time_now v0.17.0 [required by ppx_inline_test] - install topkg 1.0.8 [required by fpath, fmt, logs] - install why3 1.7.2 [required by caisar] - install yaml 3.2.0 [required by caisar] - install yojson 2.2.2 [required by caisar] - install zarith 1.14 [required by caisar] The following system packages will first need to be installed: libgmp-dev libprotobuf-dev pkg-config protobuf-compiler <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apt-get to install them (may need root/sudo access) 2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal) 3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable 4. Abort the installation [1/2/3/4] 1 + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "libprotobuf-dev" "pkg-config" "protobuf-compiler" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libgmpxx4ldbl:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18778 files and directories currently installed.) - Preparing to unpack .../00-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../01-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../02-libpkgconf3_1.8.1-1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-1) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../03-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... - Selecting previously unselected package libprotobuf32:amd64. - Preparing to unpack .../04-libprotobuf32_3.21.12-3_amd64.deb ... - Unpacking libprotobuf32:amd64 (3.21.12-3) ... - Selecting previously unselected package libprotobuf-lite32:amd64. - Preparing to unpack .../05-libprotobuf-lite32_3.21.12-3_amd64.deb ... - Unpacking libprotobuf-lite32:amd64 (3.21.12-3) ... - Selecting previously unselected package libprotobuf-dev:amd64. - Preparing to unpack .../06-libprotobuf-dev_3.21.12-3_amd64.deb ... - Unpacking libprotobuf-dev:amd64 (3.21.12-3) ... - Selecting previously unselected package libprotoc32:amd64. - Preparing to unpack .../07-libprotoc32_3.21.12-3_amd64.deb ... - Unpacking libprotoc32:amd64 (3.21.12-3) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../08-pkgconf-bin_1.8.1-1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../09-pkgconf_1.8.1-1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../10-pkg-config_1.8.1-1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-1) ... - Selecting previously unselected package protobuf-compiler. - Preparing to unpack .../11-protobuf-compiler_3.21.12-3_amd64.deb ... - Unpacking protobuf-compiler (3.21.12-3) ... - Setting up libpkgconf3:amd64 (1.8.1-1) ... - Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... - Setting up libprotobuf32:amd64 (3.21.12-3) ... - Setting up libprotobuf-lite32:amd64 (3.21.12-3) ... - Setting up libprotoc32:amd64 (3.21.12-3) ... - Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ... - Setting up protobuf-compiler (3.21.12-3) ... - Setting up pkgconf:amd64 (1.8.1-1) ... - Setting up libprotobuf-dev:amd64 (3.21.12-3) ... - Setting up pkg-config:amd64 (1.8.1-1) ... - Processing triggers for libc-bin (2.36-9+deb12u10) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.17.1 (cached) -> retrieved base64.3.5.1 (cached) -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved caisar.3.0 (https://git.frama-c.com/api/v4/projects/1082/packages/generic/caisar/3.0/caisar-3.0.tbz) -> retrieved cmdliner.1.3.0 (cached) -> retrieved conf-gmp.5 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-pkg-config.4 -> installed conf-gmp.5 -> installed conf-protoc.4.4.0 -> retrieved csv.2.4 (cached) -> retrieved ctypes.0.23.0 (cached) -> retrieved dune.3.18.0, dune-configurator.3.18.0, dune-private-libs.3.18.0, dune-site.3.18.0, dyn.3.18.0, ordering.3.18.0, stdune.3.18.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved jane-street-headers.v0.17.0 (cached) -> retrieved jst-config.v0.17.0 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> installed cmdliner.1.3.0 -> retrieved num.1.5-1 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml-protoc-plugin.6.1.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlgraph.2.1.0 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved ppx_assert.v0.17.0 (cached) -> retrieved ppx_base.v0.17.0 (cached) -> retrieved ppx_cold.v0.17.0 (cached) -> retrieved ppx_compare.v0.17.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppx_deriving_yaml.0.4.0 (cached) -> retrieved ppx_deriving_yojson.3.9.1 (cached) -> retrieved ppx_enumerate.v0.17.0 (cached) -> retrieved ppx_expect.v0.17.2 (cached) -> retrieved ppx_globalize.v0.17.0 (cached) -> retrieved ppx_hash.v0.17.0 (cached) -> retrieved ppx_here.v0.17.0 (cached) -> retrieved ppx_inline_test.v0.17.0 (cached) -> retrieved ppx_optcomp.v0.17.0 (cached) -> retrieved ppx_sexp_conv.v0.17.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved ppxlib_jane.v0.17.2 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved re.1.12.0 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdio.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved time_now.v0.17.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved why3.1.7.2 (cached) -> installed num.1.5-1 -> retrieved yaml.3.2.0 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved zarith.1.14 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed zarith.1.14 -> installed topkg.1.0.8 -> installed rresult.0.7.0 -> installed fmt.0.10.0 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed logs.0.8.0 -> installed fpath.0.7.3 -> installed bos.0.2.1 -> installed dune.3.18.0 -> installed base64.3.5.1 -> installed bigarray-compat.1.1.0 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed csv.2.4 -> installed jane-street-headers.v0.17.0 -> installed menhirCST.20240715 -> installed menhirLib.20240715 -> installed menhirSdk.20240715 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed pp.2.0.0 -> installed ppx_derivers.1.2.1 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed ocplib-endian.1.2 -> installed re.1.12.0 -> installed yojson.2.2.2 -> installed integers.0.7.0 -> installed ordering.3.18.0 -> installed dune-configurator.3.18.0 -> installed ocamlgraph.2.1.0 -> installed dyn.3.18.0 -> installed stdune.3.18.0 -> installed ctypes.0.23.0 -> installed base.v0.17.1 -> installed stdio.v0.17.0 -> installed dune-private-libs.3.18.0 -> installed yaml.3.2.0 -> installed dune-site.3.18.0 -> installed menhir.20240715 -> installed ppxlib.0.35.0 -> installed ppx_optcomp.v0.17.0 -> installed ppxlib_jane.v0.17.2 -> installed ppx_cold.v0.17.0 -> installed ppx_here.v0.17.0 -> installed ppx_deriving_yaml.0.4.0 -> installed ppx_globalize.v0.17.0 -> installed ppx_enumerate.v0.17.0 -> installed ppx_deriving.6.0.3 -> installed ppx_compare.v0.17.0 -> installed ppx_sexp_conv.v0.17.0 -> installed ppx_deriving_yojson.3.9.1 -> installed ppx_hash.v0.17.0 -> installed ppx_assert.v0.17.0 -> installed ppx_base.v0.17.0 -> installed jst-config.v0.17.0 -> installed time_now.v0.17.0 -> installed ppx_inline_test.v0.17.0 -> installed ppx_expect.v0.17.2 -> installed ocaml-protoc-plugin.6.1.0 -> installed why3.1.7.2 -> installed caisar.3.0 Done. # Run eval $(opam env) to update the current shell environment 2025-04-09 08:45.29 ---> saved as "b15d7493a13b9c509281f4d3522ed48cec5f5a70cc297c5cc95072bdac212adb" /home/opam: (run (network host) (shell "(opam reinstall --with-test caisar.3.0) || true")) The following actions will be performed: === recompile 1 package - recompile caisar 3.0 (pinned) === install 2 packages - install conf-python-3 9.0.0 [required by caisar] - install conf-texlive 1 [required by caisar] The following system packages will first need to be installed: python3 texlive-latex-base <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apt-get to install them (may need root/sudo access) 2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal) 3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable 4. Abort the installation [1/2/3/4] 1 + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "python3" "texlive-latex-base" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libdbus-1-3: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 ... 19039 files and directories currently installed.) - Preparing to unpack .../00-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 .../01-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 .../02-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 libapparmor1:amd64. - Preparing to unpack .../03-libapparmor1_3.0.8-3_amd64.deb ... - Unpacking libapparmor1:amd64 (3.0.8-3) ... - Selecting previously unselected package dbus-daemon. - Preparing to unpack .../04-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 .../05-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 .../06-dbus_1.14.10-1~deb12u1_amd64.deb ... - Unpacking dbus (1.14.10-1~deb12u1) ... - Selecting previously unselected package fonts-droid-fallback. - Preparing to unpack .../07-fonts-droid-fallback_1%3a6.0.1r16-1.1_all.deb ... - Unpacking fonts-droid-fallback (1:6.0.1r16-1.1) ... - Selecting previously unselected package poppler-data. - Preparing to unpack .../08-poppler-data_0.4.12-1_all.deb ... - Unpacking poppler-data (0.4.12-1) ... - Selecting previously unselected package libpython3.11-minimal:amd64. - Preparing to unpack .../09-libpython3.11-minimal_3.11.2-6+deb12u5_amd64.deb ... - Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u5) ... - Selecting previously unselected package python3.11-minimal. - Preparing to unpack .../10-python3.11-minimal_3.11.2-6+deb12u5_amd64.deb ... - Unpacking python3.11-minimal (3.11.2-6+deb12u5) ... - Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u5) ... - Setting up python3.11-minimal (3.11.2-6+deb12u5) ... - Selecting previously unselected package python3-minimal. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19977 files and directories currently installed.) - Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ... - Unpacking python3-minimal (3.11.2-1+b1) ... - Selecting previously unselected package media-types. - Preparing to unpack .../media-types_10.0.0_all.deb ... - Unpacking media-types (10.0.0) ... - Selecting previously unselected package libpython3.11-stdlib:amd64. - Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u5_amd64.deb ... - Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u5) ... - Selecting previously unselected package python3.11. - Preparing to unpack .../python3.11_3.11.2-6+deb12u5_amd64.deb ... - Unpacking python3.11 (3.11.2-6+deb12u5) ... - Selecting previously unselected package libpython3-stdlib:amd64. - Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ... - Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ... - Setting up python3-minimal (3.11.2-1+b1) ... - Selecting previously unselected package python3. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20387 files and directories currently installed.) - Preparing to unpack .../000-python3_3.11.2-1+b1_amd64.deb ... - Unpacking python3 (3.11.2-1+b1) ... - Selecting previously unselected package sensible-utils. - Preparing to unpack .../001-sensible-utils_0.0.17+nmu1_all.deb ... - Unpacking sensible-utils (0.0.17+nmu1) ... - Selecting previously unselected package ucf. - Preparing to unpack .../002-ucf_3.0043+nmu1+deb12u1_all.deb ... - Moving old data out of the way - Unpacking ucf (3.0043+nmu1+deb12u1) ... - Selecting previously unselected package libfontenc1:amd64. - Preparing to unpack .../003-libfontenc1_1%3a1.1.4-1_amd64.deb ... - Unpacking libfontenc1:amd64 (1:1.1.4-1) ... - Selecting previously unselected package x11-common. - Preparing to unpack .../004-x11-common_1%3a7.7+23_all.deb ... - Unpacking x11-common (1:7.7+23) ... - Selecting previously unselected package xfonts-encodings. - Preparing to unpack .../005-xfonts-encodings_1%3a1.0.4-2.2_all.deb ... - Unpacking xfonts-encodings (1:1.0.4-2.2) ... - Selecting previously unselected package xfonts-utils. - Preparing to unpack .../006-xfonts-utils_1%3a7.7+6_amd64.deb ... - Unpacking xfonts-utils (1:7.7+6) ... - Selecting previously unselected package fonts-urw-base35. - Preparing to unpack .../007-fonts-urw-base35_20200910-7_all.deb ... - Unpacking fonts-urw-base35 (20200910-7) ... - Selecting previously unselected package libgs-common. - Preparing to unpack .../008-libgs-common_10.0.0~dfsg-11+deb12u7_all.deb ... - Unpacking libgs-common (10.0.0~dfsg-11+deb12u7) ... - Selecting previously unselected package libgs10-common. - Preparing to unpack .../009-libgs10-common_10.0.0~dfsg-11+deb12u7_all.deb ... - Unpacking libgs10-common (10.0.0~dfsg-11+deb12u7) ... - Selecting previously unselected package libavahi-common-data:amd64. - Preparing to unpack .../010-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 .../011-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 .../012-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 .../013-libcups2_2.4.2-3+deb12u8_amd64.deb ... - Unpacking libcups2:amd64 (2.4.2-3+deb12u8) ... - Selecting previously unselected package libidn12:amd64. - Preparing to unpack .../014-libidn12_1.41-1_amd64.deb ... - Unpacking libidn12:amd64 (1.41-1) ... - Selecting previously unselected package libijs-0.35:amd64. - Preparing to unpack .../015-libijs-0.35_0.35-15_amd64.deb ... - Unpacking libijs-0.35:amd64 (0.35-15) ... - Selecting previously unselected package libjbig2dec0:amd64. - Preparing to unpack .../016-libjbig2dec0_0.19-3_amd64.deb ... - Unpacking libjbig2dec0:amd64 (0.19-3) ... - Selecting previously unselected package liblcms2-2:amd64. - Preparing to unpack .../017-liblcms2-2_2.14-2_amd64.deb ... - Unpacking liblcms2-2:amd64 (2.14-2) ... - Selecting previously unselected package libopenjp2-7:amd64. - Preparing to unpack .../018-libopenjp2-7_2.5.0-2+deb12u1_amd64.deb ... - Unpacking libopenjp2-7:amd64 (2.5.0-2+deb12u1) ... - Selecting previously unselected package libpaper1:amd64. - Preparing to unpack .../019-libpaper1_1.1.29_amd64.deb ... - Unpacking libpaper1:amd64 (1.1.29) ... - Selecting previously unselected package libice6:amd64. - Preparing to unpack .../020-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 .../021-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 .../022-libxt6_1%3a1.2.1-1.1_amd64.deb ... - Unpacking libxt6:amd64 (1:1.2.1-1.1) ... - Selecting previously unselected package libgs10:amd64. - Preparing to unpack .../023-libgs10_10.0.0~dfsg-11+deb12u7_amd64.deb ... - Unpacking libgs10:amd64 (10.0.0~dfsg-11+deb12u7) ... - Selecting previously unselected package libkpathsea6:amd64. - Preparing to unpack .../024-libkpathsea6_2022.20220321.62855-5.1+deb12u2_amd64.deb ... - Unpacking libkpathsea6:amd64 (2022.20220321.62855-5.1+deb12u2) ... - Selecting previously unselected package libpotrace0:amd64. - Preparing to unpack .../025-libpotrace0_1.16-2_amd64.deb ... - Unpacking libpotrace0:amd64 (1.16-2) ... - Selecting previously unselected package libwoff1:amd64. - Preparing to unpack .../026-libwoff1_1.0.2-2_amd64.deb ... - Unpacking libwoff1:amd64 (1.0.2-2) ... - Selecting previously unselected package dvisvgm. - Preparing to unpack .../027-dvisvgm_3.0.3-1_amd64.deb ... - Unpacking dvisvgm (3.0.3-1) ... - Selecting previously unselected package fonts-lmodern. - Preparing to unpack .../028-fonts-lmodern_2.005-1_all.deb ... - Unpacking fonts-lmodern (2.005-1) ... - Selecting previously unselected package fonts-noto-mono. - Preparing to unpack .../029-fonts-noto-mono_20201225-1_all.deb ... - Unpacking fonts-noto-mono (20201225-1) ... - Selecting previously unselected package libauthen-sasl-perl. - Preparing to unpack .../030-libauthen-sasl-perl_2.1600-3_all.deb ... - Unpacking libauthen-sasl-perl (2.1600-3) ... - Selecting previously unselected package libpixman-1-0:amd64. - Preparing to unpack .../031-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 .../032-libxcb-render0_1.15-1_amd64.deb ... - Unpacking libxcb-render0:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-shm0:amd64. - Preparing to unpack .../033-libxcb-shm0_1.15-1_amd64.deb ... - Unpacking libxcb-shm0:amd64 (1.15-1) ... - Selecting previously unselected package libxrender1:amd64. - Preparing to unpack .../034-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 .../035-libcairo2_1.16.0-7_amd64.deb ... - Unpacking libcairo2:amd64 (1.16.0-7) ... - Selecting previously unselected package libclone-perl:amd64. - Preparing to unpack .../036-libclone-perl_0.46-1_amd64.deb ... - Unpacking libclone-perl:amd64 (0.46-1) ... - Selecting previously unselected package libdata-dump-perl. - Preparing to unpack .../037-libdata-dump-perl_1.25-1_all.deb ... - Unpacking libdata-dump-perl (1.25-1) ... - Selecting previously unselected package libdrm-common. - Preparing to unpack .../038-libdrm-common_2.4.114-1_all.deb ... - Unpacking libdrm-common (2.4.114-1) ... - Selecting previously unselected package libdrm2:amd64. - Preparing to unpack .../039-libdrm2_2.4.114-1+b1_amd64.deb ... - Unpacking libdrm2:amd64 (2.4.114-1+b1) ... - Selecting previously unselected package libdrm-amdgpu1:amd64. - Preparing to unpack .../040-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 .../041-libpciaccess0_0.17-2_amd64.deb ... - Unpacking libpciaccess0:amd64 (0.17-2) ... - Selecting previously unselected package libdrm-intel1:amd64. - Preparing to unpack .../042-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 .../043-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 .../044-libdrm-radeon1_2.4.114-1+b1_amd64.deb ... - Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ... - Selecting previously unselected package libwayland-server0:amd64. - Preparing to unpack .../045-libwayland-server0_1.21.0-1_amd64.deb ... - Unpacking libwayland-server0:amd64 (1.21.0-1) ... - Selecting previously unselected package libgbm1:amd64. - Preparing to unpack .../046-libgbm1_22.3.6-1+deb12u1_amd64.deb ... - Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ... - Selecting previously unselected package libglapi-mesa:amd64. - Preparing to unpack .../047-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ... - Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ... - Selecting previously unselected package libwayland-client0:amd64. - Preparing to unpack .../048-libwayland-client0_1.21.0-1_amd64.deb ... - Unpacking libwayland-client0:amd64 (1.21.0-1) ... - Selecting previously unselected package libx11-xcb1:amd64. - Preparing to unpack .../049-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 .../050-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 .../051-libxcb-dri3-0_1.15-1_amd64.deb ... - Unpacking libxcb-dri3-0:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-present0:amd64. - Preparing to unpack .../052-libxcb-present0_1.15-1_amd64.deb ... - Unpacking libxcb-present0:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-randr0:amd64. - Preparing to unpack .../053-libxcb-randr0_1.15-1_amd64.deb ... - Unpacking libxcb-randr0:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-sync1:amd64. - Preparing to unpack .../054-libxcb-sync1_1.15-1_amd64.deb ... - Unpacking libxcb-sync1:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-xfixes0:amd64. - Preparing to unpack .../055-libxcb-xfixes0_1.15-1_amd64.deb ... - Unpacking libxcb-xfixes0:amd64 (1.15-1) ... - Selecting previously unselected package libxshmfence1:amd64. - Preparing to unpack .../056-libxshmfence1_1.3-1_amd64.deb ... - Unpacking libxshmfence1:amd64 (1.3-1) ... - Selecting previously unselected package libegl-mesa0:amd64. - Preparing to unpack .../057-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ... - Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ... - Selecting previously unselected package libelf1:amd64. - Preparing to unpack .../058-libelf1_0.188-2.1_amd64.deb ... - Unpacking libelf1:amd64 (0.188-2.1) ... - Selecting previously unselected package libencode-locale-perl. - Preparing to unpack .../059-libencode-locale-perl_1.05-3_all.deb ... - Unpacking libencode-locale-perl (1.05-3) ... - Selecting previously unselected package libipc-system-simple-perl. - Preparing to unpack .../060-libipc-system-simple-perl_1.30-2_all.deb ... - Unpacking libipc-system-simple-perl (1.30-2) ... - Selecting previously unselected package libfile-basedir-perl. - Preparing to unpack .../061-libfile-basedir-perl_0.09-2_all.deb ... - Unpacking libfile-basedir-perl (0.09-2) ... - Selecting previously unselected package libregexp-ipv6-perl. - Preparing to unpack .../062-libregexp-ipv6-perl_0.03-3_all.deb ... - Unpacking libregexp-ipv6-perl (0.03-3) ... - Selecting previously unselected package liburi-perl. - Preparing to unpack .../063-liburi-perl_5.17-1_all.deb ... - Unpacking liburi-perl (5.17-1) ... - Selecting previously unselected package libfile-desktopentry-perl. - Preparing to unpack .../064-libfile-desktopentry-perl_0.22-3_all.deb ... - Unpacking libfile-desktopentry-perl (0.22-3) ... - Selecting previously unselected package libtimedate-perl. - Preparing to unpack .../065-libtimedate-perl_2.3300-2_all.deb ... - Unpacking libtimedate-perl (2.3300-2) ... - Selecting previously unselected package libhttp-date-perl. - Preparing to unpack .../066-libhttp-date-perl_6.05-2_all.deb ... - Unpacking libhttp-date-perl (6.05-2) ... - Selecting previously unselected package libfile-listing-perl. - Preparing to unpack .../067-libfile-listing-perl_6.15-1_all.deb ... - Unpacking libfile-listing-perl (6.15-1) ... - Selecting previously unselected package libglib2.0-0:amd64. - Preparing to unpack .../068-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 .../069-libicu72_72.1-3_amd64.deb ... - Unpacking libicu72:amd64 (72.1-3) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../070-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 .../071-shared-mime-info_2.2-1_amd64.deb ... - Unpacking shared-mime-info (2.2-1) ... - Selecting previously unselected package libfile-mimeinfo-perl. - Preparing to unpack .../072-libfile-mimeinfo-perl_0.33-1_all.deb ... - Unpacking libfile-mimeinfo-perl (0.33-1) ... - Selecting previously unselected package libfont-afm-perl. - Preparing to unpack .../073-libfont-afm-perl_1.20-4_all.deb ... - Unpacking libfont-afm-perl (1.20-4) ... - Selecting previously unselected package libglvnd0:amd64. - Preparing to unpack .../074-libglvnd0_1.6.0-1_amd64.deb ... - Unpacking libglvnd0:amd64 (1.6.0-1) ... - Selecting previously unselected package libxcb-glx0:amd64. - Preparing to unpack .../075-libxcb-glx0_1.15-1_amd64.deb ... - Unpacking libxcb-glx0:amd64 (1.15-1) ... - Selecting previously unselected package libxfixes3:amd64. - Preparing to unpack .../076-libxfixes3_1%3a6.0.0-2_amd64.deb ... - Unpacking libxfixes3:amd64 (1:6.0.0-2) ... - Selecting previously unselected package libxxf86vm1:amd64. - Preparing to unpack .../077-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ... - Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ... - Selecting previously unselected package libz3-4:amd64. - Preparing to unpack .../078-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 .../079-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 .../080-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 .../081-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 .../082-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 .../083-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 .../084-libglx0_1.6.0-1_amd64.deb ... - Unpacking libglx0:amd64 (1.6.0-1) ... - Selecting previously unselected package libgl1:amd64. - Preparing to unpack .../085-libgl1_1.6.0-1_amd64.deb ... - Unpacking libgl1:amd64 (1.6.0-1) ... - Selecting previously unselected package libgles2:amd64. - Preparing to unpack .../086-libgles2_1.6.0-1_amd64.deb ... - Unpacking libgles2:amd64 (1.6.0-1) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../087-libglib2.0-data_2.74.6-2+deb12u5_all.deb ... - Unpacking libglib2.0-data (2.74.6-2+deb12u5) ... - Selecting previously unselected package libgraphite2-3:amd64. - Preparing to unpack .../088-libgraphite2-3_1.3.14-1_amd64.deb ... - Unpacking libgraphite2-3:amd64 (1.3.14-1) ... - Selecting previously unselected package libgumbo1:amd64. - Preparing to unpack .../089-libgumbo1_0.10.1+dfsg-5_amd64.deb ... - Unpacking libgumbo1:amd64 (0.10.1+dfsg-5) ... - Selecting previously unselected package libharfbuzz0b:amd64. - Preparing to unpack .../090-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ... - Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ... - Selecting previously unselected package libhtml-tagset-perl. - Preparing to unpack .../091-libhtml-tagset-perl_3.20-6_all.deb ... - Unpacking libhtml-tagset-perl (3.20-6) ... - Selecting previously unselected package libhtml-parser-perl:amd64. - Preparing to unpack .../092-libhtml-parser-perl_3.81-1_amd64.deb ... - Unpacking libhtml-parser-perl:amd64 (3.81-1) ... - Selecting previously unselected package libio-html-perl. - Preparing to unpack .../093-libio-html-perl_1.004-3_all.deb ... - Unpacking libio-html-perl (1.004-3) ... - Selecting previously unselected package liblwp-mediatypes-perl. - Preparing to unpack .../094-liblwp-mediatypes-perl_6.04-2_all.deb ... - Unpacking liblwp-mediatypes-perl (6.04-2) ... - Selecting previously unselected package libhttp-message-perl. - Preparing to unpack .../095-libhttp-message-perl_6.44-1_all.deb ... - Unpacking libhttp-message-perl (6.44-1) ... - Selecting previously unselected package libhtml-form-perl. - Preparing to unpack .../096-libhtml-form-perl_6.11-1_all.deb ... - Unpacking libhtml-form-perl (6.11-1) ... - Selecting previously unselected package libhtml-tree-perl. - Preparing to unpack .../097-libhtml-tree-perl_5.07-3_all.deb ... - Unpacking libhtml-tree-perl (5.07-3) ... - Selecting previously unselected package libhtml-format-perl. - Preparing to unpack .../098-libhtml-format-perl_2.16-2_all.deb ... - Unpacking libhtml-format-perl (2.16-2) ... - Selecting previously unselected package libhttp-cookies-perl. - Preparing to unpack .../099-libhttp-cookies-perl_6.10-1_all.deb ... - Unpacking libhttp-cookies-perl (6.10-1) ... - Selecting previously unselected package libhttp-daemon-perl. - Preparing to unpack .../100-libhttp-daemon-perl_6.16-1_all.deb ... - Unpacking libhttp-daemon-perl (6.16-1) ... - Selecting previously unselected package libhttp-negotiate-perl. - Preparing to unpack .../101-libhttp-negotiate-perl_6.01-2_all.deb ... - Unpacking libhttp-negotiate-perl (6.01-2) ... - Selecting previously unselected package perl-openssl-defaults:amd64. - Preparing to unpack .../102-perl-openssl-defaults_7+b1_amd64.deb ... - Unpacking perl-openssl-defaults:amd64 (7+b1) ... - Selecting previously unselected package libnet-ssleay-perl:amd64. - Preparing to unpack .../103-libnet-ssleay-perl_1.92-2+b1_amd64.deb ... - Unpacking libnet-ssleay-perl:amd64 (1.92-2+b1) ... - Selecting previously unselected package libio-socket-ssl-perl. - Preparing to unpack .../104-libio-socket-ssl-perl_2.081-2_all.deb ... - Unpacking libio-socket-ssl-perl (2.081-2) ... - Selecting previously unselected package libio-stringy-perl. - Preparing to unpack .../105-libio-stringy-perl_2.111-3_all.deb ... - Unpacking libio-stringy-perl (2.111-3) ... - Selecting previously unselected package libnet-http-perl. - Preparing to unpack .../106-libnet-http-perl_6.22-1_all.deb ... - Unpacking libnet-http-perl (6.22-1) ... - Selecting previously unselected package libtry-tiny-perl. - Preparing to unpack .../107-libtry-tiny-perl_0.31-2_all.deb ... - Unpacking libtry-tiny-perl (0.31-2) ... - Selecting previously unselected package libwww-robotrules-perl. - Preparing to unpack .../108-libwww-robotrules-perl_6.02-1_all.deb ... - Unpacking libwww-robotrules-perl (6.02-1) ... - Selecting previously unselected package libwww-perl. - Preparing to unpack .../109-libwww-perl_6.68-1_all.deb ... - Unpacking libwww-perl (6.68-1) ... - Selecting previously unselected package liblwp-protocol-https-perl. - Preparing to unpack .../110-liblwp-protocol-https-perl_6.10-1_all.deb ... - Unpacking liblwp-protocol-https-perl (6.10-1) ... - Selecting previously unselected package libnet-smtp-ssl-perl. - Preparing to unpack .../111-libnet-smtp-ssl-perl_1.04-2_all.deb ... - Unpacking libnet-smtp-ssl-perl (1.04-2) ... - Selecting previously unselected package libmailtools-perl. - Preparing to unpack .../112-libmailtools-perl_2.21-2_all.deb ... - Unpacking libmailtools-perl (2.21-2) ... - Selecting previously unselected package libmujs2:amd64. - Preparing to unpack .../113-libmujs2_1.3.2-1_amd64.deb ... - Unpacking libmujs2:amd64 (1.3.2-1) ... - Selecting previously unselected package libxml-parser-perl. - Preparing to unpack .../114-libxml-parser-perl_2.46-4_amd64.deb ... - Unpacking libxml-parser-perl (2.46-4) ... - Selecting previously unselected package libxml-twig-perl. - Preparing to unpack .../115-libxml-twig-perl_1%3a3.52-2_all.deb ... - Unpacking libxml-twig-perl (1:3.52-2) ... - Selecting previously unselected package libnet-dbus-perl. - Preparing to unpack .../116-libnet-dbus-perl_1.2.0-2_amd64.deb ... - Unpacking libnet-dbus-perl (1.2.0-2) ... - Selecting previously unselected package libpaper-utils. - Preparing to unpack .../117-libpaper-utils_1.1.29_amd64.deb ... - Unpacking libpaper-utils (1.1.29) ... - Selecting previously unselected package libptexenc1:amd64. - Preparing to unpack .../118-libptexenc1_2022.20220321.62855-5.1+deb12u2_amd64.deb ... - Unpacking libptexenc1:amd64 (2022.20220321.62855-5.1+deb12u2) ... - Selecting previously unselected package libsynctex2:amd64. - Preparing to unpack .../119-libsynctex2_2022.20220321.62855-5.1+deb12u2_amd64.deb ... - Unpacking libsynctex2:amd64 (2022.20220321.62855-5.1+deb12u2) ... - Selecting previously unselected package libteckit0:amd64. - Preparing to unpack .../120-libteckit0_2.5.11+ds1-1+b1_amd64.deb ... - Unpacking libteckit0:amd64 (2.5.11+ds1-1+b1) ... - Selecting previously unselected package libtexlua53-5:amd64. - Preparing to unpack .../121-libtexlua53-5_2022.20220321.62855-5.1+deb12u2_amd64.deb ... - Unpacking libtexlua53-5:amd64 (2022.20220321.62855-5.1+deb12u2) ... - Selecting previously unselected package libtexluajit2:amd64. - Preparing to unpack .../122-libtexluajit2_2022.20220321.62855-5.1+deb12u2_amd64.deb ... - Unpacking libtexluajit2:amd64 (2022.20220321.62855-5.1+deb12u2) ... - Selecting previously unselected package libtext-iconv-perl:amd64. - Preparing to unpack .../123-libtext-iconv-perl_1.7-8_amd64.deb ... - Unpacking libtext-iconv-perl:amd64 (1.7-8) ... - Selecting previously unselected package libtie-ixhash-perl. - Preparing to unpack .../124-libtie-ixhash-perl_1.23-4_all.deb ... - Unpacking libtie-ixhash-perl (1.23-4) ... - Selecting previously unselected package libx11-protocol-perl. - Preparing to unpack .../125-libx11-protocol-perl_0.56-9_all.deb ... - Unpacking libx11-protocol-perl (0.56-9) ... - Selecting previously unselected package libxmu6:amd64. - Preparing to unpack .../126-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 .../127-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 .../128-libxcb-shape0_1.15-1_amd64.deb ... - Unpacking libxcb-shape0:amd64 (1.15-1) ... - Selecting previously unselected package libxcomposite1:amd64. - Preparing to unpack .../129-libxcomposite1_1%3a0.4.5-1_amd64.deb ... - Unpacking libxcomposite1:amd64 (1:0.4.5-1) ... - Selecting previously unselected package libxcursor1:amd64. - Preparing to unpack .../130-libxcursor1_1%3a1.2.1-1_amd64.deb ... - Unpacking libxcursor1:amd64 (1:1.2.1-1) ... - Selecting previously unselected package libxft2:amd64. - Preparing to unpack .../131-libxft2_2.3.6-1_amd64.deb ... - Unpacking libxft2:amd64 (2.3.6-1) ... - Selecting previously unselected package libxi6:amd64. - Preparing to unpack .../132-libxi6_2%3a1.8-1+b1_amd64.deb ... - Unpacking libxi6:amd64 (2:1.8-1+b1) ... - Selecting previously unselected package libxinerama1:amd64. - Preparing to unpack .../133-libxinerama1_2%3a1.1.4-3_amd64.deb ... - Unpacking libxinerama1:amd64 (2:1.1.4-3) ... - Selecting previously unselected package libxkbfile1:amd64. - Preparing to unpack .../134-libxkbfile1_1%3a1.1.0-1_amd64.deb ... - Unpacking libxkbfile1:amd64 (1:1.1.0-1) ... - Selecting previously unselected package libxml-xpathengine-perl. - Preparing to unpack .../135-libxml-xpathengine-perl_0.14-2_all.deb ... - Unpacking libxml-xpathengine-perl (0.14-2) ... - Selecting previously unselected package libxrandr2:amd64. - Preparing to unpack .../136-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ... - Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ... - Selecting previously unselected package libxtst6:amd64. - Preparing to unpack .../137-libxtst6_2%3a1.2.3-1.1_amd64.deb ... - Unpacking libxtst6:amd64 (2:1.2.3-1.1) ... - Selecting previously unselected package libxv1:amd64. - Preparing to unpack .../138-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 .../139-libxxf86dga1_2%3a1.1.5-1_amd64.deb ... - Unpacking libxxf86dga1:amd64 (2:1.1.5-1) ... - Selecting previously unselected package libzzip-0-13:amd64. - Preparing to unpack .../140-libzzip-0-13_0.13.72+dfsg.1-1.1_amd64.deb ... - Unpacking libzzip-0-13:amd64 (0.13.72+dfsg.1-1.1) ... - Selecting previously unselected package tex-common. - Preparing to unpack .../141-tex-common_6.18_all.deb ... - Unpacking tex-common (6.18) ... - Selecting previously unselected package lmodern. - Preparing to unpack .../142-lmodern_2.005-1_all.deb ... - Unpacking lmodern (2.005-1) ... - Selecting previously unselected package mupdf-tools. - Preparing to unpack .../143-mupdf-tools_1.21.1+ds2-1+b4_amd64.deb ... - Unpacking mupdf-tools (1.21.1+ds2-1+b4) ... - Selecting previously unselected package t1utils. - Preparing to unpack .../144-t1utils_1.41-4_amd64.deb ... - Unpacking t1utils (1.41-4) ... - Selecting previously unselected package texlive-binaries. - Preparing to unpack .../145-texlive-binaries_2022.20220321.62855-5.1+deb12u2_amd64.deb ... - Unpacking texlive-binaries (2022.20220321.62855-5.1+deb12u2) ... - Selecting previously unselected package xdg-utils. - Preparing to unpack .../146-xdg-utils_1.1.3-4.1_all.deb ... - Unpacking xdg-utils (1.1.3-4.1) ... - Selecting previously unselected package texlive-base. - Preparing to unpack .../147-texlive-base_2022.20230122-3_all.deb ... - Unpacking texlive-base (2022.20230122-3) ... - Selecting previously unselected package texlive-latex-base. - Preparing to unpack .../148-texlive-latex-base_2022.20230122-3_all.deb ... - Unpacking texlive-latex-base (2022.20230122-3) ... - Selecting previously unselected package x11-utils. - Preparing to unpack .../149-x11-utils_7.7+5_amd64.deb ... - Unpacking x11-utils (7.7+5) ... - Selecting previously unselected package x11-xserver-utils. - Preparing to unpack .../150-x11-xserver-utils_7.7+9+b1_amd64.deb ... - Unpacking x11-xserver-utils (7.7+9+b1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../151-xdg-user-dirs_0.18-1_amd64.deb ... - Unpacking xdg-user-dirs (0.18-1) ... - Selecting previously unselected package libegl1:amd64. - Preparing to unpack .../152-libegl1_1.6.0-1_amd64.deb ... - Unpacking libegl1:amd64 (1.6.0-1) ... - Selecting previously unselected package zutty. - Preparing to unpack .../153-zutty_0.14.0.20230218+dfsg1-1_amd64.deb ... - Unpacking zutty (0.14.0.20230218+dfsg1-1) ... - Setting up media-types (10.0.0) ... - Setting up libtext-iconv-perl:amd64 (1.7-8) ... - 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 libwayland-server0:amd64 (1.21.0-1) ... - Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ... - Setting up libpciaccess0:amd64 (0.17-2) ... - Setting up libapparmor1:amd64 (3.0.8-3) ... - Setting up libtie-ixhash-perl (1.23-4) ... - Setting up libicu72:amd64 (72.1-3) ... - Setting up libxcb-xfixes0:amd64 (1.15-1) ... - Setting up fonts-noto-mono (20201225-1) ... - Setting up libxi6:amd64 (2:1.8-1+b1) ... - Setting up libfont-afm-perl (1.20-4) ... - Setting up libwoff1:amd64 (1.0.2-2) ... - Setting up libxrender1:amd64 (1:0.9.10-1.1) ... - Setting up xdg-user-dirs (0.18-1) ... - Setting up libxcb-render0:amd64 (1.15-1) ... - Setting up libclone-perl:amd64 (0.46-1) ... - Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u5) ... - No schema files found: doing nothing. - Setting up libglvnd0:amd64 (1.6.0-1) ... - Setting up libio-stringy-perl (2.111-3) ... - Setting up libmujs2:amd64 (1.3.2-1) ... - Setting up libhtml-tagset-perl (3.20-6) ... - Setting up libijs-0.35:amd64 (0.35-15) ... - Setting up libauthen-sasl-perl (2.1600-3) ... - Setting up libxcb-glx0:amd64 (1.15-1) ... - Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u5) ... - Setting up libtexluajit2:amd64 (2022.20220321.62855-5.1+deb12u2) ... - Setting up libgs-common (10.0.0~dfsg-11+deb12u7) ... - Setting up liblwp-mediatypes-perl (6.04-2) ... - 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 libtry-tiny-perl (0.31-2) ... - Setting up libsensors-config (1:3.6.0-7.1) ... - Setting up libxxf86dga1:amd64 (2:1.1.5-1) ... - Setting up perl-openssl-defaults:amd64 (7+b1) ... - Setting up libencode-locale-perl (1.05-3) ... - Setting up libxcb-shm0:amd64 (1.15-1) ... - Setting up libzzip-0-13:amd64 (0.13.72+dfsg.1-1.1) ... - Setting up libcairo2:amd64 (1.16.0-7) ... - Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ... - Setting up poppler-data (0.4.12-1) ... - Setting up libxcb-present0:amd64 (1.15-1) ... - Setting up libgumbo1:amd64 (0.10.1+dfsg-5) ... - 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 libgles2:amd64 (1.6.0-1) ... - Setting up libdata-dump-perl (1.25-1) ... - Setting up libxfixes3:amd64 (1:6.0.0-2) ... - Setting up libxcb-sync1:amd64 (1.15-1) ... - Setting up libjbig2dec0:amd64 (0.19-3) ... - Setting up libipc-system-simple-perl (1.30-2) ... - Setting up libteckit0:amd64 (2.5.11+ds1-1+b1) ... - Setting up libxml-xpathengine-perl (0.14-2) ... - Setting up libavahi-common-data:amd64 (0.8-10+deb12u1) ... - Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... - Setting up xfonts-encodings (1:1.0.4-2.2) ... - Setting up t1utils (1.41-4) ... - Setting up libxinerama1:amd64 (2:1.1.4-3) ... - Setting up libtexlua53-5:amd64 (2022.20220321.62855-5.1+deb12u2) ... - Setting up libxv1:amd64 (2:1.0.11-1.1) ... - Setting up libidn12:amd64 (1.41-1) ... - Setting up libio-html-perl (1.004-3) ... - Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ... - Setting up libsensors5:amd64 (1:3.6.0-7.1) ... - Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ... - Setting up libkpathsea6:amd64 (2022.20220321.62855-5.1+deb12u2) ... - Setting up libtimedate-perl (2.3300-2) ... - Setting up libregexp-ipv6-perl (0.03-3) ... - Setting up libxcb-dri2-0:amd64 (1.15-1) ... - Setting up sensible-utils (0.0.17+nmu1) ... - Setting up libxshmfence1:amd64 (1.3-1) ... - Setting up libxcb-randr0:amd64 (1.15-1) ... - Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... - Setting up fonts-lmodern (2.005-1) ... - Setting up libopenjp2-7:amd64 (2.5.0-2+deb12u1) ... - Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ... - Setting up fonts-droid-fallback (1:6.0.1r16-1.1) ... - Setting up libxkbfile1:amd64 (1:1.1.0-1) ... - 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 xdg-utils (1.1.3-4.1) ... - update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode - Setting up liburi-perl (5.17-1) ... - Setting up dbus-bin (1.14.10-1~deb12u1) ... - Setting up libx11-protocol-perl (0.56-9) ... - Setting up libsynctex2:amd64 (2022.20220321.62855-5.1+deb12u2) ... - Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ... - Setting up libpotrace0:amd64 (1.16-2) ... - Setting up libwayland-client0:amd64 (1.21.0-1) ... - Setting up libnet-ssleay-perl:amd64 (1.92-2+b1) ... - Setting up python3.11 (3.11.2-6+deb12u5) ... - Setting up libice6:amd64 (2:1.0.10-1) ... - Setting up libhttp-date-perl (6.05-2) ... - Setting up libxft2:amd64 (2.3.6-1) ... - Setting up libfile-basedir-perl (0.09-2) ... - Setting up libfile-listing-perl (6.15-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 libnet-http-perl (6.22-1) ... - Setting up python3 (3.11.2-1+b1) ... - running python rtupdate hooks for python3.11... - running python post-rtupdate hooks for python3.11... - Setting up dbus-daemon (1.14.10-1~deb12u1) ... - Setting up xfonts-utils (1:7.7+6) ... - Setting up mupdf-tools (1.21.1+ds2-1+b4) ... - Setting up libptexenc1:amd64 (2022.20220321.62855-5.1+deb12u2) ... - 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 ucf (3.0043+nmu1+deb12u1) ... - Setting up libfile-desktopentry-perl (0.22-3) ... - Setting up libwww-robotrules-perl (6.02-1) ... - Setting up libdrm2:amd64 (2.4.114-1+b1) ... - Setting up libhtml-parser-perl:amd64 (3.81-1) ... - Setting up libllvm15:amd64 (1:15.0.6-4+b1) ... - Setting up libsm6:amd64 (2:1.2.3-1) ... - Setting up libavahi-client3:amd64 (0.8-10+deb12u1) ... - Setting up libio-socket-ssl-perl (2.081-2) ... - Setting up libhttp-message-perl (6.44-1) ... - Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ... - Setting up libhtml-form-perl (6.11-1) ... - Setting up libfile-mimeinfo-perl (0.33-1) ... - Setting up libpaper1:amd64 (1.1.29) ... - - Creating config file /etc/papersize with new version - Setting up libhttp-negotiate-perl (6.01-2) ... - Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ... - Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ... - Setting up libhttp-cookies-perl (6.10-1) ... - Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ... - Setting up libhtml-tree-perl (5.07-3) ... - Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ... - Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ... - Setting up libhtml-format-perl (2.16-2) ... - Setting up libpaper-utils (1.1.29) ... - Setting up fonts-urw-base35 (20200910-7) ... - Setting up tex-common (6.18) ... - update-language: texlive-base not installed and configured, doing nothing! - Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ... - Setting up libnet-smtp-ssl-perl (1.04-2) ... - Setting up libmailtools-perl (2.21-2) ... - Setting up libxt6:amd64 (1:1.2.1-1.1) ... - Setting up libcups2:amd64 (2.4.2-3+deb12u8) ... - Setting up libhttp-daemon-perl (6.16-1) ... - Setting up lmodern (2.005-1) ... - Setting up libegl1:amd64 (1.6.0-1) ... - Setting up libgs10-common (10.0.0~dfsg-11+deb12u7) ... - 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 libxaw7:amd64 (2:1.0.14-1) ... - Setting up x11-xserver-utils (7.7+9+b1) ... - Setting up libgl1:amd64 (1.6.0-1) ... - Setting up zutty (0.14.0.20230218+dfsg1-1) ... - update-alternatives: using /usr/bin/zutty to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode - Setting up texlive-binaries (2022.20220321.62855-5.1+deb12u2) ... - update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode - update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode - Setting up x11-utils (7.7+5) ... - Setting up texlive-base (2022.20230122-3) ... - tl-paper: setting paper size for dvips to a4: /var/lib/texmf/dvips/config/config-paper.ps - tl-paper: setting paper size for dvipdfmx to a4: /var/lib/texmf/dvipdfmx/dvipdfmx-paper.cfg - tl-paper: setting paper size for xdvi to a4: /var/lib/texmf/xdvi/XDvi-paper - tl-paper: setting paper size for pdftex to a4: /var/lib/texmf/tex/generic/tex-ini-files/pdftexconfig.tex - Setting up libgs10:amd64 (10.0.0~dfsg-11+deb12u7) ... - Setting up dvisvgm (3.0.3-1) ... - Setting up texlive-latex-base (2022.20230122-3) ... - Setting up liblwp-protocol-https-perl (6.10-1) ... - Setting up libwww-perl (6.68-1) ... - Setting up libxml-parser-perl (2.46-4) ... - Setting up libxml-twig-perl (1:3.52-2) ... - Setting up libnet-dbus-perl (1.2.0-2) ... - Processing triggers for libc-bin (2.36-9+deb12u10) ... - Processing triggers for tex-common (6.18) ... - Running updmap-sys. This may take some time... done. - Running mktexlsr /var/lib/texmf ... done. - Building format(s) --all. - This may take some time... - done. <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved conf-python-3.9.0.0 (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-python-3/test.py) -> installed conf-texlive.1 -> removed caisar.3.0 -> installed conf-python-3.9.0.0 -> installed caisar.3.0 Done. # Run eval $(opam env) to update the current shell environment 2025-04-09 08:47.03 ---> saved as "73ca183cf33373153f9af7d9884f0aaa4994ff802861ca75d3d92f117ffca507" /home/opam: (run (shell "opam reinstall --with-test --verbose caisar.3.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"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\" != 'caisar.3.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) The following actions will be performed: === recompile 1 package - recompile caisar 3.0 (pinned) <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/4: [caisar: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "caisar" "-j" "31" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/5.3/.opam-switch/build/caisar.3.0) Processing 2/4: [caisar: dune install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "caisar" "--create-install-files" "caisar" (CWD=/home/opam/.opam/5.3/.opam-switch/build/caisar.3.0) -> compiled caisar.3.0 -> removed caisar.3.0 -> installed caisar.3.0 Done. # Run eval $(opam env) to update the current shell environment 2025-04-09 08:47.42 ---> saved as "c5d204cac291f9f221a6409fdacbb6678dc8d167f9d5f479e1262c2ed088728e" Job succeeded 2025-04-09 08:47.48: Job succeeded