๐ŸŸ  @ed3b4c4

๐ŸŸ  arm64-debian-10-4.13

Job tree

Job log

See full log and operations
2024-05-03 13:04.04: New job: Build using linux-arm64 in
                                [https://github.com/mirage/mirage-skeleton.git#refs/heads/dev (769b82ca0396569232b75731aab854e533779e5b)]

OBuilder spec:

((from ocaml/opam:debian-10-ocaml-4.13)
 (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.1 /usr/bin/opam && opam update"))
 (run (network host)
      (shell "opam repo add opam https://github.com/ocaml/opam-repository.git#d4fc3679e91edc10cad459bd32cff31a7103e8f0"))
 (run (network host)
      (shell "opam repo add mirage-dev https://github.com/mirage/mirage-dev.git#749c02302f8f15e609332edbe827541558554a80"))
 (run (network host)
      (shell "opam pin -ny https://github.com/mirage/mirage.git#ed3b4c4b99f76bff98fe1036ce074020184d6bd7"))
 (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 unix)
 (workdir /src/)
 (run (shell "opam exec -- make configure"))
 (env MIRAGE_EXTRA_REPOS opam-overlays:https://github.com/dune-universe/opam-overlays.git#4e75ee36715b27550d5bdb87686bb4ae4c9e89c4,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"))
)

2024-05-03 13:04.04: Using cache hint "mirage-ci-skeleton-debian-10-ocaml-4.13"
2024-05-03 13:04.04: Waiting for resource in pool OCluster
2024-05-03 13:04.04: Waiting for workerโ€ฆ
2024-05-03 13:04.05: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
All commits already cached
HEAD is now at 769b82c Merge pull request #393 from hannesm/fix-dhcp-result

(from ocaml/opam:debian-10-ocaml-4.13)
Unable to find image 'ocaml/opam:debian-10-ocaml-4.13' locally
debian-10-ocaml-4.13: Pulling from ocaml/opam
e243794af54b: Pulling fs layer
e243794af54b: Verifying Checksum
e243794af54b: Download complete
e243794af54b: Pull complete
Digest: sha256:6b2659d10ae0e7d16c06f176433e5d1b47f47f5fda408a6a252e3b23f19ae9bd
Status: Downloaded newer image for ocaml/opam:debian-10-ocaml-4.13
2024-05-03 13:04.05 ---> using "cbba9511e46ef57631453d5b88aeed1ed6de6fa87b6f0dcb3da9328657d73fa4" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-05-03 13:04.05 ---> using "0afede13af6ea6d75cbfcfb80353059bc4fd4eea40a723ef627f0c4946f2e079" from cache

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam update"))
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-03 13:04.05 ---> using "88933084999984163bc104ca2978b0ba2b9c83ff33e4e30c3b6dae7cb5cde9bc" from cache

/home/opam: (run (network host)
                 (shell "opam repo add opam https://github.com/ocaml/opam-repository.git#d4fc3679e91edc10cad459bd32cff31a7103e8f0"))
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.13 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2024-05-03 13:04.58 ---> saved as "b1aa2792fa47edec7a368801b755905a7e357b276356e38ee7044f2c3ea311e2"

/home/opam: (run (network host)
                 (shell "opam repo add mirage-dev https://github.com/mirage/mirage-dev.git#749c02302f8f15e609332edbe827541558554a80"))
[mirage-dev] Initialised
[NOTE] Repository mirage-dev has been added to the selections of switch 4.13 only.
       Run `opam repository add mirage-dev --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2024-05-03 13:05.01 ---> saved as "bce7d8252563900a3b6880e4c0342df2424086b0d719f429037a9e5fbdd7f1c0"

/home/opam: (run (network host)
                 (shell "opam pin -ny https://github.com/mirage/mirage.git#ed3b4c4b99f76bff98fe1036ce074020184d6bd7"))
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#ed3b4c4b99f76bff98fe1036ce074020184d6bd7 (version 4.5.0)
mirage is now pinned to git+https://github.com/mirage/mirage.git#ed3b4c4b99f76bff98fe1036ce074020184d6bd7 (version 4.5.0)
2024-05-03 13:05.09 ---> saved as "8bdf8194e0414e081a8f3bd69e394fa18197e9ea4d17dfb9b241dbb3fe944fdd"

/home/opam: (run (cache (download-cache (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell "sudo apt-get update && opam install -y \"mirage>=4\""))
Hit:1 http://deb.debian.org/debian buster InRelease
Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Get:4 http://deb.debian.org/debian-security buster/updates/main arm64 Packages [586 kB]
Fetched 621 kB in 1s (1032 kB/s)
Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage.4.5.0] synchronised (no changes)

The following actions will be performed:
  - install   ocamlbuild            0.14.3 [required by astring, bos]
  - install   conf-pkg-config       3      [required by opam-monorepo]
  - recompile ocaml-options-vanilla 1      [upstream or system changes]
  - install   cmdliner              1.2.0  [required by mirage]
  - install   ocamlfind             1.9.6  [required by astring, bos]
  - install   dune                  3.15.2 [required by mirage]
  - install   topkg                 1.0.7  [required by astring, bos]
  - install   stringext             1.6.0  [required by uri]
  - install   pecu                  0.7    [required by emile]
  - install   opam-monorepo         0.4.0  [required by mirage]
  - install   ocaml-syntax-shims    1.0.0  [required by angstrom]
  - install   macaddr               5.5.0  [required by ipaddr]
  - install   domain-name           0.4.0  [required by ipaddr]
  - install   csexp                 1.5.2  [required by dune-configurator]
  - install   base64                3.5.1  [required by emile]
  - install   uutf                  1.0.3  [required by emile]
  - install   rresult               0.7.0  [required by mirage]
  - install   fmt                   0.9.0  [required by mirage]
  - install   astring               0.8.5  [required by mirage]
  - install   ipaddr                5.5.0  [required by mirage]
  - install   dune-configurator     3.15.2 [required by bigstringaf]
  - install   logs                  0.7.0  [required by mirage]
  - install   fpath                 0.7.3  [required by mirage]
  - install   bigstringaf           0.9.1  [required by emile]
  - install   bos                   0.2.1  [required by mirage]
  - install   angstrom              0.16.0 [required by emile, uri]
  - install   uri                   4.4.0  [required by mirage]
  - install   emile                 1.1    [required by mirage]
  - install   mirage                4.5.0*
===== 28 to install | 1 to recompile =====

The following system packages will first need to be installed:
    pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
2024-05-03 13:05.27: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled