2025-11-16 20:14.18: New job: test mirage/ocaml-pcap https://github.com/mirage/ocaml-pcap.git#refs/heads/main (3cb441db242681045666936d7675693be98a8322) (linux-x86_64:debian-13-4.12_opam-2.4) Base: ocaml/opam:debian-13-ocaml-4.12@sha256:d928c76c87bc579e622b82bbc5416f92e849ccd1cb1217faa61aca2dbbd6c0da Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/ocaml-pcap.git" -b "main" && cd "ocaml-pcap" && git reset --hard 3cb441db cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.12@sha256:d928c76c87bc579e622b82bbc5416f92e849ccd1cb1217faa61aca2dbbd6c0da # debian-13-4.12_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 pcap-format.opam ./ RUN opam pin add -yn pcap-format.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base.v0.15.1 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 num.1.6 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 parsexp.v0.15.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 stdlib-shims.0.3.0 topkg.1.1.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y pcap-format.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-11-16 20:14.18: Using cache hint "mirage/ocaml-pcap-ocaml/opam:debian-13-ocaml-4.12@sha256:d928c76c87bc579e622b82bbc5416f92e849ccd1cb1217faa61aca2dbbd6c0da-debian-13-4.12_opam-2.4-6fac9ea4b44bf83a04b3ad8619c60432" 2025-11-16 20:14.18: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.12@sha256:d928c76c87bc579e622b82bbc5416f92e849ccd1cb1217faa61aca2dbbd6c0da) (comment debian-13-4.12_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src pcap-format.opam) (dst ./)) (run (network host) (shell "opam pin add -yn pcap-format.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base.v0.15.1 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 num.1.6 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 parsexp.v0.15.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 stdlib-shims.0.3.0 topkg.1.1.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.4 --depext-only -y pcap-format.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-11-16 20:14.18: Waiting for resource in pool OCluster 2025-11-17 05:04.25: Waiting for worker… 2025-11-17 05:07.10: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at 3cb441d Merge pull request #40 from hannesm/add-maint (from ocaml/opam:debian-13-ocaml-4.12@sha256:d928c76c87bc579e622b82bbc5416f92e849ccd1cb1217faa61aca2dbbd6c0da) 2025-11-17 05:07.11 ---> using "00b2fce1e3fdf51b2b416ff8da9949ddd87c1779e8b58b70219558359d597f53" from cache /: (comment debian-13-4.12_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-11-17 05:07.11 ---> using "9a7f4acd91e9a8c240b2b1298651d6d56496f293a07cf6edd3dfd7d06d6b77f9" 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] Initialised 2025-11-17 05:07.11 ---> using "a8fdf9d0f1599cf0fe544b341d734a0b6449eadc8aef5d6f19861f9c4df08f2e" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-86-generic The OCaml toplevel, version 4.12.1 2.4.1 2025-11-17 05:07.11 ---> using "62a787a84044f3ef01f716e12fd70b8b03bd388b067b6c82da676e52b5499752" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-11-17 05:07.11 ---> using "9417c6d92a3ef9bc390b0a8f994c28200fd30cb3048e919c99cb92ebf4712ea8" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 21f97b2e6d..1c92c86556 master -> origin/master 1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin <><> 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). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), 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-11-17 05:07.11 ---> using "71eca0be292cef72cd1421dd8fd3d8d4d0f83f893b3c008ae14077ab124a71bf" from cache /src: (copy (src pcap-format.opam) (dst ./)) 2025-11-17 05:07.12 ---> saved as "1fe771f24fd577c348e9fed067fea068301014153a9533b35e7decd079f39cb3" /src: (run (network host) (shell "opam pin add -yn pcap-format.dev './'")) [pcap-format.dev] synchronised (file:///src) pcap-format is now pinned to file:///src (version dev) 2025-11-17 05:07.15 ---> saved as "b925821f07ceacc3f610e342d2ce1bf2724d6b61b094537cbc2a4f2acaade9d2" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-11-17 05:07.16 ---> saved as "52a3907d2f9d64ed15f542388da292edfbc9675a2f68d98ea6ca13988c5f7ccd" /src: (env DEPS "base.v0.15.1 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 num.1.6 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 parsexp.v0.15.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 stdlib-shims.0.3.0 topkg.1.1.1") /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.4 --depext-only -y pcap-format.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian trixie InRelease [140 kB] - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9670 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [71.8 kB] - Fetched 9973 kB in 4s (2541 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [pcap-format.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.12.1). [NOTE] Package ocaml is already installed (current version is 4.12.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). 2025-11-17 05:07.40 ---> saved as "17d523a324ac51693c1c29ce333278f999c2917a0bc1aa842bf8bd04a5ff8cf7" /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.12.1). [NOTE] Package ocaml is already installed (current version is 4.12.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 20 packages - install base v0.15.1 - install csexp 1.5.2 - install cstruct 6.2.0 - install dune 3.20.2 - install dune-configurator 3.20.2 - install fmt 0.11.0 - install num 1.6 - install ocaml-compiler-libs v0.12.4 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ounit2 2.2.7 - install parsexp v0.15.0 - install ppx_cstruct 6.2.0 - install ppx_derivers 1.2.1 - install ppxlib 0.37.0 - install seq base - install sexplib v0.15.1 - install sexplib0 v0.15.1 - install stdlib-shims 0.3.0 - install topkg 1.1.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.15.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0, ppx_cstruct.6.2.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved num.1.6 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ounit2.2.2.7 (cached) -> retrieved parsexp.v0.15.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib.v0.15.1 (cached) -> retrieved sexplib0.v0.15.1 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved ppxlib.0.37.0 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> installed num.1.6 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed dune.3.20.2 -> installed csexp.1.5.2 -> installed cstruct.6.2.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed ppx_derivers.1.2.1 -> installed sexplib0.v0.15.1 -> installed stdlib-shims.0.3.0 -> installed ounit2.2.2.7 -> installed dune-configurator.3.20.2 -> installed base.v0.15.1 -> installed parsexp.v0.15.0 -> installed sexplib.v0.15.1 -> installed ppxlib.0.37.0 -> installed ppx_cstruct.6.2.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-11-17 05:10.15 ---> saved as "40679d6e4f4db91c5604083f94674a6a8939b9a2e0bafc65587f878be8370e54" /src: (copy (src .) (dst /src)) 2025-11-17 05:10.16 ---> saved as "0d209790f5299fc0ee8f1840e526640e146edf99d8ff9477a477340857e299e9" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/lib_test && ./test.exe) .. Ran: 2 tests in: 0.00 seconds. OK 2025-11-17 05:10.20 ---> saved as "4fdb08218a4049ec9d1f571b25856bfb35f0dc47f5903194e8336a6819a3a59b" Job succeeded 2025-11-17 05:10.20: Job succeeded