Job log
See full log and operations2025-09-08 14:09.41: New job: Build using linux-x86_64 in
[https://github.com/mirage/mirage-skeleton.git#refs/heads/main (729dabc73b73388e7ac94cb21669ad20e3cbdd99)]
OBuilder spec:
[34m((from ocaml/opam:debian-13-ocaml-5.3)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo chown opam:opam /home/opam"))
(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam && opam update"))
(run (network host)
(shell "opam repo add opam https://github.com/ocaml/opam-repository.git#9c3d4d2c450836918b2120fd23d975693579ae2e"))
(run (network host)
(shell "opam repo add mirage-dev https://github.com/mirage/mirage-dev.git#eb114ccf0dd4eeca6b4f06c5c7361c238eeca4fd"))
(run (network host)
(shell "opam pin -ny https://github.com/mirage/mirage.git#68622ff34179cfc2b903eb1283e5fa7764048642"))
(run (cache (download-cache (target /home/opam/.opam/download-cache)))
(network host)
(shell "sudo apt-get update && opam install -y \"mirage>=4\""))
(copy (src .) (dst /src/))
(env MODE xen)
(workdir /src/)
(run (shell "opam exec -- make configure"))
(env MIRAGE_EXTRA_REPOS opam-overlays:https://github.com/dune-universe/opam-overlays.git#3320932b74afc1d049ceeaf60dfe501d664bb143,mirage-opam-overlays:https://github.com/dune-universe/mirage-opam-overlays.git#797cb363df3ff763c43c8fbec5cd44de2878757e)
(run (network host)
(shell "opam exec -- make lock"))
(run (cache (download-cache (target /home/opam/.opam/download-cache)))
(network host)
(shell "sudo apt-get update && opam exec -- make depends"))
(run (shell "opam monorepo list -l mirage.opam.locked"))
(run (cache (download-cache (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam exec -- make pull"))
(env DUNE_CACHE enabled)
(env DUNE_CACHE_TRANSPORT direct)
(run (cache (dune-build-cache (target /home/opam/.cache/dune)))
(network host)
(shell "opam exec -- make build"))
)[0m
2025-09-08 14:09.41: Using cache hint "mirage-ci-skeleton-debian-13-ocaml-5.3"
2025-09-08 14:09.41: Waiting for resource in pool OCluster
2025-09-08 14:09.41: Waiting for workerโฆ
2025-09-08 14:09.42: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 729dabc add tutorial/local-library
[01;34m(from ocaml/opam:debian-13-ocaml-5.3)[0m
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3' locally
debian-13-ocaml-5.3: Pulling from ocaml/opam
02d6f2612180: Pulling fs layer
02d6f2612180: Verifying Checksum
02d6f2612180: Download complete
02d6f2612180: Pull complete
Digest: sha256:69c1be68e7ad31aa76703ef5eb16d1b55cd9955577cf720194059f74ba5f122b
Status: Downloaded newer image for ocaml/opam:debian-13-ocaml-5.3
[01;2m[01;35m2025-09-08 14:09.42 ---> using "348716d62ad55d1c2ba7493d00b0882cc64fc042d724a06a1599e8ba58d890e2" from cache[0m
[01;34m/: (user (uid 1000) (gid 1000))[0m
[01;34m/: (workdir /home/opam)[0m
[01;34m/home/opam: (run (shell "sudo chown opam:opam /home/opam"))[0m
[01;2m[01;35m2025-09-08 14:09.42 ---> using "24883da7c3bfb9b4beffcac7267b86c1389006a753d78f6b386a3c4fd0e70458" from cache[0m
[01;34m/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam && opam update"))[0m
Continue? [Y/n] y
This 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.
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
[01;2m[01;35m2025-09-08 14:09.42 ---> using "e0d08704d663585a0eeeaa1114187809c41cb285481ac9f5195ea2884586d4b3" from cache[0m
[01;34m/home/opam: (run (network host)
(shell "opam repo add opam https://github.com/ocaml/opam-repository.git#9c3d4d2c450836918b2120fd23d975693579ae2e"))[0m
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 5.3 only.
Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.
[01;2m[01;35m2025-09-08 14:09.42 ---> using "7c96d3fd41a345ff7a590b515babbba240c41c4669965d2aee49eb98fdcc5ba9" from cache[0m
[01;34m/home/opam: (run (network host)
(shell "opam repo add mirage-dev https://github.com/mirage/mirage-dev.git#eb114ccf0dd4eeca6b4f06c5c7361c238eeca4fd"))[0m
[mirage-dev] Initialised
[NOTE] Repository mirage-dev has been added to the selections of switch 5.3 only.
Run `opam repository add mirage-dev --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.
[01;2m[01;35m2025-09-08 14:09.42 ---> using "ea3fdffb3b3cbe01f7553b283b7570bb032d1fd670db2006b9d20d9d8fabce0e" from cache[0m
[01;34m/home/opam: (run (network host)
(shell "opam pin -ny https://github.com/mirage/mirage.git#68622ff34179cfc2b903eb1283e5fa7764048642"))[0m
This will pin the following packages: mirage-runtime, mirage. Continue? [Y/n] y
mirage-runtime is now pinned to git+https://github.com/mirage/mirage.git#68622ff34179cfc2b903eb1283e5fa7764048642 (version 4.9.0)
mirage is now pinned to git+https://github.com/mirage/mirage.git#68622ff34179cfc2b903eb1283e5fa7764048642 (version 4.9.0)
[01;2m[01;35m2025-09-08 14:09.47 ---> saved as "173938974bb90b98ce91e7ae3dbf986c5ccf564407e90b147b3520d91be6e514"[0m
[01;34m/home/opam: (run (cache (download-cache (target /home/opam/.opam/download-cache)))
(network host)
(shell "sudo apt-get update && opam install -y \"mirage>=4\""))[0m
Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.1 kB]
Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9669 kB]
Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [34.0 kB]
Fetched 9934 kB in 1s (7447 kB/s)
Reading package lists...
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage.4.9.0] synchronised (no changes)
The following actions will be performed:
=== install 28 packages
- install angstrom 0.16.1 [required by emile, uri]
- install astring 0.8.5 [required by mirage]
- install base64 3.5.1 [required by emile]
- install bigstringaf 0.10.0 [required by emile]
- install bos 0.2.1 [required by mirage]
- install cmdliner 1.3.0 [required by mirage]
- install conf-pkg-config 4 [required by opam-monorepo]
- install csexp 1.5.2 [required by dune-configurator]
- install domain-name 0.4.1 [required by ipaddr]
- install dune 3.20.1 [required by mirage]
- install dune-configurator 3.20.1 [required by bigstringaf]
- install emile 1.1 [required by mirage]
- install fmt 0.11.0 [required by mirage]
- install fpath 0.7.3 [required by mirage]
- install ipaddr 5.6.1 [required by mirage]
- install logs 0.9.0 [required by mirage]
- install macaddr 5.6.1 [required by ipaddr]
- install mirage 4.9.0 (pinned)
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlbuild 0.16.1 [required by astring, bos]
- install ocamlfind 1.9.8 [required by astring, bos]
- install opam-monorepo 0.4.3 [required by mirage]
- install pecu 0.7 [required by emile]
- install rresult 0.7.0 [required by mirage]
- install stringext 1.6.0 [required by uri]
- install topkg 1.1.0 [required by astring, bos]
- install uri 4.4.0 [required by mirage]
- install uutf 1.0.4 [required by emile]
The following system packages will first need to be installed:
pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- Selecting previously unselected package libpkgconf3: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 ... 20647 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved base64.3.5.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> installed conf-pkg-config.4
-> retrieved bos.0.2.1 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved domain-name.0.4.1 (cached)
-> retrieved emile.1.1 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached)
-> retrieved logs.0.9.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved mirage.4.9.0 (no changes)
-> retrieved pecu.0.7 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved topkg.1.1.0 (cached)
-> retrieved dune.3.20.1, dune-configurator.3.20.1 (cached)
-> retrieved opam-monorepo.0.4.3 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.0
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.9.0
-> installed bos.0.2.1
-> installed dune.3.20.1
-> installed base64.3.5.1
-> installed csexp.1.5.2
-> installed domain-name.0.4.1
-> installed macaddr.5.6.1
-> installed ocaml-syntax-shims.1.0.0
-> installed pecu.0.7
-> installed stringext.1.6.0
-> installed ipaddr.5.6.1
-> installed dune-configurator.3.20.1
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed emile.1.1
-> installed uri.4.4.0
-> installed opam-monorepo.0.4.3
-> installed mirage.4.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
[01;2m[01;35m2025-09-08 14:10.34 ---> saved as "66dd71b07a2cd824739f863258391808c6dd27f368d0df9c0df45fad9954ae33"[0m
[01;34m/home/opam: (copy (src .) (dst /src/))[0m
[01;2m[01;35m2025-09-08 14:10.35 ---> saved as "d6595f7478bd17f0d3ec728ad50ccba2bdaa42cc812e93fb598a28498ab516c2"[0m
[01;34m/home/opam: (env MODE xen)[0m
[01;34m/home/opam: (workdir /src/)[0m
[01;34m/src/: (run (shell "opam exec -- make configure"))[0m
mirage configure -f tutorial/noop/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f tutorial/hello/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
adding unit argument to 'start ()' (to delay execution)
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f tutorial/hello-key/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
adding unit argument to 'start ()' (to delay execution)
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f tutorial/local-library/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
adding unit argument to 'start ()' (to delay execution)
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f tutorial/lwt/echo_server/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
adding unit argument to 'start ()' (to delay execution)
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f tutorial/lwt/heads1/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
adding unit argument to 'start ()' (to delay execution)
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f tutorial/lwt/heads2/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
adding unit argument to 'start ()' (to delay execution)
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f tutorial/lwt/timeout1/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
adding unit argument to 'start ()' (to delay execution)
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f tutorial/lwt/timeout2/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
adding unit argument to 'start ()' (to delay execution)
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f tutorial/app_info/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
adding unit argument to 'start ()' (to delay execution)
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f device-usage/clock/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
adding unit argument to 'start ()' (to delay execution)
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f device-usage/conduit_server/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f device-usage/http-fetch/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f device-usage/kv_ro/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f device-usage/network/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f device-usage/ping6/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f device-usage/disk-lottery/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f applications/dhcp/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f applications/http/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f applications/dns/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f applications/crypto/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
adding unit argument to 'start ()' (to delay execution)
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
mirage configure -f applications/static_website_tls/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
dd if=/dev/zero of=disk.img count=100000
100000+0 records in
100000+0 records out
51200000 bytes (51 MB, 49 MiB) copied, 0.235184 s, 218 MB/s
mirage configure -f device-usage/block/config.ml -t xen
mirage: [WARNING] Skipping version check, since our_version ("4.9.0-33-g68622ff") fails to parse: only digits and . allowed in version
Successfully configured the unikernel. Now run 'make' (or more fine-grained steps: 'make all', 'make depends', or 'make lock').
[01;2m[01;35m2025-09-08 14:10.48 ---> saved as "17b1b887ae754a5e2f5ac93e9fcde07c624422b59a9d534c5522e118768547c6"[0m
[01;34m/src/: (env MIRAGE_EXTRA_REPOS opam-overlays:https://github.com/dune-universe/opam-overlays.git#3320932b74afc1d049ceeaf60dfe501d664bb143,mirage-opam-overlays:https://github.com/dune-universe/mirage-opam-overlays.git#797cb363df3ff763c43c8fbec5cd44de2878757e)[0m
[01;34m/src/: (run (network host)
(shell "opam exec -- make lock"))[0m
[opam-overlays] Initialised
[NOTE] Repository opam-overlays has been added to the selections of switch 5.3 only.
Run `opam repository add opam-overlays --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.
[mirage-opam-overlays] Initialised
[NOTE] Repository mirage-opam-overlays has been added to the selections of switch 5.3 only.
Run `opam repository add mirage-opam-overlays --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.
env OPAMVAR_monorepo="opam-monorepo" opam monorepo lock --recurse-opam noop-xen hello-xen hello-key-xen local-library-xen echo_server-xen heads1-xen heads2-xen timeout1-xen timeout2-xen echo_server-xen app-info-xen speaking_clock-xen conduit_server-xen http-fetch-xen kv_ro-xen network-xen ping-xen lottery-xen dhcp-xen minipaf-xen resolve-xen crypto-test-xen https-xen block_test-xen --build-only --ocaml-version 5.3.0 -l ./mirage.opam.locked
==> Using 23 locally scanned packages as the targets.
==> Found 158 opam dependencies for the target packages.
==> Querying opam database for their metadata and Dune compatibility.
==> Calculating exact pins for each of them.
==> Wrote lockfile with 100 entries to mirage.opam.locked. You can now run opam monorepo pull to fetch their sources.
Repositories removed from the selections of switch 5.3. Use '--all' to forget about them altogether.
Repositories removed from the selections of switch 5.3. Use '--all' to forget about them altogether.
[01;2m[01;35m2025-09-08 14:11.02 ---> saved as "38e31532a609a2189f563fe013297114b4bf6cdd8e7a29f713ba77b2f5feae7e"[0m
[01;34m/src/: (run (cache (download-cache (target /home/opam/.opam/download-cache)))
(network host)
(shell "sudo apt-get update && opam exec -- make depends"))[0m
Hit:1 http://deb.debian.org/debian trixie InRelease
Hit:2 http://deb.debian.org/debian trixie-updates InRelease
Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
Reading package lists...
opam install tutorial/noop/mirage/*.opam tutorial/hello/mirage/*.opam tutorial/hello-key/mirage/*.opam tutorial/local-library/mirage/*.opam tutorial/lwt/echo_server/mirage/*.opam tutorial/lwt/heads1/mirage/*.opam tutorial/lwt/heads2/mirage/*.opam tutorial/lwt/timeout1/mirage/*.opam tutorial/lwt/timeout2/mirage/*.opam tutorial/lwt/echo_server/mirage/*.opam tutorial/app_info/mirage/*.opam device-usage/clock/mirage/*.opam device-usage/conduit_server/mirage/*.opam device-usage/http-fetch/mirage/*.opam device-usage/kv_ro/mirage/*.opam device-usage/network/mirage/*.opam device-usage/ping6/mirage/*.opam device-usage/disk-lottery/mirage/*.opam applications/dhcp/mirage/*.opam applications/http/mirage/*.opam applications/dns/mirage/*.opam applications/crypto/mirage/*.opam applications/static_website_tls/mirage/*.opam device-usage/block/mirage/*.opam --deps-only --yes
[WARNING] Failed checks on noop-xen package definition from source at file:///src/tutorial/noop/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on hello-xen package definition from source at file:///src/tutorial/hello/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on hello-key-xen package definition from source at file:///src/tutorial/hello-key/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on local-library-xen package definition from source at file:///src/tutorial/local-library/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on echo_server-xen package definition from source at file:///src/tutorial/lwt/echo_server/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on heads1-xen package definition from source at file:///src/tutorial/lwt/heads1/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on heads2-xen package definition from source at file:///src/tutorial/lwt/heads2/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on timeout1-xen package definition from source at file:///src/tutorial/lwt/timeout1/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on timeout2-xen package definition from source at file:///src/tutorial/lwt/timeout2/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on echo_server-xen package definition from source at file:///src/tutorial/lwt/echo_server/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on app-info-xen package definition from source at file:///src/tutorial/app_info/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on speaking_clock-xen package definition from source at file:///src/device-usage/clock/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on conduit_server-xen package definition from source at file:///src/device-usage/conduit_server/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on http-fetch-xen package definition from source at file:///src/device-usage/http-fetch/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on kv_ro-xen package definition from source at file:///src/device-usage/kv_ro/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on network-xen package definition from source at file:///src/device-usage/network/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on ping-xen package definition from source at file:///src/device-usage/ping6/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on lottery-xen package definition from source at file:///src/device-usage/disk-lottery/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on dhcp-xen package definition from source at file:///src/applications/dhcp/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on minipaf-xen package definition from source at file:///src/applications/http/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on resolve-xen package definition from source at file:///src/applications/dns/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on crypto-test-xen package definition from source at file:///src/applications/crypto/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on https-xen package definition from source at file:///src/applications/static_website_tls/mirage:
warning 68: Missing field 'license'
[WARNING] Failed checks on block_test-xen package definition from source at file:///src/device-usage/block/mirage:
warning 68: Missing field 'license'
The following actions will be performed:
=== install 5 packages
- install conf-git 1.1 [required by ocaml-solo5]
- install conf-libseccomp 1 [required by solo5]
- install ocaml-solo5 1.1.0 [required by timeout1-xen, resolve-xen, noop-xen, etc.]
- install ocaml-src 5.3.0 [required by ocaml-solo5]
- install solo5 0.9.2 [required by timeout1-xen, resolve-xen, noop-xen, etc.]
The following system packages will first need to be installed:
libseccomp-dev
<><> 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" "libseccomp-dev"
- Selecting previously unselected package libseccomp-dev: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 ... 20684 files and directories currently installed.)
- Preparing to unpack .../libseccomp-dev_2.6.0-2_amd64.deb ...
- Unpacking libseccomp-dev:amd64 (2.6.0-2) ...
- Setting up libseccomp-dev:amd64 (2.6.0-2) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-solo5.1.1.0 (cached)
-> retrieved ocaml-src.5.3.0 (cached)
-> retrieved solo5.0.9.2 (cached)
-> installed conf-git.1.1
-> installed conf-libseccomp.1
-> installed ocaml-src.5.3.0
-> installed solo5.0.9.2
2025-09-08 14:12.10: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled