Organisationsmiragemirage-vnetif995500 ()freebsd-5.2_opam-2.2

freebsd-5.2_opam-2.2

Logs

Show full logs
2024-08-22 15:22.34: New job: test mirage/mirage-vnetif https://github.com/mirage/mirage-vnetif.git#refs/heads/main (9955006b1fa6ee321a159c55eb96ade4de64b4a8) (freebsd-x86_64:freebsd-5.2_opam-2.2)
Base: freebsd-ocaml-5.2
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mirage/mirage-vnetif.git" -b "main" && cd "mirage-vnetif" && git reset --hard 9955006b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-5.2
# freebsd-5.2_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.2 /usr/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 705cfbfe709bba2533a3cd6164b7dab37fca0342 || git fetch origin master) && git reset -q --hard 705cfbfe709bba2533a3cd6164b7dab37fca0342 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-vnetif.opam mirage-vnetif-stack.opam ./
RUN opam pin add -yn mirage-vnetif.dev './' && \
    opam pin add -yn mirage-vnetif-stack.dev './'
ENV DEPS="alcotest.1.8.0 alcotest-lwt.1.8.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 logs.0.7.0 lru.0.3.1 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-crypto.1.1.0 mirage-crypto-rng.1.1.0 mirage-crypto-rng-mirage.1.1.0 mirage-flow.4.0.2 mirage-net.4.0.0 mirage-random.4.0.0 mirage-runtime.4.6.1 mirage-time.3.0.0 mirage-time-unix.3.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 psq.0.2.1 randomconv.0.2.0 re.1.11.0 seq.base stdlib-shims.0.3.0 tcpip.8.2.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y mirage-vnetif.dev mirage-vnetif-stack.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2024-08-22 15:22.34: Using cache hint "mirage/mirage-vnetif-freebsd-ocaml-5.2-freebsd-5.2_opam-2.2-c6d555670c37411fb0014be7b95cd59b"
2024-08-22 15:22.34: Using OBuilder spec:
((from freebsd-ocaml-5.2)
 (comment freebsd-5.2_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.2 /usr/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 705cfbfe709bba2533a3cd6164b7dab37fca0342 || git fetch origin master) && git reset -q --hard 705cfbfe709bba2533a3cd6164b7dab37fca0342 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage-vnetif.opam mirage-vnetif-stack.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn mirage-vnetif.dev './' && \
             \nopam pin add -yn mirage-vnetif-stack.dev './'"))
 (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 logs.0.7.0 lru.0.3.1 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-crypto.1.1.0 mirage-crypto-rng.1.1.0 mirage-crypto-rng-mirage.1.1.0 mirage-flow.4.0.2 mirage-net.4.0.0 mirage-random.4.0.0 mirage-runtime.4.6.1 mirage-time.3.0.0 mirage-time-unix.3.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 psq.0.2.1 randomconv.0.2.0 re.1.11.0 seq.base stdlib-shims.0.3.0 tcpip.8.2.0 topkg.1.0.7 uutf.1.0.3")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y mirage-vnetif.dev mirage-vnetif-stack.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2024-08-22 15:22.34: Waiting for resource in pool OCluster
2024-08-22 15:22.34: Waiting for worker…
2024-08-22 15:22.34: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at 9955006 changes for 0.6.2

(from freebsd-ocaml-5.2)
2024-08-22 15:13.48 ---> using "3515bf58445883216685df527c06fc8b9b7799700694ffa335d1401da4433261" from cache

/: (comment freebsd-5.2_opam-2.2)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.2 /usr/local/bin/opam"))
2024-08-22 15:13.49 ---> using "ce5d446dcad4679490c4842006d3847ab79c5b03f27c64107dd9b4b693f9227b" from cache

/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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
2024-08-22 15:13.49 ---> using "315f104d2431f3f8513b249e297f5cd9ab00e87e07651779a2c033f75790f186" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p6
The OCaml toplevel, version 5.2.0
2.2.0
2024-08-22 15:13.49 ---> using "122bbc3ca2d5d079e67c62df055dfe2029bb1467ac0b82961d95a877a82d7ad7" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-08-22 15:13.50 ---> using "ea3d067661d07cb941931c0bd3d63b7212a0090aedfda056edf38cb8ce4f84dc" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 705cfbfe709bba2533a3cd6164b7dab37fca0342 || git fetch origin master) && git reset -q --hard 705cfbfe709bba2533a3cd6164b7dab37fca0342 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e2171914dc..705cfbfe70  master     -> origin/master
705cfbfe70 Merge pull request #26390 from dinosaure/release-tcpip-v8.2.0

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-08-22 15:17.32 ---> saved as "1f4524cda07110a91f3ebd22a1eee7d18624576977707730ec65353fc86c972e"

/src: (copy (src mirage-vnetif.opam mirage-vnetif-stack.opam) (dst ./))
2024-08-22 15:17.34 ---> saved as "89c187200eb7ce5d5f03e11b9190cd5ea6e5bceafc10e9f129c5b932cf07b731"

/src: (run (network host)
           (shell  "opam pin add -yn mirage-vnetif.dev './' && \
                  \nopam pin add -yn mirage-vnetif-stack.dev './'"))
[mirage-vnetif.dev] synchronised (file:///src)
mirage-vnetif is now pinned to file:///src (version dev)
[mirage-vnetif-stack.dev] synchronised (file:///src)
mirage-vnetif-stack is now pinned to file:///src (version dev)
2024-08-22 15:17.40 ---> saved as "6b260c9a53f1a6761ed39686ffae9e11df7bef81632505b4d625ee73ed9ed85b"

/src: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 logs.0.7.0 lru.0.3.1 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-crypto.1.1.0 mirage-crypto-rng.1.1.0 mirage-crypto-rng-mirage.1.1.0 mirage-flow.4.0.2 mirage-net.4.0.0 mirage-random.4.0.0 mirage-runtime.4.6.1 mirage-time.3.0.0 mirage-time-unix.3.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 psq.0.2.1 randomconv.0.2.0 re.1.11.0 seq.base stdlib-shims.0.3.0 tcpip.8.2.0 topkg.1.0.7 uutf.1.0.3")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y mirage-vnetif.dev mirage-vnetif-stack.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-vnetif-stack.dev] synchronised (no changes)
[mirage-vnetif.dev] synchronised (no changes)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-08-22 15:18.12 ---> saved as "f8da4e9042f10243869036a038d7de8b1cf69659ba64f6dd9ed52b1a55eb521e"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 50 packages
   alcotest                 1.8.0
   alcotest-lwt             1.8.0
   arp                      3.1.1
   astring                  0.8.5
   base-bytes               base
   cmdliner                 1.3.0
   cppo                     1.6.9
   csexp                    1.5.2
   cstruct                  6.2.0
   cstruct-lwt              6.2.0
   digestif                 1.2.0
   domain-name              0.4.0
   dune                     3.16.0
   dune-configurator        3.16.0
   duration                 0.2.1
   eqaf                     0.10
   ethernet                 3.2.0
   fmt                      0.9.0
   ipaddr                   5.6.0
   ipaddr-cstruct           5.6.0
   logs                     0.7.0
   lru                      0.3.1
   lwt                      5.7.0
   lwt-dllist               1.0.1
   macaddr                  5.6.0
   macaddr-cstruct          5.6.0
   metrics                  0.4.1
   mirage-clock             4.2.0
   mirage-clock-unix        4.2.0
   mirage-crypto            1.1.0
   mirage-crypto-rng        1.1.0
   mirage-crypto-rng-mirage 1.1.0
   mirage-flow              4.0.2
   mirage-net               4.0.0
   mirage-random            4.0.0
   mirage-runtime           4.6.1
   mirage-time              3.0.0
   mirage-time-unix         3.0.0
   ocaml-syntax-shims       1.0.0
   ocamlbuild               0.15.0
   ocamlfind                1.9.6
   ocplib-endian            1.2
   psq                      0.2.1
   randomconv               0.2.0
   re                       1.11.0
   seq                      base
   stdlib-shims             0.3.0
   tcpip                    8.2.0
   topkg                    1.0.7
   uutf                     1.0.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved arp.3.1.1  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved cmdliner.1.3.0  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved cppo.1.6.9  (cached)
 retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
 retrieved alcotest.1.8.0, alcotest-lwt.1.8.0  (cached)
 retrieved domain-name.0.4.0  (cached)
 retrieved digestif.1.2.0  (cached)
 retrieved duration.0.2.1  (cached)
 retrieved eqaf.0.10  (cached)
 retrieved ethernet.3.2.0  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved logs.0.7.0  (cached)
 retrieved ipaddr.5.6.0, ipaddr-cstruct.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0  (cached)
 retrieved lru.0.3.1  (cached)
 retrieved lwt.5.7.0  (cached)
 retrieved lwt-dllist.1.0.1  (cached)
 retrieved metrics.0.4.1  (cached)
 retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0  (cached)
 retrieved mirage-flow.4.0.2  (cached)
 retrieved mirage-net.4.0.0  (cached)
 retrieved mirage-random.4.0.0  (cached)
 retrieved mirage-runtime.4.6.1  (cached)
 retrieved mirage-time.3.0.0, mirage-time-unix.3.0.0  (cached)
 retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
 retrieved ocamlbuild.0.15.0  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved ocplib-endian.1.2  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved psq.0.2.1  (cached)
 retrieved randomconv.0.2.0  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved mirage-crypto.1.1.0, mirage-crypto-rng.1.1.0, mirage-crypto-rng-mirage.1.1.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved re.1.11.0  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved uutf.1.0.3  (cached)
 retrieved tcpip.8.2.0  (cached)
 installed cmdliner.1.3.0
 installed ocamlfind.1.9.6
 installed base-bytes.base
 installed ocamlbuild.0.15.0
 installed topkg.1.0.7
 installed uutf.1.0.3
 installed astring.0.8.5
 installed fmt.0.9.0
 installed dune.3.16.0
 installed duration.0.2.1
 installed lwt-dllist.1.0.1
 installed eqaf.0.10
 installed domain-name.0.4.0
 installed mirage-clock.4.2.0
 installed metrics.0.4.1
 installed macaddr.5.6.0
 installed cstruct.6.2.0
 installed mirage-random.4.0.0
 installed psq.0.2.1
 installed csexp.1.5.2
 installed cppo.1.6.9
 installed lru.0.3.1
 installed randomconv.0.2.0
 installed macaddr-cstruct.5.6.0
 installed ipaddr.5.6.0
 installed ocaml-syntax-shims.1.0.0
 installed digestif.1.2.0
 installed stdlib-shims.0.3.0
 installed ipaddr-cstruct.5.6.0
 installed ocplib-endian.1.2
 installed re.1.11.0
 installed dune-configurator.3.16.0
 installed mirage-clock-unix.4.2.0
 installed alcotest.1.8.0
 installed mirage-crypto.1.1.0
 installed lwt.5.7.0
 installed cstruct-lwt.6.2.0
 installed mirage-flow.4.0.2
 installed mirage-net.4.0.0
 installed mirage-time.3.0.0
 installed mirage-time-unix.3.0.0
 installed logs.0.7.0
 installed mirage-crypto-rng.1.1.0
 installed ethernet.3.2.0
 installed alcotest-lwt.1.8.0
 installed mirage-runtime.4.6.1
 installed arp.3.1.1
 installed mirage-crypto-rng-mirage.1.1.0
 installed tcpip.8.2.0
Done.
2024-08-22 15:23.24 ---> saved as "6b9b99e2263eeffc26493045cb0fbe390994805eb71056161ce4a23fc725b7a3"

/src: (copy (src .) (dst /src))
2024-08-22 15:23.26 ---> saved as "ec09007b3d8c41effd85d173d5b85d2e3e33b7a59f4a7f1078ecce3ae3b69259"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.2.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I src/vnetif-stack/.mirage_vnetif_stack.objs/byte -I /home/opam/.opam/5.2.0/lib/arp -I /home/opam/.opam/5.2.0/lib/arp/mirage -I /home/opam/.opam/5.2.0/lib/bytes -I /home/opam/.opam/5.2.0/lib/cmdliner -I /home/opam/.opam/5.2.0/lib/cstruct -I /home/opam/.opam/5.2.0/lib/digestif -I /home/opam/.opam/5.2.0/lib/domain-name -I /home/opam/.opam/5.2.0/lib/duration -I /home/opam/.opam/5.2.0/lib/eqaf -I /home/opam/.opam/5.2.0/lib/ethernet -I /home/opam/.opam/5.2.0/lib/fmt -I /home/opam/.opam/5.2.0/lib/ipaddr -I /home/opam/.opam/5.2.0/lib/ipaddr-cstruct -I /home/opam/.opam/5.2.0/lib/logs -I /home/opam/.opam/5.2.0/lib/lru -I /home/opam/.opam/5.2.0/lib/lwt -I /home/opam/.opam/5.2.0/lib/lwt-dllist -I /home/opam/.opam/5.2.0/lib/lwt/unix -I /home/opam/.opam/5.2.0/lib/macaddr -I /home/opam/.opam/5.2.0/lib/macaddr-cstruct -I /home/opam/.opam/5.2.0/lib/metrics -I /home/opam/.opam/5.2.0/lib/mirage-clock -I /home/opam/.opam/5.2.0/lib/mirage-crypto -I /home/opam/.opam/5.2.0/lib/mirage-crypto-rng -I /home/opam/.opam/5.2.0/lib/mirage-crypto-rng-mirage -I /home/opam/.opam/5.2.0/lib/mirage-flow -I /home/opam/.opam/5.2.0/lib/mirage-net -I /home/opam/.opam/5.2.0/lib/mirage-random -I /home/opam/.opam/5.2.0/lib/mirage-runtime -I /home/opam/.opam/5.2.0/lib/mirage-runtime/functoria -I /home/opam/.opam/5.2.0/lib/mirage-time -I /home/opam/.opam/5.2.0/lib/ocaml/threads -I /home/opam/.opam/5.2.0/lib/ocaml/unix -I /home/opam/.opam/5.2.0/lib/ocplib-endian -I /home/opam/.opam/5.2.0/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.2.0/lib/psq -I /home/opam/.opam/5.2.0/lib/randomconv -I /home/opam/.opam/5.2.0/lib/seq -I /home/opam/.opam/5.2.0/lib/tcpip -I /home/opam/.opam/5.2.0/lib/tcpip/checksum -I /home/opam/.opam/5.2.0/lib/tcpip/icmpv4 -I /home/opam/.opam/5.2.0/lib/tcpip/ipv4 -I /home/opam/.opam/5.2.0/lib/tcpip/ipv6 -I /home/opam/.opam/5.2.0/lib/tcpip/stack-direct -I /home/opam/.opam/5.2.0/lib/tcpip/tcp -I /home/opam/.opam/5.2.0/lib/tcpip/udp -I src/vnetif/.mirage_vnetif.objs/byte -no-alias-deps -opaque -o src/vnetif-stack/.mirage_vnetif_stack.objs/byte/vnetif_stack.cmo -c -impl src/vnetif-stack/vnetif_stack.ml)
File "src/vnetif-stack/vnetif_stack.ml", line 41, characters 15-48:
41 |   module Ip4 = Static_ipv4.Make(R)(Mclock)(E)(A)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: This application of the functor Static_ipv4.Make is ill-typed.
       These arguments:
         R Mclock E A
       do not match these parameters:
         functor (R : Mirage_crypto_rng_mirage.S) (C : Mirage_clock.MCLOCK)
         (E : Ethernet.S) (A : Arp.S) -> ...
       1. Modules do not match:
            R :
            sig
              type g = R.g
              val generate : ?g:g -> int -> string
              val generate_into : ?g:g -> bytes -> ?off:int -> int -> unit
            end
          is not included in
            Mirage_crypto_rng_mirage.S
          The module Entropy is required but not provided
          File "rng/mirage/mirage_crypto_rng_mirage.mli", lines 34-47, characters 2-7:
            Expected declaration
          The value accumulate is required but not provided
          File "rng/mirage/mirage_crypto_rng_mirage.mli", line 59, characters 2-73:
            Expected declaration
       2. Module Mclock matches the expected module type Mirage_clock.MCLOCK
       3. Module E matches the expected module type Ethernet.S
       4. Module A matches the expected module type Arp.S
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.8.0 alcotest-lwt.1.8.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 logs.0.7.0 lru.0.3.1 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-crypto.1.1.0 mirage-crypto-rng.1.1.0 mirage-crypto-rng-mirage.1.1.0 mirage-flow.4.0.2 mirage-net.4.0.0 mirage-random.4.0.0 mirage-runtime.4.6.1 mirage-time.3.0.0 mirage-time-unix.3.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 psq.0.2.1 randomconv.0.2.0 re.1.11.0 seq.base stdlib-shims.0.3.0 tcpip.8.2.0 topkg.1.0.7 uutf.1.0.3' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_3671_5519" "mount.devfs" "path=/obuilder/result/61e79be64b0d5e0c78dd76004ebbca54fdb3c4f9268f5e8367cdbeeb0d3ded5f/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.8.0 alcotest-lwt.1.8.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 logs.0.7.0 lru.0.3.1 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-crypto.1.1.0 mirage-crypto-rng.1.1.0 mirage-crypto-rng-mirage.1.1.0 mirage-flow.4.0.2 mirage-net.4.0.0 mirage-random.4.0.0 mirage-runtime.4.6.1 mirage-time.3.0.0 mirage-time-unix.3.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 psq.0.2.1 randomconv.0.2.0 re.1.11.0 seq.base stdlib-shims.0.3.0 tcpip.8.2.0 topkg.1.0.7 uutf.1.0.3' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2024-08-22 15:32.23: Job failed: Failed: Build failed