๐ŸŸ  @e3d48b4

๐ŸŸ  x86_64-debian-13-5.3

Job tree

Job log

See full log and operations
2026-06-23 10:36.35: New job: Build using linux-x86_64 in
                                [https://github.com/mirage/mirage-skeleton.git#refs/heads/dev (52abe5aedb1f19f6dd3a18dc9ad81c766f813ebc)]

OBuilder spec:

((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#7103cbf7d886d93402af1c852db818b4a3fba7ec"))
 (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#e3d48b48593bf973d13817f49409b39fa3d4300a"))
 (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 hvt)
 (workdir /src/)
 (run (shell "opam exec -- make configure"))
 (env MIRAGE_EXTRA_REPOS opam-overlays:https://github.com/dune-universe/opam-overlays.git#efd742d67b0d49b2d6f491ffbbf205ca42977a6e,mirage-opam-overlays:https://github.com/dune-universe/mirage-opam-overlays.git#eddcd1bc7e035392596b603d23dde67a88e6f6bc)
 (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"))
)

2026-06-23 10:36.35: Using cache hint "mirage-ci-skeleton-debian-13-ocaml-5.3"
2026-06-23 10:36.35: Waiting for resource in pool OCluster
2026-06-23 10:36.35: Waiting for workerโ€ฆ
2026-06-23 10:36.45: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 52abe5a Merge pull request #421 from hannesm/mirage-411

(from ocaml/opam:debian-13-ocaml-5.3)
2026-06-23 10:36.54 ---> using "348716d62ad55d1c2ba7493d00b0882cc64fc042d724a06a1599e8ba58d890e2" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2026-06-23 10:36.54 ---> using "24883da7c3bfb9b4beffcac7267b86c1389006a753d78f6b386a3c4fd0e70458" from cache

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam && opam update"))
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.

[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
Continue? [Y/n] y
Format upgrade done.

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-06-23 10:36.54 ---> using "e0d08704d663585a0eeeaa1114187809c41cb285481ac9f5195ea2884586d4b3" from cache

/home/opam: (run (network host)
                 (shell "opam repo add opam https://github.com/ocaml/opam-repository.git#7103cbf7d886d93402af1c852db818b4a3fba7ec"))
[opam] Initialised
opam (at git+https://github.com/ocaml/opam-repository.git#7103cbf7d886d93402af1c852db818b4a3fba7ec): 
    [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

[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.

2026-06-23 10:36.54 ---> using "57f893fea0ee078ba4365c109caad1877fb513dfc44ef19bc4de863f919c670c" from cache

/home/opam: (run (network host)
                 (shell "opam repo add mirage-dev https://github.com/mirage/mirage-dev.git#eb114ccf0dd4eeca6b4f06c5c7361c238eeca4fd"))
[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.

2026-06-23 10:37.04 ---> saved as "00709962e03aa33006d137f38617a649e8e3102203093ca70454a1c74ace0240"

/home/opam: (run (network host)
                 (shell "opam pin -ny https://github.com/mirage/mirage.git#e3d48b48593bf973d13817f49409b39fa3d4300a"))
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#e3d48b48593bf973d13817f49409b39fa3d4300a (version 4.11.0)
mirage is now pinned to git+https://github.com/mirage/mirage.git#e3d48b48593bf973d13817f49409b39fa3d4300a (version 4.11.0)
2026-06-23 10:37.17 ---> saved as "c18349053445a84b52f9dc2a89a74f54f8a636c18f75ca6912d67e967b8effb3"

/home/opam: (run (cache (download-cache (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell "sudo apt-get update && opam install -y \"mirage>=4\""))
Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [222 kB]
Fetched 10.1 MB in 1s (11.1 MB/s)
Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage.4.11.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.2           [required by emile]
  - install bigstringaf        0.10.0          [required by emile]
  - install bos                0.3.0           [required by mirage]
  - install cmdliner           2.1.1           [required by mirage]
  - install conf-pkg-config    5               [required by opam-monorepo]
  - install csexp              1.5.2           [required by dune-configurator]
  - install domain-name        0.5.0           [required by ipaddr]
  - install dune               3.23.1          [required by mirage]
  - install dune-configurator  3.23.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.2           [required by mirage]
  - install logs               0.10.0          [required by mirage]
  - install macaddr            5.6.2           [required by ipaddr]
  - install mirage             4.11.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.1           [required by astring, bos]
  - install uri                4.4.0           [required by mirage]
  - install uutf               1.0.4           [required by emile]
2026-06-23 10:37.35: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled