Organisationsdinosaurespokeaf854d ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2025-03-25 08:06.26: New job: test dinosaure/spoke https://github.com/dinosaure/spoke.git#refs/heads/main (af854d61a6e3da2d84480c39d87de29b9d96065f) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.13@sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dinosaure/spoke.git" -b "main" && cd "spoke" && git reset --hard af854d61
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.13@sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0
# debian-12-4.13_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 spoke.opam ./
RUN opam pin add -yn spoke.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="angstrom.0.14.0 arp.3.0.0 astring.0.8.5 base.v0.14.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 cmdliner.1.1.0 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.4.0 digestif.0.8.1 domain-name.0.3.0 dune.2.9.1 dune-configurator.2.7.0 duration.0.1.0 encore.0.8 eqaf.0.8 ethernet.3.0.0 fmt.0.8.7 hxd.0.3.2 ipaddr.5.0.0 ipaddr-cstruct.5.0.0 jbuilder.1.0+beta20.1 ke.0.1 logs.0.7.0 lru.0.3.0 lwt.5.6.1 lwt-dllist.1.0.0 macaddr.5.0.0 macaddr-cstruct.5.0.0 metrics.0.1.0 mimic.0.0.7 mirage-clock.3.0.1 mirage-crypto.1.1.0 mirage-device.2.0.0 mirage-flow.4.0.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-random.2.0.0 mirage-time.2.0.1 num.1.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.2.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 parsexp.v0.14.1 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.22.2 psq.0.2.0 randomconv.0.1.0 result.1.5 rresult.0.4.0 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 tcpip.8.0.1 topkg.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y spoke.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


2025-03-25 08:06.26: Using cache hint "dinosaure/spoke-ocaml/opam:debian-12-ocaml-4.13@sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0-debian-12-4.13_opam-2.3-585ecfbefd0ed1884d449bbc1134e8d7"
2025-03-25 08:06.26: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.13@sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0)
(comment debian-12-4.13_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src spoke.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn spoke.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "angstrom.0.14.0 arp.3.0.0 astring.0.8.5 base.v0.14.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 cmdliner.1.1.0 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.4.0 digestif.0.8.1 domain-name.0.3.0 dune.2.9.1 dune-configurator.2.7.0 duration.0.1.0 encore.0.8 eqaf.0.8 ethernet.3.0.0 fmt.0.8.7 hxd.0.3.2 ipaddr.5.0.0 ipaddr-cstruct.5.0.0 jbuilder.1.0+beta20.1 ke.0.1 logs.0.7.0 lru.0.3.0 lwt.5.6.1 lwt-dllist.1.0.0 macaddr.5.0.0 macaddr-cstruct.5.0.0 metrics.0.1.0 mimic.0.0.7 mirage-clock.3.0.1 mirage-crypto.1.1.0 mirage-device.2.0.0 mirage-flow.4.0.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-random.2.0.0 mirage-time.2.0.1 num.1.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.2.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 parsexp.v0.14.1 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.22.2 psq.0.2.0 randomconv.0.1.0 result.1.5 rresult.0.4.0 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 tcpip.8.0.1 topkg.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 spoke.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"))
)


2025-03-25 08:06.26: Waiting for resource in pool OCluster
2025-03-25 08:06.26: Waiting for worker…
2025-03-25 08:06.26: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
HEAD is now at af854d6 Merge pull request #10 from dinosaure/string


(from ocaml/opam:debian-12-ocaml-4.13@sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.13@sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0' locally
docker.io/ocaml/opam@sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0: Pulling from ocaml/opam
f85371bb2214: Pulling fs layer
f85371bb2214: Verifying Checksum
f85371bb2214: Download complete
f85371bb2214: Pull complete
Digest: sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0
Status: Downloaded newer image for ocaml/opam@sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0
2025-03-25 08:06.27 ---> using "bc7e70fe2f4e209c389e823cf314129bf937fa34663c198287707d3090531d0b" from cache


/: (comment debian-12-4.13_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"))
2025-03-25 08:06.27 ---> using "c0d3a4ef39c8c0f5c81a0ef20168591f2ca73cebcc2425b677e471f1693c4605" 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 development 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
[NOTE] The 'jobs' option was reset, its value was 39 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=39 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-03-25 08:06.27 ---> using "ebcf965403bde1332e273cdb488f0173aa7cb98659c007754238ca2e19ae5e27" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.13.1
2.3.0
2025-03-25 08:06.27 ---> using "82295dc0d91895c24e9074b6ed67f88fd3a7e11351eef8f4ae806b33e725c8a4" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-03-25 08:06.27 ---> using "b8dd66eb87f9cc112fd85b60a58dc226bcd2fe11c5b43c8b9d1073d1a9f8b242" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a8ed476033..acfb0e6e94  master     -> origin/master
cb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[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)
2025-03-25 08:06.27 ---> using "b874ca6d5a7ad11a6b3a9c06e6216cecae455b33aed2fd339e0d8a665d0a67cb" from cache


/src: (copy (src spoke.opam) (dst ./))
2025-03-25 08:06.27 ---> using "8077d4526ffbaf811976915f7d79dc6178f3626de01135c40ae0ec8ec64eb7ef" from cache


/src: (run (network host)
(shell "opam pin add -yn spoke.dev './'"))
[spoke.dev] synchronised (file:///src)
spoke is now pinned to file:///src (version dev)
2025-03-25 08:06.27 ---> using "bcf6dff4488bb9e49085c53ca52c7cdc1d114e01d83b08dcb790b52a2066be15" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-25 08:06.27 ---> using "fb61b4ca67fe9810cee8b55296670cd26d6028b3c16b9b4a43b9b05caf746cdf" from cache


/src: (env DEPS "angstrom.0.14.0 arp.3.0.0 astring.0.8.5 base.v0.14.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 cmdliner.1.1.0 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.4.0 digestif.0.8.1 domain-name.0.3.0 dune.2.9.1 dune-configurator.2.7.0 duration.0.1.0 encore.0.8 eqaf.0.8 ethernet.3.0.0 fmt.0.8.7 hxd.0.3.2 ipaddr.5.0.0 ipaddr-cstruct.5.0.0 jbuilder.1.0+beta20.1 ke.0.1 logs.0.7.0 lru.0.3.0 lwt.5.6.1 lwt-dllist.1.0.0 macaddr.5.0.0 macaddr-cstruct.5.0.0 metrics.0.1.0 mimic.0.0.7 mirage-clock.3.0.1 mirage-crypto.1.1.0 mirage-device.2.0.0 mirage-flow.4.0.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-random.2.0.0 mirage-time.2.0.1 num.1.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.2.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 parsexp.v0.14.1 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.22.2 psq.0.2.0 randomconv.0.1.0 result.1.5 rresult.0.4.0 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 tcpip.8.0.1 topkg.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 spoke.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-security bookworm-security/main amd64 Packages [250 kB]
- Fetched 353 kB in 0s (1473 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[spoke.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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-bigarray is already installed (current version is base).


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18745 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...
2025-03-25 08:06.27 ---> using "57bfff0683b77b4b0c2f608e1e47854059b46e8e3fa51d966614c19ea4488914" from cache


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 63 packages
- install angstrom                0.14.0
- install arp                     3.0.0
- install astring                 0.8.5
- install base                    v0.14.1
- install base-bytes              base
- install base64                  3.0.0
- install bigarray-compat         1.0.0
- install bigstringaf             0.9.0
- install cmdliner                1.1.0
- install conf-pkg-config         1.0
- install cppo                    1.6.1
- install cstruct                 6.0.0
- install cstruct-lwt             3.4.0
- install digestif                0.8.1
- install domain-name             0.3.0
- install dune                    2.9.1
- install dune-configurator       2.7.0
- install duration                0.1.0
- install encore                  0.8
- install eqaf                    0.8
- install ethernet                3.0.0
- install fmt                     0.8.7
- install hxd                     0.3.2
- install ipaddr                  5.0.0
- install ipaddr-cstruct          5.0.0
- install jbuilder                1.0+beta20.1 (deprecated)
- install ke                      0.1
- install logs                    0.7.0
- install lru                     0.3.0
- install lwt                     5.6.1
- install lwt-dllist              1.0.0
- install macaddr                 5.0.0
- install macaddr-cstruct         5.0.0
- install metrics                 0.1.0
- install mimic                   0.0.7
- install mirage-clock            3.0.1
- install mirage-crypto           1.1.0
- install mirage-device           2.0.0 (deprecated)
- install mirage-flow             4.0.0
- install mirage-net              3.0.1
- install mirage-profile          0.9.0 (deprecated)
- install mirage-random           2.0.0 (deprecated)
- install mirage-time             2.0.1
- install num                     1.0
- install ocaml-compiler-libs     v0.11.0
- install ocaml-migrate-parsetree 2.2.0 (deprecated)
- install ocamlbuild              0.14.0
- install ocamlfind               1.9.1
- install ocplib-endian           1.0
- install parsexp                 v0.14.1
- install ppx_cstruct             6.0.0
- install ppx_derivers            1.0
- install ppxlib                  0.22.2
- install psq                     0.2.0
- install randomconv              0.1.0
- install result                  1.5
- install rresult                 0.4.0
- install seq                     0.3
- install sexplib                 v0.14.0
- install sexplib0                v0.14.0
- install stdlib-shims            0.1.0
- install tcpip                   8.0.1
- install topkg                   1.0.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved arp.3.0.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved angstrom.0.14.0  (cached)
-> retrieved base.v0.14.1  (cached)
-> retrieved base64.3.0.0  (cached)
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved bigstringaf.0.9.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> retrieved cmdliner.1.1.0  (cached)
-> installed conf-pkg-config.1.0
-> retrieved cstruct.6.0.0, ppx_cstruct.6.0.0  (cached)
-> retrieved cstruct-lwt.3.4.0  (cached)
-> retrieved digestif.0.8.1  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> retrieved duration.0.1.0  (cached)
-> retrieved encore.0.8  (cached)
-> retrieved eqaf.0.8  (cached)
-> retrieved ethernet.3.0.0  (cached)
-> retrieved fmt.0.8.7  (cached)
-> retrieved hxd.0.3.2  (cached)
-> retrieved ipaddr.5.0.0, ipaddr-cstruct.5.0.0, macaddr.5.0.0, macaddr-cstruct.5.0.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune.2.9.1  (cached)
-> retrieved dune-configurator.2.7.0  (cached)
-> retrieved ke.0.1  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lru.0.3.0  (cached)
-> retrieved lwt-dllist.1.0.0  (cached)
-> retrieved metrics.0.1.0  (cached)
-> retrieved lwt.5.6.1  (cached)
-> retrieved mimic.0.0.7  (cached)
-> retrieved mirage-clock.3.0.1  (cached)
-> installed cmdliner.1.1.0
-> retrieved mirage-device.2.0.0  (cached)
-> retrieved mirage-flow.4.0.0  (cached)
-> retrieved mirage-net.3.0.1  (cached)
-> retrieved mirage-profile.0.9.0  (cached)
-> retrieved mirage-random.2.0.0  (cached)
-> retrieved mirage-time.2.0.1  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocaml-migrate-parsetree.2.2.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved parsexp.v0.14.1  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved psq.0.2.0  (cached)
-> retrieved ppxlib.0.22.2  (cached)
-> retrieved randomconv.0.1.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.4.0  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved sexplib.v0.14.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved tcpip.8.0.1  (cached)
-> retrieved topkg.1.0.3  (cached)
-> retrieved mirage-crypto.1.1.0  (cached)
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed num.1.0
-> installed ocamlbuild.0.14.0
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed cppo.1.6.1
-> installed ocaml-compiler-libs.v0.11.0
-> installed dune.2.9.1
-> installed bigarray-compat.1.0.0
-> installed bigstringaf.0.9.0
-> installed mirage-clock.3.0.1
-> installed seq.0.3
-> installed macaddr.5.0.0
-> installed result.1.5
-> installed stdlib-shims.0.1.0
-> installed base64.3.0.0
-> installed cstruct.6.0.0
-> installed sexplib0.v0.14.0
-> installed psq.0.2.0
-> installed mirage-random.2.0.0
-> installed macaddr-cstruct.5.0.0
-> installed angstrom.0.14.0
-> installed lru.0.3.0
-> installed eqaf.0.8
-> installed topkg.1.0.3
-> installed dune-configurator.2.7.0
-> installed ocaml-migrate-parsetree.2.2.0
-> installed randomconv.0.1.0
-> installed duration.0.1.0
-> installed rresult.0.4.0
-> installed digestif.0.8.1
-> installed fmt.0.8.7
-> installed astring.0.8.5
-> installed metrics.0.1.0
-> installed encore.0.8
-> installed ke.0.1
-> installed domain-name.0.3.0
-> installed mirage-crypto.1.1.0
-> installed ipaddr.5.0.0
-> installed ipaddr-cstruct.5.0.0
-> installed ocplib-endian.1.0
-> installed base.v0.14.1
-> installed lwt.5.6.1
-> installed mirage-device.2.0.0
-> installed cstruct-lwt.3.4.0
-> installed lwt-dllist.1.0.0
-> installed mirage-flow.4.0.0
-> installed mirage-time.2.0.1
-> installed parsexp.v0.14.1
-> installed mirage-net.3.0.1
-> installed hxd.0.3.2
-> installed logs.0.7.0
-> installed sexplib.v0.14.0
-> installed mimic.0.0.7
-> installed ppxlib.0.22.2
-> installed ppx_cstruct.6.0.0
-> installed mirage-profile.0.9.0
-> installed ethernet.3.0.0
-> installed arp.3.0.0
-> installed tcpip.8.0.1
Done.


<><> ocaml-migrate-parsetree.2.2.0 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.


<><> mirage-random.2.0.0 installed successfully <><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> mirage-random is deprecated


<><> mirage-profile.0.9.0 installed successfully ><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> mirage-profile is deprecated


<><> mirage-device.2.0.0 installed successfully <><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> mirage-device is deprecated


<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-03-25 08:06.27 ---> using "e46a4d486108023f70612925ffbdfe87a368990080d394410fbd0c3a951dd63a" from cache


/src: (copy (src .) (dst /src))
2025-03-25 08:06.27 ---> using "4ddd02def391009b3d1a6c4d96442b744597e8fd01d1e3f5e503344edb9748e7" from cache


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
ocamlc bin/.simulate.eobjs/byte/dune__exe__Simulate.{cmi,cmo,cmt} (exit 2)
(cd _build/default && /home/opam/.opam/4.13/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 -I bin/.simulate.eobjs/byte -I /home/opam/.opam/4.13/lib/angstrom -I /home/opam/.opam/4.13/lib/arp -I /home/opam/.opam/4.13/lib/arp/mirage -I /home/opam/.opam/4.13/lib/astring -I /home/opam/.opam/4.13/lib/base64 -I /home/opam/.opam/4.13/lib/bigarray-compat -I /home/opam/.opam/4.13/lib/bigstringaf -I /home/opam/.opam/4.13/lib/bytes -I /home/opam/.opam/4.13/lib/cstruct -I /home/opam/.opam/4.13/lib/cstruct-lwt -I /home/opam/.opam/4.13/lib/digestif/c -I /home/opam/.opam/4.13/lib/digestif/rakia -I /home/opam/.opam/4.13/lib/domain-name -I /home/opam/.opam/4.13/lib/duration -I /home/opam/.opam/4.13/lib/encore -I /home/opam/.opam/4.13/lib/eqaf -I /home/opam/.opam/4.13/lib/ethernet -I /home/opam/.opam/4.13/lib/fmt -I /home/opam/.opam/4.13/lib/hxd/core -I /home/opam/.opam/4.13/lib/hxd/string -I /home/opam/.opam/4.13/lib/ipaddr -I /home/opam/.opam/4.13/lib/ipaddr-cstruct -I /home/opam/.opam/4.13/lib/ipaddr/unix -I /home/opam/.opam/4.13/lib/ke -I /home/opam/.opam/4.13/lib/logs -I /home/opam/.opam/4.13/lib/lru -I /home/opam/.opam/4.13/lib/lwt -I /home/opam/.opam/4.13/lib/lwt/unix -I /home/opam/.opam/4.13/lib/macaddr -I /home/opam/.opam/4.13/lib/macaddr-cstruct -I /home/opam/.opam/4.13/lib/mimic -I /home/opam/.opam/4.13/lib/mirage-clock -I /home/opam/.opam/4.13/lib/mirage-crypto -I /home/opam/.opam/4.13/lib/mirage-device -I /home/opam/.opam/4.13/lib/mirage-flow -I /home/opam/.opam/4.13/lib/mirage-net -I /home/opam/.opam/4.13/lib/mirage-profile -I /home/opam/.opam/4.13/lib/mirage-random -I /home/opam/.opam/4.13/lib/mirage-time -I /home/opam/.opam/4.13/lib/ocaml/threads -I /home/opam/.opam/4.13/lib/ocplib-endian -I /home/opam/.opam/4.13/lib/psq -I /home/opam/.opam/4.13/lib/randomconv -I /home/opam/.opam/4.13/lib/result -I /home/opam/.opam/4.13/lib/rresult -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/stdlib-shims -I /home/opam/.opam/4.13/lib/tcpip -I /home/opam/.opam/4.13/lib/tcpip/checksum -I /home/opam/.opam/4.13/lib/tcpip/ipv4 -I /home/opam/.opam/4.13/lib/tcpip/ipv6 -I /home/opam/.opam/4.13/lib/tcpip/stack-socket -I /home/opam/.opam/4.13/lib/tcpip/tcp_socket_options -I /home/opam/.opam/4.13/lib/tcpip/tcpv4v6-socket -I /home/opam/.opam/4.13/lib/tcpip/udp -I /home/opam/.opam/4.13/lib/tcpip/udpv4v6-socket -I lib/.flow.objs/byte -I lib/.spoke.objs/byte -no-alias-deps -opaque -o bin/.simulate.eobjs/byte/dune__exe__Simulate.cmo -c -impl bin/simulate.ml)
File "bin/simulate.ml", line 412, characters 12-38:
412 |       match Ipaddr.with_port_of_string ~default:9000 ipaddr with
^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound value Ipaddr.with_port_of_string
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-03-25 08:06.30: Job failed: Failed: Build failed