2025-11-21 08:53.34: New job: test mirage/ocaml-pcap https://github.com/mirage/ocaml-pcap.git#refs/heads/main (3cb441db242681045666936d7675693be98a8322) (linux-ppc64:debian-13-5.4_ppc64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155eOpam 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-5.4@sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155e# debian-13-5.4_ppc64_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:debian-13-ocaml-5.4@sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155e-debian-13-5.4_ppc64_opam-2.4-aa39edb34b5a499a6c1c7398ae306aaf"2025-11-21 08:53.34: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155e)(comment debian-13-5.4_ppc64_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 09:10.42: Waiting for worker…2025-11-21 09:22.21: Got resource from pool OClusterBuilding on orithia.caelum.ci.devAll commits already cachedHEAD is now at 3cb441d Merge pull request #40 from hannesm/add-maint(from ocaml/opam:debian-13-ocaml-5.4@sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155e)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155e' locallydocker.io/ocaml/opam@sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155e: Pulling from ocaml/opam3c335bb15935: Already exists44de9d52e949: Already existsfc95c3146cbf: Already existscf3462902ef7: Already existsd8630d3f9abd: Already exists34f623e09668: Already exists3e53c06ff104: Already exists7faf32784668: Already exists678ae06c55d1: Already existsd07d040238c4: Already exists6a3f46afe36b: Already exists10a718f4c600: Already existsfa25f2c546a7: Already exists046b9242ddb0: Already exists22c19c2d26c0: Already existsc8d7e47ef8c3: Already exists1c0198e79c79: Already existsa4aa8d620b50: Already existsa1a7c03f02a8: Already exists9223c49b4c3c: Already exists0ec886274204: Already exists4f4fb700ef54: Already exists79709d0700ba: Already existsbf91b3d45ae0: Already exists9fb4c7e58543: Already existsb75885e011f1: Already exists0ea9c1c0325e: Already existsf7e59fd94625: Already existsff59756cad74: Already exists90d2ef79a50d: Already existse10c8b09ddb5: Already exists1ae102de17a6: Already existsc0c15e6ed693: Already existsfe445943cd12: Already exists997d4edeca0f: Already exists798a132254ab: Already exists3ce339f0ffc5: Already exists9fdc6046b327: Already existsf190ff32aa97: Already existsdecd9cbb00a6: Already exists7c9adc5a0f53: Pulling fs layerb7e7ed52fe9e: Pulling fs layere060848e74f4: Pulling fs layerf9cff7610c86: Pulling fs layerce4d929b173e: Pulling fs layer5117339662ef: Pulling fs layer5e8deb86874b: Pulling fs layerf9cff7610c86: Waitingce4d929b173e: Waiting5e8deb86874b: Waiting5117339662ef: Waitingb7e7ed52fe9e: Verifying Checksumb7e7ed52fe9e: Download completee060848e74f4: Verifying Checksume060848e74f4: Download complete7c9adc5a0f53: Verifying Checksum7c9adc5a0f53: Download complete7c9adc5a0f53: Pull completeb7e7ed52fe9e: Pull completee060848e74f4: Pull completece4d929b173e: Verifying Checksumce4d929b173e: Download complete5e8deb86874b: Verifying Checksum5e8deb86874b: Download complete5117339662ef: Retrying in 5 seconds5117339662ef: Retrying in 4 seconds5117339662ef: Retrying in 3 seconds5117339662ef: Retrying in 2 seconds5117339662ef: Retrying in 1 second5117339662ef: Verifying Checksum5117339662ef: Download completef9cff7610c86: Verifying Checksumf9cff7610c86: Download completef9cff7610c86: Pull completece4d929b173e: Pull complete5117339662ef: Pull complete5e8deb86874b: Pull completeDigest: sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155eStatus: Downloaded newer image for ocaml/opam@sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155e2025-11-21 09:22.21 ---> using "1643709731f1d2cc26ef98c95f92bce03d1fba63a962c6e57b07761a9968f6b7" from cache/: (comment debian-13-5.4_ppc64_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 09:22.21 ---> using "7c89f324f675bedad07b529971e6f7c4cef1d74fdc261bd34c8cff9a71235897" 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 09:22.21 ---> using "d64f24c4add36b5cc15da15aec4e32ae4d00bc1f2609e7ef3b2315a9e1801da6" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-85-genericThe OCaml toplevel, version 5.4.02.4.12025-11-21 09:22.21 ---> using "0b53e53d3916b57139a88fab400eba67c189a90e3e8ea5414351324fe936facd" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-21 09:22.21 ---> using "ddb83b2405e5b72e839c1fd2c8ef6922bf2f7557bdfbef1531848eb7c95cbc54" 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 09:22.21 ---> using "669de8e50a1018c46140323627f5f0ca9181f17fb438d7bb753117c74cfa6395" from cache/src: (copy (src pcap-format.opam) (dst ./))2025-11-21 09:22.22 ---> saved as "571881604158c14dd2e494f28981a7d2e01f4401e236603ed6ec4e8981f99b1d"/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 09:22.25 ---> saved as "230676946cfbcf0ae7c1cd679d1e0f3792b5f2e182a0b3340bf032aae2938a80"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-21 09:22.25 ---> saved as "49cf986ba5159009876e6ff6118a3ca635057a69a5a8d391526489c45778c9a0"/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://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 ppc64el Packages [9508 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main ppc64el Packages [69.3 kB]- Fetched 9808 kB in 5s (2105 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 09:22.49 ---> saved as "a35ddf90c43c06d54f96a40c69e74d5f82ed7fb0241d25c36f747dc64f56d880"/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 dune.3.20.2 (cached)-> installed num.1.6-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ppx_derivers.1.2.1 (cached)-> 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)-> 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 09:24.46 ---> saved as "ee2f1e32d4269e5179a92673fab3b39e2df348cbc2d2442d10f0421f70c71043"/src: (copy (src .) (dst /src))2025-11-21 09:24.46 ---> saved as "4962d1b5f4639ec5b5143c475bfc175bd104bdb9a3c455401cc291522112e0cb"/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 09:24.49 ---> saved as "ab8c8929a45de4b208461b3478661b8f95079e1dac23b421497f269bdb278797"Job succeeded2025-11-21 09:24.49: Job succeeded