(for PR #29950)
2026-05-23 21:42.42: New job: test camlp5-buildscripts.0.07, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29950/head (d950ec257351a2d586e81a5b4815cdaf7be65f34)
on ubuntu-24.04-ocaml-4.14/riscv64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29950/head" && git reset --hard d950ec25
git fetch origin master
git merge --no-edit 493123878a032e3f829b102f34e8690b3b2a4fd4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0b2e33e7339f2b3efd0a0c11dd0980dc127c461818cb0c5b56b570fb07b06e7e
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn camlp5-buildscripts.0.07 0.07
RUN opam reinstall camlp5-buildscripts.0.07; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-24.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'camlp5-buildscripts.0.07' && 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 camlp5-buildscripts.0.07) || true
RUN opam reinstall --with-test --verbose camlp5-buildscripts.0.07; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-24.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'camlp5-buildscripts.0.07' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-05-23 21:42.42: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0b2e33e7339f2b3efd0a0c11dd0980dc127c461818cb0c5b56b570fb07b06e7e-camlp5-buildscripts.0.07-d950ec257351a2d586e81a5b4815cdaf7be65f34"
2026-05-23 21:42.42: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0b2e33e7339f2b3efd0a0c11dd0980dc127c461818cb0c5b56b570fb07b06e7e)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn camlp5-buildscripts.0.07 0.07"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall camlp5-buildscripts.0.07;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'camlp5-buildscripts.0.07' && 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 camlp5-buildscripts.0.07) || true"))
(run (shell "opam reinstall --with-test --verbose camlp5-buildscripts.0.07;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'camlp5-buildscripts.0.07' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-23 21:42.42: Waiting for resource in pool OCluster
2026-05-23 21:42.42: Waiting for worker…
2026-05-25 06:28.09: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
All commits already cached
Updating files: 12% (2207/17956)
Updating files: 13% (2335/17956)
Updating files: 14% (2514/17956)
Updating files: 15% (2694/17956)
Updating files: 16% (2873/17956)
Updating files: 17% (3053/17956)
Updating files: 18% (3233/17956)
Updating files: 19% (3412/17956)
Updating files: 20% (3592/17956)
Updating files: 21% (3771/17956)
Updating files: 22% (3951/17956)
Updating files: 23% (4130/17956)
Updating files: 24% (4310/17956)
Updating files: 24% (4472/17956)
Updating files: 25% (4489/17956)
Updating files: 26% (4669/17956)
Updating files: 27% (4849/17956)
Updating files: 28% (5028/17956)
Updating files: 29% (5208/17956)
Updating files: 30% (5387/17956)
Updating files: 31% (5567/17956)
Updating files: 32% (5746/17956)
Updating files: 33% (5926/17956)
Updating files: 34% (6106/17956)
Updating files: 35% (6285/17956)
Updating files: 36% (6465/17956)
Updating files: 37% (6644/17956)
Updating files: 38% (6824/17956)
Updating files: 39% (7003/17956)
Updating files: 39% (7013/17956)
Updating files: 40% (7183/17956)
Updating files: 41% (7362/17956)
Updating files: 42% (7542/17956)
Updating files: 43% (7722/17956)
Updating files: 44% (7901/17956)
Updating files: 45% (8081/17956)
Updating files: 46% (8260/17956)
Updating files: 47% (8440/17956)
Updating files: 48% (8619/17956)
Updating files: 49% (8799/17956)
Updating files: 50% (8978/17956)
Updating files: 51% (9158/17956)
Updating files: 51% (9316/17956)
Updating files: 52% (9338/17956)
Updating files: 53% (9517/17956)
Updating files: 54% (9697/17956)
Updating files: 55% (9876/17956)
Updating files: 56% (10056/17956)
Updating files: 57% (10235/17956)
Updating files: 58% (10415/17956)
Updating files: 59% (10595/17956)
Updating files: 60% (10774/17956)
Updating files: 61% (10954/17956)
Updating files: 62% (11133/17956)
Updating files: 63% (11313/17956)
Updating files: 64% (11492/17956)
Updating files: 64% (11529/17956)
Updating files: 65% (11672/17956)
Updating files: 66% (11851/17956)
Updating files: 67% (12031/17956)
Updating files: 68% (12211/17956)
Updating files: 69% (12390/17956)
Updating files: 70% (12570/17956)
Updating files: 71% (12749/17956)
Updating files: 72% (12929/17956)
Updating files: 73% (13108/17956)
Updating files: 74% (13288/17956)
Updating files: 75% (13467/17956)
Updating files: 76% (13647/17956)
Updating files: 77% (13827/17956)
Updating files: 77% (13873/17956)
Updating files: 78% (14006/17956)
Updating files: 79% (14186/17956)
Updating files: 80% (14365/17956)
Updating files: 81% (14545/17956)
Updating files: 82% (14724/17956)
Updating files: 83% (14904/17956)
Updating files: 84% (15084/17956)
Updating files: 85% (15263/17956)
Updating files: 86% (15443/17956)
Updating files: 87% (15622/17956)
Updating files: 88% (15802/17956)
Updating files: 89% (15981/17956)
Updating files: 90% (16161/17956)
Updating files: 90% (16307/17956)
Updating files: 91% (16340/17956)
Updating files: 92% (16520/17956)
Updating files: 93% (16700/17956)
Updating files: 94% (16879/17956)
Updating files: 95% (17059/17956)
Updating files: 96% (17238/17956)
Updating files: 97% (17418/17956)
Updating files: 98% (17597/17956)
Updating files: 99% (17777/17956)
Updating files: 100% (17956/17956)
Updating files: 100% (17956/17956), done.
HEAD is now at 493123878a Merge pull request #29931 from chetmurthy/release-pa_ppx-package-suite-at-8.05.01
Updating 493123878a..d950ec2573
Fast-forward
.../camlp5-buildscripts.0.07/opam | 49 ++++++++++++++++++++++
1 file changed, 49 insertions(+)
create mode 100644 packages/camlp5-buildscripts/camlp5-buildscripts.0.07/opam
(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0b2e33e7339f2b3efd0a0c11dd0980dc127c461818cb0c5b56b570fb07b06e7e)
2026-05-25 06:28.21 ---> using "12bf2538b4187012bc8174693aa825dc9d1ef6b7ec5c10bbbf1b7633c6a45098" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-25 06:28.21 ---> using "cc0d87c67af96071eeba77313d86ee81b2a458401dfff9be9eeb71491092fe5d" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-25 06:28.21 ---> using "111a885a0ed7dc3227d8bd2bcc28167255d3d55cbb8b851b74370af452877fe9" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.1
# self-upgrade no
# system arch=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.3
2026-05-25 06:28.21 ---> using "a5b9c948625ba37a0390c36314c7adce89350fa0019b651c8c5685d148ad071f" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-05-25 06:28.21 ---> using "c37d3407449b0dbffd1fb5f5f8bec32bf97c73ffefa782058de87bf642f38e00" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-25 06:28.26 ---> using "7cb3d9d0deb890ba0dfebe693061a5a65561f8247114e2f7d79b3bf09e5e953e" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-25 06:28.26 ---> using "1c28adf692c9dcd04486032b92b8e5d2d9b2ed23076861c79867273d72ab244e" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [12.5 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [970 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1603 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [29.7 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [1126 kB]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [656 kB]
- Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [9971 B]
- Fetched 4786 kB in 2s (2065 kB/s)
- Reading package lists...
-
2026-05-25 06:28.26 ---> using "230de7fb6b2dee1ef8ce552834f970b6d4cca6224de30999179386225c4892d0" from cache
/home/opam: (run (shell "opam pin add -k version -yn camlp5-buildscripts.0.07 0.07"))
camlp5-buildscripts is now pinned to version 0.07
2026-05-25 06:28.26 ---> using "1e09dd7aee506c477cb3df0b7b45c2ea382c70e6bdf935e1adba9189d2a58a9c" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall camlp5-buildscripts.0.07;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'camlp5-buildscripts.0.07' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
camlp5-buildscripts.0.07 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 17 packages
- install astring 0.8.5 [required by bos]
- install bos 0.3.0 [required by camlp5-buildscripts]
- install camlp-streams 5.0.1 [required by not-ocamlfind]
- install camlp5-buildscripts 0.07 (pinned)
- install conf-m4 1 [required by not-ocamlfind]
- install conf-which 1 [required by not-ocamlfind]
- install dune 3.23.1 [required by re]
- install fmt 0.11.0 [required by camlp5-buildscripts]
- install fpath 0.7.3 [required by bos]
- install logs 0.10.0 [required by bos]
- install not-ocamlfind 0.14 [required by camlp5-buildscripts]
- install ocamlbuild 0.16.1 [required by bos]
- install ocamlfind 1.9.8 [required by bos, not-ocamlfind]
- install ocamlgraph 2.2.0 [required by not-ocamlfind]
- install re 1.14.0 [required by camlp5-buildscripts]
- install rresult 0.7.0 [required by camlp5-buildscripts]
- install topkg 1.1.1 [required by bos]
The following system packages will first need to be installed:
m4 xdot
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4" "xdot"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpython3.12-minimal:riscv64.
- (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 ... 16240 files and directories currently installed.)
- Preparing to unpack .../libpython3.12-minimal_3.12.3-1ubuntu0.13_riscv64.deb ...
- Unpacking libpython3.12-minimal:riscv64 (3.12.3-1ubuntu0.13) ...
- Selecting previously unselected package python3.12-minimal.
- Preparing to unpack .../python3.12-minimal_3.12.3-1ubuntu0.13_riscv64.deb ...
- Unpacking python3.12-minimal (3.12.3-1ubuntu0.13) ...
- Setting up libpython3.12-minimal:riscv64 (3.12.3-1ubuntu0.13) ...
- Setting up python3.12-minimal (3.12.3-1ubuntu0.13) ...
- 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 ... 16551 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.12.3-0ubuntu2.1_riscv64.deb ...
- Unpacking python3-minimal (3.12.3-0ubuntu2.1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_10.1.0_all.deb ...
- Unpacking media-types (10.1.0) ...
- Selecting previously unselected package tzdata.
- Preparing to unpack .../2-tzdata_2026a-0ubuntu0.24.04.1_all.deb ...
- Unpacking tzdata (2026a-0ubuntu0.24.04.1) ...
- Selecting previously unselected package libpython3.12-stdlib:riscv64.
- Preparing to unpack .../3-libpython3.12-stdlib_3.12.3-1ubuntu0.13_riscv64.deb ...
- Unpacking libpython3.12-stdlib:riscv64 (3.12.3-1ubuntu0.13) ...
- Selecting previously unselected package python3.12.
- Preparing to unpack .../4-python3.12_3.12.3-1ubuntu0.13_riscv64.deb ...
- Unpacking python3.12 (3.12.3-1ubuntu0.13) ...
- Selecting previously unselected package libpython3-stdlib:riscv64.
- Preparing to unpack .../5-libpython3-stdlib_3.12.3-0ubuntu2.1_riscv64.deb ...
- Unpacking libpython3-stdlib:riscv64 (3.12.3-0ubuntu2.1) ...
- Setting up python3-minimal (3.12.3-0ubuntu2.1) ...
- Selecting previously unselected package python3.
- (Reading database ...
- (Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17514 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.12.3-0ubuntu2.1_riscv64.deb ...
- Unpacking python3 (3.12.3-0ubuntu2.1) ...
- Selecting previously unselected package libargon2-1:riscv64.
- Preparing to unpack .../01-libargon2-1_0~20190702+dfsg-4build1_riscv64.deb ...
- Unpacking libargon2-1:riscv64 (0~20190702+dfsg-4build1) ...
- Selecting previously unselected package libdevmapper1.02.1:riscv64.
- Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-3ubuntu3.2_riscv64.deb ...
- Unpacking libdevmapper1.02.1:riscv64 (2:1.02.185-3ubuntu3.2) ...
- Selecting previously unselected package libjson-c5:riscv64.
- Preparing to unpack .../03-libjson-c5_0.17-1build1_riscv64.deb ...
- Unpacking libjson-c5:riscv64 (0.17-1build1) ...
- Selecting previously unselected package libcryptsetup12:riscv64.
- Preparing to unpack .../04-libcryptsetup12_2%3a2.7.0-1ubuntu4.2_riscv64.deb ...
- Unpacking libcryptsetup12:riscv64 (2:2.7.0-1ubuntu4.2) ...
- Selecting previously unselected package libfdisk1:riscv64.
- Preparing to unpack .../05-libfdisk1_2.39.3-9ubuntu6.5_riscv64.deb ...
- Unpacking libfdisk1:riscv64 (2.39.3-9ubuntu6.5) ...
- Selecting previously unselected package libkmod2:riscv64.
- Preparing to unpack .../06-libkmod2_31+20240202-2ubuntu7.2_riscv64.deb ...
- Unpacking libkmod2:riscv64 (31+20240202-2ubuntu7.2) ...
- Selecting previously unselected package libseccomp2:riscv64.
- Preparing to unpack .../07-libseccomp2_2.5.5-1ubuntu3.1_riscv64.deb ...
- Unpacking libseccomp2:riscv64 (2.5.5-1ubuntu3.1) ...
- Selecting previously unselected package libsystemd-shared:riscv64.
- Preparing to unpack .../08-libsystemd-shared_255.4-1ubuntu8.15_riscv64.deb ...
- Unpacking libsystemd-shared:riscv64 (255.4-1ubuntu8.15) ...
- Selecting previously unselected package systemd-dev.
- Preparing to unpack .../09-systemd-dev_255.4-1ubuntu8.15_all.deb ...
- Unpacking systemd-dev (255.4-1ubuntu8.15) ...
- Selecting previously unselected package systemd.
- Preparing to unpack .../10-systemd_255.4-1ubuntu8.15_riscv64.deb ...
- Unpacking systemd (255.4-1ubuntu8.15) ...
- Setting up libargon2-1:riscv64 (0~20190702+dfsg-4build1) ...
- Setting up libdevmapper1.02.1:riscv64 (2:1.02.185-3ubuntu3.2) ...
- Setting up libjson-c5:riscv64 (0.17-1build1) ...
- Setting up libcryptsetup12:riscv64 (2:2.7.0-1ubuntu4.2) ...
- Setting up libfdisk1:riscv64 (2.39.3-9ubuntu6.5) ...
- Setting up libkmod2:riscv64 (31+20240202-2ubuntu7.2) ...
- Setting up libseccomp2:riscv64 (2.5.5-1ubuntu3.1) ...
- Setting up libsystemd-shared:riscv64 (255.4-1ubuntu8.15) ...
- Setting up systemd-dev (255.4-1ubuntu8.15) ...
- Setting up systemd (255.4-1ubuntu8.15) ...
- Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /usr/lib/systemd/system/getty@.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /usr/lib/systemd/system/remote-fs.target.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /usr/lib/systemd/system/systemd-pstore.service.
- Initializing machine ID from random generator.
- /usr/lib/tmpfiles.d/systemd-network.conf:10: Failed to resolve user 'systemd-network': No such process
- /usr/lib/tmpfiles.d/systemd-network.conf:11: Failed to resolve user 'systemd-network': No such process
- /usr/lib/tmpfiles.d/systemd-network.conf:12: Failed to resolve user 'systemd-network': No such process
- /usr/lib/tmpfiles.d/systemd-network.conf:13: Failed to resolve user 'systemd-network': No such process
- /usr/lib/tmpfiles.d/systemd.conf:22: Failed to resolve group 'systemd-journal': No such process
- /usr/lib/tmpfiles.d/systemd.conf:23: Failed to resolve group 'systemd-journal': No such process
- /usr/lib/tmpfiles.d/systemd.conf:28: Failed to resolve group 'systemd-journal': No such process
- /usr/lib/tmpfiles.d/systemd.conf:29: Failed to resolve group 'systemd-journal': No such process
- /usr/lib/tmpfiles.d/systemd.conf:30: Failed to resolve group 'systemd-journal': No such process
- 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.
- 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 ... 18560 files and directories currently installed.)
- Preparing to unpack .../000-systemd-sysv_255.4-1ubuntu8.15_riscv64.deb ...
- Unpacking systemd-sysv (255.4-1ubuntu8.15) ...
- Selecting previously unselected package libdbus-1-3:riscv64.
- Preparing to unpack .../001-libdbus-1-3_1.14.10-4ubuntu4.1_riscv64.deb ...
- Unpacking libdbus-1-3:riscv64 (1.14.10-4ubuntu4.1) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../002-dbus-bin_1.14.10-4ubuntu4.1_riscv64.deb ...
- Unpacking dbus-bin (1.14.10-4ubuntu4.1) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../003-dbus-session-bus-common_1.14.10-4ubuntu4.1_all.deb ...
- Unpacking dbus-session-bus-common (1.14.10-4ubuntu4.1) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../004-dbus-daemon_1.14.10-4ubuntu4.1_riscv64.deb ...
- Unpacking dbus-daemon (1.14.10-4ubuntu4.1) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../005-dbus-system-bus-common_1.14.10-4ubuntu4.1_all.deb ...
- Unpacking dbus-system-bus-common (1.14.10-4ubuntu4.1) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../006-dbus_1.14.10-4ubuntu4.1_riscv64.deb ...
- Unpacking dbus (1.14.10-4ubuntu4.1) ...
- Selecting previously unselected package libpam-systemd:riscv64.
- Preparing to unpack .../007-libpam-systemd_255.4-1ubuntu8.15_riscv64.deb ...
- Unpacking libpam-systemd:riscv64 (255.4-1ubuntu8.15) ...
- Selecting previously unselected package dbus-user-session.
- Preparing to unpack .../008-dbus-user-session_1.14.10-4ubuntu4.1_riscv64.deb ...
- Unpacking dbus-user-session (1.14.10-4ubuntu4.1) ...
- Selecting previously unselected package dmsetup.
- Preparing to unpack .../009-dmsetup_2%3a1.02.185-3ubuntu3.2_riscv64.deb ...
- Unpacking dmsetup (2:1.02.185-3ubuntu3.2) ...
- Selecting previously unselected package libglib2.0-0t64:riscv64.
- Preparing to unpack .../010-libglib2.0-0t64_2.80.0-6ubuntu3.8_riscv64.deb ...
- Unpacking libglib2.0-0t64:riscv64 (2.80.0-6ubuntu3.8) ...
- Selecting previously unselected package gir1.2-glib-2.0:riscv64.
- Preparing to unpack .../011-gir1.2-glib-2.0_2.80.0-6ubuntu3.8_riscv64.deb ...
- Unpacking gir1.2-glib-2.0:riscv64 (2.80.0-6ubuntu3.8) ...
- Selecting previously unselected package libgirepository-1.0-1:riscv64.
- Preparing to unpack .../012-libgirepository-1.0-1_1.80.1-1_riscv64.deb ...
- Unpacking libgirepository-1.0-1:riscv64 (1.80.1-1) ...
- Selecting previously unselected package gir1.2-girepository-2.0:riscv64.
- Preparing to unpack .../013-gir1.2-girepository-2.0_1.80.1-1_riscv64.deb ...
- Unpacking gir1.2-girepository-2.0:riscv64 (1.80.1-1) ...
- Selecting previously unselected package libfribidi0:riscv64.
- Preparing to unpack .../014-libfribidi0_1.0.13-3build1_riscv64.deb ...
- Unpacking libfribidi0:riscv64 (1.0.13-3build1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../015-libglib2.0-data_2.80.0-6ubuntu3.8_all.deb ...
- Unpacking libglib2.0-data (2.80.0-6ubuntu3.8) ...
- Selecting previously unselected package libicu74:riscv64.
- Preparing to unpack .../016-libicu74_74.2-1ubuntu3.1_riscv64.deb ...
- Unpacking libicu74:riscv64 (74.2-1ubuntu3.1) ...
- Selecting previously unselected package libnss-systemd:riscv64.
- Preparing to unpack .../017-libnss-systemd_255.4-1ubuntu8.15_riscv64.deb ...
- Unpacking libnss-systemd:riscv64 (255.4-1ubuntu8.15) ...
- Selecting previously unselected package libxml2:riscv64.
- Preparing to unpack .../018-libxml2_2.9.14+dfsg-1.3ubuntu3.7_riscv64.deb ...
- Unpacking libxml2:riscv64 (2.9.14+dfsg-1.3ubuntu3.7) ...
- Selecting previously unselected package python3-dbus.
- Preparing to unpack .../019-python3-dbus_1.3.2-5build3_riscv64.deb ...
- Unpacking python3-dbus (1.3.2-5build3) ...
- Selecting previously unselected package python3-gi.
- Preparing to unpack .../020-python3-gi_3.48.2-1_riscv64.deb ...
- Unpacking python3-gi (3.48.2-1) ...
- Selecting previously unselected package networkd-dispatcher.
- Preparing to unpack .../021-networkd-dispatcher_2.2.4-1_all.deb ...
- Unpacking networkd-dispatcher (2.2.4-1) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../022-python3-pkg-resources_68.1.2-2ubuntu1.2_all.deb ...
- Unpacking python3-pkg-resources (68.1.2-2ubuntu1.2) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../023-shared-mime-info_2.4-4_riscv64.deb ...
- Unpacking shared-mime-info (2.4-4) ...
- Selecting previously unselected package systemd-resolved.
- Preparing to unpack .../024-systemd-resolved_255.4-1ubuntu8.15_riscv64.deb ...
- Unpacking systemd-resolved (255.4-1ubuntu8.15) ...
- Selecting previously unselected package systemd-timesyncd.
- Preparing to unpack .../025-systemd-timesyncd_255.4-1ubuntu8.15_riscv64.deb ...
- Unpacking systemd-timesyncd (255.4-1ubuntu8.15) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../026-xdg-user-dirs_0.18-1build1_riscv64.deb ...
- Unpacking xdg-user-dirs (0.18-1build1) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../027-xkb-data_2.41-2ubuntu1.1_all.deb ...
- Unpacking xkb-data (2.41-2ubuntu1.1) ...
- Selecting previously unselected package libxkbcommon0:riscv64.
- Preparing to unpack .../028-libxkbcommon0_1.6.0-1build1_riscv64.deb ...
- Unpacking libxkbcommon0:riscv64 (1.6.0-1build1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../029-libgdk-pixbuf2.0-common_2.42.10+dfsg-3ubuntu3.3_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.42.10+dfsg-3ubuntu3.3) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:riscv64.
- Preparing to unpack .../030-libgdk-pixbuf-2.0-0_2.42.10+dfsg-3ubuntu3.3_riscv64.deb ...
- Unpacking libgdk-pixbuf-2.0-0:riscv64 (2.42.10+dfsg-3ubuntu3.3) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../031-gtk-update-icon-cache_3.24.41-4ubuntu1.3_riscv64.deb ...
- Unpacking gtk-update-icon-cache (3.24.41-4ubuntu1.3) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../032-hicolor-icon-theme_0.17-2_all.deb ...
- Unpacking hicolor-icon-theme (0.17-2) ...
- Selecting previously unselected package humanity-icon-theme.
- Preparing to unpack .../033-humanity-icon-theme_0.6.16_all.deb ...
- Unpacking humanity-icon-theme (0.6.16) ...
- Selecting previously unselected package ubuntu-mono.
- Preparing to unpack .../034-ubuntu-mono_24.04-0ubuntu1_all.deb ...
- Unpacking ubuntu-mono (24.04-0ubuntu1) ...
- Selecting previously unselected package adwaita-icon-theme.
- Preparing to unpack .../035-adwaita-icon-theme_46.0-1_all.deb ...
- Unpacking adwaita-icon-theme (46.0-1) ...
- Selecting previously unselected package at-spi2-common.
- Preparing to unpack .../036-at-spi2-common_2.52.0-1build1_all.deb ...
- Unpacking at-spi2-common (2.52.0-1build1) ...
- Selecting previously unselected package libxi6:riscv64.
- Preparing to unpack .../037-libxi6_2%3a1.8.1-1build1_riscv64.deb ...
- Unpacking libxi6:riscv64 (2:1.8.1-1build1) ...
- Selecting previously unselected package libatspi2.0-0t64:riscv64.
- Preparing to unpack .../038-libatspi2.0-0t64_2.52.0-1build1_riscv64.deb ...
- Unpacking libatspi2.0-0t64:riscv64 (2.52.0-1build1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../039-x11-common_1%3a7.7+23ubuntu3_all.deb ...
- Unpacking x11-common (1:7.7+23ubuntu3) ...
- Selecting previously unselected package libxtst6:riscv64.
- Preparing to unpack .../040-libxtst6_2%3a1.2.3-1.1build1_riscv64.deb ...
- Unpacking libxtst6:riscv64 (2:1.2.3-1.1build1) ...
- Selecting previously unselected package libdconf1:riscv64.
- Preparing to unpack .../041-libdconf1_0.40.0-4ubuntu0.1_riscv64.deb ...
- Unpacking libdconf1:riscv64 (0.40.0-4ubuntu0.1) ...
- Selecting previously unselected package dconf-service.
- Preparing to unpack .../042-dconf-service_0.40.0-4ubuntu0.1_riscv64.deb ...
- Unpacking dconf-service (0.40.0-4ubuntu0.1) ...
- Selecting previously unselected package dconf-gsettings-backend:riscv64.
- Preparing to unpack .../043-dconf-gsettings-backend_0.40.0-4ubuntu0.1_riscv64.deb ...
- Unpacking dconf-gsettings-backend:riscv64 (0.40.0-4ubuntu0.1) ...
- Selecting previously unselected package session-migration.
- Preparing to unpack .../044-session-migration_0.3.9build1_riscv64.deb ...
- Unpacking session-migration (0.3.9build1) ...
- Selecting previously unselected package gsettings-desktop-schemas.
- Preparing to unpack .../045-gsettings-desktop-schemas_46.1-0ubuntu1_all.deb ...
- Unpacking gsettings-desktop-schemas (46.1-0ubuntu1) ...
- Selecting previously unselected package at-spi2-core.
- Preparing to unpack .../046-at-spi2-core_2.52.0-1build1_riscv64.deb ...
- Unpacking at-spi2-core (2.52.0-1build1) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../047-fontconfig_2.15.0-1.1ubuntu2_riscv64.deb ...
- Unpacking fontconfig (2.15.0-1.1ubuntu2) ...
- Selecting previously unselected package fonts-liberation.
- Preparing to unpack .../048-fonts-liberation_1%3a2.1.5-3_all.deb ...
- Unpacking fonts-liberation (1:2.1.5-3) ...
- Selecting previously unselected package fonts-liberation-sans-narrow.
- Preparing to unpack .../049-fonts-liberation-sans-narrow_1%3a1.07.6-4_all.deb ...
- Unpacking fonts-liberation-sans-narrow (1:1.07.6-4) ...
- Selecting previously unselected package fonts-liberation2.
- Preparing to unpack .../050-fonts-liberation2_1%3a2.1.5-3_all.deb ...
- Unpacking fonts-liberation2 (1:2.1.5-3) ...
- Selecting previously unselected package libatk1.0-0t64:riscv64.
- Preparing to unpack .../051-libatk1.0-0t64_2.52.0-1build1_riscv64.deb ...
- Unpacking libatk1.0-0t64:riscv64 (2.52.0-1build1) ...
- Selecting previously unselected package gir1.2-atk-1.0:riscv64.
- Preparing to unpack .../052-gir1.2-atk-1.0_2.52.0-1build1_riscv64.deb ...
- Unpacking gir1.2-atk-1.0:riscv64 (2.52.0-1build1) ...
- Selecting previously unselected package libpixman-1-0:riscv64.
- Preparing to unpack .../053-libpixman-1-0_0.42.2-1build1_riscv64.deb ...
- Unpacking libpixman-1-0:riscv64 (0.42.2-1build1) ...
- Selecting previously unselected package libxcb-render0:riscv64.
- Preparing to unpack .../054-libxcb-render0_1.15-1ubuntu2_riscv64.deb ...
- Unpacking libxcb-render0:riscv64 (1.15-1ubuntu2) ...
- Selecting previously unselected package libxcb-shm0:riscv64.
- Preparing to unpack .../055-libxcb-shm0_1.15-1ubuntu2_riscv64.deb ...
- Unpacking libxcb-shm0:riscv64 (1.15-1ubuntu2) ...
- Selecting previously unselected package libxrender1:riscv64.
- Preparing to unpack .../056-libxrender1_1%3a0.9.10-1.1build1_riscv64.deb ...
- Unpacking libxrender1:riscv64 (1:0.9.10-1.1build1) ...
- Selecting previously unselected package libcairo2:riscv64.
- Preparing to unpack .../057-libcairo2_1.18.0-3build1_riscv64.deb ...
- Unpacking libcairo2:riscv64 (1.18.0-3build1) ...
- Selecting previously unselected package libcairo-gobject2:riscv64.
- Preparing to unpack .../058-libcairo-gobject2_1.18.0-3build1_riscv64.deb ...
- Unpacking libcairo-gobject2:riscv64 (1.18.0-3build1) ...
- Selecting previously unselected package gir1.2-freedesktop:riscv64.
- Preparing to unpack .../059-gir1.2-freedesktop_1.80.1-1_riscv64.deb ...
- Unpacking gir1.2-freedesktop:riscv64 (1.80.1-1) ...
- Selecting previously unselected package gir1.2-gdkpixbuf-2.0:riscv64.
- Preparing to unpack .../060-gir1.2-gdkpixbuf-2.0_2.42.10+dfsg-3ubuntu3.3_riscv64.deb ...
- Unpacking gir1.2-gdkpixbuf-2.0:riscv64 (2.42.10+dfsg-3ubuntu3.3) ...
- Selecting previously unselected package libgraphite2-3:riscv64.
- Preparing to unpack .../061-libgraphite2-3_1.3.14-2build1_riscv64.deb ...
- Unpacking libgraphite2-3:riscv64 (1.3.14-2build1) ...
- Selecting previously unselected package libharfbuzz0b:riscv64.
- Preparing to unpack .../062-libharfbuzz0b_8.3.0-2build2_riscv64.deb ...
- Unpacking libharfbuzz0b:riscv64 (8.3.0-2build2) ...
- Selecting previously unselected package libharfbuzz-gobject0:riscv64.
- Preparing to unpack .../063-libharfbuzz-gobject0_8.3.0-2build2_riscv64.deb ...
- Unpacking libharfbuzz-gobject0:riscv64 (8.3.0-2build2) ...
- Selecting previously unselected package gir1.2-harfbuzz-0.0:riscv64.
- Preparing to unpack .../064-gir1.2-harfbuzz-0.0_8.3.0-2build2_riscv64.deb ...
- Unpacking gir1.2-harfbuzz-0.0:riscv64 (8.3.0-2build2) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../065-libthai-data_0.1.29-2build1_all.deb ...
- Unpacking libthai-data (0.1.29-2build1) ...
- Selecting previously unselected package libdatrie1:riscv64.
- Preparing to unpack .../066-libdatrie1_0.2.13-3build1_riscv64.deb ...
- Unpacking libdatrie1:riscv64 (0.2.13-3build1) ...
- Selecting previously unselected package libthai0:riscv64.
- Preparing to unpack .../067-libthai0_0.1.29-2build1_riscv64.deb ...
- Unpacking libthai0:riscv64 (0.1.29-2build1) ...
- Selecting previously unselected package libpango-1.0-0:riscv64.
- Preparing to unpack .../068-libpango-1.0-0_1.52.1+ds-1build1_riscv64.deb ...
- Unpacking libpango-1.0-0:riscv64 (1.52.1+ds-1build1) ...
- Selecting previously unselected package libpangoft2-1.0-0:riscv64.
- Preparing to unpack .../069-libpangoft2-1.0-0_1.52.1+ds-1build1_riscv64.deb ...
- Unpacking libpangoft2-1.0-0:riscv64 (1.52.1+ds-1build1) ...
- Selecting previously unselected package libpangocairo-1.0-0:riscv64.
- Preparing to unpack .../070-libpangocairo-1.0-0_1.52.1+ds-1build1_riscv64.deb ...
- Unpacking libpangocairo-1.0-0:riscv64 (1.52.1+ds-1build1) ...
- Selecting previously unselected package libxft2:riscv64.
- Preparing to unpack .../071-libxft2_2.3.6-1build1_riscv64.deb ...
- Unpacking libxft2:riscv64 (2.3.6-1build1) ...
- Selecting previously unselected package libpangoxft-1.0-0:riscv64.
- Preparing to unpack .../072-libpangoxft-1.0-0_1.52.1+ds-1build1_riscv64.deb ...
- Unpacking libpangoxft-1.0-0:riscv64 (1.52.1+ds-1build1) ...
- Selecting previously unselected package gir1.2-pango-1.0:riscv64.
- Preparing to unpack .../073-gir1.2-pango-1.0_1.52.1+ds-1build1_riscv64.deb ...
- Unpacking gir1.2-pango-1.0:riscv64 (1.52.1+ds-1build1) ...
- Selecting previously unselected package libatk-bridge2.0-0t64:riscv64.
- Preparing to unpack .../074-libatk-bridge2.0-0t64_2.52.0-1build1_riscv64.deb ...
- Unpacking libatk-bridge2.0-0t64:riscv64 (2.52.0-1build1) ...
- Selecting previously unselected package liblcms2-2:riscv64.
- Preparing to unpack .../075-liblcms2-2_2.14-2ubuntu0.1_riscv64.deb ...
- Unpacking liblcms2-2:riscv64 (2.14-2ubuntu0.1) ...
- Selecting previously unselected package libcolord2:riscv64.
- Preparing to unpack .../076-libcolord2_1.4.7-1build2_riscv64.deb ...
- Unpacking libcolord2:riscv64 (1.4.7-1build2) ...
- Selecting previously unselected package libavahi-common-data:riscv64.
- Preparing to unpack .../077-libavahi-common-data_0.8-13ubuntu6.2_riscv64.deb ...
- Unpacking libavahi-common-data:riscv64 (0.8-13ubuntu6.2) ...
- Selecting previously unselected package libavahi-common3:riscv64.
- Preparing to unpack .../078-libavahi-common3_0.8-13ubuntu6.2_riscv64.deb ...
- Unpacking libavahi-common3:riscv64 (0.8-13ubuntu6.2) ...
- Selecting previously unselected package libavahi-client3:riscv64.
- Preparing to unpack .../079-libavahi-client3_0.8-13ubuntu6.2_riscv64.deb ...
- Unpacking libavahi-client3:riscv64 (0.8-13ubuntu6.2) ...
- Selecting previously unselected package libcups2t64:riscv64.
- Preparing to unpack .../080-libcups2t64_2.4.7-1.2ubuntu7.9_riscv64.deb ...
- Unpacking libcups2t64:riscv64 (2.4.7-1.2ubuntu7.9) ...
- Selecting previously unselected package libepoxy0:riscv64.
- Preparing to unpack .../081-libepoxy0_1.5.10-1build1_riscv64.deb ...
- Unpacking libepoxy0:riscv64 (1.5.10-1build1) ...
- Selecting previously unselected package libwayland-client0:riscv64.
- Preparing to unpack .../082-libwayland-client0_1.22.0-2.1build1_riscv64.deb ...
- Unpacking libwayland-client0:riscv64 (1.22.0-2.1build1) ...
- Selecting previously unselected package libwayland-cursor0:riscv64.
- Preparing to unpack .../083-libwayland-cursor0_1.22.0-2.1build1_riscv64.deb ...
- Unpacking libwayland-cursor0:riscv64 (1.22.0-2.1build1) ...
- Selecting previously unselected package libwayland-egl1:riscv64.
- Preparing to unpack .../084-libwayland-egl1_1.22.0-2.1build1_riscv64.deb ...
- Unpacking libwayland-egl1:riscv64 (1.22.0-2.1build1) ...
- Selecting previously unselected package libxcomposite1:riscv64.
- Preparing to unpack .../085-libxcomposite1_1%3a0.4.5-1build3_riscv64.deb ...
- Unpacking libxcomposite1:riscv64 (1:0.4.5-1build3) ...
- Selecting previously unselected package libxfixes3:riscv64.
- Preparing to unpack .../086-libxfixes3_1%3a6.0.0-2build1_riscv64.deb ...
- Unpacking libxfixes3:riscv64 (1:6.0.0-2build1) ...
- Selecting previously unselected package libxcursor1:riscv64.
- Preparing to unpack .../087-libxcursor1_1%3a1.2.1-1build1_riscv64.deb ...
- Unpacking libxcursor1:riscv64 (1:1.2.1-1build1) ...
- Selecting previously unselected package libxdamage1:riscv64.
- Preparing to unpack .../088-libxdamage1_1%3a1.1.6-1build1_riscv64.deb ...
- Unpacking libxdamage1:riscv64 (1:1.1.6-1build1) ...
- Selecting previously unselected package libxinerama1:riscv64.
- Preparing to unpack .../089-libxinerama1_2%3a1.1.4-3build1_riscv64.deb ...
- Unpacking libxinerama1:riscv64 (2:1.1.4-3build1) ...
- Selecting previously unselected package libxrandr2:riscv64.
- Preparing to unpack .../090-libxrandr2_2%3a1.5.2-2build1_riscv64.deb ...
- Unpacking libxrandr2:riscv64 (2:1.5.2-2build1) ...
- Selecting previously unselected package libgtk-3-common.
- Preparing to unpack .../091-libgtk-3-common_3.24.41-4ubuntu1.3_all.deb ...
- Unpacking libgtk-3-common (3.24.41-4ubuntu1.3) ...
- Selecting previously unselected package libgtk-3-0t64:riscv64.
- Preparing to unpack .../092-libgtk-3-0t64_3.24.41-4ubuntu1.3_riscv64.deb ...
- Unpacking libgtk-3-0t64:riscv64 (3.24.41-4ubuntu1.3) ...
- Selecting previously unselected package gir1.2-gtk-3.0:riscv64.
- Preparing to unpack .../093-gir1.2-gtk-3.0_3.24.41-4ubuntu1.3_riscv64.deb ...
- Unpacking gir1.2-gtk-3.0:riscv64 (3.24.41-4ubuntu1.3) ...
- Selecting previously unselected package libann0.
- Preparing to unpack .../094-libann0_1.1.2+doc-9build1_riscv64.deb ...
- Unpacking libann0 (1.1.2+doc-9build1) ...
- Selecting previously unselected package libcdt5:riscv64.
- Preparing to unpack .../095-libcdt5_2.42.2-9ubuntu0.1_riscv64.deb ...
- Unpacking libcdt5:riscv64 (2.42.2-9ubuntu0.1) ...
- Selecting previously unselected package libcgraph6:riscv64.
- Preparing to unpack .../096-libcgraph6_2.42.2-9ubuntu0.1_riscv64.deb ...
- Unpacking libcgraph6:riscv64 (2.42.2-9ubuntu0.1) ...
- Selecting previously unselected package libgts-0.7-5t64:riscv64.
- Preparing to unpack .../097-libgts-0.7-5t64_0.7.6+darcs121130-5.2build1_riscv64.deb ...
- Unpacking libgts-0.7-5t64:riscv64 (0.7.6+darcs121130-5.2build1) ...
- Selecting previously unselected package libltdl7:riscv64.
- Preparing to unpack .../098-libltdl7_2.4.7-7build1_riscv64.deb ...
- Unpacking libltdl7:riscv64 (2.4.7-7build1) ...
- Selecting previously unselected package libpathplan4:riscv64.
- Preparing to unpack .../099-libpathplan4_2.42.2-9ubuntu0.1_riscv64.deb ...
- Unpacking libpathplan4:riscv64 (2.42.2-9ubuntu0.1) ...
- Selecting previously unselected package libgvc6.
- Preparing to unpack .../100-libgvc6_2.42.2-9ubuntu0.1_riscv64.deb ...
- Unpacking libgvc6 (2.42.2-9ubuntu0.1) ...
- Selecting previously unselected package libgvpr2:riscv64.
- Preparing to unpack .../101-libgvpr2_2.42.2-9ubuntu0.1_riscv64.deb ...
- Unpacking libgvpr2:riscv64 (2.42.2-9ubuntu0.1) ...
- Selecting previously unselected package liblab-gamut1:riscv64.
- Preparing to unpack .../102-liblab-gamut1_2.42.2-9ubuntu0.1_riscv64.deb ...
- Unpacking liblab-gamut1:riscv64 (2.42.2-9ubuntu0.1) ...
- Selecting previously unselected package libice6:riscv64.
- Preparing to unpack .../103-libice6_2%3a1.0.10-1build3_riscv64.deb ...
- Unpacking libice6:riscv64 (2:1.0.10-1build3) ...
- Selecting previously unselected package libsm6:riscv64.
- Preparing to unpack .../104-libsm6_2%3a1.2.3-1build3_riscv64.deb ...
- Unpacking libsm6:riscv64 (2:1.2.3-1build3) ...
- Selecting previously unselected package libxt6t64:riscv64.
- Preparing to unpack .../105-libxt6t64_1%3a1.2.1-1.2build1_riscv64.deb ...
- Unpacking libxt6t64:riscv64 (1:1.2.1-1.2build1) ...
- Selecting previously unselected package libxmu6:riscv64.
- Preparing to unpack .../106-libxmu6_2%3a1.1.3-3build2_riscv64.deb ...
- Unpacking libxmu6:riscv64 (2:1.1.3-3build2) ...
- Selecting previously unselected package libxaw7:riscv64.
- Preparing to unpack .../107-libxaw7_2%3a1.0.14-1build2_riscv64.deb ...
- Unpacking libxaw7:riscv64 (2:1.0.14-1build2) ...
- Selecting previously unselected package graphviz.
- Preparing to unpack .../108-graphviz_2.42.2-9ubuntu0.1_riscv64.deb ...
- Unpacking graphviz (2.42.2-9ubuntu0.1) ...
- Selecting previously unselected package libblas3:riscv64.
- Preparing to unpack .../109-libblas3_3.12.0-3build1.1_riscv64.deb ...
- Unpacking libblas3:riscv64 (3.12.0-3build1.1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-bin.
- Preparing to unpack .../110-libgdk-pixbuf2.0-bin_2.42.10+dfsg-3ubuntu3.3_riscv64.deb ...
- Unpacking libgdk-pixbuf2.0-bin (2.42.10+dfsg-3ubuntu3.3) ...
- Selecting previously unselected package libgfortran5:riscv64.
- Preparing to unpack .../111-libgfortran5_14.2.0-4ubuntu2~24.04.1_riscv64.deb ...
- Unpacking libgfortran5:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
- Selecting previously unselected package libgtk-3-bin.
- Preparing to unpack .../112-libgtk-3-bin_3.24.41-4ubuntu1.3_riscv64.deb ...
- Unpacking libgtk-3-bin (3.24.41-4ubuntu1.3) ...
- Selecting previously unselected package libgts-bin.
- Preparing to unpack .../113-libgts-bin_0.7.6+darcs121130-5.2build1_riscv64.deb ...
- Unpacking libgts-bin (0.7.6+darcs121130-5.2build1) ...
- Selecting previously unselected package liblapack3:riscv64.
- Preparing to unpack .../114-liblapack3_3.12.0-3build1.1_riscv64.deb ...
- Unpacking liblapack3:riscv64 (3.12.0-3build1.1) ...
- Selecting previously unselected package librsvg2-2:riscv64.
- Preparing to unpack .../115-librsvg2-2_2.58.0+dfsg-1build1_riscv64.deb ...
- Unpacking librsvg2-2:riscv64 (2.58.0+dfsg-1build1) ...
- Selecting previously unselected package librsvg2-common:riscv64.
- Preparing to unpack .../116-librsvg2-common_2.58.0+dfsg-1build1_riscv64.deb ...
- Unpacking librsvg2-common:riscv64 (2.58.0+dfsg-1build1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../117-m4_1.4.19-4build1_riscv64.deb ...
- Unpacking m4 (1.4.19-4build1) ...
- Selecting previously unselected package python3-cairo.
- Preparing to unpack .../118-python3-cairo_1.25.1-2build2_riscv64.deb ...
- Unpacking python3-cairo (1.25.1-2build2) ...
- Selecting previously unselected package python3-gi-cairo.
- Preparing to unpack .../119-python3-gi-cairo_3.48.2-1_riscv64.deb ...
- Unpacking python3-gi-cairo (3.48.2-1) ...
- Selecting previously unselected package python3-numpy.
- Preparing to unpack .../120-python3-numpy_1%3a1.26.4+ds-6ubuntu1_riscv64.deb ...
- Unpacking python3-numpy (1:1.26.4+ds-6ubuntu1) ...
- Selecting previously unselected package xdot.
- Preparing to unpack .../121-xdot_1.3-1_all.deb ...
- Unpacking xdot (1.3-1) ...
- Setting up media-types (10.1.0) ...
- Setting up libgraphite2-3:riscv64 (1.3.14-2build1) ...
- Setting up liblcms2-2:riscv64 (2.14-2ubuntu0.1) ...
- Setting up libpixman-1-0:riscv64 (0.42.2-1build1) ...
- Setting up fontconfig (2.15.0-1.1ubuntu2) ...
- Regenerating fonts cache...
- done.
- Setting up systemd-sysv (255.4-1ubuntu8.15) ...
- Setting up libxdamage1:riscv64 (1:1.1.6-1build1) ...
- Setting up hicolor-icon-theme (0.17-2) ...
- Setting up libxi6:riscv64 (2:1.8.1-1build1) ...
- Setting up libxrender1:riscv64 (1:0.9.10-1.1build1) ...
- Setting up libdatrie1:riscv64 (0.2.13-3build1) ...
- Setting up xdg-user-dirs (0.18-1build1) ...
- Setting up libxcb-render0:riscv64 (1.15-1ubuntu2) ...
- Setting up liblab-gamut1:riscv64 (2.42.2-9ubuntu0.1) ...
- Setting up libgdk-pixbuf2.0-common (2.42.10+dfsg-3ubuntu3.3) ...
- Setting up x11-common (1:7.7+23ubuntu3) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up m4 (1.4.19-4build1) ...
- Setting up libnss-systemd:riscv64 (255.4-1ubuntu8.15) ...
- Setting up xkb-data (2.41-2ubuntu1.1) ...
- Setting up libxcb-shm0:riscv64 (1.15-1ubuntu2) ...
- Setting up libcairo2:riscv64 (1.18.0-3build1) ...
- Setting up tzdata (2026a-0ubuntu0.24.04.1) ...
-
- Current default time zone: 'Europe/London'
- Local time is now: Mon May 25 07:22:10 BST 2026.
- Universal Time is now: Mon May 25 06:22:10 UTC 2026.
- Run 'dpkg-reconfigure tzdata' if you wish to change it.
-
- Setting up libglib2.0-0t64:riscv64 (2.80.0-6ubuntu3.8) ...
- Setting up libblas3:riscv64 (3.12.0-3build1.1) ...
- update-alternatives: using /usr/lib/riscv64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/riscv64-linux-gnu/libblas.so.3 (libblas.so.3-riscv64-linux-gnu) in auto mode
- Setting up libglib2.0-data (2.80.0-6ubuntu3.8) ...
- Setting up libepoxy0:riscv64 (1.5.10-1build1) ...
- Setting up libxfixes3:riscv64 (1:6.0.0-2build1) ...
- Setting up libpathplan4:riscv64 (2.42.2-9ubuntu0.1) ...
- Setting up libavahi-common-data:riscv64 (0.8-13ubuntu6.2) ...
- Setting up libann0 (1.1.2+doc-9build1) ...
- Setting up libdbus-1-3:riscv64 (1.14.10-4ubuntu4.1) ...
- Setting up libfribidi0:riscv64 (1.0.13-3build1) ...
- Setting up libxinerama1:riscv64 (2:1.1.4-3build1) ...
- Setting up systemd-timesyncd (255.4-1ubuntu8.15) ...
- 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 → /usr/lib/systemd/system/systemd-timesyncd.service.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /usr/lib/systemd/system/systemd-timesyncd.service.
- Setting up libxrandr2:riscv64 (2:1.5.2-2build1) ...
- Setting up gir1.2-glib-2.0:riscv64 (2.80.0-6ubuntu3.8) ...
- Setting up libltdl7:riscv64 (2.4.7-7build1) ...
- Setting up libgfortran5:riscv64 (14.2.0-4ubuntu2~24.04.1) ...
- Setting up libicu74:riscv64 (74.2-1ubuntu3.1) ...
- Setting up dmsetup (2:1.02.185-3ubuntu3.2) ...
- Setting up at-spi2-common (2.52.0-1build1) ...
- Setting up dbus-session-bus-common (1.14.10-4ubuntu4.1) ...
- Setting up fonts-liberation (1:2.1.5-3) ...
- Setting up libharfbuzz0b:riscv64 (8.3.0-2build2) ...
- Setting up libthai-data (0.1.29-2build1) ...
- Setting up libgirepository-1.0-1:riscv64 (1.80.1-1) ...
- Setting up libgts-0.7-5t64:riscv64 (0.7.6+darcs121130-5.2build1) ...
- Setting up libcairo-gobject2:riscv64 (1.18.0-3build1) ...
- Setting up libcdt5:riscv64 (2.42.2-9ubuntu0.1) ...
- Setting up libcgraph6:riscv64 (2.42.2-9ubuntu0.1) ...
- Setting up libwayland-egl1:riscv64 (1.22.0-2.1build1) ...
- Setting up fonts-liberation-sans-narrow (1:1.07.6-4) ...
- Setting up dbus-system-bus-common (1.14.10-4ubuntu4.1) ...
- Setting up libxcomposite1:riscv64 (1:0.4.5-1build3) ...
- Setting up libxml2:riscv64 (2.9.14+dfsg-1.3ubuntu3.7) ...
- Setting up dbus-bin (1.14.10-4ubuntu4.1) ...
- Setting up libxkbcommon0:riscv64 (1.6.0-1build1) ...
- Setting up libwayland-client0:riscv64 (1.22.0-2.1build1) ...
- Setting up libgts-bin (0.7.6+darcs121130-5.2build1) ...
- Setting up libice6:riscv64 (2:1.0.10-1build3) ...
- Setting up session-migration (0.3.9build1) ...
- Created symlink /etc/systemd/user/graphical-session-pre.target.wants/session-migration.service → /usr/lib/systemd/user/session-migration.service.
- Setting up liblapack3:riscv64 (3.12.0-3build1.1) ...
- update-alternatives: using /usr/lib/riscv64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/riscv64-linux-gnu/liblapack.so.3 (liblapack.so.3-riscv64-linux-gnu) in auto mode
- Setting up libxft2:riscv64 (2.3.6-1build1) ...
- Setting up gir1.2-freedesktop:riscv64 (1.80.1-1) ...
- Setting up libatk1.0-0t64:riscv64 (2.52.0-1build1) ...
- Setting up libpython3.12-stdlib:riscv64 (3.12.3-1ubuntu0.13) ...
- Setting up gir1.2-atk-1.0:riscv64 (2.52.0-1build1) ...
- Setting up libxtst6:riscv64 (2:1.2.3-1.1build1) ...
- Setting up python3.12 (3.12.3-1ubuntu0.13) ...
- Setting up libxcursor1:riscv64 (1:1.2.1-1build1) ...
- Setting up libavahi-common3:riscv64 (0.8-13ubuntu6.2) ...
- Setting up dbus-daemon (1.14.10-4ubuntu4.1) ...
- Setting up libharfbuzz-gobject0:riscv64 (8.3.0-2build2) ...
- Setting up gir1.2-harfbuzz-0.0:riscv64 (8.3.0-2build2) ...
- Setting up libcolord2:riscv64 (1.4.7-1build2) ...
- Setting up libdconf1:riscv64 (0.40.0-4ubuntu0.1) ...
- Setting up libthai0:riscv64 (0.1.29-2build1) ...
- Setting up gir1.2-girepository-2.0:riscv64 (1.80.1-1) ...
- Setting up fonts-liberation2 (1:2.1.5-3) ...
- Setting up libatspi2.0-0t64:riscv64 (2.52.0-1build1) ...
- Setting up dbus (1.14.10-4ubuntu4.1) ...
- Setting up shared-mime-info (2.4-4) ...
- Setting up libgvpr2:riscv64 (2.42.2-9ubuntu0.1) ...
- Setting up libwayland-cursor0:riscv64 (1.22.0-2.1build1) ...
- Setting up libpam-systemd:riscv64 (255.4-1ubuntu8.15) ...
- Setting up libgdk-pixbuf-2.0-0:riscv64 (2.42.10+dfsg-3ubuntu3.3) ...
- Setting up libsm6:riscv64 (2:1.2.3-1build3) ...
- Setting up libavahi-client3:riscv64 (0.8-13ubuntu6.2) ...
- Setting up libpython3-stdlib:riscv64 (3.12.3-0ubuntu2.1) ...
- Setting up systemd-resolved (255.4-1ubuntu8.15) ...
- Converting /etc/resolv.conf to a symlink to /run/systemd/resolve/stub-resolv.conf...
- mv: cannot move '/etc/resolv.conf' to '/etc/.resolv.conf.systemd-resolved.bak': Device or resource busy
- Cannot take a backup of /etc/resolv.conf.
- ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
- Cannot install symlink from /etc/resolv.conf to ../run/systemd/resolve/stub-resolv.conf
- Creating group 'systemd-resolve' with GID 996.
- Creating user 'systemd-resolve' (systemd Resolver) with UID 996 and GID 996.
- Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /usr/lib/systemd/system/systemd-resolved.service.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-resolved.service → /usr/lib/systemd/system/systemd-resolved.service.
- Setting up libatk-bridge2.0-0t64:riscv64 (2.52.0-1build1) ...
- Setting up gtk-update-icon-cache (3.24.41-4ubuntu1.3) ...
- Setting up gir1.2-gdkpixbuf-2.0:riscv64 (2.42.10+dfsg-3ubuntu3.3) ...
- Setting up libpango-1.0-0:riscv64 (1.52.1+ds-1build1) ...
- Setting up python3 (3.12.3-0ubuntu2.1) ...
- running python rtupdate hooks for python3.12...
- running python post-rtupdate hooks for python3.12...
- Setting up dbus-user-session (1.14.10-4ubuntu4.1) ...
- Setting up python3-gi (3.48.2-1) ...
- Setting up libxt6t64:riscv64 (1:1.2.1-1.2build1) ...
- Setting up libgdk-pixbuf2.0-bin (2.42.10+dfsg-3ubuntu3.3) ...
- Setting up libpangoft2-1.0-0:riscv64 (1.52.1+ds-1build1) ...
- Setting up libcups2t64:riscv64 (2.4.7-1.2ubuntu7.9) ...
- Setting up libpangocairo-1.0-0:riscv64 (1.52.1+ds-1build1) ...
- Setting up python3-pkg-resources (68.1.2-2ubuntu1.2) ...
- Setting up python3-dbus (1.3.2-5build3) ...
- Setting up libxmu6:riscv64 (2:1.1.3-3build2) ...
- Setting up python3-cairo (1.25.1-2build2) ...
- Setting up libpangoxft-1.0-0:riscv64 (1.52.1+ds-1build1) ...
- Setting up dconf-service (0.40.0-4ubuntu0.1) ...
- Setting up libxaw7:riscv64 (2:1.0.14-1build2) ...
- Setting up librsvg2-2:riscv64 (2.58.0+dfsg-1build1) ...
- Setting up gir1.2-pango-1.0:riscv64 (1.52.1+ds-1build1) ...
- Setting up libgvc6 (2.42.2-9ubuntu0.1) ...
- Setting up librsvg2-common:riscv64 (2.58.0+dfsg-1build1) ...
- Setting up python3-numpy (1:1.26.4+ds-6ubuntu1) ...
- Setting up python3-gi-cairo (3.48.2-1) ...
- Setting up networkd-dispatcher (2.2.4-1) ...
- Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /usr/lib/systemd/system/networkd-dispatcher.service.
- Setting up graphviz (2.42.2-9ubuntu0.1) ...
- Setting up dconf-gsettings-backend:riscv64 (0.40.0-4ubuntu0.1) ...
- Setting up libgtk-3-common (3.24.41-4ubuntu1.3) ...
- Setting up gsettings-desktop-schemas (46.1-0ubuntu1) ...
- Setting up at-spi2-core (2.52.0-1build1) ...
- Setting up adwaita-icon-theme (46.0-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 libgtk-3-0t64:riscv64 (3.24.41-4ubuntu1.3) ...
- Setting up gir1.2-gtk-3.0:riscv64 (3.24.41-4ubuntu1.3) ...
- Setting up libgtk-3-bin (3.24.41-4ubuntu1.3) ...
- Setting up humanity-icon-theme (0.6.16) ...
- Setting up xdot (1.3-1) ...
- Setting up ubuntu-mono (24.04-0ubuntu1) ...
- Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
- Processing triggers for libgdk-pixbuf-2.0-0:riscv64 (2.42.10+dfsg-3ubuntu3.3) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved bos.0.3.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved camlp5-buildscripts.0.07 (https://github.com/camlp5/camlp5-buildscripts/archive/refs/tags/0.07.tar.gz)
-> installed conf-which.1
-> installed conf-m4.1
-> retrieved dune.3.23.1 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved not-ocamlfind.0.14 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed rresult.0.7.0
-> installed fpath.0.7.3
-> installed logs.0.10.0
-> installed bos.0.3.0
-> installed dune.3.23.1
-> installed camlp-streams.5.0.1
-> installed re.1.14.0
-> installed ocamlgraph.2.2.0
-> installed not-ocamlfind.0.14
-> installed camlp5-buildscripts.0.07
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-25 06:28.26 ---> using "26fa406ec2d6f407ff7bafca25e8efda495a219ec90fae02345e19e0d5789253" from cache
/home/opam: (run (network host)
(shell "(opam reinstall --with-test camlp5-buildscripts.0.07) || true"))
The following actions will be performed:
=== recompile 5 packages
- recompile bos 0.3.0 [uses fmt]
- recompile camlp5-buildscripts 0.07 (pinned)
- recompile fmt 0.11.0 [uses cmdliner]
- recompile logs 0.10.0 [uses cmdliner]
- recompile not-ocamlfind 0.14 [uses fmt]
=== install 6 packages
- install cmdliner 2.1.1 [required by mdx]
- install cppo 1.8.0 [required by mdx]
- install csexp 1.5.2 [required by mdx]
- install mdx 2.5.2 [required by camlp5-buildscripts]
- install ocaml-version 4.1.1 [required by mdx]
- install result 1.5 [required by mdx]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bos.0.3.0 (https://opam.ocaml.org/cache)
-> retrieved cmdliner.2.1.1 (https://opam.ocaml.org/cache)
-> retrieved cppo.1.8.0 (https://opam.ocaml.org/cache)
-> retrieved csexp.1.5.2 (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0 (https://opam.ocaml.org/cache)
-> retrieved logs.0.10.0 (https://opam.ocaml.org/cache)
-> retrieved mdx.2.5.2 (https://opam.ocaml.org/cache)
-> installed csexp.1.5.2
-> retrieved not-ocamlfind.0.14 (https://opam.ocaml.org/cache)
-> retrieved ocaml-version.4.1.1 (https://opam.ocaml.org/cache)
-> retrieved result.1.5 (https://opam.ocaml.org/cache)
-> installed ocaml-version.4.1.1
-> installed result.1.5
-> installed cppo.1.8.0
-> removed camlp5-buildscripts.0.07
-> removed bos.0.3.0
-> removed logs.0.10.0
-> removed not-ocamlfind.0.14
-> removed fmt.0.11.0
-> installed cmdliner.2.1.1
-> installed fmt.0.11.0
-> installed logs.0.10.0
-> installed not-ocamlfind.0.14
-> installed bos.0.3.0
-> installed mdx.2.5.2
-> installed camlp5-buildscripts.0.07
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-25 06:29.50 ---> saved as "976374f94a68deb0b21dd4991ba540bcfffcb636b3e576e5846f2c64b3252498"
/home/opam: (run (shell "opam reinstall --with-test --verbose camlp5-buildscripts.0.07;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'camlp5-buildscripts.0.07' && 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 camlp5-buildscripts 0.07 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [camlp5-buildscripts: make sys]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "sys" (CWD=/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07)
- set -e; for i in src; do cd $i; make all; cd ..; done
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src'
- ocamlfind ocamlc -linkpkg -linkall -package re,fmt,unix,bos,rresult ya_wrap_ocamlfind.ml -o ya-wrap-ocamlfind
- ocamlfind ocamlc -linkpkg -linkall -package re,fmt,unix,bos,rresult fixin.ml -o fixin
- ocamlfind ocamlc -linkpkg -linkall -package re,fmt,unix,bos,rresult join_meta.ml -o join_meta
- ocamlfind ocamlc -linkpkg -linkall -package re,fmt,unix,bos,rresult LAUNCH.ml -o LAUNCH
- make DESTDIR=/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install/ install
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src'
- mkdir -p /home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install//lib
- touch META
- not-ocamlfind reinstall-if-diff camlp5-buildscripts -destdir /home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install//lib META ya-wrap-ocamlfind fixin join_meta LAUNCH
- ocamlfind: [WARNING] No such directory: /home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install//lib/camlp5-buildscripts
- reinstall-if-diff: remove and install lists have differing lengths
- + ocamlfind remove -destdir /home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install//lib camlp5-buildscripts
- ocamlfind: [WARNING] No such file: /home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install//lib/camlp5-buildscripts/META
- + ocamlfind install camlp5-buildscripts -destdir /home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install//lib META ya-wrap-ocamlfind fixin join_meta LAUNCH
- Installed /home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install//lib/camlp5-buildscripts/LAUNCH
- Installed /home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install//lib/camlp5-buildscripts/join_meta
- Installed /home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install//lib/camlp5-buildscripts/fixin
- Installed /home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install//lib/camlp5-buildscripts/ya-wrap-ocamlfind
- Installed /home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install//lib/camlp5-buildscripts/META
- rm -f META
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src'
Processing 2/4: [camlp5-buildscripts: make test]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "test" (CWD=/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07)
- set -e; for i in src; do cd $i; make all; cd ..; done
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src'
- make DESTDIR=/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install/ install
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src'
- mkdir -p /home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install//lib
- touch META
- not-ocamlfind reinstall-if-diff camlp5-buildscripts -destdir /home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install//lib META ya-wrap-ocamlfind fixin join_meta LAUNCH
- rm -f META
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src'
- mkdir -p local-install/bin
- set -e; for i in test; do cd $i; make all; cd ..; done
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test'
- set -e; for i in simple packages fail; do cd $i; make all; cd ..; done
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/simple'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/simple'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/packages'
- set -e; for i in foo bar test; do cd $i; make all; cd ..; done
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/packages/foo'
- TOP=../../.. ../../../src/LAUNCH -vv -- ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind ocamlc -c foo.ml
- LAUNCH: PATH="../../../local-install/bin:/home/opam/.opam/4.14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- LAUNCH: OCAMLPATH="../../../local-install/lib:"
- LAUNCH: command 'ocamlfind' 'camlp5-buildscripts/LAUNCH' '--' 'ocamlfind' 'ocamlc' '-c' 'foo.ml'
- TOP=../../.. ../../../src/LAUNCH -vv -- ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind ocamlopt -c foo.ml
- LAUNCH: PATH="../../../local-install/bin:/home/opam/.opam/4.14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- LAUNCH: OCAMLPATH="../../../local-install/lib:"
- LAUNCH: command 'ocamlfind' 'camlp5-buildscripts/LAUNCH' '--' 'ocamlfind' 'ocamlopt' '-c' 'foo.ml'
- TOP=../../.. ../../../src/LAUNCH -vv -- ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind install -destdir ../../../local-install/lib foo META foo.cmo foo.cmi foo.cmx foo.o || true
- LAUNCH: PATH="../../../local-install/bin:/home/opam/.opam/4.14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- LAUNCH: OCAMLPATH="../../../local-install/lib:"
- LAUNCH: command 'ocamlfind' 'camlp5-buildscripts/LAUNCH' '--' 'ocamlfind' 'install' '-destdir' '../../../local-install/lib' 'foo' 'META' 'foo.cmo' 'foo.cmi' 'foo.cmx' 'foo.o'
- Installed ../../../local-install/lib/foo/foo.o
- Installed ../../../local-install/lib/foo/foo.cmx
- Installed ../../../local-install/lib/foo/foo.cmi
- Installed ../../../local-install/lib/foo/foo.cmo
- Installed ../../../local-install/lib/foo/META
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/packages/foo'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/packages/bar'
- TOP=../../.. ../../../src/LAUNCH -vv -- ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind ocamlc -package foo -c bar.ml
- LAUNCH: PATH="../../../local-install/bin:/home/opam/.opam/4.14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- LAUNCH: OCAMLPATH="../../../local-install/lib:"
- LAUNCH: command 'ocamlfind' 'camlp5-buildscripts/LAUNCH' '--' 'ocamlfind' 'ocamlc' '-package' 'foo' '-c' 'bar.ml'
- TOP=../../.. ../../../src/LAUNCH -vv -- ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind ocamlopt -package foo -c bar.ml
- LAUNCH: PATH="../../../local-install/bin:/home/opam/.opam/4.14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- LAUNCH: OCAMLPATH="../../../local-install/lib:"
- LAUNCH: command 'ocamlfind' 'camlp5-buildscripts/LAUNCH' '--' 'ocamlfind' 'ocamlopt' '-package' 'foo' '-c' 'bar.ml'
- TOP=../../.. ../../../src/LAUNCH -vv -- ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind ocamlc -package foo -c buzz.ml
- LAUNCH: PATH="../../../local-install/bin:/home/opam/.opam/4.14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- LAUNCH: OCAMLPATH="../../../local-install/lib:"
- LAUNCH: command 'ocamlfind' 'camlp5-buildscripts/LAUNCH' '--' 'ocamlfind' 'ocamlc' '-package' 'foo' '-c' 'buzz.ml'
- TOP=../../.. ../../../src/LAUNCH -vv -- ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind ocamlopt -package foo -c buzz.ml
- LAUNCH: PATH="../../../local-install/bin:/home/opam/.opam/4.14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- LAUNCH: OCAMLPATH="../../../local-install/lib:"
- LAUNCH: command 'ocamlfind' 'camlp5-buildscripts/LAUNCH' '--' 'ocamlfind' 'ocamlopt' '-package' 'foo' '-c' 'buzz.ml'
- TOP=../../.. ../../../src/LAUNCH -vv -- ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind install -destdir ../../../local-install/lib bar META bar.cmo bar.cmi bar.cmx bar.o buzz.cmo buzz.cmi buzz.cmx buzz.o || true
- LAUNCH: PATH="../../../local-install/bin:/home/opam/.opam/4.14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- LAUNCH: OCAMLPATH="../../../local-install/lib:"
- LAUNCH: command 'ocamlfind' 'camlp5-buildscripts/LAUNCH' '--' 'ocamlfind' 'install' '-destdir' '../../../local-install/lib' 'bar' 'META' 'bar.cmo' 'bar.cmi' 'bar.cmx' 'bar.o' 'buzz.cmo' 'buzz.cmi' 'buzz.cmx' 'buzz.o'
- Installed ../../../local-install/lib/bar/buzz.o
- Installed ../../../local-install/lib/bar/buzz.cmx
- Installed ../../../local-install/lib/bar/buzz.cmi
- Installed ../../../local-install/lib/bar/buzz.cmo
- Installed ../../../local-install/lib/bar/bar.o
- Installed ../../../local-install/lib/bar/bar.cmx
- Installed ../../../local-install/lib/bar/bar.cmi
- Installed ../../../local-install/lib/bar/bar.cmo
- Installed ../../../local-install/lib/bar/META
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/packages/bar'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/packages/test'
- TOP=../../.. ../../../src/LAUNCH -vv -- ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind ocamlc -verbose -package foo -linkall -linkpkg justfoo.ml -o justfoo
- LAUNCH: PATH="../../../local-install/bin:/home/opam/.opam/4.14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- LAUNCH: OCAMLPATH="../../../local-install/lib:"
- LAUNCH: command 'ocamlfind' 'camlp5-buildscripts/LAUNCH' '--' 'ocamlfind' 'ocamlc' '-verbose' '-package' 'foo' '-linkall' '-linkpkg' 'justfoo.ml' '-o' 'justfoo'
- Effective set of compiler predicates: pkg_foo,autolink,byte
- + ocamlc.opt -verbose -linkall -o justfoo -I ../../../local-install/lib/foo ../../../local-install/lib/foo/foo.cmo justfoo.ml
- TOP=../../.. ../../../src/LAUNCH -vv -- ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind ocamlc -verbose -package fmt,bar -linkall -linkpkg foobar.ml -o foobar
- LAUNCH: PATH="../../../local-install/bin:/home/opam/.opam/4.14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- LAUNCH: OCAMLPATH="../../../local-install/lib:"
- LAUNCH: command 'ocamlfind' 'camlp5-buildscripts/LAUNCH' '--' 'ocamlfind' 'ocamlc' '-verbose' '-package' 'fmt,bar' '-linkall' '-linkpkg' 'foobar.ml' '-o' 'foobar'
- Effective set of compiler predicates: pkg_fmt,pkg_foo,pkg_bar,autolink,byte
- + ocamlc.opt -verbose -linkall -o foobar -I /home/opam/.opam/4.14/lib/fmt -I ../../../local-install/lib/foo -I ../../../local-install/lib/bar /home/opam/.opam/4.14/lib/fmt/fmt.cma ../../../local-install/lib/foo/foo.cmo ../../../local-install/lib/bar/bar.cmo foobar.ml
- TOP=../../.. ../../../src/LAUNCH -vv -- ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind ocamlc -verbose -package bar -linkall -linkpkg buzz.cmo andbuzz.ml -o andbuzz
- LAUNCH: PATH="../../../local-install/bin:/home/opam/.opam/4.14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- LAUNCH: OCAMLPATH="../../../local-install/lib:"
- LAUNCH: command 'ocamlfind' 'camlp5-buildscripts/LAUNCH' '--' 'ocamlfind' 'ocamlc' '-verbose' '-package' 'bar' '-linkall' '-linkpkg' 'buzz.cmo' 'andbuzz.ml' '-o' 'andbuzz'
- Effective set of compiler predicates: pkg_foo,pkg_bar,autolink,byte
- + ocamlc.opt -verbose -linkall -o andbuzz -I ../../../local-install/lib/foo -I ../../../local-install/lib/bar ../../../local-install/lib/foo/foo.cmo ../../../local-install/lib/bar/bar.cmo buzz.cmo andbuzz.ml
- TOP=../../.. ../../../src/LAUNCH -vv -- ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind ocamlc -verbose -package fmt,bar -linkall -linkpkg foobar.ml -o foobar buzz.cmo
- LAUNCH: PATH="../../../local-install/bin:/home/opam/.opam/4.14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- LAUNCH: OCAMLPATH="../../../local-install/lib:"
- LAUNCH: command 'ocamlfind' 'camlp5-buildscripts/LAUNCH' '--' 'ocamlfind' 'ocamlc' '-verbose' '-package' 'fmt,bar' '-linkall' '-linkpkg' 'foobar.ml' '-o' 'foobar' 'buzz.cmo'
- Effective set of compiler predicates: pkg_fmt,pkg_foo,pkg_bar,autolink,byte
- + ocamlc.opt -verbose -linkall -o foobar -I /home/opam/.opam/4.14/lib/fmt -I ../../../local-install/lib/foo -I ../../../local-install/lib/bar /home/opam/.opam/4.14/lib/fmt/fmt.cma ../../../local-install/lib/foo/foo.cmo ../../../local-install/lib/bar/bar.cmo foobar.ml buzz.cmo
- cp foobar ../../../local-install/bin/foobar
- cp foobar ../../../local-install/bin/foobar
- cp foobar ../../../local-install/bin/foobar.opt
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/packages/test'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/packages'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/fail'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/fail'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test'
- set -e; for i in test; do cd $i; make test; cd ..; done
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test'
- set -e; for i in simple packages fail; do cd $i; make test; cd ..; done
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/simple'
- rm -f LAUNCH.md.corrected
- ocaml-mdx test --force-output LAUNCH.md
- test '!' -f LAUNCH.md.corrected || diff -I stublibs -I '```' -Bwiu LAUNCH.md LAUNCH.md.corrected
- rm -f join_meta.md.corrected
- ocaml-mdx test --force-output join_meta.md
- test '!' -f join_meta.md.corrected || diff -I stublibs -I '```' -Bwiu join_meta.md join_meta.md.corrected
- rm -f ya-wrap-ocamlfind.md.corrected
- ocaml-mdx test --force-output ya-wrap-ocamlfind.md
- test '!' -f ya-wrap-ocamlfind.md.corrected || diff -I stublibs -I '```' -Bwiu ya-wrap-ocamlfind.md ya-wrap-ocamlfind.md.corrected
- ./LAUNCH.sh
- ================
- Failure("LAUNCH: environment variable TOP *must* be set to use this wrapper")
- expect-this
- ================
- foo
- ================
- bar
- ================
- DONE
- ./LAUNCH.sh > LAUNCH.sh.output 2>&1
- diff -Bwiu t/LAUNCH/LAUNCH.sh.expected LAUNCH.sh.output
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/simple'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/packages'
- set -e; for i in foo bar test; do cd $i; make test; cd ..; done
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/packages/foo'
- make[3]: Nothing to be done for 'test'.
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/packages/foo'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/packages/bar'
- make[3]: Nothing to be done for 'test'.
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/packages/bar'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/packages/test'
- make[3]: Nothing to be done for 'test'.
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/packages/test'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/packages'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/fail'
- rm -f FAILED
- if [ -f FAILED ] ; then false; fi
- ocamlfind fmt/NONEXISTENT || touch FAILED
- ocamlfind: Cannot find command: /home/opam/.opam/4.14/lib/fmt/NONEXISTENT
- if [ ! -f FAILED ] ; then false; fi
- rm -f FAILED
- TOP=../.. ../../src/LAUNCH -- ocamlfind fmt/NONEXISTENT || touch FAILED
- ocamlfind: Cannot find command: /home/opam/.opam/4.14/lib/fmt/NONEXISTENT
- if [ ! -f FAILED ] ; then false; fi
- rm -f FAILED
- TOP=../.. ../../src/LAUNCH -- ocamlfind camlp5-buildscripts/LAUNCH -- touch SUCCESS
- if [ ! -f SUCCESS ] ; then false; fi
- rm -f SUCCESS
- echo "==== ALL PASSED ===="
- ==== ALL PASSED ====
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test/fail'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/test'
-> compiled camlp5-buildscripts.0.07
-> removed camlp5-buildscripts.0.07
Processing 4/4: [camlp5-buildscripts: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07)
- set -e; for i in src; do cd $i; make all; cd ..; done
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src'
- make DESTDIR=/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install/ install
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src'
- mkdir -p /home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install//lib
- touch META
- not-ocamlfind reinstall-if-diff camlp5-buildscripts -destdir /home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src/../local-install//lib META ya-wrap-ocamlfind fixin join_meta LAUNCH
- rm -f META
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/camlp5-buildscripts.0.07/src'
- ocamlfind remove camlp5-buildscripts || true
- ocamlfind: [WARNING] No such file: /home/opam/.opam/4.14/lib/camlp5-buildscripts/META
- ocamlfind install camlp5-buildscripts local-install/lib/camlp5-buildscripts/*
- Installed /home/opam/.opam/4.14/lib/camlp5-buildscripts/ya-wrap-ocamlfind
- Installed /home/opam/.opam/4.14/lib/camlp5-buildscripts/join_meta
- Installed /home/opam/.opam/4.14/lib/camlp5-buildscripts/fixin
- Installed /home/opam/.opam/4.14/lib/camlp5-buildscripts/LAUNCH
- Installed /home/opam/.opam/4.14/lib/camlp5-buildscripts/META
-> installed camlp5-buildscripts.0.07
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-25 06:30.22 ---> saved as "57e7927ba5a04358b3f5acb3a6abceeb2eafeabddbf4957590b658bdc12c79ff"
Job succeeded
2026-05-25 06:30.57: Job succeeded