2025-01-05 18:17.17: New job: test mirage/mirage-tcpip https://github.com/mirage/mirage-tcpip.git#refs/pull/524/head (bfca78607bfc017c69bf3154234809114a1ff39f) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-12-ocaml-4.13@sha256:09a9705a8bf193fa8879fc88150c35c5324cb995b8f4cd2be1c0e45f0240fac1 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-tcpip.git" && cd "mirage-tcpip" && git fetch origin "refs/pull/524/head" && git reset --hard bfca7860 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.13@sha256:09a9705a8bf193fa8879fc88150c35c5324cb995b8f4cd2be1c0e45f0240fac1 # 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 b64e711845fa51ef42a58e0b27d85ef897a13f24 || git fetch origin master) && git reset -q --hard b64e711845fa51ef42a58e0b27d85ef897a13f24 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 tcpip.opam ./ RUN opam pin add -yn tcpip.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.5.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 bigarray-compat.1.0.0 bisect_ppx.2.6.0 cmdliner.1.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.4.0 digestif.1.1.4 domain-name.0.3.0 dune.2.8.5 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 eqaf.0.8 ethernet.3.0.0 fmt.0.8.7 functoria-runtime.3.0.2 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 logs.0.6.3 lru.0.3.0 lwt.5.4.0 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.1.0 mirage-clock.3.0.1 mirage-clock-unix.3.0.1 mirage-crypto.1.1.0 mirage-crypto-rng.1.1.0 mirage-crypto-rng-mirage.1.1.0 mirage-device.2.0.0 mirage-flow.4.0.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-runtime.3.8.0 mirage-time.2.0.1 mirage-vnetif.0.6.2 mmap.1.1.0 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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 parsexp.v0.14.1 pcap-format.0.5.2 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.22.2 psq.0.2.0 randomconv.0.2.0 re.1.7.2 result.1.5 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.3 uchar.0.0.2 uutf.1.0.1" 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 2025-01-05 18:17.17: Using cache hint "mirage/mirage-tcpip-ocaml/opam:debian-12-ocaml-4.13@sha256:09a9705a8bf193fa8879fc88150c35c5324cb995b8f4cd2be1c0e45f0240fac1-debian-12-4.13_opam-2.3-e74f2051890bd408a388a64c9e1d75f7" 2025-01-05 18:17.17: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.13@sha256:09a9705a8bf193fa8879fc88150c35c5324cb995b8f4cd2be1c0e45f0240fac1) (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 b64e711845fa51ef42a58e0b27d85ef897a13f24 || git fetch origin master) && git reset -q --hard b64e711845fa51ef42a58e0b27d85ef897a13f24 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src tcpip.opam) (dst ./)) (run (network host) (shell "opam pin add -yn tcpip.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.5.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 bigarray-compat.1.0.0 bisect_ppx.2.6.0 cmdliner.1.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.4.0 digestif.1.1.4 domain-name.0.3.0 dune.2.8.5 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 eqaf.0.8 ethernet.3.0.0 fmt.0.8.7 functoria-runtime.3.0.2 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 logs.0.6.3 lru.0.3.0 lwt.5.4.0 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.1.0 mirage-clock.3.0.1 mirage-clock-unix.3.0.1 mirage-crypto.1.1.0 mirage-crypto-rng.1.1.0 mirage-crypto-rng-mirage.1.1.0 mirage-device.2.0.0 mirage-flow.4.0.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-runtime.3.8.0 mirage-time.2.0.1 mirage-vnetif.0.6.2 mmap.1.1.0 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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 parsexp.v0.14.1 pcap-format.0.5.2 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.22.2 psq.0.2.0 randomconv.0.2.0 re.1.7.2 result.1.5 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.3 uchar.0.0.2 uutf.1.0.1") (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")) ) 2025-01-05 18:17.17: Waiting for resource in pool OCluster 2025-01-05 18:17.17: Waiting for worker… 2025-01-05 18:17.18: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at bfca7860 add x-maintenance-intent field to the opam file (from ocaml/opam:debian-12-ocaml-4.13@sha256:09a9705a8bf193fa8879fc88150c35c5324cb995b8f4cd2be1c0e45f0240fac1) 2025-01-05 18:17.49 ---> saved as "5cb0e02486a3ea3832aa224e2434586ac252f7c7969de72e4640bb4233140400" /: (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-01-05 18:17.49 ---> saved as "c3b5cbdb401038e20b75cb4f4e7285249795d68f15f82f8d3fe5b20fa98395de" /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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> 2025-01-05 18:18.00: Cancelling: Auto-cancelling job because it is no longer needed Job cancelled