Organisationsmiragemirage-tcpipaa1b46 ()debian-12-5.2_s390x_opam-2.3

debian-12-5.2_s390x_opam-2.3

Link Copied
Code Copied

Logs

2024-12-06 21:34.38: New job: test mirage/mirage-tcpip https://github.com/mirage/mirage-tcpip.git#refs/pull/523/head (aa1b46e4a497517f48a94db68585b9d0dbf8c607) (linux-s390x:debian-12-5.2_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-tcpip.git" && cd "mirage-tcpip" && git fetch origin "refs/pull/523/head" && git reset --hard aa1b46e4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed
# debian-12-5.2_s390x_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/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 9a4a489e639cc5ce8cc540adfb67d381def898ec || git fetch origin master) && git reset -q --hard 9a4a489e639cc5ce8cc540adfb67d381def898ec && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tcpip.opam ./
RUN opam pin add -yn tcpip.dev './' && echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.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 bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.2.0 domain-name.0.4.0 dune.3.17.0 dune-configurator.3.17.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.9.0 host-arch-s390x.1 host-system-other.1 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 logs.0.7.0 lru.0.3.1 lwt.5.9.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-runtime.4.8.1 mirage-time.3.0.0 mirage-vnetif.0.6.2 num.1.5-1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.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 parsexp.v0.17.0 pcap-format.0.6.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.33.0 psq.0.2.1 randomconv.0.2.0 re.1.12.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y tcpip.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-12-06 21:34.38: Using cache hint "mirage/mirage-tcpip-ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed-debian-12-5.2_s390x_opam-2.3-e7113c2edfd8d3c4385b34074493ee2f"
2024-12-06 21:34.38: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed)
(comment debian-12-5.2_s390x_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/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 9a4a489e639cc5ce8cc540adfb67d381def898ec || git fetch origin master) && git reset -q --hard 9a4a489e639cc5ce8cc540adfb67d381def898ec && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tcpip.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn tcpip.dev './' && echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.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 bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.2.0 domain-name.0.4.0 dune.3.17.0 dune-configurator.3.17.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.9.0 host-arch-s390x.1 host-system-other.1 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 logs.0.7.0 lru.0.3.1 lwt.5.9.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-runtime.4.8.1 mirage-time.3.0.0 mirage-vnetif.0.6.2 num.1.5-1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.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 parsexp.v0.17.0 pcap-format.0.6.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.33.0 psq.0.2.1 randomconv.0.2.0 re.1.12.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.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.3 --depext-only -y tcpip.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-12-06 21:34.38: Waiting for resource in pool OCluster
2024-12-06 21:34.38: Waiting for worker…
2024-12-06 21:34.38: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
HEAD is now at 519c576a Merge pull request #521 from hannesm/update
HEAD is now at aa1b46e4 dune: enable generate_opam_files option


(from ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed' locally
docker.io/ocaml/opam@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed: Pulling from ocaml/opam
9f9f8fa8b120: Pulling fs layer
8e6cbae09e36: Pulling fs layer
4ab695da637f: Pulling fs layer
5ad82a311d0e: Pulling fs layer
2b871046e303: Pulling fs layer
0687f8c393d0: Pulling fs layer
0c56b0a94aca: Pulling fs layer
bbdfdb2635ff: Pulling fs layer
5fd7b192f2d9: Pulling fs layer
169c467384fb: Pulling fs layer
2472ebc7595d: Pulling fs layer
c59ed37e713a: Pulling fs layer
868315a8af9a: Pulling fs layer
d0e7bb6a72db: Pulling fs layer
417ff03ca34f: Pulling fs layer
0526264c6b23: Pulling fs layer
a8b362961b12: Pulling fs layer
5508f3d135e1: Pulling fs layer
5049a0ab6dd0: Pulling fs layer
4f4fb700ef54: Pulling fs layer
fc6148839988: Pulling fs layer
ef433ac0a16f: Pulling fs layer
3eb65be92fa2: Pulling fs layer
467c4875a8aa: Pulling fs layer
9998672e06b6: Pulling fs layer
98741f23e93f: Pulling fs layer
b90a83b62eb8: Pulling fs layer
370f876bf8b8: Pulling fs layer
ee5b763fffc3: Pulling fs layer
0670d9f68814: Pulling fs layer
7f7db8e9ce1b: Pulling fs layer
24ec35890220: Pulling fs layer
ea2140c2a21a: Pulling fs layer
b657ebc86ba2: Pulling fs layer
78c0e74e3879: Pulling fs layer
c95975c30c0f: Pulling fs layer
81019a4d48d2: Pulling fs layer
3a4768b10a00: Pulling fs layer
26a5241f56da: Pulling fs layer
57a4ff4cd774: Pulling fs layer
f023f9cdd6ff: Pulling fs layer
e46759631a18: Pulling fs layer
980eceadf821: Pulling fs layer
a1c31d848656: Pulling fs layer
3eb65be92fa2: Waiting
467c4875a8aa: Waiting
9998672e06b6: Waiting
98741f23e93f: Waiting
b90a83b62eb8: Waiting
370f876bf8b8: Waiting
ee5b763fffc3: Waiting
0670d9f68814: Waiting
7f7db8e9ce1b: Waiting
24ec35890220: Waiting
ea2140c2a21a: Waiting
868315a8af9a: Waiting
d0e7bb6a72db: Waiting
417ff03ca34f: Waiting
0526264c6b23: Waiting
5ad82a311d0e: Waiting
2b871046e303: Waiting
0687f8c393d0: Waiting
0c56b0a94aca: Waiting
a8b362961b12: Waiting
5508f3d135e1: Waiting
5049a0ab6dd0: Waiting
bbdfdb2635ff: Waiting
5fd7b192f2d9: Waiting
4f4fb700ef54: Waiting
169c467384fb: Waiting
fc6148839988: Waiting
b657ebc86ba2: Waiting
78c0e74e3879: Waiting
c95975c30c0f: Waiting
81019a4d48d2: Waiting
3a4768b10a00: Waiting
2472ebc7595d: Waiting
26a5241f56da: Waiting
57a4ff4cd774: Waiting
f023f9cdd6ff: Waiting
e46759631a18: Waiting
980eceadf821: Waiting
a1c31d848656: Waiting
ef433ac0a16f: Waiting
c59ed37e713a: Waiting
4ab695da637f: Verifying Checksum
4ab695da637f: Download complete
8e6cbae09e36: Verifying Checksum
8e6cbae09e36: Download complete
2b871046e303: Verifying Checksum
2b871046e303: Download complete
9f9f8fa8b120: Verifying Checksum
9f9f8fa8b120: Download complete
5ad82a311d0e: Verifying Checksum
5ad82a311d0e: Download complete
0c56b0a94aca: Verifying Checksum
0c56b0a94aca: Download complete
bbdfdb2635ff: Verifying Checksum
bbdfdb2635ff: Download complete
5fd7b192f2d9: Verifying Checksum
5fd7b192f2d9: Download complete
2472ebc7595d: Verifying Checksum
2472ebc7595d: Download complete
169c467384fb: Verifying Checksum
169c467384fb: Download complete
0687f8c393d0: Verifying Checksum
0687f8c393d0: Download complete
c59ed37e713a: Verifying Checksum
c59ed37e713a: Download complete
868315a8af9a: Verifying Checksum
868315a8af9a: Download complete
d0e7bb6a72db: Verifying Checksum
d0e7bb6a72db: Download complete
417ff03ca34f: Verifying Checksum
417ff03ca34f: Download complete
9f9f8fa8b120: Pull complete
0526264c6b23: Download complete
8e6cbae09e36: Pull complete
4ab695da637f: Pull complete
5049a0ab6dd0: Verifying Checksum
5049a0ab6dd0: Download complete
a8b362961b12: Verifying Checksum
a8b362961b12: Download complete
5508f3d135e1: Verifying Checksum
5508f3d135e1: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
fc6148839988: Verifying Checksum
fc6148839988: Download complete
5ad82a311d0e: Pull complete
ef433ac0a16f: Verifying Checksum
ef433ac0a16f: Download complete
2b871046e303: Pull complete
3eb65be92fa2: Verifying Checksum
3eb65be92fa2: Download complete
467c4875a8aa: Download complete
9998672e06b6: Verifying Checksum
9998672e06b6: Download complete
98741f23e93f: Verifying Checksum
98741f23e93f: Download complete
b90a83b62eb8: Verifying Checksum
b90a83b62eb8: Download complete
370f876bf8b8: Verifying Checksum
370f876bf8b8: Download complete
ee5b763fffc3: Verifying Checksum
ee5b763fffc3: Download complete
0670d9f68814: Verifying Checksum
0670d9f68814: Download complete
7f7db8e9ce1b: Download complete
24ec35890220: Verifying Checksum
24ec35890220: Download complete
b657ebc86ba2: Verifying Checksum
b657ebc86ba2: Download complete
c95975c30c0f: Verifying Checksum
c95975c30c0f: Download complete
81019a4d48d2: Verifying Checksum
81019a4d48d2: Download complete
3a4768b10a00: Download complete
26a5241f56da: Verifying Checksum
26a5241f56da: Download complete
57a4ff4cd774: Download complete
ea2140c2a21a: Verifying Checksum
ea2140c2a21a: Download complete
e46759631a18: Verifying Checksum
e46759631a18: Download complete
f023f9cdd6ff: Verifying Checksum
f023f9cdd6ff: Download complete
78c0e74e3879: Verifying Checksum
78c0e74e3879: Download complete
980eceadf821: Verifying Checksum
980eceadf821: Download complete
a1c31d848656: Verifying Checksum
a1c31d848656: Download complete
0687f8c393d0: Pull complete
0c56b0a94aca: Pull complete
bbdfdb2635ff: Pull complete
5fd7b192f2d9: Pull complete
169c467384fb: Pull complete
2472ebc7595d: Pull complete
c59ed37e713a: Pull complete
868315a8af9a: Pull complete
d0e7bb6a72db: Pull complete
417ff03ca34f: Pull complete
0526264c6b23: Pull complete
a8b362961b12: Pull complete
5508f3d135e1: Pull complete
5049a0ab6dd0: Pull complete
4f4fb700ef54: Pull complete
fc6148839988: Pull complete
ef433ac0a16f: Pull complete
3eb65be92fa2: Pull complete
467c4875a8aa: Pull complete
9998672e06b6: Pull complete
98741f23e93f: Pull complete
b90a83b62eb8: Pull complete
370f876bf8b8: Pull complete
ee5b763fffc3: Pull complete
0670d9f68814: Pull complete
7f7db8e9ce1b: Pull complete
24ec35890220: Pull complete
ea2140c2a21a: Pull complete
b657ebc86ba2: Pull complete
78c0e74e3879: Pull complete
c95975c30c0f: Pull complete
81019a4d48d2: Pull complete
3a4768b10a00: Pull complete
26a5241f56da: Pull complete
57a4ff4cd774: Pull complete
f023f9cdd6ff: Pull complete
e46759631a18: Pull complete
980eceadf821: Pull complete
a1c31d848656: Pull complete
Digest: sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed
Status: Downloaded newer image for ocaml/opam@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed
2024-12-06 21:34.39 ---> using "301baea5c55377dfb60673fe1fd6bd526b1062530b1467181a3675a41c13536f" from cache


/: (comment debian-12-5.2_s390x_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2024-12-06 21:34.39 ---> using "53118481945e93ef1c9ae4ee9c72d258e7c6e9b2d9a6023a5a2f7e8e56f27886" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-12-06 21:34.39 ---> using "cbd96a8dc0361c17241c7050dc00b51595bde60ff6ecd74d8ced9eabf1ed626e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-48-generic
The OCaml toplevel, version 5.2.1
2.3.0
2024-12-06 21:34.39 ---> using "bb5a3e197b07ea7dffab22346aefd13e82895d6be8badab4f61ca6aeee1939b1" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-12-06 21:34.39 ---> using "c7b12fa60bc84c81268e85e76e03d1de0fadf79c8c5fcd4bffff9a708a740d3b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 9a4a489e639cc5ce8cc540adfb67d381def898ec || git fetch origin master) && git reset -q --hard 9a4a489e639cc5ce8cc540adfb67d381def898ec && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
11bdbee611..9a4a489e63  master     -> origin/master
9a4a489e63 Merge pull request #27019 from fpottier/opam-publish-cppo.1.8.0


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2024-12-06 21:34.39 ---> using "b83b097fabaf7dd3bd3c93a9a6913a45d05ca311357e4fe6802261948d0ede47" from cache


/src: (copy (src tcpip.opam) (dst ./))
2024-12-06 21:34.41 ---> saved as "283769af095f94bda362935a8719e7773112515efb52c66a4547712c7b232ba3"


/src: (run (network host)
(shell "opam pin add -yn tcpip.dev './' && echo '(lang dune 3.0)' > './dune-project'"))
[tcpip.dev] synchronised (file:///src)
tcpip is now pinned to file:///src (version dev)
2024-12-06 21:34.48 ---> saved as "2debbd8fb8e7de7604b6bca18f6a629166b3a31412e61237fb8570bbcf8fe5c5"


/src: (env DEPS "alcotest.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 bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.2.0 domain-name.0.4.0 dune.3.17.0 dune-configurator.3.17.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.9.0 host-arch-s390x.1 host-system-other.1 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 logs.0.7.0 lru.0.3.1 lwt.5.9.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-runtime.4.8.1 mirage-time.3.0.0 mirage-vnetif.0.6.2 num.1.5-1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.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 parsexp.v0.17.0 pcap-format.0.6.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.33.0 psq.0.2.1 randomconv.0.2.0 re.1.12.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.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.3 --depext-only -y tcpip.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm-updates/main s390x Packages.diff/Index [12.8 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [204 kB]
- Get:6 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2024-11-27-1405.46-F-2024-11-27-1405.46.pdiff [435 B]
- Get:6 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2024-11-27-1405.46-F-2024-11-27-1405.46.pdiff [435 B]
- Fetched 320 kB in 1s (261 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tcpip.dev] synchronised (file:///src)


[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.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-s390x 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-12-06 21:35.09 ---> saved as "bb727dcdbd3148bc157557f561a0d09b92007905359f8f4f143a74a240cb8e94"


/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.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-s390x 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 57 packages
- install alcotest                 1.8.0
- install arp                      3.1.1
- install astring                  0.8.5
- install base-bytes               base
- install bisect_ppx               2.8.3
- install cmdliner                 1.3.0
- install cppo                     1.8.0
- install csexp                    1.5.2
- install cstruct                  6.2.0
- install cstruct-lwt              6.2.0
- install digestif                 1.2.0
- install domain-name              0.4.0
- install dune                     3.17.0
- install dune-configurator        3.17.0
- install duration                 0.2.1
- install eqaf                     0.10
- install ethernet                 3.2.0
- install fmt                      0.9.0
- install ipaddr                   5.6.0
- install ipaddr-cstruct           5.6.0
- install logs                     0.7.0
- install lru                      0.3.1
- install lwt                      5.9.0
- install lwt-dllist               1.0.1
- install macaddr                  5.6.0
- install macaddr-cstruct          5.6.0
- install metrics                  0.4.1
- install mirage-clock             4.2.0
- install mirage-clock-unix        4.2.0
- install mirage-crypto            1.1.0
- install mirage-crypto-rng        1.1.0
- install mirage-crypto-rng-mirage 1.1.0
- install mirage-flow              4.0.2
- install mirage-net               4.0.0
- install mirage-runtime           4.8.1
- install mirage-time              3.0.0
- install mirage-vnetif            0.6.2
- install num                      1.5-1
- install ocaml-compiler-libs      v0.17.0
- install ocaml-syntax-shims       1.0.0
- install ocamlbuild               0.15.0
- install ocamlfind                1.9.6
- install ocplib-endian            1.2
- install parsexp                  v0.17.0
- install pcap-format              0.6.0
- install ppx_cstruct              6.2.0
- install ppx_derivers             1.2.1
- install ppxlib                   0.33.0
- install psq                      0.2.1
- install randomconv               0.2.0
- install re                       1.12.0
- install seq                      base
- install sexplib                  v0.17.0
- install sexplib0                 v0.17.0
- install stdlib-shims             0.3.0
- install topkg                    1.0.7
- install uutf                     1.0.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved arp.3.1.1  (cached)
-> retrieved bisect_ppx.2.8.3  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, ppx_cstruct.6.2.0  (cached)
-> retrieved digestif.1.2.0  (cached)
-> retrieved domain-name.0.4.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 ipaddr.5.6.0, ipaddr-cstruct.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.5.9.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-runtime.4.8.1  (cached)
-> retrieved dune.3.17.0, dune-configurator.3.17.0  (cached)
-> retrieved mirage-crypto.1.1.0, mirage-crypto-rng.1.1.0, mirage-crypto-rng-mirage.1.1.0  (cached)
-> retrieved mirage-time.3.0.0  (cached)
-> retrieved mirage-vnetif.0.6.2  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved pcap-format.0.6.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> installed num.1.5-1
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed seq.base
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed uutf.1.0.3
-> installed dune.3.17.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed domain-name.0.4.0
-> installed duration.0.2.1
-> installed lwt-dllist.1.0.1
-> installed eqaf.0.10
-> installed macaddr.5.6.0
-> installed metrics.0.4.1
-> installed ipaddr.5.6.0
-> installed dune-configurator.3.17.0
-> installed macaddr-cstruct.5.6.0
-> installed ipaddr-cstruct.5.6.0
-> installed mirage-clock.4.2.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed digestif.1.2.0
-> installed mirage-crypto.1.1.0
-> installed mirage-clock-unix.4.2.0
-> installed ocplib-endian.1.2
-> installed ppx_derivers.1.2.1
-> installed ocaml-syntax-shims.1.0.0
-> installed psq.0.2.1
-> installed randomconv.0.2.0
-> installed lru.0.3.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed re.1.12.0
-> installed parsexp.v0.17.0
-> installed alcotest.1.8.0
-> installed lwt.5.9.0
-> installed cstruct-lwt.6.2.0
-> installed sexplib.v0.17.0
-> installed mirage-flow.4.0.2
-> installed mirage-net.4.0.0
-> installed mirage-time.3.0.0
-> installed logs.0.7.0
-> installed ethernet.3.2.0
-> installed mirage-crypto-rng.1.1.0
-> installed mirage-runtime.4.8.1
-> installed mirage-vnetif.0.6.2
-> installed arp.3.1.1
-> installed mirage-crypto-rng-mirage.1.1.0
-> installed ppxlib.0.33.0
-> installed ppx_cstruct.6.2.0
-> installed bisect_ppx.2.8.3
-> installed pcap-format.0.6.0
Done.
# To update the current shell environment, run: eval $(opam env)
2024-12-06 21:37.00 ---> saved as "9f8cb97fb7abd741ba5805f7879ff82b2602502172eb71154ad2c9a0647f1b94"


/src: (copy (src .) (dst /src))
2024-12-06 21:37.02 ---> saved as "a6ae462c7f7607a051bf94e2826c40cc4ef95faa6bf5971e8c99afeb78bf79b2"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe -q -e --color=always)
Testing `tcpip'.
This run has ID `4SQITGIQ'.


[OK]          checksums                   0   correct UDP IPV4 checksums ar...
[OK]          checksums                   1   incorrect UDP IPV4 checksums ...
[OK]          checksums                   2   0x00 UDP checksum is valid.
[OK]          checksums                   3   correct but zero UDP IPV4 che...
[OK]          checksums                   4   correct TCP IPV4 checksums ar...
[OK]          checksums                   5   incorrect TCP IPV4 checksums ...
[OK]          ipv4                        0   unmarshal ip datagram with op...
[OK]          ipv4                        1   unmarshal ip datagram without...
[OK]          ipv4                        2   unmarshal ip datagram with no...
[OK]          ipv4                        3   size.
[OK]          ipv4                        4   basic fragment 0: payload 0.
[OK]          ipv4                        5   basic fragment 1: payload 1.
[OK]          ipv4                        6   basic fragment 2: payload 2.
[OK]          ipv4                        7   basic fragment 3: payload 10.
[OK]          ipv4                        8   basic fragment 4: payload 100.
[OK]          ipv4                        9   basic fragment 5: payload 1000.
[OK]          ipv4                       10   basic fragment 6: payload 5000.
[OK]          ipv4                       11   basic fragment 7: payload 10000.
[OK]          ipv4                       12   basic reassembly.
[OK]          ipv4                       13   basic reassembly timeout.
[OK]          ipv4                       14   reassembly out of order.
[OK]          ipv4                       15   other ip flow.
[OK]          ipv4                       16   maximum amount of fragments.
[OK]          ipv4                       17   reassembly multiple 0.
[OK]          ipv4                       18   reassembly multiple 1.
[OK]          ipv4                       19   reassembly multiple 2.
[OK]          ipv4                       20   reassembly multiple 3.
[OK]          ipv4                       21   reassembly multiple 4.
[OK]          ipv4                       22   reassembly multiple 5.
[OK]          ipv4                       23   reassembly multiple 6.
[OK]          ipv4                       24   reassembly multiple 7.
[OK]          ipv4                       25   reassembly multiple 8.
[OK]          ipv4                       26   reassembly multiple 9.
[OK]          ipv4                       27   reassembly multiple 10.
[OK]          ipv4                       28   reassembly multiple 11.
[OK]          ipv4                       29   reassembly multiple 12.
[OK]          ipv4                       30   reassembly multiple 13.
[OK]          ipv4                       31   reassembly multiple 14.
[OK]          ipv4                       32   reassembly multiple 15.
[OK]          ipv4                       33   reassembly multiple 16.
[OK]          ipv4                       34   reassembly multiple 17.
[OK]          ipv4                       35   reassembly multiple 18.
[OK]          ipv4                       36   reassembly multiple 19.
[OK]          ipv4                       37   reassembly multiple 20.
[OK]          ipv4                       38   reassembly multiple 21.
[OK]          ipv4                       39   reassembly multiple 22.
[OK]          ipv4                       40   reassembly multiple 23.
[OK]          ipv4                       41   reassembly multiple 24.
[OK]          ipv4                       42   reassembly multiple 25.
[OK]          ipv4                       43   reassembly multiple 26.
[OK]          ipv4                       44   reassembly multiple 27.
[OK]          ipv4                       45   reassembly multiple 28.
[OK]          ipv4                       46   reassembly multiple 29.
[OK]          ipv4                       47   reassembly multiple 30.
[OK]          ipv4                       48   reassembly multiple 31.
[OK]          ipv4                       49   reassembly multiple 32.
[OK]          ipv4                       50   reassembly multiple 33.
[OK]          ipv4                       51   reassembly multiple 34.
[OK]          ipv4                       52   reassembly multiple 35.
[OK]          ipv4                       53   reassembly multiple 36.
[OK]          ipv4                       54   reassembly multiple 37.
[OK]          ipv4                       55   reassembly multiple 38.
[OK]          ipv4                       56   reassembly multiple 39.
[OK]          ipv4                       57   reassembly multiple 40.
[OK]          ipv4                       58   reassembly multiple 41.
[OK]          ipv4                       59   reassembly multiple 42.
[OK]          ipv4                       60   reassembly multiple 43.
[OK]          ipv4                       61   reassembly multiple 44.
[OK]          ipv4                       62   reassembly multiple 45.
[OK]          ipv4                       63   reassembly multiple 46.
[OK]          ipv4                       64   reassembly multiple 47.
[OK]          ipv4                       65   reassembly multiple 48.
[OK]          ipv4                       66   reassembly multiple 49.
[OK]          ipv4                       67   reassembly multiple 50.
[OK]          ipv4                       68   reassembly multiple 51.
[OK]          ipv4                       69   reassembly multiple 52.
[OK]          ipv4                       70   reassembly multiple 53.
[OK]          ipv4                       71   reassembly multiple 54.
[OK]          ipv4                       72   reassembly multiple 55.
[OK]          ipv4                       73   reassembly multiple 56.
[OK]          ipv4                       74   reassembly multiple 57.
[OK]          ipv4                       75   reassembly multiple 58.
[OK]          ipv4                       76   reassembly multiple 59.
[OK]          ipv4                       77   reassembly multiple 60.
[OK]          ipv4                       78   reassembly multiple 61.
[OK]          ipv4                       79   reassembly multiple 62.
[OK]          ipv4                       80   reassembly multiple 63.
[OK]          ipv4                       81   reassembly multiple 64.
[OK]          ipv4                       82   reassembly multiple 65.
[OK]          ipv4                       83   reassembly multiple 66.
[OK]          ipv4                       84   reassembly multiple 67.
[OK]          ipv4                       85   reassembly multiple 68.
[OK]          ipv4                       86   reassembly multiple 69.
[OK]          ipv4                       87   reassembly multiple 70.
[OK]          ipv4                       88   reassembly multiple 71.
[OK]          ipv4                       89   reassembly multiple 72.
[OK]          ipv4                       90   reassembly multiple 73.
[OK]          ipv4                       91   reassembly multiple 74.
[OK]          ipv4                       92   reassembly multiple 75.
[OK]          ipv4                       93   reassembly multiple 76.
[OK]          ipv4                       94   reassembly multiple 77.
[OK]          ipv4                       95   reassembly multiple 78.
[OK]          ipv4                       96   reassembly multiple 79.
[OK]          ipv4                       97   reassembly multiple 80.
[OK]          ipv4                       98   reassembly multiple 81.
[OK]          ipv4                       99   reassembly multiple 82.
[OK]          ipv4                      100   reassembly multiple 83.
[OK]          ipv4                      101   reassembly multiple 84.
[OK]          ipv4                      102   reassembly multiple 85.
[OK]          ipv4                      103   reassembly multiple 86.
[OK]          ipv4                      104   reassembly multiple 87.
[OK]          ipv4                      105   reassembly multiple 88.
[OK]          ipv4                      106   reassembly multiple 89.
[OK]          ipv4                      107   reassembly multiple 90.
[OK]          ipv4                      108   reassembly multiple 91.
[OK]          ipv4                      109   reassembly multiple 92.
[OK]          ipv4                      110   reassembly multiple 93.
[OK]          ipv4                      111   reassembly multiple 94.
[OK]          ipv4                      112   reassembly multiple 95.
[OK]          ipv4                      113   reassembly multiple 96.
[OK]          ipv4                      114   reassembly multiple 97.
[OK]          ipv4                      115   reassembly multiple 98.
[OK]          ipv4                      116   reassembly multiple 99.
[OK]          ipv4                      117   reassembly multiple 100.
[OK]          ipv4                      118   reassembly multiple 101.
[OK]          ipv4                      119   reassembly multiple 102.
[OK]          ipv4                      120   reassembly multiple 103.
[OK]          ipv4                      121   reassembly multiple 104.
[OK]          ipv4                      122   reassembly multiple 105.
[OK]          ipv4                      123   reassembly multiple 106.
[OK]          ipv4                      124   reassembly multiple 107.
[OK]          ipv4                      125   reassembly multiple 108.
[OK]          ipv4                      126   reassembly multiple 109.
[OK]          ipv4                      127   reassembly multiple 110.
[OK]          ipv4                      128   reassembly multiple 111.
[OK]          ipv4                      129   reassembly multiple 112.
[OK]          ipv4                      130   reassembly multiple 113.
[OK]          ipv4                      131   reassembly multiple 114.
[OK]          ipv4                      132   reassembly multiple 115.
[OK]          ipv4                      133   reassembly multiple 116.
[OK]          ipv4                      134   reassembly multiple 117.
[OK]          ipv4                      135   reassembly multiple 118.
[OK]          ipv4                      136   reassembly multiple 119.
[OK]          ipv4                      137   reassembly multiple 120.
[OK]          ipv4                      138   reassembly multiple 121.
[OK]          ipv4                      139   reassembly multiple 122.
[OK]          ipv4                      140   reassembly multiple 123.
[OK]          ipv4                      141   reassembly multiple 124.
[OK]          ipv4                      142   reassembly multiple 125.
[OK]          ipv4                      143   reassembly multiple 126.
[OK]          ipv4                      144   reassembly multiple 127.
[OK]          ipv4                      145   reassembly multiple 128.
[OK]          ipv4                      146   reassembly multiple 129.
[OK]          ipv4                      147   reassembly multiple 130.
[OK]          ipv4                      148   reassembly multiple 131.
[OK]          ipv4                      149   reassembly multiple 132.
[OK]          ipv4                      150   reassembly multiple 133.
[OK]          ipv4                      151   reassembly multiple 134.
[OK]          ipv4                      152   reassembly multiple 135.
[OK]          ipv4                      153   reassembly multiple 136.
[OK]          ipv4                      154   reassembly multiple 137.
[OK]          ipv4                      155   reassembly multiple 138.
[OK]          ipv4                      156   reassembly multiple 139.
[OK]          ipv4                      157   reassembly multiple 140.
[OK]          ipv4                      158   reassembly multiple 141.
[OK]          ipv4                      159   reassembly multiple 142.
[OK]          ipv4                      160   reassembly multiple 143.
[OK]          ipv4                      161   reassembly multiple 144.
[OK]          ipv4                      162   reassembly multiple 145.
[OK]          ipv4                      163   reassembly multiple 146.
[OK]          ipv4                      164   reassembly multiple 147.
[OK]          ipv4                      165   reassembly multiple 148.
[OK]          ipv4                      166   reassembly multiple 149.
[OK]          ipv4                      167   reassembly multiple 150.
[OK]          ipv4                      168   reassembly multiple 151.
[OK]          ipv4                      169   reassembly multiple 152.
[OK]          ipv4                      170   reassembly multiple 153.
[OK]          ipv4                      171   reassembly multiple 154.
[OK]          ipv4                      172   reassembly multiple 155.
[OK]          ipv4                      173   reassembly multiple 156.
[OK]          ipv4                      174   nothing returned.
[OK]          ipv4                      175   nothing returned 0.
[OK]          ipv4                      176   nothing returned 1.
[OK]          ipv4                      177   nothing returned 2.
[OK]          ipv4                      178   nothing returned 3.
[OK]          ipv4                      179   nothing returned 4.
[OK]          ipv4                      180   nothing returned 5.
[OK]          ipv4                      181   nothing returned 6.
[OK]          ipv4                      182   nothing returned 7.
[OK]          ipv4                      183   nothing returned 8.
[OK]          ipv4                      184   nothing returned 9.
[OK]          ipv4                      185   nothing returned 10.
[OK]          ipv4                      186   nothing returned 11.
[OK]          ipv4                      187   nothing returned 12.
[OK]          ipv4                      188   nothing returned 13.
[OK]          ipv4                      189   nothing returned 14.
[OK]          ipv4                      190   nothing returned 15.
[OK]          ipv4                      191   nothing returned 16.
[OK]          ipv4                      192   nothing returned 17.
[OK]          ipv4                      193   nothing returned 18.
[OK]          ipv4                      194   nothing returned 19.
[OK]          ipv4                      195   nothing returned 20.
[OK]          ipv4            2024-12-06 21:38.49: Cancelling: Auto-cancelling job because it is no longer needed
196   nothing returned 21.
[OK]          ipv4                      197   nothing returned 22.
[OK]          ipv4                      198   nothing returned 23.
[OK]          ipv4                      199   nothing returned 24.
[OK]          ipv4                      200   nothing returned 25.
[OK]          ipv4                      201   nothing returned 26.
[OK]          ipv4                      202   nothing returned 27.
[OK]          ipv4                      203   nothing returned 28.
[OK]          ipv4                      204   nothing returned 29.
[OK]          ipv4                      205   nothing returned 30.
[OK]          ipv4                      206   nothing returned 31.
[OK]          ipv4                      207   nothing returned 32.
[OK]          ipv4                      208   nothing returned 33.
[OK]          ipv4                      209   nothing returned 34.
[OK]          ipv4                      210   nothing returned 35.
[OK]          ipv4                      211   nothing returned 36.
[OK]          ipv4                      212   nothing returned 37.
[OK]          ipv4                      213   nothing returned 38.
[OK]          ipv4                      214   nothing returned 39.
[OK]          ipv4                      215   nothing returned 40.
[OK]          ipv4                      216   nothing returned 41.
[OK]          ipv4                      217   nothing returned 42.
[OK]          ipv4                      218   nothing returned 43.
[OK]          ipv4                      219   nothing returned 44.
[OK]          ipv4                      220   nothing returned 45.
[OK]          ipv4                      221   nothing returned 46.
[OK]          ipv4                      222   nothing returned 47.
[OK]          ipv4                      223   nothing returned 48.
[OK]          ipv4                      224   nothing returned 49.
[OK]          ipv4                      225   nothing returned 50.
[OK]          ipv4                      226   nothing returned 51.
[OK]          ipv4                      227   nothing returned 52.
[OK]          ipv4                      228   nothing returned 53.
[OK]          ipv4                      229   nothing returned 54.
[OK]          ipv4                      230   nothing returned 55.
[OK]          ipv4                      231   nothing returned 56.
[OK]          ipv4                      232   nothing returned 57.
[OK]          ipv4                      233   nothing returned 58.
[OK]          ipv4                      234   nothing returned 59.
[OK]          ipv4                      235   nothing returned 60.
[OK]          ipv4                      236   nothing returned 61.
[OK]          ipv4                      237   nothing returned 62.
[OK]          ipv4                      238   nothing returned 63.
[OK]          ipv4                      239   nothing returned 64.
[OK]          ipv4                      240   nothing returned 65.
[OK]          ipv4                      241   nothing returned 66.
[OK]          ipv4                      242   nothing returned 67.
[OK]          ipv4                      243   nothing returned 68.
[OK]          ipv4                      244   nothing returned 69.
[OK]          ipv4                      245   nothing returned 70.
[OK]          ipv4                      246   nothing returned 71.
[OK]          ipv4                      247   nothing returned 72.
[OK]          ipv4                      248   nothing returned 73.
[OK]          ipv4                      249   nothing returned 74.
[OK]          ipv4                      250   nothing returned 75.
[OK]          ipv4                      251   nothing returned 76.
[OK]          ipv4                      252   nothing returned 77.
[OK]          ipv4                      253   nothing returned 78.
[OK]          ipv4                      254   nothing returned 79.
[OK]          ipv4                      255   nothing returned 80.
[OK]          ipv4                      256   nothing returned 81.
[OK]          ipv4                      257   nothing returned 82.
[OK]          ipv4                      258   nothing returned 83.
[OK]          ipv4                      259   nothing returned 84.
[OK]          ipv4                      260   nothing returned 85.
[OK]          ipv4                      261   nothing returned 86.
[OK]          ipv4                      262   nothing returned 87.
[OK]          ipv4                      263   nothing returned 88.
[OK]          ipv4                      264   nothing returned 89.
[OK]          ipv4                      265   nothing returned 90.
[OK]          ipv4                      266   nothing returned 91.
[OK]          ipv4                      267   nothing returned 92.
[OK]          ipv4                      268   nothing returned 93.
[OK]          ipv4                      269   nothing returned 94.
[OK]          ipv4                      270   nothing returned 95.
[OK]          ipv4                      271   nothing returned 96.
[OK]          ipv4                      272   nothing returned 97.
[OK]          ipv4                      273   nothing returned 98.
[OK]          ipv4                      274   nothing returned 99.
[OK]          ipv4                      275   nothing returned 100.
[OK]          ipv4                      276   nothing returned 101.
[OK]          ipv4                      277   nothing returned 102.
[OK]          ipv4                      278   nothing returned 103.
[OK]          ipv4                      279   nothing returned 104.
[OK]          ipv4                      280   nothing returned 105.
[OK]          ipv4                      281   nothing returned 106.
[OK]          ipv4                      282   nothing returned 107.
[OK]          ipv4                      283   nothing returned 108.
[OK]          ipv4                      284   nothing returned 109.
[OK]          ipv4                      285   nothing returned 110.
[OK]          ipv4                      286   nothing returned 111.
[OK]          ipv4                      287   nothing returned 112.
[OK]          ipv4                      288   nothing returned 113.
[OK]          ipv4                      289   nothing returned 114.
[OK]          ipv4                      290   nothing returned 115.
[OK]          ipv4                      291   nothing returned 116.
[OK]          ipv4                      292   nothing returned 117.
[OK]          ipv4                      293   nothing returned 118.
[OK]          ipv4                      294   nothing returned 119.
[OK]          ipv4                      295   nothing returned 120.
[OK]          ipv4                      296   nothing returned 121.
[OK]          ipv4                      297   nothing returned 122.
[OK]          ipv4                      298   nothing returned 123.
[OK]          ipv4                      299   nothing returned 124.
[OK]          ipv4                      300   nothing returned 125.
[OK]          ipv4                      301   nothing returned 126.
[OK]          ipv4                      302   nothing returned 127.
[OK]          ipv4                      303   nothing returned 128.
[OK]          ipv4                      304   nothing returned 129.
[OK]          ipv4                      305   nothing returned 130.
[OK]          ipv4                      306   nothing returned 131.
[OK]          ipv4                      307   nothing returned 132.
[OK]          ipv4                      308   nothing returned 133.
[OK]          ipv4                      309   nothing returned 134.
[OK]          ipv4                      310   nothing returned 135.
[OK]          ipv4                      311   nothing returned 136.
[OK]          ipv4                      312   nothing returned 137.
[OK]          ipv4                      313   nothing returned 138.
[OK]          ipv4                      314   nothing returned 139.
[OK]          ipv4                      315   nothing returned 140.
[OK]          ipv4                      316   nothing returned 141.
[OK]          ipv4                      317   nothing returned 142.
[OK]          ipv4                      318   nothing returned 143.
[OK]          ipv4                      319   nothing returned 144.
[OK]          ipv4                      320   nothing returned 145.
[OK]          ipv4                      321   nothing returned 146.
[OK]          ipv4                      322   nothing returned 147.
[OK]          ipv4                      323   nothing returned 148.
[OK]          ipv4                      324   nothing returned 149.
[OK]          ipv4                      325   nothing returned 150.
[OK]          ipv4                      326   nothing returned 151.
[OK]          ipv4                      327   nothing returned 152.
[OK]          ipv4                      328   nothing returned 153.
[OK]          ipv4                      329   nothing returned 154.
[OK]          ipv4                      330   nothing returned 155.
[OK]          ipv4                      331   nothing returned 156.
[OK]          ipv4                      332   nothing returned 157.
[OK]          ipv4                      333   nothing returned 158.
[OK]          ipv4                      334   nothing returned 159.
[OK]          ipv4                      335   nothing returned 160.
[OK]          ipv4                      336   nothing returned 161.
[OK]          ipv4                      337   nothing returned 162.
[OK]          ipv4                      338   nothing returned 163.
[OK]          ipv4                      339   simple fragment.
[OK]          ipv6                        0   Send a UDP packet from one IP...
[OK]          ipv6                        1   NA is sent when a ND is recei...
[OK]          ipv6                        2   NA is received, stack fails t...
[OK]          icmpv4                      0   short read.
[OK]          icmpv4                      1   echo requests elicit an echo ...
[OK]          icmpv4                      2   echo requests for other ips d...
[OK]          icmpv4                      3   error messages are written.
[OK]          udp                         0   unmarshal regression.
[OK]          udp                         1   marshal/marshal.
[OK]          udp                         2   marshal/unmarshal.
[OK]          udp                         3   write packets.
[OK]          tcp_window                  0   fresh window is sensible.
[OK]          tcp_window                  1   fast recovery recovers fast.
[OK]          tcp_window                  2   smoothed rtt, rtt variation a...
[OK]          tcp_options                 0   unmarshal broken mss.
[OK]          tcp_options                 1   unmarshal option with bogus l...
[OK]          tcp_options                 2   unmarshal option with zero le...
[OK]          tcp_options                 3   unmarshal simple cases.
[OK]          tcp_options                 4   unmarshal stops at eof.
[OK]          tcp_options                 5   unmarshal non-broken tcp opti...
[OK]          tcp_options                 6   unmarshalling random data ret...
[OK]          tcp_options                 7   test marshalling into a cstruct.
[OK]          tcp_options                 8   test marshalling without padd...
[OK]          tcp_options                 9   test marshalling an unknown v...
[OK]          tcp_options                10   test options marshalling when...
[OK]          tcp_options                11   test marshalling the empty list.
[OK]          mtu+tcp                     0   connections work.
[OK]          mtu+tcp                     1   large server responses are re...
[OK]          mtu+tcp                     2   large client requests are chu...
[OK]          mtu+tcp                     3   large messages aren't unneces...
[OK]          mtu+tcp                     4   iperf test doesn't crash.
[OK]          rfc5961                     0   blind rst to syn_sent.
[OK]          rfc5961                     1   connection refused.
[OK]          rfc5961                     2   blind rst on established.
[OK]          rfc5961                     3   rst on established.
[OK]          rfc5961                     4   blind syn on established.
[OK]          rfc5961                     5   blind data injection.
[OK]          rfc5961                     6   data repeated ack.
[OK]          socket                      0   two sockets connect via TCP.
[SKIP]        socket                      1   icmp echo-requests are sent.
[OK]          socket                      2   file descriptors are not leak...
[OK]          socket                      3   file descriptors are not leak...
[OK]          socket                      4   file descriptors are not leak...
[OK]          socket                      5   file descriptors are not leak...
[OK]          socket                      6   file descriptors are not leak...
[OK]          socket                      7   file descriptors are not leak...
[OK]          socket                      8   file descriptors are not leak...
[OK]          socket                      9   file descriptors are not leak...
[OK]          socket                     10   file descriptors are not leak...
[OK]          socket                     11   file descriptors are not leak...
[OK]          connect                     0   connect two stacks, basic test.
[SKIP]        connect                     1   connect two stacks, uniform p...
[OK]          connect                     2   connect two stacks, with trai...
[OK]          connect_ipv6                0   connect two stacks, basic test.
[SKIP]        connect_ipv6                1   connect two stacks, uniform p...
[OK]          connect_ipv6                2   connect two stacks, with trai...
[SKIP]        deadlock                    0   test tcp deadlock with slow r...
[OK]          iperf                       0   iperf with two stacks, basic ...
[OK]          iperf                       1   iperf with two stacks, over a...
[OK]          iperf                       2   iperf with two stacks, testin...
[OK]          iperf                       3   iperf with two stacks and uni...
[OK]          iperf                       4   iperf with two stacks and uni...
[SKIP]        iperf                       5   iperf with two stacks and uni...
[SKIP]        iperf                       6   iperf with two stacks, basic ...
[SKIP]        iperf                       7   iperf with two stacks and uni...
[OK]          iperf                       8   iperf with two stacks drop 1 ...
[OK]          iperf_ipv6                  0   iperf with two stacks, basic ...
[OK]          iperf_ipv6                  1   iperf with two stacks, over a...
[OK]          iperf_ipv6                  2   iperf with two stacks, testin...
[OK]          iperf_ipv6                  3   iperf with two stacks and uni...
[SKIP]        iperf_ipv6                  4   iperf with two stacks and uni...
[SKIP]        iperf_ipv6                  5   iperf with two stacks and uni...
[SKIP]        iperf_ipv6                  6   iperf with two stacks, basic ...
[SKIP]        iperf_ipv6                  7   iperf with two stacks and uni...
[OK]          iperf_ipv6                  8   iperf with two stacks drop 1 ...
[OK]          keepalive                   0   correct number of keepalives.
[OK]          keepalive                   1   we don't try to send old keep...
[SKIP]        keepalive                   2   check we close if we miss all...
[SKIP]        keepalive                   3   check that TCP keepalives det...
[SKIP]        simultaneous_close          0   close with ack.
[SKIP]        simultaneous_close          1   close with reset, challenge a...


Full test results in `/src/_build/default/test/_build/_tests/tcpip'.
Test Successful in 60.931s. 412 tests run.
2024-12-06 21:38.11 ---> saved as "e78b849a475d11181e775d16f7d61e554a816eaffd3d64bede823eeddda843e1"
Job succeeded