2025-11-14 10:12.39: New job: test mirage/ocaml-pcap https://github.com/mirage/ocaml-pcap.git#refs/heads/main (3cb441db242681045666936d7675693be98a8322) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321 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.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321 # debian-13-4.08_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 cstruct.3.3.0 dune.1.11.4 jbuilder.transition num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlfind.1.8.0 ounit2.2.2.0 ppx_cstruct.3.3.0 ppx_derivers.1.0 ppx_tools_versioned.5.2.2 result.1.5 sexplib.v0.9.3 stdlib-shims.0.1.0" 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-14 10:12.39: Using cache hint "mirage/ocaml-pcap-ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321-debian-13-4.08_opam-2.4-632420e8689b9130c550fb130d4fd68e" 2025-11-14 10:12.39: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321) (comment debian-13-4.08_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 cstruct.3.3.0 dune.1.11.4 jbuilder.transition num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlfind.1.8.0 ounit2.2.2.0 ppx_cstruct.3.3.0 ppx_derivers.1.0 ppx_tools_versioned.5.2.2 result.1.5 sexplib.v0.9.3 stdlib-shims.0.1.0") (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-14 10:12.39: Waiting for resource in pool OCluster 2025-11-14 10:21.17: Waiting for worker… 2025-11-14 10:22.58: 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.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321) Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321' locally docker.io/ocaml/opam@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321: Pulling from ocaml/opam ecf7cc525ea1: Pulling fs layer ecf7cc525ea1: Verifying Checksum ecf7cc525ea1: Download complete ecf7cc525ea1: Pull complete Digest: sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321 Status: Downloaded newer image for ocaml/opam@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321 2025-11-14 10:22.59 ---> using "d458486dd7823c592e7ea9c88366c5f90e1939c3b51f3abbd6760272096f8a3e" from cache /: (comment debian-13-4.08_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-14 10:22.59 ---> using "302c78a4511211b1f43812eb5ae9e10c8367f6c081e421b1647c1c17e3da94e1" 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-14 10:22.59 ---> using "1023146485a3396dc0b6d5fc52c8f65b01660ff57d1fe7fb43bec7291c51ceec" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-86-generic The OCaml toplevel, version 4.08.1 2.4.1 2025-11-14 10:22.59 ---> using "528e6c9ab0c8fa7e774e6f16451f93118079894054eff12f4dbd9893d207ee27" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-11-14 10:22.59 ---> using "64a13b5183ea1d78d0850c8b29faf280ef4011dc2011069517123806b77d1e46" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u")) b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819 <><> 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.3.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-14 10:22.59 ---> using "bda27dce25afa74e1fdb3a3a6f0966783a22184395ded91010d73641b24b5712" from cache /src: (copy (src pcap-format.opam) (dst ./)) 2025-11-14 10:22.59 ---> saved as "95b2bf22a5baec57d455c1523335bbb18247254862cf65f40f9ee6f43a262195" /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-14 10:23.02 ---> saved as "4c9dc66629681178f66c75a7c79aed0d244139ec555ccd4a318d474441753e14" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-11-14 10:23.03 ---> saved as "72c0edf2c8f66caf48c1f0f2ff800054302d0798e4f4204c730ca1ab1cab2c2a" /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 cstruct.3.3.0 dune.1.11.4 jbuilder.transition num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlfind.1.8.0 ounit2.2.2.0 ppx_cstruct.3.3.0 ppx_derivers.1.0 ppx_tools_versioned.5.2.2 result.1.5 sexplib.v0.9.3 stdlib-shims.0.1.0") /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" - Hit:1 http://deb.debian.org/debian trixie InRelease - 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-security trixie-security/main amd64 Packages [71.4 kB] - Fetched 162 kB in 0s (830 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [pcap-format.dev] synchronised (file:///src) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1). [NOTE] Package ocaml is already installed (current version is 4.08.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: m4 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4" - Selecting previously unselected package m4. - (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 ... 20622 files and directories currently installed.) - Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ... - Unpacking m4 (1.4.19-8) ... - Setting up m4 (1.4.19-8) ... 2025-11-14 10:23.28 ---> saved as "c08cae4af605ed5e8660c5dd0e46218b3ce9e57d71361ff2393d0c0b415cb720" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1). [NOTE] Package ocaml is already installed (current version is 4.08.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 15 packages - install base-bytes base - install conf-m4 1 - install cstruct 3.3.0 - install dune 1.11.4 - install jbuilder transition (deprecated) - install num 1.5 - install ocaml-migrate-parsetree 1.3.0 (deprecated) - install ocamlfind 1.8.0 - install ounit2 2.2.0 - install ppx_cstruct 3.3.0 - install ppx_derivers 1.0 - install ppx_tools_versioned 5.2.2 - install result 1.5 - install sexplib v0.9.3 - install stdlib-shims 0.1.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cstruct.3.3.0, ppx_cstruct.3.3.0 (cached) -> retrieved dune.1.11.4 (cached) -> retrieved num.1.5 (cached) -> installed conf-m4.1 -> retrieved ocaml-migrate-parsetree.1.3.0 (cached) -> retrieved ocamlfind.1.8.0 (cached) -> retrieved ounit2.2.2.0 (cached) -> retrieved ppx_derivers.1.0 (cached) -> retrieved ppx_tools_versioned.5.2.2 (cached) -> retrieved result.1.5 (cached) -> retrieved sexplib.v0.9.3 (cached) -> retrieved stdlib-shims.0.1.0 (cached) -> installed num.1.5 -> installed ocamlfind.1.8.0 -> installed base-bytes.base -> installed dune.1.11.4 -> installed jbuilder.transition -> installed ppx_derivers.1.0 -> installed stdlib-shims.0.1.0 -> installed result.1.5 -> installed ounit2.2.2.0 -> installed sexplib.v0.9.3 -> installed cstruct.3.3.0 -> installed ocaml-migrate-parsetree.1.3.0 -> installed ppx_tools_versioned.5.2.2 -> installed ppx_cstruct.3.3.0 Done. <><> ocaml-migrate-parsetree.1.3.0 installed successfully <><><><><><><><><><><> => Note: This package is deprecated. <><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><> => Note: This package is deprecated. => Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead. # To update the current shell environment, run: eval $(opam env) 2025-11-14 10:24.55 ---> saved as "e208fa9e187b6d42c042ed0bc42919e00da34f8ea3b7958897bf9c212b2290ad" /src: (copy (src .) (dst /src)) 2025-11-14 10:24.56 ---> saved as "e6bc27fd213a2b9c76041b0d302e58920f2d5465fa67000ba0718650d7c8ee81" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) test alias lib_test/runtest .. Ran: 2 tests in: 0.00 seconds. OK 2025-11-14 10:24.58 ---> saved as "ffd735b804dd3f50c07c3c36db9f4bedb7510be99ed09348fa1dc231c72f19b3" Job succeeded 2025-11-14 10:24.59: Job succeeded