2025-11-16 20:14.18: New job: test mirage/ocaml-pcap https://github.com/mirage/ocaml-pcap.git#refs/heads/main (3cb441db242681045666936d7675693be98a8322) (linux-arm64:debian-13-4.14_arm64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:37d2851686f09c534b19d6fbd3aba5229be96ba87cdb83c27ce7719e58950da4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/ocaml-pcap.git" -b "main" && cd "ocaml-pcap" && git reset --hard 3cb441dbcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:37d2851686f09c534b19d6fbd3aba5229be96ba87cdb83c27ce7719e58950da4# debian-13-4.14_arm64_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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-threads.base base-unix.base cstruct.6.2.0 dune.3.20.2 fmt.0.11.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-11-16 20:14.18: Using cache hint "mirage/ocaml-pcap-ocaml/opam:debian-13-ocaml-4.14@sha256:37d2851686f09c534b19d6fbd3aba5229be96ba87cdb83c27ce7719e58950da4-debian-13-4.14_arm64_opam-2.4-8f0c5375fb815f88f2ed4bbd00a277ab"2025-11-16 20:14.18: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:37d2851686f09c534b19d6fbd3aba5229be96ba87cdb83c27ce7719e58950da4)(comment debian-13-4.14_arm64_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-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.20.2 fmt.0.11.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 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 OCluster2025-11-16 22:28.50: Waiting for worker…2025-11-16 22:52.38: Got resource from pool OClusterBuilding on kydoime.caelum.ci.devAll commits already cachedHEAD is now at 3cb441d Merge pull request #40 from hannesm/add-maint(from ocaml/opam:debian-13-ocaml-4.14@sha256:37d2851686f09c534b19d6fbd3aba5229be96ba87cdb83c27ce7719e58950da4)2025-11-16 22:52.39 ---> using "2a93cbc5ed33c5e8f181b7b1c8263be688374a827343dee17122984783c0b55c" from cache/: (comment debian-13-4.14_arm64_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-16 22:52.39 ---> using "ae726453d3c34de6f11991c0a64b975af33ac016fcb6fd38bf3b0b1cce5085bc" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-16 22:52.39 ---> using "4e236122eb86b860bd38557213fe1bc8e4a260a0980a200c0d2d13219c5b1771" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-156-genericThe OCaml toplevel, version 4.14.22.4.12025-11-16 22:52.39 ---> using "f02a184ad66969c28231f6f60ed96fe014a6450f14de063885f061d4caee4ec6" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-16 22:52.39 ---> using "7d503acb503dda199f5fd451060a89f27639369561886946e2321752ee1cf4a9" 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_HEAD21f97b2e6d..1c92c86556 master -> origin/master1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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-16 22:52.39 ---> using "b15d50bcb19a36d8391e2e7deeac110a825e29db1735fb731e31d45b76829c03" from cache/src: (copy (src pcap-format.opam) (dst ./))2025-11-16 22:52.39 ---> saved as "3d957b336f2a03a994c14a1123bcd1345d093f73c0c980ac60bf994f709431b4"/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-16 22:52.40 ---> saved as "5d9dbbbbb152993901f5191418ae8678f46d11725364f4ff5a06a8607b5bc9e0"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-16 22:52.40 ---> saved as "8189383ba4343d04c09dbe8a9c4248be707b8d7f03aa143df550b88ce44c3eb4"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.20.2 fmt.0.11.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 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 arm64 Packages [9607 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main arm64 Packages [72.5 kB]- Fetched 9910 kB in 7s (1518 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.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-16 22:52.55 ---> saved as "8f7f5a808b830185a19671881e05d1f9e53b75f9774fa0936654a214568f2fc7"/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.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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 17 packages- install cstruct 6.2.0- install dune 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.16.0- install ppx_cstruct 6.2.0- install ppx_derivers 1.2.1- install ppxlib 0.37.0- install seq base- install sexplib v0.16.0- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install topkg 1.1.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cstruct.6.2.0, ppx_cstruct.6.2.0 (cached)-> retrieved dune.3.20.2 (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.16.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved ppxlib.0.37.0 (cached)-> installed num.1.6-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed dune.3.20.2-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed cstruct.6.2.0-> installed sexplib0.v0.16.0-> installed ocaml-compiler-libs.v0.12.4-> installed ounit2.2.2.7-> installed parsexp.v0.16.0-> installed sexplib.v0.16.0-> installed ppxlib.0.37.0-> installed ppx_cstruct.6.2.0Done.# To update the current shell environment, run: eval $(opam env)2025-11-16 22:53.48 ---> saved as "5528ec54290e05c89d07bd4747b3eb3718d28379d6976148145acdae40a9eb19"/src: (copy (src .) (dst /src))2025-11-16 22:53.48 ---> saved as "2f36088532c248b1f40e63429dfa8e79302c28ec8d7907934ab99180ef5c8b37"/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.OK2025-11-16 22:53.50 ---> saved as "6abba785b9a6dd759736ab03b45ec37217b0b9ae40b861a0d0ca28cde6288871"Job succeeded2025-11-16 22:53.50: Job succeeded