2025-11-21 08:53.34: New job: test mirage/ocaml-pcap https://github.com/mirage/ocaml-pcap.git#refs/heads/main (3cb441db242681045666936d7675693be98a8322) (linux-riscv64:debian-13-5.4_riscv64_opam-2.4) Base: ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034 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-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034 # debian-13-5.4_riscv64_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-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 $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-21 08:53.34: Using cache hint "mirage/ocaml-pcap-ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034-debian-13-5.4_riscv64_opam-2.4-aa39edb34b5a499a6c1c7398ae306aaf" 2025-11-21 08:53.34: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034) (comment debian-13-5.4_riscv64_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 OCluster 2025-11-22 03:18.15: Waiting for worker… 2025-11-22 11:37.17: Got resource from pool OCluster Building on riscv-bm-02.sw.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-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034) Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034' locally docker.io/ocaml/opam@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034: Pulling from ocaml/opam de6b66e2abcf: Already exists f35273bca222: Already exists f74d000b97f5: Already exists 39ae9819878d: Already exists c240f0b435ad: Already exists f0019f84fb08: Already exists c2d05d84e811: Already exists 4b649a717bf1: Already exists 80eacd7178f8: Already exists 05c50f7b70c0: Already exists 6a3e93713da8: Already exists 55b8b393ea09: Already exists 61259c231a73: Already exists 624e31741a12: Already exists 6172723a5574: Already exists b908f9dcd393: Already exists b908f9dcd393: Already exists 1fb0936a68d1: Already exists c4ecdc2faab9: Already exists 2834251ff466: Already exists f492155260b5: Already exists 4f4fb700ef54: Already exists 212695b63c86: Already exists aae1bcd99b15: Already exists fa54c2fcea16: Already exists 683b619cdd5c: Already exists be8fff5baf35: Already exists 4396d8f5a53e: Already exists 3d6a01641e6a: Already exists 4ad47d794fea: Already exists 93e8b9864e5a: Already exists ae85395b96e2: Already exists f2738d9dcddd: Already exists 79db15db5590: Already exists 20c5cef68ce6: Already exists 53419e81a99e: Already exists 2388636e9f4e: Already exists 6fd0d96ea4e3: Already exists d9e42c6d0769: Already exists 98d2cff58fed: Already exists af6013686118: Pulling fs layer 1e34a91c5c6e: Pulling fs layer a5aa14672648: Pulling fs layer 898fba0b521b: Pulling fs layer f27da72027f4: Pulling fs layer 96c37047d710: Pulling fs layer 480bd1a11240: Pulling fs layer 898fba0b521b: Waiting f27da72027f4: Waiting 96c37047d710: Waiting 480bd1a11240: Waiting 1e34a91c5c6e: Verifying Checksum 1e34a91c5c6e: Download complete af6013686118: Download complete af6013686118: Pull complete a5aa14672648: Verifying Checksum a5aa14672648: Download complete 1e34a91c5c6e: Pull complete f27da72027f4: Verifying Checksum f27da72027f4: Download complete 96c37047d710: Verifying Checksum 96c37047d710: Download complete 480bd1a11240: Verifying Checksum 480bd1a11240: Download complete a5aa14672648: Pull complete 898fba0b521b: Verifying Checksum 898fba0b521b: Download complete 898fba0b521b: Pull complete f27da72027f4: Pull complete 96c37047d710: Pull complete 480bd1a11240: Pull complete Digest: sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034 Status: Downloaded newer image for ocaml/opam@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034 2025-11-22 11:37.18 ---> using "b3c32880e9ace52a7f4c58eee61fac3a9ea28b412d48e692a82bf58097974dbe" from cache /: (comment debian-13-5.4_riscv64_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-22 11:37.18 ---> using "b479e469dc271ac606d983a11d18c71f6b4dd8abdd638124eec50fb33e361894" 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-22 11:37.18 ---> using "4e329e405b86c4ea5ab800bbb8aa0f489256f018a0d253e70ec77537a2b6c9ed" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.10.113-scw1 The OCaml toplevel, version 5.4.0 2.4.1 2025-11-22 11:37.18 ---> using "6481f117732503e6ed4a0b47c83e4afd65373aa7057383ea8a37455f568968e2" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-11-22 11:37.18 ---> using "316cfce25934696500e7734e5969f380c14e08df7819f13d6c05dc1255d9ee4b" 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 2ec6d6cc92..ee3428377a 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 Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-11-22 11:37.18 ---> using "11839782d887526028e73e760aa5bbc7d9ba544866dd8e86f565923c53757c47" from cache /src: (copy (src pcap-format.opam) (dst ./)) 2025-11-22 11:37.19 ---> saved as "e7704d73cffb92bfb878c307474c6043cd20ca2456c750d4dd858f7c88cb4ab4" /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-22 11:37.26 ---> saved as "64ed2a0f76379303980b3baeae62c7a43517f16ab7c801f91cd404cde2b24802" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-11-22 11:37.27 ---> saved as "4129e405d27884d45aa04b314f2490746b6630dc57979443578042a813002e6b" /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" - 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 riscv64 Packages [67.4 kB] - Fetched 158 kB in 0s (327 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-22 11:38.11 ---> saved as "b924eefbadcb7bc5efe2a3df60bf34e430a0494a9bd7fb02bb8c89f7fd5ed64a" /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 ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ounit2.2.2.7 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved seq.base (cached) -> retrieved dune.3.20.2 (cached) -> retrieved ppxlib.0.37.0 (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) -> installed num.1.6 -> installed ocamlfind.1.9.8 -> installed seq.base -> 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 cstruct.6.2.0 -> installed stdlib-shims.0.3.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.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-11-22 11:46.41 ---> saved as "bb916924fa612d4f738dccad3a5167a1f0a1c06e4a4c28860aa5db44b0bd53e9" /src: (copy (src .) (dst /src)) 2025-11-22 11:46.41 ---> saved as "4ed28db4b7e1141b5daa53391e4ef0ad6f24b1c7856055e52e70b5236c95f823" /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-22 11:47.00 ---> saved as "fcb804023a52e101078f7939df8e6a5510f094a06bd8e6ad8e7dcf4a9036662b" Job succeeded 2025-11-22 11:47.00: Job succeeded