2025-11-21 08:53.34: New job: test mirage/ocaml-pcap https://github.com/mirage/ocaml-pcap.git#refs/heads/main (3cb441db242681045666936d7675693be98a8322) (linux-x86_64:ubuntu-25.04-5.4_opam-2.4)Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779aOpam 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:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a# ubuntu-25.04-5.4_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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.20.2 fmt.0.11.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 parsexp.v0.17.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.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-21 08:53.34: Using cache hint "mirage/ocaml-pcap-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a-ubuntu-25.04-5.4_opam-2.4-aa39edb34b5a499a6c1c7398ae306aaf"2025-11-21 08:53.34: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a)(comment ubuntu-25.04-5.4_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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.20.2 fmt.0.11.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 parsexp.v0.17.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.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-21 08:53.34: Waiting for resource in pool OCluster2025-11-21 11:08.02: Waiting for worker…2025-11-21 11:14.04: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 3cb441d Merge pull request #40 from hannesm/add-maint(from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a' locallydocker.io/ocaml/opam@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a: Pulling from ocaml/opamc62190a9ab61: Already exists6c31bc6d66d3: Already existse957bf866d84: Already exists944f4ce05081: Already exists272207377111: Already existse1888eb2b850: Already exists14e1aadcfe75: Already exists8d63905a7205: Already existsa5229e60d028: Already exists01409d387ec4: Already existsff42524a9723: Already exists8735a25efa84: Already exists2768de046e30: Already existsef35f13a0aaa: Already existse2a7b92281c8: Already exists0d2855cbfe26: Already exists0d2855cbfe26: Already existsb7d651e8fc49: Already exists0e634005fa7a: Already exists0acc86136fa4: Already exists648242c238ec: Already exists4f4fb700ef54: Already existsbdc1aecb8a1e: Already exists3903fac4969c: Already exists83da0b79d314: Already exists0203fbde99e8: Already existsf0293603267c: Already exists3a8981f851cc: Already exists68669fc1d256: Already exists812b7dbefef2: Already existsc4e3b4bb3f3b: Already exists1f963a083838: Already exists4411e6a72c35: Already existsfb7b35cb0a60: Already existsd5b6f4d4b030: Already existse04eb6841420: Already exists6d58e82fe5e5: Already exists169c115f46d8: Already existscb57911ea052: Already existsd985218ccb94: Already existsb65bb4a88ae8: Pulling fs layer1c4947d93cfe: Pulling fs layer24e6b2f26af5: Pulling fs layerb9bf47108fe4: Pulling fs layercbcae5ff7069: Pulling fs layerd893b852ecd3: Pulling fs layer305389c17d81: Pulling fs layer305389c17d81: Waitingcbcae5ff7069: Waitingd893b852ecd3: Waitingb9bf47108fe4: Waitingb65bb4a88ae8: Download complete1c4947d93cfe: Download complete24e6b2f26af5: Verifying Checksum24e6b2f26af5: Download completeb65bb4a88ae8: Pull complete1c4947d93cfe: Pull complete24e6b2f26af5: Pull completecbcae5ff7069: Verifying Checksumcbcae5ff7069: Download completed893b852ecd3: Download complete305389c17d81: Verifying Checksum305389c17d81: Download completeb9bf47108fe4: Verifying Checksumb9bf47108fe4: Download completeb9bf47108fe4: Pull completecbcae5ff7069: Pull completed893b852ecd3: Pull complete305389c17d81: Pull completeDigest: sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779aStatus: Downloaded newer image for ocaml/opam@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a2025-11-21 11:14.05 ---> using "50e8d351fd85100bcaa09c1a16c9caaf0dd6ebf586c5923343764d4b3caaa07b" from cache/: (comment ubuntu-25.04-5.4_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-21 11:14.05 ---> using "71eba14205a840ca7ffb685dcd48a7ca4563327d75b28716e665884e192611d1" 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-21 11:14.05 ---> using "d158064ffb6b3a8fec01ede3f94bcf345c1da48a7ae68f21f680e9c676d3f076" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.4.02.4.12025-11-21 11:14.05 ---> using "2c7766b5e71fb89a56f210a84c7eb97fd806a0f5c008feb22a76a3cca7c9f637" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-21 11:14.05 ---> using "602e07c899f6d650abc1b32c79d8dd07c19b7959bfbda0fb4e2c4950b65c768a" 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_HEAD2ec6d6cc92..ee3428377a master -> origin/master1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-21 11:14.05 ---> using "1d8a2b7242bd6f24975d052c02121531403227b3f88172e630db404c0799c40e" from cache/src: (copy (src pcap-format.opam) (dst ./))2025-11-21 11:14.05 ---> saved as "f106cca1ccce606e8a208755079870a2be34869505cb28e6d12b6afc9eb563f2"/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-21 11:14.09 ---> saved as "3257e534b0c617bba1e886af4021d4c4bb0227d20a421e812524a4db8250b0e7"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-21 11:14.09 ---> saved as "c86d1b5b81f58f1f37dce30388e72f088a4b6308ac15d74c448b25ab96094e3d"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.20.2 fmt.0.11.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 parsexp.v0.17.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.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://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]- Get:2 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [383 kB]- Hit:3 http://archive.ubuntu.com/ubuntu plucky InRelease- Get:4 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [375 kB]- Get:5 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [239 kB]- Get:6 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]- Get:7 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]- Get:8 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [318 kB]- Get:9 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [536 kB]- Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [411 kB]- Fetched 2641 kB in 1s (2653 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-11-21 11:14.31 ---> saved as "0e4b904548b22a3256804beab6338618c9556a295583c6df2af913109b4bc3c8"/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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.17.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ounit2 2.2.7- install parsexp v0.17.0- install ppx_cstruct 6.2.0- install ppx_derivers 1.2.1- install ppxlib 0.37.0- install seq base- install sexplib v0.17.0- install sexplib0 v0.17.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 fmt.0.11.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (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 (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.17.0-> installed ocaml-compiler-libs.v0.17.0-> installed ounit2.2.2.7-> installed parsexp.v0.17.0-> installed sexplib.v0.17.0-> installed ppxlib.0.37.0-> installed ppx_cstruct.6.2.0Done.# To update the current shell environment, run: eval $(opam env)2025-11-21 11:16.50 ---> saved as "7c66fe8a44876b4473f4669fc8ad677a6fcd755dfdc9cd5c883f417f65636c25"/src: (copy (src .) (dst /src))2025-11-21 11:16.51 ---> saved as "afaa285ca0bc84d0166f5fabb3bebe915ae02d09fef27c618930ca6ac5039b04"/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-21 11:16.54 ---> saved as "f59d25be1032510a35f2532b9c5011e277e3649d2543cf26ce8038afa6942f4b"Job succeeded2025-11-21 11:16.54: Job succeeded